.abt{padding:58px 0; position:relative; overflow:hidden;display:block; background:url('../images/abtbg.jpg') #000; background-size:cover;color: #f2f2f2}
.abt .abt-title{padding: 7px 0; text-align: center}
.abt .abt-title h2{font-size: 25px;}
.abt .abt-title b:after{display:inline-block; width:56px; height:3px; content:''; margin-top:2px; background:#fc3;}
/*.abt .abt-title h4{font-size: 13px;font-weight: normal; display:inline-block;background: #666;padding: 5px 10px;border-radius: 10px}*/
.abt .abt-title2{padding: 7px 0; text-align: center;background: url(../images/666bg.png) repeat-x left center;}
.abt .abt-title2 h4{font-size: 13px;font-weight: normal; display:inline-block;background: #666;padding: 5px 10px;border-radius: 10px}
/*.abt .abt-title span:before, .abt .abt-title span:after{display:inline-block; width:40%; height:1px; content:''; background:#666;}*/
.abt-content{padding: 20px 0}
.abt .abt-list{padding-top: 40px}
.abt .abt-list .abt-item{float:left; width:25%; padding:0 14px;text-align: center;}
.abt .abt-list .abt-item>div{background:none;border: 1px solid #666;border-radius: 10px; padding:38px;}
.abt .abt-list .abt-item>div>i{font-size:38px; margin-right:8px;border: 1px solid #666; border-radius: 60px;padding: 30px; margin: 20px 0}
.abt .abt-list .abt-item>div>i:hover{color: #fc3; border: 1px solid #fc3;}
.abt .abt-list .abt-item h3{font-size: 15px; padding: 10px 0}
.abt .abt-list .abt-item p{font-size: 13px; padding: 10px 0; height: 52px; line-height: 1.8em; overflow: hidden}

.abt .abt-info{clear: both; padding-top: 40px}
.abt .abt-info .imgl{display: block; float: left;width: 36%;height: 250px; padding-right: 60px;background: url(../images/companybg.png) no-repeat right top;}
.abt .abt-info .imgl h4{padding-top: 10px;text-align: right;}
.abt .abt-info .imgl span:before{display:inline-flex; width:56px; height:3px; content:''; margin-top:2px; background:#fff;}
.abt .abt-info .imgl .info-title{padding-top: 20px;text-align: right; font-size: 27px;text-transform: uppercase;}
.abt .abt-info .imgl p{padding-top: 30px;text-align: right;}
.abt .abt-info .imgl .icon-bf{width: 20px; height: 20px; background: url(../images/icon-bf.png) no-repeat center center;}
.abt .abt-info .imgr{float: right;width: 61%}
.abt .abt-info .imgr h3{font-size: 21px; padding-top: 10px;}
.abt .abt-info .imgr h4{padding-top: 0px;}
.abt .abt-info .imgr span:before{display:inline-flex; width:56px; height:3px; content:''; margin-top:2px; background:#fff;}
.abt .abt-info .imgr p{padding: 10px 0; line-height: 1.8em;font-size: 15px;}
.abt .abt-img{clear: both; padding-top: 40px}
.abt .abt-img img{ width: 100%;height: auto}

@media(max-width:1024px){
.abt .abt-list .abt-item{ width:50%; padding:10px;}
}
@media(max-width:768px){
.abt .abt-list .abt-item{ width:100%; padding:10px 5px;}
.abt .abt-info .imgl{display: none; }
.abt .abt-info .imgr{float: none;width: 100%;padding: 5px;}
}




.show{padding:58px 0; position:relative; background:#fff; overflow:hidden;}
.show:before{position:absolute; content:''; left:0; top:0; bottom:0; width:50%; margin-left:-100px; background:#f8f8f8;}
.show article{position:relative; z-index:8;}
.show-image{position:absolute; top:0; bottom:0; width:50%; padding-right:160px;
display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-o-box; display:box;
-webkit-box-pack:center; -moz-box-pack:center; -ms-flex-pack:center; -o-box-pack:center; box-pack:center; 
-webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -o-box-align:center; box-align:center;}
.show-content{float:right; width:50%;}
.show-content>div{margin-left:-28px;}
.show-content>div>h4{font-size:38px; line-height:1; color:#989898;}
.show-content>div>h3{font-size:28px;}
.show-content>div>h2{font-size:32px; margin-top:58px;}
.show-content>div>h2>b{margin-right:8px; color:#f20f0f;}
.show-content>div>h1{font-size:26px; margin-top:8px; font-weight:normal;}
.show-content>div>aside{font-size:15px; margin-top:18px; padding-top:18px; border-top:1px solid #e8e8e8; color:#686868;}
.show-content>div>aside>p+p{margin-top:8px;}
.show-contact{margin-top:68px;}
.show-contact>p{font-size:16px; margin-bottom:8px;}
.show-contact>a{display:inline-block; position:relative; color:#fff; border-radius:40px; overflow:hidden; border:2px solid #fc3; background:#fc3;}
.show-contact>a:after{position:absolute; left:100%; top:100%; content:''; width:0; height:0; border-radius:50%; transition:0.6s; transform:translate(-50%,-50%); background:#fff;}
.show-contact>a>i{float:left; position:relative; z-index:2; width:36px; height:36px; line-height:36px; text-align:center; transition:0.6s; font-size:18px; margin:2px; border-radius:40px; background:#fff; color:#fc3;}
.show-contact>a>u{float:left; position:relative; z-index:1; font-size:16px; text-decoration:none; line-height:40px; height:40px; padding:0 28px 0 16px;}
.show-contact>a:hover{color:#111;}
.show-contact>a:hover>i{color:#111; animation:szu 2s infinite; background:#fc3;}
.show-contact>a:hover:after{width:300px; height:300px;}
@media(max-width:1200px){
.show{padding:38px 0;}
.show-image{padding-right:140px;}
.show-content>div{margin-left:-78px;}
}
@media(max-width:992px){
.show:before{display:none;}
.show-image{position:relative; top:auto; bottom:auto; width:auto; padding-right:0;}
.show-content{float:none; width:auto; margin-top:18px;}
.show-content>div{margin-left:0;}
.show-content>div>h2{margin-top:28px;}
.show-contact{margin-top:28px;}
}
@media(max-width:767px){
.show{padding:18px 0;}
.show-content>div>h4{font-size:26px;}
.show-content>div>h3{font-size:22px;}
.show-content>div>h2{font-size:24px;}
.show-content>div>h1{font-size:20px; margin-top:4px;}
.show-content>div>aside{font-size:14px; margin-top:12px; padding-top:12px;}
.show-contact>p{font-size:15px;}
}

.bound{padding:88px 0; color:#fff; text-align:center; font-size:28px; background:url('../images/150031444.jpg') center #000; background-size:cover;}
.bound p+p{margin-top:12px;}
@media(max-width:1200px){
.bound{padding:58px 0; font-size:22px;}
}
@media(max-width:767px){
.bound{padding:28px 0; font-size:18px;}
}

.honor{padding:58px 0; overflow:hidden; position:relative; background:#fff; overflow:hidden;}
.honor-title{font-size:28px;}
.honor-title>h4{display:block; font-size:38px; line-height:1; color:#989898;}
.honor-title>h3{display:block; font-size:28px;}
.honor-title:after{display:block; width:48px; height:4px; content:''; margin-top:4px; background:#f20f0f;}
.honor-swiper{display:block; margin:28px -18px 0 -18px; position:relative; overflow:hidden;}
.honor-outer{width:10000%;}
.honor-outer:after{display:block; content:''; clear:both;}
.honor-item{float:left; width:0.25%; padding:18px;}
.honor-item span{display:block; background:#f8f8f8; padding:1px; width:100%; height:380px; box-shadow:0 2px 8px rgba(0,0,0,0.12);
display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-o-box; display:box;
-webkit-box-pack:center; -moz-box-pack:center; -ms-flex-pack:center; -o-box-pack:center; box-pack:center; 
-webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -o-box-align:center; box-align:center;}
.honor-item span>img{display:block; max-width:100%; max-height:100%;}
.honor-prev,
.honor-next{position:absolute; z-index:8; top:50%; width:48px; height:48px; line-height:48px; text-align:center; margin-top:-18px; background:rgba(0,0,0,0.28); cursor:pointer; opacity:0; transition:0.3s;}
.honor-swiper:hover .honor-prev,
.honor-swiper:hover .honor-next{opacity:1;}
.honor-prev i,
.honor-next i{color:#fff; font-size:48px;}
.honor-prev:hover i,
.honor-next:hover i{color:#f20f0f;}
.honor-prev{left:0;}
.honor-next{right:0;}
@media(max-width:1200px){
.honor{padding:38px 0;}
.honor-swiper{margin:28px -8px 0 -8px;}
.honor-item{padding:8px;}
.honor-item span{height:280px;}
}
@media(max-width:992px){
.honor-item{width:0.3333%;}
}
@media(max-width:767px){
.honor{padding:18px 0;}
.honor-title>h4{font-size:26px;}
.honor-title>h3{font-size:22px;}
.honor-swiper{margin:18px 0 0 0;}
.honor-item{width:1%;}
}
@keyframes szu{
from{transform:rotate(0);}
to{transform:rotate(360deg);}
}
