@charset "utf-8";

@font-face {
  font-family: 'COND';
  src: url('../font/AKZIDENZGROTESK-COND.OTF');
}

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;}
button {overflow:visible}
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;}

::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{background-color:#666;}
::-webkit-scrollbar-thumb{background-color:#ddd;}
::-webkit-scrollbar-thumb:hover{background-color:#851007;}
::-webkit-scrollbar-thumb:active{background-color:#851007;}


.fl { float:left;}
.fr { float:right;}



.con { width:94%; margin:0px auto; max-width:1240px;}
@media only screen and (max-width:1440px){
.con { width:90%; margin:0px auto;}	
}
@media only screen and (max-width:995px){
.con { width:94%; margin:0px auto;}	
.f28{font-size:22px;}
}


.header{width:100%; position:fixed; top:0; left:0; z-index:99; }
.header.on{ background: rgba(133, 16,7, 0.99);}
.header .logo{width:220px; float:left; padding-top:6px; }
.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; background:;  color:#fff; border-radius: 100px; font-weight: 900;float:right; cursor:pointer;  margin-top: 28px; 
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:20px; color:#fff; font-weight: 900;}



.header.on .an i{color:#851007;}
.header .an{position:absolute; top:0; right:3%; height:18px; width:30px; display:none; margin-top:24px; }
.header .an span{width:30px; height:2px; background:#ffffff; 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:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; 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:8px; width:30px;transform:rotate(135deg);-o-transform:rotate(135deg);-ms-transform:rotate(135deg);-moz-transform:rotate(135deg);-webkit-transform:rotate(135deg);}


.header .nav{  float:right;}
.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:90px; float:left; position:relative; padding:0px 40px 0px 0px;transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;
-webkit-transition:all .5s; font-size:16px;}
.header .nav ul li a { font-size:16px; color:#fff;}
.header .nav ul li span{width:0; height:2px; background:#fff; 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:#fff;}
.header .nav ul li:hover a { color:#fff;}
.nav .y_j{position:relative;}
.nav .e_j{width:200px; background:#fff; position:absolute; top:90px; left:0; display:none; z-index:9999;  overflow: hidden; }
.header .nav ul li .e_j a{display:block; font-size:14px; color:#333; line-height:40px; text-align:left;  font-weight:normal; padding-left: 20px; }
.header .nav .e_j a:hover{ color:#fff; background:#851007;}
.header .nav .e_j{display:none !important;}
.header .nav ul li:hover .e_j{display:block !important;}
@media only screen and (max-width:1360px){
.header .nav ul li{ padding:0px 30px 0px 0px;}
}
@media only screen and (max-width:995px){
.header{padding:0%; height: 60px;}
.header .logo{width:150px; float:left; padding-top:5px;}
.header .logo img { width:100%; height:auto;}
.header .s_ch{height:30px; width:30px; line-height:30px;  margin-right:45px; float:right; margin-top: 18px;}
.header .s_ch i{font-size:18px; color:#fff; font-weight: 900;}
.header .an{display:block;}
.header .language {margin-top:18px;margin-right:20px; font-size:16px;}
.header .nav ul { width: 100%;}
.header .nav{width:100%; padding:15px 5%;  height:100%; position:fixed; top:60px; 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:#851007;}
.header .nav i{display:block; }
.header .nav ul li{
	/* [disabled]line-height:50px; */
	text-align: left; line-height:50px;
	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.on a{color:#851007;}
.header .nav ul li:hover a { color:#851007;}
.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; line-height:30px;}
.header .nav ul li .e_j a:hover { color: #fff; padding: 0 10px;}
}





.head_h{width:100%; height:90px;}
@media only screen and (max-width:1023px) {
.head_h{width:100%; height:60px;}
}


.search{width:100%; background: rgba(133, 16,7, 0.8); position:fixed; top:90px; left:0; z-index:101; display:none;}
.search .container{ position: relative;}
.search .sc_gb{position:absolute; top:50%; margin-top:-25px; 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: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:26px; line-height:40px; color:#fff;}
.search .sc_nr{width:700px; margin:20px auto; border: 1px solid rgba(255, 255, 255, 0.3);}
.search input{width:430px; height:40px; font-size:14px; line-height:40px; color:#fff; float:left; padding-left: 15px;}
.search input::placeholder{color:#fff;}
.search button{width:70px; height:40px; line-height:40px; text-align:center; color:#fff; float:right; outline:none;}
.search button i{font-size:30px;}
@media only screen and (max-width:992px){
.search{ top:60px;}
.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;}
}


.head_h{width:100%; height:90px;}
@media only screen and (max-width:1023px) {
.head_h{width:100%; height:60px;}
}



.gallery-top{width:100%; position:relative; height: auto; background:#f6f6f6; }
.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,.5);}
.gallery-top .swiper-slide .wz{width:1240px; color:#fff; position:absolute; left:50%; top:35%; text-align: center; margin-left:-620px;}
.gallery-top .swiper-slide .wz h3{font-size:50px; margin-bottom:5px; }
.gallery-top .swiper-slide .wz h2{font-size:30px;  line-height:60px; letter-spacing:0px;}
.gallery-top .swiper-slide .wz p{font-size:22px; letter-spacing:1px; line-height:36px; }
.gallery-top .swiper-slide .wz a { background:#851007; width:180px; height:45px; line-height:45px; color:#fff; display:block; text-align:center; font-size:16px; margin:20px auto 0px auto;}
.gallery-top .swiper-slide .wz i { margin-left: 10px;}
.gallery-top .swiper-button-next{width:45px; height:45px; background:url(../images/h_yj.png) no-repeat; right:20px;background-size:45px 45px; -webkit-background-size:45px 45px; -moz-background-size:45px 45px; -ms-background-size:45px 45px; -o-background-size:45px 45x;}
.gallery-top .swiper-button-prev{width:45px; height:45px; background:url(../images/h_zj.png) no-repeat; left:20px; background-size:45px 45px; -webkit-background-size:45px 45px; -moz-background-size:45px 45px; -ms-background-size:45px 45px; -o-background-size:45px 45x;}
@media only screen and (max-width:992px){
.gallery-top{width:100%; position:relative; height: 50vh;}
.gallery-top .swiper-slide { overflow: hidden;}
.gallery-top .swiper-slide img{width: auto; height:50vh; position: absolute; left:50%;  transform:translateX(-50%); top:0; }
.gallery-top .swiper-slide .bj { display: none;}
.gallery-top .swiper-slide .wz{width:85%; color:#fff; left:5%; margin-left:0; }
.gallery-top .swiper-slide .wz h3{font-size:28px; height:45px;}
.gallery-top .swiper-slide .wz h2{font-size:16px;  line-height:25px; letter-spacing:0px;}
.gallery-top .swiper-slide .wz a { background: #851007; width:120px; height:30px; line-height:30px; margin:20px auto 0px auto; font-size:14px;}
.gallery-top .swiper-button-prev { display:none;}
.gallery-top .swiper-button-next { display:none;}
}



.ry_zz { width: 100%; margin:0px auto; background: #f6f6f6; padding:80px 0px;}
.zzz{ width:100%; margin: 0px auto; position:relative; max-width:1240px;}
.zzz .ziyuan1{ width:94%; margin:0px auto; }
.zzz .ziyuan1 .swiper-slide{ position:relative; border-radius:10px; background:#fff; overflow:hidden;}
.zzz .ziyuan1 .swiper-slide .tp {width:100%; height:auto; overflow: hidden; }
.zzz .ziyuan1 .swiper-slide img{  width:100%; height:auto; overflow: hidden;}
.zzz .ziyuan1 .swiper-slide .wz { padding:10px 20px;  z-index: 19; width: 100%; text-align:center;}
.zzz .ziyuan1 .swiper-slide h1{ display:block; font-size:16px; color: #333; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; line-height:40px; text-align:center;}
.zzz .swiper-button-next{width:29px; height:48px; background:url(../images/right.png) no-repeat; right:0;  margin-top:-50px;background-size:29px 48px;}
.zzz .swiper-button-prev{width:29px; height:48px; background:url(../images/left.png) no-repeat; left:0; margin-top:-50px; background-size:29px 48px;}
@media only screen and (max-width:992px) {
.ry_zz {padding:30px 0px;}
.zzz{ width:94%; margin: 0px auto; position:relative;}
.zzz .ziyuan1{ width:100%; margin:0px auto; }
.zzz .ziyuan1 .swiper-slide .wz { padding:10px; text-align: left;  width: 90%;}
.zzz .ziyuan1 .swiper-slide h1{ display:block; font-size:16px; line-height:30px }
.zzz .ziyuan1 .swiper-slide h2 { font-size:14px; }
.zzz .ziyuan1 .swiper-slide h2 a { font-size:14px; }
.zzz .ziyuan1 .swiper-slide p { font-size:12px;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;  } 

.zzz .swiper-button-next{ display: none;}
.zzz .swiper-button-prev{ display: none;}
}


.gy_bt{width:100%; margin:0px auto 40px auto; text-align: center; user-select:none; position:relative; }
.gy_bt h3{font-size:38px; line-height:44px; color:#851007;  font-weight:bold; z-index:1; text-align:center; }
.gy_bt p { font-size:24px; color:#999999; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; }
@media only screen and (max-width:992px){
.gy_bt{ margin:0px 0px 20px auto;}
.gy_bt h3{font-size:24px; line-height:44px; padding-bottom:10px;}
.gy_bt p { font-size:14px; color:#999; padding-top:10px}	
}



.sy_gy { width:100%; overflow:hidden; margin: 0px auto;padding:190px 0px 80px 0px; position: relative; z-index: 1; }
.sy_gy .left { width:38%; float:left;   }
.sy_gy .left .wz h2{font-size:50px; line-height:50px;  color:#666;  font-family:Arial;  }
.sy_gy .left .wz h4 { font-size:34px; font-weight:bold; margin:10px 0px 20px 0px; color:#851007;}
.sy_gy .left .wz span { width:50px; height:3px; background:#ca0f18; display:block; margin:0px 0px 10px 0px;}
.sy_gy .left .wz p { font-size:15px;  color:#333333;line-height:24px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7;  overflow: hidden; }
.sy_gy .left .gdd { height:15px;} 
.sy_gy .right { float: right; width:55%; }
.sy_gy .right p { font-size:15px; line-height:30px; text-align:justify; color:#666; padding-top:10px;}
.sy_gy .right img { width: 100%; height: auto;}

.mr { width:160px; height:40px; text-align:center; line-height:38px;  margin:20px 0px 0px 0px; }
.mr a {color:#fff; font-size:15px; display:block; background:#851007;}
.mr:hover a { background:#ba0000;color:#fff; font-size:15px; display:block; }
.mr i { margin-left: 15px;}

@media only screen and (max-width:995px){
.sy_gy {padding:80px 0px 40px 0px; }
.sy_gy .con { width:100%;}
.sy_gy .left { width:100%;  margin-top:0px;left:0; top:0; padding: 20px; margin-left: 0%; position: relative;}
.sy_gy .left .wz h2{ font-size:30px; line-height:40px;}
.sy_gy .left .wz h4 { font-size:24px; margin:0px 0px 10px 0px;}
.sy_gy .left .wz p { font-size:14px; line-height:26px; word-break: break-all;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }
.mr { margin-top:0px;}
.sy_gy .right { float:none; width: 100%; margin-left: 0%;}
}















/*解决方案*/
.solution-wrap { width: 100%; margin:120px auto;}
.solution-cont { width: 90%; margin: 0px auto; }
.solution-img { width: 24%; height: auto; margin:0 0.5% 0 0.5%; position: relative; overflow: hidden; }
.solution-img .img-box1 { width: 100%; height: 430px; overflow: hidden; }
.solution-img .img-box1 img {object-fit: cover;    width: 100%; height: 100%;}
.solution-img>p { width: 100%; text-align: center; position: absolute; bottom: 30px; left: 0; z-index: 3; color: #fff; font-size: 20px; font-weight:bold;}
.solution-img .mask { width: 91.5619%; height: 86.8%; background-color: #2565c6; background-color: rgba(14,110,184,.8); position: absolute; left: 4.219%; top: 8%; z-index: 9; text-align: center; color: #fff; display: none;}
.solution-img .mask h3 { font-weight: 400; font-size: 24px; padding: 15% 0 2%; position: relative;font-weight:bold;}
.solution-img .mask h3:before { content: ''; display: block; width: 26px; height: 1px; background-color: #fff;  position: absolute; bottom: 0; left: 50%; margin-left: -13px;}
.solution-img .mask>p { width: 80%; line-height: 34px; font-size:16px; margin: 5% auto 5%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.solution-img .mask .links { width: 70%; margin: 0 auto; overflow: hidden; }
.solution-img .links a { display: block; float: left; width: 50%; padding: 5% 0; color: #fff;background: #851007;}
.solution-img .links a.shipin { background: #fff; color: #333; }
@media only screen and (max-width:1440px){
.solution-cont { width: 90%; margin: 40px auto 0; }
.solution-img .links a {  padding:3% 0;}
.solution-img .mask h3 { font-weight:400; font-size:18px; padding: 15% 0 2%; position: relative;font-weight:bold;}
.solution-img .img-box1 { width: 100%; height:250px;  }
.solution-img .mask>p { width: 90%; font-size:14px; line-height:24px; overflow:hidden; height:48px;}
}
@media only screen and (max-width:992px){
.solution-wrap { width: 100%; margin: 60px auto 0px auto;}
.solution-cont { width: 94%; margin: 20px auto 0; }	
.solution-img { width: 100%; height: auto; margin:0 0 2% 0%; }
.solution-img .img-box1 { width: 100%; height:250px;  }
.solution-img>p {font-size: 18px;}
.solution-img .mask {  top: 8%; }
.solution-img .mask h3 { font-size: 18px; padding: 7% 0 2%; position: relative;}
}


/*视频中心*/
.shipin-cont { margin: 35px auto 0px auto; height: 500px; position: relative; overflow: hidden; width:75%;}
.shipin-box { width: 100%; height: 500px; position: absolute; left: 0; top: 0; z-index: 9; }
.shipin-list { width: 100%; height: 501px; position: relative; }
.shipin-list .list { position: absolute; overflow: hidden;}
.shipin-list .list.active { cursor: pointer; }
.shipin-list .img-box {/* width: 796px; height: 501px;*/ }
.shipin-list p { width: 100%; text-align: center; color: #fff; font-size: 18px; position: absolute; bottom: 16px; left: 0; z-index: 3;}
.prev-btn, .next-btn { display: block; width: 110px; height: 55px; color: #fff; font-size: 24px; cursor: pointer; position: absolute; top: 222px; z-index:10; }
.prev-btn { left: 50px; }
.next-btn { right: 50px; text-align: right;}
.prev-btn:after, .next-btn:after  { content: ''; display: block; width: 19px; height: 10px; background: url(../images/icons.png) no-repeat; position: absolute; right: 0; bottom: 0; z-index: 2; }
.prev-btn:after { background-position: -28px -28px; }
.next-btn:after { background-position: -5px -28px; }

/* Pop-ups YangFangLing 2018年9月25日 */
.video-frame{display: none;width: 100%;height: 100%;position: fixed;left: 0;top: 0;background: rgba(0, 0, 0, 0.8);z-index: 9999999;}
.video-frame .box{ width:1000px; height:617px; border:5px solid #027ecc; position:absolute; z-index:5; left:50%; top:20%; margin-left:-500px; background-color:#000;  border-radius:5px;z-index: 99; box-sizing:border-box;}
.video-frame .box .close{ display:block; width: 25px; height: 25px; position:absolute; cursor:pointer; right:-30px; top:-5px}
.video-frame .box iframe { width:100%; height:100%; position:relative; z-index:2;}
.video-frame .box p { font-size:24px; width:100%; height:100%; line-height:617px; text-align:center; color:#fff; position:absolute; left:0; top:0; z-index:1; }


@media only screen and (max-width:1440px){
.shipin-wrap { padding:20px 0px 0px 0px;}
.shipin-cont {  height:170px; width:100%; }	
.shipin-list { height: 171px;}
.shipin-list p {font-size:14px; bottom: 13px; width:90%; margin-left:5%;}
.video-frame .box{ width:90%; height:300px; border:5px solid #027ecc; position:absolute; z-index:5; left:5%; top:20%; margin-left:0; background-color:#000;  border-radius:5px;z-index: 99; box-sizing:border-box;}
.video-frame .box p { font-size:12px;}
	}




/*核心优势*/
.core-wrap { width:100%; margin:0px auto; padding:80px 0px 30px 0px !important }
.core-box { margin: 50px auto 80px auto; height: 330px;}
.core-box .infos { width: 25%; height: 330px; padding:5% 2% ; position: relative; background:rgb(255,255,255,0.2); text-align: center;}
.core-box .infos .txts { width: 100%; height: 100%; position: relative; z-index: 9; }
.core-box .infos h3 { font-size:20px; padding: 30px 0 20px; font-weight:bold; color:#fff; }
.core-box .infos em { font-family:  Arial; font-size: 16px; line-height: 40px;}
.core-box .infos p { width: 100%; margin:0px auto 70px auto; line-height: 28px; color: #ddd; font-size:14px; }
.core-box .infos i{ display:block;}
.core-box .infos i img { width:40px;}
.core-box .infos a { width: 185px; height: 60px; background-color: #fff; border-radius: 5px; line-height: 60px; position: absolute; bottom: 60px; left: 50%; margin-left: -120px; color: #851007; font-size: 16px; padding-left: 55px; text-align: left; display: none;}
.core-box .infos a:before { content: ''; display: block; width: 19px; height: 10px; background: url(../images/icons.png) no-repeat -28px -44px; position: absolute; right: 55px; top: 25px; z-index: 2; }
.core-box .infos .bg { width: 100%; height: 380px; background-color: #851007; position: absolute; left: 0; top: -16px; z-index: 0; display: none; /*box-shadow: 2px 2px 10px rgba(11,156,149,.4), -5px -5px 40px rgba(11,156,149,.4);*/}
.core-box .infos:hover { z-index: 9; }
.core-box .infos:hover, .core-box .infos:hover p { color: #fff; }
.core-box .infos:hover i{ color: #fff;}
.core-box .infos:hover a, .core-box .infos:hover .bg { display: block; }
@media only screen and (max-width:1440px){
.core-wrap { width: 100%; margin: 100px auto;}
}
@media only screen and (max-width:992px){
.core-wrap { width:100%; margin:0px auto;padding:50px 0px 40px 0px !important }	
.core-box { width: 90%; margin: 20px auto 80px auto; height: 280px;}
.core-box .infos { width:50%; margin-left:0%;  height: 280px; }
.core-box {width: 94%; margin: 30px auto; height: 320px; border:solid 0px #dddddd; }
.core-box .infos h3 { font-size: 20px; padding: 20px 0 10px; }
.core-box .infos p {  margin: 0px auto 40px auto; line-height: 24px;  font-size:14px; }
.core-box .infos .z1 { font-size:16px; line-height:35px;}
.core-box .infos .bg { width: 100%; height: 300px; }
.core-box .ygg { margin-top:0px;}
}








.footer{width:100%; padding-top:50px; background:#222222; font-size:15px; line-height:30px; color:#797a7d;}
.footer h3{font-size:18px; color:#fff; margin-bottom:20px;}
.footer em{width:40px; height:2px; background-color:#fff; margin-bottom:20px; display:block;}


.footer .col-md-4 { width:30%; float:left; margin-right: 5%;}
.footer .l_x{margin-bottom:25px; line-height:30px;}
.footer .l_x i { margin-right: 5px;}

.footer .col-md-43 {float:left; width: 30%; }


.footer .l_y font { float: left; line-height: 46px; color: #FF0004; font-weight: bold;}
.footer .l_y input{width:48%; height:47px; font-size:12px;  border-bottom:1px solid #fff; line-height:46px; color:#fff; display:block; float:left}
.footer .l_y input:placeholder{color:#fff;}
.footer .l_y textarea{width:98%; margin-left: 1%; height:51px; background: none;padding:11px 0; border: none; border-bottom:1px solid #fff; font-size:12px; line-height:24px; color:#fff; display:block; resize:none; margin-bottom:20px; outline: none;}
.footer .l_y textarea:placeholder{color:#fff;}
.footer .l_y button{width:100px; height:35px; border-radius:3px; font-size:14px; line-height:35px; color:#fff; text-align:center; float:left; margin-right:20px; margin-left: 1%;}
.footer .l_y button.t_j{background-color:#851007;  color:#333; }
.footer .l_y button.c_z{background-color:#5b5b5b;}



.footer .s_j a{width:36px; height:36px; font-size:18px; text-align:center; line-height:32px; color:f6f6f6; display:block; float:left; margin-right:5px;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.footer .s_j a:hover{ color:#fff;}
.footer .t_p{float:right; text-align: center;}
.footer .t_p img{width:100px; margin-bottom:10px;}
.footer .x_x{margin-top:50px; padding:25px 0; border-top:1px solid #333;}
.footer .x_x .l_f{float:left;}
.footer .x_x .r_t{float:right;}
.footer .x_x a{color:#fff; padding-left:10px;}
.footer .x_x a:hover{color:#fff;}
.footer .x_x span{padding-right:15px;}


.footer .col-md-42 {float:left; width: 18%; }
.footer .col-md-42 p a{ color:#797a7d; line-height:28px; font-size:14px}
.footer .col-md-42 p a:hover { color:#FFF;}


.footer .col-md-41 {float:right; width: 10%; }
.footer .lx{ width:100%}
.footer .lx li{ width:70%; float:left; }
.footer .lx li img{ width:90%}
@media only screen and (max-width:1360px){
.footer h3{font-size:16px; color:#fff; margin-bottom:15px; }
}
@media only screen and (max-width:992px){
.footer{padding:30px 0px 50px 0px;  line-height:24px;}
.footer .col-md-4 { width:100%; float: none;}
.footer .col-md-4 img { display:none;}
.footer .col-md-43 {float:none; width: 100%; }   
.footer h3{font-size:16px; text-align: left; }
.footer em{width:30px; margin-bottom:10px; margin-left: 0;}
.footer .l_x{margin-bottom:20px; line-height:26px; text-align: left;}
.footer .l_y input{width:46%; height:47px; font-size:12px;  border-bottom:1px solid #fff; line-height:46px; color:#fff; display:block; float:left}
.footer .l_y textarea{width:96%; margin-left: 1%; height:51px; background: none;padding:11px 0; border: none; border-bottom:1px solid #fff; font-size:12px; line-height:24px; color:#fff; display:block; resize:none; margin-bottom:20px; outline: none;}
.footer .col-md-41{ display:none;}
.footer .col-md-42 {display:none; }     
.footer .x_x{margin-top:0; padding:20px 0;}
.footer .x_x span{padding-right:10px;}
.footer .col-md-41{ float: none; width:100%; padding-left:0%;}
.footer .x_x .l_f{float:none; text-align: center;}
.footer .x_x .r_t{float:none; text-align: center;}
}






.e_m{width:100%; height:100%; position:fixed; top:0; left:0; background-color:rgba(0,0,0,.8); z-index:99999; display:none;}
.e_m .n_r{width:200px; padding:10px; background-color:#fff; position:absolute; top:50%; left:50%; text-align:center;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.e_m .n_r img{width:100%; height:auto; display:block;}
.e_m .n_r p{font-size:15px; color:#888; margin-top:10px;}
@media only screen and (max-width:992px){
.e_m .n_r{width:230px; padding:15px;}
.e_m .n_r p{font-size:15px;}
}


.pc_kf{width:50px; position:fixed; right:5px; bottom: 100px; z-index:9;}
.pc_kf .nr{font-size:18px; text-align:center; line-height:50px; margin-bottom:10px; position:relative;}
.pc_kf .tel{width:160px; background-color:#851007; font-size:18px; line-height:50px; color:#fff; position:absolute; top:0; right:-160px; opacity:0;}
.pc_kf .tell{width:260px; background-color:#851007; font-size:18px; line-height:50px; color:#fff; position:absolute; top:0; right:-160px; opacity:0;}
.pc_kf .nr:hover .tel{right:56px; opacity:1;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .ewm{width:130px; padding:10px 10px 0; background-color:#851007; position:absolute; bottom:0; right:-180px; opacity:0;}
.pc_kf .ewm img{width:100%; height:auto; display:block; margin-bottom:10px;}
.pc_kf .ewm p{font-size:14px; color:#fff; line-height:16px; margin-bottom:10px;}
.pc_kf .nr:hover .ewm{right:56px; opacity:1;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.pc_kf .nr a{display:block; width:50px; height:50px; box-shadow:0 0 5px #ccc;  background-color:#fff;  overflow:hidden;}
.pc_kf .nr i{color:#333; font-size:24px; vertical-align:middle;}

.pc_kf .fh{width:50px; height:50px;  background-color:#851007; text-align:center; line-height:50px; color:#fff; cursor:pointer;}
.pc_kf .fh i{font-size:30px; font-weight:bold;}
@media only screen and (max-width:992px) {
.pc_kf{right:10px; bottom:10px;  }
}
@media only screen and (max-width:640px){
.pc_kf{width:100%; background-color:#851007; position:fixed; right:0; bottom:0; }
.pc_kf .nr{width:25%; border-right:1px solid rgba(255,255,255,.6); font-size:20px; background:none; box-shadow:none; margin-bottom:0; float:left;}
.pc_kf .tel{display:none;}
.pc_kf .ewm{display:none;}
.pc_kf .nr a{display:block; width:100%; border-radius:0; background-color:#851007; box-shadow:none;}
.pc_kf .nr i{color:#fff;}
.pc_kf .nr a:hover i{color:#fff;}
.pc_kf .fh{width:23%; box-shadow:none; font-size:22px; float:left;}
}

	/*控制菜单的按钮*/
	.index_cy{
		width: 30px;
		height: 30px;
		background: url(../images/index_cy.png);
		position: fixed;
		right: 0;
		bottom: 0;
		margin-bottom: 60px;
		background-position: 62px 0;
		cursor: pointer;
	}
	.index_cy2{
		width: 30px;
		height: 30px;
		background: url(../images/index_cy.png);
		position: fixed;
		right: 0;
		bottom: 0;
		margin-bottom: 60px;
		background-position: 30px 0;
		cursor: pointer;
	}


.news-list-index {width:100%; margin:0px auto; background:#f6f6f6; padding:80px 0px;}
.news-list-index .nl-box .imb-box{width:45%;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .i-b img{width:100%;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide a{display: block;color:#000;background-color: #fff;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide a:hover{background-color: #851007;color:#fff;}
.news-list-index .nl-box .txt-box {width:50%;}
.news-list-index .nl-box .txt-box .list li{margin-bottom:20px;}
.news-list-index .nl-box .txt-box .list li:hover{background-color: #851007;}
.news-list-index .nl-box .txt-box .list li:hover a{color:#fff;}
.news-list-index .nl-box .txt-box .list li a{display: block;color:#202020;padding:30px 100px 30px 180px;position: relative;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b {padding:35px 130px 35px 20px;position: relative;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b:after {position: absolute;width:1px;height:80px;top:50%;margin-top:-40px;right:110px;background-color: #dadada;content: ''}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b .t-box .title,
.news-list-index .nl-box .txt-box .list li .t-box .title{font-size:20px;overflow: hidden; white-space:nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b .t-box .desc,
.news-list-index .nl-box .txt-box .list li .t-box .desc{font-size:16px;margin-top:10px; opacity:.5;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp:2;
	-moz-line-clamp:2;
	overflow: hidden;}
.news-list-index .nl-box .txt-box .list li .time-box {position: absolute;height:82px;width:110px;left:30px;top:50%;margin-top:-41px;border-right:1px solid #dadada;}
.news-list-index .nl-box .txt-box .list li:hover .time-box {border-color:#fff;}
.news-list-index .nl-box .txt-box .list li .time-box .day{font-size:70px;line-height: 60px;color:#202020; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.news-list-index .nl-box .txt-box .list li:hover .time-box .day{color:#fff;}
.news-list-index .nl-box .txt-box .list li .time-box .y-m{font-size:18px;padding-left:3px;margin-top:5px;opacity: .5; font-family:Arial, Helvetica, sans-serif;}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b .more,
.news-list-index .nl-box .txt-box .list li .more{display: block;width:25px;height:10px; top:50%;margin-top:-5px;right:50px;position: absolute;
	-webkit-background-size:100% 100%; background-size:100% 100%;background-image: url("../images/ic-more.png")}
.news-list-index .nl-box .imb-box .news-swiper .swiper-slide a:hover .more,
.news-list-index .nl-box .txt-box .list li:hover .more{background-image: url("../images/ic-more-w.png")}
@media only screen and (max-width:1680px) {
	.news-list-index .nl-box .imb-box{width:45%;}
	.news-list-index .nl-box .txt-box {width:50%;}
.news-list-index .nl-box .txt-box .list li{background-color: #fff;margin-bottom:10px;}
	}
@media only screen and (max-width:1440px) {
.news-list-index .nl-box .txt-box .list li{background-color: #fff;margin-bottom:0px;}
}

@media only screen and (max-width:992px) {
	.news-list-index { margin:0px auto; padding:30px 0px;}
.news-list-index .nl-box .imb-box,
	.news-list-index .nl-box .txt-box {width:100%;margin-top:10px;}
	.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b {padding:10px 95px 30px 0;position: relative;}
	.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b:after {height:70px;top:50%;right:70px;margin-top:-40px;}
	.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b .more{right:20px;}
	.news-list-index .nl-box .imb-box .news-swiper .swiper-pagination{padding-left:0;bottom:5px;}
	.news-list-index .nl-box .txt-box .list li{display: none}
	.news-list-index .nl-box .txt-box .list li:nth-child(1){display: block;}
	.news-list-index .nl-box .txt-box .list li .time-box{}
	.news-list-index .nl-box .txt-box .list li .more{display: none;}
	.news-list-index .nl-box .txt-box .list li a{padding:8px 0 8px 100px;}
	.news-list-index .nl-box .imb-box .news-swiper .swiper-slide .t-b .t-box .title,
	.news-list-index .nl-box .txt-box .list li .t-box .title{font-size:18px;}
	.news-list-index .nl-box .txt-box .list li .time-box {height:66px;width:80px;left:5px;top:50%;margin-top:-33px;}
	.news-list-index .nl-box .txt-box .list li .time-box .day{font-size:40px;line-height: 40px;}
	.news-list-index .nl-box .txt-box .list li .time-box .y-m{font-size:16px;padding-left:3px;margin-top:5px;}
}




#getId{width:90%; margin:120px auto; padding:0;}
.tabT{width:15%;float:left;padding:0;margin:0px;height:400px;}
.tab,.tab li{padding:0;margin:0;border:none}
.tab{height:80px;display:block;}
.tab li{display:block;line-height:100px;padding:0px 10px;text-align:center;cursor:pointer; background:#851007;color:#fff; font-weight:bold; font-size:20px;}
.tab li.current{display:block;color:#fff;padding:0px 10px; background:#8bb255;}
.show,hidden{float:left;width:85%;text-align:left;height:400px; background:#f6f6f6; padding:60px 80px 80px 80px;}
.hidden{display:none;}

.yw1 { width:100%;}
.yw1 ul li { width:28%; float:left; margin:0 8% 0 0;}
.yw1 ul li i { width:60px;}
.yw1 ul li i img { width:70px;}
.yw1 ul li:nth-child(3n) { margin-right:0;}
.yw1 ul li h2 { font-size:18px; font-weight:bold; color:#851007; }
.yw1 ul li h3{ font-family:Arial, Helvetica, sans-serif; padding-bottom:30px; color:#666;}
.yw1 ul li p { font-size:14px; line-height:22px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;  overflow: hidden;  }
.yw1 ul li a { width:100px; height:30px; line-height:30px;  background:#8bb255; color:#fff; font-size:14px; display:block; text-align:center; margin-top:30px;}


.yw2 { width:100%;}
.yw2 ul li { width:21.25%; float:left; margin:0 5% 0 0;}
.yw2 ul li i { width:60px;}
.yw2 ul li i img { width:70px;}
.yw2 ul li:nth-child(4n) { margin-right:0;}
.yw2 ul li h2 { font-size:18px; font-weight:bold; color:#851007; padding-bottom:40px; }
.yw2 ul li p { font-size:14px; line-height:22px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5;  overflow: hidden;  }
.yw2 ul li a { width:100px; height:30px; line-height:30px;  background:#8bb255; color:#fff; font-size:14px; display:block; text-align:center; margin-top:30px;}

.yw3 { width:100%;}
.yw3 .left { width:45%; float:left;  font-size:18px; font-weight:bold; color:#851007; line-height:60px;}
.yw3 .left  span {background:#8bb255; color:#fff;  width:40%; height:50px; line-height:50px; display:inline-block; text-align:center; font-family:Arial, Helvetica, sans-serif; margin-right:3%;}
.yw3 .right { width:45%; float:right; font-size:18px;  color:#333; line-height:60px;}


.sy_hz { width: 100%; margin: 0px auto; background:#f6f6f6; padding:120px 0px 100px 0px; !important}
.sy_hz .zzz{ width: 90%; margin: 0px auto; position:relative;}

.sy_hz ul li { width:12.5%; border-bottom:1px solid #ccc; border-right:1px solid #ddd; float:left; position:relative;
 padding-bottom:7%; text-align:center; background:#fff;overflow:hidden;position:relative;
}
.sy_hz ul li img { width:100%; height:auto;}

.sy_hz ul li:hover{ transform:scale(1.1,1.1); box-shadow: 0px 0px 10px rgba(0,105,199,0.55);position:relative; z-index:2 }
.sy_hz ul li  img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); max-width:90%; max-height:90%;}
@media only screen and (max-width:992px) {
.sy_hz { padding:50px 0px 30px 0px; !important}
.sy_hz .zzz{ width: 94%; margin: 0px auto; position:relative; }
.sy_hz ul li { width:25%;}
}



.nban{ width:100%; height:auto; font-size:0; overflow:hidden; position:relative; height:600px;}
.nban img{ width:100%; height:auto;}
.nban .wz { position: absolute; left: 10%; top:34%; z-index: 5;}
.nban .wz h1 { font-size:40px; height:60px; color: #333;}
.nban .wz h1 span{}
.nban .wz p { font-size:16px;color: #333; text-transform: uppercase;}
.nban .wz p a {color: #333;}
@media screen and (max-width:1360px) {
.nban .wz { position: absolute; left: 15%; top:32%;}
}
@media screen and (max-width:992px) {
.nban{  height:180px; margin-top:0px;}
.nban img{ position:absolute; height:180px; width:auto; top:0; left:40%; transform:translateX(-40%); z-index:2}
.nban .wz { position: absolute; left: 5%; top:36%;}
.nban .wz h1 { font-size:22px; height: 45px; }
.nban .wz h1 span{ display: none;}

}


.ndh { width:100%; margin:40px auto; overflow:hidden;}
.ndh ul {}
.ndh ul li { display:inline-block; width:auto; line-height:45px; font-size:16px;  color:#333; background: #f0f0f0; margin:4px; }
.ndh ul li a {font-size:16px; padding:0px 30px; color:#333;  line-height:45px;display:block; }
.ndh ul li:hover a { background:#851007; display:block; color:#FFF;}
.ndh ul li .on {background:#851007; display:block; color:#FFF;}
@media screen and (max-width:1440px) {
.ndh ul {}
.ndh ul li a {font-size:16px; padding:0px 25px; color:#333;  line-height:45px;display:block; }   
}
@media screen and (max-width:992px) {
.ndh { width:100%; margin:30px auto; overflow:hidden; }
.ndh ul {}
.ndh ul li { width:48%; float: none; color:#333; text-align: center; line-height:40px;  margin: 0 0 1% 0;}	
.ndh ul li:nth-child(4n){ margin-right: 0;}
.ndh ul li a {font-size:14px; padding:0px; line-height:40px;}
}



.sy_cp { width: 100%; margin: 50px auto;}
.sy_cp ul li { width: 23%; margin: 0 2.6% 2% 0; float: left; position: relative; border:1px solid #ccc; padding:10px 0px;}
.sy_cp ul li:nth-child(4n) { margin-right: 0;}
.sy_cp ul li img { width: 100%; height: auto;}
.sy_cp ul li .wz { padding:10px 20px; }
.sy_cp ul li .wz h1 { height:50px; line-height:50px; font-size: 18px; font-weight:bold;}
.sy_cp ul li .wz h1 a {font-size: 18px; font-weight:bold;}
.sy_cp ul li .wz p {  line-height:24px; font-size:14px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;  overflow: hidden;  }
.sy_cp ul li:hover { display: block; transition: all 0.5s; border:1px solid #851007;  }
@media only screen and (max-width:992px){
.sy_cp { width: 96%; margin: 30px auto;}
.sy_cp ul li { width: 100%; margin: 0 0% 4% 0%; float: left; position: relative;}
.sy_cp ul li:nth-child(3n) { margin-right: 1%;}
}


/*翻页*/
.paging{width:100%; margin:20px auto 50px auto ; text-align:center; overflow:hidden;}
.paging a{line-height:32px; color:#888; background-color:#fff; text-align:center; font-size:14px; border:1px solid #e7e7e7; width:32px; height:32px; margin:0 3px; display:inline-block;}
.paging a:hover{background-color:#851007; border:1px solid #851007; color:#fff;}
.paging a.on{background-color:#851007; border:1px solid #851007; color:#fff;}
@media only screen and (max-width:1023px) {
.paging{margin:20px auto 30px auto ;}
.paging a{line-height:32px; font-size:14px; width:32px; height:32px; margin:0 3px; }
}



.cp_xq{width:100%; margin:50px auto;}
.cp_xq .cp_xx{ padding:20px 0px 30px 0px; }
.cp_xq .cp_xx .cp_zs{width:40%; float:left; padding:0;}
.cp_xq .cp_xx .cp_zs img{width:100%; height:auto; display:block;  }
.cp_xq .cp_xx .cp_js{width:56%; float:right; }
.cp_xq .cp_xx .cp_js h3{font-size:32px; padding-bottom: 30px; color: #851007; font-weight: bold;}
.cp_xq .cp_xx .cp_js h2{font-size:22px; padding-bottom: 10px; }
.cp_xq .cp_xx .cp_js p{font-size:16px; line-height:36px; color:#666; margin-bottom:10px; margin-top:0px;}
.cp_xq .cp_xx .cp_js .ckmr { padding: 0px 40px; height: 40px; line-height: 40px; border-radius: 3px; background: #851007;color: #fff; font-size: 18px; text-align: center;  margin:50px 10px 0px 0px; float: left; vertical-align: middle;}
.cp_xq .cp_xx .cp_js .ckmr a {color: #fff; font-size: 16px;}
.cp_xq .cp_xx .cp_js .ckmr i { margin-right: 5px; font-size: 22px; float: left;}

.cp_xq .cp_xx .cp_js .ckmrr { padding: 0px 40px; height: 40px; line-height: 40px; border-radius: 3px; background: #f6f6f6; font-size: 18px; text-align: center; color: #666666; margin:50px 10px 0px 0px; float: left; vertical-align: middle;}
.cp_xq .cp_xx .cp_js .ckmrr a {color: #666666; font-size: 16px;}
.cp_xq .cp_xx .cp_js .ckmrr i { margin-right: 5px; font-size: 22px; float: left;}
.cp_xq .cp_xx .cp_js .ckmrr:hover  {background: #851007; display: block;}
.cp_xq .cp_xx .cp_js .ckmrr:hover a {color: #fff;}
.cp_xq .cp_xx .cp_js .ckmrr:hover i {color: #fff;}

.cp_xq .cp_xx .cp_js .dhxx { font-size: 20px; line-height: 30px; margin-top: 40px;}
.cp_xq .cp_xx .cp_js .dhxx font {font-size: 32px; font-weight: bold; font-family: Arial;}

.cp_xq .swiper-container { border:1px solid #dddddd;}
.cp_xq .swiper-slide {background-size: cover;background-position: center;}
.cp_xq .swiper-slide img { border:0px solid #dddddd;}
.cp_xq .gallery-topp { width:100%; height:auto;}
.cp_xq .gallery-thumbs {height:120px;box-sizing: border-box; margin-top: 15px; }
.cp_xq .gallery-thumbs .swiper-slide {height: 100%;opacity: 0.4;}
.cp_xq .gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}


.cp_xq .cp_ms{width:100%; margin: 0px auto;}


.tabbox {width:75%; padding:20px; float:left; background-color:#f6f6f6; min-height: 500px;}
.tabmenu {width:100%;height:45px; border-bottom:1px solid #dddddd;}
.tabmenu ul {margin:0;padding:0;list-style-type:none;}
.tabmenu li { text-align:center; float:left; width:100px; height:45px; overflow:hidden; line-height:45px; display:inline; font-size:18px; font-weight: bold; color:#333333;}
.tabmenu .cli {text-align:center;float:left; width:100px;height:45px;overflow:hidden;line-height:45px;display:inline;font-size:18px; font-weight: bold;cursor:pointer; border-bottom:2px solid #851007; color:#851007;}
#tabcontent {width:100%; margin-top:15px;}
#tabcontent ul {margin:0;list-style-type: none; font-size:14px; line-height:30px;}
#tabcontent .hidden {display:none;} 

.cq_tj { width:22%; padding:20px; float:right; background-color:#f6f6f6;}
.cq_tj h5 {line-height:45px; border-bottom: 1px solid #ddd; font-size: 18px; color:#851007; font-weight: bold; margin-bottom: 20px;}
.cq_tj ul li { width: 100%; margin-bottom: 15px; background: #fff; text-align: center;}
.cq_tj ul li img { width: 100%; height: auto;}
.cq_tj ul li h6 {font-size: 16px; line-height: 45px;}
.cq_tj ul li .mrr { width: 100%; height: 45px; line-height: 45px;  background: #851007; color: #fff; font-size: 16px; text-align: center; display: none;}
.cq_tj ul li .mrr a {color: #fff; font-size: 16px;}
.cq_tj ul li:hover .mrr { display: block;}


.about_seven{ background:#f8f8f8; overflow:hidden;}
.cpbtt { width: 100%; height:80px; line-height: 80px; color: #fff; font-size: 30px; text-align: center; background: #851007;}
.feedback_div{ width: 80%;  margin:3% auto 4% auto; overflow:hidden; text-align:center;}
.feedback_div .divs{float:left; width:32.33%; margin-right:1.5%;margin-bottom:1.5%;}
.feedback_div .divs:nth-child(3n+0){ margin-right:0;}
.feedback_div .inputs2{ width:99%;  background:#fff; height:52px; line-height:52px; font-size:16px; color:#999999; border:1px solid #fff; outline:none;  text-indent:20px; font-family:"微软雅黑"; }
.feedback_div .inputs2:focus{ border-color:#851007;}
.feedback_div .inputs2::-webkit-input-placeholder{color:#b2b2b2;}
.feedback_div .inputs2::-moz-placeholder{   /* Mozilla Firefox 19+ */color:#b2b2b2;}
.feedback_div .inputs2:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#b2b2b2;}
.feedback_div .inputs2:-ms-input-placeholder{  /* Internet Explorer 10-11 */color:#b2b2b2;}
.feedback_div .textarea{ padding:1%; width:calc(99% - 22px);width:-webkit-calc(99% - 22px);width:-moz-calc(99% - 22px); padding-left:20px; background:#fff; font-size:16px; font-family:"微软雅黑";border:1px solid #fff; outline:none;margin-bottom:1.5%; color:#999999; height:80px;}
.feedback_div .textarea:focus{ border-color:#851007;}
.feedback_div .textarea::-webkit-input-placeholder{color:#b2b2b2;}
.feedback_div .textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */color:#b2b2b2;}
.feedback_div .textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#b2b2b2;}
.feedback_div .textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */color:#b2b2b2;}
.feedback_div .bnts2{ display:inline-block; vertical-align:top; margin:0 auto;border: none; width:46%; margin-left:0.6%; margin-right:0.6%; max-width:453px;font-size:16px; height: 60px; line-height:60px; background: #eeeeee; font-family:"微软雅黑"; text-align: center;color: #999999; outline: none;  cursor: pointer; -webkit-appearance: none;}
.feedback_div .bnts2:hover{filter:alpha(opacity=80);opacity:0.8;transition:all 0.3s; background:#851007; color:#fff;}
.feedback_div .bnts2.bg2{ background:#851007; color:#fff;}


@media screen and (max-width:1440px) {
.feedback_div{ width: 90%;  margin:3% auto 4% auto; }
}


@media screen and (max-width:992px) {
.cp_xq{width:100%; margin:30px auto;}
.cp_xq .cp_xx{ padding:0px 0px 30px 0px; }
.cp_xq .cp_xx .cp_zs{width:100%; float:none; }
.cp_xq .cp_xx .cp_js{width:100%; float:none; }	
.cp_xq .cp_xx .cp_js h3{font-size:22px; color:#000; height: auto; padding:30px 0 10px 0;}
.cp_xq .cp_xx .cp_js h4 { font-size:16px; line-height:40px; margin-top:10px; color:#333;}
.cp_xq .cp_xx .cp_js p{font-size:14px; line-height:28px; }
.cp_xq .cp_xx .cp_js .ckmr { padding: 0px 25px; margin: 10px 10px 0px 0px; font-size: 16px;}
.cp_xq .cp_xx .cp_js .ckmr a { font-size: 16px;}
.cp_xq .cp_xx .cp_js .ckmrr { padding: 0px 25px; margin: 10px 10px 0px 0px; font-size: 16px;}
.cp_xq .cp_xx .cp_js .ckmrr a { font-size: 16px;}
.cp_xq .cp_xx .cp_js .dhxx { font-size: 18px; margin-top: 20px;}
.cp_xq .cp_xx .cp_js .dhxx font {font-size: 26px;}	

.cp_xq .gallery-thumbs {height:100px;box-sizing: border-box;padding: 10px 0;}	
.tabbox {width:100%; margin-bottom: 20px; padding: 10px; float: none;}
#tabcontent {width:100%; margin-top:15px;}
.cq_tj { width:100%; padding:10px; float:none;}	
.cq_tj ul li { width: 49%; margin: 0 2% 2% 0; background: #fff; text-align: center; float: left;}
.cq_tj ul li:nth-child(2n) { margin-right: 0;}
.cq_tj ul li img { width: 100%; height: auto;}
.cq_tj ul li h6 { font-size: 16px; font-weight: bold; height: 30px; color:#851007;}
.cq_tj ul li h4 {font-size: 14px;  height: 30px;}
.cq_tj ul li .mrr {height: 40px; line-height: 40px; font-size: 14px; }
.cq_tj ul li .mrr a {color: #fff; font-size: 14px;}
	
.cpbtt {  height:60px; line-height: 60px; font-size: 24px; }
.feedback_div{ width: 94%;  margin:3% auto 6% auto; }
.feedback_div .divs{float:none; width:100%; margin-right:0%;margin-bottom:1.5%;}
.feedback_div .inputs2{ width:99%; background:#fff; height:52px; line-height:52px; font-size:14px; color:#999999; border:1px solid #fff; outline:none;  text-indent:20px;  }
.feedback_div .textarea{ width:99%; margin:3px auto 10px auto; padding-left:20px; background:#fff; font-size:14px;}
.feedback_div .bnts2{ width:46%; margin-left:0.6%; margin-right:0.6%; font-size:14px; height: 40px; line-height:40px; background: #eeeeee;  }
}
	
	
.ny_xw { margin: 30px auto 60px auto;}
.ny_xw ul li { border-bottom: 1px solid #ddd; padding: 40px 0px;}
.ny_xw .rq { width: 13%; float: left;}
.ny_xw .rq h1 { font-weight: bold; font-size:28px; color: #851007; font-family: Arial, Helvetica, sans-serif;}
.ny_xw .rq p { font-size: 24px; padding: 10px 0px 0px 5px; color: #666; font-family: Arial, Helvetica, sans-serif;}
.ny_xw .tp { width: 25%; float: left;}
.ny_xw .tp img { width: 100%; height: auto;}
.ny_xw .wz { width: 58%; float: right;}
.ny_xw .wz h2 { font-size: 18px; font-weight: 800; line-height: 40px; padding-bottom: 15px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;  }
.ny_xw .wz h2 a:hover {color: #851007; text-decoration: underline;}
.ny_xw .wz p { line-height: 28px;}

@media only screen and (max-width:992px){
.ny_xw { width:94%;margin: 20px auto 60px auto;}
.ny_xw ul li {  padding: 20px 0px;}
.ny_xw .rq { display: none;}
.ny_xw .tp { width: 100%; float: none;}
.ny_xw .wz { width: 100%; float: none;}
.ny_xw .wz h2 { font-size: 16px; font-weight: 800; line-height: 30px; padding:15px 0 5px 0;}
.ny_xw .wz p { line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden;  }	
}