@charset "utf-8";
/* CSS Document */


/* 轮播主图 start */
.swiper-container-v .swiper-slide img { width: 100%; }

.swiper-container-v .swiper-slide-active .t1 { -webkit-animation: bounceInLeft 0.8s 0.6s ease both; animation: bounceInLeft 0.8s 0.6s ease both; }
.swiper-container-v .swiper-slide-active .t2 { -webkit-animation: bounceInLeft 0.8s 0.9s ease both; animation: bounceInLeft 0.8s 0.9s ease both; }
.swiper-container-v .swiper-slide-active .t3 { -webkit-animation: bounceInLeft 0.8s 0.3s ease both; animation: bounceInLeft 0.8s 0.3s ease both; }
.swiper-container-v .swiper-wrapper .swiper-slide { position: relative; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt { position: absolute; top: 30%; left: 0px; right: 0px; text-align: center; z-index: 100; color: #FFFFFF; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t1 { font-weight: bold; margin-bottom: 50px; font-size: 4.5vw; color: #FFFFFF; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t2 { margin-bottom: 50px; font-size: 4vw; color: #FFFFFF; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t3 { font-size: 2.6vw; color: #FFFFFF; /*text-transform:uppercase;*/ }

@media (max-width:1199px) {
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t1 { margin-bottom: 12px; letter-spacing: normal; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t2 { margin-bottom: 12px; }
}

.index_title { text-align: center; padding-bottom:30px; }

.index_cn, .index_cn a { font-size: 36px; font-weight: bold; color: #DD221E; display: inline-block; margin-bottom: 30px; }
.index_en, .index_en a { font-size: 30px; color: #585B5D; font-family: Arial; text-transform: uppercase; margin-bottom: 10px; }

/* 首页产品 start */
.pt_pro { padding-top: 100px; padding-bottom: 100px; background: #F4F4F4; }

.pro_item { width: 100%; display: inline-block; border: 1px solid #F2F2F2; overflow: hidden; transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; }
.pro_item:hover { box-shadow: 0 3px 12px rgba(0,0,0,.05); border: 1px solid #DD221E; }
.pro_item span { display: block; overflow: hidden; }
.pro_item h4 { margin: 0; padding: 15px 0; font-weight: normal; white-space: nowrap; transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; overflow: hidden; display: block; text-overflow: ellipsis; text-align: center; background: #F2F2F2; }
.pro_item:hover h4 { background: #DD221E; color: #ffffff; }
.pro_item img { width: 100%; transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; }
.pro_item:hover img { transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -webkit-transform: scale(1.1); }
.swiper-pagination-p .swiper-pagination-bullet { background-color: #000000; opacity: .2; }
.swiper-pagination-p .swiper-pagination-bullet-active { background-color: #DD221E; opacity: 1; }

.pt_pro .index_more { margin: 0px auto 0px auto; margin-top:30px; display: block; }
/* 首页产品 end */




/* 首页公司简介 start */


/* 首页公司简介 end */



/* 首页行业应用 start */

/* 首页行业应用 end */

/* 首页新闻中心 start */

/* 首页新闻中心 end */

/* 网站底部 start */

/* 网站底部 end */

/* 内页主图 */
.banner_title { width: 100%; height: 254px; background: url(../images/bannerbg.jpg) no-repeat center center; background-size:cover; animation: scroll 15s linear alternate; }
.banner_title .txt1 { position: relative; top: 60px; color: rgba(255,255,255,.9); font-size: 20px; font-weight: normal; }
.banner_title .txt1 dt { font-size: 28px; font-weight: bold; }
.banner_title .txt1 dt .en { font-size: 20px; font-weight: normal; margin-left: 18px; }
.banner_title .txt1 dt:before { content: ''; width: 82px; height: 3px; background: rgba(255,255,255,.9); display: inline-block; position: absolute; left: 15px; top: 65px; }
.banner_title .txt1 dd { margin-top: 50px; }

@media (max-width:767px) {
.banner_title { height: 124px; }
.banner_title .txt1 { font-size: 18px; top: 30px; }
.banner_title .txt1 dt { font-size: 26px; }
.banner_title .txt1 dt .en { font-size: 18px; }
.banner_title .txt1 dt:before { width: 82px; top: 50px; }
.banner_title .txt1 dd { display: none; }
}
.c_box { padding-top: 80px; padding-bottom: 80px; }

@media (max-width:767px) {
.right_box { margin-top: 30px; }
}

/* 当前位置 */
.inline-nav { width: 100%; background: #f5f5f5; z-index: 10; position: relative; padding: 20px 0px 20px 0px; }
.inline-nav i { font-size: 16px; }

/* 等比例缩放 */
.proimgauto img { max-width: 280px; max-height: 280px; _width: expression((this.offsetWidth > 280) ? "280px" : this.offsetWidth + "px" );
_height: expression((this.offsetHeight > 280) ? "280px" : this.offsetHeight + "px" );
}
.zsimgauto img { max-width: 260px; max-height: 358px; _width: expression((this.offsetWidth > 260) ? "260px" : this.offsetWidth + "px" );
_height: expression((this.offsetHeight > 358) ? "358px" : this.offsetHeight + "px" );
}

/* 腾讯地图 */
#container { width:100%; min-height: 450px; }

/* 新闻详情页 */
.newsinfo-hd { text-align: center; padding: 20px 0; border-bottom: 1px solid #d9d9d9; }
.newsinfo-hd h2 { font-size: 26px; font-weight: bold; text-align: center; line-height: 1.4; margin-bottom: 18px; }
.newsinfo-hd p { line-height: 14px; color: #999999; }
.newsinfo-hd p i { margin-left: 15px; margin-right: 8px; }
.newsinfo-bd { position: relative; width: 100%; overflow: hidden; padding: 20px 0 80px; line-height: 30px; }
.newsinfo-bd img { max-width: 100%; }
.newsinfo-page { border-top: 1px solid #d9d9d9; padding-top: 15px; }
.newsinfo-page p { height: 30px; line-height: 30px; }
.newsinfo-page a.back { display: inline-block; width: 153px; margin-top: 8px; float: right; border-radius: 22px; background: #DD221E; font-size: 16px; line-height: 44px; color: #fff; }
.newsinfo-page span { display: inline-block; padding-left: 39px; }
.newsinfo-page em { display: inline-block; width: 16px; height: 16px; margin: 14px 14px 0 0; background: url(../images/bg_sign08.png) no-repeat; -moz-background-size: 16px 16px; -webkit-background-size: 16px 16px; -o-background-size: 16px 16px; background-size: 16px 16px; }
.newsinfo-page a:hover em { transform: rotate(-360deg); }
.t-f { -webkit-transition: all 0.5s; transition: all 0.5s; }

/* 产品列表 */
.pro-2n-list { border: 1px solid #dedede; margin-bottom: 15px; background: #fff; -webkit-transition: .6s all; -moz-transition: .6s all; -ms-transition: .6s all; transition: .6s all; }
.pro-2n-list:nth-child(5n) { margin-right: 0; }
.pro-2n-list dt a { display: block; text-align: center; margin: 0px auto; background: #FFFFFF; }
.pro-2n-list dt img { max-width: 100%; }
.pro-2n-list dt a i { display: inline-block; height: 100%; width: 0; vertical-align: middle; }
.pro-2n-list dd { padding: 6px 20px 5px 20px; }
.pro-2n-list dd h4 { height: 45px; font-weight: normal; font-size: 16px; color: #154c64; line-height: 45px; overflow: hidden; text-align: center }
.pro-2n-list h4 a { display: block; height: 45px; color: #727272; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pro-2n-list:hover h4 a { color : #fff; }
.pro-2n-list-desc { height: 40px; font-size: 14px; line-height: 20px; color: #666; margin-bottom: 12px; overflow: hidden; }
.pro-2n-list-deta { width: 100px; height: 40px; display: inline-block; border: 1px solid #aaa; font-size: 16px; line-height: 40px; text-align: center; }
.pro-2n-list:hover { background-color: #DD221E; border-color: #DD221E; }
.pro-2n-list:hover a { color: #DD221E; }

/* 证书列表 */
.datalist .card { position: relative; margin-bottom: 40px; box-shadow: 0 0 10px rgb(0 0 0 / 20%); padding: 3%; }
.datalist .card { display: block; margin-bottom: 15px; overflow: hidden; }
.datalist .card .card-img { position: relative; }
.datalist .card .card-img .thumb { width: 100%; }
.datalist .card .card-img .thumb.cover.p16x9 { padding-bottom: 56%; }
.datalist .card .card-img .thumb.cover { position: relative; padding-bottom: 100%; overflow: hidden; }
.datalist .card .card-img .thumb { position: relative; margin: auto; text-align: center; }
.datalist .card .card-img .thumb.cover img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all .3s ease-in-out; }
.datalist .card .card-img .thumb img { max-width: 50%; max-height: 100%; transition: all .3s ease-in-out; }
.datalist .card:hover .card-img .thumb img { transform: translate(-50%, -50%) scale(1.05) }
.datalist .card .card-body { z-index: 1; background: #fff; bottom: 0; left: 0; padding: 15px 20px; }
.datalist .card .card-body { position: relative; padding: 10px 0; }
.datalist .card .card-body .title { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-right: 30px; }
.datalist .card .card-body .title { font-size: 1.15em; }
.datalist .card .card-body i { position: absolute; right: 0; top: 0; bottom: 0; background: #fff; padding: 15px; padding-right: 20px; }

/* 新闻列表 */
.p_news { margin: 0; width: inherit; height: auto; padding: 0; overflow: hidden; }
.p_news { width: 100%; margin: 0 auto; }
.newList { display: flex; padding: 30px; border-bottom: 1px solid #DDD; background: #fff; margin-bottom: 20px; }
.leftTime { min-width: 100px; width: 15%; position: relative; }
.newTime { display: block; color: #999; font-size: 24px; font-weight: normal; margin: 0px 0 30px; transition: all .5s ease; }
.newIcon { padding: 6px 11px; border: 1px solid transparent; transition: all .5s ease; color: #ccc; }
.newList:hover .newIcon { border-color: #DD221E!important; margin-top: 10px; background: #DD221E!important; }
.newList:hover .newTitleLink { color: #DD221E!important; }
.newList:hover .newTitleLink { color: #DD221E; }
.newList:hover .newPic { transform: scale(1.1); }
.newPicBox { min-width: 165px; width: 20%; }
.newPicLink { display: block; width: 60%; height: 100%; overflow: hidden; }
.newPic { max-width: 100%; max-height: 100%; transform: scale(1); transition: all .5s ease; }
.rightC { position: relative; width: 65%; transform: scale(1); transition: all .5s ease; }
.newTitle { margin-bottom: 10px; }
.newTitleLink { display: block; width: 100%; font-size: 16px; color: #333; overflow: hidden; font-weight: bold; text-overflow: ellipsis; white-space: nowrap; }
.newMs { line-height: 24px; height: 48px; overflow: hidden; color: #464646; transition: 600ms; }

@media (min-width: 768px) {
.rightC { padding: 0 0px 0 60px; }
.rightC::before { content: ''; position: absolute; left: 0px; top: 1rem; display: block; width: 40px; height: 1px; background: #aaa; transition: all .5s ease; }
.newTitleLink { transition: all .5s ease; }
.newList:hover .rightC::before { width: 60px; }
.newList:hover .rightC { padding-left: 80px; }
.newList:hover .newTime { color: #333; }
.newList:hover .newIcon { border-color: #DD221E; margin-top: 10px; background: #DD221E; }
}

@media (max-width:767px) {
.newList { flex-wrap: wrap; padding: 10px; }
.leftTime { min-width: 100px; width: 40%; position: relative; }
.newTime { margin: 0px 0 10px; }
.newPicBox { position: relative; min-width: 165px; width: 60%; height: auto; padding-bottom: 10%; text-align: right; }
.newPicLink { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.newTitle { margin: 10px 0; }
.rightC { width: 100%; }
}

/* 分页页码 */
.pageSty { text-align: center; margin: 0 auto; padding-top: 20px; clear: both; }
.pageBar { margin: 0; padding: 0; text-align: center; background: #FFFFFF; display: inline; font-size: 16px; }
.pageBar a { color: #55555; padding: 0 5px; margin: 0 3px; display: inline-block; background: #FFFFFF; border: #e7ecf0 1px solid; min-width: 30px; height: 40px; line-height: 40px; text-decoration: none; }
.pageBar a:hover { background: #DD221E; color: #FFFFFF; border: #DD221E 1px solid; }
.pageBar strong { color: #FFFFFF; padding: 0 5px; margin: 0 3px; display: inline-block; background: #DD221E; border: #DD221E 1px solid; min-width: 30px; height: 40px; line-height: 40px; font-weight: normal; }

/* 证书样式 */
.zs_img img {
	margin: 15px;
	-moz-box-shadow: 0px 5px 20px 0px rgba(192,192,192,.4);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(192,192,192,.4);
	box-shadow: 0px 5px 20px 0px rgba(192,192,192,.4);
}

/* 详情页 开始 */
.wrap-honor-show .title-honor h2 { font-size: 36px; font-weight: bold; margin: 0; color: #666; text-align: center; }

.wrap-honor-show .info { overflow: hidden; margin-top: 30px; margin-bottom:30px; padding: 12px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; position: relative; }
.wrap-honor-show .info .left { width: 100%; text-align: center; color: #999999; }
.wrap-honor-show .info .left i { margin-left: 15px; margin-right: 8px; }

.wrap-honor-show .info .right { position: absolute; right: 0px; top: 0px; }
.wrap-honor-show .info .right a { display: inline-block; }
.wrap-honor-show .info .right a:before { font-family: 'iconfont'!important; font-size: 30px; content: '\e60f'; color: #979797; }
.wrap-honor-show .info .right a.switcher-small:before { content: '\e60e'; }
.wrap-honor-show .info .right a:after { display: inline-block; float: right; width: 1px; height: 25px; margin: 0 14px; margin-top: 8px; content: ''; background-color: #e5e5e5; }

.wrap-news .news .text p { font-size: 15px; line-height: 2; }
.wrap-honor-show .text { font-size: 16px; font-size: 18px; line-height: 2.33333333; overflow: hidden; margin-top: 40px; }
.wrap-honor-show .text p { margin: 0; color: #666; }

.wrap-honor-show .text .tit { font-size: 18px; font-weight:bold; color:#DD221E; }
.wrap-honor-show .text table { border-left:1px solid #CCCCCC; border-top:1px solid #CCCCCC; }
.wrap-honor-show .text table td { border-right:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; padding:3px; }

.relate ul { overflow: hidden; }
.relate li { float: left; width: 50%; margin-top: 20px; padding: 0 12px; }
.relate a { font-size: 16px; line-height: 48px; display: block; display: -webkit-box; overflow: hidden; height: 48px; padding: 0 20px; -webkit-transition: all .4s; transition: all .4s; border: 1px dashed #DD221E; border-radius: 30px; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.relate a:hover { color: #fff; background-color: #DD221E; }

@media (max-width:767px) {
.wrap-honor-show .title-honor h2 { font-size: 30px; }
.wrap-honor-show .info .left { text-align: left; }
.wrap-honor-show .info .left i { margin-left: 5px; }
.wrap-honor-show .relate li { width: 100%; }
.wrap-honor-show .info .right a:before { font-size: 28px; }
.wrap-honor-show .info .right a:after { height: 25px; margin: 0 6px; margin-top: 8px; }
}
/* 详情页 结束 */

.fa-clock:before { font-family: 'iconfont'!important; font-size: 20px; content: '\e64d'; color: #979797; vertical-align:middle; }
.fa-chakan:before { font-family: 'iconfont'!important; font-size: 20px; content: '\e643'; color: #979797; vertical-align:middle; }