

/* CSS Document */

html, body { -webkit-text-size-adjust:none; }

body { width:100%; font-size:14px; font-family:'Microsoft YaHei'; margin:0; padding:0; color:#4a4a4a; line-height:24px; background-color:#FFF; }

article, footer, header, nav, section { display:block; }

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td { margin:0; padding:0;}

ul, li{ list-style:none; margin:0; padding:0 }

em{ font-style:normal;}

h2,h3{ font-weight:normal;}

img { border:0px; vertical-align:top; cursor:pointer; }

a { text-decoration:none; cursor:pointer; color:#4a4a4a; }

p { text-align:justify; }
.fl{float:left;}
.fr{float:right;}

.font { color:#f00; }

.icon { background:url(../images/icon-t1.png) no-repeat; vertical-align:top; display:inline-block;}

.qbj{width:1060px;margin:0 auto;}

.logo{ width:100%; text-align:center;background:#fff;}

.logo img{ margin:25px 30px; width:1000px; height:65px;}

/*top改版 10月12*/
/*.logo{width:100%;background:#fff;}
.logo ul{width:1070px;height:66px;margin:0 auto;padding-top:25px;padding-bottom:30px;}
.logo ul li{float:left;height:66px;color:#656565;font-size:12px;}
.logo_lce{width:214px;}
.logo_lce1{width:175px;}
.lo_img{width:43px;height:43px;display:block;float:left;background:#c5c5c5;border-radius:50%;margin-top:13px;}
.logo_lce .lo_img{margin-left:30px;}
.logo_lce .lo_img img{margin-top:6px;margin-left:11px;}
.logo_lce1 .lo_img img{margin-top:6px;margin-left:5px;}
.logo ul li span{display:block;line-height:16px;}
.lo_wz{margin-top:19px;text-indent:8px;}
.logo ul li.lo a:hover .lo_img{background:#007457;color:#007457;}
.logo ul li.lo a:hover span{color:#007457;}
*/


/*结束*/
.nav{ width:100%; overflow:hidden; background:#007457; }

.nav ul{ width:1060px; line-height:50px; text-align:center; margin:0 auto;}

.nav ul li{ width:10%; float:left;}

.nav ul li a{ color:#fff; font-size:16px; border-right:1px #007457 solid; width:99%; display:inline-block; line-height:50px;}

.n_hover,.nav ul li:hover{ background:#018a6b;}

.n_hover a,.nav ul li a:hover{border-right:1px #018a6b solid !important; }

.n_last a{ border-right:0;}

.banner{ position:relative;}

.banner .hd { position: absolute;width: 300px;bottom:12px;right: 0; z-index: 1;}

.banner .hd ul li{ width:40px; height:15px; background-color:#fff; float:left; margin-right:1px;}

.banner .hd ul li.on{ background-color:#f00;}

.banner_arrow a.next{ width:63px; height:63px; background-position:0 -229px; position:absolute; top:170px; left:15px; z-index:1;}

.banner_arrow a.prev{ width:63px; height:63px; background-position:0 -293px; position:absolute; top:170px; right:15px; z-index:1;}

.main{ width:1060px; margin:0 auto; overflow:hidden;}

.notice{ margin:15px 0 20px; font-size:18px; background:#ececec; line-height:50px; text-align:center; }

.notice strong img{  padding-top:5px; margin-right:10px;}

.bdfbw{ height:168px; overflow:hidden;font-size:17px; border:1px #d6d5d5 solid;}

.bdfbw dt{ background:#d5d5d5; width:152px; float:left; height:168px; text-align:center; position:relative; }

.bdfbw dt strong{ font-size:24px; width:100%; display:inline-block; margin-top:60px; font-weight:normal;}

.bdfbw dt i{ width:10px; height:18px; background:url(../images/img-trag.png) no-repeat; display:inline-block; position:absolute; top:76px; right:-10px;}

/*.bdfbw dd.bw_hover{background-color:#059b90;}*/

.bdfbw dd{ width:146px; height:168px; float:left; border-left:1px #d6d5d5 solid; text-align:center; position:relative; }
/*.bdfbw dd:last-child{width:146px !important;}*/




.bdfbw dd.bw_hover a,.bdfbw dd:hover a{ color:#fff;}

.bdfbw dd h3{ margin-top:20px; font-weight:normal; }

.bdfbw dd p{ font-size:12px; width:100%; text-align:center;}



.bdfbw dd a{ color:#333; position:absolute;width:146px; height:168px; display:block; left:0;}

.bdfbw dd em{ position:absolute;width:146px; height:168px; top:0; left:0;

	opacity:0;

	/*红色移除*/

	-webkit-animation:redOut 0.4s ease;

	-moz-animation:redOut 0.4s ease;

	-ms-animation:redOut 0.4s ease;

	-o-animation:redOut 0.4s ease;

	animation:redOut 0.4s ease;}

.bdfbw dd:hover em{background-color:#018a6b;  

	opacity:1;

	/*红色添加*/

	-webkit-animation:redIn 0.2s ease;

	-moz-animation:redIn 0.2s ease;

	-ms-animation:redIn 0.2s ease;

	-o-animation:redIn 0.2s ease;

	animation:redIn 0.2s ease;}



/*定义添加效果*/

@keyframes redIn {

	0% {

	-webkit-transform:scale(0.6) ;/* Safari and Chrome */

	-moz-transform: scale(0.6);/* Firefox */

	-ms-transform:scale(0.6) ;/* IE 9 */

	-o-transform:scale(0.6) ;/* Opera */

	transform:scale(0.6) ;

	opacity:0;}

	100% {

	-webkit-transform:scale(1) ;/* Safari and Chrome */

	-moz-transform: scale(1);/* Firefox */

	-ms-transform:scale(1) ;/* IE 9 */

	-o-transform:scale(1) ;/* Opera */

	transform:scale(1) ;

	opacity:1;}

}

@-webkit-keyframes redIn {

	0% {

	-webkit-transform:scale(0.6) ;/* Safari and Chrome */

	-moz-transform: scale(0.6);/* Firefox */

	-ms-transform:scale(0.6) ;/* IE 9 */

	-o-transform:scale(0.6) ;/* Opera */

	transform:scale(0.6) ;

	opacity:0;}

	100% {

	-webkit-transform:scale(1) ;/* Safari and Chrome */

	-moz-transform: scale(1);/* Firefox */

	-ms-transform:scale(1) ;/* IE 9 */

	-o-transform:scale(1) ;/* Opera */

	transform:scale(1) ;

	opacity:1;}

}

@-moz-keyframes redIn {

	0% {

	-webkit-transform:scale(0.6) ;/* Safari and Chrome */

	-moz-transform: scale(0.6);/* Firefox */

	-ms-transform:scale(0.6) ;/* IE 9 */

	-o-transform:scale(0.6) ;/* Opera */

	transform:scale(0.6) ;

	opacity:0;}

	100% {

	-webkit-transform:scale(1) ;/* Safari and Chrome */

	-moz-transform: scale(1);/* Firefox */

	-ms-transform:scale(1) ;/* IE 9 */

	-o-transform:scale(1) ;/* Opera */

	transform:scale(1) ;

	opacity:1;}

}

@-ms-keyframes redIn {

	0% {

	-webkit-transform:scale(0.6) ;/* Safari and Chrome */

	-moz-transform: scale(0.6);/* Firefox */

	-ms-transform:scale(0.6) ;/* IE 9 */

	-o-transform:scale(0.6) ;/* Opera */

	transform:scale(0.6) ;

	opacity:0;}

	100% {

	-webkit-transform:scale(1) ;/* Safari and Chrome */

	-moz-transform: scale(1);/* Firefox */

	-ms-transform:scale(1) ;/* IE 9 */

	-o-transform:scale(1) ;/* Opera */

	transform:scale(1) ;

	opacity:1;}

}

@-o-keyframes redIn {

	0% {

	-webkit-transform:scale(0.6) ;/* Safari and Chrome */

	-moz-transform: scale(0.6);/* Firefox */

	-ms-transform:scale(0.6) ;/* IE 9 */

	-o-transform:scale(0.6) ;/* Opera */

	transform:scale(0.6) ;

	opacity:0;}

	100% {

	-webkit-transform:scale(1) ;/* Safari and Chrome */

	-moz-transform: scale(1);/* Firefox */

	-ms-transform:scale(1) ;/* IE 9 */

	-o-transform:scale(1) ;/* Opera */

	transform:scale(1) ;

	opacity:1;}

}

/*定义移除效果*/

@keyframes redOut {

	0% {

	-webkit-transform:scale(1) ;/* Safari and Chrome */

	-moz-transform: scale(1);/* Firefox */

	-ms-transform:scale(1) ;/* IE 9 */

	-o-transform:scale(1) ;/* Opera */

	transform:scale(1) ;

	opacity:1;}

	100% {

	-webkit-transform:scale(0.6) ;/* Safari and Chrome */

	-moz-transform: scale(0.6);/* Firefox */

	-ms-transform:scale(0.6) ;/* IE 9 */

	-o-transform:scale(0.6) ;/* Opera */

	transform:scale(0.6) ;

	opacity:0;}

}

@-webkit-keyframes redOut {

	0% {

	-webkit-transform:scale(1) ;/* Safari and Chrome */

	-moz-transform: scale(1);/* Firefox */

	-ms-transform:scale(1) ;/* IE 9 */

	-o-transform:scale(1) ;/* Opera */

	transform:scale(1) ;

	opacity:1;}

	100% {

	-webkit-transform:scale(0.6) ;/* Safari and Chrome */

	-moz-transform: scale(0.6);/* Firefox */

	-ms-transform:scale(0.6) ;/* IE 9 */

	-o-transform:scale(0.6) ;/* Opera */

	transform:scale(0.6) ;

	opacity:0;}

}

@-moz-keyframes redOut {

	0% {

	-webkit-transform:scale(1) ;/* Safari and Chrome */

	-moz-transform: scale(1);/* Firefox */

	-ms-transform:scale(1) ;/* IE 9 */

	-o-transform:scale(1) ;/* Opera */

	transform:scale(1) ;

	opacity:1;}

	100% {

	-webkit-transform:scale(0.6) ;/* Safari and Chrome */

	-moz-transform: scale(0.6);/* Firefox */

	-ms-transform:scale(0.6) ;/* IE 9 */

	-o-transform:scale(0.6) ;/* Opera */

	transform:scale(0.6) ;

	opacity:0;}

}

@-ms-keyframes redOut {

	0% {

	-webkit-transform:scale(1) ;/* Safari and Chrome */

	-moz-transform: scale(1);/* Firefox */

	-ms-transform:scale(1) ;/* IE 9 */

	-o-transform:scale(1) ;/* Opera */

	transform:scale(1) ;

	opacity:1;}

	100% {

	-webkit-transform:scale(0.6) ;/* Safari and Chrome */

	-moz-transform: scale(0.6);/* Firefox */

	-ms-transform:scale(0.6) ;/* IE 9 */

	-o-transform:scale(0.6) ;/* Opera */

	transform:scale(0.6) ;

	opacity:0;}

}

@-o-keyframes redOut {

	0% {

	-webkit-transform:scale(1) ;/* Safari and Chrome */

	-moz-transform: scale(1);/* Firefox */

	-ms-transform:scale(1) ;/* IE 9 */

	-o-transform:scale(1) ;/* Opera */

	transform:scale(1) ;

	opacity:1;}

	100% {

	-webkit-transform:scale(0.6) ;/* Safari and Chrome */

	-moz-transform: scale(0.6);/* Firefox */

	-ms-transform:scale(0.6) ;/* IE 9 */

	-o-transform:scale(0.6) ;/* Opera */

	transform:scale(0.6) ;

	opacity:0;}

}



.icon-bw { background:url(../images/icon-bw.png) no-repeat; vertical-align:top; width:54px; height:54px; display:inline-block; margin:10px 0 12px; }

.i_b_1{ background-position:-55px 0;}

.i_b_2{ background-position:-55px -55px;}

.i_b_3{ background-position:-55px -110px;}

.i_b_4{ background-position:-55px -165px;}

.i_b_5{ background-position:-55px -220px;}

.i_b_6{ background-position:-55px -275px;}

.i_b_7{ background-position:-55px -330px;}

.bdfbw dd:hover .i_b_1{ background-position:0 0;}

.bdfbw dd:hover .i_b_2{ background-position:0 -55px;}

.bdfbw dd:hover .i_b_3{ background-position:0 -110px;}

.bdfbw dd:hover .i_b_4{ background-position:0 -165px;}

.bdfbw dd:hover .i_b_5{ background-position:0 -220px;}

.bdfbw dd:hover .i_b_6{ background-position:0 -275px;}

.bdfbw dd:hover .i_b_7{ background-position:0 -330px;}

.bdfbw dd .i_7{vertical-align: top;margin: 4px 0 0 2px;display: inline-block;}

.page{ overflow:hidden;}

.page h2{ line-height:46px; text-align:left; border-bottom:1px #e9e9e9 solid; margin-bottom:20px; overflow:hidden;}

.page h2 strong{ font-size:24px; border-bottom:1px #0c797c solid; line-height:46px; display:inline-block; font-weight:normal; float:left; color:#000;}

.page h2 strong em{ color:#a0a0a0; font-size:16px;}

.page h2 p{line-height: 46px;float: left;font-size: 16px;margin-left: 8%;}

.page h2 p font{ font-size:20px; color:#f00;}

.page h2 p b{ font-size:20px; font-weight:normal; color:#05787b;}

.page h2 p a{  color:#a0a0a0}

.page h2 span{  float:right; padding:1px 8px; font-size:12px; border:1px #ccc dashed; display:inline-block; line-height:18px; border-radius:5px;margin-top: 20px;}

.page h2 span a{ color:#1f1f1f;}

.page h2 span a:hover{ color:#f00; font-weight:bold;}

.page h2 span.img{ margin-top:10px; border:0;}

.page h2 span img{margin-bottom:10px;}

.page_1{  margin-top:20px;}

.page_1 .p_1_left{ float:left;width:530px;}

.page_1 .p_1_left .p_1_l_con p{ background-color:#f2f2f2; font-size:14px; line-height:26px; padding:12px 20px 10px 0; }

.page_1 .p_1_left .p_1_l_con p img{ float:left; margin-right:10px;}

.p_1_l_c_img{ position:relative; overflow:hidden;}

/*光*/

.page_1 .p_1_left .p_1_l_con .p_1_l_c_img:before{    content: "";

    position: absolute;

    width: 80px;

    height: 300px;

    top: 0;

    left: -150px;

    overflow: hidden;

    background: -moz-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);

    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.2)),color-stop(100%,rgba(255,255,255,0)));

    background: -webkit-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);

    background: -o-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);

    -webkit-transform: skewX(-25deg);

    -moz-transform: skewX(-25deg);}

.page_1 .p_1_left .p_1_l_con .p_1_l_c_img:hover::before{

-webkit-transition: left .7s;

    -moz-transition: left .7s;

    transition: left .7s;

    left: 540px;}

	

	

.p_1_right{ float:right; border-left:1px #e9e9e9 solid; margin-left:25px; padding-left:25px; width:479px; height:445px;}

.p_1_right ul li{ width:100%; border-bottom:1px #ccc dashed; padding:10px 0 26px; }

.p_1_right ul li h3{ font-size:18px; line-height:32px; color: #005234; font-family: "黑体";}

.banner_1{ margin:15px 0;position:relative;}

.banner_1 .hd ul{ position:absolute; height:15px; bottom:10px; right:10px; z-index:1;}

.banner_1 .hd ul li{ width:15px; height:15px; float:left; margin:0 4px; background:rgba(255,255,255,0.8);}

.banner_1 .hd ul li.on{ background:#018a6b}

.p_1_right ul li img{ float:left; margin-right:10px; margin-top:6px;}

.page_2 .p_2_left{ width:310px; height:408px; float:left;}

.page_2 .p_2_left{ width: 310px; height: 408px; float: left; position: relative;}

.page_2 .p_2_left .hd ul{ position:absolute; height:15px; bottom:10px; right:10px; z-index:1;}

.page_2 .p_2_left .hd ul li{ width:15px; height:15px; float:left; margin:0 4px; background:rgba(255,255,255,0.8);}

.page_2 .p_2_left .hd ul li.on{ background:#018a6b}

.page_2 .p_2_cen{ width:534px; float:left; margin:0 30px;}

.page_2 .p_2_cen dl{ width:100%; overflow:hidden;}

.page_2 .p_2_cen dl dt{ width:120px; height:80px; float:left; margin-right:16px;}

.page_2 .p_2_cen dl dd{ float:left; width:398px;}

.page_2 .p_2_cen dl dd h3{ font-size:18px; line-height:30px; color:#000; font-family: "黑体";}

.page_2 .p_2_cen ul{ width:100%; overflow:hidden; margin-top:10px;}

.page_2 .p_2_cen ul li{ width:100%; float:left; border-bottom:1px #ccc dashed; line-height:32px; font-size:15px; margin-top:3px;}

.page_2 .p_2_cen ul li span{ padding-right:10px; float:right; line-height:32px; font-size:14px; color:#f00;}

.page_2 .p_2_cen ul li.i_last{ border:0;}

.page_2 .p_2_cen ul li a{ color:#000;}

.page_2 .p_2_cen ul li a:hover{ color:#f00;}

.page_2 .p_2_cen ul li a i{ width:28px; height:18px; background-position:-16px 0;}

.page_2 .p_2_right{ width:152px; height:301px;  padding-top:110px;background:url(../images/bg_img01.png) no-repeat; float:right;}

.page_2 .p_2_right p{ font-size:20px; text-align:center; margin:25px 0 18px;}

.page_2 .p_2_right p span{ font-size:15px; width:100%; display:inline-block;}

.page_2 .p_2_right a{ width:100%; height:40px; display:inline-block; margin-top:10px;}

/*.page_3 h2 span,.page_5 h2 span { border:none;}

.page_3 h2 span i,.page_5 h2 span i{ width:16px; height:15px;margin: 3px 4px; background-position:0 0;}

.page_3 { margin-top:20px; margin-bottom:15px;}

.page_3 .silde_con{ width:1060px; height:410px; position:relative;}

.page_3 .silde_con .hd{ float:left;}

.page_3 .silde_con .hd ul{ overflow:hidden; margin-bottom:20px; width:132px;}

.page_3 .silde_con .hd ul li{ width:124px; float:left; border:1px #ccc solid; margin:0 20px 5px 0;}

.page_3 .silde_con .hd ul li.on{ background-color:#018a6b; color:#ff0;border:1px #018a6b solid;}

.page_3 .silde_con .hd ul li img{ margin:0 auto; display:block;}

.page_3 .silde_con .hd ul li p{ text-align:center; line-height:20px; margin:7px 0;}

.page_3 .silde_con .hd ul li.on p{ color:#fff;}

.page_3 .silde_con .hd ul li.li_last{ margin-right:0; float:right;}

.page_3 .silde_con .bd ul{ overflow:hidden; width:922px; height:399px; background:url(../images/zj_bg.jpg) center center; no-repeat; float:right;}

.page_3 .silde_con .bd{ float:right;}

.page_3 .silde_con .bd ul li a{ float:right; display:inline-block;}

.page_3 .silde_con .bd ul li a.a1{ margin:13px 48px 0 0;}*/

.page_3 h2 span {
	border: none;
}
.page_3 h2 span i {
	width: 16px;
	height: 15px;
	margin: 3px 4px;
	background-position: 0 0;
}
.page_3 {
	margin-top: 20px;
	margin-bottom: 15px;
	overflow: hidden;
}
.page_3_l{
	/* width: 730px; */
	/* float: left; */
}
.doctor_t{
	position: relative;
	margin-bottom: 14px;
}
.doctor_t span{
	display: block;
	width: 16px;
	height: 30px;
	background: no-repeat center center;
	background-color: #027558;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
	z-index: 2;
}
.doctor_t .prev{
	background-image: url("../images/left_arrow.png");
	left: 0;
}
.doctor_t .next{
	background-image: url("../images/right_arrow.png");
	right: 22px;
}
.doctor_t .hd{
	/* width: 720px; */
	overflow: hidden;
	margin-left: -6px;
}
.doctor_t .hd ul li{
	float: left;
	/*width: 115px;*/  width: 128px;
	height: 50px;
	/*padding: 10px 10px;*/   padding: 10px 20px;
	background: #f2f2f2;
	cursor: pointer;
	margin: 0 4px;
}
.doctor_t .hd li.on{
	background: #027558;
}
.doctor_t .hd li.on dd{
	color: #f2f2f2;
}
.doctor_t .hd dl dt{
	float: left;
}
.doctor_t .hd dl dd{
	margin-left: 64px;
}
.doctor_t .hd dl dd h6,
.doctor_t .hd dl dd p{
	font-size: 14px;
	font-family: "SimSun","宋体";
	font-weight: normal;
	text-align: center;
	line-height: 20px;
}
.doctor_t .hd dl dd h6{
	padding-top: 5px;
}
.doctor_item{
	overflow: hidden;
}
.doctor_item>dt{
	width: 328px;
	float: left;
}
.doctor_item>dd{
	margin: 30px 0 0 355px;
	padding-right: 18px;
}
.doctor_item .doctor_name{
	height: 65px;
	padding-bottom: 16px;
	border-bottom: 1px solid #027558;
}
.doctor_item .doctor_name dt{
	float: left;
	width: 200px;
}
.doctor_item .doctor_name dd{
	height: 100%;
	margin: 2px 0 2px 217px;
	border-left: 2px solid #027558;
	padding-left: 20px;
}
.doctor_item .doctor_name dd h6,
.doctor_item .doctor_name dd p{
	color: #007457;	
	line-height: 32px;
}
.doctor_item .doctor_name dd h6{
	font-weight: normal;
	font-size: 23px;
}
.doctor_item .doctor_name dd p{
	font-size: 16px;
}
.doctor_item .tags{
	padding: 8px 0 8px 25px;
	border-bottom: 1px solid #027558;
}
.doctor_item .tags li{
	font-size: 18px;
	line-height: 38px;
	padding-left: 38px;
	background: url("../images/award.png") no-repeat 0px center;
}
.doctor_item .advantage{
	margin: 19px 0 8px;
}
.doctor_item .advantage h6{
	width: 104px;
	height: 40px;
	background: url("../images/advantage_title_bg.png") no-repeat;
	font-size: 22px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
	color: #fff;
}
.doctor_item .advantage p{
	font-size: 18px;
	line-height: 32px;
	margin-top: 5px;
}
.doctor_item .advisory a{
	display: inline-block;
	width: 168px;
	height: 48px;
	border-radius: 5px;
	background-color: #db5b12;
	background-repeat: no-repeat;
	background-position: 85% center;
	font-size: 22px;
	line-height: 48px;
	text-indent: 18px;
	color: #fff;
}
.doctor_item .advisory .online{
	background-image: url("../images/chat.png");
	margin-right: 12px;
}
.doctor_item .advisory .tel{
	background-image: url("../images/tel.png");
}

.page_3_r{
	width: 305px;
	float: right;
}
.page_3_r h5{
	font-size: 34px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	background: #027558;
	margin-bottom: 14px;
}
.page_3_r table{
	border-spacing: 0;
}
.page_3_r tr{
	height: 145px;
}
.page_3_r tr th{
	margin-right: 19px;
}
.page_3_r tr th,
.page_3_r tr td{
	width: 143px;
	height: 145px;
	position: relative;
	float: left;
	margin-bottom: 12px;
}
.page_3_r tr div{
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8F000000,endColorstr=#8F000000);
	background: rgba(0,0,0,.6);
	position: absolute;
	bottom: 0;
}
.page_3_r tr div h6,
.page_3_r tr div p{
	font-size: 12px;
	font-weight: normal;
	font-family: "SimSun","宋体";
	line-height: 20px;
	text-align: center;
	color: #fff;
	letter-spacing: -.5px;
}


.p_3_arrow a.next{ width:63px; height:63px; background-position:0 -293px; position:absolute; top:160px; right:15px; z-index:1;}

.p_3_arrow a.prev{ width:63px; height:63px; background-position:0 -229px; position:absolute; top:160px; left:155px; z-index:1;}

.p_6_arrow a.next{ width:63px; height:63px; background-position:0 -229px; position:absolute; top:168px; left:20px; z-index:1;}

.p_6_arrow a.prev{ width:63px; height:63px; background-position:0 -293px; position:absolute; top:168px; right:20px; z-index:1;}

.p_7_arrow a.next{ width:63px; height:63px; background-position:0 -229px; position:absolute; top:190px; left:20px; z-index:1;}

.p_7_arrow a.prev{ width:63px; height:63px; background-position:0 -293px; position:absolute; top:190px; right:20px; z-index:1;}

.page_4{ margin-top:15px; margin-bottom:15px;}

.page_4 .p_4_left{ width:720px; float:left;}

.page_4 .p_4_left .p_4_l_con{ border:1px #ccc solid; overflow:hidden;}

.page_4 .p_4_left .p_4_l_con dl{ padding:10px 0 10px 13px;overflow:hidden;}

.page_4 .p_4_left .p_4_l_con dl.dl_odd{ background:#f1f1f1;}

.page_4 .p_4_left .p_4_l_con dl dt{ width:180px; float:left;}

.page_4 .p_4_left .p_4_l_con dl dt img{ float:left; margin-right:7px; height:54px;}

.page_4 .p_4_left .p_4_l_con dl dt p{ float:left; line-height:20px; margin-top:7px; font-size:16px;}

.page_4 .p_4_left .p_4_l_con dl dt p em{ font-size:10px;}



.page_4 .p_4_left .p_4_l_con dl dd{ float:left; width:50px; margin-right:25px; color:#007457;padding-top: 2px; text-align:center;}

.page_4 .p_4_left .p_4_l_con dl dd a:hover{ background:#ff8200; border-radius:4px; padding:1px 6px; color:#fff;}

.page_4 .p_4_right{ overflow:hidden; float:right; width:320px;}

.page_4 .p_4_right img{ margin:10px 18px;}

.page_4 .p_4_right .p_4_r_top{border:1px #ccc solid;}

.page_4 .p_4_right .p_4_r_bottom{border:1px #ccc solid; margin-top:10px;}

.page_4 .p_4_right .p_4_r_bottom p{ line-height:32px; background-color:#f7f7f7;border-bottom:1px #ccc solid; overflow:hidden;}

.page_4 .p_4_right .p_4_r_bottom p strong{ font-size:18px; color:#fff; text-align:center; background-color:#447cc4; width:114px; display:inline-block; float:left;}

.page_5 .p_5_slideBox{ width:1060px; height:397px; overflow:hidden; position:relative;}

.page_5 .p_5_slideBox .bd ul li { width:1060px; height:397px; overflow:hidden;}

.page_5 .p_5_slideBox .bd ul li .p_5_c_left{ width:594px; float:left;}

.page_5 .p_5_slideBox .bd ul li .p_5_c_left img{ float:left;}

.page_5 .p_5_slideBox .bd ul li .p_5_c_left .p_5_c_l_con{ float:left; width:250px;}

.page_5 .p_5_slideBox .bd ul li .p_5_c_left .p_5_c_l_con h3{ background-color:#018A6C; color:#fff; font-size:36px; text-align:center; display:inline-block; padding:40px 0 33px; width:100%; font-weight:bold;}

.page_5 .p_5_slideBox .bd ul li .p_5_c_left .p_5_c_l_con .p_5_c_l_c_bot{ overflow:hidden; height:300px; background:#005234 url(../images/img_jb_bg.png.jpg) no-repeat top; color:#fff; padding:0 26px;}

.page_5 .p_5_slideBox .bd ul li .p_5_c_left .p_5_c_l_con .p_5_c_l_c_bot p{ margin-top:75px; margin-bottom:30px; font-size:14px;}

.page_5 .p_5_slideBox .bd ul li .p_5_c_left .p_5_c_l_con .p_5_c_l_c_bot p strong{ font-size:16px;}

.page_5 .p_5_slideBox .bd ul li .p_5_c_left .p_5_c_l_con .p_5_c_l_c_bot a span{ border:1px #fff solid; width:100%; line-height:35px; text-align:center; color:#ff0; margin-bottom:12px; display:inline-block;}

.page_5 .p_5_slideBox .bd ul li .p_5_c_left .p_5_c_l_con .p_5_c_l_c_bot a span:hover{ background:#ff0; color:#f00;}

.page_5 .p_5_slideBox .bd ul li .p_5_c_right{ float:right; width:440px;}

.page_5 .p_5_slideBox .bd ul li .p_5_c_right img{ float:left; margin:0 20px 18px 0;}

.page_5 .p_5_slideBox .hd{ position:absolute; line-height:24px; right:0px; bottom:10px; width:420px;}

.page_5 .p_5_slideBox .hd ul li{ width:70px; height:40px; background-color:#818181; border-radius:50%; margin-right:10px; float:left; text-align:center; line-height:40px; color:#fff; font-size:20px; cursor:pointer;}

.page_5 .p_5_slideBox .hd ul li.on{ background:#018a6b; color:#ff0;}





.p_6_con .p_6_c_tit{ width:260px; float:left;}

.p_6_con .p_6_c_tit li{ padding:16px 0 16px 20px; margin-bottom:7px; border-top:2px #ccc solid; background-color:#f1f1f1; font-size:21px; color:#000;}

.p_6_con .p_6_c_tit li em{ font-size:12px; color:#999;}

.p_6_con .p_6_c_tit li.hover{ background-color:#018a6b; border-top:2px #447cc4 solid; color:#fff; position:relative;}

.p_6_con .p_6_c_tit li.hover em{ color:#fff;}

.p_6_con .p_6_c_tit li.hover i{ width:10px; height:20px; display:inline-block; background-position:0 -16px;position: absolute;top: 30px;right: -10px;}

.p_6_con .p_6_c_tit li span{ float:left;margin: 6px 10px 0 0;}

.p_6_con .p_6_c_tit li span.sp1{ width:41px ; height:41px; background-position:-144px 0; }

.p_6_con .p_6_c_tit li span.sp2{ width:39px ; height:39px; background-position:-144px -42px; }

.p_6_con .p_6_c_tit li span.sp3{ width:38px ; height:44px; background-position:-144px -83px; }

.p_6_con .p_6_c_tit li span.sp4{ width:36px ; height:42px; background-position:-144px -127px; }

.p_6_con .p_6_c_tit li.hover span.sp1{ background-position:-185px 0; }

.p_6_con .p_6_c_tit li.hover span.sp2{ background-position:-185px -42px; }

.p_6_con .p_6_c_tit li.hover span.sp3{ background-position:-185px -83px; }

.p_6_con .p_6_c_tit li.hover span.sp4{ background-position:-185px -127px; }





.p_6_con .p_6_c_con{ width:750px; border:1px #018a6b solid; float:right; padding:18px 18px 16px; position:relative;}

.p_6_con .p_6_c_con .hd ul{    overflow: hidden;width: 100%;}

.p_6_con .p_6_c_con .hd h3{     font-size: 18px; font-weight: bold; margin-bottom: 24px; float: left; border-right: 1px #ccc dotted; margin-left: 12px;}

.p_6_con .p_6_c_con .hd h3 a{ background-color:#fff; padding-right:15px; position:relative; z-index:1; font-weight: normal;}

.p_6_con .p_6_c_con .hd li.on a{ color:#1d6ea6; font-size:21px;}

/*.p_6_con .p_6_c_con .hd h3 span{ border-top:1px #ccc solid; display:inline-block; width:100%; float:right; position:relative; top:-13px;}*/

.p_6_con .p_6_c_con .p_6_slide img{ margin-right:18px; float:left;}

.p_6_con .p_6_c_con .p_6_slide ul li p{ text-indent:30px; border-bottom:1px #ccc solid; padding-bottom:25px; width:346px; float:left;}

.p_6_con .p_6_c_con .p_6_slide ul li dl{ float:left; border:1px #ccc solid; width:305px; margin-top:23px;}

.p_6_con .p_6_c_con .p_6_slide ul li dl dt{ width:32px; background-color:#ff8200; color:#fff; font-size:20px; text-align:center; float:left; padding:14px 0;}

.p_6_con .p_6_c_con .p_6_slide ul li dl dd{ float:left; width:88%; font-size:16px; line-height:24px;margin-top: 13px;}

.p_6_con .p_6_c_con .p_6_slide ul li dl dd i{ color:#ff8200; margin:0 8px 0 14px;}

.p_6_con .p_6_c_con .p_6_slide ul li dl dd i.slidei{}

i.slide1_i1{ width:24px; height:24px; background-position:0 -358px;}

i.slide1_i2{ width:24px; height:22px; background-position:0 -384px;}

i.slide1_i3{ width:24px; height:22px; background-position:0 -407px;}

i.slide1_2_i1{ width:24px; height:24px; background-position:-78px -358px;}

i.slide1_2_i2{ width:24px; height:24px; background-position:-78px -384px;}

i.slide1_2_i3{ width:24px; height:24px; background-position:-78px -409px;}

i.slide2_i1{ width:26px; height:26px; background-position:-25px -358px;}

i.slide2_i2{ width:26px; height:24px; background-position:-25px -384px;}

i.slide2_i3{ width:26px; height:24px; background-position:-25px -409px;}

i.slide2_2_i1{ width:24px; height:23px; background-position:-185px -358px;}

i.slide2_2_i2{ width:21px; height:22px; background-position:-185px -383px;}

i.slide2_2_i3{ width:23px; height:22px; background-position:-185px -407px;}

i.slide3_i1{ width:26px; height:26px; background-position:-50px -358px;}

i.slide3_i2{ width:26px; height:22px; background-position:-50px -382px;}

i.slide3_i3{ width:26px; height:24px; background-position:-50px -404px;}

i.slide3_2_i1{ width:22px; height:20px; background-position:-211px -358px;}

i.slide3_2_i2{ width:23px; height:22px; background-position:-211px -381px;}

i.slide3_2_i3{ width:21px; height:22px; background-position:-211px -406px;}

i.slide3_3_i1{ width:22px; height:20px; background-position:-234px -358px;}

i.slide3_3_i2{ width:23px; height:22px; background-position:-234px -378px;}

i.slide3_3_i3{ width:21px; height:22px; background-position:-234px -404px;}

i.slide3_4_i1{ width:22px; height:20px; background-position:-185px -292px;}

i.slide3_4_i2{ width:23px; height:22px; background-position:-185px -312px;}

i.slide3_4_i3{ width:21px; height:22px; background-position:-185px -335px;}

i.slide4_i1{ width:21px; height:23px; background-position:-185px -221px;}

i.slide4_i2{ width:22px; height:19px; background-position:-185px -247px;}

i.slide4_i3{ width:22px; height:22px; background-position:-185px -267px;}



.p_ul_li_dl{ float: left;width: 346px; margin-top: 23px;}

.p_ul_li_dl h4{width: 32px; color: #ff8200; font-size: 22px; text-align: center; float: left; padding:4px 5px 4px 0; line-height:28px; border-right:1px #000 solid; position:relative; margin-right:10px;}

.p_ul_li_dl h4 i{ width:5px; height:11px; position:absolute; top:54px; right:-6px; background-position:-12px -20px;}

.p_ul_li_dl div span{ display:inline-block; padding:8px; width:120px; height:38px; float:left; border:1px #ccc solid; margin-left:6px; margin-bottom:5px; font-size:10px; line-height:20px;}

.p_ul_li_dl div span i{ width:35px; height:35px;  float:left; margin-right:6px; margin-top:2px;}

.p_ul_li_dl div span i.p_dl_i1{background-position:-144px -170px;}

.p_ul_li_dl div span i.p_dl_i2{background-position:-144px -206px;}

.p_ul_li_dl div span i.p_dl_i3{background-position:-144px -242px;}

.p_ul_li_dl div span i.p_dl_i4{background-position:-144px -278px;}

.p_ul_li_dl div span i.p_dl_7_i1{background-position:-144px -314px;}

.p_ul_li_dl div span i.p_dl_7_i2{background-position:-144px -350px;}

.p_ul_li_dl div span i.p_dl_7_i3{background-position:-144px -386px;}

.p_ul_li_dl div span i.p_dl_7_i4{background-position:-185px -181px;}

#conav7{width:1060px;height:362px; margin:0 auto;position:relative;}
#conav7 ul{width: 1060px;height:362px;overflow:hidden;position:absolute;top:0;}
#conav7 ul li{width:246px; height:169px;border:1px solid #cbcbcb;padding:5px; float:left;}
#conav7 ul li img{width:246px; height:169px;}
.qh7{width:523px;height:366px; display:none; border:1px solid #cbcbcb;position:absolute;top:0;left:0;background:#000 url(../images/hchong.jpg.gif) center no-repeat;background-size:98px 98px;}
.qh7 img{width:511px;height:356px;}
.qh7 .sp{padding:5px;}
#a01{position:absolute;top:0;left:0px;}

#a02{position:absolute;top:0;left:266px;}
#a03{position:absolute;top:187px;left:0px;}
#a04{position:absolute;top:187px;left:266px;}
#a05{position:absolute;top:0px;left:533px;}
#a06{position:absolute;top:187px;left:533px;}
#a07{position:absolute;top:0px;left:800px;}
#a08{position:absolute;top:187px;left:800px;}


#conav7 a{width:511px;height:356px;display:block;cursor: pointer;}
.qh7 span{width:523px;height:28px;line-height:28px;font-size:16px;color:#fff;background:rgba(0,0,0,0.6);text-align: center;position: absolute;bottom: 0;left:0;}
.qh7 span p{text-align:center;}

/*视频结束*/


.page_zixun{ border:5px #e9e9e9 solid; padding:18px 22px 24px; overflow:hidden; margin:15px 0;}

.page_zixun dl dt{ color:#f00; font-size:20px; text-align:left; width:100%; display:inline-block; margin-bottom:24px;}

.page_zixun dl dd{ color:#007457;float:left; padding:10px 20px; font-size:16px; text-align:center; border:1px #ccc solid; margin-right:12px; line-height:20px;}

.page_zixun dl dd em{ font-size:12px; color:#999;}

.page_zixun dl a img{  display:inline-block; width:238px; height:60px;float:right; }

.page_zixun dl dd:hover{ background-color:#018a6b;color:#fff;}

.page_zixun dl dd:hover em{ color:#fff;} 





.page_7{ position:relative; }

.page_7 .slide_jishi{background-color:#f3f3f3; overflow:hidden;}

.page_7 .slide_jishi .p_7_img{ margin-right:22px; float:left;}

.page_7 .slide_jishi h3{ width:495px; border-bottom:1px #fff solid; float:left; display:block; margin:20px 0 12px; color:#000;}

.page_7 .slide_jishi h3 span{ display:inline-block; border-bottom:1px #0c797c solid; font-size:18px; line-height:35px;}

.page_7 .slide_jishi h3 span i{ width:22px; height:22px; margin:6px;}

.page_7 .slide_jishi h3 span i.p_7_i1{ background-position:-122px -412px;}

.page_7 .slide_jishi h3 span i.p_7_i2{ background-position:-122px -343px;}

.page_7 .slide_jishi h3 span i.p_7_i3{ background-position:-122px -343px;}

.page_7 .slide_jishi h3 span i.p_7_i4{ background-position:-122px -366px;}

.page_7 .slide_jishi p{ width:495px; float:left;}

.page_7  .slide_jishi .p_7_btn{ width: 500px; float: right; margin-right: 20px; text-align: center; margin-top: 14px; font-size: 15px;}

.page_7  .slide_jishi .p_7_btn a{ color: #f00;}/*

.page_7  .slide_jishi .p_7_btn .p_7_t_s1{ width:54px; height:54px; background-position: 0 -121px; margin-right:16px;}

.page_7  .slide_jishi .p_7_btn .p_7_t_s2{ width:54px; height:54px; background-position: 0 -175px;}*/

.page_7 .p_7_bottom{ margin:18px 0 20px;}

.page_7 .p_7_bottom li{ border:2px #ebebeb solid; padding:2px 3px; float:left; margin-right:17px;}

.page_7 .p_7_bottom  .li_last{ margin-right:0;}

.page_8{ margin-top:16px;}

.page_8 .p_8_left{
	/* width:675px; */
	/* float:left; */
}

.page_8 .p_8_left .p_8_l_con{ width:315px; border:1px #ccc solid; float:left; margin-right:20px; margin-bottom:18px;}

.page_8 .p_8_left .p_8_l_con h3{background-color:#f7f7f7; border-bottom:1px #ececec solid; overflow:hidden;}

.page_8 .p_8_left .p_8_l_con h3 strong{ display:inline-block; line-height:32px; background-color:#018a6b; padding:0 15px; color:#fff; font-size:18px; font-weight:normal; float:left;}

.page_8 .p_8_left .p_8_l_con h3 span{ float:right; padding:1px 8px; font-size:12px; border:1px #ccc dashed; display:inline-block; line-height:18px; border-radius:5px;margin: 6px 10px 0 0;;}

.page_8 .p_8_left .p_8_l_con h3 span:hover{ border:1px #f00 dashed;}

.page_8 .p_8_left .p_8_l_con h3 span a:hover{ color:#f00;}

.page_8 .p_8_left .p_8_l_con ul { overflow:hidden; padding:10px 3%; width:94%;}

.page_8 .p_8_left .p_8_l_con ul li{  line-height:30px; border-bottom:1px #ccc dashed; width:100%; display:inline-block;}


.page_8 .p_8_left .p_8_l_con ul li.li_last{ border-bottom:none;}

.page_8 .p_8_left p{ width:338px; line-height:38px; text-align:center; background-color:#fff5f0; margin:0 auto; overflow:hidden; font-weight:bold;}

.page_8 .p_8_left p a{ font-size:16px; color:#e25933;}

.page_8 .p_8_left p a i{ width:33px; height:24px; background-position:0 -38px; margin:6px 8px 0 0;}

.page_8 .p_8_right h2 { line-height:24px;}

.page_8 .p_8_right h2 strong{ font-size:18px; line-height:24px;}

.page_8 .p_8_right h2 strong em{ font-size:14px;}



.page_8 .p_8_right{ float:left; overflow:hidden; border:1px #ebebeb solid; width:346px; padding:20px 18px;}

.page_8 .p_8_right ul li{ width:68px; float:left; margin:10px 23px; text-align:center;}

.page_8 .p_8_right ul li em.icon-jzlc{ width:64px; height:64px; background-image:url(../images/icon-jzlc.png); display:inline-block; vertical-align:top; margin-bottom:4px;}

.page_8 .p_8_right ul li .em1{ background-position: 0 0;}

.page_8 .p_8_right ul li .em2{ background-position: 0 -65px;}

.page_8 .p_8_right ul li .em3{ background-position: 0 -130px;}

.page_8 .p_8_right ul li .em4{ background-position: 0 -195px;}

.page_8 .p_8_right ul li .em5{ background-position: 0 -260px;}

.page_8 .p_8_right ul li .em6{ background-position: 0 -325px;}

.page_8 .p_8_right ul li .em7{ background-position: 0 -390px;}

.page_8 .p_8_right ul li .em8{ background-position: 0 -455px;}

.page_8 .p_8_right ul li .em9{ background-position: 0 -520px;}

.page_8 .p_8_right ul li .em1:hover{ background-position: -65px 0;}

.page_8 .p_8_right ul li .em2:hover{ background-position: -65px -65px;}

.page_8 .p_8_right ul li .em3:hover{ background-position: -65px -130px;}

.page_8 .p_8_right ul li .em4:hover{ background-position: -65px -195px;}

.page_8 .p_8_right ul li .em5:hover{ background-position: -65px -260px;}

.page_8 .p_8_right ul li .em6:hover{ background-position: -65px -325px;}

.page_8 .p_8_right ul li .em7:hover{ background-position: -65px -390px;}

.page_8 .p_8_right ul li .em8:hover{ background-position: -65px -455px;}

.page_8 .p_8_right ul li .em9:hover{ background-position: -65px -520px;}

.page_9{ margin:15px 0 0 0;}

.page_9 p img{ float:left; margin-right:12px; margin-bottom:24px;}

.page_9  .uul li{ width:180px; height:168px;text-align:center; float:left; margin-right:40px;}

.page_9  .uul li img{ margin:0;}

.page_9  .uul li.p_9_li1{ background-color:#e7a5a4;}

.page_9  .uul li.p_9_li2{ background-color:#e5b778;}

.page_9  .uul li.p_9_li3{ background-color:#a4c761;}

.page_9  .uul li.p_9_li4{ background-color:#018a6b;}

.page_9  .uul li.p_9_li5{ background-color:#8162bc; margin-right:0;}



.page_10{ border-top:3px #0c797c solid; background-color:#f6f4f4; padding-left:30px; margin-top:30px;}

.page_10 .p_10_left{ float:left; width:676px;}

.page_10 .p_10_left img{ margin:30px 0 30px 16px;}

.page_10 .p_10_left .p_10_fc .fc_nr{ font-size:20px; line-height:32px; width:100%; display:inline-block; margin-bottom:24px;}

.page_10 .p_10_left .p_10_fc .fc_nr label{ vertical-align:top;}

.page_10 .p_10_left .p_10_fc .fc_nr input{ border:1px #ccc solid; margin-right:30px; line-height:30px;height:30px; font-size:16px; padding-left:8px; }

.page_10 .p_10_left .p_10_fc .fc_nr p{ float:left;}

.page_10 .p_10_left .p_10_fc .fc_nr p.nr1_p1 input{ width:150px;}

.page_10 .p_10_left .p_10_fc .fc_nr p.nr1_p2 input{ margin-right:4px; border:none;}

.page_10 .p_10_left .p_10_fc .fc_nr p.nr1_p2 a{ font-size:16px; vertical-align:top;}

.page_10 .p_10_left .p_10_fc .fc_nr p.nr1_p3{ margin-left:30px;}

.page_10 .p_10_left .p_10_fc .fc_nr p.nr1_p3 input{ width:80px; margin-right:0;}

.page_10 .p_10_left .p_10_fc .fc_nr textarea{ width:540px; height:86px; font-size:16px; padding:12px 12px 0 12px; line-height:24px;} 



.page_10 .p_10_right{ width:230px; float:right; border-left:1px #ccc dashed; background-color:#fff; padding:35px 38px 15px; text-align:center;}

.page_10 .p_10_right p{ width:100%; text-align:center; margin:15px 0 23px;}

.page_10 .p_10_right p font{ color:#f00; text-align:center; overflow:hidden; display:block; width:100%;}

.page_10 .p_10_right span input{ border:none; background-color:#e25933; width:158px; line-height:58px; color:#fff; font-size:20px; margin:0 auto;}

.page_10 .p_10_right .p2{ text-align:left;}





.footer{ background-color:#007457; color:#fff; overflow:hidden; /*padding-bottom:50px;*/ margin-top:30px; width:100%; /*display:inline-block;*/}

.footer .foot{ width:1060px; margin:40px auto 48px;}

.footer .foot p{ /*float:left;*/}
.footer .foot .f_p1,
.footer .foot .f_p2,
.footer .foot .f_p3 {
	float: left;
}
.footer .foot .f_p1{ width:314px; text-align:center; margin-right:36px;}

.footer .foot .f_p1 strong{ font-size:26px; font-weight:bold; margin-top:20px; width:100%; display:inline-block;}

.footer .foot .f_p2{ text-align:left; padding-top:25px; font-size:16px; line-height:30px;width: 435px;}

.footer .foot .f_p3{ width:116px; margin-left:70px; margin-top:16px;}

.footer .foot .f_p3 span{ width:100%; text-align:center; display:inline-block; margin-bottom:6px;}



/*20161221add mk_jianjie*/

.jj_con{ width:100%; overflow:hidden;}

.jj_con .jj_tit{ width:50.4%; margin:3% auto;}

.jj_con .jj_mkcon{ float:left; width:100%; border-bottom:1px #ccc dashed; padding-bottom:2%;}

.jj_con .jj_mkcon .jj_mc_tit{ width:100%; line-height:30px; font-size:18px; color:#0e5c84; font-weight:bold; text-align:center;}

.jj_con .jj_mkcon .jj_mc_c{ width:100%; overflow:hidden; text-align:left; margin-bottom:8px;}

.jj_con .jj_mkcon .jj_mc_c .jj_mc_c_l{ float:left; width:10.2%; font-size:16px; color:#0e5c84; }

.jj_con .jj_mkcon .jj_mc_c .jj_mc_c_r{ float:left; width:89.7%;}

.jj_con .jj_mkcon .jj_mc_c .jj_mc_c_r img{ margin:0 2% 1% 0; width:107px; height:64px; float:left;}



/******************20161225add*/

.icon-n{ background:url(../images/icon-t3.png) no-repeat; vertical-align:top; display:inline-block;}

.a_s_i1{ width:14px; height:14px; background-position:-73px -57px;}

.a_s_i2{ width:14px; height:12px; background-position:-73px -73px;}

.a_s_i3{ width:14px; height:12px; background-position:-73px -88px;}

.a_b_s_i1{ width:18px; height:18px; background-position:-73px 0; margin:8px 8px 0 0;}

.a_b_s_i2{ width:18px; height:18px; background-position:-73px -19px; margin:8px 8px 0 0;}

.a_b_s_i3{ width:18px; height:18px; background-position:-73px -38px; margin:8px 8px 0 0;}

/*2017-10-31  新版样式*/

.kfa{width:1060px;margin:0 auto;position:relative;}
page_5{height:570px;}
#conav5{width:359px;height:auto;float:left;}
#conav5 ul{ width:359px; height:72px;float:left;}
#conav5 ul .active{ background:#007457;color:#ffff00;}
#conav5 ul li{width:177px; height:72px;float:left;font-weight:bold;background:#f2f2f2; text-align:center;}
#conav5 ul li:first-child{margin-right:5px;}
#conav5 ul li p{color:#007457;font-family:"微软雅黑"; text-align:center;}
#conav5 ul li p:nth-child(1){font-size:24px;margin-top:15px;}
#conav5 ul li p:nth-child(2){font-size:12px;}
#conav5 ul .active p:nth-child(1){color:#ffff00;}
#conav5 ul .active p:nth-child(2){color:#fff;}
.con1_txt2{width:359px; height:392px; float:left;margin-top:13px;display:none;}
.gfbw{width:359px;}
.gfbw div{float:left;margin-left:7px;margin-bottom:7px;}


.mb_bh{background:#ffffff;width:113px;height:107px;border:1px solid #d9d9d9;}
.gfbw  a:hover  .mb_bh{width:115px;height:109px;background:#00946e;border:none;}


.gfbw .mb_bh  img{width:63px;height:60px;display:block;margin:10px auto 0;}
.gfbw  a .mb_bh .bq{display:block;}
.gfbw  a .mb_bh .bh{display:none;}
.gfbw  a:hover  .mb_bh  .bq{display:none;}
.gfbw  a:hover  .mb_bh  .bh{display:block;}
.gfbw a .mb_bh p{line-height:22px;color:#242331;font-size:14px;text-align:center;}
.gfbw  a:hover .mb_bh p{color:#fff;}




#conav6{width:1060px;}
#conav6 dl{width:359px;overflow:hidden;position:relative;}
#conav6 dl dd{width:172px;height:106px;float:left;background:#eeeeee;margin-bottom:10px;}

#conav6 dl dd:nth-child(2),dd:nth-child(4),dd:nth-child(6){/*margin-left:10px !important;*/}

#conav6 dl .active{background:#009966;color:#fff;}
#conav6 dl .active:after dd{background:#eeeeee;}
#conav6 dl .active:after p{color:#4a4a4a;}
#conav6 dl .active:after .bjq{display:block;}
#conav6 dl .active:after .bjh{display:none;}

#conav6 dl dd p{font-size:16px;line-height:20px;color:#4a4a4a;text-align:center;}
#conav6 dl .active p{color:#fff;}

#conav6 dl dd  img{width:63px;height:60px;display:block;margin:10px auto 0;}
#conav6 dl dd  .bjq{display:block;}
#conav6 dl dd  .bjh{display:none;}
#conav6 dl .active .bjq{display:none;}
#conav6 dl .active .bjh{display:block;}
#conav6  .gduo{width:172px;height:106px;background:#eeeeee;position:absolute;top:389px;left:182px;}
.gduo p{font-size:16px;line-height:20px;color:#4a4a4a;text-align:center;}
#conav6  .gduo img{width:63px;height:60px;display:block;margin:10px auto 0;}
#conav6  .gduo  .bjq{display:block;}
#conav6  .gduo  .bjh{display:none;}
#conav6  .gduo:hover .bjq{display:none;}
#conav6  .gduo:hover .bjh{display:block;}
#conav6  .gduo:hover{background:#009966;color:#fff;}
#conav6  .gduo:hover p{color:#fff;}

.tab6 .qh6{ width:688px; height:475px;clear:both;border:1px solid #d9d9d9;display:none;border:1px solid #d9d9d9;float:right;position:absolute;top:73px;right:0;}

.an{width:359px;height:42px;position:relative;top:-42px;}
.an a{width:178px;height:42px;line-height:42px;display:inline-block;background:#017457;color:#ffff00;text-align:center;}
.an a:hover{background:#005234;color:#ffff00;}




/*图片展示样式开始*/
.tab6 .rollBox{width:674px; height:460px; overflow:hidden; float:left; padding:5px 6px; position:relative;}
.tab6 .rollBox .LeftBotton{ height:66px; width:33px; overflow:hidden; float:left; cursor:pointer; background:url(../images/xzleft.png) center no-repeat;position:absolute;left:6px;top:96px;}
.tab6 .rollBox .RightBotton{ height:66px; width:33px;overflow:hidden; float:right; cursor:pointer; background:url(../images/xyleft.png) center no-repeat;position:absolute;right:6px;top:96px;}
.tab6 .rollBox .Cont{width:674px;height:460px; overflow:hidden; float:left;}
.Cont ul{ list-style:none; display:block;height:460px;float:left;}
.Cont ul li{ display:block; width:674px;height:460px; float:left;font-family:"微软雅黑";}
.Cont ul li img{ width:334px; height:238px;}
/*图片展示样式结束*/


.tp_xq{width:674px;overflow:hidden;color:#4a4a4a;}
.tp_xq div{width:334px;overflow:hidden;}
.tp_xq .tp_wza{width:334px;height:81px;background:#f2f2f2;}
.tp_xq div p{width:90%;padding-left:16px;font-size:16px;padding-top:12px;line-height:26px;font-family:"微软雅黑";}
.et_jj{width:100%;height:100px;overflow:hidden;}
.et_jj div{margin-top:19px;}
.et_jj div p{line-height:26px;padding-left:24px;}
.nlin{margin-left:75px;}
.an1{width:656px;height:42px;margin:0 auto;}
.an1 a{width:319px;height:42px;line-height:42px;color:#fff;display:inline-block;text-align:center;}
.an1 a:nth-child(1){background:#ff7e00;}
.an1 a:nth-child(2){background:#017457;}



.qbzxin{width:1044px;height:393px;border:1px solid #d9d9d9;margin:0 auto;padding:9px 7px;}
.qb_z{width:342px;overflow:hidden;margin-right:10px;}
.qb_x{width:342px;height:145px;margin-bottom:10px;}
.xiaz{width:342px;overflow:hidden;position:relative;}
.xiaz img{width:342px;height:239px;}
.xiaz p{position:absolute;bottom:0;left:0;background:rgba(0,0,0,0.5);;width:342px;height:26px;line-height:26px;color:#fff;font-size:14px;text-align:center;}
.xiyou{width:690px;overflow:hidden;}
.qbx{width:337px;height:191px;position:relative;}
.qbx img{width:337px;height:191px;}
.qbx p{position:absolute;bottom:0;left:0;background:rgba(0,0,0,0.5);;width:337px;height:26px;line-height:26px;color:#fff;font-size:14px;text-align:center;}
.xyo{margin-right:;}
.xia{margin-bottom:12px;}

.xiaz a:hover p{padding:4px 0px;background:rgba(0,0,0,0.6);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3c20000,endColorstr=#b3c20000);transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -o-transition:all .3s;height:33px;line-height:33px;}

.qbx a:hover p{padding:4px 0px;background:rgba(0,0,0,0.6);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3c20000,endColorstr=#b3c20000);transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -o-transition:all .3s;height:33px;line-height:33px;}




/*case  10-31 旧版样式*/

/*.add_bl{ width:100%; overflow:hidden;}

.add_bl .a_b_tit{ width:50px; height:536px; float:left;margin-bottom: 24px;}

.add_bl .a_b_con{ width:1010px; float:right;}

.add_bl .a_b_con .a_b_c_mk{ width:190px; border:1px #dfdfdf solid; float:left; margin:0 0 10px 10px; text-align:center; padding:5px 0 8px;font-size:12px;}

.add_bl .a_b_con .a_b_c_mk h3{ font-size:15px; color:#007457; line-height:18px; margin:4px 0 0 0;} 

.add_bl .a_b_con .a_b_c_mk span{display:inline-block; text-align:center; margin:4px 0 4px;}

.add_bl .a_b_con .a_b_c_mk span a{ color:#c62f36; border:1px #c62f36 solid; border-radius:2px; display:inline-block; line-height:12px; padding:2px; float:left; margin:0 2px;}

.add_bl .a_b_con .a_b_c_mk .add_share{ width:100%; overflow:hidden; display:inline-block; color:#999999; line-height:20px;}

.add_bl .a_b_con .a_b_c_mk .add_share i{  display:inline-block;  margin: 5px 2px 0 6px;}

.add_bl .a_b_con .a_b_c_mk p{ width:68px; height:18px; margin:0 auto; border:1px #007457 solid; text-align:center; line-height:18px; }

.add_bl .a_b_con .a_b_c_mk p a{ color:#007457;}

.add_bl .a_b_con .a_b_c_mk:hover{ border:1px #007457 solid;}

.add_bl .a_b_con .a_b_c_mk:hover p{ background:#ff9900; border:1px #ff9900 solid;}

.add_bl .a_b_con .a_b_c_mk:hover p a{ color:#fff;}



.add_bl .a_b_share{ width:100%; overflow:hidden; margin-top:15px; position:relative;}

.add_bl .a_b_share span.a_b_arrow a{ position:absolute; width:36px; height:72px; top:60px; z-index:1;}

.add_bl .a_b_share span.a_b_arrow a.prev{ background-position:0 -381px; left:70px;}

.add_bl .a_b_share span.a_b_arrow a.next{ background-position:0 -307px; right:4px;}

.add_bl .a_b_share .a_b_share_tit{ float:left;}

.add_bl .a_b_share ul{ overflow:hidden; float:left; width:100%;}

.add_bl .a_b_share ul li{ border:1px #ccc dashed; border-radius:15px; float:left; width:290px; height:195px; padding:14px 15px 0 12px;  font-size:12px; margin-left:17px; overflow:hidden;}

.add_bl .a_b_share ul li dl{ overflow:hidden;}

.add_bl .a_b_share ul li dl dt{ width:81px; height:97px; background-color:#d9d9d9; text-align:center; color:#0059a7; float:left; margin:0 12px 10px 0; line-height:20px;}

.add_bl .a_b_share ul li dl dd{ border-bottom:1px #ccc dashed; line-height:32px; overflow:hidden;}

.add_bl .a_b_share ul li dl dd.last{ border-bottom:none;}

.add_bl .a_b_share ul li p{ padding:0 7px;}
*/






/*jishu*/

.add_jishu{ width:100%; overflow:hidden; }

.add_jishu ul.a_j_tit{ overflow:hidden; float:left;width:193px; }

.add_jishu ul.a_j_tit li{border:2px #eaeaea solid; font-size:16px;  color:#333; padding:0 0 0 22px; height:71px; line-height:71px; margin-bottom:8px;}

.add_jishu ul.a_j_tit li.hover{border:2px #05787b solid; color:#05787b; }

.add_jishu ul.a_j_tit li span{ display:inline-block;width:34px; height:34px; float:left;margin: 20px 15px 0 0;}



.add_jishu ul.a_j_tit li span.sp1{ background-position:0 0;}

.add_jishu ul.a_j_tit li span.sp2{ background-position:0 -36px;}

.add_jishu ul.a_j_tit li span.sp3{ background-position:0 -72px;}

.add_jishu ul.a_j_tit li span.sp4{ background-position:0 -108px;}

.add_jishu ul.a_j_tit li span.sp5{ background-position:0 -144px;}

.add_jishu ul.a_j_tit li.hover span.sp1{ background-position:-36px 0;}

.add_jishu ul.a_j_tit li.hover span.sp2{ background-position:-36px -36px;}

.add_jishu ul.a_j_tit li.hover span.sp3{ background-position:-36px -72px;}

.add_jishu ul.a_j_tit li.hover span.sp4{ background-position:-36px -108px;}

.add_jishu ul.a_j_tit li.hover span.sp5{ background-position:-36px -144px;}

.add_jishu ul.a_j_tit li p{ float:left; line-height:20px;margin-top: 27px;}

.add_jishu ul.a_j_tit li p.p2{margin-top: 17px;}

.add_jishu ul.a_j_tit li i{ width:19px; height:12px; background-position:-36px -280px; display:inline-block; float:right; margin:33px 12px 0 0;}

.add_jishu ul.a_j_tit li.hover i{ width:12px; height:19px; background-position:-36px -258px; display:inline-block; float:right; margin:29px 12px 0 0;}





.add_jishu .a_j_con{ width:815px; border:1px #018a6b solid; float:right; padding:20px 18px 16px; position:relative; font-size:12px;}

.add_jishu .a_j_con .hd ul{    overflow: hidden;width: 100%; *height:36px;}

.add_jishu .a_j_con .hd ul li{ float:left;}

.add_jishu .a_j_con .hd h3{     font-size: 20px; font-weight: bold; margin-bottom: 15px; float: left; border-right: 1px #ccc dotted; margin-left: 12px;}

.add_jishu .a_j_con .hd h3 a{ background-color:#fff; padding-right:15px; position:relative; z-index:1; font-weight: normal;}

.add_jishu .a_j_con .hd li.on a{ color:#007457; font-size:21px;}

.add_jishu .a_j_con .a_j_c_left{ width:444px; float:left; overflow:hidden; margin-right:16px;}

.add_jishu .a_j_con .a_j_c_left dl{ width:444px; float:left; margin-top:10px;}

.add_jishu .a_j_con .a_j_c_left dl dt{ width:67px; height:56px; float:left; margin-right:8px;}

.add_jishu .a_j_con .a_j_c_left dl dd{ width:182px; float:left;line-height:28px;color:#000;}

.a_j_j1_1_i{ width:22px; height:22px;margin: 4px 4px 0 0;}

.a_j_j1_1_i1{ background-position:-96px 0;}

.a_j_j1_1_i2{ background-position:-96px -23px;}

.a_j_j1_1_i3{ background-position:-96px -46px;}

.a_j_j1_1_i4{ background-position:-96px -69px;}

.a_j_j1_1_i5{ background-position:-96px -92px;}

.a_j_j1_1_i6{ background-position:-96px -115px;}

.a_j_j1_1_i7{ background-position:-96px -138px;}

.a_j_j1_1_i8{ background-position:-96px -161px;}

.a_j_j1_1_i9{ background-position:-96px -184px;}

.a_j_j1_1_i10{ background-position:-96px -207px;}

.a_j_j1_1_i11{ background-position:-96px -230px;}

.a_j_j1_1_i12{ background-position:-96px -253px;}

.a_j_j1_1_i13{ background-position:-96px -276px;}

.a_j_j1_1_i14{ background-position:-96px -299px;}

.a_j_j1_1_i15{ background-position:-96px -322px;}

.a_j_j1_1_i16{ background-position:-96px -345px;}

.a_j_j1_1_i17{ background-position:-96px -368px;}

.a_j_j1_1_i18{ background-position:-96px -391px;}

.a_j_j1_1_i19{ background-position:-96px -414px;}

.a_j_j1_1_i20{ background-position:-96px -461px;}

.a_j_j1_1_i21{ background-position:-96px -391px;}

.a_j_j1_1_i22{ background-position:-73px -161px;}

.a_j_j1_1_i23{ background-position:-73px -185px;}

.a_j_j1_1_i24{ background-position:-73px -208px;}

.a_j_j1_1_i25{ background-position:-73px -231px;}

.a_j_j1_1_i26{ background-position:-73px -254px;}

.a_j_j1_1_i27{ background-position:-73px -277px;}

.a_j_j1_1_i28{ background-position:-73px -300px;}

.a_j_j1_1_i29{ background-position:-73px -323px;}

.a_j_j1_1_i30{ background-position:-73px -346px;}

.a_j_j1_1_i31{ background-position:-73px -369px;}

.a_j_j1_1_i32{ background-position:-73px -392px;}

.a_j_j1_1_i33{ background-position:-73px -415px;}

.a_j_j1_1_i34{ background-position:-73px -438px;}

.a_j_j1_1_i35{ background-position:-36px -186px;}

.a_j_j1_1_i36{ background-position:-36px -209px;}

.a_j_j1_1_i37{ background-position:-36px -232px;}

.a_j_c_r_t_i1{ width:16px; height:16px; background-position:-36px -292px; margin:0 2px;}

.a_j_c_r_t_i2{ width:16px; height:16px; background-position:0 -455px; margin:0 4px;}

.a_j_c_r_t_i3{ width:18px; height:18px; background-position:-36px -325px; margin:0 4px;}

.a_j_c_r_t_i4{ width:16px; height:16px; background-position:0 -225px; margin:0 4px;}

.a_j_c_r_t_i5{ width:17px; height:17px; background-position:0 -185px; margin:0 4px;}

.a_j_c_r_t_i6{ width:17px; height:17px; background-position:0 -205px; margin:0 4px;}

.a_j_c_r_t_i7{ width:17px; height:17px; background-position:0 -244px; margin:0 4px;}

.a_j_c_r_t_i8{ width:17px; height:17px; background-position:0 -264px; margin:0 4px;}

.add_jishu .a_j_con .a_j_c_right{ float:left; width:350px;}

.add_jishu .a_j_con .a_j_c_right .a_j_c_r_top{ margin-bottom:15px;}

.add_jishu .a_j_con .a_j_c_right .a_j_c_r_top h3{ font-size:14px; line-height:32px; font-weight:bold; text-align:center; padding-top:5px;}

.add_jishu .a_j_con .a_j_c_right .a_j_c_r_top p{ text-indent:24px; line-height:20px;}

.add_jishu .a_j_con .a_j_c_right .a_j_c_r_top p a{ color:#f00;}

.add_jishu .a_j_con .a_j_c_right .a_j_c_r_btm{ width:100%; overflow:hidden;}

.add_jishu .a_j_con .a_j_c_right .a_j_c_r_btm .a_j_c_r_b_top{ width:100%; height:15px;}

.add_jishu .a_j_con .a_j_c_right .a_j_c_r_btm .a_j_c_r_b_top span{ display:inline-block; float:left; line-height:15px; margin-right:15px;}

.guoqi-china{ width:21px; height:14px; background-position:-73px -104px; margin-right:3px;}

.guoqi-usa{ width:21px; height:14px; background-position:-73px -121px; margin-right:3px;}

.guoqi-jnn{ width:21px; height:14px; background-position:-73px -138px; margin-right:3px;}

.guoqi-astly{ width:21px; height:14px; background-position:-36px -309px; margin-right:3px;}

.add_jishu .a_j_con .a_j_c_right .a_j_c_r_btm .a_j_c_r_b_cen{ padding:10px 9px 0 9px; margin-top:10px; background-color:#e7e7e7; text-align:center; color:#b81111; line-height:30px;}

.add_jishu .a_j_con .a_j_c_right .a_j_c_r_btm .a_j_c_r_b_btm{ overflow:hidden; margin:16px 0 0 18px;}

.add_jishu .a_j_con .a_j_c_right .a_j_c_r_btm .a_j_c_r_b_btm .l{ width:209px; float:left; line-height:23px; border:1px #ccc solid; border-right:none; padding-left:10px;}

.add_jishu .a_j_con .a_j_c_right .a_j_c_r_btm .a_j_c_r_b_btm .r{ width:90px; float:left; line-height:23px; border:1px #007457 solid; background-color:#007457; text-align:center; color:#fff; }

.add_jishu .a_j_con .a_j_c_right .a_j_c_r_btm ul{ overflow:hidden; padding:10px 16px; border-top:1px #ccc solid;}

.add_jishu .a_j_con .a_j_c_right .a_j_c_r_btm ul h3{ font-size:16px; line-height:20px; padding-bottom:5px; color:#000;}

.add_jishu .a_j_con .a_j_c_right .a_j_c_r_btm ul li{ line-height:23px;}

.add_jishu .a_j_con .a_j_c_right .a_j_c_r_btm dl{ overflow:hidden; padding:7px 0 0 6px;}

.add_jishu .a_j_con .a_j_c_right .a_j_c_r_btm dl dt{ width:24px; height:30px; line-height:15px; padding:5px 8px; border:1px #333 dashed; float:left; margin-right:7px;color: #007457;}

.add_jishu .a_j_con .a_j_c_right .a_j_c_r_btm dl dd{ line-height:21px;}
/*新切换*/
     .zjzk{ width:1060px; position:relative;}
	 .zjzk .hd{ position:absolute; right:0; bottom:385px;}
     .zjzk .hd ul li{ width:180px; height:30px; line-height:30px; background:#E0DEDE; color:#474747; font-size:18px;margin-right:10px;}
	 .qh_xjsb_l,.zjzk_l{width:338px; margin-right:5px; float:left;}
	 .zjzk_l img{ float:left;}
	 .zjzk_l img:nth-child(2){ margin-right:5px;margin-top:5px;}
	 .zjzk_l img:nth-child(3){ margin-top:5px;}
	 .zjzk .bd{ height:355px;}
	 .zjzk .bd ul li{width:1060px; height:auto;}
	 .qh_xjsb_r,.zjzk_r{width:717px; float:right;}
	 .zjzk_r_t{height:110px; margin-bottom:5px;}
	 .zjzk_r_t img{ float:left;}
	 .qh_xjsb_r img:nth-child(1),.qh_xjsb_r img:nth-child(2),.zjzk_r_t img:nth-child(1),.zjzk_r_t img:nth-child(2){ margin-right:5px;}
	 .qh_xjsb_l img:nth-child(1){margin-bottom:5px;}
	 .qh_gyhd_l{width:448px; float:left; margin-right:5px;} 
	  .slideBox2{ width:448px; height:340px; overflow:hidden; position:relative;}
      .slideBox2 .hd{ height:21px; overflow:hidden; position:absolute;top:310px;right:5px;z-index:1; }
	  .slideBox2 .hd ul{ overflow:hidden; zoom:1; float:left;  }
	  .slideBox2 .hd ul li{ float:left; margin-right:5px;  width:21px; height:21px; line-height:20px; text-align:center; background:#fff; cursor:pointer; font-size:14px; }
	  .slideBox2 .hd ul li.on{ background:#017457; color:#fff; }
	  .slideBox2 .bd{ position:relative; height:100%; z-index:0; }
	  .slideBox2 .bd li{ zoom:1; vertical-align:middle; }
	  .slideBox2 .bd img{ width:448px; height:340px; display:block;}
	  .qh_gyhd_r{ width:607px; float:right;}
	  .qh_gyhd_r_l{ float:left; width:186px; margin-right:5px;}
	   .qh_gyhd_r_r{ float:left;width:416px;}
	   .qh_gyhd_r_r_t{ margin-bottom:5px;}
	  .qh_gyhd_r_r_t,.qh_gyhd_r_r_b{ width:416px; float:left;}
	  /*新技术切换*/
.method_t{
	margin-bottom: 17px;
}
.method_t ul{
	overflow: hidden;
}
.method_t ul li{
	float: left;
	width: 175px;
	height: 70px;
	line-height: 20px;
	background: #f2f2f2;
	text-align: center;
	margin-right: 2px;
	font-size: 14px;
	font-family: "SimSun","宋体";
	color: #000;
	cursor: pointer;
}
.method_t ul li.last{
	margin-right: 0;
}
.method_t ul li span{
	display: inline-block;
	height: 40px;
	vertical-align: middle;
}
.method_t ul li:after{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.method_t ul li.on{
	background: #017457;
	color: #fff;
}
.method_t .triangle{
	overflow: hidden;
}
.method_t .triangle span{
	display: inline-block;
	float: left;
	margin: 0 81px 0 79px;
	border-top: 7px solid #fff;
	border-left: 8.5px solid transparent;
	border-right: 8.5px solid transparent;
}
.method_t .triangle span.last{
	margin: 0 79px;
}
.method_t .triangle span.on{
	border-top-color: #017457;
}
.method_m{
	overflow: hidden;
	margin-bottom: 24px;
}
.method_m dl{
	display: none;
}
.method_m dl.on{
	display: block;
}
.method_m dt{
	float: left;
	width: 563px;
}
.method_m dt div{
	float: left;
	width: 405px;
}
.method_m dt ul{
	margin-left: 413px;
	width: 150px;
}
.method_m dt ul li{
	height: 106px;
	position: relative;
	margin-bottom: 8px;
}
.method_m dt ul li.first{
	margin-bottom: 9px;
}
.method_m dt ul li.last{
	margin-bottom: 0;
}
.method_m dt ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	font-family: "SimSun","宋体";
	color: #fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8F000000,endColorstr=#8F000000);
	background: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
}
.method_m dt ul li p.multi_line{
	line-height: 20px;
}
.method_m dt ul li p.multi_line span{
	display: inline-block;
	height: 40px;
}
.method_m dt ul li p.multi_line:after{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.method_m dd{
	margin-left: 588px;
}
.method_m dd .desc{
	padding: 25px 0;
}
.method_m dd .desc h6{
	font-size: 18px;
	line-height: 18px;
	color: #017457;
	margin-bottom: 5px;
}
.method_m dd .desc p{
	font-size: 12px;
	line-height: 24px;
	font-family: "SimSun","宋体";
	color: #000;
}
.method_m dd .desc p a{
	color: #f00;
}
.method_m dd .advantage h6{
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	border-left: 6px solid #017457;
	padding-left: 16px;
	margin-bottom: 13px;
	color: #017457;
}
.method_m dd .advantage ul{
	overflow: hidden;
	padding: 14px 0 26px;
	border-top: 1px solid #017457;
}
.method_m dd .advantage ul li{
	font-size: 12px;
	line-height: 35px;
	font-family: "SimSun","宋体";
	float: left;
	width: 50%;
	color: #000;
	background: url("../images/checked.png") no-repeat 7px center;
	text-indent: 30px;
}
.method_m dd .advisory{
	height: 42px;
}
.method_m dd .advisory p,
.method_m dd .advisory a{
	display: inline-block;
	float: left;
	line-height: 42px;
	font-size: 12px;
	font-family: "SimSun","宋体";
}
.method_m dd .advisory p{
	width: 287px;
	height: 40px;
	border: 1px solid #db5b12;
	border-right: 0;
	text-align: center;
}
.method_m dd .advisory a{
	width: 183px;
	color: #fff;
	text-indent: 86px;
	background: url("../images/method_advisory.png") no-repeat 50px center;
	background-color: #ff7e00;
}
.method_b{
	overflow: hidden;
}
.method_b li{
	width: 204px;
	height: 134px;
	position: relative;
	float: left;
	margin-right: 10px;
}
.method_b li.last{
	margin-right: 0;
}
.method_b li p{
	width: 100%;
	height: 42px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#8F000000,endColorstr=#8F000000);
	background: rgba(0,0,0,.6);
	font-size: 12px;
	font-family: "SimSun","宋体";
	color: #fff;
	position: absolute;
	bottom: 0;
	text-align: center;
	line-height: 20px;
}
.method_b li p span{
	display: inline-block;
	height: 40px;
}
.method_b li p:after{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

/*首页导航下面的板块调整*/
.page_01{margin-top:20px;margin-bottom:20px;}

.page_01 .p_01_left{ float:left;width:599px;}
.page_01 .p_01_right{ float:right;margin-left:14px;width:437px; height:385px;}


.page_01 .p_01_left{ width:599px; height:385px; float:left;}

.page_01 .p_01_left{ width:599px; height: 385px; float: left; position: relative;}

.page_01 .p_01_left .hd ul{ position:absolute; height:2px; bottom:8px; right:270px; z-index:1;}

.page_01 .p_01_left .hd ul li{ width:30px; height:2px; float:left; margin:0 4px; background:#ffffff;}

.page_01 .p_01_left .hd ul li.on{ background:#5d2d1c;}

#conav4{width:437px;height:385px;}
#conav4 ul{ width:429px;height:47px;float:left;}
#conav4 ul li.active{ background:url(../images/lvse_bg.jpg) center no-repeat;background-size:cover;color:#fff;}
#conav4 ul li{width:137px; height:47px; float:left;line-height:40px;color:#414141;text-align:center;margin-left:9px;background:url(../images/hsse_bg.jpg) center no-repeat;background-size:cover;}
.con1_txt1{  width:430px;overflow:hidden; float:left; display:none;}

.con1_txt1 dl dd{ width:100%; border-bottom:1px #ccc dashed; padding:16px 0 10px; }
.con1_txt1 dl dd h3{ font-size:16px; line-height:32px; color: #005234; font-family: "黑体";}
.con1_txt1 dl dd .img1{ float:left; margin-right:10px; margin-top:6px;}
.con1_txt1 dl dd h4{font-size:14px; line-height:26px; color:#333333; font-family: "宋体";font-weight:normal;}
.xxun{width:100%;}
.xxun h4{font-size:14px; line-height:18px; color:#333333; font-family: "宋体";font-weight:normal;padding-top:5px;}
.tpa{overflow:hidden;width:100%;}
.tpa .img2{ margin:0 auto; display:block;}
.tpa img{width:420px !important;height:78px !important;display:block;/*;margin-right:20px !important;*/}
<!--.tpa img:last-child{margin-right:0 !important;}-->
.xxun a{overflow:hidden;display:block;border-bottom:1px #ccc dashed;padding:10px 0 10px; }
.xxun a:last-child{border:none !important;}

.page_02{margin-bottom:20px;}

.qiehuan{width:995px;height:147px;border:1px #ccc solid;border-left:none;padding-left:21px;}
.qiehuan ul li{float:left;width:108px;height:100px;background:url(../images/bk_bg.jpg) bottom no-repeat;color:#333333;margin-right:35px;margin-top:23.5px;}
.qiehuan ul li img{margin:0 auto;display:block;}
.qiehuan ul li span{display:block;text-align:center;margin-top:8px;}
.qiehuan ul li .aa{display:block;}
.qiehuan ul li .bb{display:none;}
.qiehuan ul li:hover .aa{display:none;}
.qiehuan ul li:hover .bb{display:block;}



/*2017-11-13  新版技术页面样式*/

.jstt{width:140px;height:42px;display:block;}

/*part1*/
.part1{width:1060px;overflow:hidden;margin:35px auto 0;}
.part1 h2{color:#027558;font-size:32px;line-height:40px;text-align:center;font-family:"微软雅黑";
background-size:279px 11px;padding-bottom:12px;}
.part1 .uu{width:977px;overflow:hidden;margin:30px auto 0;}
.part1 .uu li{width:415px;height:157px;background-size:cover;font-family:"微软雅黑";padding-left:25px;}
.part1 .uu li h3{color:#027558;font-size:28px;line-height:33px;padding-top:30px;padding-bottom:12px;}
.part1 .uu li p{color:#333333;font-size:18px;line-height:26px;}

/*part2*/
.part2{width:1060px;overflow:hidden;margin:40px auto 0;}
.js_bt{width:1060px;height:67px;}
.bt_1{width:423px;height:37px;margin:30px auto;display:block;}
.bt_2{width:592px;height:37px;margin:30px auto;display:block;}
.bt_3{width:676px;height:37px;margin:30px auto;display:block;}
.bt_4{width:465px;height:37px;margin:30px auto;display:block;}
.bt_5{width:508px;height:37px;margin:30px auto;display:block;}


.pat_1_top{width:1060px;overflow:hidden;margin:0 auto;}
.pat_1_1{width:595px;overflow:hidden;}
.pat_1_2{width:454px;height:336px;}
.pat_1_1_top{width:595px;height:248px;}
.pat_1_1_top img{width:391px;height:248px;}
.pat_1_1_top dl{width:195px;overflow:hidden;margin-left:8px;margin-top:33px;}
.pat_1_1_top dl dd{border-bottom:1px solid #e5e5e5;line-height:30px;font-size:17px;color:#333333;margin-bottom:15px;background-size:9px 17px;padding-left:20px;margin-left:0 !important;}
.pat_1_1_bottom{width:595px;overflow:hidden;margin-top:15px;}
.pat_1_1_bottom .yual{width:26px;height:65px;display:block;margin-top:5px;}
.pat_1_1_bottom p{width:552px;line-height:25px;color:#333333;font-size:14px;font-family:"宋体";margin-left:15px;}
.pat_1_1_bottom p a{color:#ec0000;}
.pat_1_1_bottom .ylp{margin-top:12px;}
.pat_1_bottom{width:1060px;height:166px;position:relative;margin-top:20px;}
.xa1{background-size:cover;}
.xa2{background-size:cover;}
.xa3{background-size:cover;}
.xa4{background-size:cover;}
.aniu_1{width:188px;height:166px;position:absolute;right:0px;top:0px;}
.aniu_1 a{width:140px;height:42px;display:block;line-height:42px;color:#333333;font-size:18px;margin:0 auto;text-align:center;border-radius:5px;}
.aniu_1 a:nth-child(1){margin-top:28px;background:#fff;}
.aniu_1 a:nth-child(2){color:#fff !important;margin-top:20px;background:#fc6827;}


/*part3*/
.part3{width:1060px;overflow:hidden;margin:50px auto 0;}

/*part4*/
.part4{width:1060px;overflow:hidden;margin:50px auto 0;}

#conav1{width:1060px;  height:327px; margin:50px auto 0;font-size:18px;}
#conav1 ul{ width:154px; height:327px;  float:left; }
#conav1 ul .active{width:154px;height:104px;background: #008060;color:#fff; }
#conav1 ul li{width:154px; height:104px; line-height:104px;font-weight:bold;color:#333333; background:#eeeeee; text-align:center;margin-bottom:8px;}
.qhh{width:901px; height:327px; float:right; display:none;}
.qh_tup{width:389px;height:243px;}
.qhz{width:389px;height:327px;}
.qhz_b{width:389px;height:70px;background:#008060;padding-top:15px;}
.qhz_b span{font-size:18px;color:#fff;display:inline-block;background-size:10px 10px;text-indent:1em;}
.qhz_b p{width:92%;margin:0 auto;overflow:hidden;}    
.qhz_b p:nth-child(1){margin-bottom:5px;}
.qh_wz{width:500px;overflow:hidden;position:relative;height:327px;}
.qh_wz dl{overflow:hidden;}
.qh_wz dl dd{width:162px;height:135px;float:left;margin-right:7px;}
.qh_wz dl dd img{width:162px;height:135px;}
.qh_wz dl dd:nth-child(3){margin:0px !important;}
.yli{width:500px;height:30px;margin:12px auto 8px;}
.yli_wz{width:500px;overflow:hidden;}
.yli_wz p{line-height:25px;font-size:14px;color:#333;font-family:"宋体";}
.yli_wz p a{color:#ec0000;}
.yue{width:323px;height:49px;position:absolute;bottom:0;left:20%;}
.yue a{width:145px;height:49px;display:inline-block;}


/*part5*/
.part5{width:1060px;overflow:hidden;margin:50px auto 0;}
#conav2{width:1060px;  height:327px; margin:50px auto 0;font-size:18px;}
#conav2 ul{ width:200px; height:327px;  float:left; }
#conav2 ul .active{width:200px;height:78px;background: #008060;color:#fff; }
#conav2 ul li{width:200px; height:78px; line-height:78px;font-weight:bold;color:#333333; background:#eeeeee; text-align:center;margin-bottom:5px;}
.qhh1{width:851px; height:327px; float:right; display:none;}
.qh_tup1{width:396px;height:327px;}
.qh_wz1{width:445px;height:327px;overflow:hidden;position:relative;}

.yli1{width:443px;height:30px;margin:12px auto 25px;}
.yli_wz1{width:445px;overflow:hidden;}
.yli_wz1 p{line-height:25px;font-size:14px;color:#333;font-family:"宋体";}
.yli_wz1 p a{color:#ec0000;}
.yue{width:323px;height:49px;margin:12px auto 0;}
.yue a{width:145px;height:49px;display:inline-block;}

.jc_bz{width:1060px;height:149px;margin:50px auto 0;}
.yous{width:443px;height:30px;}
.ys_wz{width:100%;height:76px;}
.ys_wz span{background-size:11px 11px;font-size:15px;color:#333;display:inline-block;padding-left:14px;margin-left:6px;}
.ys_wz span:nth-child(1){margin:0px !important;}
.ys_wz p{line-height: 76px;}
.yue1{width:323px;height:49px;position:absolute;bottom:0;left:20%;}
.yue1 a{width:145px;height:49px;display:inline-block;}
.yue_fs{width:1060px;height:356px;margin:40px auto;display:block;}



<!--2018/1/3 底部新样式-->
.page_9 .page_xs{width:1060px;margin:0 auto 20px;clear:both;overflow:hidden;}
.xs_con{width:1060px;margin:0 auto 20px;clear:both;overflow:hidden;}
.xs_con .xs_c_l{ width:187px; float:left;}
.xs_con .xs_c_l ul{}
.xs_con .xs_c_l ul li{ width:177px; height:88px; float:left; margin-bottom:8px;background:#f7f7f7; text-align:center; position:relative}
.xs_c_l ul li span.icon-xs{ width:49px; height:43px;float:left;display:inline-block;background:url(../images/icon-xs1.png) no-repeat; margin-left:19px;margin-top:21px;}
.xs_c_l ul li span.xs1{ background-position:-85px 0;margin-top:26px;}
.xs_c_l ul li span.xs2{ background-position:-2px -47px;}
.xs_c_l ul li span.xs3{ background-position:0  -99px;height:49px;margin-top:20px;}
.xs_c_l ul li span.xs4{ background-position:-6px -156px;height:49px;margin-top:20px;}
.xs_con .xs_c_l ul li.hover .icon-xs{margin-left:19px;margin-top:21px;}
.xs_con .xs_c_l ul li.hover .xs1{background-position:0 0;margin-top:26px;}
.xs_con .xs_c_l ul li.hover .xs2{background-position:-84px -47px;}
.xs_con .xs_c_l ul li.hover .xs3{background-position:-80px -101px;margin-top:20px;}
.xs_con .xs_c_l ul li.hover .xs4{background-position:-78px -156px;height:49px;margin-left:16px;margin-top:20px;}

.xs_con .xs_c_l ul li p{ font-size:20px;line-height:88px;text-align:right;margin-right:20px;}
.xs_con .xs_c_l ul li i{ display:none; width:11px; height:19px;background-position:159px -10px; position:absolute; top:15px; right:-16px;}
.xs_con .xs_c_l ul li.hover{width:187px;height:88px;background:url(../images/gy_bg.png) center no-repeat;}
.xs_con .xs_c_l ul li.hover p{ color:#fff;margin-right:29px;}
.xs_con .xs_c_l ul li.hover i{ display:block;}
.xs_c_r{ width:868px;float:left;}
.xs_c_r .xs_cr_con{width:868px;overflow:hidden;}
.xs_c_r .xs_cr_con .hd{width:277px;height:372px;float:right;border:1px #e4dfdf solid;padding:3px;}
.xs_c_r .xs_cr_con .hd ul li{margin:0 0 6px 0;width: 132px;height:86px;padding:1px; overflow:hidden;}

.xs_c_r .xs_cr_con .hd ul li.on{width:128px !important;height:82px !important;border:2px #038760 solid;}
.xs_c_r .xs_cr_con .hd ul li img{ width:132px; height:86px;display:block;
-moz-transition:-moz-transform 1s; /* Firefox 4 */
-webkit-transition:-webkit-transform 1s; /* Safari and Chrome */
-o-transition:-o-transform 1s; /* Opera */
transition:transform 1s;
}
.xs_c_r .xs_cr_con .hd ul li.on img{
-webkit-transform:scale(1.2,1.2);
-moz-transform:scale(1.2,1.2);
-transform:scale(1.2,1.2);
transform:scale(1.2,1.2);
	}
.xs_c_r .xs_cr_con .xs_bd{}
.xs_c_r .xs_cr_con .xs_bd ul li{width:567px;height:374px;border:1px #e4dfdf solid;padding:2px 3px;position:relative;margin-right:0px !important;float:none !important;}
.xs_c_r .xs_cr_con .xs_bd ul li img{margin:2px auto;display:block;}
.xs_c_r .xs_cr_con .xs_bd ul li span{ position:absolute; bottom:4px; left:6px; text-align:center; color:#fff; font-size:16px; line-height:46px; width:561px; display:inline-block; background-color:rgba(0, 0, 0, 0.6);}

.zk_nav{ margin:15px auto; width:1060px; height:115px;}

.zk_nav ul  li .nav_top{  height:48px; background:#007457; border-top-left-radius:3px;border-top-right-radius:3px;}

.zk_nav ul  li .nav_top h2{ line-height:48px; color: #FFF; text-indent:38px; margin-left:26px; font-size:16px; font-weight:normal; background:url(../images/navbg1.gif) left center no-repeat}

.zk_nav ul  li .nav_top h2.n2{ background:url(../images/navbg2.gif) left center no-repeat}

.zk_nav ul  li .nav_top h2.n3{ background:url(../images/navbg3.gif) left center no-repeat}

.zk_nav ul  li .nav_top h2.n4{ background:url(../images/navbg4.gif) left center no-repeat}

.zk_nav ul  li .nav_top h2.n5{ background:url(../images/navbg5.gif) left center no-repeat}

.zk_nav ul  li .nav_top h2.n6{ background:url(../images/navbg6.gif) left center no-repeat}

.zk_nav ul  li .nav_bot{  height:58px; background:#ffffff;border-bottom-left-radius:3px;border-bottom-right-radius:3px; border:1px solid #cccccc; border-top:none; padding-top:10px;}

.zk_nav ul  li .nav_bot a{ color:#666666; font-size:14px; margin-left:10px; line-height:24px; float: left;}

.zk_nav ul  li .nav_bot a:hover{ color:#c93247; text-decoration:underline}

.zk_nav ul  li.none{ margin:0; float:right}

.zk_nav ul {}

.zk_nav ul  li{ width:166px; float:left; margin-right:12px}

.zk_nav ul li:nth-child(3) a{margin-left:19px}
.zk_nav ul li:nth-child(4) a{margin-left:19px}





.clearfix::before,
.clearfix::after {
	content: "";
	display: block;
}
.clearfix::after {
	clear: both;
}
.clearfix {
	*zoom:1;
}

.shouyeshishiwenzhang {
	padding: 0 !important;
}
.shouyeshishiwenzhang a {
	float: left;
}
.shouyeshishiwenzhang span {
	float: right;
}

.youqinglianjie li {
	float: left;
	margin-right: 20px;
	font-size: 16px;
	line-height: 22px;
}