@charset "utf-8";

/*~~~~框架布局~~~*/

html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}





/*==版心定义↓==*/

.container{width:1600px;}

a:hover{color:#2d499c}

.bga{background:#f8f8f8;}



/*==字符串↓==*/

*:before,*:after,em,i,.iof{font-style: normal;font-family: "iconfont";line-height:1;transition: all .4s ease-in-out}



@font-face {

  font-family: 'iconfont';  /* Project id 1963410 */

  src: url('//at.alicdn.com/t/c/font_1963410_hh0v56a27k7.woff2?t=1665299357871') format('woff2'),

       url('//at.alicdn.com/t/c/font_1963410_hh0v56a27k7.woff?t=1665299357871') format('woff'),

       url('//at.alicdn.com/t/c/font_1963410_hh0v56a27k7.ttf?t=1665299357871') format('truetype');

}



/*==顶部↓==*/

.fixed-top.header{ position: fixed;width:100%;z-index:99; padding:10px 0;height:80px;box-shadow: 0 0 10px #ddd;  }

.fixed-top.header:before{opacity:1; height:100%;}

.fixed-top.header .logo img{ height:60px;}

.fixed-top.header .nav{margin-top: 20px;}

.fixed-top.header .nav > li > a{padding-bottom: 26px;}

.fixed-top.header .tel{  }

/*--*/

.header{z-index:99;padding:20px 0;height:100px;}

.header:before{opacity:0; content:"";position:absolute;bottom:0;z-index:-1;width:100%;height:80%;background: #fff;transition: all .4s ease-in-out;}

.header .logo{float:left;display: flex;align-items: center;}

.header .logo img{ /* max-height: 100%; */}

.header .logo .txt{position:relative;color:#000123;font-size:24px;display: block;margin-left: 40px;}

.header .logo .txt font{display: block;margin-top: 0px;font-size:14px}

.header .logo .txt:before{content:"";position: absolute;top: 0;left: -20px;bottom: 0;width:1px;height: 80%;background: #eee;}

.header .tel{position: relative;float: right;display: flex;margin: 15px 0 0 60px;font-size: 20px;color: #0089e1;align-items: center;}

.header .tel:before{content: "\e6b5";font-size: 28px;margin-right: 10px;font-weight: 400;color: #0089e1;}.header .nav{display:flex;float: right;margin-top: 20px;}

.header .nav > li{/* flex: 1; */float: left;margin-left: 35px;position: relative;}

.header .nav > li > a{position: relative;display: block;color:#000123;font-size:16px;text-align: center;padding-bottom: 39px;}

.header .nav > li > a:after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#0089e1;transition:transform .5s;transform: scale(0,1);transform-origin:right;}

.header .nav > li:hover > a,.header .nav > li.active > a{color:#0089e1; }

.header .nav > li:hover > a:after,.header .nav > li.active > a:after{transform: scale(1);transform-origin:left;}

.header .nav .sub{display:none;width: 200%;left:-50%;top: 100%;position:absolute;border:1px #ddd solid;background: rgba(255,255,255,1);padding: 0px 0;z-index: 999;text-align: center;/* box-shadow: 0 0 10px #ddd; */}

.header .nav .sub a{display: block;color: #5e5e5e;font-size: 14px;padding:8px 10px}

.header .nav .sub a:hover{color:#fff; background: #0089e1;}

/*.header .nav li:last-child .sub{display: none !important;}*/





/*==次级导航2↓==*/

.column{padding: 20px 0;width:100%;display:table;text-align: center;border-bottom: 1px #ddd solid;border-top: 1px #ddd solid;overflow:hidden;background: #fff;}

.column .nav{float: left;}

.column li{/*! flex: 1; */display: inline-block;margin-right: 60px;}

.column li a{position:relative;z-index:2;display: block;color:#333333;font-size:17px; /* background: #f7f7f7; */}

.column li a:after{content: "";position: absolute;left:0;bottom: -20px;z-index:-1;width:100%;height:2px;background: #0089e1;transition:transform .5s;transform: scale(0,1);transform-origin:right;}

.column li:hover a,.column li.active a{ color:#0089e1;}

.column li:hover a:after,.column li.active a:after{transform: scale(1);transform-origin:left;}

/*--*/

.column .site{float:right;}

.column .site{color:#888;font-size:14px;}

.column .site .home i{margin-right:10px;color:#333;font-weight:bold}

.column .site a{color:#888;font-size:14px;}

.column .site a:hover{color:#0089e1;}





/*==次级导航↓==*/

.menu{width:100%;margin-top:60px;margin-bottom:-10px;}

.menu ul{display:table; text-align: center;/*! background:#f2f3f4; *//*! width: 100%; */margin: auto;}

.menu li{/*! flex: 1; */ display: inline-block;}

.menu li a{position:relative;z-index:2;display: block;margin:0 10px 10px 10px;color:#191919;font-size:18px;border: 1px #e9e9e9 solid;overflow: hidden;padding: 10px 40px;border-radius: 6px; background: #f7f7f7;}

.menu li a:after{ content: ""; position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%; background: #2d499c;transition:transform .5s;transform: scale(0,1);transform-origin:right;}

.menu li:hover a,.menu li.active a{ color:#fff;border-color:#2d499c }

.menu li:hover a:after,.menu li.active a:after{transform: scale(1);transform-origin:left;}





/*==面包屑↓==*/

.site{}

.site .container{padding: 20px 0;border-bottom:1px #ddd solid;}

.site .home i{color:#333;font-weight:bold;font-size:16px;margin-right:10px;}

.site a{color:#666;font-size:12px;}

.site a:hover{color:#2d499c}

.site .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}

.site .more:hover{color:#fff; background: #2d499c;}





/*==标题↓==*/

.titleAx{color:#000123;font-size:44px;line-height: 1;}  

.titleAx span{margin-bottom:15px;display: block;color:#000123;font-size:54px;font-weight: 400;text-transform: Uppercase;}

.titleAx b{position: relative;color:#000123;font-size:32px;margin:0 20px}

.titleAx b:before,.titleAx b:after{content: "";position: absolute;left: -15px;top:0;bottom:0;margin: auto;width:2px;height:30px;background: #2d499c;}

.titleAx b:after{left: auto;right: -15px;}

.titleAx p{position: relative; display: block;margin-top:25px; color:#000123;font-size:16px;line-height:26px;}

.titleAx font{color:#2d499c}

.titleAx hr{display: block;margin: 10px auto 0;width: 40px;height: 3px;border:none;background: #2d499c;}

.titleAx.cen{text-align: center;margin-bottom:50px;}

.titleAx.m30{margin-bottom:30px}

.titleAx.m40{margin-bottom:40px}

.titleAx.white,.titleAx.white b,.titleAx.white span{color:#fff}

.titleAx.white hr{background:#fff}

/*--*/

.titleBx{color:#000123;font-size:40px;margin-bottom:50px; text-align: center;}

.titleBx span{display: block; margin:10px auto 0;color:#666;font-size:18px;font-weight:400}

.titleBx hr{display: block;margin: 10px auto 0;width: 40px;height: 2px;border:none;background: #2d499c;}

.titleBx.cen{text-align: center;}
.titleBx.lef{text-align: left;}
.titleBx.lef hr{margin:initial; margin-top:10px;}
.titleBx.white,.titleBx.white span{color:#fff}

.titleBx.white hr{background: #fff;}

.titleBx.tTop{margin:50px 0 -20px 0;}





/*==边距↓==*/

.ptm60{padding:60px 0}

.ptm80{padding:80px 0}

.ptm100{padding:100px 0}

.pt60{padding-top:60px}

.pt80{padding-top:80px}

.pt100{padding-top:100px}

.pm60{padding-bottom:60px}

.pm80{padding-bottom:80px}

.pm100{padding-bottom:100px}

/*--*/

.mtm60{margin:60px 0}

.mtm80{margin:80px 0}

.mtm100{margin:100px 0}

.mt60{margin-top:60px}

.mt80{margin-top:80px}

.mt100{margin-top:100px}

.mm60{margin-bottom:60px}

.mm80{margin-bottom:80px}

.mm100{margin-bottom:100px}



/*句段限制*/

.abbr{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.lcp{-webkit-line-clamp: 2;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}





/*===内页框↓==*/

.rack{float:left;width:100%;padding:70px 0 80px 0;}

.rackWor{}





/*==切换效果↓==*/

.cut-item .btn {position:absolute;top:50%;left:-60px;display:block;width: 40px;line-height: 40px;text-align:center;color: #2d499c;font-size:18px;font-weight:bold;transform:translateY(-50%);cursor:pointer;border: 1px #2d499c solid;border-radius: 50%;/*background:#fff;*/    transition: all .4s ease-in-out;}

.cut-item .btn.sNext {left:auto;right:-60px;}

.cut-item .btn:hover {color:#fff;border-color: #2d499c;background:#2d499c;}

.cut-item .btn:hover:before {color:#fff}

.cut-item .sPrev:before {content:"\e662";}

.cut-item .sNext:before {content:"\eb9b";}

/*-切换点1-*/

.spot-dot {}

.spot-dot {position:initial;margin:40px auto 0;text-align:center;}

.spot-dot span {opacity:1;width:15px;height:15px;margin:0 10px;border:1px #ddd solid;background:#fff;}

.spot-dot span.swiper-pagination-bullet-active {background:#2d499c;}

/*-切换点2-*/

.spot-forte{position:initial;margin:40px auto 0;text-align:center;}

.spot-forte span{opacity:0.8;width:25px;height:6px;border-radius:0px;margin:0 6px;background:#fff;}

.spot-forte span.swiper-pagination-bullet-active{opacity:1;background:#2d499c;}







/*==更多按钮↓==*/ 



.more-1{display: table;margin:auto;margin-top: 40px;color:#fff;font-size:14px; padding:12px 30px; border-radius: 5px; background: #2d499c;}

.more-1:hover{color:#fff; background:#333;}





/*==标题+tab↓==*/

.title-tip{display: flex;position: relative;margin-bottom:50px;overflow: hidden;align-items: center;justify-content: space-between;}

.title-tip .titleAx{float:left}

.title-tip .con{ display: flex;}

.title-tip .con .btn{display: flex;width: 50px;height: 50px;margin-left: 10px;text-align:center;color: #5a5a5a;font-size: 18px;cursor:pointer;box-shadow: 2px 2px 10px #ddd;transition: all .4s ease-in-out;border: 1px #8a8a8a solid;justify-content: center;align-items: center;}

.title-tip .con .btn.sNext {left:auto;right:-60px;}

.title-tip .con .btn:hover {color:#fff;border-color: #2d499c; background: #2d499c;}

.title-tip .con .btn:hover:before {color:#fff}

.title-tip .con .btn:before {content:"\e662";transition: all .4s ease-in-out;}

.title-tip .con .sNext{transform: rotate(180deg);}

.title-tip .con .sPrev:before{ }

.title-tip .con .more{display: flex;width: 50px;height: 50px;margin-left: 10px;text-align:center;color: #5a5a5a;font-size: 18px;cursor:pointer;box-shadow: 2px 2px 10px #ddd;transition: all .4s ease-in-out;border: 1px #8a8a8a solid;justify-content: center;align-items: center;}

.title-tip .con .more:hover {color:#fff;border-color: #2d499c; background: #2d499c;}





/*==首页产品↓==*/

.productHome{background: url(../images/productBg.jpg) no-repeat center; background-size:cover;}

.productHome .spot{display: none;} 





/*===产品列表↓==*/

.product-list.edge{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}

.product-list.edge li{display: inline-block;width:calc(25% - 30px);margin:0 0 30px 30px; }

.product-list.edge a{box-shadow: 5px 5px 20px #eee;}

.product-list li{}

.product-list a{position: relative;display: block;border:1px #eee solid;background: #fff;}

.product-list a:before{opacity:0; content:""; position: absolute;left:0;bottom:0;z-index:2;width:50%;height:3px;background: #2d499c;}

.product-list .pic{padding-top:110%; }

.product-list .top{display: flex;border-bottom: 1px #ddd solid;justify-content: space-between;align-items: center;}

.product-list .top i{color: #292929;font-size:36px;margin-left: 30px;}

.product-list .top:after{content:"\e65b";display: flex;/* float:right; */padding: 20px 30px;color:#666;font-size: 24px;border-left: 1px #ddd solid;align-items: center;justify-content: space-between;}

.product-list .box{padding:30px 20px;}

.product-list .box .till{color:#000000;font-size:20px;}

.product-list h4{color:#2d499c;font-size:28px; }

.product-list p{height:50px;color:#666;font-size:16px;margin-top:5px;}

.product-list li:hover{}

.product-list li:hover .top i{color:#2d499c}

.product-list li:hover .top:after{color:#fff; background:#2d499c}

.product-list li:hover h4{color:#2d499c}

.product-list li:hover a:before{opacity:1;width:100%}

.product-list li:hover .title{}



 



/*==首页行业应用↓==*/

.applyHome{background: url(../images/applyBg.jpg) no-repeat center; background-size:cover;}

.applyHome .list{display: flex;flex-wrap: wrap;}

.applyHome .list li{width: 16.6%;display: inline-block;text-align: center;}

.applyHome .list a{position: relative;z-index: 2; display: flex;padding:20px 20px;border-radius:20px;flex-direction: column;align-items: center;overflow: hidden;}

.applyHome .list a:after{opacity: 0; content: "";position:absolute;left:0;top:0;bottom:0;right:0; background:url(../images/yuan.png) no-repeat center;}

.applyHome .list em{display: block;width: 100px;height: 100px;overflow:hidden}

.applyHome .list em img{transform: translateY(0px);filter: drop-shadow(0px 100px #fff);transition: all .4s ease-in-out;}

.applyHome .list h4{margin-top:5px;color:#000123;font-size:20px; }

.applyHome .list li:hover a{background: #2d499c;}

.applyHome .list li:hover a:after{opacity: 1;}

.applyHome .list li:hover h4{color:#fff}

.applyHome .list li:hover em img{/* margin-top:-50px; */transform: translateY(-100%);}













/*==案例tab↓==*/

.case-tab{display: flex;}

.case-tab .roll{flex-shrink: 0;width: 270px;border:1px #eee solid;margin-right:30px;}

.case-tab .roll li{border-bottom:1px #eee solid;background: #fafcfe;}

.case-tab .roll a{position: relative;display: flex;padding: 30px 20px;align-items: center;justify-content: space-between;overflow: hidden;}

.case-tab .roll a:after{opacity: 0; content: "";position:absolute;left:0;top:0;bottom:0;right:0; background:url(../images/yuan.png) no-repeat center;}

.case-tab .roll h4{color:#000123;font-size:20px;}

.case-tab .roll h4 span{display: block; margin-top:1px;color:#999;font-size:12px;}

.case-tab .roll em{display: block;width: 48px;height: 45px;overflow:hidden}

.case-tab .roll em img{transform: translateY(0px);filter: drop-shadow(0px 45px #fff);transition: all .4s ease-in-out;}

.case-tab .roll li.active a{background: #2d499c;}

.case-tab .roll li.active a:after{opacity: 1;}

.case-tab .roll li.active h4{color:#fff}

.case-tab .roll li.active h4 span{ opacity:0.6; color:#fff}

.case-tab .roll li.active em img{/* margin-top:-50px; */transform: translateY(-100%);}







/*==案例列表↓==*/

.case-list{display: flex;margin:0 0 -20px -20px;flex-wrap: wrap;}

.case-list li{width:calc(33.3% - 20px);margin:0 0 20px 20px;display: inline-block;}

.case-list a{position: relative; display: block;}

.case-list .pic{ overflow: hidden;}

.case-list .pic:before{opacity: 0;content: "\e644";position: absolute;left:0;right:0;top:0;bottom:0;height: fit-content;margin: auto;text-align: center;z-index:2;color:#fff;font-size: 45px;}

.case-list .pic:after{content: "";opacity: 0;position: absolute;left:0;right:0;top:0;bottom:0;background: #2d499c;transform: translateY(20px);}

.case-list h4{position: relative;padding: 12px 0;border-bottom:1px #ddd solid;color:#333333;font-size:16px;}

.case-list h4:after {content:"";position:absolute;left:0;bottom: -1px;/* z-index:-1; */width:100%;height: 1px;background: #2d499c;transition:transform .5s;transform:scale(0,1);transform-origin:right;}

.case-list li:hover a{}

.case-list li:hover h4{color:#2d499c}

.case-list li:hover h4:after{transform:scale(1);transform-origin:left;}

.case-list li:hover .pic:before{opacity: 1;}

.case-list li:hover .pic:after{opacity: 0.5;transform: translateY(0px);}







/*==首页优势↓==*/

.advantageHome{background: url(../images/advantageBg.jpg) no-repeat center; background-size:cover;}

.advantageHome ul{display:flex;margin: 0 0 -50px -80px;flex-wrap: wrap;}

.advantageHome ul li{display:flex;width: calc(30% - 80px);margin: 0 0 50px 80px;}

.advantageHome ul em{margin-right: 20px;}

.advantageHome ul .box{flex: 1;}

.advantageHome ul h4{color:#fff;font-size: 28px;}

.advantageHome ul p{opacity: 0.8;margin-top: 10px;color:#fff;font-size: 15px;line-height: 26px;}

.advantageHome ul li:hover{transform: translateY(-5px);}





/*==首页支持↓==*/

.supportHome{}

.supportHome .long{position: relative;z-index: 2;overflow: hidden;}

.supportHome .pho{position: absolute;right:0;top:0;bottom:0;z-index: -1;}

.supportHome ul{margin:100px 0;float: left;}

.supportHome ul li{position: relative;display: flex;margin-bottom:30px;padding-bottom:30px;border-bottom:1px #eee solid;flex-direction: row-reverse;justify-content: space-between;align-items: center;}

.supportHome ul li:after {content:"";position:absolute;left:0;bottom: -1px;/* z-index:-1; */width:100%;height: 1px;background: #2d499c;transition:transform .5s;transform:scale(0,1);transform-origin:right;}

.supportHome ul em{margin-left:30px;width: 42px;height: 42px;overflow: hidden;}

.supportHome ul .box{ width: 300px;}

.supportHome ul em img{filter: drop-shadow(0px 42px #2d499c);transition: all .4s ease-in-out;}

.supportHome ul h4{color:#000123;font-size:24px;}

.supportHome ul p{display: block; color:#888;font-size:16px;margin-top:5px}

.supportHome ul li:hover:after{transform:scale(1);transform-origin:left;}

.supportHome ul li:hover *{color:#2d499c}

.supportHome ul li:hover em img{/* margin-top:-50px; */transform: translateY(-100%);}



 

/*===首页新闻↓==*/
.newsHome{ background: #f7f8fc;}
.newsHome .down{}
.newsHome .list_1{display: flex; margin:0 0 -20px -20px;}
.newsHome .list_1 li{width:calc(33.3% - 20px); margin:0 0 20px 20px;}
.newsHome .list_1 a{display:block}
.newsHome .list_1 .pic{height:277px;}
.newsHome .list_1 .pic:before{opacity:0;content:"";position: absolute;z-index: 1;left:0%;top:0;width:100%;height: 100%;background:#000;}
.newsHome .list_1 .pic img{width:100%;height: 100%;object-fit: cover;} 
.newsHome .list_1 .box{padding:30px 20px;}
.newsHome .list_1 h4{color:#000;font-size: 20px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsHome .list_1 h4:before{content:"";float: left;display:none;margin: 12px 10px 0 0;width:10px;height:2px;background: #2d499c;}
.newsHome .list_1 p{-webkit-line-clamp: 1;margin-top: 10px;color:#666666;font-size: 16px;line-height: 22px;}
.newsHome .list_1 .more{position: absolute;right: 0;bottom: 0;padding: 8px 20px;color: #fff;font-size: 16px;/* display:  none; */background: #0b3861;}
.newsHome .list_1 .act{display: flex;padding: 20px 20px;margin-top: 10px;background: #fff;justify-content: space-between;align-items: center;}
.newsHome .list_1 .act .time{color:#999;font-size:14px;}
.newsHome .list_1 .act:after{content: "\e61d";display: flex;width:35px;height: 35px;color:#2d499c;font-size: 18px;font-weight: bold;border:1px #2d499c solid;border-radius: 50%;transform: rotateZ(-40deg);justify-content: center;align-items: center;}
.newsHome .list_1 li:hover .more{color:#fff;background:#2d499c}
.newsHome .list_1 li:hover h4{color:#2d499c}
.newsHome .list_1 li:hover a{color:#2d499c;background: #fff;}
.newsHome .list_1 li:hover .act:after{color:#fff;background: #2d499c;transform: rotateZ(0deg);}
.newsHome .list_2{display: flex;margin: 50px 0 -15px -20px;flex-wrap: wrap;}
.newsHome .list_2 li{width:calc(33.3% - 20px);margin: 0 0 15px 20px;}
.newsHome .list_2 a{position:relative; display:block;padding-right:80px;}
.newsHome .list_2 h4{display: block;position: relative;color:#5b5b5b;font-size: 15px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsHome .list_2 .time{position: absolute;top:0;right:0; color:#afafaf;font-size:12px;}
.newsHome .list_2 li:hover{transform:translateX(5px)}
.newsHome .list_2 li:hover h4{color:#2d499c}







/*==解决方案↓==*/

.SolutionIn{}

.solution-list{ overflow: hidden;}

.solution-list li{position: relative;width:100%;margin-bottom: 50px;padding-bottom: 50px;border-bottom: 1px #ddd solid;clear: both;overflow: hidden;z-index: 2;}

.solution-list li:last-child{margin-bottom:0px;padding-bottom:0px;border-bottom:none;}

.solution-list a{position: relative;display: flex;width: 100%;overflow: hidden;justify-content: flex-end;}

.solution-list .box{position:relative;z-index:1;padding:50px;width: 45%;margin: 80px 80px;border: 1px #fff solid;border-radius: 5px;background:#fff;}

.solution-list li:nth-child(2n) a{justify-content: flex-start;}

.solution-list h4{position:relative; color:#191919;font-size:28px;margin-bottom:40px;}

.solution-list h4:after{content:"";display: block;margin-top: 15px;width: 40px;height:2px; border:none;background: #2d499c;}

.solution-list h4 span{ display: block; color:#999;font-size:14px;}

.solution-list p{    -webkit-line-clamp: 3;color: #6a6a6a;font-size: 16px;line-height: 28px;}

.solution-list .bg{position: absolute;left:0;top:0;width: 100%;height:100%;z-index: -1;}

.solution-list .bg img{width:100%;height: 100%;object-fit: cover;}

.solution-list .more{position: relative;z-index: 2;margin-top:30px;display:table;color:#fff;font-size:14px;padding:10px 40px;background:#2d499c}

.solution-list li:hover .box{border-color:#2d499c;transform: translateY(-5px);}

.solution-list li:hover h4:after{width:50px;}

.solution-list li:hover .more{background:#333}





/*==详情页框架2↓==*/

.ss-main{display: flex;}

.ss-lefter{flex: 1;min-width:50%}

.ss-lefter .shell{margin-top: -1px;border:1px #ddd solid;}

.ss-lefter .title{padding:50px 50px;color:#2d499c;font-size:30px;text-align: center;border-bottom:1px #2d499c solid;background: url(../images/titleBg.jpg) no-repeat center;}

.ss-lefter .wx{color:#666;font-size:15px;line-height:28px;}

/*--*/

.ss-lefter .frame{position:relative;padding:50px;/* margin-bottom:30px; */}

.ss-lefter .frame:before{content:"";position:absolute;left:50px;right:50px;bottom:0;width:auto;height:1px;background:#eee}

.ss-lefter .frame:last-child:before{display:none}

.ss-lefter .frame .tit{position:relative;margin-bottom:20px;padding-left:15px;color:#333;font-size:20px}

.ss-lefter .frame .tit:before {content:"";position:absolute;left:0;top:25%;width:3px;height:50%;background:#2d499c;}

/*--*/

.ss-lefter .intro{display: flex;flex-direction: row-reverse;}

.ss-lefter .intro .pic{flex-shrink: 0;width: 45%;margin-left: 50px;}

.ss-lefter .intro .pic img{width:100%;height: 100%;object-fit: cover;}

.ss-lefter .intro .box{position: relative;flex: 1;}

.ss-lefter .intro h3{color: #666;font-size: 28px;margin-bottom:40px;}

.ss-lefter .intro span{ display: block; color:#999;font-size:14px;}

.ss-lefter .intro hr{display: block;margin:10px 0 0 0; width:20px;height:2px; border:none;background: #2d499c;}

.ss-lefter .intro p{-webkit-line-clamp: 3;color: #666;font-size:16px;line-height:30px;}

.ss-lefter .intro .more{position: relative;z-index: 2;margin-top: 40px;display:table;color: #fff;font-size:14px;padding:10px 40px;/* border: 1px #999 solid; */background:#2d499c;}

.ss-lefter .intro .more:hover{color:#fff;background:#ff8525;}

.ss-lefter .intro li:hover .more{color:#fff;border-color:#2d499c;background:#2d499c}

/*--*/

.ss-lefter .tone{padding: 30px 50px;border-bottom: 1px #ddd solid;clear: both;overflow: hidden;background: #f5f5f5;}

.ss-lefter .tone li{position:relative;float: left;color:#333;font-size:22px;}

.ss-lefter .tone li:after{content:"";position: absolute;left:0;bottom: -30px;width:100%;height:2px;background:#2d499c;transition:transform .5s;transform: scale(0,1);transform-origin:right;}

.ss-lefter .tone li.active{color:#2d499c; }

.ss-lefter .tone li:hover:after,.ss-lefter .tone li.active:after{transform: scale(1);transform-origin:left;}

/*--*/

.ss-lefter .pagIng{position: relative;padding: 30px 50px;overflow: hidden;background: #f5f5f5;}

.ss-lefter .pagIng .return{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto; width: fit-content;height: min-content;text-align: center;}

.ss-lefter .pagIng .return:before{content:"\e7bf";float:left;margin: 3px 5px 0 0;font-size: 16px;color:#666;}

.ss-lefter .pagIng span{color:#666;font-size:14px;max-width: 40%;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.ss-lefter .pagIng .prev{float:left}

.ss-lefter .pagIng .next{float:right;}

.ss-lefter .pagIng a{color:#333;font-size:14px;}

.ss-lefter .pagIng a:hover,.ss-lefter .pagIng .return:hover:before{color:#2d499c}

/*--*/

.ss-righter{flex-shrink: 0;width:24%;margin-left:30px;}

.ss-righter .shell{margin-bottom:50px}

.ss-righter .bga{border:1px #ddd solid;margin-top:-31px;padding: 25px 40px;background: #f5f5f5;}

.ss-righter .title{color:#333;font-size: 26px;margin-bottom:30px;padding:25px;border:1px #ddd solid;background: #f5f5f5;}

.ss-righter .title span{display: block;color:#999;font-size:14px;}

/*--*/

.ss-righter .list_1{}

.ss-righter .list_1 li{margin-bottom:10px;}

.ss-righter .list_1 a{display: block;}

.ss-righter .list_1 h4{color:#666;font-size:16px;text-align: center;padding:15px}

.ss-righter .list_1 li:hover h4{color:#fff;background: #2d499c;}

/*--*/

.ss-righter .nav{}

.ss-righter .nav ul{}

.ss-righter .nav li{border-bottom:1px #ddd solid}

.ss-righter .nav li:last-child{border-bottom:none;}

.ss-righter .nav a{display: block;color:#666;font-size: 16px;padding: 10px 0;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.ss-righter .nav a:hover{color:#2d499c;transform:translateX(-5px)}





/*==左右图片切换↓==*/

.srllOrso {display:flex}

.srllOrso .leftPic {width:80%;float:left;border:2px #efefef solid;background:#fff;}

.srllOrso .leftPic img {display:block;margin:auto;max-width:100%;height:100%;object-fit:cover;}

.srllOrso .rightPic {width:20%;float:right;margin-left:15px;}

.srllOrso .rightPic li {height:20%;margin-bottom:20px;border:2px #efefef solid;cursor:pointer;background:#fff;}

.srllOrso .rightPic li img {display:block;max-width:100%;height:100%;margin:auto}

.srllOrso .rightPic li.swiper-slide-thumb-active {border-color:#2d499c;}

.srllOrso .leftPic,.srllOrso .rightPic {height:550px;}

.srllOrso .leftPic .look {opacity:0;position:absolute;left:0;bottom:0;z-index:2;width:100%;padding:10px;color:#fff;font-size:16px;height:40px;text-align:center;transform:translateY(40px);background:rgba(0,0,0,0.5);}

.srllOrso .leftPic .look i {margin-right:10px;display:inline-block;font-size:20px;}

.srllOrso .leftPic:hover .look {opacity:1;transform:translateY(0px);}

.srllOrso .rightPic:hover .btn {opacity:1 !important;}

.srllOrso .btn {opacity:0;position:absolute;top:0;left:0;right:0;z-index:2;margin:0px;padding:5px 0;cursor:pointer;text-align:center;background:rgba(0,0,0,0.4);transition:all .4s ease-in-out;}

.srllOrso .btn:before {color:#fff;font-size:32px;display:block;}

.srllOrso .sPrev:before {content:"\ebd1";}

.srllOrso .sNext:before {content:"\eb9c";}

.srllOrso .btn.sNext {top:auto;bottom:0;}

.srllOrso .btn:hover {opacity:1;background:rgba(0,0,0,0.6)}





/*==新闻↓==*/

.NewsListBox{padding-bottom:0 !important}

.NewsListBox .up{margin-bottom:90px;}

.NewsListBox .up .more{}

.NewsListBox .up .more{color:#fff;font-size:12px;padding: 10px 30px;display: table;margin-top: 40px;background: #666;}

.NewsListBox .up .more:before{content: "\e61f";font-family: "iconfont";line-height:1;float:right;/* width:10px; */height: 10px;font-size: 21px;margin: -1px 0 0 10px;transition: all .4s ease-in-out;}

.NewsListBox .up .more:hover{ background: #2d499c;}

.NewsListBox .up .more:hover:before{transform:translateX(3px);}

.NewsListBox .up .swiper-container:after{content: "";position: absolute; left:0;bottom:0;width:100%;height:100px; background: #009fe8;}

.NewsListBox .up .spot{bottom:0;display: table;width: 100%;left: 700px;/*! margin-left: 52px; */text-align: left;padding: 30px 35px 30px 50px;background:#2d499c;}

.NewsListBox .up .spot span{ opacity:1;width:10px;height:10px; background:rgba(255,255,255,0.5);margin-right: 12px;}

.NewsListBox .up .spot .swiper-pagination-bullet-active{ background:#fff}

.NewsListBox .up li{ position: relative; }

.NewsListBox .up li a{position: relative;display: block;height: 450px;padding:50px 50px 50px 750px;background:#f2f2f2;}

.NewsListBox .up li .pic{float: left;position:absolute;left:0;top:0;width:700px;height: 100%;}

.NewsListBox .up li .pic img{max-width:100%;height: 100%;object-fit: cover;}

.NewsListBox .up li .box{/*! text-align: center; */float: left;width: 100%;height: 100%;}

.NewsListBox .up li .box h4{width: 100%;font-size:24px;color:#191919;/*! font-weight: bold; */overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.NewsListBox .up li .box .time{position:relative; display: block; color:#999;font-size:12px;margin-top:20px;}

.NewsListBox .up li .box .time:before{content:"";float:left;margin:10px 20px 0 0; width:40px;height:1px; background:#ccc}

.NewsListBox .up li .box p{-webkit-line-clamp: 4;font-size:14px;color:#464646;margin-top: 30px;line-height: 24px;}

.NewsListBox .up li:hover h4{color:#2d499c}

.NewsListBox .shell{padding: 70px 0 50px 0;background-color: #f3f3f3; overflow: hidden;}

.NewsListBox .shell ul{margin:0 0 -30px -30px;}

.NewsListBox .shell li{float: left;width: 33.3%;}

.NewsListBox .shell li a{position: relative;display: block;margin:0 0 30px 30px;padding: 30px; overflow: hidden;background-color: #fff;}

.NewsListBox .shell li a:after{content: "";position: absolute;left: 0;top: 0;height: 3px;width: 0;transition: all .5s;background-color: #2d499c;}

.NewsListBox .shell li a h4{width: 100%;font-size: 16px;color: #191919;margin-top:30px;;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .4s;}

.NewsListBox .shell li a .txt{-webkit-line-clamp: 2;font-size: 14px;color: #666666;line-height: 24px;margin-top:15px;/*! overflow: hidden; */margin-bottom: 15px;}

.NewsListBox .shell li a .pic{display: block;position: relative;width: 100%;padding-top: 70%;overflow: hidden;}

.NewsListBox .shell li a .pic img{display: block;position: absolute;width: 100%;height: 100%;transition: all .4s;top: 0;left: 0}

.NewsListBox .shell li a .time{float:left; margin-right:20px; display: block;font-size: 12px;color: #999999;}

.NewsListBox .shell .more{float:left;color:#999;font-size:12px;padding: 0 0px;display: block;}

.NewsListBox .shell .more:before{content: ""; float:right;width:10px;height:7px;margin:6px 0 0 10px;background: url(../images/line02.png) no-repeat -10px 0px;transition: all .4s ease-in-out;}

.NewsListBox .shell li:hover a{box-shadow:0 0 20px 10px rgba(0,0,0,0.08);}

.NewsListBox .shell li:hover a{transform: scale(1.02);}

.NewsListBox .shell li:hover a:after{width: 100%;}

.NewsListBox .shell li:hover a h4{color: #2d499c}

.NewsListBox .shell li:hover .more{color:#f60}

.NewsListBox .shell li:hover .more:before{ background-position:0 0 }





/*==新闻详细页↓==*/

.NewsDetailBox{}

.NewsDetailBox .titleTop{ text-align: center;padding:0 0 50px 0;margin:0 0 60px 0; border-bottom:1px #ddd solid}

.NewsDetailBox .tit{color:#000000;font-size:23px;}

.NewsDetailBox .msg{ margin-top:10px;color:#a7a7a7;font-size:14px;}

.NewsDetailBox .msg *,.NewsDetailBox .msg span,.NewsDetailBox .msg a{color:#a7a7a7;font-size:14px;}

.NewsDetailBox .msg span{margin:0 5px;}

.NewsDetailBox .msg a:hover,.NewsDetailBox .msg .active{color:#FF6600}

.NewsDetailBox .msg .active{font-weight:bold;}

.NewsDetailBox .share{height:60px;border-top:1px #aaa dotted; padding:20px 0;margin-top: 60px; overflow: hidden;}

.NewsDetailBox .share .bshare-custom{float:left;}

.NewsDetailBox .share .time{ float:left;margin-left:50px;color:#a7a7a7;font-size:14px;display: block;}

.NewsDetailBox .share .return{float:right; color:#fff;font-size:14px;padding:10px 20px 10px 38px;margin-top:-10px; background-color:#d2d2d2; background-image:url(../images/line202.png); background-position:12px 15px; background-repeat:no-repeat;}

.NewsDetailBox .share .return:hover{background-color:#2d499c}

.NewsDetailBox .pagIng{border-top:1px #aaa dotted;border-bottom:1px #aaa dotted;padding:15px 0;overflow: hidden;}

.NewsDetailBox .pagIng span{ display: inline-block;color:#888888;font-size:14px;}

.NewsDetailBox .pagIng span a{color:#888888;font-size:14px;}

.NewsDetailBox .pagIng span a:hover{color:#2d499c}

.NewsDetailBox .pagIng .prev{float:left}

.NewsDetailBox .pagIng .next{float:right}

.NewsDetailBox .relevant{margin-top:60px}

.NewsDetailBox .relevant .tit{color:#333;font-size:22px;}

.NewsDetailBox .relevant .list{margin-top:20px;}

.NewsDetailBox .relevant .list li{float:left;width:45%;margin:8px 0% 8px 0;}

.NewsDetailBox .relevant .list li:nth-of-type(even){float:right;}

.NewsDetailBox .relevant .list li .time{float: right; color:#858585;font-size:14px;}

.NewsDetailBox .relevant .list li a{ display: block; color:#858585;font-size:14px;padding-left:15px; background: url(../images/arrow_02.png) no-repeat left;transition: all .4s ease-in-out;}

.NewsDetailBox .relevant .list li:hover a{color:#2d499c}





/*==案例详情↓==*/

.CaseDetail{}

.CaseDetail .title{ color:#000;font-size:30px;/*text-align:*/center; margin-bottom:40px;}

.CaseDetail .tit{color:#353535;font-size:25px;margin-bottom:20px}

.CaseDetail .details{margin-top:60px}

.CaseDetail .details .wx{padding:30px;color:#666;font-size:14px;line-height:26px; background: #f4f4f4;}

.CaseDetail .relevant{margin-top:80px;}

.CaseDetail .relevant .list .pic{}

.CaseDetail .top{padding: 60px 30px 40px 30px;background: #f5f5f5;}

.CaseDetail .top .left{width:55%;}

.CaseDetail .top .right{width:40%}

.CaseDetail .top .right .title{color:#191919;font-size:30px;padding-bottom:20px;margin-bottom:30px;border-bottom:1px #ddd solid;}

.CaseDetail .top .right .wx{padding:20px;color:#666666;font-size:14px;min-height:100px;margin-bottom:80px;line-height: 24px;-webkit-line-clamp: 7;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden; background: #f2f2f2;}

.CaseDetail .top .right .tel{display: block;color:#191919;font-size:22px;margin-bottom:50px;padding: 20px 0 20px 0px;border-top:1px #ddd solid;border-bottom:1px #ddd solid;}

.CaseDetail .top .right .tel i{float:left;color:#666;font-size: 25px;margin-right: 15px;}

.CaseDetail .top .right .btn{float:left;padding:8px 40px;color:#fff;font-size:18px;margin-right:20px;border-radius:40px; background-color: #2d499c;}

.CaseDetail .top .right .btn i{float:left;margin: 3px 10px 0 0px;color:#fff;font-size:20px;}

.CaseDetail .top .right .online{/* padding-left:70px; */}

.CaseDetail .top .right .download{color:#4c4c4c;background: #fff;}

.CaseDetail .top .right .btn:hover{color:#fff;background-color: #333;}





/*==滚动大图↓==*/

.srllPho{ position: relative;;width: 100%;margin: auto;}

.srllPho .gallery-top{border: 1px #ddd solid; background:#fff ;}

.srllPho .gallery-top .look{ opacity:0; position:absolute; left:0;bottom:0;z-index:2;width:100%;padding:10px; color:#fff;font-size:16px;height:40px;text-align:center;transform: translateY(40px);  background:rgba(0,0,0,0.5) ;}

.srllPho .gallery-top .look i{ margin-right:10px; display:inline-block;font-size:20px;}

.srllPho .gallery-top:hover .look{opacity:1 ; transform: translateY(0px);}

.srllPho .gallery-top li{height:500px;}

.srllPho .gallery-top li img{max-width:initial;max-height:100%;width:auto;display: block;margin:auto;}

.srllPho .gallery-thumbs{margin-top:15px;padding: 0 50px;}

.srllPho .gallery-thumbs li{ width: 20%;height: 100%; border:2px #ddd solid; cursor: pointer; background:#fff;}

.srllPho .gallery-thumbs li.swiper-slide-thumb-active{ border:2px #2d499c solid;}

.srllPho .gallery-thumbs li img{max-width:100%;display: block;margin:auto;height:80px}

.srllPho .btn{opacity: 1;top:0;left:0;width: 40px;height:100%;padding:0 0;display:table;border-radius: 0%;margin: 0px;text-align:center; /*! border-radius: 5px; */color:#2d499c;font-size:40px;background-image:none;background-color:#ddd;background-position:center;background-repeat:no-repeat;background-size: auto;}

.srllPho .btn i{ display: table-cell;vertical-align: middle;padding: 0px;}

.srllPho .btn.nt{left:auto;right:0;}

/*.srllPic .btn.next{transform:rotate(180deg);}*/

.srllPho .btn:hover,.srllPho .btn:hover i{color:#fff; background-color:#2d499c;}

.srllPho .swiper-button-disabled{opacity: .5;}

/*.srllPic .btn:hover{ opacity: 1;}*/

.srllPho .gallery-top li a{height:100%; display: -webkit-box !important; display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center;justify-content: center; -webkit-box-align: center;  -webkit-align-items: center;-ms-flex-align: center;align-items: center}



/*==服务支持↓==*/
.serviceIn{padding-bottom:0px !important}
/*--*/
.ser-contan{}
.ser-contant .container{padding-bottom:80px;border-bottom:1px #ddd solid}
.ser-contant ul{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.ser-contant ul li{display: inline-block;width: calc(25% - 30px);margin:0 0 30px 30px;padding:50px 20px;text-align: center;background:#f5f5f5}
.ser-contant ul a{display:block;}
.ser-contant ul em{ color: #6a6a6a;font-size: 45px;}
.ser-contant ul span{display: block;color:#333;font-size:20px;margin-top: 20px;}
.ser-contant ul h5{display: block;color: #999;font-size: 15px;margin-top: 5px;}
.ser-contant ul li:hover{transform:translateY(-5px); background: #2d499c;}
.ser-contant ul li:hover *{color:#fff}


/*==常见问题列表↓==*/
.problem-list {margin:0px 0 -30px -30px;display:flex;flex-flow:row wrap;align-content:flex-start;}
.problem-list li {float:left;width:calc( 50% - 30px);margin:0 0 30px 30px;padding:30px;box-shadow:6px 15px 15px #eee;border:1px #f7f7f7 solid;background:#fff;}
.problem-list li a {display:block;}
.problem-list li h4 {-webkit-line-clamp:1;position:relative;color:#333;font-size:18px;padding-bottom:2px;}
.problem-list li p {position:relative;color:#666;font-size:15px;margin-top:15px;-webkit-line-clamp:2;}
.problem-list li h4,.problem-list li p {position:relative;padding-left:35px;}
.problem-list li em {position:absolute;left:0;top:0;display:block;margin-right:10px;width:25px;line-height:25px;border:1px #ddd solid;color:#666;font-size:16px;text-align:center;}
.problem-list li p em {border-color:#2d499c;color:#fff;background:#2d499c}
.problem-list li:hover {box-shadow:6px 15px 15px #ddd;transform:translateY(-5px);}
.problem-list li:hover h4 {color:#2d499c}
.problem-list li.w100 {width:100%;}


/*===留言反馈模块↓==*/
.feedback-item{ background: url(../images/feedbackBg01.jpg) no-repeat center; background-size:cover;}
.feedback-item .long{display: flex;justify-content: space-between;}
.feedback-item .left{flex-shrink: 1;/* flex: 1; */}
.feedback-item .left .titleBx{text-align: left;}
.feedback-item .left .titleBx hr{margin:10px 0 0 0;}
.feedback-item .tel{display: block;margin-top:100px;color:#fff;font-size:18px}
.feedback-item .tel h5{display:flex;align-items: center;}
.feedback-item .tel h5:before{content: "\e6a6";margin-right:10px;font-size: 22px;}
.feedback-item .tel font{display: block;margin-top: 5px;color:#fff;font-size:32px;}
.feedback-item .right{/* flex: 1; */width: 60%;}
.feedback-item form{display: flex;flex-wrap: wrap;}
.feedback-item form .shell{display: flex;width: calc(33.3% - 20px);margin-bottom:20px;border: 1px #ddd solid;padding: 10px 20px;align-items: center;background: #f4f4f4;}
.feedback-item form .shell.w100{width:100%}
.feedback-item form .ml{margin-left:20px;}
.feedback-item form .shell.vt{    align-items: flex-start;}
.feedback-item form h5 {/* width: 60px; */flex-shrink: 0;margin-right: 10px;color: #999999;font-size: 16px;}
.feedback-item form .fill{ flex: 1;/* width: 100%; */line-height: 30px;color:#666;font-size: 15px;border: none;background: none;}
.feedback-item form textarea{height:180px}
.feedback-item form .submit{position: relative;width: 100%;display: table;margin-top: 10px;color: #fff;font-size: 16px;padding: 15px 20px;border:none;cursor: pointer;border-radius: 5px;background: #2d499c;}
.feedback-item form .submit:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; background:#fff}
.feedback-item form .submit:hover:after{opacity:0.2}


/*===协作机器人↓==*/
.robotIn{padding-top:0px !important}
/*--*/
.rbo-ability{}
.rbo-ability .mode{display: flex;margin:0 0 0px -80px}
.rbo-ability .mode li{flex: 1;margin-left: 80px;}
.rbo-ability .mode h4{position:relative;color:#2d499c;font-size:20px;padding-bottom: 20px;margin-bottom: 15px;border-bottom:2px #ddd solid}
.rbo-ability .mode h4:before{content:"";position:absolute;left:0;bottom:-2px;width:100px;height:2px;background:#2d499c;}
.rbo-ability .mode h4 span{display: block;color:#cccccc;font-size:14px;text-transform: uppercase;}
.rbo-ability .mode h4 i{position: absolute;right: 0;top: -15px;bottom: 0;height: fit-content;margin: auto;color:#f2f2f2;font-size:64px;font-weight: bold;font-style: italic;}
.rbo-ability .mode h5{color:#000123;font-size:18px;margin-bottom: 0px;}
.rbo-ability .mode h5 font{color:#2d499c;font-size:28px;font-weight: bold;margin-right: 10px;}
.rbo-ability .mode p{color: #7a7a7a;font-size:14px;margin-top: 10px;line-height: 24px;}
.rbo-ability .specs{display: flex;margin-top:60px;margin-left:-30px}
.rbo-ability .specs li{flex: 1;margin-left: 30px;}
.rbo-ability .specs h4{color:#000123;font-size:20px;margin-top:15px;text-align:center;}
/*--*/
.rbo-honor{ background:  url(../images/honorBg02.jpg) no-repeat center; background-size:cover;}
.srll-honor_2{position:relative; }
.srll-honor_2 .list li{display: flex;height: 500px; align-items: center;justify-content: center;}
.srll-honor_2 .list li.swiper-slide-prev{justify-content: flex-start;}
.srll-honor_2 .list li.swiper-slide-next{justify-content: flex-end;}
.srll-honor_2 .list .pic{height: 250px;width: 100%;}
.srll-honor_2 .list a{position:relative;}
.srll-honor_2 .list a:before{opacity: 0.7;content:"";position:absolute;left:0;top:0;bottom:0;right:0;z-index: 3;background:#fff}
.srll-honor_2 .list h4{display: none; color:#fff;font-size:18px;margin-top:15px;text-align: center; }
.srll-honor_2 .list li.swiper-slide-active{padding:0px;transform: scale(1);}
.srll-honor_2 .list li.swiper-slide-active .pic{height:450px}
.srll-honor_2 .list li.swiper-slide-active a:before{opacity:0;}
.srll-honor_2 .list li.swiper-slide-active h4{display: block;}
.srll-honor_2 .btn {opacity:0.5; position:absolute;top: 50%;left: 40%;z-index: 5;margin-left: -40px;display:block;text-align:center;color: #fff;font-size: 35px;font-weight:bold;cursor:pointer;transform: translateY(-50%);    transition: all .4s ease-in-out;}
.srll-honor_2 .btn.sNext {left:auto;right: 40%;margin-left: 0;margin-right: -40px;}
.srll-honor_2 .btn:hover {opacity:1}
.srll-honor_2 .btn:hover:before {color:#fff;}
.srll-honor_2 .sPrev:before {content:"\e662";}
.srll-honor_2 .sNext:before {content:"\eb9b";}
.srll-honor_2 .spot{display:none}
/*--*/
.rbo-advantage{}
.rbo-advantage{background: url(../images/advantageBg02.jpg) no-repeat center; background-size:cover;}
.rbo-advantage ul{display:flex;margin: 0 0 -50px -80px;flex-wrap: wrap;}
.rbo-advantage ul li{display:flex;width: calc(30% - 80px);margin: 0 0 50px 80px;}
.rbo-advantage ul em{margin-right: 20px;}
.rbo-advantage ul .box{flex: 1;}
.rbo-advantage ul h4{color:#2d499c;font-size: 28px;}
.rbo-advantage ul p{opacity: 0.8;margin-top: 10px;color:#000123;font-size: 15px;line-height: 26px;}
.rbo-advantage ul li:hover{transform: translateY(-5px);}
/*--*/
.rbo-coopera{background: url(../images/cooperaBg.jpg) no-repeat center; background-size:cover;}
.rbo-coopera .up{display:flex;}
.rbo-coopera .up .left{flex:1;}
.rbo-coopera .up .right{position: relative;width:50%;margin-left: 100px;}
.rbo-coopera .up .right img{position: absolute;left: 0;top: 0;bottom: 0;max-width: initial;height:100%;object-fit: cover;}
.rbo-coopera .up ul{}
.rbo-coopera .up ul li{display: flex; margin-bottom:30px;padding-bottom:30px;border-bottom:1px #ddd solid}
.rbo-coopera .up ul i{display: flex;    flex-shrink: 0;width: 30px;height:30px;color:#fff;font-size:14px;border-radius: 50%;margin-right:20px;background: #2d499c;justify-content: center;align-items: center;}
.rbo-coopera .up ul p{color:#6d6d6d;font-size:16px;}
.rbo-coopera .up ul font{color:#2d499c}
.rbo-coopera .up .more{display: table;margin-top:20px;color:#fff;font-size:14px;padding: 8px 30px;border-radius: 5px;background:#2d499c;}
.rbo-coopera .up .more:hover{background: #333;}
/*--*/
.srll-photo{position:relative;}
.srll-photo .list .pic:after{content:""; opacity:0.5 !important; position:absolute;top:0;right:0;bottom:0;left:0; background: #2d499c;}
.srll-photo .list h4{position:absolute;left:0;right:0;bottom:20px;z-index:2;color:#fff;font-size:20px;text-align: center;}
.srll-photo .spot{display: none;}
/*--*/
.rbo-mold{}
.rbo-mold .more{display: table;margin-top:20px;color:#fff;font-size:14px;padding: 8px 30px;border-radius: 5px;background:#2d499c;}
.rbo-mold .more:hover{background: #333;}
.rbo-mold .long{display:flex;}
.rbo-mold .long .pho.mr{margin-right:60px}
.rbo-mold .long .pho.mr img{right:0}
.rbo-mold .long .pho.ml{margin-left:60px}
.rbo-mold .long .pho.ml img{left:0}
.rbo-mold .long .pho{position: relative;width:50%;}
.rbo-mold .long .pho img{position:absolute;top:0;bottom:0;width: 1000px;max-width: initial;height: 100%;object-fit: cover;}
.rbo-mold .long .info{flex: 1;}
.rbo-mold .list_1{}
.rbo-mold .list_1 li{display: flex; margin-bottom:20px;align-items: center;}
.rbo-mold .list_1 li:before{content:"";width: 8px;height:8px;border-radius: 50%;margin-right:10px;background: #2d499c;}
/*--*/
.rbo-mold .list_2{}
.rbo-mold .list_2 li{display: flex; margin-bottom:30px;padding-bottom:30px;border-bottom:1px #ddd solid}
.rbo-mold .list_2 li:before{content:"\e7cf";margin-right:10px;margin-top:5px;color: #2d499c;}
.rbo-mold .list_2 font{color:#2d499c}
/*--*/
.rbo-mold .list_3{display:flex;margin: 40px 0 -20px -20px;flex-wrap: wrap;}
.rbo-mold .list_3 li{display:flex;width: calc(50% - 20px);margin: 0 0 20px 20px;}
.rbo-mold .list_3 a{width:100%;}
.rbo-mold .list_3 .pic:after{content:""; opacity:0.5; position:absolute;top:0;right:0;bottom:0;left:0; background: #2d499c;}
.rbo-mold .list_3 h4{position:absolute;left:0;right:0;bottom:20px;color:#fff;font-size:20px;text-align: center;}


/*==产品详情tab切换↓==*/
.proShow_con .tone{display: flex;margin-bottom:40px;}
.proShow_con .tone li{position:relative; color:#666;font-size:20px;padding-bottom:10px;margin-right:30px;cursor: pointer;}
.proShow_con .tone li::before{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#2d499c;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.proShow_con .tone li.active{color:#2d499c}
.proShow_con .tone li.active:before{transform: scale(1);transform-origin:left;}
.proShow_con table tr td {padding:10px;text-align:center;border-width:1px;border-style:solid;vertical-align:middle;border-color:rgba(0,0,0,.08);}
.proShow_con table tr:nth-child(2n) {background:rgba(0,0,0,.01);}
.proShow_con table tr:hover {background:#2d499c;color:#fff;}
.proShow_con .down{width:70%;}



/*==list-box 图片列表↓==*/

.list-box{margin:0 0 -20px -20px}

.list-box li{display:inline-block; width: calc(25% - 20px);margin: 0 0 20px 20px; }

.list-box li img{max-width:100%;width:100%;}

.list-box li a{display:block; }

.list-box li .pic{border: 1px #eee solid; background: #f9f9f9;}

.list-box li:hover .pic{border: 1px #2d499c solid;}

.list-box li h4{color:#666;font-size: 15px;text-align: center;padding:12px 0;}

.list-box li:hover h4{color:#2d499c;}

.list-box.lx5 li{width: calc(20% - 20px);}





/*==底部===*/

.footer {position:relative;z-index:5;padding:80px 0 50px 0;background:#262a35;overflow:hidden;}

.footer .up{display: flex;justify-content: space-between;}

.footer .up .logo{overflow: hidden;}

.footer .up .logo img{filter: drop-shadow(0px 51px #fff);transform: translateY(-100%);}

.footer .up .istop{}

.footer .up .istop a{color:#fff;font-size:30px;}

.footer .up .istop a:hover{color:#2d499c}

.footer .middle{display:flex;position:relative;margin-top:40px;padding-top:50px;border-top: 1px solid rgba(255,255,255,0.2);justify-content: space-between;}

.footer .nav{display:flex}

.footer .nav li {position: relative;display: flex;align-items: center;margin-right: 30px;}

.footer .nav li:after{content: "";position: absolute;top: 0;right: -15px;bottom: 0;margin: auto;display: block;width:1px;height: 15px;background: #fff;}

.footer .nav li a {display:block;color:#ddd;font-size:16px; }

.footer .nav li:last-child:after{display:none}

.footer .nav li a:hover {color:#ccc}

.footer .middle .tel{color:#ddd;font-size:18px;border: 1px #51555d solid;padding: 8px 10px;}

.footer .middle .tel:before{content:"\e611";margin-right: 10px;padding-right: 10px;border-right: 1px #51555d solid;}

.footer .middle .tel font{}

.footer .down {display: flex;position:relative;margin-top: 60px;color: #808286;font-size:14px;justify-content: space-between;}

.footer .down a {color:#808286;font-size:14px;}

.footer .down a:hover {color:#fff;}





