@charset "utf-8";
/* CSS Document */

/*top*/
.top{
	width: 100%;
	
}

.top-1200{
	width: 1200px;
	margin: 0 auto;

}
.top-1200 h1{
	float: left;
	padding: 26px 0;
}
.top-1200 ul{
	float: left;
	margin-top: 33px;
	margin-left: 10%
	
}


.top-1200 ul li{
	float: left;
	padding: 12px 21px;
	margin-left: 2px;
		
}
.top-1200 ul li  .xw{
	
}
.top-1200 ul  .xw img{
	margin-top: 3px;
	margin-left: 4px;
}

.top-lx{
	float: right;
}
.top-1200 ul .s{
	background: #1a7ae6;
	border-radius: 3px;
}
.top-1200 ul .s a{
	color: #f1f1f1;
}
.top-lx {
	margin-top: 27px;
}
.top-lx img{
	float: left;
	margin-top: 5px;
}
.top-lx h3{
	float: left;
	font-size: 20px;
	margin-left: 5px;
	color: #1a7ae6;
}
.top-lx h3 p{
	font-size: 14px;
	color: #686868
}
.top-1200 ul li:hover{
	background: #1a7ae6;
	border-radius: 3px;
}
.top-1200 ul li:hover a{
	color: #f1f1f1;
}
.top-1200 ul .xw:hover{
	background: #fff;
	border-radius: 3px;
}
.top-1200 ul .xw:hover a{
	color: #1a7ae6;
}

/*banner*/
.s1 {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -250px;
  width: 500px;
  height: 300px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 0 15px rgba(0,0,0,.3);
	z-index: 77;
}

