/*头部*/
.top .container{display: flex;}
.top .top_logo{flex:0 0 30%; height: 55px;margin-top: 20px;transition: all .4s;}
.top .top_logo img{display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;transition: all .4s;}
.top_nav{flex:0 0 70%;}
.top_nav>.nav_ul{width: 80%;}
.top_nav>.nav_ul>ul{display: flex;margin-bottom: 0;}
.top_nav>.nav_ul>ul>li{flex: 1;position: relative;}
.top_nav>.nav_ul>ul>li>a{display: block;text-align: center;line-height: 95px;position: relative;transition: all .4s;color: #333333;font-size: 16px;position: relative;z-index: 2;}
/*.top_nav>.nav_ul>ul>li>a:after{width: 0;height: 3px;background:#1f55a6;position: absolute;content: "";bottom: 0px;left: 50%;transform: translateX(-50%); z-index: 1;transition: all .4s;}
.top_nav>.nav_ul>ul>li>a:hover:after{width: 80%;}
.top_nav>.nav_ul>ul>li.active>a:after{width: 80%;}*/
.top_nav>.nav_ul>ul>li>a:hover{color: #1f55a6;}
.top_nav>.nav_ul>ul>li.active>a{color: #1f55a6;}
.top_nav>.nav_tel{margin-left: 20px;}
.top_nav>.nav_tel>.tel{min-width: 30px; background: url(../images/top_tel.png) left center no-repeat;padding-left: 30px;line-height: 95px;font-weight: bolder; color: #1f55a6;font-size: 18px;float: right;transition: all .4s;}
.menu{position: absolute;right: 15px; width: 40px;height: 40px;top: 13px;z-index: 1000;}
.top_fix .menu{top:9px;}
.menu .menu_button{width: 100%;height: 40px;cursor: pointer}
.menu .menu_button .line{float: right;width: 40px;height: 3px;background: #1f55a6;margin-top:6px;transition:.3s;transition-timing-function:ease;}
.menu .menu_button .line:nth-child(2){transition-delay:0.05s;}
.menu .menu_button .line:nth-child(3){transition-delay:0.1s;margin-bottom: 0;}
.menu .menu_button.on .line:nth-child(1){transform:translateY(13px) rotate(45deg);-webkit-transform:translateY(13px) rotate(45deg);}
.menu .menu_button.on .line:nth-child(2){transform:translateY(0) rotate(0);-webkit-transform:translateY(0) rotate(0);display: none;}
.menu .menu_button.on .line:nth-child(3){transform:translateY(3px) rotate(-45deg);-webkit-transform:translateY(3px) rotate(-45deg);}
.mobile_nav{position: fixed;left: 0;right:0;height: 100vh; background: #f2f2f2;z-index: -10000; transition:.5s;transform: translateY(-736px);opacity: 0; top:-20px;transition-timing-function:cubic-bezier(0.26, 0.46, 0.3, 1.23);}
.open{transform:translateY(0px);opacity: 1;top:57px;z-index: 100000000;}
.mobile_nav li{padding:10px 30px;width:100vw;box-sizing: border-box;}
.mobile_nav li a{display: block;width: 100%;height: 100%;position: relative;text-align: center; color: #666666;line-height: 40px;font-size:16px;}
.mobile_nav li:not(:last-child) a{border-bottom: solid 1px #999999;}
.mobile_nav li .son{background: #333;}
.show1 {z-index: 100000;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);opacity: 1; }
.hide1 {-webkit-transform: scale(0) !important;-ms-transform: scale(0) !important;transform: scale(0) !important;opacity: 0 !important;}
.top_fix{width: 100%; position: fixed;left: 0;top:0;background: #fff;z-index: 10000000;-moz-box-shadow:2px 2px 5px #C7C7C7; -webkit-box-shadow:2px 2px 5px #C7C7C7; box-shadow:2px 2px 5px #C7C7C7;}
.top_fix .top_logo{margin-top: 10px;height: 40px;}
.top_fix .top_nav>.nav_ul>ul>li>a{line-height: 60px;}
.top_fix .top_nav>.nav_tel>.tel{line-height: 60px;}
@keyframes scaleToggleOne{0{transform:scale(1);-webkit-transform:scale(1)}50%{transform:scale(2);-webkit-transform:scale(2)}100%{transform:scale(1);-webkit-transform:scale(1)}}@keyframes scaleToggleTwo{0{transform:scale(1);-webkit-transform:scale(1)}20%{transform:scale(1);-webkit-transform:scale(1)}60%{transform:scale(2);-webkit-transform:scale(2)}100%{transform:scale(1);-webkit-transform:scale(1)}}@keyframes scaleToggleThree{0{transform:scale(1);-webkit-transform:scale(1)}33%{transform:scale(1);-webkit-transform:scale(1)}66%{transform:scale(2);-webkit-transform:scale(2)}100%{transform:scale(1);-webkit-transform:scale(1)}}.animated{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.livechat-girl{width:60px;height:60px;border-radius:50%;position:fixed;bottom:0;right:40px;opacity:0;-webkit-box-shadow:0 5px 10px 0 rgba(35,50,56,.3);box-shadow:0 5px 10px 0 rgba(35,50,56,.3);z-index:700;transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);cursor:pointer;-webkit-transition:all 1s cubic-bezier(.86,0,.07,1);transition:all 1s cubic-bezier(.86,0,.07,1)}
.livechat-girl:focus{outline:0}
.livechat-girl.animated{opacity:1;transform:translateY(-40px);-webkit-transform:translateY(-40px);-ms-transform:translateY(-40px)}
.livechat-girl:after{content:'';width:12px;height:12px;border-radius:50%;background-image:linear-gradient(to bottom,#1f55a6,#1f55a6);position:absolute;right:1px;top:1px;z-index:50}
.livechat-girl .girl{position:absolute;top:0;left:0;width:100%;height:auto;z-index:50}
.livechat-girl .animated-circles .circle{background:rgba(38,199,252,.25);width:60px;height:60px;border-radius:50%;position:absolute;z-index:49;transform:scale(1);-webkit-transform:scale(1)}
.livechat-girl .animated-circles.animated .c-1{animation:2s scaleToggleOne cubic-bezier(.25,.46,.45,.94) forwards}
.livechat-girl .animated-circles.animated .c-2{animation:2.5s scaleToggleTwo cubic-bezier(.25,.46,.45,.94) forwards}
.livechat-girl .animated-circles.animated .c-3{animation:3s scaleToggleThree cubic-bezier(.25,.46,.45,.94) forwards}
.livechat-girl.animation-stopped .circle{opacity:0!important}
.livechat-girl.animation-stopped .circle{opacity:0!important}
.livechat-girl .livechat-hint{position:absolute;right:40px;top:50%;margin-top:-20px;opacity:0;z-index:0;-webkit-transition:all .3s cubic-bezier(.86,0,.07,1);transition:all .3s cubic-bezier(.86,0,.07,1)}
.livechat-girl .livechat-hint.show_hint{-webkit-transform:translateX(-40px);transform:translateX(-40px);opacity:1}
.livechat-girl .livechat-hint.hide_hint{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}
.livechat-girl .livechat-hint.rd-notice-tooltip{max-width:1296px!important}
.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content{width:auto;overflow:hidden;text-overflow:ellipsis}
@media only screen and (max-width:1599px){
  .livechat-girl .livechat-hint.rd-notice-tooltip{max-width:1060px!important}
}
@media only screen and (max-width:1309px){
  .livechat-girl .livechat-hint.rd-notice-tooltip{max-width:984px!important}
}
@media only screen and (max-width:1124px){
  .livechat-girl .livechat-hint.rd-notice-tooltip{max-width:600px!important}
}
.rd-notice-tooltip{-webkit-box-shadow:0 2px 2px rgba(0,0,0,.2);box-shadow:0 2px 2px rgba(0,0,0,.2);font-size:14px;border-radius:3px;line-height:1.25;position:absolute;z-index:65;max-width:350px;opacity:1}
.rd-notice-tooltip:after{position:absolute;display:block;content:'';height:20px;width:20px;-webkit-box-shadow:none;box-shadow:none;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;z-index:50}
.rd-notice-tooltip .rd-notice-content{background:0;border-radius:3px;width:100%;color:#fff;position:relative;z-index:60;padding:20px;font-weight:400;line-height:1.45}
.rd-notice-type-success{background-color:#1f55a6;-webkit-box-shadow:0 5px 10px 0 rgba(38,199,252,.2);box-shadow:0 5px 10px 0 rgba(38,199,252,.2)}
.rd-notice-type-success .rd-notice-content{background-color:#1f55a6}
.rd-notice-type-success:after{background-color:#1f55a6;-webkit-box-shadow:0 5px 10px 0 rgba(38,199,252,.2);box-shadow:0 5px 10px 0 rgba(38,199,252,.2)}
.rd-notice-position-left{margin-left:-20px}.rd-notice-position-left:after{right:-6px;top:50%;margin-top:-10px}
.rd-notice-tooltip.single-line .rd-notice-content{height:40px;padding:0 20px;line-height:40px;white-space:nowrap}

/*产品下拉菜单*/
.top_fix .nav_ul li .navson{top:59px;}
.nav_ul li .navson{
  display: none;
  position: absolute;
  left: 50%;top:94px;
  margin-left: -80px;
  z-index: 100000;
  padding-top: 10px;
  width: 160px;
}
.nav_ul li .navson>a{
  display: block;
  color: #333!important;
  width: 100%!important;
  background: #f8f9fb;
  line-height: 40px!important;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.nav_ul li .navson a:first-of-type:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #f8f9fb;
  position: absolute;
  content: "";
  top: -7px;
  left: 50%;
  margin-left: -7px;
}
.nav_ul li .navson>a:hover{
  background: #1f55a6!important;
  color: #fff!important;
}

/*轮播*/
.banner .swiper-container {width: 100%;}
.banner .swiper-container .swiper-slide {text-align: center;}
.banner .swiper-container .swiper-slide a{display:block;width:100%;height: 100%;}
.banner .swiper-container .swiper-slide a img{display:block;width:100%;opacity: 0;}
.banner .swiper-pagination {position: absolute;font-size:0;left: 0;text-align: center;bottom: 13px;width: 100%;z-index: 9;}
.banner .swiper-pagination .swiper-pagination-bullet {display: inline-block;width: 14px;height: 14px;border-radius: 50%;border:2px solid #0b509e;background: #fff;margin: 0 5px;cursor: pointer;transition: all .5s;}
.banner .swiper-pagination .swiper-pagination-bullet-active {background: #0b509e;opacity: 1;}

/*首页*/
.in_tit{color: #666666;font-size: 18px;line-height: 30px;margin-bottom: 60px;position: relative;}
.in_tit span{color: #282828;font-size: 32px;padding-right: 15px;margin-right: 15px;position: relative;display: inline-block;}
.in_tit span:after{width: 1px;height: 30px;content: '';position: absolute;right: 0;top:50%;margin-top: -15px;background: #aeaeae;}
.in_tit i{position: relative;top:-5px;}
.in_tit:after{width: 40px;height: 3px;background: #5ca3d4;content: '';position: absolute;left: 0;bottom:-20px;}
.in_tit:before{width: 90px;height: 3px;background: #1f55a6;content: '';position: absolute;left: 40px;bottom:-20px;}
.in_tit_swiper a{display: block;width: 35px;height: 35px;float: right;margin-left: 5px;line-height: 35px;text-align: center;color:#fff;font-size: 30px;background: #1f55a6;position: relative;left: auto;right:auto;top:auto;margin-top: 0;outline: none;transition: all .4s;}
.in_tit_swiper a.more{background: #c5c5c5;}
.in_tit_swiper a.more:hover{background: #c90000;}
.xw_more{float: right;line-height: 35px;}
.xw_more a{display: block; color: #999999;font-size: 16px;text-align: right;}
.xw_more a i{font-size: 16px;position: relative;top:1px;margin-left: 6px;}
.xw_more a:hover{color: #1f55a6;}
.in_tit_more .more{float: right;}
.in_tit_more a{display: inline-block; height: 35px;line-height: 35px;text-align: center;color:#fff;background: #5ca3d4;position: relative;transition: all .4s;}
.in_tit_more a:after{width: 0;height: 100%;content: '';position: absolute;right: 0;top:0;background: #1f55a6;transition: all .4s;}
.in_tit_more a b{display: inline-block;padding:0 2px;font-size: 14px;font-weight: normal;line-height: 35px;height: 35px;position: relative;z-index: 1;}
.in_tit_more a b:nth-of-type(1){padding:0 15px;font-size: 14px;}
.in_tit_more a b:nth-of-type(2){background: #1f55a6;font-size: 12px;top: -2px;}
.in_tit_more a:hover:after{width: 100%;}

/*业务板块*/
.in_01 .swiper-container {width: 100%;}
.in_01 .swiper-container .swiper-slide .img{overflow: hidden;}
.in_01 .swiper-container .swiper-slide .img img{width: 100%;transition: all  2.5s;display: block;}
.in_01 .swiper-container .swiper-slide:hover .img img{transform: scale(1.05);}
.in_01 .swiper-container .swiper-slide .txt{padding:30px 20px;background: #f4f6f8;}
.in_01 .swiper-container .swiper-slide .txt dl dt a{display: block;color: #333333;font-size: 24px;line-height: 30px;position: relative;padding-bottom: 15px;font-weight: normal;}
.in_01 .swiper-container .swiper-slide .txt dl dt a:after{width: 60px;height: 2px;background: #333333;content: '';position: absolute;left: 0;bottom:0;}
.in_01 .swiper-container .swiper-slide .txt dl dd{margin-top: 15px;} 
.in_01 .swiper-container .swiper-slide .txt dl dd p{color: #666666;font-size: 14px;line-height: 26px;overflow: hidden;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.in_01 .swiper-container .swiper-slide .txt dl dd a{display: inline-block;padding:0 25px; background: #5ca3d4;line-height: 32px; transition: all .4s;margin-top: 15px;position: relative;}
.in_01 .swiper-container .swiper-slide .txt dl dd a span{color: #fff;font-size: 14px;position: relative;z-index: 2;}
.in_01 .swiper-container .swiper-slide .txt dl dd a:after{width: 0;height: 100%;content: '';position: absolute;left: 0;top:0;background: #c90000;transition: all .4s;}
.in_01 .swiper-container .swiper-slide .txt dl dd a:before{width: 0;height: 100%;content: '';position: absolute;right: 0;top:0;background: #1f55a6;transition: all .4s;}
.in_01 .swiper-container .swiper-slide .txt dl dd a:hover:after,.in_01 .swiper-container .swiper-slide .txt dl dd a:hover:before{width: 100%;}
.in_02 .list li a{display: block;background: #fff;padding:50px 25px;text-align: center;}
.in_02 .list li a span{display: inline-block;padding:30px; text-align: center;border-radius: 100%;background: #1f55a6;}
.in_02 .list li a span img{max-width: 100%;min-width: 60px;}
.in_02 .list li a h4{margin:30px 0;color: #1f55a6;font-weight: bolder;font-size: 20px;line-height: 30px;}
.in_02 .list li a p{color: #666666;font-size: 16px;line-height: 30px;}
.in_02 .list li a:hover span{background: #c90000;}
.in_02 .list li a:hover h4{color: #c90000;}
.in_04 .con{padding-right: 50px;}
.in_04 .con .info{line-height: 45px;font-size: 16px;color: #999999;}
.in_04 .img{position: relative;}
.in_04 .img img{width: 100%;}
.in_04 .img a{text-align: center; position: absolute;right: 0;height: 100%;width: 52px;background: #c90000;color: #fff;font-size: 16px;z-index: 1;}
.in_04 .img a:after{width: 100%;height: 0;content: '';position: absolute;bottom:0;left: 0;background: #1f55a6;transition: all .4s;}
.in_04 .img a:before{width: 100%;height: 0;content: '';position: absolute;top:0;left: 0;background: #5ca3d4;transition: all .4s;}
.in_04 .img a:hover:after,.in_04 .img a:hover:before{height: 100%;}
.in_04 .img a div{display: flex;height: 100%;width: 100%;justify-content: center;align-items: center;position: relative;z-index: 2;}
.in_04 .img a div h4{width: 20px;height: 80px;}
.in_04 .eng{position: relative;line-height: 100px;white-space:nowrap;margin-top: 50px;}
.in_04 .eng b{color: #333333;font-size: 18px;letter-spacing: 80px;text-transform: uppercase;position: relative;z-index: 2;font-weight: normal;}
.in_04 .eng:after{width: 100%;content: 'about us';color: #f9f9f9;font-size: 120px;letter-spacing: 0; text-transform: uppercase;text-align: center;top:0;left: 0;line-height: 100px;position: absolute;}
.in_03 .swiper-container {width: 100%;}
.in_03 .swiper-container .swiper-slide {padding:5px;}
.in_03 .swiper-container .swiper-slide .item{border:solid 5px #fff;-moz-box-shadow:0px 0px 5px #ccc; -webkit-box-shadow:0px 0px 5px #ccc; box-shadow:0px 0px 5px #ccc;transition: all .4s;}
.in_03 .swiper-container .swiper-slide .img{overflow: hidden;}
.in_03 .swiper-container .swiper-slide .img img{width: 100%;}
.in_03 .swiper-container .swiper-slide .con{text-align: center;padding:10px 0;color: #777;font-size: 14px;line-height: 26px;}
.in_03 .swiper-container .swiper-slide .con a{display: block; color: #333;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: pre;}
.in_03 .swiper-container .swiper-slide .item:hover{border-bottom:solid 5px #1f55a6;}
.in_05 .in_05_l{padding:0;padding-right: 10px;}
.in_05 .in_05_r{padding:0;padding-left: 10px;}
.in_05 .news{background: #f5f5f5;border:solid 1px #e1e1e1;padding:30px 20px;}
.in_05 .qa{background: #f5f5f5;border:solid 1px #e1e1e1;padding:30px 20px;}
.in_05 .tit{line-height: 25px;padding-bottom: 20px;border-bottom: solid 1px #e1e1e1;position: relative;text-transform: uppercase;font-size: 20px;color: rgba(0,0,0,.5);margin-bottom: 30px;}
.in_05 .tit:after{width: 40px;height: 3px;background: #5ca3d4;content: '';position: absolute;left: 0;bottom:-1px;}
.in_05 .tit:before{width: 90px;height: 3px;background: #1f55a6;content: '';position: absolute;left: 40px;bottom:-1px;}
.in_05 .tit span{color: #282828;font-size: 30px;padding-right:12px;}
.in_05 .tit a{position: absolute;right: 0;top:5px;color: #999999;font-size: 16px;}
.in_05 .tit a:hover{color: #1f55a6;}
.in_05 .list .n_l{padding-left: 0;padding-right: 10px;}
.in_05 .list .hot a{display: block;width: 100%;position: relative;}
.in_05 .list .hot a img{display: block;width: 100%;}
.in_05 .list .hot a h4{background: rgba(0,0,0,.6);line-height: 40px;padding:0 20px;color: #fff;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: pre;position: absolute;left: 0;bottom:0;right: 0;}
.in_05 .list .n_r{padding-right: 0;padding-left: 10px;}
.in_05 .list ul.news_lis li{border-bottom: dashed 1px #dcdcdc;padding-bottom: 15px;margin-bottom: 15px;}
.in_05 .list ul.news_lis li:last-child{margin-bottom: 0;}
.in_05 .list ul.news_lis li dl{display: flex;margin-bottom: 0;}
.in_05 .list ul.news_lis li dl dt{flex: 0 0  28%;}
.in_05 .list ul.news_lis li dl dt img{width: 100%;}
.in_05 .list ul.news_lis li dl dd{flex: 0  0 70%;padding-left: 15px;}
.in_05 .list ul.news_lis li dl dd h4{color: #666666;font-size: 16px;line-height: 25px;overflow:hidden;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom: 10px;}
.in_05 .list ul.news_lis li dl dd p{color: #999999;font-size: 14px;line-height: 26px;overflow:hidden;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.in_05 .qa .list li {border-bottom:solid 1px #dcdcdc;padding-bottom:20px;margin-bottom: 20px;}
.in_05 .qa .list li:last-child{margin-bottom: 0;}
.in_05 .qa .list li dl{margin-bottom: 0;}
.in_05 .qa .list li dl i{background: #1f55a6;color: #fff; text-transform: uppercase; font-size: 12px; width: 15px; height: 15px;text-align: center; line-height: 15px;display: inline-block;margin-right: 6px;}
.in_05 .qa .list li dl dt{font-weight: normal;color: #666666;font-size: 16px;overflow: hidden;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.in_05 .qa .list li dl dd{margin-top: 6px;color: #999999;font-size: 14px;line-height: 24px; overflow: hidden;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.in_05 .qa .list li dl dd i{background: #c90000;}
.in_05 .qa .list li:hover dt{color: #00acb8;}


.left_pro{border:solid 2px #1f55a6;box-sizing: border-box;}
.left_pro .tit{text-align: center;}
.left_pro .tit img{width: 100%;}
.left_pro .list{padding:20px;}
.left_pro .list ul li{margin-bottom: 8px;}
.left_pro .list ul li:last-chilld{margin-bottom: 0;}
.left_pro .list ul li a{display: block;box-sizing: border-box;border:solid 1px #e1e1e1;line-height: 42px;color: #333333;font-size: 16px;background: url(../images/left_pro_ico.png) 30px center no-repeat;text-indent: 60px;transition: all .4s;}
.left_pro .list ul li a:hover,.left_pro .list ul li a.on{color: #fff;background: #06913e url(../images/left_pro_icoh.png) 30px center no-repeat;border-color: #06913e;}
.left_pro .list ul li.on a{color: #fff;background: #06913e url(../images/left_pro_icoh.png) 30px center no-repeat;border-color: #06913e;}
.left_pro .con{padding:40px;background: #1f55a6;text-align: center;}
.left_pro .con p{color: #fff;font-size: 18px;line-height: 35px;}
.left_pro .con a{display: inline-block;padding:0 50px;color: #fff;line-height: 40px; border:solid 1px #fff;box-sizing: border-box;font-size: 18px;margin-top: 30px;transition: all .4s;}
.left_pro .con a:hover{background: #f6ae00;border-color: #f6ae00;}
.right_pro .list .hot{padding:0 5px;position: relative;}
.right_pro .list .hot>a{display: block;width: 100%;}
.right_pro .list .hot>a img{display: block;width: 100%;}
.right_pro .list .hot .con{width: 100%;background: rgba(255,255,255,.9);position: absolute;left: 0;bottom:0;right: 0;}
.right_pro .list .hot .con>div{padding:30px 10px;}
.right_pro .list .hot .con>div h4{color: #333333;font-size: 24px;line-height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: pre;margin-bottom: 5px;}
.right_pro .list .hot .con>div p{color: #666666;font-size: 14px;line-height: 28px;overflow: hidden;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.right_pro .list .hot .con>div .btn{text-align: center;}
.right_pro .list .hot .con>div .btn a{display: inline-block;line-height: 40px;color: #fff;font-size: 16px;padding:0 40px;transition: all .4s;background: #06913e;border-radius: 5px;}
.right_pro .list .hot .con>div .btn a:last-of-type{background: #f6ae00;margin-top: 10px;}
.right_pro .list .pro_item{padding:0 5px;margin-top: 20px;}
.right_pro .list .pro_item .img{width: 100%;overflow: hidden;}
.right_pro .list .pro_item .img a{width: 100%;display: block;position: relative;}
.right_pro .list .pro_item .img img{width: 100%;display: block;}
.right_pro .list .pro_item .img a:before{position: absolute;top:0;left: 0;z-index: 2;width: 100%;height: 100%;background: rgba(0,0,0,0.4);content: '';opacity: 0;transition: all .3s linear;-webkit-transition:all .3s linear;}
.right_pro .list .pro_item .img a:after{width: 90%;height: 90%;border:solid 2px rgba(255,255,255,.8);content: '';position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%); opacity: 0;transition: all .3s linear;-webkit-transition:all .3s linear;}
.right_pro .list .pro_item .img .overplay{width: 80%;height: 80%;text-align: center;opacity: 0;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);z-index: 2;}
.right_pro .list .pro_item .img .overplay h4{color: #fff;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: pre;line-height: 30px;margin-top: 20px;}
.right_pro .list .pro_item .img .overplay p{color: #fff;font-size: 13px;line-height: 28px;overflow: hidden;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.right_pro .list .pro_item:hover .img a:before,.right_pro .list .pro_item:hover .img a:after,.right_pro .list .pro_item:hover .img .overplay{opacity: 1;}
.right_pro .list .pro_item .btnp{display: flex;}
.right_pro .list .pro_item .btnp a{flex: 1;line-height: 40px;text-align: center;color: #fff;font-size: 16px;transition: all .4s;background: #06913e;}
.right_pro .list .pro_item .btnp a:last-of-type{background: #f6ae00;}
.right_pro .list .pro_item .txt a{display: block; text-align: center;line-height: 40px;background: #ececec;color: #666666;font-size: 16px;}

.footer {background: #f6f6f6;border-top:solid 1px #dfdfdf;}
.footer ul{display: flex;margin-bottom: 0;}
.footer ul li{flex: 1;}
.footer ul li span a{color: #1f55a6;font-size: 18px;line-height: 26px; display: block;margin-bottom: 15px;}
.footer ul li p{color: #999999;font-size: 14px;line-height: 30px;}
.footer ul li p a{color: inherit;font-size: inherit;display: block;}
.footer ul li p a:hover{color: #1f55a6;}
.footer .ewm{margin-top: 20px;}
.footer .ewm .item{line-height: 30px;text-align: center;color: #999;font-size: 14px;}
.footer .ewm .item img{width: 100%;}
.foot {background: #4e4e4e;height: 48px;font-size: 13px;line-height: 48px;color: rgba(255,255,255,.5);}
.foot .foot-l {float: left;}
.foot .foot-r {float: right;}
.foot a {color: rgba(255,255,255,.5);}
.left_pro1{border:solid 2px #1f55a6;box-sizing: border-box;}
.left_pro1 .tit{text-align: center;background: #1f55a6;color: #fff;}
.left_pro1 .tit p{text-transform: uppercase;font-size: 14px;padding:20px 0;}
.left_pro1 .tit p span{font-size: 30px;font-weight: bolder;}
.left_pro1 .list{padding:20px;}
.left_pro1 .list ul li{margin-bottom: 8px;}
.left_pro1 .list ul li:last-chilld{margin-bottom: 0;}
.left_pro1 .list ul li a{display: block;box-sizing: border-box;border:1px #044dc5 dashed; border-radius: 20px; line-height: 42px;color: #fff;font-size: 16px;background: linear-gradient(to right, #1f55a6, #1f61c5);text-indent: 60px;transition: all .4s;}
.left_pro1 .list ul li a:hover{background:linear-gradient(to right, #1f61c5, #1f55a6);border-radius: 20px;text-indent: 65px;}
.left_pro1 .list ul li.on a{background:linear-gradient(to right, #1f61c5, #1f55a6);border-radius: 20px; transition: all 0.5s;text-indent: 65px;}
.left_pro1 .con{padding:30px 40px;background: #4e4e4e;text-align: center;}
.left_pro1 .con .img{overflow: hidden;}
.left_pro1 .con .img img{max-width: 100%;}
.left_pro1 .con span{display: block;text-align: center;}
.left_pro1 .con span i{display: inline-block;padding:0 10px;color: #fff;font-size: 13px;background: #282828;line-height: 22px;border-radius: 20px;margin-top: 20px;}
.left_pro1 .con p{color: #fff;font-size: 16px;line-height: 30px;margin-top: 20px;}
.left_pro1 .con a{display: inline-block;padding:0 50px;color: #fff;line-height: 40px; border:solid 1px rgba(255,255,255,.5);box-sizing: border-box;font-size: 14px;margin-top: 20px;transition: all .4s;}
.left_pro1 .con a:hover{background: #f6ae00;border-color: #f6ae00;}
.link-cover {
  overflow: hidden;
  padding: 30px 0 20px;
  border-top: 1px solid #e6e6e6;
}
.link-cover .title {
  float: left;
  width: 80px;
  height: 35px;
  background: url(../images/link-icon.png) no-repeat left center;
}
.link-cover .link-list {
  float: left;
  width: 1000px;
  height: 35px;
  overflow: hidden;
}
.link-cover .link-list a {
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 22px;
  font-size: 14px;
  color: #808080;
}
.link-cover .link-list a img{
  display: block;
  height: 25px;
  margin:5px 0 0;
  width: auto;
}
.link-cover .link-list a:hover {
  color: #268ae7;
}
.link-cover .link-list em {
  display: block;
  float: left;
  font-size: 14px;
  color: #e6e6e6;
  line-height: 35px;
}
.link-cover .link-list.active {
  height: auto;
}
.link-cover .link-more {
  cursor: pointer;
  float: right;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 35px;
  height: 35px;
  padding-right: 20px;
  background: url(../images/down-arr.png) no-repeat right center;
}
.link-cover .link-more.on {
  background: url(../images/up-arr.png) no-repeat right center;
}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}
/*# sourceMappingURL=./index.css.map */