@charset "utf-8";
/* CSS Document */
.w1200 { margin: 0 auto; width: 1400px; height: auto; min-width: 1400px; }
a:before, a:after { -webkit-transition: all .4s ease 0s; -moz-transition: all .4s ease 0s; -o-transition: all .4s ease 0s; transition: all .4s ease 0s; -ms-transition: all .4s ease 0s }

/* 网页顶部 开始 */
.header { height: 120px; position: relative; z-index: 999; margin: 0px auto; }
.header .logo { margin: auto 0px; top: 0px; bottom: 0px; position: absolute; }

/* 导航栏目 */
#head .menu { position: absolute; right: 81px; height: 120px; line-height: 120px; }
#head .menu>li { float: left; position: relative; text-align: center; padding: 0px 26px; background: url(../images/menu-bar.png) no-repeat; background-position: center right; }
#head .menu>li:last-child { background: none !important; }
#head .menu>li:after { position: absolute; left: 20%; width: 0; height: 2px; bottom: 10px; font-size: 0; background: #555555; content: ''; display: block; transition: all .18s; }
#head .menu>li.A:after { width: 60%; }
#head .menu>li>a { font-size: 18px; color: #333; line-height: 60px; display: inline-block; transition: line-height .35s, height .35s, color .25s; }
#head .menu>li.A>a { color: #555555; }
#head .menu>li>div { min-width: 160px; background: #555555; box-shadow: 0px 2px 3px rgba(0,0,0,.2); position: absolute; left: 0; top: 120px; display: none; transition: top .35s; }
#head .menu>li>div>a { display: block; height: 41px; line-height: 40px; text-align: left; border-bottom: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.8); padding: 0 50px 0 20px; font-size: 13px; transition: all .35s; white-space: nowrap; position: relative; overflow: hidden; }
#head .menu>li>div>a:after { content: ''; display: block; width: 20px; height: 20px; position: absolute; background: url(../images/arrow.png) no-repeat center center; right: 35px; top: 12px; filter: alpha(opacity=0); opacity: 0; transition: all .5s; }
#head .menu>li>div>a:last-child { border-bottom: 0px none; }
#head .menu>li>div>a:hover { background: #006FBA; color: rgba(255,255,255,1); }
#head .menu>li>div>a:hover:after { right: 20px; filter: alpha(opacity=60); opacity: .6; }
#head .menu>li>div>a:last-child:hover { border-bottom: 0px none; }

@media screen and (max-width: 1400px) {
#head .menu>li { padding: 0px 16px; }
}

