@charset "utf-8";
/*~~~~框架布局~~~*/
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
/*==版心定义↓==*/
.container{width:1600px;}
a:hover{color:#00a1e9}
/*==字符串↓==*/
i,.iof,*:before,*:after{font-style: normal;font-family: "iconfont";line-height:1;transition: all .4s ease-in-out}
.iof:before,.iof:after{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/font_1963410_2uzlknjy0dq.woff2?t=1624849752924') format('woff2'),
       url('//at.alicdn.com/t/font_1963410_2uzlknjy0dq.woff?t=1624849752924') format('woff'),
       url('//at.alicdn.com/t/font_1963410_2uzlknjy0dq.ttf?t=1624849752924') format('truetype');
}
.yuyan {
		float: right;
	
}


.yuyan .yz {
    float: left;
    position: relative;
    
    margin-left: 8px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    height: 33px;
    width: 33px;
    line-height: 33px;
    background: #e60016;
    text-align: center;
    font-size: 14px;
    border-radius: 40px;
    color: #ffffff;
}
.yuyan:hover .xl{ display: block}
.yuyan .xl a{cursor: pointer;}
.yuyan .xl{      top: 28px;
    z-index: 9999;
    background: #fff;
    position: absolute;
    width: 140px;
    display: none;
    padding: 15px;
    right: 183px;  transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;}
.yuyan .xl .ignore{      display: block;
    line-height: 20px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    padding: 5px 0 5px 0;}
.yuyan .xl .ignore img{float:left;display:block;margin-right:5px;}
/*==顶部↓==*/
.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{bottom:-10px}
.fixed-top.header .nav > li > a{padding-bottom: 25px;}
.fixed-top.header .tel,.fixed-top.header .search,.fixed-top.header .lang{display:none;}
/*--*/
.header{z-index:99;padding:20px 0;height:110px;}
.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 .container{position:relative;}
.header .logo{float:left}
.header .logo img{ /* max-height: 100%; */}
.header .logo .txt{float:right;display: block; margin:20px 0 0 20px;color:#333;font-size:16px}
.header{z-index:99;padding:20px 0;height: 110px;}
.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 .container{position:relative;}
.header .logo{float:left}
.header .logo img{height: 61px;}
.header .logo .txt{float:right;display: block; margin:20px 0 0 20px;color:#333;font-size:16px}
.header .search{float:right;position:relative;float: right;margin: -4px 30px 0 0;/* padding-right: 40px; *//* border: 1px #aaa solid; */}
.header .search form{}
.header .search:after{content:"";position:absolute;right: -15px;top:7px;width:1px;height: 21px;background:#999;}
.header .search input{ opacity: 0; width: 100%; padding: 0 40px 0 10px;border: 1px #aaa solid;border-radius: 5px;}
.header .search button{position: absolute;right: 0;top: 0;color:#666;font-size: 20px;font-weight: bold;border: none;text-align:center;cursor: pointer;transform: translateX(5px);background: none;}
.header .search input,.header .search button{line-height: 30px;height: 35px;padding: 1px 10px;}
.header .search:hover input{opacity:1}
.header .search:hover button{transform:translateX(0px)}
.header .lang{float: right;color: #131313;font-size:14px;border: 1px #2b2b2b solid;padding: 6px 20px;margin-right: 15px;line-height: 1;border-radius: 5px;}
.header .lang:hover{color:#fff;border-color:#00a1e9;background: #00a1e9;}
.header .tel{position: relative;float: right;/* margin: 0px 0 0 60px; */font-weight: bold;font-size: 24px;color: #00a1e9;/* border-left:1px #999 solid; *//* padding-left:20px; */line-height: 1;}
.header .tel:after{}
.header .tel:before{content: "\e660";font-family: "iconfont";/* position: absolute; *//* left:0; */margin-right: 10px;font-weight: 400;color: #666;font-size: 26px;}
.header .nav{position: absolute;right:0;bottom: -29px;display:flex;float: right;/* margin-top: 10px; */}
.header .nav > li{/* flex: 1; */float: left;margin-left: 40px;position: relative;}
.header .nav > li > a{position: relative;display: block;color:#1d1d1d;font-size:18px;text-align: center;padding-bottom: 15px;}
.header .nav > li > a:after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#00a1e9;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:#00a1e9; }
.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: 10px 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: #00a1e9;}
/*.header .nav li:last-child .sub{display: none !important;}*/
/*.header .nav li:last-child .sub{display: none !important;}*/
/*==次级导航↓==*/
.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: #00a1e9;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu li:hover a,.menu li.active a{ color:#fff;border-color:#00a1e9 }
.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:#2e3093}
.site .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}
.site .more:hover{color:#fff; background: #00a1e9;}
/*==标题↓==*/
.titleAx{color:#3d3d3d;font-size:46px;line-height: 1;}  
.titleAx b{display: table;position: relative;}
.titleAx.cen b{margin: auto;}
.titleAx.cen b:before,.titleAx.cen b:after{content: "";position: absolute;left: -100px;top: 50%;width: 80px;height: 11px;background: url(../images/titleDot.png) no-repeat center;}
.titleAx.cen b:after{left:auto;right: -100px;transform: rotateY(180deg);}
.titleAx span{margin-top: 15px;display: block;color: #666;font-size:14px;font-weight: 400;line-height:20px;text-transform: Uppercase;}
.titleAx font{color:#00a1e9}
.titleAx hr{display: block;margin: 10px auto 0;width: 40px;height: 3px;border:none;background: #00a1e9;}
.titleAx.cen{text-align: center;margin-bottom:50px;}
.titleAx.m30{margin-bottom:30px}
.titleAx.m40{margin-bottom:40px}
.titleAx.m60{margin-bottom:60px}
.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:#bdbdbd;font-size:14px;font-weight:400}
.titleBx hr{display: block;margin: 10px auto 0;width: 40px;height: 2px;border:none;background: #00a1e9;}
.titleBx.cen{text-align: center;}
.titleBx.white,.titleBx.white span{color:#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{}
/*==切换按钮↓==*/
.tone-item{position:relative;width: 100%;overflow:hidden;text-align: center;margin-bottom: 20px;} 
.tone-item li{display: inline-block;cursor: pointer;}
.tone-item a{position:relative;z-index:2; display: block;margin: 0 15px 10px 15px;padding: 10px 40px;color: #333333;font-size:18px;border:1px #aaa solid;border-radius:30px;overflow: hidden;} 
.tone-item a:after{content:"";position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%;background:#00a1e9;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.tone-item .active a{color: #ffffff;border-color:#00a1e9 }
.tone-item .active a:after{transform: scale(1);transform-origin:left;}
/*==首页产品↓==*/
.ProductHome{}
.ProductHome .product-list .pic{padding-top:0px !important}
.ProductHome .product-list .pic img{position: inherit;height:auto;}
/*==产品列表↓==*/
.product-list{display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-list li{/*flex-grow: 1;*/display: inline-block;width:33.3%;}
.product-list a{display: block;height:100%;padding: 40px;overflow: hidden;}
.product-list .pic{float: left;position: relative;width: 240px;height: 100%;padding-top: 45%;margin-right:30px;}
.product-list .pic img{position: absolute;left:0;top:0;display: block;width:100%;height:100%;}
.product-list h4{-webkit-line-clamp: 1;color:#00a1e9;font-size:22px;font-weight:bold;margin-bottom:15px;} 
.product-list .txt{-webkit-line-clamp: 2;color: #545454;font-size:13px;line-height: 24px;}
.product-list .more{display:table;margin-top:40px;color:#fff;font-size:14px;border-radius:30px;padding: 12px 40px;background: #00a1e9;}
.product-list .more:before{content: "\eb97";float:right;margin: 5px 0 0 30px;display: block;font-style: normal;font-family: "iconfont";line-height:1;transition: all .4s ease-in-out;}
.product-list .one{  float: auto;  width: 23%;
    border: 1px solid #f1f1f1;
    margin: 1%;}
.product-list .one a{    padding: 5px;}
.product-list .one h4{    width: 100%;
    -webkit-line-clamp: 2;
    margin: 0;
    line-height: 35px;
    text-align: center;
    color: #333;
    font-weight: 500;}
.product-list .one .pic{padding-top:30%;    width: auto;
    margin: auto;height: auto;}
.product-list .one .txt{-webkit-line-clamp: 5;}
.product-list li:hover{}
.product-list li:hover a{transform: translateY(-5px);}
.product-list li:hover .more{background:#333}
.product-list li:hover .more:before{transform: translateX(-3px);}
/*--*/
.product-list2{margin:0 0 -20px -20px}
.product-list2 li{float:left; width:25%; }
.product-list2 li img{max-width:100%;width:100%;}
.product-list2 li a{display:block;margin:0 0 20px 20px}
.product-list2 li .pic{border: 1px #eee solid; background: #f9f9f9;}
.product-list2 li:hover .pic{border: 1px #00a1e9 solid;}
.product-list2 li h4{color:#666;font-size: 16px;text-align: center;margin-top:20px;}
.product-list2 li:hover h4{color:#00a1e9;}
/*=首页热门产品↓==*/
.HotHome{ background: url(../images/HotBg.jpg) no-repeat center; background-size:cover ;}
.HotHome .list{margin: 0 0 0px -25px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.HotHome .list li{float:left;/*flex-grow: 1;*/display: inline-block;width:25%;}
.HotHome .list a{position: relative;display: block;/* height:100%; */padding:20px;margin-left: 25px;overflow: hidden;box-shadow: 0 0 10px #ddd;background: #fff;}
.HotHome .list .new{position: absolute;left:0;top:0;z-index: 1;/* width:100px; *//* height:100px; */display: block;color:#fff;font-size: 18px;padding: 6px 10px;}
.HotHome .list .new:before{ content: ""; position:absolute;left:0;top:0;z-index: -1;width: 0; height: 0;border-top: 65px solid red; border-right: 65px solid transparent;}
.HotHome .list .pic{position: relative;height: 100%;padding-top: 70%;}
.HotHome .list .pic img{position: absolute;left:0;top:0;display: block;width:100%;height:100%;}
.HotHome .list h4{color:#555555;font-size:16px;margin-top: 25px;text-align: center;} 
.HotHome .list li:hover h4{color:#00a1e9}
.HotHome .list li:hover a{transform: translateY(-10px);}
/*==首页解决↓==*/
.SolutionHome{background: url(../images/SolutionBg.jpg) no-repeat center; background-size:cover ;}
.solution-list{margin: 0 0 0px -15px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.solution-list li{float:left;/*flex-grow: 1;*/display: inline-block;width:25%;}
.solution-list a{position:relative;display: block;margin-left: 15px;text-align: center;overflow: hidden;box-shadow: 0 0 10px #ddd;background: #fff;}
.solution-list a:after{opacity:0; content: "";position: absolute; left:0;top:0;width:100%;height:100%; background: #00a1e9;}
.solution-list .box{opacity:0;position: absolute;left:0;top:0;right:0;bottom:0;z-index:2;margin:auto;height: max-content;padding: 0 30px;transform: translateY(-5px);}
.solution-list img{ }
.solution-list h4{color:#fff;font-size:20px;margin-bottom: 20px;} 
.solution-list p{color:#fff;font-size:15px;}
.solution-list em{display: table;margin: 40px auto 0;color:#fff;font-size:65px;} 
.solution-list li:hover a:after{opacity:0.7} 
.solution-list li:hover .box{opacity:1;transform: translateY(5px);}
.solution-list li:hover a{transform: translateY(-5px);}
/*==案例列表↓==*/
.CaseHome{} 
.case-list{margin: 0 0 0px -10px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.case-list li{float:left;/*flex-grow: 1;*/display: inline-block;width:33.3%;}
.case-list a{position:relative;display: block;/* height:100%; */ margin-left:10px;overflow: hidden; }
.case-list a:after{content: "";position: absolute;left:0;bottom:0;width:100%;height: 30%;background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.6));}
.case-list .pic{position: relative;height: 100%;padding-top: 70%;}
.case-list .pic img{position: absolute;left:0;top:0;display: block;width:100%;height:100%;}
.case-list h4{position: absolute;bottom:0;left:0;right:0px;z-index: 2;margin:20px;color:#191919;font-size:18px;padding:20px 40px;background: #fff;} 
.case-list li:hover h4{color:#00a1e9; }
.case-list.lx2 li{width:50%;}
/*==首页优势↓==*/
.AdvantageHome{overflow: hidden;background: #f4f4f4;}
.AdvantageHome .titleAx{position:absolute;left:0;top:80px;z-index:2;}
.AdvantageHome .container{position:relative}
.AdvantageHome .long{/* padding: 100px 0 300px 0; */;}
.AdvantageHome .box{display:table;width: 100%;}
.AdvantageHome .left{position:relative;z-index:1;padding-right:160px;padding: 220px 160px 345px 0;}
.AdvantageHome .left:after{content:"";position: absolute;right:0;top:0;z-index:-1;width: 967px;height: 774px;background: url(../images/AdvantageBg.jpg) no-repeat right;}
.AdvantageHome .title{color:#00a1e9;font-size:30px;font-weight:bold;margin-bottom:30px;}
.AdvantageHome .wx{min-height:120px;}
.AdvantageHome .wx p{position:relative;color:#666;font-size:16px;padding-left: 15px;margin-bottom:20px;}
.AdvantageHome .wx p:before{content: "";position: absolute;left:0;top: 10px;width:5px;height:5px;background: #00a1e9;}
.AdvantageHome .merit{position: absolute;left: 0;bottom: 80px;z-index: 2;width: 40%;margin-top:50px;display: table;}
.AdvantageHome .merit li{float:left;width: 50%;border-right: 1px #eee solid;border-bottom: 1px #eee solid;color: #666;font-size:20px;font-weight: bold;padding: 30px 20px;text-align: center;vertical-align: middle;cursor:pointer;background: #fff;}
.AdvantageHome .merit a{display: table;margin:auto;line-height: 42px;}
.AdvantageHome .merit em{display: block;float:left;width: 42px;height: 42px;margin-top: 0px;margin-right:20px;background-repeat:no-repeat;background-position:0 0;transition: all .4s ease-in-out;}
.AdvantageHome .merit li.active{color:#fff; background: #00a1e9;}
.AdvantageHome .merit li.active a{color:#fff;}
.AdvantageHome .merit li.active em{background-position:0 -40px ;}
.AdvantageHome .merit .x1 em{background-image: url(../images/AdvantageIco01.png)}
.AdvantageHome .merit .x2 em{background-image: url(../images/AdvantageIco02.png)}
.AdvantageHome .merit .x3 em{background-image: url(../images/AdvantageIco03.png)}
.AdvantageHome .merit .x4 em{background-image: url(../images/AdvantageIco04.png)}
.AdvantageHome .right{position: relative;}
.AdvantageHome .right img{display: block;position: absolute;left:0;top:0;max-width: initial;}
.AdvantageHome .left,.AdvantageHome .right{display: table-cell;width: 50%;float: none;}
/*==首页关于↓==*/
.AboutHome{background: url(../images/AboutBg.jpg) no-repeat center; background-size:cover;}
.AboutHome .wx{width:80%;margin: auto;color:#666;font-size:15px;text-align: center;}
.AboutHome .digital{width: 900px;margin: 50px auto 0;display: flex;flex-flow: row wrap;align-content: flex-start;}
.AboutHome .digital li{position: relative;z-index:2;float:left;width: 25%;display: block;line-height: 1;}
.AboutHome .digital li a{position:relative;z-index:2; display:table;margin:auto}
.AboutHome .digital li span{color:#00a1e9;font-size:50px;font-weight: bold;}
.AboutHome .digital li font{display: inline-block;width: 15px;line-height: 12px;height: 15px;font-size: 15px;margin-left: 5px;text-align: center;color:#fff;border-radius: 50%;vertical-align: top;background: #00a1e9;}
.AboutHome .digital li h5{color:#505050;font-size:16px; margin-top: 10px;}
.AboutHome .more{display: table;margin:50px auto 0;color:#666;font-size:15px;border:1px #666 solid;border-radius: 30px;padding: 15px 40px;}
.AboutHome .more:before{content: "\eb97";float:right;display: block;color:#666;font-size: 18px;margin-left:20px;}
.AboutHome .more:hover{color:#fff;border-color:#00a1e9;background:#00a1e9}
.AboutHome .more:hover:before{color:#fff;transform: translateX(-3px);}
.AboutHome .video{margin:40px auto 0; display: table;width:711px;height:400px;box-shadow: 0 0 10px #aaa; background: #000;}
/*==首页新闻↓==*/
.NewsHome{}
.NewsHome .list{margin:0 0 0 -40px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.NewsHome .list li{/*flex-grow: 1;*/display: inline-block;width:33.3%;}
.NewsHome .list a{position: relative;display: block;height:100%;margin-left:40px;padding-bottom:30px;border-bottom: 1px #eee solid;overflow: hidden;}
.NewsHome .list a:after{ opacity:0; content:"";position:absolute;left:0;bottom:0; width:50%;height:1px; background:#00a1e9}
.NewsHome .list .pic{position: relative;padding-top: 60%;margin-bottom: 25px;box-shadow: 0 0 10px #ddd;}
.NewsHome .list .pic img{position: absolute;left:0;top:0;display: block;width:100%;height:100%;}
.NewsHome .list h4{-webkit-line-clamp: 1;color:#333;font-size:18px;font-weight:bold;margin-bottom: 12px;} 
.NewsHome .list .txt{-webkit-line-clamp: 3;color: #646464;font-size:14px;line-height: 24px;margin-bottom:30px;}
.NewsHome .list .more{display:inline-block;margin-right:40px;color:#333;font-size:12px;}
.NewsHome .list .time{display:inline-block;color:#999;font-size: 12px;}
.NewsHome .list .more:before{content: "\e62a";float:right;font-size: 12px;color: #000;margin: 4px 0 0 10px;display: block;font-style: normal;font-family: "iconfont";line-height:1;transition: all .4s ease-in-out;}
.NewsHome .list li:hover a:after{width:100%;opacity:1}
.NewsHome .list li:hover h4{color:#00a1e9}
.NewsHome .list li:hover .more{color:#00a1e9}
.NewsHome .list li:hover .more:before{color:#00a1e9;transform: translateX(-3px);}
/*==首页合作客户↓==*/
.PartnerHome{ background: url(../images/PartnerBg.png) no-repeat center;background-size:cover;}
.PartnerHome .long{padding:0 100px;/* background: #ddd; */}
.PartnerHome .list{display: flex;flex-flow: row wrap;align-content: flex-start;}
.PartnerHome .list li{ display: inline-block;width:20%;/* border: 1px #f60 dashed; */}
.PartnerHome .list a{position:relative;z-index: 1; display:block;width: 100%;height: 100%;}
.PartnerHome .list a:before{content: "";position: absolute;left:0;top: 0;right: 0;bottom: 0;z-index: -1;margin: 15%;width: 70%;height: 70%;border: 1px #ddd solid;transform: rotate(45deg);background: #fff;}
.PartnerHome .list img{/* display: contents; */margin: auto;margin: 35% 20%;width: 60%;/* height: 62%; */}
.PartnerHome .list li:nth-child(2n){}
.PartnerHome .list li:nth-child(6){margin-left: 10%;}
.PartnerHome .list li:nth-child(n+6){margin-top: -10.2%;}
.PartnerHome .list li:hover a{z-index:2;}
.PartnerHome .list li:hover a:before{border-color:#00a1e9}
.PartnerHome .spot{ position: initial;margin:50px auto 0;text-align: center;}
.PartnerHome .spot li{position:relative; display:inline-block;width:12px;height:12px;margin:0 8px;border-radius:50%;overflow:hidden;cursor:pointer;background:#e9e9e9;    transition: all .4s ease-in-out;}
.PartnerHome .spot .active{background: #00a1e9;}
 /*==首页留言↓==*/
.MessageHome{background: url(../images/MessageBg02.jpg) no-repeat center; background-size:cover ;}
.MessageHome .left{width:30%;}
.MessageHome .tel{color:#999;font-size:14px;}
.MessageHome .tel span{ margin-top:10px; display:block;color:#191919;font-size:30px;line-height:1}
.MessageHome .online{display: table;margin-top:40px;color:#fff;font-size:16px;padding: 15px 50px;border-radius: 30px;background: #00a1e9;}
.MessageHome .online:after{content: "\e741";float:right;margin-left:30px;color: #fff;font-size: 18px;}
.MessageHome .online:hover{background:#333}
.MessageHome .right{float: right;width:40%;padding-left:40px;}
.MessageHome .right .tit{color:#191919;font-size:24px;margin-bottom:20px;}
.MessageHome .right .tit font{color:#00a1e9;font-weight: bold;}
.MessageHome .right .same{ float: left; display: inline-block; width: calc( 50% - 5px); padding: 18px 20px; margin-bottom:10px;font-size:15px; color:#6c6c6c; /* line-height:50px; */border: 1px #aaa solid; background:none;}
.MessageHome .right input{}
.MessageHome .right textarea.same{width:100%;height: 100px;}
.MessageHome .right .mr{margin-right:10px;}
.MessageHome .right button{width:50%;color: #fff;font-size:16px;padding: 18px 20px;border: none;cursor: pointer;background: #646464;}
.MessageHome .right button:hover{background:#00a1e9}
.MessageHome .success{float:right;margin-left:40px;padding-left:40px;border-left:1px #8e8f8f solid;}
.MessageHome .success .tit{color:#191919;font-size:20px;margin-bottom:20px;}
.MessageHome .success li{color:#494949;font-size:14px;margin-bottom:15px;transition: all .4s ease-in-out;}
.MessageHome .success li:hover{color:#00a1e9}
/*==解决方案↓==*/
.SolutionIn{}
.SolutionIn .list{margin-bottom:-40px}
.SolutionIn .list li{position: relative;float: left;width:100%;margin-bottom: 50px;padding-bottom: 50px;border-bottom: 1px #ddd solid;clear: both;overflow: hidden;z-index: 2;}
.SolutionIn .list li a{position: relative;display:block;width: 100%;height: 100%;padding:0 10px;overflow: hidden;}
.SolutionIn .list .box{float:right;padding:50px;width: 45%;margin: 80px 0;border: 1px #ddd solid;box-shadow: 0 0 10px #ddd;background: #fff;}
.SolutionIn .list li:nth-child(2n) .box{float:left}
.SolutionIn .list li:nth-child(2n) .bg{left:auto;right:0;}
.SolutionIn .list h3{color:#191919;font-size:36px;margin-bottom:40px;}
.SolutionIn .list span{ display: block; color:#999;font-size:14px;}
.SolutionIn .list hr{display: block;margin:10px 0 0 0; width:20px;height:2px; border:none;background: #00a1e9;}
.SolutionIn .list p{color:#191919;font-size:14px;margin-bottom:30px;line-height:24px}
.SolutionIn .list p:last-child{margin-bottom:0px;}
.SolutionIn .list p b{display: block; color:#333;font-size:14px;font-weight:bold;margin-bottom:10px;}
.SolutionIn .list .bg{position: absolute;left:0;top:0;width: 60%;height:100%;z-index: -1;}
.SolutionIn .list .bg img{width:100%;height: 100%;object-fit: cover;}
.SolutionIn .list li:hover .box{ box-shadow: 0 0 10px #333;transform: translateY(-10px);}
/*.SolutionIn .list li:hover .box *{color:#fff}
.SolutionIn .list li:hover .box hr{background: #fff}*/
/*.SolutionIn .SolutionIn .list .more:after{background: #fff;}
.SolutionIn .list li:hover .SolutionIn .list .more{color:#00a1e9}*/
.SolutionIn .list .more{position: relative;z-index: 2;display:table;color:#fff;font-size:14px;padding:10px 40px;background:#00a1e9}
.SolutionIn .list .more:before{z-index:-1;}
.SolutionIn .list .more:after{ z-index:0;z-index:-1;background: #333;transform: scale(1,0);transform-origin:right;}
.SolutionIn .list .more:hover{color:#fff;background: #333;}
.SolutionIn .list .more:hover:after{transform: scale(1) skew(-20deg);transform-origin:left;}
/*==应用详情↓==*/
.SolutionShow .top .container{background:#f5f5f5}
.SolutionShow .top .left{width:55%;border: 1px #ddd solid;text-align: center;padding: 20px; background:#fff}
.SolutionShow .top .right{width:45%;padding:50px;}
.SolutionShow .top .right .title{color:#191919;font-size:30px;margin-bottom: 20px;}
.SolutionShow .top .right hr{width: 30px;height:2px;margin: 0 0 0px;border: none;background:#00a1e9;}
.SolutionShow .top .right .wx{margin-top: 20px;color:#666666;font-size:14px;line-height: 24px;}
.SolutionShow .con{margin-top:70px}
.SolutionShow .con .long{margin-bottom:50px;}
.SolutionShow .con .tit{position: relative; color:#333;font-size:28px;margin-bottom:30px; text-align: center;} 
.SolutionShow .con .long:last-child{margin-bottom:0px;padding-bottom:0px; border-bottom:0px}
.SolutionShow .con .wx{color:#393939;line-height:26px;font-size:15px;}
.SolutionShow .con .product{position:relative;z-index::1;padding:50px 0;}
.SolutionShow .con .product::before{content: ""; position: absolute;left:-10%;top:0;z-index:-1;width:120%;height:100%; background: #f5f5f5}
.SolutionShow .con .product *{background:none !important;}
/*==常见问题↓==*/
.faq{background:#efefef;}
.faq-list{display: flex;flex-flow: row wrap;align-content: flex-start;}
.faq-list li{float:left;display:inline-block;width:50%;margin-bottom: 20px;}
.faq-list  li:nth-child(2n){float:right;}
.faq-list  li a{display:block;background:#fff;padding: 30px;color:#999;margin-left: 20px;/* height:135px; */border:1px #eee solid;}
.faq-list  li h4,.faq-list li p{padding-left:35px;}
.faq-list  li i{font-style:normal;width:24px;height:24px;background:#00a1e9;color:#fff;font-size:12px;text-align:center;line-height:24px;margin-left:-35px;float:left;}
.faq-list  li h4{font-size: 18px;color:#191919;margin-bottom: 20px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.faq-list  li p i{background:none;border:1px solid #ccc;color: #666;}
.faq-list  li a:hover h4{color:#00a1e9;}
.faq-list  li a:hover{box-shadow:0 0 10px #ccc;}
/*==下载↓==*/
.DownloadInner{}
.DownloadInner .screen{ padding:50px; margin-bottom:50px;background: #f8f8f8;}
.DownloadInner .screen h4{float:left;color: #555;font-size:18px;font-weight: bold;margin: 12px 20px 0 0;}
.DownloadInner .screen form{margin:auto; display: table;}
.DownloadInner .screen select,.DownloadInner .screen input{border:2px #b3b3b3 solid;color:#b3b3b3;font-size:14px;padding:0 10px;margin-right:10px;height: 45px;width: 300px;}
.DownloadInner .screen select option{padding:10px;/* height: 45px; */}
.DownloadInner .screen .submit{color:#fff;font-size: 20px;line-height:45px;border:none;padding:0 30px;background: #00a1e9;}
.DownloadInner .screen .submit:hover{ background: #333;}
/*==下载列表↓==*/
.download-list{ margin: 0 0 -2% -2%;display: flex; flex-flow: row wrap;
align-content: flex-start;}
.download-list li{position: relative;display: inline-block;/* float:left; */width: 31.3%;margin: 0 0 2% 2%;/* border: 1px #ddd solid; */padding: 50px 50px 50px 150px;box-shadow: 0 0 10px #ddd;}
.download-list li .time{position:absolute;left: 0;top: 15%;height: 70%;padding: 30px 30px;border-right: 1px #ddd solid;display: block;color: #666;font-size:14px;text-align: right;}
.download-list li .time font{color:#666;font-size: 26px;display: block;font-weight: bold;}
.download-list li h4{position:relative; color: #333;font-size: 18px;padding-left:10px;}
.download-list li h4:before{content: "";position: absolute;left: 0px;top: 6px;width:2px;height:15px; background: #00a1e9;}
.download-list li .explan{display: block; margin-top:10px;color:#666;font-size: 14px;}
.download-list li .type{color:#666;font-size:14px;display: block;margin-top: 30px;}
.download-list li .btn{display: table;padding:3px 10px;border-radius: 5px;border:1px #ddd solid}
.download-list li .download{position: relative;display: table;color: #00a1e9;font-size:14px;margin-top: 10px;padding: 5px 10px 5px 30px;/* display: block; *//* font-weight: bold; */}
.download-list li .download:before{content: "\e784";position: absolute;left: 8px;top: 5px;/* color: #00a1e9; */font-size: 16px;font-family: "iconfont";transition: all .4s ease-in-out;}
.download-list li:hover{transform: translateY(-5px);box-shadow: 0 0 10px #ccc;}
.download-list li:hover h4{color:#00a1e9}
.download-list li:hover .btn{color:#fff;border-color: #00a1e9; background:#00a1e9}
.download-list li:hover .btn:before{color:#fff}
/*==产品详情↓==*/
.DetailCont .top{/*padding:60px 0 120px 0; ;border-bottom:1px #ddd solid;background: #f5f5f5;*/}
.DetailCont .top .left{width:55%;}
.DetailCont .top .right{width:40%}
.DetailCont .top .right .title{color:#191919;font-size:30px;padding-bottom:20px;margin-bottom:30px;border-bottom:1px #ddd solid;}
.DetailCont .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;}
.DetailCont .top .right .parts{ margin: -50px 0 35px 0;overflow: hidden;}
.DetailCont .top .right .parts h3{color:#333;font-size: 18px;margin-bottom: 15px;}
.DetailCont .top .right .parts img{display: block;float:left;width: 17%;height:80px;margin-right: 2%;border:2px #ddd solid;}
.DetailCont .top .right .parts img:hover{border-color:#666}
.DetailCont .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;}
.DetailCont .top .right .tel i{float:left;color:#666;font-size: 25px;margin-right: 15px;}
.DetailCont .top .right .btn{float:left;padding:8px 40px;color:#fff;font-size:18px;margin-right:20px;border-radius:40px; background-color: #00a1e9;}
.DetailCont .top .right .btn i{float:left;margin: 3px 10px 0 0px;color:#fff;font-size:20px;}
.DetailCont .top .right .online{/* padding-left:70px; */}
.DetailCont .top .right .download{color:#4c4c4c;background: #fff;}
.DetailCont .top .right .btn:hover{color:#fff;background-color: #333;}
.DetailCont .con{margin-top:70px}
.DetailCont .con .tone{overflow:hidden;margin-bottom:50px;border-bottom:1px #ddd solid; text-align: center;}
.DetailCont .con .tone li{position: relative; display: inline-block; margin:0 20px 0 20px; /*! border-left:1px #ddd solid; */cursor: pointer;}
.DetailCont .con .tone li a{display: block; color:#444444;font-size:20px;padding: 0px 0px 20px 0;}
.DetailCont .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: #00a1e9}
.DetailCont .con .tone li.active a,.DetailCont .con .tone li:hover a{color:#00a1e9}
.DetailCont .con .tone li.active a:after,.DetailCont .con .tone li:hover a:after{transform: scale(1);transform-origin:left;}
.DetailCont .con .long{margin-bottom:50px;padding-bottom:40px; border-bottom:1px #ddd solid}
.DetailCont .con .tit{position: relative; color:#333;font-size:22px;margin-bottom:30px;padding-left:20px}
.DetailCont .con .tit:before{content:"";position: absolute; left:0;top:10%;width:2px;height: 80%; background: #00a1e9;}
.DetailCont .con .long:last-child{margin-bottom:0px;padding-bottom:0px; border-bottom:0px}
.DetailCont .con .wx{}
.DetailCont .con .wor{color:#393939;line-height:24px;font-size:15px;}
.DetailCont .con .wor h3{    line-height: 40px;
    font-size: 18px;
    font-weight: bold;}
/*==左右图片切换↓==*/
.srllOrso{}
.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;padding-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: #00a1e9;}
.srllOrso .leftPic,.srllOrso .rightPic{height: 520px;}
.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 !important;left:15px;top:0;right:0;width:auto;height:auto;margin:0px;color:#fff;font-size: 32px;padding: 5px 0;text-align: center;background:rgba(0,0,0,0.5);}
.srllOrso .btn.swiper-button-disabled{opacity: .9}
.srllOrso .btn.nt{top:auto;bottom:0;}
.srllOrso .btn:hover{background:rgba(0,0,0,0.7)}
/*==新闻↓==*/
.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: #00a1e9;}
.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:#00a1e9;}
.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:#00a1e9}
.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: #00a1e9;}
.NewsListBox .shell li a h4{width: 100%;font-size: 16px;color: #191919;font-weight:bold;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: #00a1e9}
.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:28px;}
.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:#00a1e9}
.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:#00a1e9}
.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:#00a1e9}
/*==案例详情↓==*/
.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: #00a1e9;}
.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 #00a1e9 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:#00a1e9;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:#00a1e9;}
.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}
/*==联系我们↓==*/
.ContactInner{padding-bottom:0px !important}
.ContactInner .long .container{background:url(../images/ContactImg.png) no-repeat bottom right;}
.ContactInner .long{position: relative;/* width: 50%; *//* border:1px #ddd solid; *//* padding: 60px 240px 40px 50px; */}
.ContactInner .long .title{color:#333333;font-size:26px;}
.ContactInner .long .left{background:rgba(255,255,255,0.5);}
.ContactInner .long .tel{ position:relative;margin-top:25px;color:#333333;font-size:14px;display: block;}
.ContactInner .long .tel:before{ content: ""; position: absolute; left:0px;top:32px; width:10px; height:3px; background: #00a1e9;}
.ContactInner .long .tel:after{ content: ""; position: absolute; left:13px;top:32px; width:25px; height:3px; background: #00a1e9;}
.ContactInner .long .tel font{margin-top:30px;font-size:30px;color:#00a1e9;display: block;font-weight: bold;}
.ContactInner .long .wx{min-height:156px;margin-top:20px;color:#333333;font-size:14px;display: block;line-height: 26px;}
.ContactInner .long .consult{position:absolute;top: 100px;right: 60px;}
.ContactInner .long .ewm{position: relative;color:#737373;font-size:12px;text-align: center;display: block;line-height: 15px;}
.ContactInner .long .ewm img{ display: block;margin:0 auto 5px;}
.ContactInner .long .online{/* float:left; */color:#fff;margin-top: 15px;font-size:14px;padding:8px 40px;background: #00a1e9;display: table;border-radius: 20px;text-align: center;}
.ContactInner .long .online:hover{background: #666;}
.ContactInner .map{ }
.ContactInner #dituContent{height:500px;}
/*==留言通用↓==*/
.MessageCon{background: url(../images/MessageBg.jpg) no-repeat center;background-size:cover;}
.MessageCon .long{padding:80px; background: #fff;}
.MessageCon .title{margin-bottom:40px;overflow: hidden;}
.MessageCon .title h2{float:left;color:#191919;font-size:24px;}
.MessageCon .title .tel{float:right;margin-top:25px;color:#333333;font-size:26px;/*font-weight: bold;*/}
.MessageCon .title .tel em{display:block;float:left;margin-right:10px;margin-top:5px;color:#333;font-size:25px;font-weight:400;font-family:"iconfont";}
.MessageCon input{position: relative; float:left;width:49.5%;margin-bottom:1%}
.MessageCon .block:nth-child(2n+1){margin-left:1%;}
.MessageCon input,.MessageCon textarea{padding:15px 20px 15px 45px;border:1px #ddd solid; background-repeat:no-repeat ; background-position:15px 17px;}
.MessageCon textarea{width:100%;height:120px;}
.MessageCon button{width:25%;margin-top:20px;padding:16px 0;border:none;color:#fff;font-size:14px; background: #666;}
.MessageCon button:hover{background:#00a1e9}
.MessageCon .x1{background-image: url(../images/ico201.png);}
.MessageCon .x2{background-image: url(../images/ico202.png);}
.MessageCon .x3{background-image: url(../images/ico203.png);}
.MessageCon .x4{background-image: url(../images/ico204.png);}
.MessageCon .x5{background-image: url(../images/ico205.png);}
/*==关于↓==*/
.AboutInner{padding-bottom:0px !important}
.AboutInner .cooperate{background: url(../images/cooperateBg.jpg) no-repeat center; background-size:cover;}
.AboutInner .cooperate h4{opacity: 0; position: absolute;left:0;bottom:0;width:100%;padding:10px; text-align: center; font-size:14px;color:#fff; background: #d10709;}
.AboutInner .cooperate .pic img{width:100%}
.AboutInner .cooperate li:hover h4{opacity: 1;}
.AboutInner .cooperate .spot{position:initial; margin-top:40px}
.AboutInner .cooperate .spot span{opacity: 1;width:10px;height:10px; background: #fff;}
.AboutInner .cooperate .spot span.swiper-pagination-bullet-active{background: #d10709;}
.AboutInner .introduce{position:relative;  /*padding-bottom:400px; background:url(../images/IntroduceBg.jpg) no-repeat center bottom;*/}
.AboutInner .introduce .container{padding:}
.AboutInner .introduce .long{padding:50px; box-shadow: 0 0 10px #eee; background: #fff;}
.AboutInner .introduce .wx{color:#333;font-size: 16px;line-height: 28px;text-align: center;}
.AboutInner .introduce .tit{ position:relative;color:#00a1e9;font-size:30px;text-align:center;padding-top:50px;margin-top:50px; }
.AboutInner .introduce .tit:before{content:"";position:absolute;left:50%;top:0;width:1px;height:30px;background:#ddd}
.AboutInner .SrllPho{margin-top: 60px;padding-top: 50px;border-top: 1px #e8e8e8 solid;}
.AboutInner .SrllPho .tone{}
.AboutInner .SrllPho .tone{position:relative;width: 100%;overflow:hidden;text-align: center;margin-bottom: 50px;} 
.AboutInner .SrllPho .tone li{display: inline-block;cursor: pointer;}
.AboutInner .SrllPho .tone a{position:relative;z-index:2;display: block;margin: 0 25px;padding: 10px 40px;color: #666;font-size:22px;border-radius:5px;overflow: hidden;background: #f6f8f9;} 
.AboutInner .SrllPho .tone a:after{content:"";position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%;background: #00a1e9;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.AboutInner .SrllPho .tone .active a{color: #fff;}
.AboutInner .SrllPho .tone .active a:after{transform: scale(1);transform-origin:left;}
.AboutInner .SrllPho .list{ margin:70px 0 -20px -20px}
.AboutInner .SrllPho .list li{float:left; width:20%;}
.AboutInner .SrllPho .list img{max-width:100%;width:100%;}
.AboutInner .SrllPho .list a{position:relative; display:block;overflow:hidden;margin:0 0 20px 20px}
.AboutInner .SrllPho .list .pic{border: 1px #eee solid; background: #f9f9f9;}
.AboutInner .SrllPho .list li:hover .pic{border: 1px #00a1e9 solid;}
.AboutInner .SrllPho .list h4{position:absolute;bottom:-50px;left:0;width:100%;z-index: 2;color: #fff;font-size: 16px;text-align: center;padding: 10px 0;background: rgba(0,0,0,0.3);}
.AboutInner .SrllPho .list .more .pic:before{display: none;}
.AboutInner .SrllPho .list .more span{opacity: 0; position:absolute;left:0;top:0;right:0;bottom:0;z-index:2;margin:auto;height:min-content;text-align:center;color: #fff;font-size: 18px;}
.AboutInner .SrllPho .list .more:hover span{opacity: 1;}
.AboutInner .SrllPho .list li:hover h4{bottom:0}
.AboutInner .number{margin-top: -120px;background: url(../images/NumberBg.jpg) no-repeat center;background-size:cover;background-attachment: fixed;}
.AboutInner .digital{width:100%;margin: 120px 0 20px 0;font-family: 'siyuan';display: flex;flex-flow: row wrap;align-content: flex-start;}
.AboutInner .digital li{position: relative;z-index:2;display:inline-block;width:25%;border-right: 1px rgba(255,255,255,0.4) dotted;}
.AboutInner .digital li:last-child{border-right:none}
.AboutInner .digital li a{position:relative;z-index:2;display:table;margin:auto;line-height: 1;}
.AboutInner .digital li span{color:#fff;font-size:60px;font-weight: bold;}
.AboutInner .digital li font{color:#fff;font-size:16px;margin-left: 5px;}
.AboutInner .digital li h5{color:#fff;font-size:16px;margin-top: 10px;}
.AboutInner .advantage{ background: #f3f3f3;}
.AboutInner .advantage ul{display: flex;flex-flow: row wrap;align-content: flex-start;}
.AboutInner .advantage ul li{position:relative;z-index: 2;float:left;width:25%;overflow: hidden;}
.AboutInner .advantage ul .box{padding:20px;background: #fff;height: 100%;}
.AboutInner .advantage ul .pic{}
.AboutInner .advantage ul h4{color:#212121;font-size:18px;margin-bottom:10px; font-weight:bold;}
.AboutInner .advantage ul p{color:#333;font-size:14px;line-height: 22px;}
.AboutInner .advantage ul li:nth-of-type(even) .box{background: #f9f9f9;/* height: 100%; */}
.AboutInner .advantage li:hover h4{color:#00a1e9}
/*.AboutInner .advantage li:hover{transform:translateY(-10px)}*/
.AboutInner .culture ul{margin: 0 0 -2% -2%;overflow:hidden;display: flex;flex-flow: row wrap;align-content: flex-start}
.AboutInner .culture ul li{float: left;width: 48%;height:100%;margin: 0 0 2% 2%;display: table; background: #f5f5f5;}
.AboutInner .culture ul .pic{max-width:55%; display: block; overflow: hidden;}
.AboutInner .culture ul img{display: block;width: 380px;max-width:100%;height: 220px;}
.AboutInner .culture ul h4{max-width:50%;height:100%;color:#212121;font-size:24px;padding: 60px 30px 0 30px;background: #f5f5f5;}
.AboutInner .culture ul h4 span{color:#212121;font-size:16px; display: block;margin-top:15px;}
.AboutInner .culture ul hr{display: block;margin:15px 0 0 0;border:none; width:40px;height:1px;background:#00a1e9;}
.AboutInner .culture ul .pic,.AboutInner .culture ul h4{/* display: table-cell; */ float: left;}
.AboutInner .culture ul li:hover .pic img{transform:scale(1.1);}
.AboutInner .culture ul li:hover h4{color:#00a1e9}
/*==荣誉资质↓==*/
.HonorCont{   background:url(../images/HonorBg.jpg) no-repeat center; background-size:cover ; background-attachment:fixed ;}
.HonorCont .list{}
.HonorCont .list li{ text-align: center;}
.HonorCont .list .pic{}
.HonorCont .list h4{color:#fff;font-size:16px;margin-top:10px;}
.HonorCont .list .box{position: relative; padding:40px; background: rgba(238,238,238,0.1);}
.HonorCont .list .box:before{content: "";position: absolute;left:0;top:0;right: 0;bottom: 0;margin: 20px;/* width:100%; *//* height:100%; */border:1px #5a5754 dashed;}
/*==伙伴列表↓==*/
.PartnerCont{background: #f6f6f6;}
.PartnerCont .list li{}
.PartnerCont .list li a{position: relative;display:block;height:100%;overflow: hidden;border-radius: 10px;}
.PartnerHome .list a:after{ opacity:0; content:""; position:absolute;left:0;top:0;width:100%;height:100%;transform: translateY(-10px);background:#00a1e9;}
.PartnerCont .list h4{ opacity:0; position: absolute;left:0;top:0;right:0;bottom:0;z-index: 1;margin: auto;height: fit-content;text-align: center;color:#fff;font-size:18px;transform: translateY(10px);}
.PartnerCont .list .pic{padding-top:50%}
.PartnerCont .list .pic img{width:100%;}
.PartnerCont .list li:hover h4{opacity:1;transform: translateY(0px);}
.PartnerCont .list li:hover a:after{opacity:0.8;transform: translateY(0px);}
.PartnerCont .spot{position:initial; margin-top:40px}
.PartnerCont .spot span{opacity: 1;width:10px;height:10px;margin:0 8px !important; background: #808080;}
.PartnerCont .spot span.swiper-pagination-bullet-active{background: #00a1e9;}
/*==服务网点↓==*/
.outlets-list{margin:0 0 -40px -40px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.outlets-list li{float:left;display: inline-block;width:50%; margin-bottom:40px;}
.outlets-list a{display: block;margin-left:40px;padding:40px;height: 100%;border: 1px #ddd solid;background: #fdfdfd;}
.outlets-list h4{position:relative;color:#131415;font-size: 20px;padding-left: 35px;margin-bottom: 20px;}
.outlets-list h4:before{content: "\e8c4";position: absolute;left:0;height: 100%;font-size: 28px;color:#0060ac;}
.outlets-list .wx{color:#666666;font-size:14px;line-height: 32px;}
/*==滚动切换效果↓==*/
.Cuter{margin:60px auto 0;position: relative;padding: 0 30px;display: table;}
.Cuter .spot{position: initial;bottom: 25px;/* float: right; */text-align: right;}
.Cuter .spot span {opacity:1;position:relative;width: 10px;height: 10px;margin: 0 10px;font-family: "iconfont";background:#fff;}
.Cuter .spot .swiper-pagination-bullet-active{background: #00a1e9;}
.Cuter .btn{top:0px;color:#00a1e9;font-size: 20px;font-weight:bold;width: auto;height: auto;margin: 0px;background: none;}
.Cuter .pv{left:0} 
.Cuter .nt{right:0} 
.Cuter .btn:hover{color:#ddd}
/*==list-box 图片款 久↓==*/
.list-box{margin:0 0 -10px -10px}
.list-box li{float:left; width:25%; }
.list-box li img{max-width:100%;width:100%;}
.list-box li a{display:block;margin:0 0 10px 10px}
.list-box li .pic{border: 1px #eee solid; background: #f9f9f9;}
.list-box li:hover .pic{border: 1px #00a1e9 solid;}
.list-box li h4{color:#666;font-size: 15px;text-align: center;padding:12px 0;}
.list-box li:hover h4{color:#00a1e9;}
.list-box.lx5 li{width:20%}
.list-box.lx3 li{width:33.3%}
/*==视频列表↓==*/
.video-list .pic:before{content: "\e609";position: absolute;left:0;top:0;right:0;bottom:0;width: 50px;z-index: 1;color:#efefef;font-size:50px;box-shadow: 0 0 10px #ddd;border-radius: 50%;margin: auto;height: max-content;text-align: center;font-style: normal;font-family: "iconfont";line-height:1;}
.video-list .pic:after{ opacity:0.2; content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#000}
.video-list li:hover .pic:before{color:#fff}
/*==底部===*/
.footer {position:relative;z-index:5;padding:60px 0 30px 0;background:#292828;overflow:hidden;}
.footer .nav {position:relative;float:left;display:table;margin-bottom:30px;width: 55%;}
.footer .nav h3 {color:#fff;font-size:16px;margin-bottom:20px;} 
.footer .nav li {/*! display:table-cell;*/padding-right: 20px;/* float:left; */display: table-cell;}
.footer .nav li a {display:block;color:#eee;font-size:13px;padding: 4px 0;}
.footer .nav li a:hover {color:#fff}
.footer .ewm {float:right;color:#666;font-size:14px;text-align:center;padding-left: 40px;}
.footer .ewm span{float: left;/* width: 50%; */display: block;padding:10px;margin-left: 10px;background: #fff;}
.footer .ewm img {display:block;margin-bottom: 1px;}
.footer .right {float:right; color:#aaa;font-size:12px;margin-left: 20px;text-align: right;}
.footer .right span {display:block;color:#ddd;font-size:13px;margin-bottom: 10px; }
.footer .right span font{display: block;font-size:24px;color:#fff} 
.footer .right .add font{ font-size:13px; }
.footer .down {margin-top:30px;padding-top:20px;color:#eee;font-size:13px;border-top:1px #888 solid} 
.footer .down a {color:#eee;font-size:13px;}
.footer .down a:hover {color:#fff;}
.footer .online{float:right;}
.footer .online:before{content:"\e741";float:left;font-size:20px;color:#eee;margin:-3px 10px 0 0;}
.footer .link{margin-top:20px;padding-top:20px;color:#eee;font-size:13px;border-top:1px #888 solid} 
.footer .link h3 {float: left;color:#eee;font-size:14px;} 
.footer .link h3 font{color:#666;font-size:12px; margin-left:5px}
.footer .link a{color:#858585;font-size:12px;display: inline-block;padding: 0 15px;font-size:13px;line-height: 9px;border-right: 1px #999 dotted;}
.footer .link a:last-child{border:none;} 
