@charset "utf-8";
body {
	font-family: 微软雅黑 !important;
	margin: 0;
	padding: 0;
	font-size: 14px !important;
	overflow-x: hidden;
	background: url(../images/bg-x-y.png);
	background-repeat: repeat;
}
/*input{-webkit-appearance:none;}*/

h1, h2, h3, h4, h5 {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
i {
	font-style: normal;
}
p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin: 0;
	padding: 0;
}
span {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fc {
	margin: auto;
	overflow: hidden;
}
.clearfix {
	clear: both;
}
header {
	position: relative;
}
.top {
	width: 100%;
	height: 40px;
	background: #e6e6e6;
}
.top_bor {
	width: 100%;
	height: 3px;
	background: #00AEFF;
	background: -moz-linear-gradient(top, #00aeff 0%, #00ff84 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aeff), color-stop(100%, #00ff84));
	background: -webkit-linear-gradient(left, #00aeff 0%, #00ff84 100%);
	background: -o-linear-gradient(left, #00aeff 0%, #00ff84 100%);
	background: -ms-linear-gradient(left, #00aeff 0%, #00ff84 100%);
	background: linear-gradient(to right, #00aeff 0%, #00ff84 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeff', endColorstr='#00ff84', GradientType=0 );
}
.top_con {
	width: 1200px;
	height: 40px;
}
.top_l {
	float: left;
	height: 40px;
}
.top_l p {
	color: #333;
	line-height: 36px;
}
.top_r {
	float: right;
	height: 40px;
}
.top_r p {
	color: #333;
	line-height: 36px;
}
.top_logo {
	background: url(../images/top_bg.png) no-repeat center;
	height: 140px;
}
.logo {
	width: 1200px;
	padding-top: 15px;
	margin: auto;
}
.logo_l {
	width: 50%;
	overflow: hidden;
}
.logo_l img {
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	border: none;
}
.logo_l2 {
	margin-top: 12px;
	margin-left: 10px;
}
.logo_l2 span {
	display: block;
	font-size: 24px;
	color: #3f3f3f;
	line-height: 48px;
}
.logo_l2 p {
	font-size: 16px;
	color: #01bf91;
}
.logo_r {
	width: 180px;
	height: 142px;
	background: url(../images/top_right_lxfs.png) no-repeat;
	position: absolute;
	right: 17.5%;
	top: 12px;
}
.logo_r img {
	padding-top: 10px;
	padding-right: 10px;
}
.logo_r2 {
	text-align: center;
	 margin:0px auto; width:185px;
}
.logo_r2 span {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 30px; margin-top:65px; text-align:center;
}
.logo_r2 p {
	font-size: 18px;
	color: #01bf91;
	line-height: 26px;
	font-weight: bold; text-align:center;
}
.zhuan_left {
	transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
}
.zhuan_right {
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}
.logo_r {
	transform-origin: 50% 0 0;
	-webkit-transform-origin: 50% 0 0;
	-webkit-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.nav {
	width: 100%;
	height: 63px;
	background: #0d68aa;
}
.navli {
	width: 1200px;
	margin: auto;
}
.navli li {
	width: 150px;
	float: left;
	line-height: 60px;
	text-align: center;
}
.navli li a {
	font-size: 16px;
	color: #fff;
}
.navli li a:hover {
	color: #fff;
}
.navli .on {
	width: 150px;
	cursor: pointer;
	border-bottom: 3px solid #00FF84;
}
.navli .on a {
	color: #fff;
}
#nav {
	line-height: 60px;
	list-style: none;
}
#nav a {
	display: block;
	width: 100%;
	;
	text-align: center;
	color: #fff;
}
#nav a:link {
	color: #fff;
	text-decoration: none;
}
#nav a:visited {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#nav li {
	float: left;
	width: 150px;
	color: #fff;
}
#nav li a:hover {
}
#nav li ul {
	line-height: 40px;
	box-shadow: 0px 0px 4px #999;
	-webkit-padding-start: 0;
	list-style-type: none;
	text-align: left;
	left: -999em;
	width: 150px;
	position: absolute;
	z-index: 9999;
}
#nav li ul li {
	float: left;
	width: 150px;
	background: #fff;
	line-height: 40px !important;
}
#nav li ul a {
	display: block;
	font-size: 13px;
	width: 100%;
	text-align: left;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #ddd;
	color: #666 !important;
}
#nav li ul a:hover {
	color: #fff !important;
	text-decoration: none;
	font-weight: normal;
	background: #01bf91;
}
#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
#content {
	clear: left;
}
#nav li ul li.on {
	border-bottom: none;
}
.navli ul > li:hover ul {
	max-height: 1000px;
	-webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
.navli li ul {
	position: absolute;
	left: 0;
	top: 243px;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	-webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 50% 0;
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}
.index_focus {
	position: relative;
	width: 100%;
	height: 640px;
	overflow: hidden;
}
.index_focus .bd li {
	display: none;
	position: absolute;
	width: 100%;
	height: 640px;
	left: 0;
	top: 0;
}
.index_focus .bd li img {
	width: 100%;
	height: 640px;
}
.bd-li1 {
	width: 100%;
	height: 640px;
	background: url(../images/ban1.jpg) no-repeat center;
}
.bd-li2 {
	width: 100%;
	height: 640px;
	background: url(../images/ban2.jpg) no-repeat center;
}
.index_focus_post {
	z-index: 10;
}
.index_focus .pic {
	height: auto;
	display: block;
}
.index_focus .pic:hover {
	text-decoration: none;
}
.index_focus .slide_nav {
	position: absolute;
	left: 50%;
	bottom: 3%;
}
.index_focus .slide_nav a {
	cursor: pointer;
	float: left;
	font-size: 28px;
	font-family: arial;
	color: #bfeed7;
	padding: 5px;
}
.index_focus .slide_nav li:hover, .index_focus .slide_nav .on {
	text-decoration: none;
	color: #318e45;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.index_focus_pre, .index_focus_next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -36px;
	width: 72px;
	height: 72px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
	background: url(../images/ico_sliding.png) no-repeat;
}
.index_focus_pre {
	left: 30px;
	background-position: 0 0;
}
.index_focus_pre:hover {
	background-position: 0 -144px;
}
.index_focus_next {
	right: 30px;
	background-position: 0 -72px;
}
.index_focus_next:hover {
	background-position: 0 -216px;
}
.index_focus_info {
	position: absolute;
	left: 10%;
	bottom: 12%;
	width: 800px;
	height: 200px;
	padding-bottom: 10px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-family: "\5fae\8f6f\96c5\9ed1";
	-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	background: url("../ban/index_focus_bg.png") no-repeat;
	_background: none;
}
.index_focus_info h3 {
	font-size: 36px;
	line-height: 70px;
	font-family: \5fae\8f6f\96c5\9ed1, \u9ed1\u4f53, "Lucida Grande";
	display: none;
}
.index_focus_info .text {
	width: 500px;
	line-height: 24px;
	font-size: 14px;
	word-wrap: break-word;
	overflow: hidden;
	display: none;
}
.main {
	overflow: hidden;
	margin-top: -4px;
}
.mainWarp {
	width: 100%;
	height: 759px;
	padding-top: 50px;
	background: url(../images/mainWarp_bg.jpg) no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
.mainWarp1 {
	width: 1200px;
	height: auto;
	margin-bottom: 20px;
	margin: auto;
}
.mainWarp1_bt {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding-top: 50px;
}
.mainWarp1_bt .mainWarp1_bt01 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	float: left;
	font-size: 36px;
	font-weight: bold;
	color: #009784;
	text-align: center;
}
.mainWarp1_bt .mainWarp1_bt02 {
	width: 100%;
	height: 65px;
	line-height: 55px;
	float: left;
	font-size: 30px;
	color: #414141;
	text-align: center;
	background: url('../images/khjz_bt02_bj.jpg') bottom center no-repeat;
}
.mainWarp1_nr {
	width: 93.67%;
	height: auto;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
	line-height: 30px;
	color: #353535;
	position: relative;
}
.mainWarp1_nr > div:last-child {
	margin-right: 0;
}
.mainWarp1_nr > div {
	width: 227px;
	float: left;
	margin-right: 76px;
	position: relative;
	cursor: pointer;
}
.mainWarp1_nr1 .mainWarp1_nr1img1 {
	background: url(../images/bt-01.png) no-repeat;
	width: 107px;
	height: 107px;
	display: block;
	position: relative;
	top: 45px;
	margin: auto;
}
.mainWarp1_nr1 .mainWarp1_nr1img2 {
	background: url(../images/bt-02.png) no-repeat;
	width: 107px;
	height: 107px;
	display: block;
	position: relative;
	top: 45px;
	margin: auto;
}
.mainWarp1_nr1 .mainWarp1_nr1img3 {
	background: url(../images/bt-03.png) no-repeat;
	width: 107px;
	height: 107px;
	display: block;
	position: relative;
	top: 45px;
	margin: auto;
}
.mainWarp1_nr1 .mainWarp1_nr1img4 {
	background: url(../images/bt-04.png) no-repeat;
	width: 107px;
	height: 107px;
	display: block;
	position: relative;
	top: 45px;
	margin: auto;
}
.mainWarp1_nr1 .mainWarp1_nr1img5 {
	background: url(../images/bt-05.png) no-repeat;
	width: 107px;
	height: 107px;
	display: block;
	position: relative;
	top: 45px;
	margin: auto;
}
.mainWarp1_nr1 .mainWarp1_nr1img6 {
	background: url(../images/bt-06.png) no-repeat;
	width: 107px;
	height: 107px;
	display: block;
	position: relative;
	top: 45px;
	margin: auto;
}
.mainWarp1_nr .yddwt {
	width: 187px;
	height: 247px;
	line-height: 30px;
	color: #353535;
	padding: 20px;
	background-color: #01bf91;
	font-size: 14px;
	transition: 0.3s;
	float: left;
	border-radius: 5px;
}
.mainWarp1_nr .yddwt p {
	color: #fff;
}
.mainWarp1_nr .yddwt01bt {
	width: 187px;
	height: 130px;
	line-height: 130px;
	float: left;
	position: relative;
	overflow: hidden;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	transition: 0.3s;
}
.mainWarp1_nr .yddwt01bt .wenti_01xian {
	float: left;
	position: absolute;
	top: 10px;
	right: 30px;
	transition: 0.3s;
}
.mainWarp1_nr .yddwt01bt .wenti_02xian {
	float: left;
	position: absolute;
	bottom: 10px;
	left: 30px;
	transition: 0.3s;
}
.mainWarp1_nr .yddwt01bt .wenti_03xian {
	width: 100px;
	height: 1px;
	float: left;
	position: absolute;
	top: 120px;
	left: -100px;
	transition: 0.7s;
}
.mainWarp1_nr .yddwt01bt .wenti_04xian {
	width: 100px;
	height: 1px;
	float: left;
	position: absolute;
	top: 120px;
	right: -100px;
	transition: 0.7s;
}
.mainWarp1_nr span {
	color: #eebe2c;
	transition: 0.3s;
}
.mainWarp1_nr .yddwt:hover {
	width: 187px;
	height: 247px;
	line-height: 30px;
	color: #fff;
	padding: 20px;
	background-color: #0d68aa;
	color: #fff;
	font-size: 14px;
	transition: 0.3s;
}
.mainWarp1_nr .yddwt:hover span {
	color: #ffb700;
	transition: 0.3s;
}
.mainWarp1_nr .yddwt:hover .yddwt01bt {
	color: #fff;
	transition: 0.3s;
	font-size: 80px;
	font-weight: bold;
	text-align: center;
}
.mainWarp1_nr .yddwt:hover .wenti_01xian {
	float: left;
	position: absolute;
	top: -40px;
	right: -37px;
	transition: 0.3s;
}
.mainWarp1_nr .yddwt:hover .wenti_02xian {
	float: left;
	position: absolute;
	bottom: -40px;
	left: -37px;
	transition: 0.3s;
}
.mainWarp1_nr .yddwt:hover .wenti_03xian {
	width: 180px;
	height: 1px;
	float: left;
	background-color: #FFF;
	position: absolute;
	top: 120px;
	left: 0px;
	transition: 0.7s;
}
.mainWarp1_nr .yddwt:hover .wenti_04xian {
	width: 180px;
	height: 1px;
	float: left;
	background-color: #FFF;
	position: absolute;
	top: 120px;
	right: 0px;
	transition: 0.7s;
}
.mainWarp1_nr .mainWarp1_nr1:hover .mainWarp1_nr1img1 {
	background: url(../images/bt-01-hover.png) no-repeat;
}
.mainWarp1_nr .mainWarp1_nr1:hover .mainWarp1_nr1img2 {
	background: url(../images/bt-02-hover.png) no-repeat;
}
.mainWarp1_nr .mainWarp1_nr1:hover .mainWarp1_nr1img3 {
	background: url(../images/bt-03-hover.png) no-repeat;
}
.mainWarp1_nr .mainWarp1_nr1:hover .mainWarp1_nr1img4 {
	background: url(../images/bt-04-hover.png) no-repeat;
}
.mainWarp1_nr .mainWarp1_nr1:hover .mainWarp1_nr1img5 {
	background: url(../images/bt-05-hover.png) no-repeat;
}
.mainWarp1_nr .mainWarp1_nr1:hover .mainWarp1_nr1img6 {
	background: url(../images/bt-06-hover.png) no-repeat;
}
.mainWarp1_nr1_sp {
	text-align: center;
	overflow: hidden;
	margin-top: 15px;
	width: 195px;
	margin: auto;
}
.mainWarp1_nr1_sp span {
	width: 190px;
	height: 41px;
	font-size: 18px;
	transition: 0s;
	margin-top: 15px;
	display: block;
	background: url(../images/index-span-hui.png) no-repeat;
	color: #fff;
	text-align: center;
}
.mainWarp1_nr1_sp p {
	width: 94px;
	height: 40px;
	line-height: 40px;
	margin: auto;
	background: #fff;
	border: 1px solid #01bf91;
	margin-top: 20px;
}
.mainWarp1_nr1_sp p a {
	color: #009784;
}
.mainWarp1_nr .mainWarp1_nr1:hover .mainWarp1_nr1_sp span {
	background: url(../images/index-span-huang.png) no-repeat;
	transition: 0s;
}
.mainWarp1_nr .mainWarp1_nr1:hover .mainWarp1_nr1_sp p {
	background: #ffb700;
	border: 1px solid #ffb700;
}
.mainWarp1_nr .mainWarp1_nr1:hover .mainWarp1_nr1_sp p a {
	color: #fff;
}
.main_why {
	width: 100%;
	height: 888px;
	background: url(../images/main_why.jpg) no-repeat;
}
.main_whyT {
	text-align: center;
	position: relative;
	top: -24px;
}
.main_whyT h4 {
	width: 393px;
	height: 93px;
	display: inline-block;
	line-height: 63px;
	font-size: 36px;
	color: #fff;
	background: url(../images/hTitle-bg.png) no-repeat;
}
.main_whyT span {
	width: 396px;
	margin: auto;
	margin-top: 20px;
	display: block;
	font-size: 24px;
	font-family: arial !important;
	color: #01bf91;
	border-bottom: 1px solid #01bf91;
}
.main_whyT p {
	width: 396px;
	margin: auto;
	font-size: 24px;
	line-height: 27px;
	color: #01bf91;
	margin-top: 10px;
}
.main_whyT i {
	font-style: normal;
	padding-right: 20px;
}
.main_whyT i:last-child {
	padding-right: 0px;
}
.main_whyCon {
	width: 1200px;
	margin: auto;
	position: relative;
	top: -30px;
}
.main_whyConl {
	width: 42.83%;
	float: left;
}
.main_whyConl1 {
	width: 514px;
	height: 314px;
	background: url(../images/mainwhy1.png) no-repeat;
}
.main_whyConl2 {
	width: 514px;
	height: 314px;
	background: url(../images/mainwhy2.png) no-repeat;
	margin-top: 50px;
}
.main_whyConl1 p {
	width: 250px;
	text-indent: 2em;
	line-height: 24px;
	color: #666;
	margin-left: 90px;
	padding-top: 100px;
}
.main_whyConl2 p {
	width: 250px;
	text-indent: 2em;
	line-height: 24px;
	color: #666;
	margin-left: 90px;
	padding-top: 70px;
}
.main_whyConc {
	position: relative;
	margin: auto;
	width: 308px;
	float: left;
}
 @-webkit-keyframes rotation {
 from {
-webkit-transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
}
}
.Rotation {
	-webkit-transform: rotate(360deg);
	animation: rotation 10s linear infinite;
	-moz-animation: rotation 10s linear infinite;
	-webkit-animation: rotation 10s linear infinite;
	-o-animation: rotation 10s linear infinite;
}
.img {
	border-radius: 250px;
	top: 200px;
	left: -77px;
	position: absolute;
}
.main_whyConc span {
	display: block;
	width: 121px;
	height: 159px;
	background: url(../images/mayi.png) no-repeat;
	position: absolute;
	left: -6px;
	top: 56px;
}
.main_whyConc i {
	font-style: normal;
	width: 286px;
	height: 46px;
	background: url(../images/luwei_guanjia.png) no-repeat;
	position: absolute;
	left: -67px;
	top: 412px;
}
.main_whyConr {
	width: 514px;
	float: right;
}
.main_whyConr1 {
	width: 514px;
	height: 314px;
	background: url(../images/mainwhy3.png) no-repeat;
}
.main_whyConr2 {
	width: 514px;
	height: 314px;
	background: url(../images/mainwhy4.png) no-repeat;
	margin-top: 50px;
}
.main_whyConr1 p {
	width: 250px;
	text-indent: 2em;
	float: right;
	line-height: 24px;
	color: #666;
	margin-right: 90px;
	padding-top: 100px;
}
.main_whyConr2 p {
	width: 250px;
	text-indent: 2em;
	float: right;
	line-height: 24px;
	color: #666;
	margin-right: 90px;
	padding-top: 70px;
}
.main_whyBot {
	width: 360px;
	margin: auto;
	position: relative;
	top: 1px;
}
.main_whyBot span {
	display: block;
	height: 60px;
	float: left;
	text-align: center;
	margin-top: -30px;
}
.main_whyBot1 {
	width: 200px;
	background-color: #116aae;
}
.main_whyBot1 p {
	position: absolute;
	text-align:left;
	z-index: 99;
	font-size:18px;
	color: #fff;
	font-family: arial;
	background: url(../images/tel.png) no-repeat left;
	margin-top: 7px;
	margin-left: 13px;
	padding-left: 55px;
}
.main_whyBot2 {
	width: 160px;
	background-color: #01bf91;
	line-height: 60px;
}
.main_whyBot2 p a {
	color: #fff;
	font-size: 18px;
	display: block;
}
.main_whyBot2:hover {
	background-color: #ffb700;
}
.main_whyBot i {
	font-style: normal;
	display: block;
}
.main_whyBoti1 {
	width: 173px;
	height: 53px;
	background: url(../images/cao1.png) no-repeat;
	position: relative;
	top: 603px;
	left: 180px;
}
.main_whyBoti2 {
	width: 182px;
	height: 69px;
	background: url(../images/cao2.png) no-repeat;
	position: relative;
	top: 640px;
	left: 0;
}
.mainGuan {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 60px;
}
.bt01-color {
	color: #333;
}
.mainGuanAll {
	width: 100%;
	position: relative;
}
.mainGuanA {
	width: 1200px;
	margin: auto;
}
.mainGuanA .mainWarp1_bt .mainWarp1_bt01 {
	color: #333;
}
.mainGuanA .mainWarp1_bt .mainWarp1_bt02 {
	height: 20px;
	line-height: 20px;
}
.mainGuanA p {
	text-align: center;
	margin-top: 20px;
	color: #666;
	line-height: 24px;
}
.mainGuanA_jj {
	margin-top: 50px;
}
.mainGuanA_jjl {
	width: 50%;
	float: left;
}
.mainGuanA_jjl h5 {
	width: 276px;
	height: 50px;
	font-weight: normal;
	background: #116AAE;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
}
.mainGuanA_jjl h5 span {
	font-size: 14px;
	font-family: arial;
	padding-left: 15px;
}
.mainGuanA_jjlc {
	width: 100%;
	height: 448px;
	background: url(../images/mainGuanA_jjlc-bg.jpg) no-repeat;
}
.mainGuanA_jjlc1 {
	margin: 0 36px;
	border-bottom: 1px dashed #01bf91;
	padding-top: 36px;
	padding-bottom: 15px;
}
.mainGuanA_jjlc p {
	margin-top: 0;
	text-align: left;
	line-height: 26px;
	color: #666;
	text-indent: 2em;
}
.mainGuanA_jjlc span {
	color: #01bf91;
}
.mainGuanA_jjlc2 {
	padding-left: 36px;
	padding-right: 36px;
}
.mainGuanA_jjlc2 h4 {
	color: #116aae;
	font-size: 18px;
	margin-top: 30px;
}
.mainGuanA_jjlc2 p {
	margin-top: 15px;
	text-indent: 2em;
}
.mainGuanA_jjr {
	width: 44.2%;
	float: left;
	margin-left: 5.8%;
}
.mainGuanA_jjrli {
	margin-top: 50px;
}
.mainGuanA_jjrli li {
	float: left;
	width: 49.06%;
	height: 165px;
	margin-right: 1.8%;
	margin-bottom: 10px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}
.mainGuanA_jjrli li:nth-child(2n) {
	margin-right: 0;
}
.mainGuanA_jjrli li img {
	width: 100%;
	height: 165px;
}
.mainGuanA_jjrli li .img1 {
	border-top-left-radius: 2em;
	border-top-right-radius: 2em
}
.mainGuanA_jjrli li .img2 {
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em
}
.mainGuanA_jjrlis {
	width: 157px;
	height: 154px;
	display: block;
	position: relative;
	top: 100px;
	left: 35%;
	background: url(../images/mainGuanA_jjr-bg.png) no-repeat;
}
.mainGuanA_jjrs {
	width: 56.6%;
	overflow: hidden;
	margin: auto;
}
.mainGuanA_jjrs span {
	display: block;
	width: 50%;
	height: 60px;
	float: left;
	text-align: center;
	margin-top: 30px;
}
.mainGuanA_jjrs p {
	margin-top: 0;
}
.mainGuanA_jjrs1 {
	background-color: #116aae;
}
.mainGuanA_jjrs1 p {
	font-size: 18px;
	color: #fff;
	font-family: arial;
	padding-top: 7px;
}
.mainGuanA_jjrs2 {
	background-color: #01bf91;
}
.mainGuanA_jjrs2 p a {
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	display: block;
}
.mainGuanA_jjrs2 p a:hover {
	background: #ffb700;
	color: #fff;
}
.mainGuanA-right {
	width: 359px;
	height: 307px;
	position: absolute;
	right: 0;
	bottom: -147px;
}
.mainAnli {
	width: 100%;
	background: url(../images/main-anli.jpg) no-repeat;
	height: 1154px;
}
.mainAnliA {
	width: 1200px;
	margin: auto;
	padding-top: 46px;
}
.mainAnliA .mainWarp1_bt .mainWarp1_bt02 {
	height: 20px;
	line-height: 20px;
}
.mainAnliA .mainWarp1_bt .mainWarp1_bt01 {
	color: #333;
}
.mainAnliA p {
	text-align: center;
	margin-top: 20px;
	color: #666;
	line-height: 24px;
}
.mainAnliA-Img {
	margin-top: 50px;
	width: 1200px;
}
.mainAnliA-Imgl {
	width: 230px;
	float: left;
	margin-right: 12px;
}
.mainAnliA-Imgl li {
	width: 230px;
	float: left;
	height: 108px;
	border-bottom: 1px solid #fff;
	background: #27262b;
	line-height: 108px;
	font-size: 18px;
}
.mainAnliA-Imgl li a {
	width: 170px;
	color: #fff;
	margin-left: 30px;
	margin-right: 30px;
}
.mainAnliA-Imgl li.on {
	background: #116aae;
}
.mainAnliA-Imgl li.on a {
	background: url(../images/anli-right1.png) right no-repeat;
	display: inline-block;
}
.mainAnliA-Imgc {
	width: 750px;
	float: left;
	margin-right: 12px;
	height: 545px;
	overflow: hidden;
}
.mainAnliA-Imgc > div {
	width: 100%;
	float: left;
	display: none;
	height: 545px;
}
.mainAnliA-Imgc > div:first-child {
	display: block;
}
.mainAnliA-Imgc img {
	width: 100%;
	height: 545px;
}
.mainAnliA-Imgc1 span {
	text-indent: 2em;
	display: block;
	color: #fff;
	padding: 15px 30px;
	background-color: #01bf91;
	opacity: 0.9;
	filter: alpha(opacity=60);
	position: relative;
	top: -72px;
}
.mainAnliA-Imgc1 span i {
	font-size: 16px;
}
.mainAnliA-Imgr {
	width: 196px;
	float: left;
	height: 545px;
	position: relative;
	overflow: hidden;
}
.mainAnliA-Imgr h5 {
	width: 166px;
	height: 75px;
	background: #116aae;
	padding-left: 30px;
	line-height: 75px;
	color: #fff;
	font-size: 18px;
}
.mainAnliA-Imgr ul {
	height: 470px;
	overflow: hidden;
}
.mainAnliA-Imgr li {
	width: 196px;
	float: left;
	margin-top: 12px;
}
.mainAnliA-Imgr li img {
	width: 196px;
	border: none;
}
.mainAnliA-Imgr #next2 {
	position: absolute;
	top: 40px;
	left: 138px;
}
.mainAnliA-Imgr #pre2 {
	position: absolute;
	top: 10px;
	left: 138px;
}
.mainAnliA-B {
	width: 100%;
	height: 125px;
	position: relative;
	background: #eeeeee;
	margin-top: 40px;
	padding-top: 36px;
	padding-bottom: 35px;
}
.mainAnliA-Bl {
	width: 490px;
	float: left;
	margin-left: 25px;
}
.mainAnliA-Bl p {
	color: #01bf91;
	font-size: 18px;
	margin-top: 0;
}
.mainAnliA-Bl h5 {
	color: #151419;
	font-size: 24px;
	margin-top: 15px;
}
.mainAnliA-Bl span {
	width: 135px;
	margin-top: 20px;
	display: block;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border: 1px solid #01bf91;
	color: #01bf91;
	font-size: 16px;
}
.mainAnliA-Bl span a {
	color: #01bf91;
	display: block;
}
.mainAnliA-Bl span a:hover {
	background: #116aae;
	color: #fff;
}
.mainAnliA-Bl span:hover {
	border: none
}
.mainAnliA-B img {
	float: left;
	position: absolute;
	bottom: 0;
}
.mainAnliA-Br {
	float: right;
	position: absolute;
	top: -20px;
	right: 0;
}
.mainAnliA-B .mainAnliA-Brl {
	float: left;
	position: absolute;
	top: 0;
	left: -18px;
}
.mainAnliA-B .form1 {
	width: 354px;
	height: 164px;
	background: #dddddd;
	float: left;
	color: #333;
	padding: 38px 38px;
}
.mainAnliA-B input {
	width: 266px;
	height: 24px;
	margin-top: 10px;
	margin-left: 18px;
}
.mainAnliA-B textarea {
	padding: 0;
	margin-top: 10px;
	width: 266px;
	height: 50px;
	margin-left: 15px;
}
.mainAnliA-B #submit {
	width: 70px;
	cursor: pointer;
	float: left;
	height: 30px;
	background-color: #ffb700;
	line-height: 30px;
	margin-left: 120px;
	border: none;
	color: #fff
}
.mainAnliA-B #submit2 {
	width: 70px;
	cursor: pointer;
	float: left;
	height: 30px;
	background-color: #828282;
	line-height: 30px;
	border: none;
	color: #fff
}
.mainAnliA-B .form1 p {
	margin-top: 0;
	text-align: left;
	color: #333;
}
.mainAnliA-B .form1 span {
	float: left;
	margin-top: 7px;
}
.main_whyConc .main_whyConcs {
	width: 96px;
	height: 36px;
	display: block;
	text-align: center;
	position: absolute;
	top: 545px;
	left: 12%;
	background: #ffb700;
}
.main_whyConc .main_whyConcs a {
	color: #fff;
	line-height: 36px;
	display: block;
	text-align: center;
}
.main_whyConc .main_whyConcs:hover {
	background: #01bf91;
}
.mainFuwu {
	width: 100%;
	padding-bottom: 46px;
	position: relative;
	background: #fff;
	padding-top: 60px;
}
.mainFuwuA {
	width: 1200px;
	margin: auto;
}
.mainFuwuA .mainWarp1_bt .mainWarp1_bt02 {
	height: 20px;
	line-height: 20px;
}
.mainFuwuA .mainWarp1_bt .mainWarp1_bt01 {
	color: #333;
}
.mainFuwuA p {
	text-align: center;
	margin-top: 20px;
	color: #666;
	line-height: 24px;
	margin-bottom: 30px;
}
.mainFuwuAcon {
	text-align: center;
	position: relative;
	top: 56px;
	left: 56px;
}
.mainFuwuAcon img {
	display: inline-block;
	text-align: center;
	border: none;
	margin-top: 50px;
}
.mainFuwuAcon > div {
	width: 235px;
	height: 69px;
	padding-top: 15px;
	text-align: center;
	cursor: pointer;
}
.mainFuwuAcon > div:hover {
	width: 235px;
	height: 69px;
	background: url(../images/fuwu_kuang.png) no-repeat;
}
.mainFuwuAcon h5 {
	font-weight: normal;
	font-size: 18px;
	color: #01bf91;
}
.mainFuwuAcon p {
	color: #666;
	margin-top: 0;
}
.mainFuwuAcon1 {
	position: absolute;
	left: 60px;
	top: 60px;
}
.mainFuwuAcon2 {
	position: absolute;
	left: -60px;
	top: 168px;
}
.mainFuwuAcon3 {
	position: absolute;
	left: 63px;
	top: 261px;
}
.mainFuwuAcon4 {
	position: absolute;
	left: 90px;
	top: 359px;
}
.mainFuwuAcon5 {
	position: absolute;
	left: 158px;
	top: 447px;
}
.mainFuwuAcon6 {
	position: absolute;
	right: 280px;
	top: 447px;
}
.mainFuwuAcon7 {
	position: absolute;
	right: 245px;
	top: 359px;
}
.mainFuwuAcon8 {
	position: absolute;
	right: 217px;
	top: 261px;
}
.mainFuwuAcon9 {
	position: absolute;
	right: 108px;
	top: 168px;
}
.mainFuwuAcon10 {
	position: absolute;
	right: 197px;
	top: 60px;
}
.mainFuwuAcon11 {
	position: absolute;
	right: 263px;
	top: -20px;
}
.mainFuwuAcon12 {
	position: absolute;
	right: 541px;
	top: -65px;
}
.mainFuwuAcon13 {
	position: absolute;
	left: 160px;
	top: -20px;
}
.mainFuwuA-right {
	width: 361px;
	height: 311px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.mainNews {
	width: 100%;
	overflow: hidden;
	height: 717px;
	background: url(../images/mainnews-bg.jpg) no-repeat;
}
.mainNewsA {
	width: 1200px;
	margin: auto;
}
.mainNewsA .mainWarp1_bt .mainWarp1_bt02 {
	height: 20px;
	line-height: 20px;
}
.mainNewsA .mainWarp1_bt .mainWarp1_bt01 {
	color: #333;
}
.mainNewsAc {
	margin-top: 45px;
}
.mainNewsAcl {
	width: 806px;
	float: left;
	margin-right: 56px;
}
.mainNewsAclt {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.mainNewsAclt h5 {
	font-size: 18px;
	color: #333;
}
.mainNewsAclt p {
	font-size: 14px;
	color: #696969;
	font-family: arial;
	line-height: 30px;
}
.mainNewsAclt span {
	width: 60px;
	border-bottom: 2px solid #01bf91;
	display: block;
}
.mainNewsAcl1 {
	margin-top: 28px;
}
.mainNewsAcl1l {
	width: 370px;
	margin-right: 3.97%;
	float: left;
	font-size: 0;
}
.mainNewsAcl1l img {
	width: 100%;
	height: 242px;
	background: #fff;
	border: 1px solid #ccc;
}
.mainNewsAcl1lnr {
	background: #f1f1f1;
	padding: 0 18px 18px 18px;
	position: relative;
	text-align: center;
}
.mainNewsAcl1lnr span {
	width: 76px;
	height: 76px;
	background: #1168ab;
	display: block;
	position: absolute;
	top: -57px;
	padding: 10px 10px;
}
.mainNewsAcl1lnr span p {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-top: 0;
	line-height: 48px;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.mainNewsAcl1lnr span i {
	font-style: normal;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 33px;
}
.mainNewsAcl1lnr h5 a {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	line-height: 48px;
	margin-left: 82px;
}
.mainNewsAcl1lnr h5 a:hover {
	color: #1168ab;
	text-decoration: underline;
}
.mainNewsAcl1lnr p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-top: 10px;
	text-align: left;
}
.mainNewsAcl1lnr p a {
	color: #ffb700;
}
.mainNewsAcl1lnr p a:hover {
	text-decoration: underline;
}
.mainNewsAcl1r {
	width: 50%;
	float: left;
}
.mainNewsAcl1r ul {
	background: url(../images/st.png) 0 31px no-repeat;
}
.mainNewsAcl1r li:hover {
	background: url(../images/yuandian.png) 0 18px no-repeat;
}
.mainNewsAcl1r li {
	margin-left: -5px;
	background: url(../images/yuandian-hui.png) 0 18px no-repeat;
}
.mainNewsAcl1r li:last-child {
	border-bottom: none;
}
.mainNewsAcl1r li a {
	font-size: 14px;
	color: #333;
	width: 92%;
	border-bottom: 1px dashed #ccc;
	line-height: 44px;
	margin-left: 30px;
	display: inline-block;
}
.mainNewsAcl1r li span {
	display: block;
	float: right;
}
.mainNewsAcl1r li a:hover {
	color: #1168ab;
	font-weight: 700;
}
.mainNewsAcr {
	width: 28.1%;
	float: left;
}
.mainNewsAcrC {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 420px;
}
.mainNewsAcrC li {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
.mainNewsAcrC1 {
}
.mainNewsAcrC1 span {
	display: block;
}
.mainNewsAcrC1 .mainNewsAcrC1s1 {
	background: url(../images/wen.png) no-repeat left;
	padding-left: 40px;
}
.mainNewsAcrC1 .mainNewsAcrC1s1 a {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.mainNewsAcrC1 .mainNewsAcrC1s1 a:hover {
	text-decoration: underline;
	color: #01bf91;
}
.mainNewsAcrC1 p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	background: url(../images/da.png) 0 5px no-repeat;
	padding-left: 40px;
	margin-top: 10px;
}
.mainNewsAcrC1 p a {
	float: right;
	display: inline-block;
	color: #ffb700;
}
.mainNewsAcrC1 p a:hover {
	color: #116aae;
	text-decoration: underline;
}
.mainNewsAcrC ul {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	-webkit-animation: 6s move infinite linear;
	width: 100%;
}
.mainNewsAcrC:hover ul {
	-webkit-animation-play-state: paused;
}
 @-webkit-keyframes move {
 0% {
 top:0;
}
 100% {
 top:-500px;
}
}
.link {
	width: 100%;
	overflow: hidden;
	background: #1168ab;
}
.linkAll {
	width: 63.17%;
}
.linkAll {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
}
.linkAll span {
	padding-right: 10px;
}
.linkAll li {
	float: left;
	margin-right: 30px;
}
.linkAll li a {
	color: #fff;
}
.footer {
	width: 100%;
	background: #e6e6e6;
	overflow: hidden;
	padding-bottom: 25px;
}
.footerAll {
	width: 1200px;
	position: relative;
}
.footerAll-nav {
	width: 72.33%;
	margin: auto;
	overflow: hidden;
	margin-top: 20px;
}
.footerAll-nav li {
	width: 12.5%;
	float: left;
	text-align: center;
}
.footerAll-nav li a {
	color: #333333;
	border-right: 1px solid #555;
	display: inherit;
}
.footerAll-nav li a:hover {
	color: #116AAE;
	font-weight: 700;
}
.footerAll-nav li:last-child a {
	border-right: 0;
}
.footerAll img {
	width: 100%;
	margin-top: 10px;
}
.footerAllb {
	width: 1200px;
	margin-top: 30px;
}
.footerAllb img {
	width: 10.42%;
	float: left;
	margin-right: 3.33%;
}
.footerAll-c {
	width: 36.42%;
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.footerAll-c i {
	font-style: normal;
	color: #1168ab;
}
.footerAll-c p {
	display: inline;
	font-size: 18px;
}
#i1 {
	margin-left: 71px;
}
.footerAll-c span {
	margin-right: 20px;
}
.footerAll-c a {
	color: #1168ab;
}
.footer_all {
	position: absolute;
	top: 65px;
	overflow: hidden;
}
.footer_all_c p {
	font-size: 18px;
	display: inline;
}
.footer_all_c .footer-p {
	margin-left: 71px;
}
.footer_all_c i {
	color: #1168ab;
	font-family: arial;
}
.footer_all {
	width: 1200px;
	margin: auto;
	padding-top: 20px;
}
.footer_all_l img {
	width: 120px;
	height: 183px;
	float: left;
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 30px;
}
.footer_all_c {
	width: 462px;
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 26px;
}
.footer_all_c span a {
	color: #333;
}
.footer_all_r {
	float: right;
	background: url(../images/footer-line.png) left no-repeat;
}
.footer_all_r p {
	float: left;
	margin-right: 12px;
	color: #333;
}
.footer_all_r span {
	float: left;
	margin-top: 17px;
	color: #333;
}
form {
	width: 510px;
	margin-left: 57px;
}
input {
	width: 190px;
	height: 24px;
	margin-top: 10px;
	margin-left: 10px;
}
textarea {
	margin-top: 20px;
	width: 450px;
	height: 84px;
	margin-left: 16px;
}
#submit {
	width: 90px;
	height: 26px;
	background-color: #fff;
	line-height: 22px;
	margin-left: 47px;
	border: none;
}
.slideTxtBox {
	width: 1136px;
	height: 512px;
	position: relative;
	margin: auto;
}
.slideTxtBox .prev,  .slideTxtBox .next {
	position: absolute;
	top: 47%;
	width: 60px;
	z-index: 999;
	height: 70px;
	margin-top: -15px;
	cursor: pointer;
}
.slideTxtBox .prev {
	left: -80px;
	background: url(../images/arrow-left-light.png) no-repeat;
}
.slideTxtBox .next {
	right: -80px;
	background: url(../images/arrow-right-light.png) no-repeat right top;
}
 @media only screen and (max-width: 1440px) {
.mainGuanA-right {
	display: none;
}
}
 @media only screen and (max-width: 1600px) {
.mainGuanA-right {
	display: none;
}
}
#cnzz_stat_icon_1273580137 {
	width: 50px;
	height: 20px;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}
