@charset "utf-8";

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

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





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

.container{width:1600px;}

a:hover{color:#005bc5}

button{cursor: pointer;}

.borTop{border-top:1px #ddd solid}
.bga{background: #f8f8f8;}


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

i,.iof,*:before,*: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_ovrpytfere.woff2?t=1630050751862') format('woff2'),

       url('//at.alicdn.com/t/font_1963410_ovrpytfere.woff?t=1630050751862') format('woff'),

       url('//at.alicdn.com/t/font_1963410_ovrpytfere.ttf?t=1630050751862') format('truetype');

}





/*==顶部↓==*/

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

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

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

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

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

.fixed-top.header .tel{ margin-top: 10px; }*/

/*--*/

.header{z-index:99;padding: 10px 0;height:80px;}

.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{width:100%;padding:0 80px;}

.header .logo{float:left}

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

.header .tel{position: relative;float: right;margin: 10px 0 0 50px;font-size: 27px;color: #333;}

.header .tel:before{content: "\e601";font-family: "iconfont";/* position: absolute; *//* left:0; */margin-right: 10px;font-weight: 400;color: #005bc5;}

.header .nav{display:flex;float: right;margin-top: 20px;}

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

.header .nav > li > a{position: relative;display: block;color:#2c2c2c;font-size:17px;text-align: center;padding-bottom: 25px;}

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

.header .nav > li:hover > a,.header .nav > li.active > a{color:#005bc5; }

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

.header .nav .sub{display:none;width: 230%;left:-64%;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: #005bc5;}

/*.header .nav li:last-child .sub{display: none !important;}*/
.header .nav .sub.multi{ column-count: 2;width: 300px;left: -100px;text-align:left;}
.header .nav .sub.multi a{display:inline-block;width:100%;padding:8px 15px;}



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

.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: #005bc5;transition:transform .5s;transform: scale(0,1);transform-origin:right;}

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

.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:#005bc5}

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

.site .more:hover{color:#fff; background: #005bc5;}





/*==标题↓==*/

.titleAx{color:#282828;font-size:40px;line-height: 1;}  

.titleAx span{margin-top:20px;display: block;color:#999;font-size:16px;font-weight: 400;text-transform: Uppercase;}

.titleAx span.cor{color:#005bc5;font-size:22px;}

.titleAx font{color:#005bc5}

.titleAx hr{display: block;margin:20px 0 0 0;width: 40px;height: 1px;border:none;background: #005bc5;}

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

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

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

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

.titleAx.white hr{background:#fff}



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

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

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

.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{}
.lefterRs {width:22%;float:left}
/*.righterRs {width:78%;float:right;padding-left:50px;}*/
/*==左侧导航↓==*/
.leftNav{border:1px #eee solid}
.leftNav .title {position:relative;color:#fff;font-size:32px;padding: 30px 30px 40px 30px;text-align:center;border-radius: 10px 10px 0 0;background:#202527;}
.leftNav .title:after{content:"";/* position:absolute; */left:0;right:0;bottom:0;display:block;width: 9px;height: 5px;margin: 5px auto 0;background:url(../images/arrow01.png) no-repeat center;}
.leftNav .title span {display:block;color:#fff;font-size:12px;font-weight:400;margin-top: 10px;}
.leftNav .title em {display:none;position:absolute;top:20px;right:20px;float:right;font-size:16px;}
.leftNav .title em i {margin-left:5px}
.leftNav .title em:hover {color:#005bc5}
.leftNav > .drop {display: ; /* border:1px #eee solid; */overflow:hidden;background: #fff;}
.leftNav > .drop > li {border-bottom:1px #e5e5e5 solid}
.leftNav > .drop > li:last-child{border-bottom:0px}
.leftNav > .drop > li > a {position:relative;z-index:2;display: block;color:#000123;font-size:16px;padding: 13px 30px;}
.leftNav > .drop > li > a:after {opacity:0;content:"";position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;transform:translateX(15px);background:#005bc5;transition:all .4s ease-in-out;}
.leftNav > .drop > li > a:before {content:"";float: left;/* display: inline-block; */flex-shrink: 0;margin: 8px 15px 0 0;/* position:absolute; */left: 20px;top: 0;bottom: 0;/* margin: auto; */display:block;width: 5px;height: 9px;background:url(../images/arrow02.png) no-repeat center;}
.leftNav > .drop > li:hover > a,.leftNav > .drop > li.active > a {color:#fff;padding-left:30px;}
.leftNav > .drop > li:hover > a i,.leftNav > .drop > li.active > a i {color:#fff}
.leftNav > .drop > li:hover > a:after,.leftNav > .drop > li.active > a:after {opacity:1;transform:translateX(0px);}
.leftNav .order {display: none;}
.leftNav .order > li {border-top:1px #e8e8e8 solid}
.leftNav .order > li > a {display:block;color:#777;font-size:16px;padding:15px 30px 15px 50px;}
.leftNav .order > li:hover > a,.leftNav .order > li.active > a {color:#005bc5;transform:translateX(5px);}




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

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

.product-list.edge li{/*flex-grow: 1;*/display: inline-block;width:25%;margin-bottom:30px; }

.product-list.edge a{margin-left:20px}





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

.product-list a{display: block;height:100%;text-align: center;padding:5px;}

.product-list .pic{padding-top:100%;border:1px #eee solid;box-shadow:0 0 10px #ddd; background: #fff;}

.product-list h4 {color:#464646;font-size:16px;margin-top:20px;}

.product-list li:hover{}

.product-list li:hover .pic{border-color:#eee;box-shadow:5px 15px 15px #ddd;}

.product-list li:hover h4{color:#005bc5}

 

 

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

.ProductHome{background-image: url(../images/bg101.png),url(../images/bg102.png);background-repeat:no-repeat,no-repeat;background-position:left center,right center}

.ProductHome.bg{background-color:#f6f8f9;}

.ProductHome .srllpro{}

.ProductHome .frame{display: none; position:relative;}

.ProductHome .frame.show{display: block;}





/*==产品切换↓==*/

.srllpro .btn{position: absolute;top: 50%;left: -70px;display: block;width: 55px;height: 55px;line-height: 55px;border: 1px #eee solid;text-align: center;color: #005bc5;font-size: 20px;font-weight: bold;border-radius: 50%;transform: translateY(-50%);cursor:pointer;background: #fff;}

.srllpro .btn.sNext{left:auto;right:-70px;}

.srllpro .btn:hover{color:#fff;border-color:#005bc5;background:#005bc5}

.srllpro .btn:hover:before{color:#fff}

.srllpro .sPrev:before{content: "\e662";}

.srllpro .sNext:before{content: "\eb9b";}

.srllpro .spot{display: none;}





/*==tab切换↓==*/ 

.tone-item{text-align: center;margin-bottom:40px}

.tone-item li{display: inline-block;}

.tone-item a{position: relative;z-index: 1; display: block;color:#404040;font-size:18px;padding:10px 30px;margin:0 10px;border-radius:5px;border:1px #ddd solid;cursor: pointer;}

.tone-item a:before{content:"";position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%;background:#005bc5;transition:transform .5s;transform: scale(0,1);transform-origin:right;}

.tone-item .active a{color:#fff;border-color:#005bc5 !important;}

.tone-item .active a:before{transform: scale(1);transform-origin:left;}

.tone-item.white{}

.tone-item.white a{border-color:#fff;background: #fff;}





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

.spot-item{margin-top:30px;text-align:center;}

.spot-item span{opacity:1;position:relative;width:12px;height:12px;margin:0 8px !important;overflow:hidden;background:#eee;    transition: all .4s ease-in-out;}

.spot-item .swiper-pagination-bullet-active{width:30px;border-radius:20px;background: #005bc5;}





/*==合作客户↓==*/

.PartnerCont{background: url(../images/PartnerHomeBg.png) no-repeat center; background-size:cover ;}

.PartnerCont .long{padding:0 100px;/* background: #ddd; */}

.PartnerCont .list{display: flex;flex-flow: row wrap;align-content: flex-start;}

.PartnerCont .list li{ display: inline-block;width:20%;/* border: 1px #f60 dashed; */}

.PartnerCont .list a{position:relative; display:block;width: 100%;height: 100%;}

.PartnerCont .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;}

.PartnerCont .list img{/* display: contents; */margin: auto;margin: 32% 20%;width: 60%;/* height: 62%; */}

.PartnerCont .list li:nth-child(2n){}

.PartnerCont .list li:nth-child(6){margin-left: 10%;}

.PartnerCont .list li:nth-child(n+6){margin-top: -10.2%;}

.PartnerCont .list li:hover a{z-index:2;}

.PartnerCont .list li:hover a:before{border-color:#005bc5}

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

.PartnerCont .spot li{position:relative; display:inline-block;width:15px;height:15px;margin:0 10px;border-radius:50%;overflow:hidden;cursor:pointer;background:#e9e9e9;    transition: all .4s ease-in-out;}

.PartnerCont .spot .active{background: #005bc5;} 





/*==首页关于↓==*/

.AboutHome{padding:160px 0 140px 0;background: url(../images/AboutBg.jpg) no-repeat center; background-size:cover ;background-attachment:fixed ;}

.AboutHome .box{width: 740px;padding: 60px 40px;background: #fff;}

.AboutHome .wx{color:#666;font-size:14px;line-height: 24px;}

.AboutHome .block{margin:50px 0 0 -3%;overflow: hidden;}

.AboutHome .block a{position: relative;z-index: 2;float:left;display: block;margin-left:3%;width:30.3%;height: 100px;padding: 20px 10px;text-align: center;}

.AboutHome .block a:before{opacity:0; content:"";position:absolute;top:0;left:0;z-index: -1;width:100%;height:100%;background:#005bc5;transform: translateY(10px);}

.AboutHome .block a:hover:before{opacity:1;transform: translateY(0px);}

.AboutHome .block a:hover h4{opacity:1;transform: translateX(0px);}

.AboutHome .block img{position: absolute;left:0;top:0;z-index: -2;display: block;width:100%;height: 100%;object-fit: cover;}

.AboutHome .block h4{ opacity:0;color:#fff;font-size:22px;transform: translateY(-5px);}

.AboutHome .block h4 span{display: block;color:#fff;font-size:12px;display: block;margin-top: 2px;}

.AboutHome .more{display: table;color:#212121;font-size:14px;margin-top:40px;padding: 12px 30px;border:1px #ddd solid;border-radius:5px;}

.AboutHome .more:hover{color:#ffff;border-color:#005bc5; background: #005bc5;}





/*==首页新闻↓==*/

.NewsHome{background: #f6f8f9;}

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

.NewsHome .list a{position: relative;display: block;}

.NewsHome .left{float:left;width: 36%;} 

.NewsHome .left .one .pic img{height:340px;width:100%;object-fit: cover;}

.NewsHome .left .one h4{position: absolute;left:0;bottom:0;right: 0;color:#fff;font-size:16px;padding:20px;background: rgba(0,0,0,0.5);}

.NewsHome .left .box{height:230px;padding:30px 20px;background: #fff;}

.NewsHome .left .two{margin-bottom: 15px;}

.NewsHome .left .two:last-child{margin-bottom:0px;}

.NewsHome .left .two a{display: flex;align-items: center;justify-content:center;position: relative;padding-right: 100px;}

/*.NewsHome .left .two a{display: block;position: relative;padding-left:20px;}

.NewsHome .left .two a:before{content:"\e72a"; position:absolute;left:0;}

*/

.NewsHome .left .two a:before{content:"\e72a";float:left;margin-right: 5px;font-size: 12px;text-align: center;}

.NewsHome .left .two h4{color:#666;font-size: 15px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.NewsHome .left .two .time{position: absolute;right:0;color:#999;font-size:14px;}

.NewsHome .left .two:hover a:before{color:#005bc5;transform: translateX(5px);}

.NewsHome .left .two:hover h4{color:#005bc5;transform: translateX(5px);}

.NewsHome .right{float: right;width: 64%;margin: 0 0 -20px 0px;padding-left: 10px;display: flex;flex-flow: row wrap;align-content: flex-start;}

.NewsHome .right li{height:275px;width: calc( 50% - 20px);margin:0 0 20px 20px;display: inline-block;}

.NewsHome .right a{display: block;padding:20px;background: #fff;}

.NewsHome .right .time{position: relative;display: block;color:#434343;font-size:16px;border-bottom:1px #ddd solid;padding-bottom:20px;margin-bottom:30px;text-align: left;line-height: 1;/* align-items: center; *//* justify-content: center; */}

.NewsHome .right .time:before{content:"\eb9b";position: absolute;right: 0;top: 18px;bottom: 0;float:left;font-weight:bold;font-size: 40px;text-align: center;margin: auto;}

.NewsHome .right .time font{display: block;color:#434343;font-size:50px;font-weight:bold;margin-bottom: 5px;}

.NewsHome .right h4{color:#373737;font-size: 17px;margin-bottom: 15px;}

.NewsHome .right p{-webkit-line-clamp: 3;color:#636363;font-size:13px;line-height:24px;}

.NewsHome .right li:hover a{;box-shadow:0 15px 20px #eee}

.NewsHome .right li:hover h4{color:#005bc5;transform: translateX(5px);}

.NewsHome .right li:hover .time:before{color:#005bc5;transform: translateX(-5px);}





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

.srll-solution{position: relative;z-index: 2;}

.srll-solution .chart{position: absolute;left:0;top:0;right:0;bottom: 0;z-index: -1;}

.srll-solution .chart:after{content:"";opacity:0.5;position:absolute;left:0;top:0;right:0;bottom:0;z-index: 1;background: #000;}

.srll-solution .chart a{display: block;width: 100%;height:100%;}

.srll-solution .chart img{display: block; width:100%;height: 100%;object-fit: cover;}

.srll-solution .list{}

.srll-solution .list li{height:660px;text-align: center;cursor:pointer; border-right:1px solid rgba(255,255,255,0.4)}

.srll-solution .list li{position: relative;z-index:1;/* display: block;width: 100%;height:100%;*/}

.srll-solution .list li:before{content:""; opacity:0;  position:absolute;left:0;top:0;right:0;bottom:0;z-index:-1;transform: translateY(-10%);background: #005bc5;}

.srll-solution .list .box{position: absolute;left:0;top: 220px;right: 0;bottom:0;height: fit-content;/* margin: auto; */padding:20px 40px;}

.srll-solution .list em{display: inline-block;margin-bottom:20px;width: 90px;height: 90px;border:1px #fff solid;border-radius:50%;background-repeat:no-repeat;background-position:center;}

.srll-solution .list h4{color:#fff;font-size:24px;margin-bottom: 0px;}

.srll-solution .list span{color:#fff;font-size:14px;margin-bottom:10px;}

.srll-solution .list p{opacity:0;-webkit-line-clamp: 2;margin-top: 20px;color:#fff;font-size:14px;}

.srll-solution .list .more{opacity:0; display:inline-block; margin-top:30px;color:#005bc5;font-size:14px;padding:10px 30px;border-radius:5px;background: #fff;}

.srll-solution .list .more:hover{transform: translateY(-5px);}

.srll-solution .list .swiper-slide-thumb-active .box,.srll-solution .list li:hover .box{top:150px;}

.srll-solution .list .swiper-slide-thumb-active:before,.srll-solution .list li:hover:before {opacity:0.8;transform: translateY(0px);}

.srll-solution .list .swiper-slide-thumb-active p,.srll-solution .list li:hover p{opacity:1;}

.srll-solution .list .swiper-slide-thumb-active .more{opacity:1; }


.srll-solution .spot{display: none;position: absolute;left:0;bottom: 0px;right:0;}

.srll-solution .spot li{}

.srll-solution .list .x1 em{background-image:url(../images/ico301.png);}

.srll-solution .list .x2 em{background-image:url(../images/ico302.png);}

.srll-solution .list .x3 em{background-image:url(../images/ico303.png);}

.srll-solution .list .x4 em{background-image:url(../images/ico304.png);}

.srll-solution .list .x5 em{background-image:url(../images/ico305.png);}







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

.SolutionIn{}

.SolutionIn .list{margin-bottom:-40px;overflow: hidden;}

.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 80px;overflow: hidden;}

.SolutionIn .list .box{position:relative;z-index:1;float:right;padding:50px;width: 45%;margin: 80px 0;box-shadow: 0px 0px 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: #005bc5;}

.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: 100%;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:#005bc5}*/

.SolutionIn .list .more{position: relative;z-index: 2;display:table;color:#fff;font-size:14px;padding:10px 40px;background:#005bc5}

.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;}
.SolutionHome .gallery-thumbs {background: url('../images/solution_bg.jpg') no-repeat center;background-size:cover}




/*==服务支持↓==*/

.ServiceIn{}

.ServiceIn .sale{}

.ServiceIn .sale ul{margin: 80px 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}

.ServiceIn .sale ul li{position: relative;width: calc( 33.3% - 30px);margin: 0 0 30px 30px;padding: 50px;text-align: center;background: #f3f3f3;}

.ServiceIn .sale ul a{display: block;}

.ServiceIn .sale ul i{display: table;width: 70px;height: 70px;line-height: 70px;border-radius:100%;text-align:center;font-style:normal;background:#005bc5;color:#fff;font-size: 26px;margin: -85px auto 30px;/* margin-bottom:30px; */}

.ServiceIn .sale ul h4{font-size:26px;color:#191919;position: relative; margin-bottom:30px;}

.ServiceIn .sale ul h4 span{display: block;font-size:14px;font-family:Arial;opacity:.5;}

.ServiceIn .sale ul h4::after{content:"";display: table; margin:10px auto 0;width:24px;height:1px;background:#005bc5;}

.ServiceIn .sale ul p{color:#666;font-size:15px;line-height:28px;}

.ServiceIn .problem{background: #f7f7f7;}

.ServiceIn .problem .more{display: table;margin:50px auto 0;color:#fff;font-size:14px;padding: 12px 40px;border-radius:5px; background: #005bc5;}

.ServiceIn .problem .more:hover{color:#ffff; background: #333;}

.ServiceIn .message{}

.ServiceIn .message .left{float:left;width: 25%;}

.ServiceIn .message .contact{float:left;width: 26%;margin: 30px 3% 0 3%;}

.ServiceIn .message .contact li{position: relative;margin-bottom: 40px;padding-left: 40px;line-height: 1;}

.ServiceIn .message .contact i{position: absolute;left:0;top: 5px;color:#005bc5;font-size: 20px;}

.ServiceIn .message .contact h4{margin-bottom:10px;color:#333;font-size: 18px;font-weight:bold;}

.ServiceIn .message .contact span{color:#666;display:block;font-size: 16px;}

.ServiceIn .message .right{width:40%;margin:auto; display: table;}

.ServiceIn .message input,.ServiceIn .message textarea{width: 100%;font-size: 16px;padding: 15px 20px;margin-bottom: 20px;border-radius: 8px;border: 1px #f1f2f6 solid;background: #f1f2f6;transition: all .4s ease-in-out;}

.ServiceIn .message textarea{height:140px;}

.ServiceIn .message .w50{float: left;width:  calc( 50% - 10px);}

.ServiceIn .message .mr{margin-right:20px;}

.ServiceIn .message input:focus{border-color:#005bc5;background:#fff}

.ServiceIn .message button{width: 35%;float: right;margin-top: 10px;padding: 15px 20px;border:none;color:#fff;font-size: 15px;border-radius: 5px;background: #005bc5;}

.ServiceIn .message button:hover{background:#333}





/*==常见问题列表↓==*/

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

.problem-list li{float:left;width: calc( 50% - 20px);margin: 0 0 20px 20px;padding: 30px;box-shadow: 6px 15px 15px #eee;border:1px #f7f7f7 solid;background: #fff;}

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

.problem-list li h4{-webkit-line-clamp: 1; position:relative; color:#333;font-size:18px;padding-bottom: 2px;}

.problem-list li p{position:relative;color:#666;font-size: 15px;margin-top:15px;-webkit-line-clamp: 2;}

.problem-list li h4,.problem-list li p{ position:relative;padding-left:35px;}

.problem-list li em{position: absolute;left:0;top:0;display:block;margin-right:10px;width: 25px;line-height: 25px;border:1px #ddd solid;color:#666;font-size: 16px;text-align: center;}

.problem-list li p em{border-color:#005bc5;color:#fff;background: #005bc5}

.problem-list li:hover{box-shadow: 6px 15px 15px #ddd;transform: translateY(-5px);}

.problem-list li:hover h4{color:#005bc5}

.problem-list li.w100{width:100%;}





/*==产品详情↓==*/

.ProductShow{}

.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: #005bc5;}

.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: #005bc5}

.DetailCont .con .tone li.active a,.DetailCont .con .tone li:hover a{color:#005bc5}

.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 .title{position: relative; color:#333;font-size:22px;margin-bottom:30px;padding-left:20px}

.DetailCont .con .title:before{content:"";position: absolute; left:0;top:20%;width:2px;height: 60%; background: #005bc5;}

.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;}





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

.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: #005bc5;}

.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)}





 /*==左侧联系↓==*/.connection {margin-top:30px;padding:20px;border:1px #ddd solid;overflow:hidden;/* background:#eee;*/}

.connection .tit {/* float:left;*/color:#333;font-size:18px;font-weight:bold;padding-bottom:20px;margin-bottom:20px;border-bottom:1px #ddd solid;}

.connection .tit .more {float:right;display:block;color:#666;font-size:13px;margin-top:5px;}

.connection .tit .more:hover {color:#005bc5}

.connection .tel {position:relative;display:block;font-size:12px;color:#858585;padding-left:50px;margin-bottom:20px;word-wrap:break-word;word-break:normal;}

.connection .tel font {display:block;color:#005bc5;font-size:24px;margin-top:5px;line-height:25px;font-weight:bold;}

.connection .tel:before {content:"\e611";font-family:"iconfont";position:absolute;top:6px;left:0;margin-right:10px;font-weight:400;color:#333;font-size:36px;}

.connection .wx {color:#666;font-size:14px;line-height:24px}

.connection .ewm {display:table;margin-top:20px;}

.connection .ewm img {max-width:100px;}

.connection .ewm font {vertical-align:middle;color:#666;font-size:14px;padding-left:30px;}

.connection .ewm font hr {float:left;width:30px;height:1px;margin:7px 10px 0 0;border:none;background:#aaa;}

.connection .ewm img,.connection .ewm font {display:table-cell;}





/*==新闻列表框↓==*/

.EssayCont .lefter {float:left;width:65%;}

.EssayCont .righter {float:right;width:30%;}

.EssayCont .righter .shell {width:100%;margin-bottom:30px;border:1px #ddd solid}

.EssayCont .righter .shell:last-child {margin-bottom:0px;}

.EssayCont .righter .shell .tit {position:relative;color:#333333;font-size:18px;border-bottom:1px #e6e8eb solid;padding-bottom:15px;margin-bottom:20px;}

.EssayCont .righter .shell .tit.bor:before {content:"";position:absolute;left:0;bottom:-1px;width:20%;height:1px;background:#005bc5;}

/*--*/

.EssayCont .bgb {margin-bottom:30px;background:#fff;}

.EssayCont .bgb:last-child {margin-bottom:0px;}

.EssayCont .bgb.p3 {padding:30px 30px 50px 30px;}

.EssayCont .bgb.p4 {padding:40px 40px 50px 40px;}

/*--*/

.EssayCont .news {}

.EssayCont .news li {clear:both;width:100%;margin-bottom:20px;}

.EssayCont .news .one {position:relative;}

.EssayCont .news .one h4 {position:absolute;left:0;right:0;bottom:0;width:100%;padding:10px 20px;color:#fff;font-size:14px;background:rgba(0,0,0,0.6)}

.EssayCont .news .one:hover h4 {background:#005bc5}

.EssayCont .news .two{}

.EssayCont .news .two a {position:relative;display:block;padding-left:15px;color:#333333;font-size:14px;}

.EssayCont .news .two a:before {content:"";position:absolute;left:0;top:5px;width:8px;height:8px;border-radius:50%;background:#b2b2b2;}

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

.EssayCont .news .two:hover a {color:#005bc5;}

.EssayCont .news .two:hover a:before {background:#005bc5;}

/*--*/

.EssayCont .content .titleTop{text-align: center;padding: 0 0 30px 0;margin: 0 0 40px 0;border-bottom: 1px #e4e4e4 solid;}

.EssayCont .content .title{color:#333333;font-size:28px;}

.EssayCont .content .msg{margin-top: 15px;color:#a7a7a7;font-size:14px;}

.EssayCont .content .msg *,.NewsDetail .msg span,.NewsDetail .msg a{color:#a3a3a3;font-size:14px;}

.EssayCont .content .msg span{margin:0 5px;}

.EssayCont .content .msg a:hover,.NewsDetail .msg .active{color:#0060ac}

.EssayCont .content .msg .active{font-weight:bold;}

.EssayCont .content .wor{min-height:300px;font-size:16px;}

/*--*/

.EssayCont .pagIng{margin-top:60px;padding-top:50px;border-top:1px #eee solid;overflow: hidden;}

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

.EssayCont .pagIng a{width:47%;color:#666666;font-size:15px;padding: 15px 20px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #f6f6f6;}

.EssayCont .pagIng a:hover{color:#fff; background: #0060ac;}

.EssayCont .pagIng .prev{float:left}

.EssayCont .pagIng .next{float:right}





/*==新闻列表↓==*/

.news-list {margin:0px 0 -10px 0;}

.news-list li {clear:both;width:100%;margin-bottom:30px;padding-bottom:30px;border-bottom:1px #ddd solid;overflow:hidden;}

.news-list a {display:block;}

.news-list .pic {float:left;width:360px;height:220px;margin-right:30px;background:#eee;}

.news-list .pic img {width:100%;height:100%;object-fit:cover;}

.news-list .title {color:#333333;font-size:22px;margin-bottom:15px;/* margin-top:10px;*/max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.news-list .part {position:relative;margin-bottom:20px;display:table;}

.news-list .part:before {content:"";float:left;display:block;margin:8px 10px 0 0;width:50px;height:1px;background:#aaa;}

.news-list .part span {display:block;float:left;margin-right:40px;color:#999999;font-size:12px;line-height:1;}

.news-list .part span:before {display:none;content:"";float:left;margin-right:5px;font-size:14px;}

.news-list .part .time:before {content:"\e8b8";}

.news-list .part .source:before {content:"\e647";}

.news-list .part .read:before {content:"\e8c7";}

.news-list .txt {-webkit-line-clamp:3;color:#666666;font-size:14px;line-height:24px;}

.news-list .more {margin-top:30px;display:table;color:#666;font-size:13px;padding:8px 20px;border:1px #aaa solid;}

.news-list li:hover .title {color:#005bc5}

.news-list li:hover .more {color:#fff;border-color:#005bc5;background:#005bc5}



 

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

.NewsDetail{} 

.NewsDetail .relevant{}

.NewsDetail .relevant .tit{display: table;color:#fff;font-size:14px;padding: 15px 35px;margin-bottom: 30px;background:#0060ac;}

.NewsDetail .relevant .list{}

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

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

.NewsDetail .relevant .list li .time{position: absolute;top: 0;right: 0;color:#858585;font-size:14px;}

.NewsDetail .relevant .list li a{position: relative;display: block;padding-left:15px;padding-right:100px;color: #666666;font-size:14px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.NewsDetail .relevant .list li a:before{content: ""; position: absolute;left:0;top:5px;width:8px;height:8px;border-radius:50%; background:#b2b2b2;}

.NewsDetail .relevant .list li:hover a{color:#0060ac}





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

.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: #005bc5;}

.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 #005bc5 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:#005bc5;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:#005bc5;}

.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 .left,.ContactInner .long .right,.ContactInner #dituContent {height:540px;}

.ContactInner .long .left {width:50%;}

.ContactInner .long .left img {width:100%;height:100%;object-fit:cover;}

.ContactInner .long .right {position:relative;width:50%;/* border:1px #ddd solid;*/padding:60px 40px 40px 50px;background:#f7f7f7;}

.ContactInner .long .right .title {color:#333333;font-size:26px;}

.ContactInner .long .right .tel {position:relative;margin-top:25px;color:#333333;font-size:14px;display:block;}

.ContactInner .long .right .tel:before {content:"";position:absolute;left:0px;top:32px;width:10px;height:3px;background:#005bc5;}

.ContactInner .long .right .tel:after {content:"";position:absolute;left:13px;top:32px;width:25px;height:3px;background:#005bc5;}

.ContactInner .long .right .tel font {margin-top:30px;font-size:30px;color:#005bc5;display:block;font-weight:bold;}

.ContactInner .long .right .wx {min-height:156px;margin-top:20px;color:#333333;font-size:14px;display:block;line-height:26px;}

.ContactInner .long .right .consult {position:absolute;top:100px;right:60px;}

.ContactInner .long .right .ewm {position:relative;color:#737373;font-size:12px;text-align:center;display:block;line-height:15px;}

.ContactInner .long .right .ewm img {display:block;margin:0 auto 5px;}

.ContactInner .long .right .online {/* float:left;*/color:#fff;margin:30px auto 0;font-size:14px;padding:8px 40px;background:#005bc5;display:block;border-radius:20px;text-align:center;}

.ContactInner .long .right .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:#005bc5}

.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 .introduceCon {}

.AboutInner .introduce .long {display:flex}

.AboutInner .introduce .left,.AboutInner .introduce .right {float:none;/* display:inline-block */}

.AboutInner .introduce .left {flex-shrink:0;position:relative;margin-right:50px;}

.AboutInner .introduce .left .gd {margin-top:40px;display:block;color:#333;font-size:16px;font-weight:bold;}

.AboutInner .introduce .left .online {display:table;margin-top:20px;color:#fff;font-size:14px;padding:10px 40px;background:#005bc5;}

.AboutInner .introduce .left .online:hover {background:#333;}

.AboutInner .introduce .right {flex:1;/* width:45% */}

.AboutInner .introduce .right .wx {color:#666666;font-size:15px;line-height:26px;}

.AboutInner .digital {width:100%;border-top:1px solid #efefef;padding-top:40px;margin-top:50px;display:flex;justify-content:space-between;}

.AboutInner .digital li {position:relative;z-index:2;float:left;width:25%;display:block;}

.AboutInner .digital li a {}

.AboutInner .digital li span {color:#005bc5;font-size:60px;line-height:1;}

.AboutInner .digital li font {color:#005bc5;font-size:14px;}

.AboutInner .digital li h5 {color:#666;font-size:16px;margin-top:8px;}

.AboutInner .culture {background:#f9f9fe;}

.AboutInner .culture .long {}

.AboutInner .culture .left,.AboutInner .culture .right {float:none;display:table-cell;}

.AboutInner .culture .left {/* float:left;*//* width:65%;*/padding-right:50px;}

.AboutInner .culture ul {display:flex;flex-flow:row wrap;align-content:flex-start;}

.AboutInner .culture ul li {flex-grow:1;display:inline-block;width:50%;padding-right:50px;/* margin:0 0 -20px -10px;*/margin-bottom:50px;}

.AboutInner .culture ul i {display:block;color:#222;font-size:50px;font-weight:bold;margin:0 0 -30px -15px;opacity:.1;}

.AboutInner .culture ul h4 {color:#2f2f2f;font-size:24px;margin-bottom:15px;}

.AboutInner .culture ul p {font-size:15px;}

.AboutInner .culture .right {/* float:right;*/position:relative;width:50%;}

.AboutInner .culture .right img {display:block;position:absolute;left:0;top:0;/* right:0;*//* bottom:0;*/width:950px;max-width:initial;height:100%;object-fit:cover;}

.AboutInner .partner{/*border-top:1px #ddd solid*/}

.AboutInner .ambient{background: #f8f8f8;}





/*==荣誉资质通用↓==*/

.honorCon {/*background:url(../images/bg03.jpg);*/}

.honorCon .long {position:relative;}

.honorCon li {}

.honorCon .list li .pic {height:310px;padding:30px !important;}

.honorCon li h4 {color:#333333;font-size:16px;margin-top:20px;text-align:center;}

.honorCon li:hover h4 {color:#005bc5}

.honorCon .btn {left:-25px;width:50px;height:50px;line-height:50px;text-align:center;color:#fff;font-size:25px;background:#666;}

.honorCon .btn.next {left:auto;right:-25px;}

.honorCon .btn:hover{background: #005bc5;}

.honorCon .spot {display:none;margin-top:25px;text-align:center;}

.honorCon .spot span {opacity:1;display:inline-block;width:15px;height:10px;margin:0 6px;border-radius:10px;background:#aaa;}

.honorCon .spot .swiper-pagination-bullet-active {width:25px;background:#005bc5}





/*==公司环境列表↓==*/

.ambient-list {margin:0 0px -20px -20px;}

.ambient-list li {float:left;width:24.8%;}

.ambient-list li:nth-child(1) {width:50.2%;}

.ambient-list li a {position:relative;display:block;margin:0 0px 20px 20px;}

.ambient-list li h4 {position:absolute;left:0;right:0;bottom:0;z-index:2;margin:20px;padding:12px 20px;color:#555;font-size:16px;font-weight:bold;margin-top:10px;background:rgba(255,255,255,0.7);}

.ambient-list li:hover h4 {color:#fff;background:rgba(0,0,0,0.6)}





/*数字加载*/

.digital{width:100%;margin-top: 50px;padding:0 50px;display: flex;flex-flow: row wrap;align-content: flex-start;}

.digital li{position: relative;z-index:2; float:left;width:20%;display: block;}

.digital li a{position:relative;z-index:2; display:table;margin:auto}

.digital li span{color:#fff;font-size:76px;/* font-weight: bold; */}

.digital li h5{color:#fff;font-size:16px;/* margin-top: 10px; */}





/*==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 #0054b4 solid;}

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

.list-box li:hover h4{color:#0054b4;}

.list-box.lx5 li{width:20%}





/*==底部===*/

.footer {position:relative;z-index:5;padding:60px 0 20px 0;background: #2b364c;overflow:hidden;}

.footer .left{width: 25%;}

.footer .left .tel{color:#fff;font-size:30px;/* font-weight:bold */}

.footer .left .tel:before{content:"\e613";font-style: normal;font-family: "iconfont";line-height:1;font-size: 26px;margin-right: 10px;color: #ffffff;font-weight: 400;}

.footer .nav{width: 100%;margin-bottom:30px;}

.footer .nav a {float: left;width: 33.3%;margin: 6px 0;padding-left:10px;display:block;color: #e9e9e9;background:url(../images/arrow_03.png) no-repeat left;}

.footer .nav a:hover {color:#fff}

.footer .ewm {float:right;color: #e9e9e9;font-size: 13px;text-align:center;}

.footer .ewm img {display:block;margin-bottom: 10px;border: 1px #848484 solid;padding: 8px;}

.footer .con {float: left;margin-left: 15%;/* width: 30%; */padding-left: 25px;color:#e9e9e9;font-size:14px;line-height: 30px;}

.footer .con i {float:left;width: 20px;font-size: 20px;display:block;margin-right: 15px;margin-left: -30px;color: #ffffff;text-align: center;}

.footer .con a{color:#e9e9e9}

.footer .con a:hover{color:#fff}

.footer .link{position:relative;margin-top:60px;padding-top:20px;}

.footer .link:before {content:"";position:absolute;top:0;left:-50%;width:200%;height:1px;background:#535b6d;}

.footer .link h3 {float:left;color:#fff;font-size:16px;} 

.footer .link a{color:#858585;font-size:12px;display: inline-block;padding: 0 15px;font-size:12px;line-height: 9px;border-right: 1px #999 dotted;}

.footer .link a:last-child{border:none;}









