@charset "utf-8";
/* CSS Document*/
/* 全局 */
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-justify:inter-ideograph;}
a{text-decoration:none;outline:0;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
/* 基础 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0}
::-webkit-scrollbar{width:8px;height:8px;background-color: #F5F5F5;}
::-webkit-scrollbar-track{border-radius: 10px;background-color: #E2E2E2;}
::-webkit-scrollbar-thumb{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);background-color: #555;}
input,textarea{-webkit-user-select:text}
body{text-align: left;padding: 0;margin: 0;font-size: 14px;font-family: 'microsoft yahei';-webkit-text-size-adjust: none;height: auto;color: #333;background: #fff;}
body{position: relative;overflow-x: hidden;overflow-y: auto;}
html{min-width: 1280px;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p{padding: 0;margin: 0;}
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th{padding: 0;margin: 0;}
fieldset{border-top-width: 0;border-left-width: 0;border-bottom-width: 0;border-right-width: 0;}
a img{border: 0;padding: 0;margin: 0;}
i{font-style: normal;}
address,caption,cite,cite,code,dfn,em,th,var{font-weight: normal;font-style: normal;}
li{list-style-type: none;}
caption{text-align: left;}
th{text-align: left;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;}
q:unknown{content: '';}
input,textarea,select{font-family: inherit;font-size: 100%;}
a:link{color: #333;text-decoration: none;}
a:visited{color: #333;text-decoration: none;}
a:hover{color: #0344a5;text-decoration: none;}
.fl{float: left;}
.fr{float: right;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;font-size: 0;margin: 0;padding: 0;display: block;_height: 0;overflow: hidden;}
/*清除浮动*/
.clearfix{zoom: 1;}
.clearfix:before,.clearfix:after{visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0;}
/*高光特效*/
.white,.whites{position: relative;overflow: hidden;}
.white:after,.whites:after{content: '';position: absolute;left: -100%;top: 0;width:100%;height:100%;background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));transform: skewx(-25deg);}
.white:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.whites:hover:after{left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}
/*网站公用样式表*/
.w1200{width: 1200px;margin: 0 auto;}
/*网站顶部*/
.h-tool{ height: 42px; line-height: 42px; background: #e6e6e6; overflow: hidden; }
.h-tool .fl p{ font-size: 14px; color: #686666; }
.h-tool .fr ul{ overflow: hidden; float: right; padding:3px 0; height: 42px; box-sizing: border-box; }
.h-tool .fr li{ float: left; height: 36px; line-height: 36px; padding:0 15px; border-left: 1px solid #d7d7d7; }
.h-tool .fr li a{ display: inline-block; font-size: 14px; color: #666; padding-left: 24px; }
.h-tool .fr li:nth-child(1) a{ background: url(../style/ico_earth.png) no-repeat left center; }
.h-tool .fr li:nth-child(2) a{ background: url(../style/ico_tel.png) no-repeat left center; }
.h-tool .fr li:nth-child(3) a{ background: url(../style/ico_msg.png) no-repeat left center; }
.h-tool .fr li a:hover{ color: #fe0000; }
/*网站头部*/
.h-top{overflow: hidden;padding: 25px 0;}
.h-top .tel{padding-top: 21px;padding-left: 48px;background: url(../style/tel.png) no-repeat left center;}
.h-top .tel span{display: block;color: #999;font-size: 14px;margin-left: 14px;}
.h-top .tel h3{color: #000;font-size: 30px;line-height: 30px;font-weight: bold;}
.h-top .tel p{color: #333;font-size: 14px;margin-left: 12px;}
/*网站导航*/
.h-menu{ height: 56px; line-height: 56px; background: #0344a5; }
.h-menu li{float: left;width: 150px;text-align: center;position: relative;}
.h-menu li>a{display: block;font-size: 18px;color: #ffffff;position: relative;font-weight: bold;}
.h-menu li:after{ content: ""; display: inline-block; width: 1px; height: 16px; border:0; background: #fff; position: absolute; left: 0; top:20px; }
.h-menu li:first-child::after{ display: none; }
.h-menu li>a:after{ content: ""; display: block; height: 2px; background: #ff9934; border:0; width: 0; position: absolute; left: 50%; bottom: 0; transition: all .5s; }
.h-menu li:hover>a:after,.h-menu li.on>a:after{ transition: all .5s; left: 0; width: 100%; }
.h-menu li dl{width: 150px;position: absolute;left: 0;top: 100%;z-index: 12;box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);}
.h-menu li dl{position: absolute;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.h-menu li:hover dl{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.h-menu li dl dd{line-height: 44px;height: 44px;text-align: left;position: relative;z-index: 12;display: block;width: 100%;border-top: 1px solid #00337e;}
.h-menu li dl dd:first-child{border: none;}
.h-menu li dl dd a{display: block;color: #fff;font-size: 14px;padding: 0 10px;background: #0344a5;text-align:center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background-repeat: no-repeat;background-image: -webkit-linear-gradient(left, #ff9934, #ff9934);background-image: linear-gradient(to right, #ff9934, #ff9934);-webkit-transition: all 0.5s;transition: all 0.5s;background-size: 0% 100%;}
.h-menu li dl dd a:hover{background-size: 100% 100%;}
/*网站大图*/
.banner{width:100%;max-width: 1920px;position:relative;overflow:hidden;z-index:0;}
.banner li{width:100%;position:absolute;z-index:1;overflow:hidden;display: none;}
.banner .swiper-slide img{width: 100%;display:block;}
#banner .tip{width:1000px;height: 20px;line-height:0;font-size:0;text-align:center;position:absolute;left:50%;margin-left:-500px;bottom: 35px;z-index:3;}
#banner .tip span{width: 18px;height: 18px;margin: 0 10px;display:inline-block;cursor: pointer;background: #fff;border: 1px solid#0344a5;border-radius: 50%;opacity: 1;outline: none;transition: all .5s;}
#banner .tip span.swiper-pagination-bullet-active{background:#0344a5;}
#banner #btn_prev,#banner #btn_next{width: 29px;height: 63px;position:absolute;top: 50%;margin-top: -32px;background: url(../style/arrows.png) center no-repeat;z-index:5;opacity: 0;}
#banner #btn_prev{background-position: 0;left: 6%;}
#banner #btn_next{background-position: -29px;right: 6%;}
#banner:hover #btn_prev,#banner:hover #btn_next{opacity: 1;}

/*搜索栏*/
.h-key{ background: #fff; padding:25px 0; overflow: hidden; }
.h-keys{ line-height: 45px; }
.h-keys h3{ display: inline-block; float: left; font-size: 18px; color: #2159ac; margin-right: 6px; font-weight: bold; }
.h-keys a{ display: inline-block; font-size: 16px; color: #999999; }
.h-keys a + a{ margin-left: 20px; }
.h-keys a:hover{ color: #fe0000; }
.h-search{ overflow: hidden; }
.h-search form{ width: 310px; height: 45px; }
.h-search .search_text{ width: 260px; height: 45px; background: #e6e6e6; border:0; outline: none; float: left; padding-left: 16px; box-sizing: border-box; line-height: 45px; font-size: 15px; color: #888888; }
.h-search .search_btn{ width: 50px; height: 45px; border:0; outline: none; cursor: pointer; background: #797979 url(../style/ico_search.jpg) no-repeat center; }



/*******index css*******/
.index{line-height: 1.5;}

/*首页标题*/
.in_title{ text-align: center; padding-bottom: 45px; }
.in_title h3{position: relative;color: #333;font-size: 40px;font-weight: bold;line-height: 38px;height: 64px;}
.in_title h3 b{color: #f80;}
.in_title h3:after{content:" ";position: absolute;top: 62px;left: 50%;margin-left: -37px;width: 74px;height: 2px;background: #969393;}
.in_title  p{font-size: 18px;color: #333333;line-height: 1;margin-top: 20px;}
/*产品中心*/
.m_product{overflow: hidden;background: url(../style/m_probg.jpg) no-repeat top center;padding: 48px 0 15px;}
.s_type{ width: 280px; overflow: hidden; margin-bottom: 20px; }
.s_type > .hd{color: #fff;font-size: 38px;font-weight: bold;line-height: 100px;height: 100px;text-align: center;background: #ff8800;}
.o_type > .hd{ height: 100px; text-align: center; text-indent: -9999px; background: #ff8800 url(../style/o_type_tit.png) no-repeat center; }
.s_menu{height: 400px;overflow: hidden;background: #ffffff;}
.s_menu ul{ box-sizing: border-box; border-left: 1px solid #e1e1e6; border-right: 1px solid #e1e1e6; padding:12px 0; }
.s_menu li a{display: block;box-sizing: border-box;height: 47px;line-height: 47px;padding-left: 40px;padding-right: 45px;font-size: 16px;color: #333333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: url(../style/ico_right.png) no-repeat 236px center;}
.s_menu li a:hover{ background:#0344a5 url(../style/ico_righth.png) no-repeat 242px center; color: #fff; transition: all .5s; }
.s_type > .bd{height: 280px;background: #0344a5;box-sizing: border-box;padding:40px 30px;}
.s_type > .bd strong{ font-size: 24px; color: #ff8800; font-weight: bold; display: block; line-height: 1; margin-bottom: 16px; }
.s_type > .bd p{ box-sizing: border-box; padding-left: 24px; line-height: 32px; font-size: 14px; color: #cccccc; }
.s_type > .bd p:nth-of-type(1){ background: url(../style/ico_user.png) no-repeat 4px 9px; }
.s_type > .bd p:nth-of-type(2){ background: url(../style/ico_ctel.png) no-repeat 3px 9px; }
.s_type > .bd p:nth-of-type(3){ background: url(../style/ico_mob.png) no-repeat 5px 9px; }
.s_type > .bd p:nth-of-type(4){ background: url(../style/ico_address.png) no-repeat left 9px; }
.m_plist{ width: 880px; overflow: hidden; }
.m_plist a{ display: block; width: 100%; overflow: hidden; }
.m_plist a .img{width: 100%;height: 210px;overflow: hidden;}
.m_plist a .img img{ width: 100%; height: 100%; object-fit: cover; }
.m_plist a .txt{ text-align: center; background: #fff; border:1px solid #e1e1e6; border-top: 0; box-sizing: border-box; padding:6px 18px 18px; }
.m_plist a .txt strong{ line-height: 45px; font-size: 18px; color: #333333; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.m_plist a .txt p{font-size: 14px;color: #666666;line-height: 24px;text-align: justify;height: 48px;overflow: hidden;}
.m_plist a .txt span{display: inline-block;margin-top: 16px;padding:10px 20px;line-height: 1;font-size: 14px;color: #3e474d;background: #f0f0f0;border:1px dashed #c6cdd3;border-radius: 3px;transition: all .5s;}
.m_plist a:hover .txt span{background: #0344a5;color: #fff;border-color: #95a9c4;}
/*小banner1*/
.m_pshow{ height: 253px; background: url(../style/m_pshowbg.png) no-repeat top center; position: relative; z-index: 3; }
.m_pshow .inner{position: relative;}
.m_pshow .txt{text-align: center;margin-left: 355px;margin-right: 278px;padding-top: 40px;}
.m_pshow .txt h3{color: #fff;font-size: 22px;line-height: 24px;}
.m_pshow .txt p{color: #ffde00;font-size: 43px;font-weight: bold;line-height: 48px;}
.m_pshow .tel{position: absolute;top: 87px;right: 44px;color: #fff;text-align: right;}
.m_pshow .tel span{display: inline-block;font-size: 18px;line-height: 26px;padding-left: 33px;background: url(../style/ptel.png) no-repeat left center;}
.m_pshow .tel h3{font-size: 37px;font-weight: bold;}



/*产品优势*/
.m_super{ margin-top: -38px; padding:96px 0 116px 0; background: url(../style/super_bg.jpg) no-repeat top center; }
.m_super .hd{ text-align: center; padding-bottom: 32px; }
.m_super .hd h3{display: block;color: #333;font-size: 42px;font-weight: bold;line-height: 41px;height: 41px;}
.m_super .hd h3 b{color: #f80;}
.m_super .hd span{position: relative;display: block;width: 640px;height: 1px;background: #b8b4b4;border-bottom: 1px solid #fff;margin: 0 auto;margin-top: 21px;margin-bottom: 16px;}
.m_super .hd span:after{content:" ";position: absolute;top: 0;left: 50%;margin-left: -53px;width: 106px;height: 2px;background: #f80;}
.m_super .hd p{font-size: 18px;color: #333;line-height: 1;}
.m_super .bd{position: relative;}
.m_super .bd .txt{position: relative;width: 100%;height: 550px;z-index: 1;}
.m_super .bd .txt li{display: block;position: absolute;width: 260px;}
.m_super .bd .txt li strong{display: block;overflow: hidden;position: relative;margin-bottom: 15px;}
.m_super .bd .txt li strong span{ display: inline-block; width: 48px; height: 54px; border:3px solid #0344a5; font-size: 30px; color: #333333; font-weight: bold; font-family: "Times New Roman"; box-sizing: border-box; padding:12px 0 0 6px; line-height: 1; }
.m_super .bd .txt li strong b{font-size: 24px;font-weight: normal;line-height: 24px;color: #0344a5;background: #eeedee;padding:9px 0 2px 7px;position: absolute;top:20px;left: 38px;}
.m_super .bd .txt li p{font-size: 16px;color: #333333;line-height: 30px;text-align: justify;}
.m_super .bd .txt li:nth-child(1){left:0;top:13px;}
.m_super .bd .txt li:nth-child(2){right: 0;top: 6px;}
.m_super .bd .txt li:nth-child(3){left: 0;top: 213px;}
.m_super .bd .txt li:nth-child(4){right: 0;top: 206px;}
.m_super .bd .txt li:nth-child(5){left: 0;top: 418px;}
.m_super .bd .txt li:nth-child(6){right:0;top:424px;text-align: right;}
.m_super .bd .txt li:nth-child(2) strong span, .m_super .bd .txt li:nth-child(4) strong span{ float: right; }
.m_super .bd .txt li:nth-child(2) strong b, .m_super .bd .txt li:nth-child(4) strong b{ right: 38px; left: unset; padding:9px 7px 2px 0; }
.m_super .bd .txt li:nth-child(2) p, .m_super .bd .txt li:nth-child(4) p{ text-align: right; }
.m_super .bd .txt li:nth-child(6) span{ font-size: 18px; color: #0344a5; display: inline-block; padding-right: 33px; background: url(../style/super_icotel.png) no-repeat 110px center; line-height: 26px; }
.m_super .bd .txt li:nth-child(6) strong{display: inline-block;margin-top: 10px;padding:10px 24px;background: #0344a5;font-size: 26px;font-weight: normal;color: #ffffff;border-radius: 25px;}
.m_super .bd .img{position: absolute;top:0;left: 50%;width: 470px;height: 470px;margin: 40px 0;margin-left: -235px;}
.m_super .bd .img li{width: 90px;height: 90px;border-radius: 50%;background: #cdced0;padding:8px;box-sizing: border-box;position: absolute;}
.m_super .bd .img li span{ width: 100%; height: 100%; background: #0344a5; color: #fff; font-size: 45px; display: block; width: 100%; height: 100%; text-align: center; line-height: 75px; border-radius: 50%; }
.m_super .bd .img li:nth-child(1){top: -13px;left: 72px;}
.m_super .bd .img li:nth-child(2){top: -13px;right: 72px;}
.m_super .bd .img li:nth-child(3){top: 190px;left: -45px;}
.m_super .bd .img li:nth-child(4){top: 190px;right: -45px;}
.m_super .bd .img li:nth-child(5){bottom: -13px;left: 72px;}
.m_super .bd .img li:nth-child(6){bottom: -13px;right: 72px;}
/*小banner2*/
.m_kf{ overflow: hidden; margin-top: -78px; height: 278px; background: url(../style/kf_bg.jpg) no-repeat bottom center; }
.m_kf .fl{ width: 380px; }
.m_kf .fl img{ margin-left: 76px; }
.m_kf .fr{ width: 820px; padding-top: 110px; position: relative; }
.m_kf .fr .tit1{color: #fff;font-size: 38px;line-height: 36px;margin-left: 92px;}
.m_kf .fr .tit2{color: #fc0;font-size: 36px;font-weight: bold;line-height: 36px;height: 36px;margin: 16px 0;}
.m_kf .fr .tit2 span{position: relative;top: -2px;font-size: 28px;}
.m_kf .fr .tel{color: #fff;font-size: 18px;padding-left: 31px;height: 25px;background: url(../style/ptel.png) no-repeat left center;}
.m_kf .fr .tel span{position: relative;top: 5px;font-size: 30px;line-height: 15px;}
.m_kf .fr a{ display: inline-block; padding:12px 30px 12px 52px; background: #ffcc00 url(../style/kf_icomsg.png) no-repeat 24px center; font-size: 16px; color: #383007; font-weight: bold; border-radius: 3px; position: absolute; top:112px; right: 108px; }
/*案例展示*/
.m_case{ overflow: hidden; padding:50px 0 40px; }
.m_case .bd{ overflow: hidden; }
.m_case .bd a{ display: block; overflow: hidden; border:1px solid #dedada; position: relative; }
.m_case .bd a .img{ width: 100%; height: 304px; overflow: hidden; }
.m_case .bd a .img img{ width: 100%; height: 100%; object-fit: cover; }
.m_case .bd a .txt{ border-top:1px solid #dedada; height: 120px; box-sizing: border-box; padding:50px 53px 0;  }
.m_case .bd a .txt p{ text-align: center; font-size: 16px; color: #333333; line-height: 28px; }
.m_case .bd a > span{ display: inline-block; width: 82px; height: 82px; background: #fff; padding:4px; border-radius: 50%; position: absolute; left: 50%; margin-left: -41px; bottom:76px; }
.m_case .bd a > span i{ display: block; height: 100%; background: #0344a5 url(../style/case_ico.png) no-repeat center; border-radius: 50%; }
/*定制流程*/
.m_flow{ overflow: hidden; padding:55px 0 100px; background: url(../style/flow_bg.jpg) no-repeat top center; }
.m_flow .bd{padding-top: 14px;}
.m_flow .bd li{ display: inline-block; cursor: pointer; overflow: hidden; width: 128px; height: 128px; border-radius: 50%; border:5px solid #0344a5; text-align: center; }
.m_flow .bd li + li{ margin-left: 34px; }
.m_flow .bd li span{display: inline-block;padding:10px;border:2px solid #848484;border-radius: 50%;margin: 12px 0 0;font-size: 26px;color: #646464;transition: all .5s;width: 50px;height: 50px;line-height: 30px;}
.m_flow .bd li strong{ display: block; font-size: 20px; color: #333333; font-weight: bold; line-height: 1; margin-top: 12px; }
.m_flow .bd li:hover span{ color: #0344a5; border-color: #0344a5; }
/*关于我们*/
.m_about{ overflow: hidden; background: url(../style/about_bg.jpg) no-repeat top center; padding-top: 64px; }
.m_about .hd{ background: #fff; overflow: hidden; }
.m_about .hd .fl, .m_about .hd .fr{width: 600px;height: 360px;}
.m_about .hd .img img{display: block;width: 100%;height: 100%;}
.m_about .hd .fr{box-sizing: border-box;padding:40px;padding-bottom: 0;}
.m_about .hd .fr h3{display: block;color: #333;font-size: 40px;font-weight: bold;line-height: 38px;height: 38px;margin-bottom: 16px;}
.m_about .hd .fr small{ font-size: 18px; color: #333333; line-height: 1; display: block;  }
.m_about .hd .fr .bbk{ display: inline-block; width: 64px; height: 2px; background: #0344a5; margin:14px 0; }
.m_about .hd .fr p{font-size: 14px;color: #666666;line-height: 28px;height: 140px;overflow: hidden;}
.m_about .hd .fr a{display: inline-block;margin-top: 32px;padding:15px 32px;background: #0344a5;font-size: 14px;color: #ffffff;line-height: 1;}
.m_about .bd{clear: both;margin-top: 20px;}
.m_about .bd li{display: inline-block;cursor: pointer;text-align: center;overflow: hidden;width: 236px;height: 200px;float: left;}
.m_about .bd li>div{float: left;width: 100%;height: 100%;background: #f0f0f0;transition: all .5s;}
.m_about .bd li span{display: block;font-size: 42px;color: #999999;margin:30px 0 15px;transition: all .5s;}
.m_about .bd li strong{display: block;font-size: 18px;color: #333333;line-height: 1;margin-bottom: 32px;position: relative;transition: all .5s;}
.m_about .bd li strong::after{content: "— — —";font-size: 7px;position: absolute;left: 50%;margin-left: -21px;top:26px;color: #a9a9a9;transition: all .5s;}
.m_about .bd li p{font-size: 14px;color: #666666;transition: all .5s;}
.m_about .bd li + li{ margin-left: 5px; }
.m_about .bd li:nth-child(1)>div{ background: #0344a5; text-align: center; }
.m_about .bd li:nth-child(1) img{ margin:32px 0 24px; }
.m_about .bd li:nth-child(1) p{ font-size: 16px; color: #f0f0f0; }
.m_about .bd li:hover>div{ background: #3c7be6; }
.m_about .bd li:hover span, .m_about .bd li:hover strong, .m_about .bd li:hover p, .m_about .bd li:hover strong::after{ color: #fff; }
/*图片展示*/
.m_show{margin: 20px 0 34px;}
#m_show{width:100%;}
#m_show .hd{ height:45px; line-height:45px; background:#f0f0f0; }
#m_show .hd ul li{ display: inline-block; float: left; padding:0 24px; cursor:pointer; font-size: 18px; color: #333333; font-weight: bold; position: relative; transition: all .5s; }
#m_show .hd ul li::after{content: "";position: absolute;left: 50%;margin-left: -11px;bottom: -9px;opacity: 0;display: inline-block;width:0;height:0;border-left:11px solid transparent;border-right:11px solid transparent;border-top:9px solid #0344a5;transition: all .5s;}
#m_show .hd ul li + li{ margin-left: 5px; }
#m_show .hd ul li.on{ height:45px; background:#0344a5; color: #fff; transition: all .5s; }
#m_show .hd ul li.on::after{opacity: 1;transition: all .5s;}
#m_show .bd{ margin-top: 25px; overflow: hidden; }
#m_show .bd a{display: block;overflow: hidden;width: 100%;height: 214px;position: relative;}
#m_show .bd a img{ width: 100%; height: 100%; object-fit: cover; }
#m_show .bd a p{ box-sizing: border-box; height: 36px; line-height: 36px; text-align: center; background: rgba(0,0,0,.6); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding:0 15px; font-size: 18px; color: #fff; font-weight: bold; position: absolute; bottom:0; width: 100%;  }
/*资质荣誉*/
.m_honor{background: #d2e9f9;padding:45px 0;}
.m_honor .hd{ text-align: center; padding-bottom: 46px; }
.m_honor .hd strong{display: block;color: #333;font-size: 36px;line-height: 36px;height: 36px;margin-bottom: 15px;}
.m_honor .hd p{ font-size: 16px; color: #333333; line-height: 1; }
.m_honor .bd{ position: relative; overflow: hidden; padding:0 52px; }
.m_honor .bd a{ display: block; width: 100%;  }
.m_honor .bd a .img{width: 100%;height: 146px;}
.m_honor .bd a .img img{width: 100%;height: 100%;display: block;}
.m_honor .bd a p{ font-size: 14px; color: #333333; line-height: 1; padding:15px 15px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.m_honor .bd a:hover p{ color: #0344a5; }
.m_honor .bd .swiper-button-next,.m_honor .bd .swiper-button-prev{ outline: none; text-align: center; width: 43px; height: 43px; transition: all .5s; }
.m_honor .bd .swiper-button-prev{ background: url(../style/c-h-l.png) no-repeat center; left: 0; }
.m_honor .bd .swiper-button-next{ background: url(../style/c-h-r.png) no-repeat center; right: 0; }
.m_honor .bd .swiper-button-prev:hover{ background: url(../style/c-h-l-h.png) no-repeat center; transition: all .5s; }
.m_honor .bd .swiper-button-next:hover{ background: url(../style//c-h-r-h.png) no-repeat center; transition: all .5s; }
/*新闻中心*/
.m_news{overflow: hidden;background: url(../style/news_bg.jpg) no-repeat center top;padding:40px 0 80px;}
.m_news .in_title{padding-bottom: 30px;}
#m_news .hd{text-align: center;}
#m_news .hd ul li{display: inline-block;width: 150px;text-align: center;border:1px solid #e4e3e3;cursor:pointer;font-size: 18px;line-height: 44px;color: #333;position: relative;transition: all .5s;}
#m_news .hd ul li + li{ margin-left: 8px; }
#m_news .hd ul li.on{background:#0344a5;border-color: #0344a5;color: #fff;}
#m_news .hd ul li.on a{color: #fff;}
#m_news .bd{margin-top: 40px;overflow: hidden;}
#m_news .bd .fl{width: 452px;}
#m_news .bd .fl .img{width: 100%;height: 339px;overflow: hidden;}
#m_news .bd .fl .img img{ width: 100%; height: 100%; object-fit: cover; }
#m_news .bd .fl .txt{ overflow: hidden; padding-top: 24px; }
#m_news .bd .fl .txt span{display: block;font-size: 14px;color: #666666;padding: 10px 0;}
#m_news .bd .fl .txt strong{font-size: 18px;font-weight: normal;color: #333;line-height: 22px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#m_news .bd .fl .txt p{color: #7e8c8d;font-size: 14px;line-height: 22px;}
#m_news .bd .fr{width: 708px;}
#m_news .bd .fr li{ padding-bottom: 30px; overflow: hidden; margin-bottom: 30px; border-bottom: 1px solid #babbbb; }
#m_news .bd .fr li:last-child{margin-bottom: 0;}
#m_news .bd .fr .img{float: left;width: 140px;height: 105px;margin-right: 15px;overflow: hidden;}
#m_news .bd .fr .img img{ width: 100%; height: 100%; object-fit: cover; }
#m_news .bd .fr .txt{overflow: hidden;width: 553px;float: left;}
#m_news .bd .fr .txt span{display: block;color: #666;font-size: 14px;padding: 10px 0;}
#m_news .bd .fr .txt strong{font-size: 18px;font-weight: normal;color: #333;line-height: 22px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#m_news .bd .fr .txt p{color: #7e8c8d;font-size: 14px;text-align: justify;line-height: 22px;}
/*友情链接*/
.m_link{ height: 58px; line-height: 58px; background: #0344a5; }
.m_link strong{ font-size: 18px; color: #ffffff; font-weight: bold; }
.m_link a{display: inline-block;font-size: 16px;color: #dce6f6;margin-right: 20px;}
.m_link a:hover{ color: #ff8800; }
/*网站底部*/
.f_top{ overflow: hidden; background: #1f1f1f; padding:54px 0 20px; }
.f_top .inner{ height: 280px; }
.f_nav > strong, .f_contact > strong, .f_msg > strong { font-size: 20px; font-weight: bold; color: #fcfbfb; line-height: 1; display: block; margin-bottom: 36px; }
.f_nav{ width: 470px; }
.f_nav div a{ display: inline-block; float: left; width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; color: #8d8f90; box-sizing: border-box; padding-left: 20px; line-height: 1; margin-bottom: 32px; position: relative; }
.f_nav div a:nth-child(even){ margin-left: 20px; }
.f_nav div a::before{ content: ""; display: inline-block; position: absolute; top:5px; left:0; width:0; height:0; border-top:3px solid transparent; border-bottom: 3px solid transparent; border-left: 5px solid #e8ebf0; transition: all .5s; }
.f_nav div a:hover{ color: #ff8800; }
.f_nav div a:hover::before{ left: 5px; border-left: 5px solid #ff8800; transition: all .5s; }
.f_contact{ width: 400px; }
.f_contact div p{ font-size: 14px; color: #8c9093; line-height: 24px; }
.f_contact div p strong{ font-size: 30px; color: #fefefe; font-weight: bold; line-height: 1; }
.f_contact ul{ margin-top: 28px; }
.f_contact li{ width: 100px; text-align: center; height: 54px; float: left; position: relative; }
.f_contact li + li{ border-left: 1px solid #293038; }
.f_contact li .hd{ text-align: center; }
.f_contact li .hd span{ font-size: 26px; color: #636568; }
.f_contact li .hd p{ font-size: 14px; color: #a9adb0; line-height: 1; margin-top: 8px; }
.f_contact li .bd{ display: none; position: absolute; left:0; top:0; }
.f_contact li .bd p{ display: inline-block; float: left; font-size: 18px; color: #333333; }
.f_contact li:nth-child(1) .bd{ top:116%; left: 36px; background: #e8ebf0; padding:10px 15px; width: 130px; border-radius: 3px; }
.f_contact li:nth-child(1) .bd::before{ content: ""; display: inline-block; width:0; height:0; border-left:3px solid transparent; border-right:3px solid transparent; border-bottom:6px solid #e8ebf0; position: absolute; top:-6px; left: 10px; }
.f_contact li:nth-child(1) .bd img{ float: left; margin-right: 10px; }
.f_contact li:nth-child(2) .bd{ top:116%; left: -42px; background: #e8ebf0; padding:10px 15px; width: 168px; border-radius: 3px; }
.f_contact li:nth-child(2) .bd::before{ content: ""; display: inline-block; width:0; height:0; border-left:3px solid transparent; border-right:3px solid transparent; border-bottom:6px solid #e8ebf0; position: absolute; top:-6px; left: 46%; }
.f_contact li:nth-child(3) .bd{ top:116%; left: -176px; background: #e8ebf0; padding:10px 15px; width: 220px; border-radius: 3px; }
.f_contact li:nth-child(3) .bd::before{ content: ""; display: inline-block; width:0; height:0; border-left:3px solid transparent; border-right:3px solid transparent; border-bottom:6px solid #e8ebf0; position: absolute; top:-6px; left: 89%; }
.f_contact li:hover .bd{ display: block; }
.f_msg{ width: 330px; }
.f_msg .bd div{ border:1px solid #fff; padding:12px; text-align: center; display: inline-block; float: left; }
.f_msg .bd div img{ width: 126px; height: 126px; background: #fff; object-fit: contain; }
.f_msg .bd div p{ font-size: 14px; color: #fff; margin-top:12px; line-height: 1; }
.f_msg .bd div + div{ margin-left: 20px; }
.f_copy{ line-height: 48px; background: #000204; }
.f_copy p{ color: #62676a; font-size: 14px; text-align:center;}
.f_copy p a{color: #62676a;}

/*二维码弹窗*/
.ewmbox{width: 300px;height: 320px;padding-top: 20px;background: #fff;z-index: 9999;position: fixed;left: 50%;top: 50%;margin: -170px 0 0 -150px;text-align: center;font-size: 16px;display: none;}
.ewmbox .close{width: 32px;height: 32px;position: absolute;top: -25px;right: -40px;cursor: pointer;border-radius: 100%;background: #f3f3f3 url(../style/dialogClose.png) no-repeat center center;transition: all ease 300ms;}
.ewmbox .close:hover{transform: rotate(180deg);}
.ewmbox img{width: 260px;height: 260px;display: block;margin: 0 auto 10px;}
.dialog-layout{width: 100%;height: 100%;position: fixed;z-index: 100;top: 0;left: 0;background: #000;opacity: 0.3;filter: alpha(opacity=30);}
/*浮动客服*/
.toolbar{position: fixed;top: 50%;right: 1%;margin-top: -163px;z-index: 100;width: 80px;}
.toolbar dd{position: relative;float: left;width: 80px;height: 80px;background:#0344a5;margin-top: 2px;border-radius: 5px;color: #fff;font-size: 14px;line-height: 21px;text-align: center;cursor: pointer;transition: all .5s;}
.toolbar dd:first-child{margin-top: 0;}
.toolbar dd i{width: 100%;height: 30px;display: block;margin-top: 13px;background: url(../style/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y: 0;}
.toolbar dd.tel i{background-position-y: -30px;}
.toolbar dd.code i{background-position-y: -60px;}
.toolbar dd.top i{background-position-y: -90px;}
.toolbar dd span{display: block;color: #fff;}
.toolbar dd.tel .box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background:#0344a5;opacity: 0;transition: all .5s;}
.toolbar dd.tel .box p{font-size: 14px;margin: 15px auto 7px;}
.toolbar dd.tel .box h3{font-size: 18px;font-weight: bold;}
.toolbar dd.tel .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent#0344a5;;border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .box{position: absolute;top: 0;width: 162px;padding: 11px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background:#0344a5;opacity: 0;transition: all .5s;}
.toolbar dd.code .box img{width: 140px;height: 140px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent#0344a5;;border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #333;}
.toolbar dd.tel:hover .box{opacity: 1;right: 80px;}
.toolbar dd.code:hover .box{opacity: 1;right: 80px;}
/*内页大图*/
.nybanner{position: relative;height: 400px;overflow: hidden;background-position: center;background-repeat: no-repeat;background-image: url(../style/nybanner.jpg);}
.nybanner .w1200{height: 100%;padding-left:120px;position:relative;box-sizing: border-box;}
.nybanner .title{color:#fff;font-size:46px;line-height: 60px;font-weight:600;padding-top: 120px;text-shadow: 0 2px 3px rgb(0 0 0 / 50%);}
.nybanner .title span{position: relative;font-size:24px;margin-left:20px;border-left: 1px solid #fff;padding-left:20px;font-weight:300;text-transform: uppercase;}
.nybanner .title p{color:#fff;font-size:18px;line-height: 27px;margin-top: 5px;font-weight:300;}
.nybanner .position{position:absolute;bottom:-1px;left:0;right:0;height: 60px;padding:15px 20px;background: rgba(255,255,255,.8);border-radius:4px 4px 0 0;box-shadow:0px 0px 30px rgba(0,0,0,0.1);}
.nybanner .position s{position: relative;top: -2px;width: 15px;height: 13px;margin-right: 10px;background-position: bottom left;}
.nybanner .position a{font-size: 13px;line-height: 30px;}
.nybanner .position i:after{padding: 0 5px;content:">>";color:#999;font-size: 12px;font-family:宋体;display: inline-block;}
.bg_main{padding-bottom: 50px;min-height: 640px;}
.sub_nav{height:75px;line-height: 33px;padding-bottom: 20px;border-bottom: 1px solid #f2f2f2;padding-top: 20px;}
.sub_nav .fl{color:#0344a5;font-size: 30px;}
.sub_nav .fr li{float: left;}
.sub_nav .fr li a{padding: 0 20px;border: 1px solid #e6e6e6;display: block;margin-left: 10px;color: #666;}
.sub_nav .fr li a:hover,
.sub_nav .fr li a.hover{background:#0344a5;color: #fff;border: 1px solid#0344a5;;}
.menu_pro{line-height: 52px;position:relative;z-index:1;text-align: center;padding-top: 40px;}
.menu_pro li{margin: 5px;display: inline-block;}
.menu_pro li a{display: block;border: 1px solid #dcdcdc;text-align: center;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;overflow: hidden;height: 35px;line-height: 35px;padding: 0 10px;}
.menu_pro li:hover a,.menu_pro li.hover a{border: 1px solid#0344a5;color: #fff;background:#0344a5;}
.case{margin-top: 40px;}
.case ul{width: 100%;}
.case li{width: 380px;float: left;margin-right: 30px;margin-bottom: 30px;transition: all .5s;}
.case li:nth-child(3n){margin-right: 0;}
.case li .img{width: 100%;height: 284px;display: block;border: 1px solid #eaeaea;border-bottom: none;overflow: hidden;box-sizing: border-box;}
.case li .img img{width: 100%;height: 100%;transition: all .5s;}
.case li:hover .img img{transform: scale(1.1);}
.case li .p{border: 1px solid #efefef;display: block;padding: 0 19px;height: 108px;border-top: none;box-sizing: border-box;}
.case li .p p{border-bottom: 1px solid #eaeaea;height: 58px;line-height: 58px;margin-bottom: 10px;font-size: 18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s;}
.case li .p  span{color: #666;transition: all .5s;}
.case li .p i{width: 32px;height: 12px;}
.case li .p .fl{font-size: 12px;font-family: arial;}
.case li:hover a span{color:var(--colour1);;}
.case li:hover a p{color:var(--colour1);;}
.case li:hover{box-shadow: 0 1px 20px rgb(0 0 0 / 10%);}
.news{padding-top: 50px;}
.bg_main .news_ul{padding-bottom: 40px;}
.bg_main .news_ul li{border-bottom: 1px solid rgba(0,0,0,.06);padding: 30px 0;}
.bg_main .news_ul li a{display: flex;}
.bg_main .news_ul li .img{position:relative;width: 200px;height: 150px;margin-right: 30px;overflow: hidden;}
.bg_main .news_ul li .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.bg_main .news_ul li .txt{flex: 1;overflow: hidden;padding-right: 20px;}
.bg_main .news_ul li .txt h3{font-size: 20px;line-height: 30px;font-weight:600;margin-top: 5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s;}
.bg_main .news_ul li .txt .hits{color: #999;font-size: 14px;line-height: 30px;}
.bg_main .news_ul li .txt p{color: #aaa;font-size: 14px;line-height: 28px;text-align: justify;transition: all .5s;height: 80px;overflow: hidden;}
.bg_main .news_ul li .date{width:115px;padding: 24px 0 24px 35px;font-size:26px;line-height: 50px;color:#999;font-weight: normal;position:relative;text-align: center;}
.bg_main .news_ul li .date:after{display:block;content:"";width:1px;height: 100%;background:#f3f3f3;left:10px;top: 0;position:absolute;}
.bg_main .news_ul li .date span{display: block;}
.bg_main .news_ul li:hover .img img{transform: scale(1.1);}
.bg_main .news_ul li:hover .txt h3{color:var(--colour1);;}
.bg_main .news_ul li:hover .txt p{color: #666;}
.detail{padding-top: 50px;}
.detail .title{padding-bottom: 20px;border-bottom: 1px solid #f3f3f3;text-align: center;margin-bottom: 20px;}
.detail .title h1{font-size: 30px;font-weight: bold;padding-bottom: 15px;}
.detail .title span{line-height: 18px;font-family: arial;color: #999;margin-right: 14px;}
.detail .title span:last-child{margin-right: 0;}
.detail .title i{width: 23px;height: 16px;background-position: -73px 0;margin-right: 10px;}
.detail .title .i2{background-position: -104px 0;margin-left: 30px;}
.detail .context{color: #666;line-height: 30px;text-align: justify;padding-bottom: 25px;}
.detail .context img{max-width: 1200px;}
/* reLink*/
.reLink{height: 38px;line-height: 38px;border: 1px solid #e6e6e6;padding: 0 15px;margin-bottom: 50px;color: #666;}
.reLink .nextLink, .reLink .prevLink{width: 49%;}
.reLink .nextLink{text-align: right;}
.reLink a{color: #666;}
.reLink a:hover{color:#0344a5;}
/* pager*/
.pager{padding: 30px 0 30px;text-align: center;*zoom: 1;*padding: 40px 0 30px;}
.pager:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.pager p{height: 26px;line-height: 26px;display: inline-block;*display: inline;*zoom: 1;display: none;}
.pager ul{display: inline-block;*display: inline;*zoom: 1;overflow: hidden;}
.pager ul li{float: left;margin: 0 5px;padding: 0 !important;height: auto !important;border: none !important;}
.pager ul a{line-height: 30px;padding: 0 10px;transition: all ease 300ms;color: #000000;text-decoration: none;float: left;border: 1px solid #ddd;}
.pager ul a.current,
.pager ul a:hover{color: #fff;border: 1px solid #0a408a;background: #0a408a;}
.contact .box1{line-height: 18px;padding: 48px 0 0px;overflow: hidden;}
.contact .box1 ul{width: 125%;}
.contact .box1 li{float: left;width: 230px;margin-right: 250px;}
.contact .box1 li i{width: 56px;height: 56px;background-position: -142px 0;float: left;}
.contact .box1 li b{font-size: 18px;font-family: arial;font-weight: 100;}
.contact .box1 li td{vertical-align: middle;height: 56px;padding-left: 5px;}
.contact .box1 .l2 i{background-position: -204px 0;}
.contact .box1 .l3 i{background-position: -267px 0;}
.contact .box2{margin-bottom: 75px;}
.contact .box2 #map1_container,
.contact .box2 #allmap1{width: 100%;height: 400px;}
.contact .box3 h1{font-size: 36px;padding-bottom: 15px;text-align: center;}
.contact .box3 p{font-size: 16px;color: #828282;line-height: 24px;padding-bottom: 46px;text-align: center;}
.contact .box3 b{color:#0344a5;}
.formData{padding-bottom: 20px;}
.formData .item{float: left;color: #999;font-weight: normal;width: 560px;height: 50px;line-height: 50px;border: 1px solid #e4e4e4;margin-right: 76px;margin-bottom: 30px;border-radius: 5px;position: relative;box-sizing: border-box;transition: all .5s;}
.formData .item:hover{color:#495057;background:#fff;border-color:#0344a5;outline:0;box-shadow: 0 0 0 2px var(--colour5);}
.formData .item label{padding-left: 15px;position: absolute;left: 0;top: 0;z-index: 11;text-align: center;display: block;margin: 0;height: 48px;line-height: 48px;font-size: 18px;color: #666;}
.formData .item input{outline: none; line-height: 38px; height: 38px; font-size: 18px;}
.formData .item .txt{width: 100%;height: 48px;line-height: 48px;display: block;background: none;padding-left: 70px;border: 0 none;color: #666;box-sizing: border-box;}
.formData .item .red{position: absolute; right: 15px; top: 0; color: #ff0000; z-index: 11;}
.formData .item.mr0{margin-right: 0;}
.formData .msg-box{position: absolute; left: 0; top: 0px;}
.formData .liuyan{width: 1198px; height: 240px; border: 1px solid #e5e5e5; float: left;}
.formData .liuyan label{text-align: right;display: block;top: 4px;}
.formData .liuyan textarea{width: 100%;height: 100%;line-height: 35px;padding: 12px 10px;text-indent: 100px;font-size: 18px;font-family: "microsoft yahei";color: #666;border: 0 none;overflow: hidden;background: none;resize: none;display: block;outline: none;box-sizing: border-box;}
.formData .bot{width: 100%;}
.formData .sub{width: 232px;line-height: 46px;border: 2px solid#0344a5;;margin-right: 2px;text-align: center;background:#0344a5;color: #FFF;cursor: pointer;font-size: 18px;display: block;outline: none;transition: all .5s;}
.formData .sub:hover{background: none;color:#0344a5;}
.formData .yzm{width: 432px;}
.formData .yzm .txt{padding-left: 80px;}
.formData .yzm img{position: absolute;right: 3px;top: 3px;border: 0px;display: block;}
.about .box1{padding-top: 105px;padding-bottom: 100px;overflow: hidden;}
.box1_add{padding: 70px 0;}
.about .box1 .fl{padding-top: 32px;}
.about .box1 .fl h1{font-size: 80px;text-transform: uppercase;font-family: arial;line-height: 80px;}
.about .box1 .fl p{font-size: 24px;padding-bottom: 88px;}
.about .box1 .fl i{width: 54px;height: 54px;background-position: 0 -99px;cursor: pointer;position: relative;display: block;float: left;}
.about .box1 .fl i img{position: absolute;left: 20px;bottom: 56px;width: 0px;height: 0px;opacity: 0;filter: alpha(opacity=0);transition: ease-in-out .2s;}
.about .box1 .fl i:hover img{filter: alpha(opacity=100);opacity: 1;left: 0;height: 80px;width: 80px;}
.about .box1 .fl .i2{background-position: -58px -99px;margin-left: 20px;}
.about .box1 .fr{width: 611px;}
.about .box1 .fr h1{font-size: 24px;font-weight: 100;}
.about .box1 .fr span{display: block;background: #b0b0b0;width: 20px;height: 2px;margin: 13px 0 24px;}
.about .box1 .fr h2{font-size: 18px;}
.about .box1 .fr p{line-height: 30px;padding-top: 12px;}
.about .box1 .fr i{width: 54px;height: 54px;background-position: -59px -35px;margin-top: 35px;transition: ease-in-out .2s;}
.about .box1 .fr a:hover{cursor: pointer;}
.about .box1 .fr a:hover i{margin-left: 15px;}
.about .bg_20{height: 20px;width: 100%;background: #eaeaea;}
.about .box2{padding-bottom: 94px;}
.about .box2 .con{margin-top: 40px;}
.about .box2 .con .fl{width: 410px;height: 428px;overflow: hidden;}

.about .box2 .con .fl img{width: 410px;height: 428px;}
.about .box2 .con .fr .img{width: 380px;height: 214px;overflow: hidden;display: block;}
.about .box2 .con .fr .img img{width: 380px;height: 214px;transition: .9s;}
.about .box2 .con .fr .p{display: block;padding-left: 20px;width: 360px;height: 214px;}
.about .box2 .con .fr .p h1{font-size: 24px;line-height: 60px;font-weight: 100;}
.about .box2 .con .fr .p i{width: 54px;height: 54px;background-position: -59px -35px;margin-top: 35px;transition: ease-in-out .2s;}
.about .box2 .con .fr li:hover{cursor: pointer;}
.about .box2 .con .fr li:hover h1,
.about .box2 .con .fr li:hover p{color: #333;}
.about .box2 .con .fr li:hover i{margin-left: 15px;}
.about .box2 .con .fr li{float: left;}
.about .box2 .con .fr li:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.about .box3{background: url(../style/about_bg.jpg) center top no-repeat;width: 100%;height: 457px;padding-top: 93px;}
.about .box3 .w1200{overflow: hidden;}
.about .box3 .fl{width: 500px;}

.about .box3 .fl h1{font-size: 36px;color: #fff;font-weight: 100;padding-bottom: 25px;}
.about .box3 .fl span{display: block;width: 40px;height: 2px;background: #ffd200;margin-bottom: 25px;}
.about .box3 .fl p{color: #fff;line-height: 24px;}
.about .box3 .fl i{width: 54px;height: 54px;cursor: pointer;background-position: 0px -35px;margin-top: 35px;transition: ease-in-out .2s;}
.about .box3 .fl a:hover i{margin-left: 15px;}
.about .box3 .fr .picScroll-left{overflow: hidden;position: relative;margin-top: 68px;height: 225px;width: 620px;}
.about .box3 .fr .picScroll-left .hd{overflow: hidden;}
.about .box3 .fr .picScroll-left .hd .prev,
.about .box3 .fr .picScroll-left .hd .next{display: block;left: 0;top: 50%;margin-top: -36px;width: 30px;height: 72px;position: absolute;z-index: 10;background-position: -133px -67px;cursor: pointer;display: none;}
.about .box3 .fr .picScroll-left .hd .next{left: auto;right: 0;background-position: -164px -67px;}

.about .box3 .fr .picScroll-left:hover .hd .prev,
.about .box3 .fr .picScroll-left:hover .hd .next{display: block;}
.about .box3 .fr .picScroll-left .hd ul{float: right;overflow: hidden;margin-top: 10px;zoom: 1;}
.about .box3 .fr .picScroll-left .hd ul li{float: left;width: 9px;height: 9px;overflow: hidden;margin-right: 5px;text-indent: -999px;cursor: pointer;background: url("../style/icoCircle.gif") 0 -9px no-repeat;}
.about .box3 .fr .picScroll-left .hd ul li.on{background-position: 0 0;}
.about .box3 .fr .picScroll-left .bd ul{overflow: hidden;zoom: 1;}
.about .box3 .fr .picScroll-left .bd ul li{margin-right: 20px;float: left;_display: inline;overflow: hidden;text-align: center;}
.about .box3 .fr .picScroll-left .bd ul li img{width: 300px;height: 225px;}
.bg_top{height: 50px;background: #eaeaea;width: 100%;}
.showPro{padding-top: 50px;}
.showPro .reLink{margin-bottom: 0;}
.showPro .showContxt{padding: 30px 0 35px;color: #666;font-size: 14px;line-height: 30px;text-align: justify;}
.showPro .showContxt img{max-width: 100%;height: auto !important;}
.showPro .showimgCon{padding: 0 0 30px;font-size: 16px;line-height: 32px;}
.showPro .showimgCon .txtcon{width: 720px;height: 423px;float: right;position: relative;}
.showPro .showimgCon .txtcon .tit{position: relative;font-size: 20px;margin-bottom: 15px;color:#0344a5;font-weight: bold;line-height: 24px;padding-bottom: 14px;border-bottom: 1px solid #dddddd;padding-right: 60px;}
.showPro .showimgCon .txtcon .tit .goBack{position: absolute;right: 0;top: 0;color: #999999;font-size: 14px;display: block;font-weight: normal;cursor: pointer;}
.showPro .showimgCon .txtcon .tit .goBack s{width: 20px;height: 20px;background-position: -440px -62px;margin-left: 6px;}
.showPro .showimgCon .txtcon .tit .goBack:hover{color: #047fcc;}
.showPro .showimgCon .txtcon .txt{font-size: 14px;line-height: 28px;color: #666;text-align: justify;}
.showPro .showimgCon .txtcon .txt .item{margin-bottom: 7px;max-height: 144px;overflow: hidden;}
.showPro .showimgCon .txtcon .tel-btn{width: 100%;position: absolute;left: 0;bottom: 0;border-top: 1px solid #ddd;padding-top: 40px;}
.showPro .showimgCon .txtcon .tel-btn .btn{width: 118px;float: right;height: 40px;line-height: 40px;margin-top: 5px;font-size: 20px;text-align: center;color: #fff;cursor: pointer;background:#0344a5;}
.showPro .showimgCon .txtcon .tel-btn .btn:hover{background: #333;}
.showPro .showimgCon .txtcon .tel-btn .tel{width: 280px;float: left;}
.showPro .showimgCon .txtcon .tel-btn .tel span,
.showPro .showimgCon .txtcon .tel-btn .tel strong{display: block;color: #666;}
.showPro .showimgCon .txtcon .tel-btn .tel s{width: 42px;height: 42px;display: block;float: left;margin-right: 6px;margin-top: 4px;background-position:-15px bottom;}
.showPro .showimgCon .txtcon .tel-btn .tel span{font-size: 16px;line-height: 20px;}
.showPro .showimgCon .txtcon .tel-btn .tel strong{color:#0344a5;font-size: 28px;line-height: 28px;}
.showPro .showimg{width: 442px;position: relative;float: left;overflow: hidden;}
.showPro .showimg .bigimg{height: 334px;display: block;position: relative;border: 1px solid #dddddd;}
.showPro .showimg .bigimg .list{width: 5000%;}
.showPro .showimg .bigimg .list li{width: 440px;height: 332px;float: left;border: 0;margin-right: 1px;}
.showPro .showimg .bigimg .list img{width: 100%;height: 100%;display: block;transition: all ease 300ms;}
.showPro .showimg .smallimg{width: 440px;height: 106px;position: relative;padding-top: 30px;z-index: 10;overflow: hidden;}
.showPro .showimg .list{width: 357px;overflow: hidden;position: relative;margin: 0 auto;}
.showPro .showimg .listcon{width: 600% !important;position: relative;}
.showPro .showimg .prev,
.showPro .showimg .next{width: 20px;height: 76px;z-index: 10;position: absolute;top: 30px;cursor: pointer;background: #f9f9f9 url(../style/show-btn-ico.png) no-repeat 0 center;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.showPro .showimg .prev:hover,.showPro .showimg .next:hover{background-color: #f9f9f9;}
.showPro .showimg .prev{left: 0;background-position: 3px center;}
.showPro .showimg .next{right: 0;background-position: -84px center;}
.showPro .showimg li{width: 94px;height: 70px;margin-right: 28px;float: left;cursor: pointer;position: relative;border: 3px solid #fff;transition: all .5s;}
.showPro .showimg li img{width: 100%;height: 100%;display: block;}
.showPro .showimg li.on{width: 94px;height: 70px;border: 3px solid#0344a5;;}
.relateTit{height: 58px;line-height: 58px;border-bottom: 1px solid #e4e4e4;margin: 0 auto;width: 1200px;}
.relateTit h3{font-size: 18px;display: inline-block;*display: inline;*zoom: 1;position: relative;}
.relateTit h3 .line{width: 100%;height: 2px;display: block;position: absolute;left: 0;bottom: -1px;background:#0344a5;}
#ie{position: fixed;top: 0;width: 100%;height: 100%;z-index: 9999;background: #00aeff;}
#ie p{position: absolute;top: 50%;margin-top: -60px;left: 50%;margin-left: -540px;width: 1080px;color: #fff;font-size: 20px;line-height: 2;text-align: center;}

.digsup{display:flex;justify-content:center;margin:30px 0 10px 0;}
.digsup a{display:block;cursor:pointer;margin:0 15px;width:70px;height:70px;margin-bottom:10px;line-height:60px;text-align:center;border-radius:50%;box-shadow:0px 0px 30px rgba(0,0,0,0.1);position:relative;}
.digsup a i{font-size:30px;color:#999;}
.digsup a em{display:block;font-family:verdana;color:#999;position:absolute;bottom:-15px;left:0;right:0;}
.digsup a:hover{box-shadow:0px 0px 30px rgba(0,132,255,0.3)}
.digsup a:hover i{color:#f60;}

/*网站标签*/
.tags_list{overflow:hidden;line-height:30px;padding: 10px;border-bottom:1px solid #ddd;}
.tags_list dt{float: left;margin-right: 2%;margin-bottom: 2%;width: 14.66666667%;}
.tags_list dt a{display:block;text-align:center;background: #ececec;font-size:14px;padding:8px 0;font-weight:normal;}
.tags_list dt a:hover{background: #ccc;color:#fff;}
.tags{overflow:hidden;margin-bottom: 20px;}
.tags span{float: left;display: block;line-height: 40px;}
.tags a{border-radius: 4px;-webkit-border-radius: 4px;display: inline-block;line-height: 28px;padding: 0 6px;margin: 5px;background: #fff;border: 1px solid #dadada;}
.tags a:hover {background:#0344a5;border-color:#0344a5;color: #fff;}

/*视频样式*/
video {background-color: #000;}
/*相关内容*/
.relate-tit{width: 100%;height: 39px;line-height: 40px;background: #fafafa;border-bottom: 1px solid #CCC;}
.relate-tit h3{float: left;font-size: 14px;line-height: 40px;display: block;padding: 0 30px;background:#0344a5;color: #FFF;}
.relate-pro{margin: 20px 0;}
.relate-pro ul{margin-top: 20px;}
.relate-pro ul li{float: left;width: 210px;margin-right: 10px;transition: all .5s;}
.relate-pro ul li:nth-child(4n){margin-right: 0;}
.relate-pro ul li a{display: block;border: 1px solid #eaeaea;}
.relate-pro ul li .img{position: relative;width: 100%;/* height: 209px; */overflow: hidden;}
.relate-pro ul li .img img{display: block;width: 100%;height: 100%;transition: all .5s;}
.relate-pro ul li h3{color: #555;font-size: 14px;text-align: center;display: block;line-height: 35px;background: #fff;padding: 0 10px;border-top: 1px solid #eaeaea;transition: all .5s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.relate-pro ul li:hover .img img{transform: scale(1.1);}
.relate-pro ul li:hover h3{color: #fff;background:#0344a5;}
.relate-pro .swiper-container-horizontal>.swiper-scrollbar{position: relative;left: 0;bottom: 0;width: 100%;margin-top: 10px;}
.relate-pro .swiper-scrollbar-drag{background:#0344a5;}
.relate-news ul{padding-top: 10px;}
.relate-news ul li{float: left;position: relative;width: 48%;line-height: 35px;}
.relate-news ul li:nth-child(even) {float: right;}
.relate-news ul li a{display: block;color: #666;padding-right: 100px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.relate-news ul li a:before{content: '+';font-weight: bold;font-size: 16px;line-height: 1;margin-right: 5px;}
.relate-news ul li span{position: absolute;top: 0;right: 0;color: #999;white-space: nowrap;}
.relate-news ul li a:hover{color:#0344a5;}