.s1 p {
  margin: 0;
  padding: 50px 0 20px 0;
  font-family: Arial;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

.s1 span {
  display: block;
  font-family: Arial;
  font-size: 25px;
  color: #666;
  text-align: center;

}

.s1 a {
  margin: 20px auto 0 auto;
  display: block;
  width: 220px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  font-family: Arial;
  font-size: 25px;
  background: #f88371;
}

.s1 a:hover { background: #ed6f5c; }
 @media (max-width:480px) {

.s1 {
  margin: -127px 0 0 0;
  width: 80%;
  height: 255px;
  left: 10%;
}

.s1 p { font-size: 36px; }

.s1 span { font-size: 18px; }
}

.slides-box {
    width: 100%;
    height: 580px;;
    margin: auto;
    overflow: hidden;
}
.slides {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
	position: absolute;
    width:  100%;
    height: 100%;
}
.slides li img{
    display: block;
    width: 100%;
    margin: auto;
}
.prev, .next {
    position: absolute;
    z-index: 99;
    top: 40%;
    margin-top: -40px;
    left: 0;
    height: 70px;
    width: 30px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    opacity: .5;
}
.prev:hover, .next:hover{
	opacity: .7;
}
.prev{
	background-image: url("data:image/gif;base64,R0lGODlhHgBGAIABAP///////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwMTQgNzkuMTU2Nzk3LCAyMDE0LzA4LzIwLTA5OjUzOjAyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjAzODAxMTc0MDcyMDY4MTE5MkIwQTM1OTQ0MTQ3NDEwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY0M0UwQjkxMEQ3RTExRTVCOTJFQkFCNkU5QTFCNUE5IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY0M0UwQjkwMEQ3RTExRTVCOTJFQkFCNkU5QTFCNUE5IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEFCRDY2OUNGM0REMTFFMkFCOTg5QTlBMkVEQjFBRjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEFCRDY2OURGM0REMTFFMkFCOTg5QTlBMkVEQjFBRjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAAHgBGAAACUIyPqcvtD6OctNqLs968+w+G4kiWIYB6aMqtrOYCrTuv9ZvFt7zpPf2zBXEY31Al3CGTQ56yY2wuiTng8yqFWo9Lk/cLDovH5LL5jE6r15oCADs=");
}
.next {
    left: auto;
    right: 0;
    background-image: url("data:image/gif;base64,R0lGODlhHgBGAIABAP///////yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwMTQgNzkuMTU2Nzk3LCAyMDE0LzA4LzIwLTA5OjUzOjAyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjAzODAxMTc0MDcyMDY4MTE5MkIwQTM1OTQ0MTQ3NDEwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg0QTYyN0Y0MEQ3RTExRTVBMTAyQURBQ0QxRjY2NTc1IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg0QTYyN0YzMEQ3RTExRTVBMTAyQURBQ0QxRjY2NTc1IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEFCRDY2OUNGM0REMTFFMkFCOTg5QTlBMkVEQjFBRjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEFCRDY2OURGM0REMTFFMkFCOTg5QTlBMkVEQjFBRjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAAHgBGAAACV4yPqcvtD6OctNqLs968+w+G4kiWFIB+aNqtLOcCXjy79Xq/G93aPf7TaXgwX1GYMQ6VGGKSeXE2oRZplFqxVrEn7kSb9X6BR5P5jE6r1+y2+w2Py+fmAgA7");
}
.pagination{
	position: absolute;
	top:780px;
	z-index: 99;
}
.pagination li{
    padding: 5px 3px;
	float: left;
}
.pagination li a{
    display: none;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    background: #000;
	color: #fff;
    text-align: center;
    font-family: Arial;
	text-decoration: none;
}
.pagination .active{
	background: red;
}

/*cp*/
.cp{
	width: 100%;
	overflow: hidden;
	background: #f3f3f3;
	padding-bottom: 20px;

}
.cp-1200{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.cp .cp-dh{
	margin-top: 73px;
}
.cp .cp-dh img{
	margin-bottom: 43px;
} 
.cp .cp-dh h3{
	margin-bottom: 66px;
}
.cp .cp-dh h3 a{
	padding: 7px 17px;
	border: 1px solid #c7c7c7;
	color: #818181;
	border-radius: 5px;
	margin:0 15px; 
}
.cp-1200  ul{
	margin-left: -43px;
}
.cp-1200 ul li{
float: left;
	margin-left: 43px;
	margin-bottom: 41px;
	transition-duration:0.4s; 
	-moz-transition-duration:0.4s; 
	-webkit-transition-duration:0.4s; 
	-o-transition-duration:0.4s; 
	position: relative;
	


}
.cp-1200 ul li img:nth-child(1){
	box-shadow: 0px 2px 7px #d1d1d1;
}
.cp-1200 ul li img:nth-child(4){
	position: absolute;
	bottom: -25px;
	display: none;
	left: 49%;
}
.cp-1200 ul li h3{
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #505050
}
.cp-1200 ul li p{
	color: #909090;
}

.cp-1200 ul li:hover{
	transform: translateY(-20px);
}
.cp-1200 ul li:hover h3 {
	color: #1a7ae6;
}
.cp-1200 ul li:hover p{
	color: #1a7ae6;
}
.cp-1200 ul li:hover img:nth-child(4){
	display: block;
}
 .cp .cp-dh h3:hover{
}
.cp .cp-dh h3 a:hover{
	padding: 7px 17px;
	border: 1px solid #1a7ae6;
	color: #f1f1f1;
	border-radius: 5px;
	margin:0 15px; background: #1a7ae6;
}

/*GY*/
.gy{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0; 
	overflow: hidden;
}
.gy .z{
float: right;	
	width: 46%;
	padding-top: 20px;
}
.gy .z h2{
	font-size: 24px;
	color: #484848;
	font-weight: 600;
	margin-top: 28px;
	margin-bottom: 36px;
}
.gy .z h3{
	font-size: 18px;
	color: #686868;
	font-weight: 600;
	margin-bottom: 37px;
}
.gy .z  p{
	color: #999999;
	line-height: 30px;
}
.gy .z h4{
	padding: 12px 24px;
	background: #229ae6;
	float: left;
	border-radius: 5px;
	margin-top: 30px;
		
}
.gy .z h4 a{
	color: #f1f1f1;
}
.gy  .y{
	float: left;
	width: 50%;
}

/*gc*/
.gc{
	width: 100%;
	overflow: hidden;
	background:#f3f3f3;
	padding-bottom: 57px;
}
.gc .gc-1200{
	width: 1200px;
	margin: 0 auto;
}
.gc-dh{
	margin-top: 47px;
	margin-bottom: 59px;
	padding-bottom: 17px;
	border-bottom: #e3e3e3 1px solid;
}
.gc-dh a{
	float: right;
	color: #1a7ae6;
	margin-top: 15px;
	padding-right: 15px;
}
.gc-1200 ul{
	margin-left: -36px;
}
.gc-1200 ul li{
	position: relative;
	float: left;
	margin-left: 36px;
}
.gc-1200 ul li .gc-pf{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 7px;
	background: url(../img/8.png);
	color: #f1f1f1;
}


/*xw*/
.xwzx{
	width: 1200px;
	margin: 0 auto;
	padding-top: 48px;
	padding-bottom: 48px;
	overflow: hidden;
}
.xw-dh{
	margin-bottom: 70px;
}
.xw-dh h3{
	width: 40px;
	border-bottom: 2px solid #484848;
	padding-bottom: 26px;
}
.xw-dh>a{
	float: right;
	color: #f1f1f1;
	padding: 10px 18px;
	background: #229ae6;
	border-radius:8px;
	margin-top: -40px;
}

.xwzx ul{

	margin-left: -3%;
}
.xwzx ul li{
	width: 47%;
	float: left;
	margin-left: 3%;
	margin-bottom: 3%;
}
.xwzx ul li img{
	float: left;
	margin-right: 2%
}
.xwzx ul li div{
	overflow: hidden;
}
.xwzx ul li div h3{
	font-size: 18px;
	color: #484848;
	margin-top: 7px;
	margin-bottom: 14px;
	font-weight: 600;
	
}
.xwzx ul li div h4{
	color: #afafaf;
	padding-bottom: 18px;
	border-bottom: 1px solid #afafaf;
	margin-bottom: 18px;
}
.xwzx ul li div p{
	line-height: 24px;
	color: #999999;
}
.xwzx ul li:hover div h3{
	color: #1a7ae6;
}
.xwzx ul li:hover div h4{
	color: #1a7ae6;
	padding-bottom: 18px;
	border-bottom: 1px solid #1a7ae6;
	margin-bottom: 18px;
}
.xwzx ul li:hover div p{
	color: #1a7ae6;
}
/*di*/
.di{
	background: #28282a;
	overflow: hidden;
}
.di-1200 {
	width: 1200px;
	margin: 0 auto;
}
.di-1200 .di-logo{
	float: left;
	width: 207px;
	background: #323232;
	height: 100%;
	padding-top: 100px;
	text-align: center;
	padding-bottom: 116px;
	
}
.di-1200 .di-logo img:nth-child(1)
{
	margin-bottom: 32px;;
}
.di-1200 .di-logo img:nth-child(2)
{
	margin-bottom: 21px;;
}
.di-1200 .di-logo  h3{
	font-size: 24px;
	color: #1a7ae6;
	
}
.di-1200 .di-dh{
	float: left;
	width: 82.7%
}
.di-1200 .di-dh h3{
	padding-top: 37px;
	padding-bottom: 29px;
	border-bottom: 1px solid #4f4f51;
}
.di-1200 .di-dh h3 a{
	margin: 0px 42px;
	color: #b8b8b8;
	
}
.di-1200 .di-dh h3 a:hover{
	margin: 0px 42px;
	color: #f1f1f1;
	
}
.di-1200 .di-dh ul{
	
}
.di-1200 .di-dh ul li{
	float: left;
	padding:0px 62px;
	border-right: 1px solid #565658;
	margin-top: 42px;
	height: 200px;

}
.di-1200 .di-dh ul li h4{
	font-size: 18px;
	color: #dfe1e2;
	margin-bottom: 20px;
	margin-top: 4px;
}
.di-1200 .di-dh ul li p{
margin-bottom: 10px;
	font-size: 14px;
	color: #737373;
}
.di-1200 .di-dh ul li p a{
	color: #737373;
}
.di-1200 .di-dh ul li p:hover a{
	color: #f1f1f1;
}

.di .er{
	float: right;
	margin-top: 52px;
	text-align: center;
	line-height: 45px;
	color: #dfe1e2;
	
}
.di h5{
	width: 100%;
	text-align: center;
	overflow: hidden;
	display: block;
	background: #414141;
	padding: 12px 0;
	color: #dfe1e2;
		
}



/*导航*/
.mobile-inner{ float:right; margin-top:20px; transition:all 0.5s;display: none;z-index: 888;text-align: left;}
.mobile-inner img{width: 100%;margin-bottom: 30px;}
.mobile-inner p{color: #676767;line-height: 25px;font-size: 16px;padding-bottom: 30px;padding-right: 30px;padding-left: 30px;margin:0px;}
.mobile-inner-header{height: 50px;z-index:10;}
.mobile-inner-header-icon{height:50px;text-align: center;width: 50px;position: relative;-webkit-transition: background 0.5s;-moz-transition: background 0.5s;-o-transition: background 0.5s;transition: background 0.5s;}

.mobile-inner-nav{background:#ca1926;width: 100%;position:fixed;top: 70px;left: 0px;bottom:0px;padding-top: 30px;padding-bottom: 80px;display: none;z-index:21;z-index: 99}
.mobile-inner-nav a{display:block;line-height: 50px;text-decoration: none;width:96%; margin:0 auto; color: #FFFFFF;border-bottom: solid 1px rgba(255,255,255,0.3);transition: all 0.5s;font-weight:300;}

.mobile-inner-header-icon:hover{background-color: rgba(255,255,255,0.2);cursor: pointer;}
.mobile-inner-header-icon span{position: absolute;left: calc((100% - 25px) / 2);top: calc((100% - 1px) / 2);width: 25px;height: 2px;background-color: rgba(0,0,0,1);}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
	
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: clickfirst;}		
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: clicksecond;}
/* flexslider */

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.block_home_slider .slide {position:relative;}
.block_home_slider .caption {padding:13px 16px 12px; position:absolute; left:0px; right:0px; bottom:0px; background:url( ../image/bg_caption.png); text-align:left;}
.block_home_slider .caption p {padding-bottom:0px; font-size:11px; color:#dedede; text-shadow:0px -1px #000000; line-height:17px;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp:2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/


}
.block_home_slider .caption p.title {padding-bottom:6px; font-size:15px; color:#ffffff; font-weight:bold; line-height:normal;

}
.block_home_slider .flex-direction-nav a {width:25px; height:25px; margin-top:-27px; display:block; position:absolute; top:50%; background-repeat:no-repeat; background-image:url(../image/sprite_arrow_2.png); text-indent:-9000px;}
.block_home_slider .flex-direction-nav a.flex-prev {left:6px; background-position:left top;}
.block_home_slider .flex-direction-nav a.flex-prev:hover {background-position:left bottom;}
.block_home_slider .flex-direction-nav a.flex-next {right:6px; background-position:right top;}
.block_home_slider .flex-direction-nav a.flex-next:hover {background-position:right bottom;}
.block_home_slider .flex-control-paging {padding-top:15px; display:inline-block;}
.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
	background: none;
}
.block_home_slider .flex-control-paging li a {width:0px; height:12px; display:block; background-repeat:no-repeat; background-image:url(sprite_nav_3.png); text-indent:-9000px; cursor:pointer;}
.block_home_slider .flex-control-paging li a.flex-active {background-position:right top;}

.block_home_post_feature {width:300px;}
.block_home_post_feature p {padding-bottom:0px;}



.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}



.AP_foot {position:fixed;bottom:0;width:100%;box-sizing:border-box;background:repeating-linear-gradient(#484848,#484848);opacity:0.9; z-index:99;display:none;}
.AP_foot:after {content:"";display:block;visibility:hidden;clear:both;}
.AP_foot a {width:25%;text-align:center;box-sizing:border-box;float:left;color:#fff;font-size:1.1em;padding:5px 0;}
.tel:before {content:"";display:block;margin:0 auto;width:20px;height:20px;background:url(../img/main_icon.png) no-repeat left top;background-size:20px auto;}
.signup:before {content:"" ;display:block;margin:0 auto;width:20px;height:20px;background:url(../img/main_icon.png) no-repeat left -20px;background-size:20px auto;} 
.ask:before {content:"";display:block;margin:0 auto;width:20px;height:20px;background:url(../img/main_icon.png) no-repeat left -40px;background-size:20px auto;}
.query:before {content:"";display:block;margin:0 auto;width:20px;height:20px;background:url(../img/main_icon.png) no-repeat left -80px;background-size:20px auto;}
.yc{
	display: none;
}

/*内页导航*/
.ny_dh_bj{width:100%; background:#fff; border-bottom:1px solid #ebebeb;padding-bottom:8%;}
.ny_dh ul{overflow:hidden;}
.ny_dh ul .wz{ clear:none;float: right;margin-top: 21px;color:#747474;}
.ny_dh ul li{ display:inline-block; padding:20px 40px;font-size: 16px; }
.ny_dh ul li a{ color:#747474;}
.ny_dh ul .wz a{ color:#747474;}
.ny_dh ul .s{background:#0982e9;}
.ny_dh ul .s a{color:#fff;}
.ny_dh ul li:hover{background:#0982e9;}
.ny_dh ul li:hover a{color:#fff;}
/*内页导航*/
/*内页框架*/
.ny_dbj{width:100%; background:#f1f1f1; padding:50px 0 0 0;}
.ny_bj{width:100%; background:#fff; border-top:1px solid #ebebeb; padding:0 0 20px 0;}
.ny_kj{padding:0 0 0 0;width: 1200px;margin: 0 auto} 
.ny_kj .ny_wb{line-height:26px; color:#666; font-size:15px;}
/*内页框架*/


.ny_dh ul {
	width: 1200px;
	margin:  0 auto;
}
/*bt*/
.bt{margin-bottom:30px; clear: left;margin-top: 3%}
.bt b{font-size:45px;color:#B7B7B7  }
.bt p{font-size: 30px;font-weight: 600;color:#2b4278;;padding:6px 0 0px 0;}


/*公司简介*/
.gsjj{ overflow:hidden; padding:px 0;width: 1200px;margin: 0 auto;}
.gsjj_bt{display:none; margin-bottom:30px;}
.gsjj_bt .gsjj_bt_t{ font-size:22px; color:#484848;}
.gsjj_bt .gsjj_bt_b{ font-size:18px; color:#999;}
.gsjj .gsjj_img{width:90px; float:left;}
.gsjj .gsjj_wz{
	line-height: 24px;
}
.gsjj .gsjj_wz p{
	text-indent: 24px;
}
.gsjj .gsjj_wz div{
	margin-bottom: 30px;
}

/*ny-cp*/
#ny-cp ul{
	margin-left: -1%;
	text-align: center;
}

#ny-cp ul li{
	float: left;
	width: 24%;
	margin-left: 1%;
	margin-bottom: 2%;
	padding: 0;
	
}
#ny-cp ul li img{
	width: 100%;
	border: 1px solid #ECECEC;
}
#ny-cp ul li p{
	width: 100%;
	padding:10px;
	background: #bdbdbd;
	color: #f1f1f1;
}
#ny-cp ul li:hover p{
	background: #2b4278;
}


/*产品详情*/

.product_kuan{width:100%;margin: 40px auto; overflow: hidden}
.product_xq{width:100%; margin:0 auto; }
.page{ float:left; width:38%;}
.sp-wrap{ display:none; line-height:0; font-size:0;}
.sp-thumbs{ width:100%;}
.sp-thumbs img{ max-width:100%;}
.sp-thumbs a:link, .sp-thumbs a:visited{ margin:0 0 0 1%; width:24%; height:46px; overflow:hidden; opacity:.3; display:inline-block; background-size:cover; background-position:center; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; -ms-transition:all .2s ease-out;-o-transition:all .2s ease-out; transition:all .2s ease-out;}
.sp-thumbs a:hover{ opacity:1;}
.sp-thumbs a:active, .sp-current{ opacity:1!important; position:relative;}
.sp-large{ border:1px solid #eee; position:relative; overflow:hidden; width:100% !important; margin:0 0 2% 0;}
.sp-large a img{ max-width:100%; height:auto;}
.sp-large a{ display:block;}
.sp-zoom{ position:absolute; left:-50%; top:-50%; cursor:-webkit-zoom-in; cursor:-moz-zoom-in; cursor:zoom-in; display:none;}
.sp-lightbox{ position:fixed; top:0; left:0; height:100%; width:100%; background:rgb(0, 0, 0); background:rgba(0, 0, 0, .9); z-index:500; display:none; cursor:pointer;}
.sp-lightbox img{ position:absolute; margin:auto; top:0; bottom:0; left:0; right:0; max-width:90%; max-height:90%; border:2px solid #fff;}
#sp-prev, #sp-next{ position:absolute; top:50%; margin-top:-25px; z-index:501; color:#fff; padding:14px; text-decoration:none; background:#000; border-radius:25px; border:2px solid #fff; width:50px; height:50px; box-sizing:border-box; transition:.2s;}
#sp-prev{ left:10px;}
#sp-prev:before{ content:''; border:7px solid transparent; border-right:15px solid #fff; position:absolute; top:16px; left:7px;}
#sp-next{ right:10px;}
#sp-next:before{ content:''; border:7px solid transparent; border-left:15px solid white; position:absolute; top:16px; left:18px;}
#sp-prev:hover, #sp-next:hover{ background:#444;}
@media screen and (max-width: 400px) {
	.sp-wrap{ margin:0 0 15px 0;}
	#sp-prev, #sp-next{ top:auto; margin-top:0; bottom:25px;}
}
.product_xq_right{ float:right; width:56%; font-size:14px; color:#525252; line-height:24px;}
.product_xq_right h2{ font-size:20px; line-height:26px; color:#2b4278; padding:0 0 8px 0; margin:0 0 12px 0;}
.yx{width: 110px;float: right;height: 100%; }
.yx img{width: 100%;margin-top:12%}
.products_detail_two p{
	clear: left;
	margin:10px 5px; 
}
.products_detail_two{ display:block; height:auto; overflow:hidden; margin:36px 0 0 0; background:#fff; font-size:14px; color:#525252; line-height:24px;position: relative;}
.products_detwo_titel{ border-bottom:solid 1px #e8e8e8; border-top:solid 1px #e8e8e8; height:55px; line-height:55px;}
.products_detwo_titel a{ cursor:pointer; float:left; font-size:16px; text-align:center; display:block; height:55px; border-right:solid 1px #e8e8e8; border-top:none; padding:0 5%;}
.products_detwo_titel a.cur,.products_detwo_titel a:hover{ color:#fff; background:#2b4278; text-decoration:none;margin-bottom: 3%}
.borleft{ width:100%; border-left:solid 1px #e8e8e8;}

.products_decon{ width:100%; margin:0 auto;}
.pro_con{ display:none; padding-top:30px; font-size:14px; color:#666; line-height:24px;}
.produxt_common{ padding-bottom:30px; display:block; height:auto; overflow:hidden; width:100%;}
.produxt_common ul { padding-top:20px;}
.produxt_common ul li{ border:solid 1px #ddd; width:225px; float:left; margin-right:19px; text-align:center; padding:5px 4px 20px 4px;}	

.banh{width: 100%;text-align: center;display: none;overflow: hidden}
.banh p{padding:1% 0 1% 0;background: #2E3032; margin-bottom: 48px;color: #f1f1f1;}


/*lian-xi*/
.lxfs{ background:#f1f1f1; overflow:hidden; position:relative;margin-top: 80px;}
.lxfs .lxfs_wz{width:50%;line-height:26px; color:#444; padding:40px;}
.lxfs .lxfs_dt{width:50%; height:100%; position:absolute; right:0; top:0;}


/*内页新闻和知识中心*/
.ny-kj{width:100%;margin: 40px auto;margin-top: 80px;}
.ny-kj ol{ margin-bottom: 40px;}
.ny-kj ol li img {float: left;transition: all 0.4s ease;margin-bottom: 10px;}
.ny-kj ol li{ border-bottom: 1px solid #D6D6D6; overflow: hidden; margin-bottom: 30px;}
.ny-kj ol li h2{ margin-bottom:20px;font-size:16px; margin-left:280px;transition: all 0.8s ease;}
.ny-kj ol li h2 p{float:right;transition: all 0.2s ease;font-size: 16px;margin-right: 10px;}
.ny-kj ol li p{ font-size: 14px; line-height: 24px;color: #575757;margin-left:280px;transition: all 1.2s ease;}

.ny-kj ol li:hover p{margin-left:290px;color: #34a9f2;}
.ny-kj ol li:hover h2{margin-left: 290px;color: #34a9f2;}
.ny-kj ol li:hover img{margin-left:10px;color: #34a9f2;}
/*xw*/
.xw_xq{ padding-bottom:20px; margin-bottom:40px; border-bottom:1px #ccc dotted; text-align:center;margin-top: 80px;}
.xw_xq .xw_xq_bt{ font-size:18px; color:#444; font-weight:600;}
.xw_xq .xw_xq_rq{ margin-top:20px; font-size:13px;}
.xw_xq .xw_xq_rq span{ color:#999}

.xw_more{margin-top:40px;}
.xw_more a{display:inline-block; line-height:40px; padding:0 16px; color:#fff; background:#c82126 ;}

.jiathis_style_24x24{ overflow:hidden; margin-top:30px;}
.jiathis_style *{ border:none !important;}

.xwxq_sxp{width:100%; overflow:hidden; margin:30px 0 0 0;}
.xwxq_sxp a{display:block; margin-bottom:10px; transition: all 0.7s;}
.xwxq_sxp a:hover{color:#c82126;}
.xwxq_sxp a span{ font-weight:600; color:#444;}

.cp-1200 ul li img:nth-child(1){
	width: 370px;
}
.gc-1200 ul li img{
	width: 370px;
}


/*内页新闻和知识中心*/
.ny-gsjj-nr{width: 1200px;margin:0px auto;}
.ny-gsjj-nr ol{ margin-bottom:0px;margin-top:70px; }
.ny-gsjj-nr ol li img {float: left;transition: all 0.4s ease;margin-bottom: 10px;}
.ny-gsjj-nr ol li{ border-bottom: 1px solid #D6D6D6; overflow: hidden; margin-bottom: 35px;width: 100%}
.ny-gsjj-nr ol li h2{ margin-bottom:30px;font-size:16px;transition: all 0.8s ease;font-weight: 900}
.ny-gsjj-nr ol li h2 p{float:right;transition: all 0.2s ease;font-size: 16px;margin-right: 100px;}
.ny-gsjj-nr ol li p{ font-size: 14px; line-height: 24px;color: #575757;transition: all 1.2s ease;padding-bottom: 30px;}

.ny-gsjj-nr ol li:hover p{margin-left:10px;color: #1a7ae6;}
.ny-gsjj-nr ol li:hover h2{margin-left: 10px;color: #1a7ae6;}
.ny-gsjj-nr ol li:hover img{margin-left:10px;color: #1a7ae6;}
