@charset "utf-8";
/*~~~~框架布局~~~*/
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
/*==版心定义↓==*/
.container{width:1320px;}
a:hover{color:#136efb}
/*==字符串↓==*/
i,em,.iof,*:after,*:before{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_l3rf07aeh0r.woff2?t=1639030171399') format('woff2'),
       url('//at.alicdn.com/t/font_1963410_l3rf07aeh0r.woff?t=1639030171399') format('woff'),
       url('//at.alicdn.com/t/font_1963410_l3rf07aeh0r.ttf?t=1639030171399') format('truetype');
}
/*==顶部↓==*/
.fixed-top.header{ position: fixed;width:100%;z-index:99; padding:10px 0;height:70px;box-shadow: 0 0 10px #ddd;}
.fixed-top.header:before{opacity:1; height:100%;}
.fixed-top.header .nav{margin-top: 10px;}
.fixed-top.header .sign{margin-top:8px}
/*--*/
.header{z-index:99;width: 100%;padding:20px 0;height: 90px;background: #fff;}
.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 .long{/* display:flex; *//* align-items: center; */}
.header .logo{float:left}
.header .logo img{ /* max-height: 100%; */}
.header .sign{float:right;color: #fff;font-size:16px;margin: 8px 0 0 50px;padding: 6px 34px;border-radius:6px;box-shadow: 1px 1px 10px #ddd;background: #136efb;}
.header .sign:hover{color:#fff;background: #333;}
.header .nav{/* display:flex; */float: right;margin-top: 10px;}
.header .nav > li{/* flex: 1; */float: left;margin-left: 50px;position: relative;}
.header .nav > li > a{position: relative;display: block;color:#333333;font-size:18px;text-align: center;padding-bottom: 10px;}
.header .nav > li > a:after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#136efb;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:#136efb; }
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{transform: scale(1);transform-origin:left;}
.header .nav > .grow > a{padding-right:15px;}
.header .nav > .grow > a:before{content:"\e65f";position:absolute;right:0;bottom: 12px;color: #999;font-size: 12px;}
.header .nav > .grow:hover > a:before,.header .nav > .grow.active > a:before{color:#136efb}
.header .nav > li > a font{color:#ff0000;font-size:12px;margin-right:2px;}
.header .nav .cloud{padding-right:40px;}
.header .nav .cloud:before{content:""; position: absolute;right:0px;top:0;bottom:0;margin:auto;width:1px;height:22px;background: #ddd;}
.header .nav .cloud a:after{display:none;}
.header .nav .cloud font{color:#ff0000;font-size:12px;margin-right:2px;vertical-align: top;}
.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: #136efb;}
/*.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 20px;border-radius: 6px; background: #f7f7f7;}
.menu li a:after{ content: ""; position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%; background: #136efb;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu li:hover a,.menu li.active a{ color:#fff;border-color:#136efb }
.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: #136efb;}
/*==标题↓==*/
.titleAx{color:#333333;font-size:36px;}  
.titleAx span{margin-top:10px;display: block;color:#bdbdbd;font-size:14px;font-weight: 400;text-transform: Uppercase;}
.titleAx font{color:#136efb}
.titleAx:after{content:"";display: block;margin-top: 15px;width: 30px;height: 3px;border:none;background: #136efb;}
.titleAx.cen{text-align: center;margin-bottom:50px;font-weight: bold;}
.titleAx.cen:after{margin:15px auto 0;}
.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;font-weight:bold; text-align: center;margin-bottom:50px;}
.titleBx b{position: relative;display: table;margin: auto;}
.titleBx b:before,.titleBx b:after{content:"";position:absolute;top:50%;left:-50px; display: block;width:30px;height:2px;background: #136efb;}
.titleBx b:after{left:auto;right:-50px;}
.titleBx span{display: block; margin:10px auto 0;color:#555;font-size:16px;font-weight:400}
.titleBx hr{display: block;margin: 10px auto 0;width: 40px;height: 2px;border:none;background: #136efb;}
.titleBx.cen{text-align: center;}
.titleBx.white,.titleBx.white span{color:#fff}
.titleBx.tTop{margin:50px 0 -20px 0;}
/*--*/
.titleCx{color:#000123;font-size:36px;font-weight:bold;margin-bottom:50px; text-align: center;}
.titleCx span{display: block; margin:10px auto 0;color:#555;font-size:16px;font-weight:400}
.titleCx.white,.titleBx.white span{color:#fff}
/*==边距↓==*/
.ptm60{padding:60px 0}
.ptm80{padding:80px 0}
.ptm100{padding:50px 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;}
/*==背景↓==*/
.bga{background: #fbfbfd;}
.bgb{background:#eff9ff;}
.bgc{background:#f0f3fa;}
/*===内页框↓==*/
.rack{float:left;width:100%;padding:70px 0 80px 0;}
.rackWor{}
/*--*/
.cut-item .btn {position:absolute;top:50%;left:-60px;z-index:2;display:block;width: 40px;line-height: 40px;height: 40px;text-align:center;background: #eee;color:#999;font-size: 20px;font-weight:bold;border-radius: 50%;transform:translateY(-50%);cursor:pointer;/*background:#fff;*/}
.cut-item .btn.sNext {left:auto;right:-70px;}
.cut-item .btn:hover {color:#fff;background:#136efb}
.cut-item .btn:hover:before {color:#fff}
.cut-item .sPrev:before {content:"\e662";}
.cut-item .sNext:before {content:"\eb9b";}
/*-切换点1-*/
.spot-dot {}
.spot-dot {position:initial;margin:40px auto 0;text-align:center;}
.spot-dot span {opacity:1;width:12px;height:12px;margin:0 10px;background:#ccccd3;}
.spot-dot span.swiper-pagination-bullet-active {background:#136efb;}
/*-切换点2-*/
.spot-forte{position:initial;margin:40px auto 0;text-align:center;}
.spot-forte span{opacity:1;width:20px;height:10px;border-radius: 10px;margin:0 6px;background:#ccccd3;}
.spot-forte span.swiper-pagination-bullet-active{width:30px;background:#136efb;}
/*-申请-登录按钮-*/
.ay-btn{display: table; margin:auto;margin-top:50px; color:#fff;font-size:16px;padding:10px 60px;border-radius: 5px; transition: all .4s ease-in-out; background:#136efb;}
.ay-btn:hover{color:#fff; background:#333;}

/*==产品列表↓==*/
.product-list{margin:0 0 -40px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-list li{/*flex-grow: 1;*/display: inline-block;width:25%;margin-bottom:40px; text-align: center;}
.product-list a{display: block;margin-left:30px;height:100%}
.product-list .pic{padding-top:80%;margin-bottom:20px;}
.product-list em{display: table;margin:0 auto 10px; color:#666;font-size:20px;width:70px;height:70px; line-height:70px;border:1px #666 solid; border-radius: 50%;background-repeat:no-repeat;background-position:center;}
.product-list .name{color:#666;font-size:20px;margin-bottom:10px;}
.product-list span{color:#666;font-size:14px;margin-bottom:10px;}
.product-list .txt{-webkit-line-clamp: 2;color:#666;font-size:14px;}
.product-list .more{display:table;margin-top:20px; color:#666;font-size:14px;}
.product-list li:hover{}
.product-list li:hover a{transform: translateY(-5px);}
.product-list li:hover h4{color:#f60}
.product-list li:hover em{background-position:0 0;}
.product-list .x1 em{background-image:url(../images/ico01.png);}
/*==首页产品↓==*/
.ProductHome{}
.ProductHome .tone{}
.ProductHome .tone{text-align: center;margin-bottom:50px;}
.ProductHome .tone li{opacity: 1;display:inline-block;width: auto;height: auto;cursor: pointer;background: none;}
.ProductHome .tone a{position: relative;z-index: 1; display: block;color:#515151;font-size:24px;font-weight:bold;padding-bottom:10px;margin:0 30px;}
.ProductHome .tone a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:2px;background:#136efb;transition:transform .5s;transform:scale(0,1);transform-origin:right;}
.ProductHome .tone .active a,.ProductHome .tone li:hover a{color:#136efb;}
.ProductHome .tone .active a:after,.ProductHome .tone li:hover a:after {transform:scale(1);transform-origin:left;}
/*.ProductHome .long{ display:flex; border: 1px #ddd solid;background: #fff;}
.ProductHome .left{position:relative;z-index:1;width: 25%;padding:40px;}
.ProductHome .left .bg{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;object-fit: cover;width: 100%;height: 100%;}
.ProductHome .left h4{color:#333;font-size: 24px;}
.ProductHome .left p{color:#666;font-size:16px;margin-top:20px;line-height: 28px;}
.ProductHome .left .online{margin-top: 40px;}
.ProductHome .left .online a{float:left;display: block;width:110px; color:#333;font-size:14px;padding: 10px 10px;margin-right: 10px; text-align: center; border-radius: 5px;border: 1px #666 solid;}
.ProductHome .left .online a:after{content:"\e633";float:right; margin:5px 0 0 5px;color:#666;font-size:12px;}
.ProductHome .left .online .cor{color:#fff;border-color:#136efb;background: #136efb;}
.ProductHome .left .online .cor::after{color:#fff}
.ProductHome .left .online a:hover{color:#fff;border-color:#333;background:#333}
.ProductHome .left .online a:hover:after{color:#fff}
.ProductHome .list{display:flex;flex: 1;}
.ProductHome .list li{width:33.3%;margin-bottom:1px;text-align: center;padding: 40px;border-right: 1px #ddd solid; }
.ProductHome .list li:last-child{border-right:none}
.ProductHome .list .box{transition: all .4s ease-in-out;}
.ProductHome .list em{display:block;width: 70px;margin: auto;}
.ProductHome .list h4{color:#333;font-size:22px;margin-top: 15px;}
.ProductHome .list p{color: #888;font-size: 16px;line-height: 26px;margin-top: 15px;}
.ProductHome .list li:hover .box{transform:translateY(-5px)}
.ProductHome .list li:hover h4{color:#136efb}*/
.ProductHome .list{margin: 0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.ProductHome .list li{position: relative;display: inline-block;width: calc(33.3% - 30px);margin: 0 0 30px 30px;padding: 50px 40px;text-align: center;box-shadow:3px 3px 15px #eee; background: #fff;}
.ProductHome .list .corner{position: absolute;top: 0;right:0;z-index: 2;color:#fff;font-size: 18px;padding: 6px 3px;line-height: 1;}
.ProductHome .list .corner:before{content:"";position: absolute;right:0;top:0;z-index: -1;width: 0;height: 0;border-top: 50px solid #f8bb6a;border-left: 50px solid transparent;}
.ProductHome .list em{display: flex;margin: auto;width: 120px;height: 120px;border-radius:50%;background: #fafafa;align-items: center;justify-content: center;}
.ProductHome .list em img{width:80%;}
.ProductHome .list h4{color:#000123;font-size: 20px;margin-top: 20px; font-weight: bold;}
.ProductHome .list h4:after{content:""; display: block;margin:10px auto 0;width:25px;height:2px;background: #f8bb6a;}
.ProductHome .list p{font-size:15px;line-height:24px;margin-top: 15px;}
.ProductHome .list li:hover{box-shadow:5px 5px 15px #ddd;transform: translateY(-5px);background:#136efb;}
.ProductHome .list li:hover *{color:#fff;}
/*==首页选择↓==*/
.ChoiceHome{}
/*==首页场景↓==*/
.SceneHome{}
.SceneHome .list{display: flex;flex-flow: row wrap;align-content: flex-start;}
.SceneHome .list li{flex-grow: 1;display: inline-block;width:20%;}
.SceneHome .list a{display: block; position: relative;border-right:1px #fff solid}
.SceneHome .list a:before{content: "";position: absolute;left:0;bottom:0;right:0;height: 50%;background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8));}
.SceneHome .list .box{position: absolute;left:0;right: 0;bottom:0;padding: 30px; }
.SceneHome .list h4{color:#fff;font-size:26px;font-weight:bold}
.SceneHome .list p{height:100px;color:#fff;font-size:16px;margin-top: 15px;}
.SceneHome .list li:hover .box{transform: translateY(-10px);}
.SceneHome .list li:hover a:before{}
/*==首页指导模型↓==*/
.GuideHome{}
.GuideHome ul{display: flex;flex-flow: row wrap;align-items: center;justify-content: center;}
.GuideHome ul li{flex-grow: 1;display: inline-block;width:calc(33.3% - 20px);margin:0 0 20px 20px;text-align: center;}
/*==新闻列表↓==*/
.NewsHome{}
.NewsHome .more{display: table;margin:auto;margin-top:50px;padding: 8px 30px;color:#136efb;font-size:15px;border:1px #136efb solid;}
.NewsHome .more:hover{ color:#fff; background:#136efb}
.news-list{margin-bottom:-30px; overflow: hidden;}
.news-list li{margin-bottom:30px;}
.news-list a{display:flex;padding: 40px;background: #fbfbfd;}
.news-list .pic{flex-shrink: 0;width:25%;margin: -40px 0 -40px -40px;}
.news-list .pic img{height:100%;object-fit: cover;}
.news-list .box{padding: 0px 50px;}
.news-list h4{color:#333333;font-size:18px}
.news-list p{-webkit-line-clamp: 3;color:#999;font-size:14px;margin-top: 15px;line-height: 24px;}
.news-list .time{/* place-self: flex-start; */color:#333333;font-size:22px;padding: 20px 0 20px 50px;border-left:1px #eee solid;}
.news-list .time font{color:#333333;font-size:38px;display: block;font-weight: bold;}
.news-list li:hover *{color:#fff}
.news-list li:hover a{ transform:translateX(5px); background:#136efb}
/*==案例列表↓==*/
.case-list{display: flex;flex-flow: row wrap;align-content: flex-start;}
.case-list li{display: inline-block;width:33.3%;padding:40px;background: #f4f4f4;}
.case-list li:nth-child(2n){background: #eee;}
.case-list a{display: block;}
.case-list .pic{padding-top:70%}
.case-list .box{margin-top:20px;}
.case-list .industry{position: absolute;z-index: 9;right: 0;top: 0;bottom: 0;margin: auto;color:#666;font-weight: 400;font-size:14px;padding: 4px 15px;border-radius: 5px;border: 1px #757575 solid;}
.case-list h4{position:relative;padding-right:80px; color:#333;font-size:20px;font-weight:bold}
.case-list p{margin-top:10px;color:#666;font-size:14px;}
.case-list p b{color:#333;font-weight:bold}
.case-list li:hover a{transform: translateY(-5px);}
.case-list li:hover h4{color:#136efb}
/*==招聘列表↓==*/
.join-list{}
.join-list li{margin-bottom:10px;background: #141414;}
.join-list .top{display:flex;justify-content: space-between;padding: 20px 80px;}
.join-list .top span{/* flex:1; */color:#505050;font-size:20px;}
.join-list .top .title{color:#fff}
.join-list .down{display: flex;position:relative;padding: 30px 100px;border-top: 1px #2f2f2f solid;}
.join-list .wx{flex: 1;color:#505050;font-size:16px;line-height: 30px;}
.join-list .wx .title{color:#fff;font-size:18px;margin-bottom:10px;}
.join-list .contact{display: flex;flex-shrink: 0; align-items: flex-end;/* justify-content:center; */margin-left: 150px;}
.join-list .contact ul li{margin-bottom: 30px;}
.join-list .contact ul h4{color:#505050;font-size:18px}
.join-list .contact ul span{display: block;color:#fff;font-size:18px;}
/*==新闻列表框↓==*/
.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 .content .titleTop{/* text-align: center; *//* padding: 0 0 30px 0; */margin: 0 0 40px 0;}
.EssayCont .content .title{color:#333333;font-size:28px;}
.EssayCont .content .msg{margin-top: 15px;color:#a7a7a7;font-size:14px;border-top: 1px #ddd solid;padding-top: 20px;}
.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:#2990b7}
.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: #2990b7;}
.EssayCont .pagIng .prev{float:left}
.EssayCont .pagIng .next{float:right}
/*==产品↓==*/
.leng .chart{ text-align: center;}
/*--*/
.ProductIn{/*padding-bottom:0 !important*/}
/*--*/
.pro-10 .mode .pro-list_11{margin-top:50px}
/*--*/
.pro-list_1{}
.pro-list_1 li{display:flex;position: relative;z-index: 1;padding:80px 0;align-items: center;}
.pro-list_1 li:after{content:"";position: absolute;left: -100%;top:0;bottom:0;right: -100%;z-index: -1;background: #eee;}
.pro-list_1 .box{flex: 1;text-align: right;margin-left:50px;}
.pro-list_1 hr{display: inline-block;width:40px;height: 4px;border:none;margin: 20px 0;background:#136efb;}
.pro-list_1 .pic{ flex-shrink: 0;max-width:60%;box-shadow: 5px 5px 15px #ddd;}
.pro-list_1 .pic img{display: block;}
.pro-list_1 p{color:#666;font-size:16px;line-height:28px;}
.pro-list_1 li:nth-child(2n){flex-direction: row-reverse;}
.pro-list_1 li:nth-child(2n):after{display: none;}
.pro-list_1 li:nth-child(2n) .box{text-align: left;margin-right:50px;margin-left:0px;}
/*--*/
.pro-list_2{ margin: 0 0 -23px -23px;display: flex;flex-flow: row wrap;align-content: flex-start;justify-content: center;}
.pro-list_2 li{/* flex: 1; *//* display:flex; */display: inline-block;position: relative;z-index: 1;width: 120px;height: 120px;/* line-height:100px; */padding: 30px 40px;color:#fff;font-size:20px;margin: 0 23px 30px 23px;align-items: center;border-radius:50%;border-radius: 50%/50%;/* border: 10px solid rgba(0,0,0,0.5); */background:#136efb;}
.pro-list_2 li:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:-1;opacity: 0.3;margin: -10px;border-radius:50%;background:#136efb;}
.pro-list_2 li:hover{transform:translateY(-5px)}
.pro-list_2 li:hover:before{opacity:0.5}
/*--*/
.pro-list_3{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.pro-list_3 li{flex-grow: 1;position: relative; display: inline-block;width: calc(20% - 20px);margin:0 0 20px 20px;padding: 50px 30px;text-align: center;background: #fff;}
.pro-list_3 li:before{content:"";position: absolute;left:0;right:0;top:0;width:50px;height:4px;margin:auto;background:#136efb;}
.pro-list_3 h4{color:#333;font-size: 22px;font-weight:bold;}
.pro-list_3 p{color:#666;font-size:16px;line-height:30px;margin-top: 20px;}
.pro-list_3 li:hover{box-shadow: 6px 6px 20px #eee;transform: translateY(-10px);}
/*--*/
.pro-list_4{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.pro-list_4 li{flex-grow: 1;position: relative; display: inline-block;width: calc(20% - 20px);margin:0 0 20px 20px;padding: 50px 30px;text-align: center;background: #fff;}
.pro-list_4 em{display: block;margin: auto;width:100px;height:100px;line-height:100px;color:#fff;font-size:30px;border-radius:50%;background: #136efb;}
.pro-list_4 h4{color:#333;font-size: 22px;font-weight:bold;margin-top: 30px;}
.pro-list_4 p{color:#666;font-size:16px;line-height:30px;margin-top: 20px;}
.pro-list_4 li:hover{box-shadow:5px 5px 15px #ddd;transform: translateY(-5px);}
/*--*/
.pro-list_5{}
.pro-list_5{margin:0 0 -40px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.pro-list_5 li{flex-grow: 1;position: relative;display: inline-block;width: calc(50% - 30px);margin:0 0 40px 30px;text-align: center;}
.pro-list_5 .pic{transition: all .4s ease-in-out;}
.pro-list_5 h4{color:#333;font-size: 22px;font-weight:bold;margin-top: 20px;}
.pro-list_5 p{color:#666;font-size:16px; margin-top: 20px;}
.pro-list_5 li:hover{transform: translateY(-5px);}
.pro-list_5 li:hover .pic{box-shadow:5px 5px 15px #ddd;}
.pro-list_5 li:hover h4{color:#136efb}
/*--*/
.pro-list_6{margin:0 0 -60px -40px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.pro-list_6 li{flex-grow: 1;position: relative; display: inline-block;width: calc(33.3% - 60px);margin:0 0 50px 60px;padding:0 20px;text-align: center;}
.pro-list_6 em{display: block;margin: auto;width:100px;height:100px;line-height:100px;color:#fff;font-size:40px;border-radius:50%;background: #136efb;}
.pro-list_6 h4{color:#333;font-size: 22px;font-weight:bold;margin-top: 20px;}
.pro-list_6 p{color:#666;font-size:16px;line-height:30px;margin-top: 15px;}
.pro-list_6 li:hover{transform: translateY(-5px);}
.pro-list_6 li:hover h4{color:#136efb}
/*--*/
.pro-list_7{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.pro-list_7 li{flex-grow: 1;position: relative; display: inline-block;width: calc(25% - 20px);margin:0 0 20px 20px;padding: 50px 30px;text-align: center;box-shadow:6px 6px 15px #e5e5e5; background: #fff;}
.pro-list_7 i{display: block;margin: auto;width:100px;height:100px;line-height:100px;color:#fff;font-size:40px;font-weight:bold;border-radius:50%;background: #136efb;}
.pro-list_7 h4{color:#333;font-size: 22px;font-weight:bold;margin-top: 30px;}
.pro-list_7 p{color:#666;font-size:16px;line-height:30px;margin-top: 20px;}
.pro-list_7 li:hover{box-shadow:6px 6px 20px #ddd;transform: translateY(-5px);}
/*--*/
.pro-list_8{}
.pro-list_8 li{display:flex;position: relative;z-index: 1;margin-bottom:60px;align-items: center;}
.pro-list_8 .box{flex: 1;margin-left:50px;}
.pro-list_8 hr{display: inline-block;width:40px;height: 4px;border:none;margin: 20px 0;background:#136efb;}
.pro-list_8 .pic{ flex-shrink: 0;max-width:60%;box-shadow: 5px 5px 15px #ddd;}
.pro-list_8 .pic img{display: block;}
.pro-list_8 h4{color:#333;font-size:24px;font-weight:bold;}
.pro-list_8 p{position: relative;color:#666;font-size:16px;line-height:28px;margin-top: 20px;padding-left: 20px;}
.pro-list_8 p:before{content:"";position:absolute;left:0;top: 10px;width:5px;height:5px;border-radius:50%;background:#136efb;}
.pro-list_8 li:nth-child(2n){flex-direction: row-reverse;}
.pro-list_8 li:nth-child(2n):after{display: none;}
.pro-list_8 li:nth-child(2n) .box{margin-right:50px;margin-left:0px;}
/*--*/
.pro-list_9{}
.pro-list_9 li{display:flex;position: relative;z-index: 1;margin-bottom:30px;border-radius:10px;box-shadow:2px 2px 10px #ddd;overflow:hidden}
.pro-list_9 li:last-child{margin-bottom:0px;}
.pro-list_9 .box{flex: 1;width:50%;padding: 40px 50px;}
.pro-list_9 .pic{width:50%;}
.pro-list_9 .pic img{display: block;width: 100%;height: 100%;object-fit: cover;}
.pro-list_9 h4{color:#000000;font-size:30px;font-weight:bold;}
.pro-list_9 p{position: relative;color:#252b3a;font-size:16px;line-height:28px;margin-top: 20px;}
.pro-list_9 .link{margin-top:40px;}
.pro-list_9 .link a{float:left;margin-right:20px;color:#7b7d7e;font-size:16px;padding:8px 30px;border-radius:5px;border: 1px #aaa solid;}
.pro-list_9 .link a.cor{color:#fff;border-color:#136efb;background:#136efb;}
.pro-list_9 .link a:hover{color:#fff;border-color:#333;background:#333}
.pro-list_9 li:hover h4{color:#136efb}
.pro-list_9 li:nth-child(2n){flex-direction: row-reverse;}
.pro-list_9 li:nth-child(2n):after{display: none;}
.pro-list_9 li:nth-child(2n) .box{margin-right:50px;margin-left:0px;}
/*--*/
.pro-list_10{display: flex;flex-flow: row wrap;align-content: flex-start;}
.pro-list_10 li{display: flex;align-items: center;justify-content:center;width:50%;border:1px #ddd solid; background:#fff;}
.pro-list_10 .pic{width:50%;height:100%;flex-shrink: 0;overflow: hidden;}
.pro-list_10 .pic img{object-fit: cover;width: 100%;height: 100%;transition:all .4s ease-in-out;}
.pro-list_10 .box{position: relative;flex:1;width:50%;padding:30px;}
.pro-list_10 .box:before{content:"\e65d";position:absolute;left: -21px;top:0;bottom: 0;z-index: 9;margin: auto;height: fit-content;color:#fff;font-size: 30px;transform: rotateY(180deg);}
.pro-list_10 h4{color:#136efb;font-size:24px}
.pro-list_10 p{margin-top: 10px;color:#6f6f6f;font-size:16px;line-height: 28px;}
.pro-list_10 li:nth-child(3n),.pro-list_10 li:nth-child(4n){flex-direction: row-reverse;}
.pro-list_10 li:nth-child(3n) .box:before,.pro-list_10 li:nth-child(4n) .box:before{left: auto;right: -22px;transform: rotateY(0deg);}
.pro-list_10 li:hover .pic img{transform:scale(1.05);}
.pro-list_10 li:hover h4{color:#333}
/*--*/
.pro-list_11{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.pro-list_11 li{display: inline-block;align-items: center;justify-content:center;width:calc(50% - 30px);margin:0 0 30px 30px;background:#f6f8fa;}
.pro-list_11 .pic{position: relative;overflow: hidden;border:1px #ddd solid;}
.pro-list_11 .pic img{object-fit: cover;width: 100%;height: 100%;transition:all .4s ease-in-out;} 
.pro-list_11 p{padding: 20px 20px 40px 20px;color:#666;font-size:16px;line-height: 28px; }
.pro-list_11 li:hover .pic img{transform:scale(1.05);}
.pro-list_11 li:hover p{color:#136efb;}
/*--*/
.pro-list_12{}
.pro-list_12 li{display:flex;position: relative;z-index: 1;margin-bottom:30px;border-radius:10px;overflow:hidden;background: #fff;align-items: center;border-bottom:1px solid #eeeeee;}
.pro-list_12 li:last-child{margin-bottom:0px;}
.pro-list_12 .box{flex: 1;width:50%;padding: 40px 50px;}
.pro-list_12 .pic{width:50%;}
.pro-list_12 .pic img{display: block;width: 100%;height: 100%;object-fit: cover;}
.pro-list_12 p{position: relative;color:#252b3a;font-size:20px;line-height:28px;font-family:"Microsoft YaHei";}
.pro-list_12 .link{margin-top:60px;}
.pro-list_12 .link a{float:left;margin-right:20px;color:#7b7d7e;font-size:16px;padding:8px 30px;border-radius:5px;border: 1px #aaa solid;}
.pro-list_12 .link a.cor{color:#fff;border-color:#136efb;background:#136efb;}
.pro-list_12 .link a:hover{color:#fff;border-color:#333;background:#333}
.pro-list_12 li:hover h4{color:#136efb}
.pro-list_12 li:nth-child(2n){flex-direction: row-reverse;}
.pro-list_12 li:nth-child(2n):after{display: none;}
.pro-list_12 li:nth-child(2n) .box{margin-right:50px;margin-left:0px;}
/*==产品-业务tab==*/
.business-tab{ background: #fff;}
.business-tab .tone{display: flex;border-left:1px #ddd solid;border-top:1px #ddd solid;}
.business-tab .tone li{flex: 1;color:#1c1e21;font-size:18px;padding: 12px 10px;text-align: center;border-right:1px #ddd solid;border-bottom:1px #ddd solid;cursor: pointer;}
.business-tab .tone li.active{color:#fff;background: #136efb;}
.business-tab .down{}
.business-tab .frame{}
/*==新闻详细页↓==*/
.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:32px;}
.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:#136efb}
.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:#136efb}
.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:15px;}
.NewsDetailBox .relevant .list li a{ display: block; color:#858585;font-size:15px;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:#136efb}
/*==联系我们↓==*/
.ContactInner{padding-bottom:0px !important}
.ContactInner .long .left,.ContactInner .long .right,.ContactInner #dituContent{height: 540px;}
.ContactInner .long .left{ width:52%;}
.ContactInner .long .right{width:45%; border:1px #ddd solid;padding: 45px 40px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.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: #136efb;}
.ContactInner .long .right .tel:after{ content: ""; position: absolute; left:13px;top:32px; width:25px; height:3px; background: #136efb;}
.ContactInner .long .right .tel font{margin-top:30px;font-size:30px;color:#136efb;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 .add2{ margin-top:30px;color:#333333;font-size:14px;display: block;}
.ContactInner .long .right .add2 font{font-size:22px; color:#333;display: block;margin-bottom: 10px;}
.ContactInner .long .right .ewm{position: relative;float:left;color:#666666;font-size:12px; text-align: center;display: block;line-height: 15px; margin-right:80px;}
.ContactInner .long .right .ewm:after{ position: absolute; content: "";position: absolute;right:-50px;top:20%;width:1px;height:60%;border-right:1px #bbb dashed}
.ContactInner .long .right .ewm img{ display: block;margin:0 auto 5px;}
.ContactInner .long .right .online{ float:left;color:#fff;margin:50px 0 0 20px; font-size:14px; padding:8px 40px; background: #136efb;display: block;border-radius: 20px;text-align: center;}
.ContactInner .long .right .online:hover{background: #666;}
.ContactInner .long .right .lt{}
.ContactInner .long .right .rt{margin-top:20px;width: 100%;}
.ContactInner .map{margin-top:70px}
.ContactInner .map #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:#136efb}
.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}
.ab-intro{}
.ab-intro .left{float:left;position: relative;width: 40%;}
.ab-intro .left .box{ position: relative;z-index: 1; padding:40px;}
.ab-intro .left img{position: absolute;left:0;right:0;bottom:0;z-index:-1;width:100%;height: 100%;object-fit: cover;}
.ab-intro .left span{display: block;color:#fff;font-size:16px;margin-bottom: 20px;padding-left: 30px;/* line-height: 1.2; */background: url(../images/arrow01.png) no-repeat left;}
.ab-intro .right{width:60%;padding-left:40px}
.ab-intro .wx{color:#666;font-size:16px;line-height: 28px;}
.ab-intro .wx p{margin-bottom:20px;}
.ab-intro .wx b{font-weight:bold; display:block}
.ab-intro .number-item{margin-top:60px;}
.ab-contact{}
.ab-contact .long{}
.ab-contact .box{float:left;width:50%;padding-right:50px}
.ab-contact .box span{position: relative;display: block;margin-bottom: 30px;color:#999999;font-size:16px;padding-left: 50px;line-height: 1;}
.ab-contact .box span i{position: absolute;left: 0;top: 0;flex-shrink: 0;color:#fff;font-size:20px;width: 35px;height: 35px;line-height: 35px;text-align: center;border-radius: 50%;background: #136efb;}
.ab-contact .box span font{display: block;margin-top: 10px;}
.ab-contact .map{float:right;width:50%;}
.ab-contact #dituContent{height:350px}
/*==荣誉列表↓==*/
.honor-list_2{}
.honor-list_2 li{}
.honor-list_2 a{display: block;position: relative;}
.honor-list_2 h4{opacity: 0; position: absolute;left:0;right:0;bottom:0;z-index:2; text-align:center;color:#fff;font-size:16px;padding:10px; background: rgba(0,0,0,0.2);}
.honor-list_2 li:hover h4{opacity: 1;}
/*==荣誉切换↓==*/
.srll-honor{position: relative;}
.srll-honor:before{content:""; position: absolute;left:0;right:0;top:-50px;width: 100%; height: 28px;background: url(../images/bg02.png) no-repeat center;}
.srll-honor .spot{display: none;}
/*==数字滚动↓==*/
.number-item{/*margin-top:60px;*/display: flex;}
.number-item li{flex: 1; text-align: center;padding:30px 10px; border-right:1px #ddd dashed}
.number-item li:last-child{border:none}
.number-item em{margin-bottom: 15px;display: block;}
.number-item span{color:#333333;font-size:24px;/* display: block; */}
.number-item font{color:#333333;font-size:24px}
.number-item h5{color:#898989;font-size:18px;margin-top: 20px;}
.number-item.b-sf span{font-size:45px;}
.number-item.b-sf font{font-size:45px;}
/*==发展历程↓==*/
.ab-history{}
.ab-history .container{
  width: 100%;
}
.history-list{position:relative;}
.history-list:before{content:"";position:absolute;left:50%;margin-left:-1px;top:20px;bottom:0;width:1px;background:#136efb}
.history-list li{display:flex;flex-direction:row-reverse;margin-left: 120px;}
.history-list .box{position: relative;width: 50%;padding:30px;/* margin-left:100px; */background: #fff;}
.history-list .time{position: absolute;left: -95px;top: 20px;color:#136efb;font-size:16px;padding: 2px 15px;border: 1px #136efb solid;border-radius: 20px;line-height: 1;background:#fff}
.history-list .time:before{content:"";position:absolute;right: -20px;top: 0;bottom: 0;margin: auto;width: 20px;height: 1px;background:#136efb;}
.history-list .time:after{content:"";position:absolute;right: -35px;top:0;bottom: 0;margin: auto;width: 15px;height: 15px;border: 1px #136efb solid;border-radius: 50%;}
.history-list h4{color:#000000;font-size:24px;font-weight:bold;}
.history-list p{color:#333333;font-size:16px;margin-top:20px}
.history-list li:nth-child(2n){flex-direction:row;text-align:right;margin-left: 0;margin-right: 120px;}
.history-list li:nth-child(2n) .time{left:auto;right: -95px;}
.history-list li:nth-child(2n) .time:before{right:auto;left: -20px;}
.history-list li:nth-child(2n) .time:after{right:auto;left: -35px;}
/*==荣誉列表↓==*/
.honor-list{display: flex;flex-flow: row wrap;align-content: flex-start;}
.honor-list li{float:left;width:calc(16% - 30px);margin:0 0 30px 30px}
.honor-list a{display: block;}
.honor-list h4{opacity:1; position: absolute; left:0;bottom:0;right:0;background:rgba(0,0,0,0.5)}
/*==合作伙伴↓==*/
.PartnerCont{ background: #f6f6f6;}
.partner-list{display: flex;flex-flow: row wrap;align-content: flex-start;}
.partner-list li{display:inline-block;width: calc(14.2% - 20px);margin: 0 0 20px 20px;}
.partner-list li a{position: relative;display:block;width: 100%;height:100%;overflow: hidden;border: 1px #ddd solid;background:#fff;}
.partner-list .pic{position:relative;width:100%;padding-top:60%;}
.partner-list .pic img{position: absolute;left:0;top:0; display:block;width:100%;height:100%;}
/*==解决方案↓==*/  
.soIn{padding-top:50px;}
.soIn .shelf{ }
.soIn .titleBx{font-weight:bold}
/*--*/
.so-list_1{}
.so-list_1{margin:0 0 -70px -70px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.so-list_1 li{flex-grow: 1;display: inline-block;width:calc(33.3% - 70px);margin:0 0 70px 70px;}
.so-list_1 .pic{border-radius:10px;overflow:hidden}
.so-list_1 .pic img{width:100%;}
.so-list_1 .box{margin: -100px 20px 0 20px;position: relative;padding:20px;border-radius:10px;box-shadow: 5px 5px 10px #ddd;background: #fff;}
.so-list_1 i{color:#999;font-size:28px;}
.so-list_1 h4{color:#000123;font-size:18px;margin-top:10px;padding-bottom:15px;border-bottom:1px #ddd solid;font-weight: bold;}
.so-list_1 p{-webkit-line-clamp: 2;font-size:16px;margin-top:20px;}
.so-list_1 li:hover h4{color:#136efb;border-color:#136efb}
.so-list_1 li:hover i{color:#136efb}
.so-list_1 li:hover .box{transform:translateY(5px)}
/*--*/
.so-list_2{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.so-list_2 li{flex-grow: 1;position: relative;display: block;width: calc(25% - 20px);margin:0 0 20px 20px;padding: 40px 30px;border:1px #ddd solid;border-radius: 10px;}
.so-list_2 em{display: flex;margin: auto;width: 150px;height: 150px;text-align: center;border-radius:50%;border:1px #136efb solid;align-items: center;justify-content: center;}
.so-list_2 .box{display: table;margin:auto;}
.so-list_2 h4{color:#000123;font-size: 20px;margin-top: 30px;margin-bottom: 15px;}
.so-list_2 span{position: relative;display: block;color:#666;font-size:15px;margin-bottom: 5px;padding-left: 10px;}
.so-list_2 span:before{content: "";position: absolute;top:0;bottom:0;left:0;margin:auto;width:5px;height:5px;border-radius: 50%;background: #333;}
.so-list_2 li:hover{box-shadow:6px 6px 20px #ddd;transform: translateY(-5px);}
/*--*/
.so-list_3{margin:0 0 -10px -10px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.so-list_3 li{ position: relative; display: inline-block;width: calc(20% - 20px);margin:0 0 10px 10px;padding: 50px 20px;text-align: center;border:1px #ddd solid;background: #fff;}
.so-list_3 .corner{position: absolute;top: 0;right:0;z-index: 2;color:#fff;font-size: 18px;padding: 6px 3px;line-height: 1;}
.so-list_3 .corner:before{content:"";position: absolute;right:0;top:0;z-index: -1;width: 0;height: 0;border-top: 50px solid #f8bb6a;border-left: 50px solid transparent;}
.so-list_3 em{display: flex;margin: auto;width:100px;height:100px;border-radius:50%;background: #fafafa;justify-content: center;align-items: center;}
.so-list_3 h4{color:#000123;font-size: 20px;margin-top: 20px; font-weight: bold;}
.so-list_3 h4:after{content:""; display: block;margin:10px auto 0;width:25px;height:2px;background: #f8bb6a;}
.so-list_3 p{font-size:15px;line-height:24px;margin-top: 15px;}
.so-list_3 li:hover{box-shadow:5px 5px 15px #ddd;transform: translateY(-5px);background:#136efb;}
.so-list_3 li:hover *{color:#fff;}
/*==申请体验↓==*/
.ApplyIn{ padding:150px 0 100px 0;background: url(../images/applyBg.jpg) no-repeat center; background-size:cover ;}
.ApplyIn .long{display: flex;}
.ApplyIn .left{width:50%}
.ApplyIn .left h3{color:#136efb;font-size:32px;margin-bottom:40px;font-weight:bold}
.ApplyIn .left span{display: block; color:#212121;font-size:20px;margin-bottom:25px;}
.ApplyIn .left span:before{content: "✔";float:left;color:#136efb;font-size:32px;margin-right:10px;}
.ApplyIn .left .pic{margin-top:50px}
.ApplyIn .right{margin:0 50px;width:40%;padding:50px 40px;border-radius: 10px; background: #fff;}
.ApplyIn .right .title{display: block; color:#333333;font-size:30px;text-align: center;margin-bottom:40px;}
.ApplyIn .right .title span{display: block;margin-top:5px; color:#909090;font-size:14px;}
.ApplyIn .foot{margin-top: 100px;text-align:center}
.ApplyIn .nav{}
.ApplyIn .nav li{position: relative;display: inline-block;padding: 0 30px;}
.ApplyIn .nav li:before{content:"";position: absolute;right:0;top:0;bottom: 0;margin: auto;width:1px;height: 15px;background: #136efb;}
.ApplyIn .nav li:last-child:before{display:none}
.ApplyIn .nav li:hover a{color:#333}
.ApplyIn .nav a{display: block;color:#136efb;font-size:16px;}
.ApplyIn .copy{color:#25282a;font-size:16px;margin-top:20px;}
.ApplyIn .copy a{color:#25282a;font-size:16px;}
.ApplyIn .copy a:hover{color:#136efb}
/*==申请体验提交框↓==*/
.message-form .frame{display: flex;margin-bottom:20px;align-items: stretch;}
.message-form h4{flex-shrink:0;width: 85px;color: #25282a;font-size: 16px;margin-right: 10px;/* font-weight: bold; */}
.message-form h4 i{color:red;margin-left:5px;}
.message-form .code{position: relative;cursor: pointer;}
.message-form .code .fill{padding-right:120px}
.message-form .code .btn{position: absolute;right:0;top:0;bottom:0;height: fit-content;width:115px;margin: 10px auto;padding: 0 20px;color:#136efb;font-size:14px;line-height: 20px; text-align:center;border-left:1px #ddd solid}
.message-form .code .btn:before{content:"";}
.message-form .code .msgs1{color:#666}
.message-form .fill{flex: 1;width:inherit;border:1px #ddd solid;font-size: 14px;line-height: 28px;padding: 5px 15px;background: none;} 
.message-form textarea{height:80px;}
.message-form .submit{margin-top: 20px;width: 100%;color: #fff;font-size: 16px;padding: 12px 50px;border-radius:5px;border: none;cursor: pointer;/* border:1px #e21836 solid; */background: #136efb;    transition: all .4s ease-in-out;}
.message-form .submit:hover{color:#fff;background: #333;}
.message-form .fill:focus {border-color: #136efb;}
/*==大创协同云↓==*/
.cloudIn{}
.advantage-set{}
.advantage-set .frame{position:relative;z-index: 1;display: flex;height: 240px;margin-bottom: 30px;justify-content: flex-end;align-items: center;}
.advantage-set .frame:last-child{margin-bottom:0px} 
.advantage-set .frame:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index: -1;background:-webkit-linear-gradient(left, rgba(39,110,251,0.2), rgba(39,110,251,1));}
.advantage-set .frame .bg{position:absolute;left:0;right:0;top:0;bottom:0;z-index: -2;display: block;object-fit: cover;height: 100%;width: 100%;}
.advantage-set .frame h4{float: right;padding:60px;width: 50%;color:#fff;font-size:28px}
.advantage-set .frame:nth-child(2n){justify-content: flex-start;}
.advantage-set .frame:nth-child(2n):before{transform:rotateY(180deg);}
/*--*/
.trait-set{}
.trait-set ul{ overflow: hidden; border-left:1px #ddd solid;border-top:1px #ddd solid;}
.trait-set li{float:left;position: relative;z-index: 1;width:33.3%;height:280px;padding:30px;border-right: 1px #ddd solid;border-bottom:1px #ddd solid;background: #fff;}
.trait-set li:after{opacity:0;content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index: -1;background:url(../images/bg06.jpg) no-repeat center;background-size: cover;}
.trait-set em{display: flex;width:55px;height:55px;overflow: hidden;background: #136efb;justify-content: center;align-items: center;}
.trait-set em img{filter: drop-shadow(0px 50px #136efb);transition: all .0s ease-in-out;}
.trait-set p{color:#666666;font-size:18px;margin-top:20px;line-height:30px}  
.trait-set .more{display: table;margin-top: 250px;color:#666;font-size:14px;padding: 12px 20px;border:1px #666 solid}
.trait-set li:hover em{background:#fff}
.trait-set li:hover em img{transform: translateY(-50px); }
.trait-set li:hover p{color:#fff}
.trait-set li:hover .more{color:#fff;border-color:#fff;}
.trait-set li:hover:after{opacity:1;}
.trait-set li:hover .more:hover{color:#136efb;background: #fff;}
.trait-set li:nth-child(1){height:560px;}
/*==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 #136efb solid;}
.list-box li h4{color:#666;font-size: 15px;text-align: center;padding:12px 0;}
.list-box li:hover h4{color:#136efb;}
.list-box.lx5 li{width:20%}
/*==底部===*/
.footer {position:relative;z-index:5;padding:40px 0 0px 0;background:#f5f5f7;overflow:hidden;}
.footer .up{overflow: hidden;}
.footer .long{display:flex;justify-content:space-between;align-items: center;}
.footer .contact{float:left}
.footer .contact h4{color:#333333;font-size:18px;font-weight:bold;margin-bottom:20px;}
.footer .contact .wx{color:#333333;font-size:14px;line-height:30px;}
.footer .link{float:right;}
.footer .link a{position:relative; color:#333333;font-size:18px;padding: 0 10px;line-height: 12px;}
.footer .link a:before{content:"";position:absolute;right:0;top:2px;width:1px;height:20px;background:#333333}
.footer .link a:last-child:before{display:none}
.footer .link a:hover{color:#136efb}
.footer .ewm {float:right;color:#333;font-size:12px;text-align:center;}
.footer .ewm span{float:left;margin-left:50px;}
.footer .ewm img {display:block;max-width: 120px;margin-bottom: 8px;padding: 5px;background: #fff;}
.footer .down{margin-top:30px;padding:20px 0;text-align: center; background: #eeeeee;}
.footer .down a {color:#333333;font-size:14px;}
.footer .down a:hover {color:#136efb;}



.we li {
  float: left;
  padding-right: 15px;
  height: 290px;
}

.we img {
  width: 425px;
}

.we p {
  width: 425px;
  height: 40px;
  font-size: 15px;
  text-align: center;
  background-image: url(/themes/Home/default/Public/images/8.png);
  padding-top: 8px;}



.nLi_box .box_main{
	display: none;
}

.grow_main{
	position: initial!important;
}



.header .nav .sub.nLi_list{
	height: auto;
	display: none;
    background: #fff;
    position: absolute;
    width: 100%;
    max-width: 1200px;
    top: 90px;
    left: 0px;
    overflow: hidden;
    margin: 0 auto;
    margin-left: calc(50% - 600px);	
    z-index: 99999;
    padding: 0;
}

.nLi_ul{
	float: left;
	width: 200px;
	background: #F5F7FA;
}

.nLi_ul li{
	width: 100%;
}

.nLi_ul li a{
	height: 110px;
	line-height: 110px;
	text-align: center;
	font-size: 20px!important;
	font-weight: bold;
}
.nLi_ul li.active{
	background: #fff;
}
.nLi_ul li.active a{
	background: #136EFB;
	color: #fff!important;
}

.grow_main{

}
.nLi_list_main{
	overflow: hidden;
}

.nL_ul li.active a{
	background: #fff!important;
}
.box_main_ul{
	overflow: hidden;
	padding: 20px;
}
.box_main_ul li{
	float: left;
	width: 25%;
	padding: 0 20px;
}

.box_main_ul li .nLi_img{
	overflow: hidden;
	border-bottom: 2px solid #ccc;
}

.box_main_ul li .nLi_img img{
	float: left;
	height: 33px;
}

.box_main_ul li .nLi_img a{
	float: left;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.box_main_ul li .nLi_txt{
	padding: 15px 0;
	text-align: left;
}

.box_main_ul li .nLi_txt p{
	font-size: 14px;
}



















