/* 搜索 */
.search { position: relative; top: 19px; }
.search_dk { cursor: pointer; line-height: 80px; display: block; color: #006FBA; }
.search_gb { cursor: pointer; line-height: 80px; display: none; color: #006FBA; }
.search02 { position: absolute; right: 0px; top: 101px; z-index: 99999; display: none; }
.search03 { height: auto; padding: 0px 0px; margin: 0px auto; min-width: 220px; }
.search04 { width: 85%; height: 30px; background: #FFFFFF; float: right; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.search05 { width: 15%; height: 30px; line-height: 30px; text-align: center; float: right; cursor: pointer; background: #006FBA; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.search05 .iconfont { font-size: 18px; color: #FFFFFF; }
.search04 .in { width: 90%; height: 28px; line-height: 30px; border: 1px solid #006FBA; display: block; padding: 0px 5%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

/* 适配 */
@media (max-width:1199px) {
.menu { display: none; }
.search { display: none; }
.header { height: 100px; }
}

@media (min-width:1200px) {
.m_search { display: none; }
.m_menuBtn { display: none; }
}

@media (max-width:576px) {
.header .logo { width: calc(65%); }
}

/* 移动端 */
.m_search img, .m_menuBtn img { opacity: 0.5; }
.m_search:hover img, .m_menuBtn:hover img { opacity: 0.8; }

.m_menuBtn { float: right; margin-top: 36px; width: 28px; height: 20px; cursor: pointer; }
#m_aside { display: none; position: fixed; top: 100px; background-color: rgba(255,255,255,1.0); z-index: 110; -moz-box-shadow: 0px 2px 5px rgba(0,0,0,.1); -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.1); box-shadow: 0px 2px 5px rgba(0,0,0,.1); width: 100%; }
#m_aside .m_menu { }
#m_aside .m_menu li { font-size: 16px; }
#m_aside .m_menu li a { display: block; color: #888; height: 50px; line-height: 49px; border-bottom: 1px solid #ebebeb; white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; }
#m_aside .m_menu li > a { color: #353535; padding: 0 10px; }
#m_aside .m_menu li.h-sub > a { background: url(../images/icon-close.png) 98% center no-repeat; background-size: auto 14px; }
#m_aside .m_menu li.h-sub.open > a { background: url(../images/icon-open.png) 98% center no-repeat; background-size: 14px auto; }
#m_aside .m_menu li a:hover { color: #c4252a; }
#m_aside .sub-nav { display: none; }
#m_aside .sub-nav dd { padding-left: 10px; font-size: 14px; }

.m_search { position: absolute; right: 60px; top: 36px; }
#search_form { position: absolute; z-index: 1001; display: none; top: 100px; width: 100%; height: 50px; background: #fff; box-shadow: 0px 5px 5px rgba(0,0,0,0.2); }
#search_form form { padding: 10px; width: 90%; margin: 0px auto; }
#search_form #keys { outline: none; border: 0px none; width: 100%; background: none; -webkit-appearance: none; padding: 5px; color: #666; }
#search_form #go { background: #006FBA; border: 0px; color: #fff; padding: 5px 8px; -webkit-appearance: none; border-radius: 0px; cursor: pointer; }
/* 网页顶部 结束 */

/* 标题 */
.pro_box { overflow: auto; }
.fff { background: #FFFFFF; }
.f2f { background: #F2F2F2; }
.pd50 { padding: 50px 0px; }
.pdb50 { padding: 0px 0px 50px 0px; }
.pd70 { padding: 100px 0px; }
.pd100 { padding: 130px 0px; }
.pdb100 { padding: 0px 0px 100px 0px; }
.mdt50 { margin: 50px 0px 0px 0px; }
.dqc { text-align: center; }
.ofauto { overflow:hidden; }
.mdt43 { margin-top: 43px; }

@media (max-width:767px) {
.pd100 { padding: 60px 0px; }
}

a.more1:link, a.more1:visited { text-align: center; color: #006FBA; display: inline-block; border: 1px solid #006FBA; width: 138px; height: 36px; line-height: 36px; transition: all .35s; }
a.more1:hover { color: #dddddd; border: 1px solid #dddddd; width: 200px; }

.index-section-title { margin-bottom: 70px; text-align: center; }
.index-section-title span { display: block; color: #333333; letter-spacing: 1px; font-size: 50px; font-weight:bold; }
.index-section-title span.en { display: inline-block; text-transform: uppercase; font-size: 20px; font-weight: normal; color: #999999; }
.evMo_nMqpA { background: #999999; width: 50px; height: 1px; display: inline-block; text-align: center; margin: 0px 20px; vertical-align: middle; }

@media (max-width:768px) {
.index-section-title span { font-size: 35px; }
.index-section-title span.en { font-size: 16px; }
}

@media (max-width:576px) {
.index-section-title span { font-size: 26px; }
.index-section-title span.en { font-size: 14px; }
}

/* 主图 开始*/
.swiper-container-v .swiper-slide-active .t1 { -webkit-animation: bounceInLeft 0.8s 0.3s ease both; animation: bounceInLeft 0.8s 0.3s ease both; }
.swiper-container-v .swiper-slide-active .t2 { -webkit-animation: bounceInLeft 0.8s 0.6s ease both; animation: bounceInLeft 0.8s 0.6s 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: 30px; font-size: 55px; color: #FFFFFF; letter-spacing: 3px; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t2 { font-size: 55px; max-width: 1400px; margin: 0px auto; margin-bottom: 40px; letter-spacing: 3px; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t3 { display: inline-block; font-size: 24px; color: #FFFFFF; padding: 8px 15px; letter-spacing: 3px; }

@media (max-width: 1400px) {
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt{ top:30%; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t1 { margin-bottom:30px; font-size:55px; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t2 { margin-bottom:40px; font-size:55px; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t3 { font-size:24px; }
}

@media (max-width: 1200px) {
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt{ top:25%; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t1 { margin-bottom:30px; font-size:50px; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t2 { margin-bottom:40px; font-size:50px; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t3 { font-size:24px; }
}

@media (max-width: 992px) {
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt{ top:18%; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t1 { margin-bottom:25px; font-size:40px; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t2 { margin-bottom:35px; font-size:40px; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t3 { font-size:20px; }
}

@media (max-width:768px) {
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt{ top:16%; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t1 { margin-bottom:25px; font-size:28px; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t2 { margin-bottom:25px; font-size:28px; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t3 { font-size:18px; }
}

@media (max-width:576px) {
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt{ top:20%; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t1 { margin-bottom:15px; font-size:20px; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t2 { margin-bottom:15px; font-size:18px; }
.swiper-container-v .swiper-wrapper .swiper-slide .ad_txt .t3 { font-size:14px; }
}
/* 主图 结束*/

/* 智能家居 开始*/
.znjj_left { font-size: 24px; line-height: 50px; letter-spacing: 3px; }
.znjj_right { text-align: right; }

@media (max-width: 1400px) {
.znjj_left { font-size: 24px; line-height: 45px; }
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
.znjj_left { font-size: 22px; line-height: 30px; letter-spacing: 0px; }
}

@media (max-width:768px) {
.znjj_left { font-size: 18px; line-height: 30px; letter-spacing: 0px; }
}

@media (max-width:576px) {
.znjj_left { font-size: 16px; line-height: 30px; letter-spacing: 0px; }
}
/* 智能家居 结束*/

/* 首页产品 开始 */
.swiper-slide { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }

.swiper-container-p .swiper-wrapper { padding-bottom:40px; }

.pro_item { width: 100%; overflow: hidden; border:1px solid #CCCCCC; }
.pro_item a { display: block; overflow: hidden; transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; }
.pro_item:hover a { box-shadow: 0 3px 12px rgba(0,0,0,.05); }
.pro_item span { display: block; overflow: hidden; }
.pro_item img { width: 100%; display: block; 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); }
.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: #FFFFFF; }

.pro_item:hover { border:1px solid #006FBA; }
.pro_item:hover h4 { background: #006FBA; color: #ffffff; }

@media (max-width:767px) {
.p1 { display: none; }
.p2 { display: block; }
.p2_top { margin-top: 10%; }
}

a.more1:link, a.more1:visited { margin-top: 25px; background: #006FBA; color: #FFFFFF; display: inline-block; border: 1px solid #006FBA; width: 138px; height: 36px; line-height: 36px; transition: all .35s; }
a.more1:hover { background: #006FBA; color: #FFFFFF; border: 1px solid #006FBA; width: 200px; }
/* 首页产品 结束 */

/* 首页产品推荐 */
.multipleLine { overflow: hidden; position: relative; }
.multipleLine .bd ul { width: 1484px; overflow: hidden; }
.multipleLine .bd ul li { width: 286px; margin-right: 85px; float: left; }
.multipleLine .bd ul li .pic { width: 284px; height: 284px; border: 1px solid #CCCCCC; display: block; line-height: 0; overflow: hidden; text-align: center; margin-bottom: 15px; -webkit-transition: all .3s; transition: all .3s; background: #FFFFFF; }
.multipleLine .bd ul li .pic img { vertical-align: middle; max-width: 280px; max-height: 280px; _width: expression((this.offsetWidth > 280) ? "280px" : this.offsetWidth + "px" );
_height: expression((this.offsetHeight > 280) ? "280px" : this.offsetHeight + "px" );
}
.multipleLine .bd ul li .pic i { display: inline-block; height: 100%; width: 0; vertical-align: middle; }
.multipleLine .bd ul li .title { width: 286px; display: block; text-align: center; height: 40px; line-height: 25px; color: #666666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.multipleLine .bd ul li:hover .pic { box-shadow: 0 10px 15px 0 #bbb; z-index: 2; -webkit-transform: translate(0, -0px); -webkit-transform: translate(0, -0px) }
.multipleLine .bd ul li:hover .title { color: #006FBA; }

@media screen and (max-width: 1400px) {
.multipleLine .bd ul { width: 1216px; overflow: hidden; }
.multipleLine .bd ul li { width: 286px; margin-right: 18px; float: left; }
}

/* 荣誉资质 */
#honor li { width: 276px; height: auto; text-align: center; margin: 0px 98px 0px 0px; float: left; }
#honor li:nth-child(4) { margin-right: 0px; }
#honor li:last-child { margin-right: 0; }
#honor li .img { width: 274px; height: 390px; display: block; background: #FFFFFF; text-align: center; -webkit-transition: .5s ease-in; -moz-transition: .5s ease-in; transition: .5s ease-in; -webkit-box-shadow: #CCCCCC 0 0 22px; }
#honor li .img img { width: 274px; height: auto; vertical-align: middle; }
#honor li:hover .img { -webkit-box-shadow: #CCCCCC 0 0 22px; -moz-box-shadow: #CCCCCC 0 0 22px; box-shadow: #CCCCCC 0 0 22px; -moz-transform: translateY(-15px); -webkit-transform: translateY(-15px); transform: translateY(-15px); }
#honor li .img i { display: inline-block; height: 100%; width: 0; vertical-align: middle; }
#honor li .title { display: block; width: 276px; line-height: 25px; padding: 10px 0px 30px 0px; font-size: 16px; -webkit-transition: .5s ease-in; -moz-transition: .5s ease-in; transition: .5s ease-in; }
#honor li:hover .title { color: #006FBA; -moz-transform: translateY(-15px); -webkit-transform: translateY(-15px); transform: translateY(-15px); }

@media screen and (max-width: 1400px) {
#honor { margin: 0 auto; width: 1200px; height: auto; }
#honor li { width: 276px; height: auto; text-align: center; margin: 0px 32px 0px 0px; float: left; }
}

/* 首页新闻 */
.news_list_item_line { position: relative; -webkit-transition: all .4s ease-out; transition: all .4s ease-out; padding: 25px 25px 25px 25px; -webkit-box-sizing: border-box; box-sizing: border-box }
.news_list_item_line:hover { -webkit-box-shadow: rgba(0,0,0,.12) 0 0 22px; box-shadow: rgba(0,0,0,.12) 0 0 22px; border-radius: 4px; background: #fff }
.news_list_item_date { font-size: 30px; color: #006FBA; line-height:32px; width:150px; }
.news_list_item_date span { font-size:16px; display:block; color: #999; }

.news_list_item_content { width: 958px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1 }
.news_list_item_title { font-size:24px; font-weight: 400; color: #333; line-height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news_list_item_summery { margin-top: 18px; font-size: 14px; color: #666; line-height: 1.8 }

.news_list_img { width: 165px; }
.news_list_img img { width: 165px; height: 100px; }
.news_list_parting_line { height: 0; border-bottom: 1px solid #ececec; margin: 0 0%; -webkit-box-sizing: border-box; box-sizing: border-box }

@media screen and (max-width: 1400px) {
.news_list_item_content { width: 758px; }
}

/* 服务优势 */
.youshi { overflow: hidden; padding: 20px 0 0px 0px; }
.ysList li { width: 100%; margin: 0 0 0px 0; overflow: hidden; }
.ysList li.n0 .ysPic { float: right; width: 45%; text-align: right; }
.ysList li.n0 .ysPic img { max-width: 100%; }
.ysList li.n0 .ysWrap { float: left; width: 45%; padding-top: 100px; }
.ysTitle { font-size: 24px; color: #006FBA; margin: 0 0 50px 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ysTitle span { display: block; margin-top: 15px; height: 2px; width: 35px; background: #006FBA; }
.ysDescription { font-size: 16px; line-height: 30px; overflow: hidden; }
.ysList li.n1 { margin: 0 0 50px 0; }
.ysList li.n1 .ysPic { float: left; width: 50%; text-align: center; line-height: 0px; }
.ysList li.n1 .ysPic img { max-width: 100%; }
.ysList li.n1 .ysWrap { float: right; width: 45%; padding-top: 30px; }
.ysList li.n2 .ysPic { float: right; width: 50%; text-align: center; line-height: 0px; }
.ysList li.n2 .ysPic img { max-width: 100%; }
.ysList li.n2 .ysWrap { float: left; width: 45%; padding-top: 70px; }

/* 内页主图 */

/*
@keyframes scroll {
0% {
background-position: 0 0;
}
100% {
background-position:0px 0px 840px 0px;
}
}
*/

.banner_title { width: 100%; height: 254px; background: url(../images/bannerbg.jpg) no-repeat center center; animation: scroll 15s linear alternate; }
.banner_title .txt1 { position: relative; margin: 0px auto; 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:1199px) {
.banner_title { /*margin-top: 100px;*/ }
}

@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; }
}

/* 内页排版 */
.ptb { width: 100%; height: auto; overflow: hidden; padding: 50px 0px 100px 0px; }
.ptb_duo { width: 100%; height: auto; overflow: hidden; padding: 50px 0px 0px 0px; }

/* 当前位置 */
.inline-nav { width: 100%; background: #f5f5f5; z-index: 10; position: relative; padding: 20px 0px 20px 0px; }
.inline-nav i { font-size:16px; }

/* 左侧列表 */
.siders { width: 260px; float: left; }

/* 左侧列表 */
.frams { float: right; width: 1100px; }

.pro_info { padding: 0px 0px 20px 0px; }
.table_ys img { line-height: 0px; max-width: 100%; }
.table_ys .ctable td { font-size: 12px; }
.table_ys .tfff { color: #FFFFFF; }

/* 等比例缩放 */
.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" );
}
.newsimgauto img { max-width: 100%; }

/* 腾讯地图 */
#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: #006FBA; 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; }

/* 产品页 */
.content_list .projectitem { width: 22%; height: 322px; margin-right: 4%; margin-bottom: 1%; float: left; position: relative; }
.content_list .nomargin { margin-right: 0; }
.projectitem a:hover .project_info { background: none }
.projectitem a .project_info div { height: 80px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; position: absolute; bottom: 0px; top: auto; width: 100%; }
.projectitem a .project_info p { width: auto; text-align: left; }
.projectitem a .project_info .title { font-size: 15px; color: #666666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; height: 24px; line-height: 24px; margin: 0px; padding: 14px 70px 0px 0px; }
.projectitem a .project_info .subtitle { color: #999; display: block; height: 20px; line-height: 20px; overflow: hidden; margin: 0px; padding: 0px 70px 0px 0px; }
.projectitem a .project_info div:after { content: ''; width: 37px; height: 20px; display: block; position: absolute; top: 50%; right: 0; background: transparent url(../images/icon.png) no-repeat -30px -66px; transition: all 0.3s ease-out 0s; margin-top: -13px; border-left: 1px solid rgba(0, 0, 0, 0); }
.projectitem:hover a .project_info div:after { background: url(../images/icon.png) no-repeat 16px -66px; border-left: 1px solid rgba(0, 0, 0, .1); }
.projectitem a:hover .project_info p.title { color: #666; font-size: 15px; }
.projectitem .project_img { width: 240px; height: 240px; border: 1px solid rgba(0, 0, 0, .1); overflow: hidden; }
.projectitem:hover a .project_img { border: 1px solid rgba(0, 0, 0, .4) }
.projectitem a .project_info div::before { content: ''; position: absolute; width: 100%; height: 90%; border-bottom: 1px solid rgba(0, 0, 0, .1); left: 0; }
.projectitem:hover a .project_info div::before { border-bottom: 1px solid rgba(0, 0, 0, .4) }
.projectitem { margin: 0 }
.projectitem a { display: block; overflow: hidden; text-align: center; }
.projectitem a img { transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; vertical-align: middle; max-width: 240px; max-height: 240px; _width: expression((this.offsetWidth > 240) ? "240px" : this.offsetWidth + "px" );
_height: expression((this.offsetHeight > 240) ? "240px" : this.offsetHeight + "px" );
}
.projectitem a:hover img { transform: scale(1.1, 1.1) }
.project_img i { display: inline-block; height: 100%; width: 0; vertical-align: middle; }

@media screen and (max-width: 1400px) {
.content_list .projectitem { height: 278px; }
.projectitem .project_img { width: 196px; height: 196px; }
.projectitem a img { transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; vertical-align: middle; max-width: 196px; max-height: 196px; _width: expression((this.offsetWidth > 196) ? "196px" : this.offsetWidth + "px" );
_height: expression((this.offsetHeight > 196) ? "196px" : this.offsetHeight + "px" );
}
}

/* 首页产品推荐 开始 */
.list li .pic { border: 1px solid #CCCCCC; display: block; line-height: 0; overflow: hidden; text-align: center; margin-bottom: 15px; -webkit-transition: all .3s; transition: all .3s; background: #FFFFFF; }
.list li .pic img { vertical-align: middle; max-width: 280px; max-height: 280px; _width: expression((this.offsetWidth > 280) ? "280px" : this.offsetWidth + "px" );
_height: expression((this.offsetHeight > 280) ? "280px" : this.offsetHeight + "px" ); }
.list li .pic i { display: inline-block; height: 100%; width: 0; vertical-align: middle; }
.list li .title { display: block; text-align: center; height: 40px; line-height: 25px; color: #666666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.list li:hover .pic { box-shadow: 0 10px 15px 0 #bbb; z-index: 2; -webkit-transform: translate(0, -0px); -webkit-transform: translate(0, -0px) }
.list li:hover .title { color: #006FBA; }
/* 首页产品推荐 结束 */

/* 首页选项卡 开始 */
.swipe { overflow: hidden; position: relative; background: #FFFFFF; }
#pagenavi { width: 100%; text-align: center; background: #979797; overflow: auto; }
#pagenavi a { display: block; float: left; width: 33.33333333%; color: #FFFFFF; background: #979797; text-align: center; margin: 0 auto; font-size: 18px; text-decoration: none; padding: 10px 0px; }
#pagenavi a.active { color: #FFFFFF; background: #006FBA; }
@media (max-width: 960px) {
#pagenavi a { font-size: 14px; }
}
#slider4 li { width: 100%; background: none; padding-bottom: 25px; height: 100%; }
#slider4 li .txt1 h3 { padding: 20px 25px 0 25px; font-size: 28px; color: #006FBA; }
#slider4 li .txt1 p { margin-top: 4px; padding: 0 25px 15px; color: #000000; }
#slider4 li .pic { text-align: center; }
/* 首页选项卡 结束 */

/* 首页应用领域 开始 */
#owl-demo .item a { display: block; overflow: hidden; background: #fff; padding:75px 45px; transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; }
#owl-demo .item:hover a { box-shadow: 0 3px 12px rgba(0,0,0,.05); }
#owl-demo .item span { display: block; overflow: hidden; }
#owl-demo .item img { width: 100%; display: block; transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; }
#owl-demo .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); }
#owl-demo .item h4 { margin-bottom:30px; height:70px; line-height:35px; font-size:24px; 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; }
#owl-demo .item:hover h4 { }
/* 首页应用领域 结束 */

/* 产品列表 开始 */
.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: #006FBA; border-color: #006FBA; }
.pro-2n-list:hover a { color: #006FBA; }
/* 产品列表 结束 */

/* 首页证书 开始 */
.honner { position: relative; background: #FBFBFB; }
.hon_c { position: relative; }
.hon_r { position: absolute; top: 0px; right: 15px; font-size: 18px; line-height: 38px; color: #272727; }
.hon_r li { clear: both; position: relative; padding: 0 0 0 24px; }
.hon_r li:before { content: ""; position: absolute; width: 2px; height: 18px; background: #006FBA; left: 0; top: 11px; }

@media (max-width:400px) {
.hon_r { left: 15px; }
}

@media (max-width:767px) {
.hon_c { height: 124px; }
.hon_r { font-size: 14px; line-height: 28px; }
.hon_r li:before { height: 14px; top: 8px; }
}

@media (min-width:768px) and (max-width:991px) {
.hon_c { height: 114px; }
.hon_r { font-size: 16px; }
}

@media (min-width:992px) and (max-width:1199px) {
.hon_c { height: 104px; }
.hon_r { font-size: 16px; }
}

@media (min-width:1200px) {
.hon_c { height: 44px; }
}
/* 首页证书 结束 */

/* 证书列表 开始 */
.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: #006FBA!important; margin-top: 10px; background: #006FBA!important; }
.newList:hover .newTitleLink { color: #006FBA!important; }
.newList:hover .newTitleLink { color: #103089; }
.newList:hover .newPic { transform: scale(1.1); }
.newPicBox { min-width: 165px; width: 20%; }
.newPicLink { display: block; width: 100%; 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: #103089; margin-top: 10px; background: #103089; }
}

@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: #006FBA; color: #FFFFFF; border: #006FBA 1px solid; }
.pageBar strong { color: #FFFFFF; padding: 0 5px; margin: 0 3px; display: inline-block; background: #006FBA; border: #006FBA 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); }

.c_box { padding-top:80px; padding-bottom:80px; }

/* 产品参数表格 */
.proborder { border-left:1px solid #000000; border-top:1px solid #000000;}
.proborder td { border-right:1px solid #000000; border-bottom:1px solid #000000; padding:5px; text-align:center; font-size:14px; word-break:break-all }

.heading { padding: 20px 0 }
.heading h4 { font-size: 20px; line-height: 20px; border-left: solid 3px #006FBA; padding-left: 15px }
.richtext { color: #888; margin-bottom: 30px; font-size: 16px; }
.heading h3 { font-size: 28px; }
/* 产品参数 */

/* 产品页 开始 */
.box_title { background: #1F2326; padding: 22px 0px 22px 42px; position: relative; border: 1px solid #2d2d2d; }
.box_title p { font-size: 24px; color: #fff; }
.box_title span { display: block; font-size: 12px; color: rgba(255,255,255,0.6); }
.box_title:before { content: ''; width: 4px; height: 40px; background: #006FBA; display: inline-block; position: absolute; left: 23px; top: 25px; }

.pro_nav { border: 0px solid #F0F0F0; box-shadow: 0px 5px 20px 0px rgba(192,192,192,.4); }
.pro_nav a { display: block; padding: 23px 10px 23px 20px; font-size: 16px; color: #333333; border-bottom: 1px dashed rgba(0,0,0,0.1); }
.pro_nav a:hover { background: #006FBA; color: #FFFFFF; }
.pro_nav a:last-child { border-bottom: none; }

@media (max-width:767px) {
.right_box { margin-top: 30px; }
}
/* 产品页 结束 */

/* 详情页 开始 */
.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; 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; 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:#006FBA; }
.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 #006FBA; border-radius: 30px; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.relate a:hover { color: #fff; background-color: #006FBA; }

@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; }
}
/* 详情页 结束 */