@charset "utf-8";
/*~~~~框架布局~~~*/
/*==版心定义↓==*/
.container{width:1600px;}
i{font-style: normal;    font-family: "iconfont";transition: all .4s ease-in-out}
/*==顶部↓==*/
.fixed-top.header{position: fixed;width:100%;z-index:99;height: 85px;padding: 10px 0;box-shadow: 0 0 10px #aaa;background:#fff;}
.fixed-top.header .tel{/*margin-top:25px;*/}
.fixed-top.header .nav{/*margin-top:25px;*/bottom: 8px;}
.fixed-top.header  .nav > li > a:after{bottom:-17px;}
.header{padding:20px 0;height:110px}
.header .container{position:relative;height:100%}
.header .tel{color:#007cd1;font-size:20px;margin:0px 0 0 40px;}
.header .tel i{color:#007cd1;font-size:20px;margin-right:10px}
.header .lang{position:relative;float: right;margin: 0px 0px 0 30px;display: block;color: #fff;font-size: 14px;padding: 4px 10px;background: #a5a5a5;}
.header .lang:hover{color:#fff;background:#007cd1}
.header .nav{ position:absolute;right:0;bottom:0; margin: 0px 0 0 0;}
.header .nav > li{float:left;}
.header .nav > li > a{position: relative; display: block;color:#202020;font-size:16px;margin-left:40px ; text-align: center; padding-bottom:5px;}
.header .nav > li > a:after{content:"";position: absolute;left:0;bottom:-20px;width:100%;height:2px;background:#007cd1;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:#007cd1; }
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{transform: scale(1);transform-origin:left;}
/*==次级导航↓==*/
.menu{width:100%;margin-top:60px;}
.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 0px;color:#191919;font-size:18px; border:1px #ddd solid; overflow: hidden;padding: 12px 50px;border-radius: 30px;margin: 0 10px; background: #fff;}
.menu li a:after{ content: ""; position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:0%; background: #007cd1;/*transition:transform .5s;transform: scale(1,0);transform-origin:top;*/}
.menu li:hover a,.menu li.active a{ color:#fff;border-color:#007cd1 }
.menu li:hover a:after,.menu li.active a:after{height:100%;/*transform: scale(1);transform-origin:bottom;*/}
.menu.Rre{display: none;}
/*==面包屑↓==*/
.site{margin:30px 0px 20px 0;color:#666666;font-size:12px;}
.site .home{ padding-left:25px; background: url(../images/home_ico.png) no-repeat left;}
.site a{color:#666;font-size:12px;}
.site a:hover{color:#007cd1}
/*==地图↓==*/
#dituContent{margin:0px 0 0 0;width:100%; height:500px;}
/*==标题↓==*/
.titleAx{color:#191919;font-size:46px;}
.titleAx span{margin-top:10px;display: block;color:#666;font-size:14px;}
.titleAx hr{display: block; margin:20px 0 0 0;width:10px;height:2px; border:none; background: #007cd1;}
.titleAx.cen{text-align: center;margin-bottom:50px;}
.titleAx.white,.titleAx.white b,.titleAx.white span{color:#fff}
.titleBx{margin-top:0px;color:#151515;font-size:40px;font-weight:bold; text-align: center;}
.titleBx hr{display: table;width:20px;height:2px; margin:10px auto 0;border:none;background: #007cd1;}
.titleBx span{display: block; margin:10px auto 0;color:#666666;font-size:16px;font-weight:400}
.titleBx.cen{text-align: center;margin-bottom:50px}
.titleBx.white,.titleBx.white span{color:#fff}
.titleBx.tTop{margin:50px 0 0 0;}
.titleBx.m50{margin-bottom:50px;}
.titleBx.m80{}
/*伪类*/
.bfe:before,.bfr:after{content:""; display: block;transition: all .4s ease-in-out;}
/*-*/
.bfe-s:before,.bfr-s:after{content:"";transition: all .4s ease-in-out;}
/*-*/
.bfe-pos,.bfr-pos{ position: relative;}
.bfe-pos:before,.bfr-pos:after{content:""; position:absolute;transition: all .4s ease-in-out;}
/*-*/
.bfe-spos,.bfr-spos{ position: relative;}
.bfe-spos:before,.bfr-spos:after{content:""; position:absolute; }
/*句段限制*/
.lcp{-webkit-line-clamp: 1;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;}
.rack .lefter{width:22%}
.rack .lefter .leftNav{width:100%}
.rack .righter{width:75%}
/*===左侧导航↓==*/
.leftNav{width:22%; background: #f2f2f2;}
.leftNav .mgn{padding:30px;}
.leftNav .title{border-bottom:1px #ddd solid}
.leftNav ul{}
.leftNav ul a{display:block; color:#000000;font-size:15px;font-weight:bold; margin:30px 0;/*padding-right:50px*/}
.leftNav ul a i{ opacity: 0; float:right;color:#007cd1;font-size:22px;font-weight:100; transform:translateX(-10px);/*transform:rotate(90deg);*/}
.leftNav .tel{color:#666666;font-size:12px;background: url(../images/bg01.png);}
.leftNav .tel span{ margin-top:5px;display: block;color:#007cd1;font-size:16px;font-weight: bold;}
.leftNav .tel span font{margin-right:10px;}
.leftNav ul a:hover,.leftNav ul .active a{color:#007cd1;}
.leftNav ul a:hover i,.leftNav ul .active i{opacity: 1;transform:translateX(0px);}
/**/
.leftNav .sub .dow{display:none; padding:0px 0}
.leftNav .sub .dow a{display: block;color:#666666;font-size:14px;margin:0px;padding:10px 10px 10px 20px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.leftNav .sub .dow a:before{content: "";float:left;width:4px;height:4px;margin:7px 15px 0 0; background:#007cd1;}
.leftNav .sub > li:hover .tit,.leftNav .sub > li.active .tit{ color:#fff;background: #007cd1;}
.leftNav .sub > li:hover .tit:before,.leftNav .sub > li.active .tit:before{border-color:#fff}
.leftNav .sub .dow a:hover,.leftNav .sub .dow a.active{color:#007cd1}
.leftNav .sub font{display:block; max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/*==首页解决方案↓==*/
.SolveHome{position: relative;z-index: 1;background:#f1f1f1 url(../images/bg01.png);}
.SolveHome .list{/* margin:-50px 0 0 0; */position: relative;top: -80px;margin:0 0 -2% -1.3%}
.SolveHome .list li{float:left;width:32%;padding: 50px;margin:0 0 2% 1.3%; text-align:center;box-shadow: 0 0 10px #ddd;background: #fff;}
.SolveHome .list a{display: block;}
.SolveHome .list em{display: block;margin: auto;width: 70px;height: 68px;background-position: 0 0;background-repeat:no-repeat;}
.SolveHome .list h4{margin-top:20px;color:#191919;font-size:26px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.SolveHome .list hr{ margin:15px auto;border:none; width:20px;height:1px;background: #007cd1;}
.SolveHome .list p{-webkit-line-clamp: 2;color:#333333;font-size:14px;}
.SolveHome .list .more{position: relative;z-index: 2;width: 100%;display: block;margin-top:40px;padding: 25px 20px;color:#666666;font-size:16px;text-align:center;background: url(../images/bg01.png);}
.SolveHome .list .more i{color:#666;font-size:16px;margin-left:40px;font-family: "iconfont";font-style: normal;}
.SolveHome .list .more:after{ opacity:0; content: "";position: absolute;left: 0px;top: 0px;right:0px; bottom:0; display: block; margin: 10px;z-index: -1;background: #007cd1;}
.SolveHome .list li:hover em{background-position:0px -68px}
.SolveHome .list li:hover h4{color:#007cd1}
.SolveHome .list li .more:hover,.SolveHome .list li .more:hover i{color:#fff;}
.SolveHome .list li .more:hover:after{opacity:1;}
.SolveHome .list li.x1 em{background-image:url(../images/SolveIco01.png)}
.SolveHome .list li.x2 em{background-image:url(../images/SolveIco02.png)}
.SolveHome .list li.x3 em{background-image:url(../images/SolveIco03.png)}
/*==首页产品↓==*/
.ProducteHome{}
.ProducteHome .container{overflow:hidden;}
.ProducteHome .right{width:75%;}
.ProducteHome .more{position:relative; display:table;margin:40px auto 0;color:#666666;font-size:14px;padding:12px 65px;background:#f1f1f1 url(../images/bg01.png);}
.ProducteHome .more i{margin:5px 0 0 30px; float:right;color:#666;font-size:15px;}
.ProducteHome .more:after{content:""; position: absolute; left:-700px;top:50%;z-index: -1;width:1600px;height:1px; background:#ddd;}
.ProducteHome .more:hover{color:#fff; background:#007cd1}
.ProducteHome .more:hover i{color:#fff}
/*==首页案例↓==*/
.CaseHome{background: url(../images/bg01.png);}
.CaseHome .long{position: relative;max-width:1920px; margin: auto; overflow: hidden;}
.CaseHome .list{}
.CaseHome .list li{position: relative;}
.CaseHome .list li:after{content: ""; position: absolute; left:0;top:0;width:100%;height:100%; background:rgba(255,255,255,0.8)}
.CaseHome .list li a{display: block;}
.CaseHome .list li .box{opacity: 0;position: absolute;left:0;right: 0;bottom:0;z-index:2;padding: 30px 200px 30px 30px;margin:50px;background: #fff;}
.CaseHome .list li .pic{height:580px;}
.CaseHome .list li .pic img{width:100%;height: 100%;object-fit: cover;}
.CaseHome .list li h4{width: 100%;color:#191919;font-size:20px;font-weight:bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.CaseHome .list li p{color:#666666;font-size:14px; margin-top:10px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.CaseHome .list .online{position: absolute;right:0;top:0;z-index:2;width: 120px;height: 100%;padding: 30px 10px;margin-left:30px;color: #666;font-size: 14px;text-align: center;border-left:1px #ddd solid;}
.CaseHome .list .online i{color: #999;font-size: 25px;margin-bottom: 5px;display: block;}
.CaseHome .list .swiper-slide-active{/*width:1300px !important;*/}
.CaseHome .list .swiper-slide-active:after{opacity: 0;}
.CaseHome .list .swiper-slide-active .box{opacity: 1;}
.CaseHome .list li:hover h4{color:#007cd1}
.CaseHome .list li .box .online:hover{color:#fff;background:#007cd1}
.CaseHome .list .online:hover i{color:#fff}
.CaseHome .pos{position: ;}
.CaseHome .btn{}
.CaseHome .btn{ left:200px;color:#fff;font-size:30px; width:65px;height:60px;line-height:60px; text-align: center; background: #007cd1;font-family: "iconfont";}
.CaseHome .btn.next{left:auto;right:200px;}
.CaseHome .btn:hover{ background: #333;}
/*==首页优势↓==*/
.AdvantageHome{}
.AdvantageCon .list{ margin:0 0 -30px -30px;}
.AdvantageCon .list li{float:left;width:25%;}
.AdvantageCon .list li:nth-child(1) a:before{display:none;}
.AdvantageCon .list a{position:relative; display: block; margin:0 0 30px 60px;}
.AdvantageCon .list a:before{content:"";position: absolute;left:-30px;top:0px; width:1px;height:100%; background: #ddd;}
.AdvantageCon .list .pic{position: relative;}
.AdvantageCon .list .pic img{width:100%;}
.AdvantageCon .list .pic i{position: absolute;left:0;top:0;color:#fff;font-size:40px;font-weight: bold;padding: 16px 20px;background: rgba(0,0,0,0.5);}
.AdvantageCon .list h4{font-weight:bold;color:#191919;font-size:28px; margin:50px 0}
.AdvantageCon .list span{position: relative;padding-left:15px; display: block; margin-bottom:30px;color:#666666;font-size:14px;}
.AdvantageCon .list span:last-child{margin-bottom:0px;}
.AdvantageCon .list span:before{content:""; position: absolute;left:0;top:8px; width:5px;height:5px; background: #007cd1;}
.AdvantageCon .list li:hover i{background: #007cd1;}
.AdvantageCon .list li:hover h4{color: #007cd1;}
/*==首页关于↓==*/
.AboutHome{ background: url(../images/bg01.png);}
.AboutHome .up{background: #fff;overflow: hidden;}
.AboutHome .up .left{width: 50%;position: relative;}
.AboutHome .up .left img{width:100%;height: 100%;object-fit: cover;}
.AboutHome .up .left .video{position: absolute;right:0;bottom:0;padding: 30px 40px;font-size:14px;color:#fff;text-align: center;background: rgba(0,124,209,0.4);}
.AboutHome .up .left .video i{display: block;color:#fff;font-size: 35px;margin-bottom:10px;}
.AboutHome .up .left .video:hover{background: #007cd1;}
.AboutHome .up .right{width:50%; position: relative; padding:50px;}
.AboutHome .up .right h3{color:#191919;font-size:24px;margin-bottom: 40px;}
.AboutHome .up .right .wx{color:#666666;font-size:14px;line-height: 24px;}
.AboutHome .up .right ul{position: absolute;left:0;bottom:0;width: 100%;padding:30px; overflow: hidden; background: #007cd1;}
.AboutHome .up .right ul li{float:left;width:25%;padding:0 10px;border-right:1px #66b0e3 dotted}
.AboutHome .up .right ul li a{display: table;margin: auto;}
.AboutHome .up .right ul li span{color:#fff;font-size: 32px;font-weight: bold;}
.AboutHome .up .right ul li:last-child{border-right:none}
.AboutHome .up .right ul li h5{color:#fff;font-size:14px; margin-top:5px;}
.AboutHome .up .left,.AboutHome .up .right{height:500px}
.AboutHome .up .left .video,.AboutHome .up .right ul{height:130px}
.AboutHome .more{position:relative;display:table;margin-top:50px;color:#191919;font-size:14px;padding: 15px 60px;background: url(../images/bg01.png);}
.AboutHome .more i{margin:3px 0 0 30px; float:right;color:#666;font-size:15px;}
.AboutHome .more:hover{color:#fff; background:#007cd1}
.AboutHome .more:hover i{color:#fff}
.AboutHome .pin{margin-top:50px;}
.AboutHome .pin .long{position: relative;}
.AboutHome .pin .down{position: relative;}
.AboutHome .pin .list{/*margin:0 0 0 -20px;width:100%*/}
.AboutHome .pin .list li{/*float:left;width:25%;*/}
.AboutHome .pin .list li a{display: block;/* margin:0 0 0 20px;*/}
.AboutHome .pin .list li h4{color:#333333;font-size:16px;margin-top:20px; text-align: center;}
.AboutHome .pin .list li:hover h4{color:#007cd1}
/*.AboutHome .honor.list li{width:16.6%;}
.AboutHome .honor li .pic{height:310px;padding:30px !important; background:#fff url(../images/honorBg.png) no-repeat center;background-size: contain;}
.AboutHome .honor li{width:16.6%;}*/
/*.AboutHome .list-2 li:nth-child(n+5){display: none;}*/
/*==tab切换↓==*/
.tone-one{ text-align: center;margin-bottom:30px; border-bottom:1px #ddd solid;}
.tone-one li{display: inline-block;margin:0 40px;cursor: pointer;}
.tone-one li a{ position: relative; display: block;color:#191919;font-size:18px;font-weight:bold;padding-bottom:20px;}
.tone-one li a:before{content:"";position: absolute;left:0;bottom:0px;width:100%;height:2px;background:#007cd1;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.tone-one li.active a,.tone-one li:hover a{color:#007cd1}
.tone-one li.active a:before,.tone-one li:hover a:before{transform: scale(1);transform-origin:left;}
/*==首页新闻↓==*/
.NewsHome{border-top:1px #ddd solid}
.NewsHome .long{display: none;}
.NewsHome .long:nth-child(1){display: block;}
.NewsHome .frame{float:left;position: relative;height:575px;width:30.8%;}
.NewsHome .frame:nth-child(2){margin:0 2.5%}
.NewsHome .frame .titTop{position:absolute;left:0;top:0;z-index:2;color:#fff;font-size:14px;padding:10px 30px; background: rgba(0,0,0,0.5);}
.NewsHome .list-1{}
.NewsHome .list-1 li{}
.NewsHome .list-1 .one{}
.NewsHome .list-1 .one .pic{height:277px;}
.NewsHome .list-1 .one .pic img{width:100%;height: 100%;object-fit: cover;}
.NewsHome .list-1 .one .box{margin: 30px 0;padding-bottom: 24px;border-bottom:1px #ddd solid;}
.NewsHome .list-1 .one h4{color:#333333;font-size:20px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.NewsHome .list-1 .one p{-webkit-line-clamp: 2;color:#666666;font-size:13px;margin-top: 20px;}
.NewsHome .list-1 .one .time{color:#999;font-size:12px;display: block;margin-top: 13px;}
.NewsHome .list-1 .two{margin: 0 0px 15px 0px;overflow: hidden;}
.NewsHome .list-1 .two h4{float:left;color:#333333;font-size:14px;width: 70%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.NewsHome .list-1 .two .time{float:right;color:#999;font-size:12px;}
.NewsHome .list-1 li:hover h4{color:#007cd1}
.NewsHome .list-2{/* margin: 0px 30px 0px 30px; */}
.NewsHome .list-2 li{}
.NewsHome .list-2 li a{display:block;margin-bottom:15px;padding-bottom:18px;border-bottom:1px #ddd solid}
.NewsHome .list-2 li:last-child a{margin-bottom:0px;padding-bottom:0px;border:none}
.NewsHome .list-2 h4{color:#333333;font-size:20px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.NewsHome .list-2 p{width: 100%;color:#666666;font-size:13px;margin-top: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.NewsHome .list-2 .time{color:#999;font-size:12px;display: block;margin-top: 12px;}
.NewsHome .list-2 li:hover h4{color:#007cd1}
/*==新闻↓==*/
.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: ""; float:right;width:10px;height:7px;margin:6px 0 0 15px;background: url(../images/line03.png) no-repeat -10px 0;transition: all .4s ease-in-out;}
.NewsListBox .up .more:hover{ background: #007cd1;}
.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:#007cd1;}
.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:#007cd1}
.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: #007cd1;}
.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: #007cd1}
.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:#0085d0}
.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:#0085d0}
.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:#0085d0}
/*==产品↓==*/
.product-list{margin:0 0 -40px -30px}
.product-list li{ float:left;width:33.3%; }
.product-list li a{ display: block;margin: 0 0px 40px 30px;background: #fff;}
.product-list li .pic{padding-top:80%;border:1px #ddd solid}
.product-list li h4{color:#333333;font-size:14px;text-align: center;margin-top:20px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.product-list li:hover h4{ color:#007cd1}
.product-list li:hover .pic{ color:#007cd1;border:1px #007cd1 solid}
/*==产品详情↓==*/
.ProductShow .top{padding:60px 0 120px 0; background: #f5f5f5;}
.ProductShow .top .left{width:55%;}
.ProductShow .top .right{width:40%}
.ProductShow .top .right .title{color:#191919;font-size:30px;padding-bottom:20px;margin-bottom:30px;border-bottom:1px #ddd solid;}
.ProductShow .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;}
.ProductShow .top .right .tel{display: block;color:#191919;font-size:22px;margin-bottom:50px;padding:20px 0 20px 40px;border-top:1px #ddd solid;border-bottom:1px #ddd solid; background: url(../images/kefu-ico.png) no-repeat left;}
.ProductShow .top .right .btn{float:left;padding:8px 40px;color:#fff;font-size:18px;margin-right:20px;border-radius:40px;  background-color: #0054b3; }
.ProductShow .top .right .online{padding-left:70px;background-image: url(../images/ico20.png);background-position:30px 11px ; background-repeat:no-repeat ;}
.ProductShow .top .right .download{color:#4c4c4c;background: #fff;}
.ProductShow .top .right .btn:hover{color:#fff;background-color: #ff6726;}
.ProductShow .con{margin-top:50px}
.ProductShow .con .tone{overflow:hidden;margin-bottom:50px;border-bottom:1px #ddd solid; text-align: center;}
.ProductShow .con .tone li{ position: relative; display: inline-block; margin:0 25px 0 0; /*! border-left:1px #ddd solid; */cursor: pointer;}
.ProductShow .con .tone li a{ display: block; color:#444444;font-size:20px;padding: 0px 0px 20px 0; }
.ProductShow .con .tone li a:after{content:"";position: absolute;left:0;bottom:0;width:100%;height:1px;transition:transform .5s;transform: scale(0,1);transform-origin:right; background: #007cd1}
.ProductShow .con .tone li.active a,.ProductShow .con .tone li:hover a{color:#007cd1}
.ProductShow .con .tone li.active a:after,.ProductShow .con .tone li:hover a:after{transform: scale(1);transform-origin:left;}
.ProductShow .con .long{ margin-bottom:50px;padding-bottom:40px; border-bottom:1px #ddd solid}
.ProductShow .con .title{position: relative; color:#333;font-size:22px;margin-bottom:30px;padding-left:20px}
.ProductShow .con .title:before{content:"";position: absolute; left:0;top:10%;width:2px;height: 80%;  background: #007cd1;}
.ProductShow .con .long:last-child{ margin-bottom:0px;padding-bottom:0px; border-bottom:0px}
.ProductShow .con .wx{}
.ProductShow .con .wor{color:#393939;line-height:26px;font-size:16px;}
.ProductShow .srll{}
.ProductShow .srll .leftPic{width:80%;float: left;border:2px #efefef solid; background: #fff;}
.ProductShow .srll .leftPic img{display: block;margin:auto;height:100%;max-width:100%;}
.ProductShow .srll .rightPic{width:20%;float: right;padding-left:15px;}
.ProductShow .srll .rightPic li{height:20%;margin-bottom:20px;border:2px #efefef solid; background: #fff;}
.ProductShow .srll .rightPic li img{display: block;max-width:100%;height: 100%; margin:auto}
.ProductShow .srll .rightPic li.swiper-slide-thumb-active{border-color:#007cd1}
.ProductShow .srll .leftPic,.ProductShow .srll .rightPic{height: 520px;}
.ProductShow .srll .rightPic:hover .btn{ opacity: 1 !important;}
.ProductShow .srll .btn{opacity:0 !important; left:15px;top:0;right:0;width:100%;height:auto;margin:0px;color:#fff;font-size:40px;padding:2px 0; text-align: center;background:rgba(0,0,0,0.5)}
.ProductShow .srll .btn.swiper-button-disabled{opacity: .9}
.ProductShow .srll .btn:before{ display:block;margin: 0;padding: 0;}
.ProductShow .srll .btn.nt{top:auto;bottom:0;}
.ProductShow .srll .btn:hover{ background:rgba(0,0,0,0.7) }
/*==案例列表↓==*/
.case-list{margin:0 0 -20px -20px}
.case-list li{float:left;width:33.3%}
.case-list a{position: relative; display: block;margin:0 0 20px 20px}
.case-list .pic{padding-top:55%}
.case-list .box{ position: absolute;left:0px;bottom:0px;z-index:1;width:100%; padding:20px; background:rgba(0,0,0,0.5) ;}
.case-list h4{color:#fff;font-size:16px;font-weight:bold;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.case-list p{color:#fff;font-size:14px;margin-top:10px;}
.case-list li:hover h4{/*color:#007cd1; background: rgba(13,77,161,0.5);*/}
/*==案例详情↓==*/
.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:40px}
.CaseDetail .details .wx{padding:30px;color:#666;font-size:14px;line-height:26px; background: #f4f4f4;}
.CaseDetail .relevant{margin-top:80px;}
.CaseDetail .relevant .list .pic{}
/*==数字滚动↓==*/
.AboutInner .digital{float:left;width:100%;margin-top:70px;}
.AboutInner .digital li{float:left;width:25%;}
.AboutInner .digital li a{display: table; margin: auto;}
.AboutInner .digital li h5{font-size:16px;color:#fff;font-weight:bold;}
.AboutInner .digital li span{font-size:40px;color:#fff;font-weight:bold; margin-top:10px;}
.AboutInner .digital li font{font-size:40px;color:#fff;font-weight:bold;}
.AboutInner .digital li:nth-child(1) a{float:left}
.AboutInner .digital li:last-child a{float:right;}
/*==关于↓==*/
.AboutInner{}
.AboutInner .introduction .titleBx{ text-align: left;}
.AboutInner .introduction .long{display: table;}
.AboutInner .introduction .left,.AboutInner .introduction .right{display: table-cell;vertical-align: top;}
.AboutInner .introduction .left{position: relative;}
.AboutInner .introduction .left img{width:750px;height: 100%;object-fit: cover;}
.AboutInner .introduction .left .video{position: absolute;right:0;bottom:0;padding: 30px 40px;font-size:14px;color:#fff;text-align: center;background: rgba(0,124,209,0.4);}
.AboutInner .introduction .left .video i{display: block;color:#fff;font-size: 35px;margin-bottom:10px;}
.AboutInner .introduction .left .video:hover{background: #007cd1;}
.AboutInner .introduction .right{padding:0px 0 0 50px;}
.AboutInner .introduction .right .wx{margin-top:0px;color:#666666;font-size:14px;line-height:26px;}
.AboutInner .introduction .digital{padding:50px 0;border-top:1px #ddd solid;border-bottom:1px #ddd solid}
.AboutInner .introduction .digital li h5{color:#191919}
.AboutInner .introduction .digital li span{color:#191919;}
.AboutInner .introduction .digital li font{color:#191919;}
.AboutInner .digital li{ border-right:1px #aaa dotted}
.AboutInner .digital li:last-child{border-right:none}
.AboutInner .digital li h5{color:#191919;}
.AboutInner .digital li span{font-size:50px;color:#007cd1;}
.AboutInner .digital li font{font-size:50px;color:#007cd1;}
.AboutInner .course{}
.AboutInner .course .long{position: relative;padding:0 50px;}
.AboutInner .course .swiper-container{width: 100%;height: 100%;}
.AboutInner .course .swiper-slide{background: #fff;/* Center slide text vertically*/display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.AboutInner .course .swiper-pagination-bullet{width: 20px;height: 20px;text-align: center;line-height: 20px;font-size: 12px;color:#000;opacity: 1;background: rgba(0,0,0,0.2);}
.AboutInner .course .swiper-pagination-bullet-active{color:#fff;background: #007aff;}
.AboutInner .course .swiper-container{ position: relative;}
.AboutInner .course .swiper-container:before{ content: ""; position: absolute; left:0; top:104px; width:500%; height:1px; background:#ddd;/*! z-index: 2; */}
.AboutInner .course .swiper-slide{color:#666666;font-size:24px;padding:0 20px;text-align: center;display: block;background: none;cursor: pointer;}
.AboutInner .course .swiper-slide h4{ display:table;width: 100%;color:#333;font-size:24px;clear: both; line-height:100px;vertical-align: bottom;}
.AboutInner .course .swiper-slide .dot{ position: relative; display: block;  width:8px; height:8px; background: #999;margin: auto;clear: both;border-radius: 50%;/*! z-index: 1; */}
.AboutInner .course .swiper-slide .dot:before{ opacity: 0; content: ""; position: absolute; left:-3px;top:-3px; width:14px; height:14px; border:1px #009fe8 solid; border-radius: 50%;transition: all .4s ease-in-out;}
.AboutInner .course .swiper-slide p{color:#666666;font-size:14px;-webkit-line-clamp: 5;margin: 20px 0;height:60px;}
.AboutInner .course .swiper-slide:hover h4,.AboutInner .course .swiper-slide:hover p{color:#009fe8}
.AboutInner .course .swiper-slide:hover .dot{ background:#009fe8}
.AboutInner .course .swiper-slide:hover .dot:before{ opacity: 1;}
/*.AboutInner .course .swiper-slide-active{font-size:44px; color:#009fe8}
.AboutInner .course .swiper-slide-active .dot{ background:#009fe8}
.AboutInner .course .swiper-slide-active .dot:before{ opacity: 1;}*/
.AboutInner .course .btn i{ margin:8px;display:block;color:#fff;font-size:20px;}
.AboutInner .course .swiper-button-prev,.AboutInner .course .swiper-button-next{ right:0px; width:35px; height:35px; text-align: center; background-color:#626262; border-radius: 50%; background-image: none;}
.AboutInner .course .swiper-button-prev:hover,.AboutInner .course .swiper-button-next:hover{ background-color:#009fe8}
.AboutInner .course .swiper-button-prev{left:0px; right:auto;}
.AboutInner .course .swiper-button-disabled{opacity:1;background-color: #999;}
.AboutInner .culture{background: url(../images/cultureBg.jpg) no-repeat center; background-size:cover ;}
.AboutInner .culture ul{width:65%}
.AboutInner .culture ul li{position:relative;float:left;width:31.3%;margin:0 0 2% 2%}
.AboutInner .culture ul li img{display: block;width:100%;}
.AboutInner .culture ul .box{position: absolute;bottom:0;padding:30px;}
.AboutInner .culture ul h4{color:#fff;font-size:26px;}
.AboutInner .culture ul p{color:#fff;font-size:16px; margin-top:10px;}
.honorCon{}
.honorCon .long{position: relative;}
.honorCon li{}
.honorCon .DwellPic.dp2 .pic{height:310px !important;padding:30px !important; background:#fff url(../images/honorBg.png) no-repeat center;background-size: contain;}
.honorCon li h4{color:#666666;font-size:16px;margin-top:20px; text-align: center;}
.honorCon li:hover h4{color:#014ea0}
.btn.btnBlcok{left:-28px;width:50px;height:50px; line-height:45px;text-align: center;color:#fff;font-size:32px; background: #014ea0;}
.btn.btnBlcok.nt{left:auto;right:-28px;}
.btn.btnBlcok:hover{background: #f60;}
.AboutInner .ambient{border-top:1px #ddd solid}
.AboutInner .ambient .list{}
.AboutInner .ambient .list li{float:left;width:25%;}
.AboutInner .ambient .list a{position: relative; display: block; margin:0 0 1px 1px}
.AboutInner .ambient .list h4{ position: absolute; left:0;bottom:0;z-index:5;width:100%;color:#fff;font-size:16px; padding:10px 20px; background: rgba(0,0,0,0.5);}
.AboutInner .ambient .list li:nth-child(1){width:50%}
.AboutInner .ambient .list li:nth-child(n+6){display: none;}
/*==联系我们↓==*/
.ContactInner{padding-bottom:0px !important}
.ContactInner .mode{position: relative;}
.ContactInner .mode .long{position:relative;width:100%; display: table;}
.ContactInner .mode:before{content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:150%;background: url(../images/ContactBg.jpg) no-repeat center;background-size: cover;}
.ContactInner .mode .left,.ContactInner .mode .right{display: table-cell;}
.ContactInner .mode .right{width:65%; vertical-align: bottom; }
.ContactInner .mode .right img{display: block;max-width:100%;}
.ContactInner .mode .left{ }
.ContactInner .mode .left .title{color:#333333;font-size:20px;}
.ContactInner .mode .left .tel{ position:relative;margin-top:25px;color:#333333;font-size:14px;display: block;}
.ContactInner .mode .left .tel:before{ content: ""; position: absolute; left:0px;top:32px; width:30px; height:3px; background: #007cd1;}
.ContactInner .mode .left .tel font{margin-top:30px;font-size:30px;color: #007cd1;display: block;font-weight: bold;}
.ContactInner .mode .left .wx{margin-top:30px;color:#333333;font-size:14px;display: block;line-height: 26px;}
.ContactInner .mode .left .add2{ margin-top:30px;color:#333333;font-size:14px;display: block;}
.ContactInner .mode .left .add2 font{font-size:22px; color:#333;display: block;margin-bottom: 10px;}
.ContactInner .mode .left .ewm{position: relative;float:left;color:#666666;font-size:12px; text-align: center;display: block;line-height: 15px; margin-right:80px;}
.ContactInner .long .left .ewm:after{ position: absolute; content: "";position: absolute;right:-50px;top:20%;width:1px;height:60%;border-right:1px #bbb dashed}
.ContactInner .mode .left .ewm img{ display: block;margin:0 auto 5px;}
.ContactInner .mode .left .online{color:#fff;margin:20px 0 0 0px; font-size:14px; padding:12px 50px; background: #007cd1;display: table;border-radius: 20px;text-align: center;}
.ContactInner .mode .left .online:hover{background: #666;}
.ContactInner .map{/* margin-top:70px */}
.ContactInner .map #dituContent{height:500px;}
/*==留言2↓==*/
.message{/* background: #ededed; */overflow: hidden;}
.message .frame{position: relative;float:left;padding: 15px 20px; /*! line-height:50px; */width:32.3%;margin:0 0.5% 1% 0.5%;border: 1px #ddd solid;/* display: inline-block; */background:#fff;}
.message .frame.x1 input{background: url(../images/ico101.png) no-repeat left;/*! float: left; */}
.message .frame.x2 input{background: url(../images/ico102.png) no-repeat left;}
.message .frame.x3 input{background: url(../images/ico103.png) no-repeat left;}
.message .frame.x4 textarea{background: url(../images/ico104.png) no-repeat left top;}
.message .frame.x4{width:99%;}
.message .frame input,.message .frame textarea{padding-left:30px;width: 100%;border:none;/*! width: 100%; *//*! float: left; */display: inline;vertical-align: top;/*! float: right; */}
.message .frame textarea{/*! width:100%; */height:100px; clear: both}
.message button.submit{/* float:left; */display: table;margin: 30px auto 0;width: 20%;padding: 15px 50px;font-size:14px;color:#fff;background: #007cd1;border: none;}
.message button.submit:hover{background:#333}
.message .yzm{margin:0 0 0 20px;}
.message .yzm input{padding:20px 20px;margin:0 10px;}
/*==list-box 图片款 久↓==*/
.list-box{display:table;width:100%;margin:0 0 -2% -2%}
.list-box li{float:left; width:23%; margin:0 0% 2% 2%}
.list-box li img{max-width:100%;width:100%;}
.list-box li .pic{border: 1px #ddd solid; background: #f9f9f9;}
.list-box li:hover .pic{border: 1px #007cd1 solid;}
.list-box li h4{color:#666;font-size: 15px;text-align: center;padding:12px 0;}
.list-box li:hover h4{color:#007cd1;}
/*==底部===*/
.footer{padding: 80px 0 40px 0;background: #181818;overflow: hidden;}
.footer .up{position: relative;padding: 30px 30px 30px 80px;margin-bottom:40px;overflow: hidden;background: #0f0f0f;}
.footer .up i{position: absolute;left:0;top:0;width: 80px;height:100%;padding: 25px 10px;margin-right: 100px;color:#fff;font-size: 35px;text-align: center;background: #007cd1;}
.footer .up span{float:left;margin:0 60px;color:#fff;font-size:14px;}
.footer .up span font{color:#007cd1;margin-left:20px;font-size: 20px;font-weight: bold;}
.footer .up .logo{float:right;}
.footer .nav{float:left;width:60%}
.footer .nav li{float:left;/* margin-right: 19px; */float: left; width: 20%;}
.footer .nav li a{display: block;color:#fff;font-size: 16px;/*margin-right:40px;*/margin-bottom:20px;}
.footer .nav li a:hover{color:#ddd}
.footer .ewm{color:#666;font-size:12px;padding: 8px;margin-left:40px;text-align: center;background: #fff;}
.footer .ewm img{display: block; margin-bottom:5px;}
.footer .wx{color:#fff;font-size:14px;line-height:24px;}
.footer .wx a{color:#fff;font-size:14px;}
.footer .wx a:hover{color:#ddd}
.footer .link{padding-top:30px;margin-top:30px;border-top:1px #303030 solid;}
.footer .link h3{color:#999999;font-size:12px;float: left;}
.footer .link h3 font{color: #b00700;margin-left: 5px;}
.footer .link a{color:#999999;font-size:12px;display: inline-block;color:#999;padding: 0 15px;font-size:12px;line-height: 9px;border-right: 1px #999 dotted;}
.footer .link a:last-child{border:none;}
.footer a:hover{color:#fff}
/*边距*/
.mtm80{margin:80px 0}
.ptm80{padding:80px 0}
/*--*/
.pt100{padding-top:100px}
.pm100{padding-bottom:100px}
.pm90{padding-bottom:90px}
.ptm90{padding:60px 0}
.ptm100{padding:60px 0}
.ptm912b{padding:90px 0 120px 0}
.mt100{margin-top:100px}
/*解决方案*/
.SolveInner{padding-bottom:0px !important}
.SolveInner .introduce{padding-top:0px !important}
.SolveInner .introduce .pic{width:50%;}
.SolveInner .introduce .pic img{display:block;max-width:100%;} 
.SolveInner .introduce .container{ background:#f6f6f6;}
.SolveInner .introduce .box{width:50%;padding:58px;}
.SolveInner .introduce .box h3{font-size:26px;color:#191919;margin-bottom: 30px;}
.SolveInner .introduce .box .wx{font-size:16px;color:#666666;line-height: 30px;}
.SolveInner .introduce .box .more{color:#fff;font-size:14px;padding: 15px 80px;display: table;margin-top:50px;background:#007cd1;}
.SolveInner .introduce .box .more i{float:right;margin: -2px 0 0 30px;display: block;height: 10px;font-size:25px;}
.SolveInner .introduce .box .more:hover{background:#333}
.SolveInner .case{ background: url(../images/bg01.png);}
.SolveInner .case .list li{}
.SolveInner .case .list .box{padding:40px 50px; background:#fff;}
.SolveInner .case .list h4{width: 100%;color:#191919;font-size:20px;font-weight:bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.SolveInner .case .list p{    -webkit-line-clamp: 2;color:#666666;font-size:14px; margin-top:20px;}
.SolveInner .case .btn{ left:0px;color:#fff;font-size:30px; width:65px;height:60px;line-height:60px; text-align: center; background: #007cd1;font-family: "iconfont";}
.SolveInner .case .btn.next{left:auto;right:0px;}
.SolveInner .case .btn:hover{ background: #333;}
.SolveInner .process{overflow: hidden;background: url(../images/ProcessBg.jpg) no-repeat center;background-size:cover;}
.SolveInner .process ul{position: relative;}
.SolveInner .process ul::before{content:"";position:absolute;left: -50%;top: 15px;width:200%;height:1px;background: rgba(255,255,255,0.2);}
.SolveInner .process ul li{float:left;width: 12.5%;text-align: center;}
.SolveInner .process ul i{display: table;margin: 0 auto 30px;font-weight:bold;width: 30px;line-height: 30px;/* display: block; */border-radius: 50%;color:#393939;font-size:16px;background: #fff;}
.SolveInner .process ul h4{color:#fff;font-size:22px;}
.SolveInner .process ul span{display: block;color: #ddd;font-size:14px;}
.SolveInner .message{background: url(../images/FeedbackBg.jpg) no-repeat center;background-size:cover;}
.SolveInner .message .right{width: 68%;}
.SolveInner .message .frame input,.SolveInner .message .frame textarea{padding-left:0px; background-image:none;}
.SolveInner .message .submit{float:left;margin-top: 0px;width: 33%;}
