@charset "utf-8";




body{margin:0px; font-size:14px; color:#444; font-family:微软雅黑; background:#ffffff;}
*{padding:0px; margin:0px; box-sizing: border-box;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,h7,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-style:normal;}
h1,h2,h3,h4,h5,h6,h7 {list-style:none; font-weight:normal;}
input,select,button{font-size:12px;  border:0; background:none; outline:none; vertical-align:middle; font-family:微软雅黑;}
button {overflow:visible; font-family:微软雅黑;}
img{border:none; vertical-align:middle;}
img {    
image-rendering: -moz-crisp-edges; /* Firefox */     
image-rendering: -o-crisp-edges; /* Opera */      
image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges; \
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
li{list-style:none;}
a{color:#444; text-decoration:none;}
a:hover{color:#000;}
.clear{overflow:hidden; clear:both; height:0px;}
.clearfix:after {content: '';display: block;clear: both;height: 0;visibility: hidden;}
.clearfix {/*兼容 IE*/zoom: 1;}
.lf{float:left;}
.rt{float:right;}
::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{background-color:#666;}
::-webkit-scrollbar-thumb{background-color:#ddd;}
::-webkit-scrollbar-thumb:hover{background-color:#0fa74b;}
::-webkit-scrollbar-thumb:active{background-color:#0fa74b;}





.con { width:90%; margin:0px auto; }
.contain{ width:94%;  margin:0 auto;}

.header{width:100%; position:fixed; top:0; left:0; z-index:99; background:#fff; height:100px; border-bottom:1px solid #ddd;}
.header.on{ background: rgba(255, 255, 255, 0.99);}
.header .logo{width:160px; position:absolute; left:50%; margin-left:-80px; margin-top:25px; }
.header .logo img{width:100%; height:auto; display:block;}


.header .s_ch{height:35px; width:35px; font-weight:bold; line-height:35px; text-align: center;  color:#333;  font-weight: 900;float:right; cursor:pointer;  margin-top:32px; 
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .s_ch i{font-size:24px; color:#333; font-weight: 900;}
.header .xlo {float:right; margin-top:35px; margin-right:15px;}
.header .xlo img { width:60px;}
.header .dl {float:right;  margin:37px 10px 0px 10px;}
.header .dl img { width:25px;}
.header .sc {float:right;  margin:37px 10px 0px 10px;}
.header .sc img { width:25px;}


.header.on .an i{color:#1c74bb;}
.header .an{position:absolute; top:0; left:3%; height:18px; width:30px; display:none; margin-top:22px; }
.header .an span{width:30px; height:3px; background:#000; display:block; position:absolute;transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:9px; left:0;}
.header .an span.a3{top:18px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:9px; width:30px;transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:9px; width:30px;transform:rotate(135deg);-o-transform:rotate(135deg);-ms-transform:rotate(135deg);-moz-transform:rotate(135deg);-webkit-transform:rotate(135deg);}


.header .nav{  float:left; margin-top:30px; }
.header .nav i{font-size:18px; color:#666; line-height:54px; text-align:right; position:absolute; width:50%; height:54px; right:0px; top:50%; display:none;transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.header .nav ul li{margin:0px; line-height:40px; float:left; position:relative; padding:0px 50px 0 0px;transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;
-webkit-transition:all .5s; font-size:15px; }
.header .nav ul li a { font-size:15px;}
.header .nav ul li span{width:0; height:2px; background:#cb3626; position:absolute; left:50%; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);}
.header .nav ul li:hover span{width:100%;}
.header .nav ul li.on span{width:100%;}
.header .nav ul li.on a{color:#cb3626;}
.header .nav ul li:hover a { color:#cb3626;}
.nav .y_j{position:relative;}


.nav .e_j{width:160px; background:#fff; position:absolute; top:75px; left:0; margin-left:0px;  display:none; z-index:9999; border-radius:0px 0px 5px 5px; overflow: hidden; }
.header .nav ul li .e_j a{display:block; font-size:14px; color:#333; line-height:40px;  font-weight:normal; padding-left:20px;  }
.header .nav .e_j a:hover{ color:#fff; background:#1c74bb;}
.header .nav .e_j{display:none !important;}
.header .nav ul li:hover .e_j{display:block !important;}

@media only screen and (max-width:995px){
.con { width:94%; margin:0px auto; }
.header{padding:0%;height:70px; }
.header .logo{ float:left;margin-top:10px; left:20%; margin-left:0px; width:140px;  }


.header .s_ch{ margin-top:13px; }
.header .s_ch i{font-size:20px;}


.header .xlo {float:right; margin-top:20px; margin-right:5px;}
.header .xlo img { width:40px;}
.header .dl {float:right;  margin:20px 5px 0px 5px;}
.header .dl img { width:20px;}
.header .sc {float:right;  margin:20px 5px 0px 5px;}
.header .sc img { width:20px;}



	

	
.header .an{display:block;}
.header .nav ul { width: 100%;}
.header .nav{width:100%; padding:15px 5%;  height:100%; position:fixed; top:70px; margin-top:0; left:-100%; z-index:11; overflow:auto; background: rgba(255, 255, 255, 0.9);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; z-index:65; margin-left:0;}
.header .nav.on{left:0; margin-top:0} 
.header .nav ul li.on span{width:0%;}
.header .nav ul li:hover span{width:0%;}
.header .nav ul li:hover a { color:#1c74bb;}
.header .nav i{display:block; }
.header .nav ul li{line-height:50px;  text-align:left; float:none; margin:0; padding:0; font-size:16px; color:#333; border-bottom:1px solid #ddd;}
.header .nav ul li a {font-size:16px; color:#333;}
.header .nav ul li:after { background: rgba(0,0,0,0);}

.header .nav ul li:hover .ej{display:none;}
.header .nav .e_j{padding:0px;  background:none; position:relative; top:auto; left:auto; width:100%; height: auto; margin-left:0px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;}
.header .nav ul li:hover .e_j{display:none;}
.header .nav .e_j.n{display:block !important;}
.header .nav ul li .e_j a{display:block; font-size:14px; color:#666; margin-left:0px; text-align: left;}
.header .nav ul li .e_j a:hover { color: #fff; padding: 0 10px;}
}



.head_h{width:100%; height:75px;}
@media only screen and (max-width:1023px) {
.head_h{width:100%; height:60px;}
}


.search{width:100%; background: #fff; border-bottom:1px solid #ddd; position:fixed; top:100px; left:0; z-index:101; display:none;}
.search .con{ position: relative; width:96%;}
.search .sc_gb{position:absolute; top:50%; margin-top:-20px; right:0; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.search .sc_gb:hover{transform:rotate(360deg);
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);}
.search .sc_gb i{font-size:22px; line-height:40px; color:#666;}
.search .sc_nr{width:80%; margin:20px 0px; border: 1px solid rgba(255, 255, 255, 0.3);}
.search input{width:80%; height:45px; font-size:14px; line-height:45px; color:#666; float:left; padding-left:10px;}
.search input::placeholder{color:#666;}
.search button{ color:#666; float:left; outline:none; margin-top:10px;}
.search button i{font-size:24px;}
@media only screen and (max-width:992px){
.search{ top:75px;}
.search .sc_gb{position:absolute; top:50%; margin-top:20px; right:15px; cursor:pointer;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.search .sc_gb i{font-size:22px;}
.search .sc_nr{width:85%;float: left;}
.search input{width:80%; font-size:15px; float: left;}
.search button{width:15%;}
.search button i{font-size:26px;}
}





.gallery-top{width:100%; position:relative; height: auto; margin-top:100px; }
.gallery-top .swiper-slide img{width:100%; height:auto; display:block;}
.gallery-top .swiper-slide .bj {position:absolute; left:0; top:0; height: 100%; width: 100%; background: rgba(0,0,0,.4);}
.gallery-top .swiper-slide .wz{width:80%; color:#fff; position:absolute; left:10%; top:40%; text-align: center;}
.gallery-top .swiper-slide .wz h3{font-size:48px; height:80px; font-weight:bold;letter-spacing:10px;}
.gallery-top .swiper-slide .wz h2{font-size:24px;  line-height:40px; }
.gallery-top .swiper-slide .wz p{font-size:22px; letter-spacing:0px; line-height:36px; }
.gallery-top .swiper-slide .wz a { background: #004ea2; width:160px; height:40px; line-height:40px; color:#fff; display:block; text-align:center; font-size:14px; margin:20px auto;}
.gallery-top .swiper-slide .wz i { margin-left: 10px;}
@media only screen and (max-width:992px){
.gallery-top{width:100%; position:relative; height:45vh; margin-top:70px;}
.gallery-top .swiper-slide { overflow: hidden;}
.gallery-top .swiper-slide img{width: auto; height:45vh; position: absolute; left:50%;  transform:translateX(-50%);   top:0; }

.gallery-top .swiper-slide .wz{ width:90%;top:38%;left:5%;}
.gallery-top .swiper-slide .wz h3{font-size:28px; height:45px; letter-spacing:0;}
.gallery-top .swiper-slide .wz h2{font-size:16px;  line-height:24px; }
.gallery-top .swiper-slide .wz a { background: #004ea2; width:120px; height:30px; line-height:30px; margin:15px auto;}
.gallery-top .swiper-button-prev { display:none;}
.gallery-top .swiper-button-next { display:none;}
}


.sy_cp { width:100%; margin:100px auto 60px auto; }
.sy_cp h1 { text-align:center; font-size:16px; line-height:32px;}
.sy_cp h1 font { display:block;}
.sy_cp ul { margin-top:80px; border-top:1px solid #ddd;}
.sy_cp ul li { width:25%; float:left; padding:50px; text-align:center; position:relative;}
.sy_cp ul li .tp { width:100%; height:auto; overflow:hidden}
.sy_cp ul li .tp img { width:100%; height:auto;}
.sy_cp ul li .tp img:hover{-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition: all 2s; -moz-transition: all 2s; transition: all 2s;}
.sy_cp ul li h2 { font-size:18px;}
.sy_cp ul li p { color:#cb3626; font-family:Arial, Helvetica, sans-serif; line-height:40px; font-size:18px; letter-spacing:3px;}
.sy_cp ul li .ax { position:absolute; right:50px; top:50px; width:30px;}
.sy_cp ul li .ax img { width:100%; height:auto;}
.sy_cp ul li .ax .xs { display:block;}
.sy_cp ul li .ax .xs1 {display: none; }
/*.sy_cp ul li:hover .xs { display: none;}*/
/*.sy_cp ul li:hover .xs1 { display:block;}*/

.sy_cp .mr { width:260px; height:70px; background:#373332; margin:20px auto 80px auto; color:#fff; text-align:center;  letter-spacing:3px; line-height:24px; padding-top:12px; }
.sy_cp .mr a {color:#fff;}
.sy_cp .mr:hover  {color:#fff; background:#000; display:block;}
@media only screen and (max-width:992px){
.sy_cp { margin:50px auto 30px auto;}
.sy_cp h1 { font-size:14px; line-height:24px; }	
.sy_cp h1 span { display:block;}
.sy_cp ul { margin-top:40px; }
.sy_cp ul li { width:50%;  padding:5px; }
.sy_cp ul li .ax {  right:5px; top:5px; width:30px;}
.sy_cp ul li h2 { font-size:16px;}
.sy_cp ul li p {font-size:16px; letter-spacing:1px;}
.sy_cp .mr { width:200px; height:60px;  margin:20px auto 50px auto;  letter-spacing:0px; line-height:22px; padding-top:8px; }
}


.foot { width:100%; margin:0px auto; border-top:1px solid #ddd; padding-top:60px;}
.foot h1 { font-size:18px; margin-bottom:15px;}
.foot .zc { width:40%; float:left;}
.foot .zc ul li { color:#a8a8a8; margin-bottom:10px;}
.foot .zc ul li a {color:#a8a8a8; font-size:14px;}
.foot .zj { width:20%; float:left;}
.foot .zj ul li { color:#a8a8a8; margin-bottom:10px; width:50%; float:left;}
.foot .zj ul li a {color:#a8a8a8; font-size:14px;}
.foot .yc { width:10%; float:right;}
.foot .yc ul li { color:#a8a8a8;}
.foot .yc ul li a {color:#a8a8a8; font-size:14px;}
.foot .xbq { width:100%; margin:30px auto;}
.foot .xbq img { width:30px; margin:0 10px 10px 0px;}
@media only screen and (max-width:992px){
.foot h1 { font-size:15px; margin-bottom:10px;}	
.foot .zc { width:30%; float:left;}
.foot .zc ul li {  margin-bottom:5px;}
.foot .zc ul li a {font-size:12px;}
.foot .zj { width:50%; float:left;}
.foot .zj ul li {margin-bottom:5px; width:50%; float:left;}
.foot .zj ul li a {font-size:12px;}
.foot .yc { width:20%; float:right;}
.foot .yc ul li a {font-size:12px;}
.foot .xbq { width:100%; margin:10px auto;}
.foot .xbq img { width:25px; margin:0 10px 10px 0px;}
}

.ny_bt { width:100%; text-align:center; margin:140px auto 0px auto; border-bottom:1px solid #ddd; color:#333; padding-bottom:50px; font-size:22px;}
.ny_bt span { color:#a8a8a8; display:block; font-size:16px;}

.cpdh { width:100%;  border-bottom:1px solid #ddd; line-height:60px; }
.cpdh .zc { font-size:14px; color:#a8a8a8; float:left; margin-left:2%;}
.cpdh .yc { float:right; width:40%; }
.cpdh .yc ul li { width:33.333%; float:left; text-align:center; font-size:14px; color:#a8a8a8;}
.cpdh .yc ul li a {font-size:14px; color:#a8a8a8;}
.cpdh .yc ul li .tx {font-size:14px; color:#a8a8a8; width:150px;}
.cpdh .yc ul li:hover a { color:#333;}
.cpdh .yc ul li:nth-child(3n){ border-left:1px solid #ddd;}

.ny_cp { width:100%; margin:0px auto 60px auto; }
.ny_cp ul {}
.ny_cp ul li { width:33.33333%; float:left; padding:50px; position:relative; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.ny_cp ul li .tp { width:100%; height:auto; overflow:hidden}
.ny_cp ul li .tp img {width:100%;height: 305px;}
.ny_cp ul li .tp img:hover{-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition: all 2s; -moz-transition: all 2s; transition: all 2s;}
.ny_cp ul li h2 { font-size:16px; width:70%; float:left; letter-spacing:9px;}
.ny_cp ul li h2 span { display:block; color:#a8a8a8;letter-spacing:0px; font-size:14px;}
.ny_cp ul li p { color:#cb3626; font-family:Arial, Helvetica, sans-serif; line-height:40px; font-size:16px;  width:30%; float:right; text-align:right;}
.ny_cp ul li .ax { position:absolute; right:50px; top:50px; width:30px;}
.ny_cp ul li .ax img { width:100%; height:auto;}
.ny_cp ul li .ax .xs { display:block;}
.ny_cp ul li .ax .xs1 {display: none; }
/*.ny_cp ul li:hover .xs { display: none;}*/
/*.ny_cp ul li:hover .xs1 { display:block;}*/


@media only screen and (max-width:992px){
.ny_bt { margin:100px auto 0px auto;padding-bottom:30px; font-size:18px;}
.ny_bt span { font-size:14px;}

.cpdh { line-height:40px; }
.cpdh .zc { width:98%; float: none; margin-left:2%;}
.cpdh .yc { float: none; width:100%; }
.cpdh .yc ul li {font-size:13px; color:#a8a8a8;}
.cpdh .yc ul li span { display:none;}
.cpdh .yc ul li a {font-size:13px; }
.cpdh .yc ul li .tx {font-size:13px;  width:90%;}
.cpdh .yc ul li:nth-child(3n){ border-left:0px solid #ddd;}
	
.ny_cp { margin:0px auto 30px auto;}
.ny_cp ul li { width:50%;  padding:5px; }
.ny_cp ul li .ax {  right:5px; top:5px; width:30px;}
.ny_cp ul li h2 { font-size:14px; width:100%; float:none; letter-spacing:0px; text-align:center;}
.ny_cp ul li h2 span { font-size:13px; display:none;}
.ny_cp ul li p {font-size:14px;width:100%; float:none; text-align:center; line-height:20px;}
}




/*翻页*/
.paging{width:100%; margin:30px auto 70px auto; text-align:center; overflow:hidden;}
.paging a{line-height:32px; color:#888; border-bottom:1px solid #dddddd; text-align:center; font-size:14px; width:50px; height:32px; display:inline-block;}
.paging a:hover{border-bottom:3px solid #000; color:#000;}
.paging a.on{border-bottom:3px solid #000; color:#000;}
@media only screen and (max-width:992px) {
.paging{margin:20px auto 30px auto ;}
.paging a{line-height:32px; font-size:14px; width:32px; height:32px; margin:0 3px; }
}


.ny_gy { width:100%; margin:100px auto;}
.ny_gy .zc { width:50%; float:left;}
.ny_gy .zc .wz { margin-left:25%; width:65%; line-height:30px; text-align:justify;}
.ny_gy .zc .wz span { font-size:16px;}
.ny_gy .yc { width:50%; float:right;}
.ny_gy .yc img { width:100%; height:auto;}

.ny_gy1 { margin:50px auto 100px auto;}
.ny_gy1 ul li { width:31%; float:left; margin:0 3.5% 0 0;}
.ny_gy1 ul li .tp { width:100%; height: auto;}
.ny_gy1 ul li .tp img { width:100%; height:auto;}
.ny_gy1 ul li h1 { font-size:18px; padding:20px 0px 15px 0px;}
.ny_gy1 ul li p { font-size:14px; color:#666;}
.ny_gy1 ul li:nth-child(3n){ margin-right:0;}

@media only screen and (max-width:992px) {
.ny_gy { width:100%; margin:30px auto;}
.ny_gy .zc { width:100%; float: none;}
.ny_gy .zc .wz { margin-left:2%; width:96%; line-height:24px;}
.ny_gy .yc { width:100%; float: none; margin-top:30px;}
.ny_gy1 { margin:20px auto 60px auto;}
.ny_gy1 ul li { width:100%; float:left; margin:0 0% 5% 0;}
}


.ny_lx { width:600px; margin:180px auto 80px auto;}
.ny_lx h2 { font-size:22px; padding-bottom:50px;}
.ny_lx p { font-size:16px; color:#4d4d4d; line-height:30px;}
.ny_lx p span { font-size:14px; color:#666666;}
@media only screen and (max-width:992px) {
.ny_lx { width:90%; margin:120px auto 80px auto;}
.ny_lx h2 { font-size:18px; }		
}


.ny_zc { width:480px;margin:180px auto 80px auto; position:relative; z-index:99;}
.ny_zc h2 { font-size:22px; padding-bottom:20px; text-align:center;}
.ny_zc h4 { color:#cb3626; font-size:14px; text-align:center; padding-bottom:60px;}
.ny_zc .wz { margin:15px auto;}
.ny_zc .wz h3 { font-size:14px; line-height:30px}
.ny_zc .wz .txt { border:1px solid #a8a8a8; padding:0px 10px; line-height:35px; color:#666; width:100%;}
.ny_zc .an { width:260px; height:35px; line-height:35px; color:#fff; background:#4d4d4d; text-align:center; margin:80px auto;}
.ny_zc .wz1 { border-top:1px solid #ddd; padding:40px 0px; font-size:14px;}
.ny_zc .wz1 .lzc { float:left;}
.ny_zc .wz1 .yyc { float:right;}

.ny_zc .wz2 {  font-size:14px; padding:0px 0px 40px 0px;}
.ny_zc .wz2 .lzc { float:left;}
.ny_zc .wz2 .yyc { float:right;}

@media only screen and (max-width:992px) {
.ny_zc { width:90%;margin:120px auto 80px auto;}
.ny_zc h2 { font-size:18px; }	
	}
	
	
.m_popup{ position:fixed; top:0; left:0; z-index:9999; width:480px;  display:none;}
.m_popup .close{ font-size:20px; color:#000; line-height:30px; cursor:pointer; position:absolute; top:30px; right:30px;z-index:10000001;}
.m_popup .close i { border:1px solid #666; border-radius:100px; padding:10px;}
.m_body{ position:fixed; top:0; left:0; width:100%; height:100%; background: rgba(255,255,255,.9); z-index:9998; display:none;}

.ny_zcc { width:480px; margin:0px auto; position:relative; z-index:99; border:1px solid #ddd; background:#fff; padding:40px;}
.ny_zcc h2 { font-size:22px; padding-bottom:20px; }
.ny_zcc h4 { color:#cb3626; font-size:14px; padding-bottom:20px;}
.ny_zcc .wz { margin:15px auto;}
.ny_zcc .wz h3 { font-size:14px; line-height:30px}
.ny_zcc .wz .txt { border:1px solid #a8a8a8; padding:0px 10px; line-height:35px; color:#666; width:100%;}
.ny_zcc .an { width:260px; height:35px; line-height:35px; color:#fff; background:#4d4d4d; text-align:center; margin:30px auto;}
.ny_zcc .wz1 { border-top:1px solid #ddd; padding:30px 0px; font-size:14px;}
.ny_zcc .wz1 .lzc { float:left;}
.ny_zcc .wz1 .yyc { float:right;}

.ny_zcc .wz2 {  font-size:14px; padding:0px 0px 20px 0px;}
.ny_zcc .wz2 .lzc { float:left;}
.ny_zcc .wz2 .yyc { float:right;}

@media only screen and (max-width:992px) {
.ny_zcc { width:90%; padding:20px;}
.ny_zcc h2 { font-size:18px; }	

.m_popup{  width:100%;}
.m_popup .close{ font-size:18px; top:20px; right:40px;z-index:10000001;}
}



.cp_xq1 { border-bottom:1px solid #ddd; line-height:60px; margin:100px auto 0px auto;}
.cp_xq1 img { width:15px; height:auto; margin:0px 5px;}
.cp_xq1 span { padding:0px 10px;}
@media only screen and (max-width:992px) {
.cp_xq1 {line-height:50px; margin:70px auto 0px auto; font-size:12px;}
.cp_xq1 img { width:12px; margin:0px 2px;}
.cp_xq1 span { padding:0px 5px;}
}

.cp_xq2 {margin:80px auto;}
.cp_xq2 .zcf { width:70%; float:left;}
.cp_xq2 .ycf { width:30%; float:right; border-left:1px solid #ddd; padding-left:40px;}
.cp_xq2 .ycf .yc1 { position:relative; font-size:24px;}
.cp_xq2 .ycf .yc1 font { font-size:16px; color:#999; display:block;}
.cp_xq2 .ycf .yc1 span {color:#cb3626; font-family:Arial, Helvetica, sans-serif; line-height:40px; font-size:24px;display:block; }
.cp_xq2 .ycf .yc1 .jrsc { position:absolute; top:10px; right:0;}
.cp_xq2 .ycf .yc1 .jrsc img { width:30px;}
.cp_xq2 .ycf .yc2 { font-size:13px; text-decoration:underline; padding:25px 0px 20px 0px;}
.cp_xq2 .ycf .yc3 {width:100%; height:35px; line-height:35px; color:#fff; background:#4d4d4d; text-align:center; }
.cp_xq2 .ycf .yc3 a {color:#fff; background:#4d4d4d;}


.founder-list {width: 100%; margin:30px auto; border:1px solid #ddd;}
.founder-list.nopadding,.founder-list.nopadding ul{padding-top:0;}
.founder-list ul {padding-top:0px;}
.founder-list li {border-bottom: 1px solid #e5e5e5;-webkit-transition: .3s;-o-transition: .3s;-moz-transition: .3s;transition: .3s;}
.founder-list h4 {-webkit-transition: .3s;-o-transition: .3s;-moz-transition: .3s;transition: .3s;padding: 15px 50px 15px 15px;background: url(../images/icon10.png) 97% center no-repeat;}
.founder-list h4 span { float:right;}
.founder-list .info {padding: 20px 15px;display: none; font-size: 16px; line-height: 30px; border-top:1px solid #ddd;}
.founder-list .info .font18 {padding: 5px 0;}
.founder-list .info dl dd { float:left; width:20%; text-align:center; font-size:14px;}
.founder-list .info dl dd .qq { border:1px solid #333; padding:2px; border-radius:100px;}
.founder-list .on {overflow: hidden;border-bottom: transparent; border-bottom:1px solid #ddd;}
.founder-list .on h4 {color: #333;background-image: url(../images/icon11.png);}
.founder-article {padding-top: 10px;}
.founder-article .article {padding-top: 20px;line-height: 26px;}
.font22 { font-size: 16px;}


/* sildes css begin */
.control {width:800px;height:700px;display: block;position:absolute;top:0;left:150px;overflow: hidden;}
.change li{width:800px;overflow: hidden;text-align:center}

/* 图片垂直居中,不是很准确 */
.change li .imgWrap{display: table-cell ;width:800px;height:700px;cursor:pointer;}
.change li img{ width:100%; height:auto;}

/* 描述部分 
.change li .textDesc{width:100%;height:100px;position:absolute;left:0;bottom:0;text-align:left;overflow: hidden;}
.change li .opacity{width:100%;height:100px;position:absolute;left:0;bottom:0;background:#000;filter:alpha(opacity=50);opacity:0.5;}
.change li .title{padding:10px 15px 0; color:#e6e6e6;font-size:14px;line-height:22px;}
.change li .title a{color:#e6e6e6;}
.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;} */

/* 翻页按钮 */
.prev, .next{width:49px;height:49px;position:absolute;bottom:48%; color:#FFF;font-size:14px; z-index: 9;font-weight:bold; cursor: pointer;outline:none} 
.prev span, .next span{display: none;}
.prev{left:0;}
.next{right:0;}

/* 分页 */
.pageClass{text-align:center;z-index: 9;position:absolute;top:50px;padding-top:10px;}
.pageClass a{display: inline-block; width:10px;height:10px;margin:0 3px;overflow:hidden; border:1px solid #bebebe;background:#bebebe ;border-radius:5px;outline:none}
.pageClass a span{display:none}
.pageClass a:hover,.pageClass a.cur{border:1px solid #be230a;background:#be230a }

/* 缩图部分 */
.thumbWrap{width:100px;height:622px;padding:28px 0;position:absolute;left:0;top:0;border-radius:5px;overflow: hidden;}
.thumbWrap .thumbCont{width:100%;height:100%;position:relative;overflow: hidden;}
.thumbWrap ul{}
.thumbWrap ul li{width:100px;height:100px;text-align:center;overflow: hidden; border:0px solid #ddd; margin:8px 0px; transition: border-color 0.2s ease;}
.thumbWrap ul li:hover{ border:1px solid #ddd; }
.thumbWrap ul li div{display: table-cell ;width:100px;height:100px;vertical-align: middle;cursor:pointer;}

.thumbWrap ul li img { width:100%; height:auto;}

.thumbWrap ul li.cur{border: 1px solid #000;
  box-shadow: 0 0 4px rgba(51, 122, 183, 0.4);background:url(../images/curBg.gif) no-repeat;}

/* 缩图按钮 */
.thumbPrev,.thumbNext{width:100px;height:39px;text-align:center;position:absolute;color:#000;z-index: 9; outline:none}
.thumbPrev span, .thumbNext span{display: none;}

.thumbPrev{left:0;top:0;background:url(../images/Yprev.png) no-repeat center;}
.thumbNext{left:0;bottom:0;background:url(../images/Ynext.png) no-repeat center;}


@media only screen and (max-width:992px) {
.cp_xq2 {margin:40px auto;}
.cp_xq2 .zcf { width:100%; float: none;}
.cp_xq2 .ycf { width:100%; float: none; border-left:0px solid #ddd; padding-left:0px; margin-top:20px;}


/* sildes css begin */
.control {width:80%;height: 350px;display: block;position:absolute;top:0;left:20%;overflow: hidden;}
.change li{width:100%;overflow: hidden;text-align:center}

/* 图片垂直居中,不是很准确 */
.change li .imgWrap{display: table-cell ;width:300px;height: 300px;cursor:pointer;}
.change li .imgWrap img{ width: auto; height:100%; margin-left:-30%;}



/* 缩图部分 */
.thumbWrap{width:20%;height:335px;padding:28px 0;position:absolute;right:left;top:0;border-radius:5px;overflow: hidden;}
.thumbWrap .thumbCont{width:100%;height:100%;position:relative;overflow: hidden;}
.thumbWrap ul{}
.thumbWrap ul li{width:60px;height:60px;text-align:center;overflow: hidden; border:1px solid #ddd; margin:8px 0px;}
.thumbWrap ul li div{display: table-cell ;width:60px;height:60px;vertical-align: middle;cursor:pointer;}

.thumbWrap ul li img { width:100%; height:auto;}

.thumbWrap ul li.cur{background:url(../images/curBg.gif) no-repeat}

/* 缩图按钮 */
.thumbPrev,.thumbNext{width:60px;height:39px;text-align:center;position:absolute;color:#000;z-index: 9; outline:none}
.thumbPrev span, .thumbNext span{display: none;}

.thumbPrev{left:0;top:0;background:url(../images/Yprev.png) no-repeat center;}
.thumbNext{left:0;bottom:0;background:url(../images/Ynext.png) no-repeat center;}
}





/* 默认状态：显示未收藏图标(xs)，隐藏已收藏图标(xs1) */
.ax .xs { display: inline-block; }
.ax .xs1 { display: none; }

/* 激活状态 (添加了 .active 类名)：隐藏未收藏，显示已收藏 */
.ax.active .xs { display: none; }
.ax.active .xs1 { display: block; }

/* 鼠标悬停加个手势 */
.ax { cursor: pointer; }


