@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
.paging{width: 100%;text-align: center;user-select: none;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.paging-menu{display: flex;flex-wrap: wrap;align-items: center;}
.paging-menu a{width: 46px;height: 46px;margin: 4px 5px;font-size: 16px;line-height: 1;color: #666;transition: all .4s ease;border-radius: 50%;background-color: transparent;font-family: "fmr";display: flex;align-items: center;justify-content: center;}
.paging-menu a.next, .paging-menu a.last{transform: rotateY(180deg);}
.paging-menu a.first, .paging-menu a.prev, .paging-menu a.next, .paging-menu a.last{border: 1px solid #e2e2e2;}
.paging-menu a i{font-size: 14px;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{color: #f58029;}
.paging-menu a.first:hover, .paging-menu a.prev:hover, .paging-menu a.next:hover, .paging-menu a.last:hover{border-color: #f58029;background: #f58029;color: #fff;}
@media all and (max-width:1590px) {.paging-menu a{width: 42px;height: 42px;margin: 4px 3px;}}
@media all and (max-width:720px) {
    .paging-menu a{margin: 4px 2px;width: 28px;height: 28px;font-size: 14px;}
    .paging-menu a i{font-size: 12px;}
    .paging-menu a.first, .paging-menu a.prev, .paging-menu a.next, .paging-menu a.last{width: 32px;height: 32px;}
}
/* 搜索页面 */
.search{width: 100%;}
.search-result{font-size: 14px;color: #0669ba;line-height: 1.1;}
.search-result span{margin-left: 6px;}
.search-info{width: 100%;line-height: 1.1;color: #333;}
.search-info span{color: #0669ba;font-weight: 700;flex: 1;}
.search-list{width: 100%;}
.search-link{display: block;width: 100%;border: 1px solid #eee;background: #f6f8f9;padding: 40px 24px;}
.search-link:not(:first-child){margin-top: 16px;}
.search-link h2{color: #333;line-height: 1.1;font-weight: 700;transition: all .4s ease;}
.search-link p{width: 100%;color: #666;}
.search-link .highlightRow span{color: #0669ba !important;}
.search-link:hover h2{color: #0669ba;}
@media all and (max-width:1000px) {.search-link{padding: 20px 15px;}.search-link:not(:first-child) {margin-top: 12px;}}
/* 隐私协议 */
.privacy{width: 100%;}
.privacy-title{width: 100%;color: #333;line-height: 1.1;}
.privacy-content{width: 100%;color: #666;}
/* 网站地图 */
.webmap{width: 100%;}
.webmap-title{width: 100%;color: #333;line-height: 1;position: relative;padding-bottom: 24px;}
.webmap-title::after{content: "";position: absolute;width: 60px;left: 0;right: 0;margin: 0 auto;bottom: 0;height: 4px;background: #0669ba;}
.webmap-list{width: 100%;}
.webmap-list>ul{margin: -40px 0 0 -40px;display: flex;flex-wrap: wrap;}
.webmap-list>ul>li{width: calc(20% - 40px);margin: 40px 0 0 40px;color: #333;}
.webmap-list>ul>li ul, .webmap-list>ul>li li{width: 100%;}
.webmap-list>ul>li a{display: block;transition: color .4s ease;position: relative;}
.webmap-list>ul>li a:hover{color: #0669ba;}
.webmap-list>ul>li>.menu{font-weight: 700;border-bottom: 1px solid #e1e1e1;font-size: 20px;width: 100%;padding-bottom: 20px;line-height: 1;}
.webmap-list>ul>li>.drop{margin-top: 16px;}
.webmap-list>ul>li>.drop a{line-height: 1.28;padding: 6px 0;font-size: 18px;}
.webmap-list>ul>li>.drop .drop a{padding-left: 18px;font-size: 16px;}
.webmap-list>ul>li>.drop .drop a::before{content: "";position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #afafaf;left: 0;top: 14px;}
@media all and (max-width:1270px) {
    .webmap-list>ul{margin: -24px 0 0 -24px;}
    .webmap-list>ul>li{width: calc(20% - 24px);margin: 24px 0 0 24px;}
    .webmap-list>ul>li>.menu {font-size: 18px;}
    .webmap-list>ul>li>.drop a {font-size: 16px;}
    .webmap-list>ul>li>.drop .drop a{font-size: 14px;}
    .webmap-list>ul>li>.drop .drop a::before{top: 11px;}
}
@media all and (max-width: 720px) {
    .webmap-title {padding-bottom: 16px;}
    .webmap-title::after {width: 44px;height: 3px;}
    .webmap-list>ul{margin: -14px 0 0;}
    .webmap-list>ul>li{width: 100%;margin: 14px 0 0;}
    .webmap-list>ul>li>.menu {font-size: 16px;padding-bottom: 14px;}
    .webmap-list>ul>li>.drop{margin-top: 10px;}
    .webmap-list>ul>li>.drop a{padding: 4px 0;font-size: 15px;}
    .webmap-list>ul>li>.drop .drop a{padding-left: 12px;}
}
.sonBan{width: 100%;position: relative;overflow: hidden;}
.sonBan img.bg{width: 100%;min-height: 200px;}
.sonBan::before, .sonBan::after{content: "";position: absolute;left: 0;width: 100%;}
.sonBan::before{height: 100%;top: 0;background: rgba(0,0,0,0.3);}
.sonBan::after{height: 94.74%;bottom: 0;background: url("../images/pages/sonBanSd.png") repeat-x left bottom/auto 100%;}
.sonBan-cont{width: 100%;position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;z-index: 4;color: #fff;}
.sonBan-cont .title, .sonBan-cont .text{opacity: 0;}
.sonBan-cont .title{animation: sonBanUp 1s ease both .2s;}
.sonBan-cont .text{animation: sonBanUp 1s ease both .3s;}
@keyframes sonBanUp{0%{opacity: 0;transform: translateY(60px);filter: blur(4px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
.sonBar{width: 100%;background: #fff;position: relative;}
.sonBar.line::before{content: "";position: absolute;width: 100%;height: 1px;left: 0;bottom: 0;background: #f0f0f0;}
.sonBar .contain{justify-content: space-between;}
.sonBar-place a, .sonBar-menu a{height: 80px;display: flex;align-items: center;transition: color .4s ease;}
.sonBar.small .sonBar-place a, .sonBar.small .sonBar-menu a{height: 68px;}
.sonBar.xiao .sonBar-place a, .sonBar.xiao .sonBar-menu a{height: 68px;}
.sonBar.small .contain{max-width: 1400px;}
.sonBar-place a::before{content: "\e80b";font-family: "icon";font-size: 12px;color: #888;line-height: 1;transform: rotate(180deg);margin: 0 6px;}
.sonBar-place a:first-child{font-size: 0;}
.sonBar-place a:first-child::before{content: "\e641";transform: rotate(0);margin: 0;font-size: 14px;transition: color .4s ease;}
.sonBar-place a:first-child:hover:before{color: #f58029;}
.sonBar-place a:last-child p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width: 240px;}
.sonBar-place a:hover{color: #f58029;}
.sonBar-menu a{margin-left: 42px;position: relative;}
.sonBar-menu a:first-child{margin-left: 0;}
.sonBar-menu a::after{content: "";position: absolute;width: 100%;height: 2px;background: #f58029;left: 0;bottom: 0;opacity: 0;transition: all .4s ease;}
.sonBar-menu a:hover, .sonBar-menu a.active{color: #f58029;}
.sonBar-menu a.active::after{opacity: 1;}
.sonMore{display: flex;width: 160px;padding: 0 6px;height: 36px;position: relative;font-size: 16px;color: #666;justify-content: space-between;transition: color .4s ease;}
.sonMore i{width: 19px;height: 17px;position: relative;}
.sonMore i::before, .sonMore i::after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: url("../images/common/handG.png") no-repeat center/100% auto;transition: opacity .4s ease;}
.sonMore i::after{opacity: 0;background-image: url("../images/common/handY.png");}
.sonMore::after{content: "";position: absolute;right: 0;width: 100%;height: 2px;background: #f58029;bottom: 0;}
.sonMore:hover{color: #f58029;}
.sonMore:hover i::before{opacity: 0;}
.sonMore:hover i::after{opacity: 1;}
.sonMore:hover i{animation: sonMoreHand 1s ease-in-out both;}
.sonMore:hover::after{animation: sonMoreLine 1s ease both;}
@keyframes sonMoreHand{0%{transform: scale(1);}30%{transform: scale(.8);}50%{transform: scale(1);}70%{transform: scale(.9);}100%{transform: scale(1);}}
@keyframes sonMoreLine{0%{width: 100%;right: 0;left: auto;}50%{width: 0;right: 0;left: auto;}50.1%{width: 0;right: auto;left: 0;}100%{width: 100%;right: auto;left: 0;}}
.sonMore.white{color: #fff;}
.sonMore.white::after{background: #fff;}
.sonMore.white i::before, .sonMore.white i::after{background-image: url("../images/common/handW.png");}
.sonMore.white:hover i::before{opacity: 1;}
.sonMore.white:hover i::after{opacity: 0;}
@media all and (max-width:1590px){.sonMore{width: 144px;padding: 0 4px;height: 32px}}
@media all and (max-width:1270px){.sonMore {width: 132px;height: 30px}}
@media all and (max-width:720px){.sonMore {width: 94px;padding: 0;height: 28px;font-size: 14px;}.sonMore span{padding-top: 1px;}}
.sonTitle{width: auto;}
.sonTitle.center{width: 100%;}
.sonTitle .line{display: block;width: 40px;height: 4px;background: #f58029;}
.sonTitle.center .line{margin-left: auto;margin-right: auto;}
@media all and (max-width:720px) {.sonTitle .line {width: 30px;height: 3px;}}
.swiperPage{position: relative;font-size: 0;}
.swiperPage.swiper-pagination{bottom: 0;}
.swiperPage.swiper-pagination .swiper-pagination-bullet {width: 10px;height: 10px;border-radius: 5px;transition: width .4s ease;background: #d5d5d5;opacity: 1;margin: 0 5px !important;}
.swiperPage.swiper-pagination .swiper-pagination-bullet-active {background: #f58029;width: 48px;}
@media all and (max-width:1590px) {
    .swiperPage.swiper-pagination .swiper-pagination-bullet {width: 8px;height: 8px;border-radius: 4px;}
    .swiperPage.swiper-pagination .swiper-pagination-bullet-active {width: 36px;}
}
@media all and (max-width:720px) {
    .swiperPage.swiper-pagination .swiper-pagination-bullet {width: 6px;height: 6px;border-radius: 3px;margin: 0 4px !important;}
    .swiperPage.swiper-pagination .swiper-pagination-bullet-active {width: 24px;}
}
/* 新闻-列表 */
.news{width: 100%;}
.newsMa{background: #f5f5f5;}
.newsMa-link{width: 100%;background: #fff;position: relative;}
.newsMa-link::after{content: "";position: absolute;width: 100vw;left: 100%;top: 0;height: 100%;background: #fff;}
.newsMa-link-img{width: 790px;overflow: hidden;}
.newsMa-link-img img{width: 100%;height: 430px;transition: all .6s ease;}
.newsMa-link-cont{width: calc(100% - 790px);padding-left: 64px;display: flex;flex-direction: column;justify-content: center;}
.newsMa-link-cont .title{transition: color .4s ease;}
.newsMa-link:hover .newsMa-link-img img{transform: scale(1.06);}
.newsMa-link:hover .newsMa-link-cont .title{color: #0669ba;}
.newsMa-link:hover .sonMore{color: #f58029;}
.newsMa-link:hover .sonMore i::before{opacity: 0;}
.newsMa-link:hover .sonMore i::after{opacity: 1;}
.newsMa-link:hover .sonMore i{animation: sonMoreHand 1s ease-in-out both;}
.newsMa-link:hover .sonMore::after{animation: sonMoreLine 1s ease both;}
.newsLb{background: #fff;}
.newsLb-line{width: 100%;background: #0669ba;height: 2px;}
.newsLb-list{width: 100%;}
.newsLb-list-link{width: 100%;position: relative;padding: 40px 0;}
.newsLb-list-link::before{content: "";position: absolute;width: 300vw;height: 100%;left: -100vw;background: #f5f5f5;top: 0;opacity: 0;transition: opacity .4s ease;}
.newsLb-list-img{width: 440px;overflow: hidden;position: relative;z-index: 4;}
.newsLb-list-img img{width: 100%;height: 240px;transition: all .6s ease;}
.newsLb-list-mix{width: calc(100% - 440px);position: relative;z-index: 4;padding-top: 14px;}
.newsLb-list-btn, .newsLb-list-mix{padding-left: 60px;}
.newsLb-list-title, .newsLb-list-cont .text{width: 874px;}
.newsLb-list-title{transition: all .4s ease;}
.newsLb-list-cont{justify-content: space-between;align-items: flex-start;}
.newsLb-list-cont .time{text-align: center;margin-top: -10px;}
.newsLb-list-btn{position: absolute;bottom: 0;left: 0;opacity: 0;transition: opacity .4s ease;z-index: 2;}
.newsLb-list-link .sonMore{color: #f58029;}
.newsLb-list-link .sonMore i::before{opacity: 0;}
.newsLb-list-link .sonMore i::after{opacity: 1;}
.newsLb-list-link .sonMore::after{animation: none;}
.newsLb-list-link:hover .sonMore i{animation: sonMoreHand 1s ease-in-out both;}
.newsLb-list-link:hover::before{opacity: 1;}
.newsLb-list-link:hover .newsLb-list-img img{transform: scale(1.06);}
.newsLb-list-link:hover .newsLb-list-title{color: #0669ba;}
.newsLb-list-link:hover .newsLb-list-btn{opacity: 1;}
/* 新闻-详情 */
.newsxq{width: 100%;}
.newsxq .contain{max-width: 1400px;}
.newsxqMix{width: 100%;align-items: flex-start;}
.newsxqNr{width: calc(100% - 350px);padding-right: 50px;}
.newsxqNr-head{width: 100%;border-bottom: 1px solid #ededed;}
.newsxqNr-head .time{color: #aeaeae;}
.newsxqNr-content{width: 100%;}
.newsxqNr-content *{line-height: inherit;}
.newsxqNr-content img{height: auto !important;display: block;margin: 0 auto;}
.newsxqNr-control{width: 100%;border-top: 1px solid #ededed;justify-content: space-between;align-items: center;}
.newsxqNr-btn{max-width: calc(100% - 210px);}
.newsxqNr-btn a span{transition: color .4s ease;}
.newsxqNr-btn a:hover span{color: #0669ba;}
.newsxqNr-back{height: 50px;padding: 0 38px;color: #fff;line-height: 1;border-radius: 5px;background: #0669ba;transition: background .4s ease;}
.newsxqNr-back:hover{background: #f58029;}
.newsxqCl{width: 350px;padding: 24px 16px;box-shadow: 0px 0px 7px 0px rgba(31, 59, 115, 0.1);position: relative;}
.newsxqCl-title{height: 42px;border-bottom: 1px solid #ededed;text-align: center;}
.newsxqCl-list{width: 100%;}
.newsxqCl-link{display: block;width: 100%;margin-top: 26px;padding: 0 12px;}
.newsxqCl-link .title, .newsxqCl-link .time{padding-left: 18px;}
.newsxqCl-link .title{line-height: 24px;position: relative;transition: color .4s ease;}
.newsxqCl-link .title::before{content: "";position: absolute;left: 0;top: 8px;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left: 5px solid #0669ba;width: 0;height: 0;}
.newsxqCl-link .time{color: #aeaeae;margin-top: 8px;}
.newsxqCl-link:hover .title{color: #0669ba;}
/* 下载中心 */
.down{width: 100%;background: #f5f5f5;}
.downClick, .downShade, .downClose{display: none;}
.downShade{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;z-index: 66;}
.downSide{width: 360px;background: #fff;padding-bottom: 70px;}
.downSide-search{width: 100%;height: 70px;padding: 0 32px;border-bottom: 1px solid #eee;align-items: center;display: flex;}
.downSide-search form{align-items: center;display: flex;}
.downSide-search button{width: 30px;font-size: 18px;line-height: 1;color: #888;transition: color .4s ease;cursor: pointer;text-align: left;}
.downSide-search button:hover{color: #0669ba;}
.downSide-search input{width: calc(100% - 30px);font-size: 16px;color: #333;}
.downSide-list{width: 100%;}
.downSide-list li{width: 100%;position: relative;}
.downSide-list li::before, .downSide-list .drop::before{content: "";position: absolute;z-index: 2;width: calc(100% - 32px * 2);height: 1px;bottom: 0;left: 0;right: 0;margin: 0 auto;background: #eee;}
.downSide-list .menu{position: relative;}
.downSide-list .menu a{font-size: 16px;color: #000;font-weight: 500;height: 70px;padding: 0 32px;align-items: center;position: relative;display: flex;transition: color .4s ease, background .4s ease;overflow: hidden;}
.downSide-list .menu a::before{content: "";width: 6px;height: 100%;position: absolute;top: 0;left: 0;background: #f58029;transform: translateX(-6px);transition: transform .4s ease;}
.downSide-list .menu i{display: flex;font-size: 14px;color: #000;position: absolute;width: 70px;height: 100%;top: 0;right: 0;transform: rotate(180deg);align-items: center;justify-content: center;font-style: normal;transition: color .4s ease;pointer-events: none;cursor: pointer;line-height: 1;z-index: 4;}
.downSide-list .menu i::before{content: "\e80b";font-family: "icon";font-size: inherit;}
.downSide-list .drop{width: 100%;position: relative;display: none;}
.downSide-list .drop::before{bottom: auto;top: 0;}
.downSide-list .drop a{height: 62px;padding: 0 56px;display: flex;align-items: center;font-size: 16px;color: #888;font-weight: 500;transition: color .4s ease, background .4s ease;}
.downSide-list .drop a:hover, .downSide-list .drop a.active{color: #f58029;}
.downSide-list .menu:hover a{color: #f58029;background: #f5f5f5;}
.downSide-list .menu:hover i{color: #f58029;}
.downSide-list .menu:hover a::before{transform: translateX(0);}
.downSide-list li.active .menu a, .downSide-list li.on .menu a{color: #f58029;background: #f5f5f5;}
.downSide-list li.active .menu i, .downSide-list li.on .menu i{color: #f58029;}
.downSide-list li.active .menu a::before, .downSide-list li.on .menu a::before{transform: translateX(0);}
.downSide-list li.click .menu:hover i, .downSide-list li.click.on .menu i{transform: rotate(-90deg);}
.downSide-list li.arrow .menu i{transform: rotate(-90deg);}
.downSide-list li.show .drop{display: block;}
.downMix{width: calc(100% - 360px);padding-left: 24px;overflow: hidden;}
.downMix-wrap{width: 100%;background: #fff;padding: 60px 48px 100px;height: 100%;}
.downMix-title{width: 100%;padding-bottom: 28px;border-bottom: 1px solid #e0e0e0;margin-bottom: 36px;}
.downMix-doc{width: 100%;}
.downMix-doc li{width: 100%;}
.downMix-doc li:nth-child(2n){background: #fafafa;}
.downMix-doc-click{width: 100%;display: flex;flex-wrap: wrap;padding: 16px 0 16px 20px;align-items: center;position: relative;}
/*.downMix-doc-click .name{width: 640px;padding-right: 40px;display: flex;transition: color .4s ease;padding-left: 30px;line-height: 24px;background: url("../images/pages/downic.svg") no-repeat left top 1px/20px auto;}*/
.downMix-doc-click .name{width: 640px;padding-right: 40px;display: flex;transition: color .4s ease;line-height: 24px;}
.downMix-doc-click .name span{white-space: nowrap;}
.downMix-doc-click .name p{word-break: break-all;}
.downMix-doc-click .time{width: calc(100% - 640px - 160px);}
.downMix-doc-click .btn{position: absolute;height: 20px;display: flex;align-items: center;right: 40px;top: 50%;margin-top: -10px;transition: color .4s ease;}
.downMix-doc-click .btn i{margin-right: 6px;}
.downMix-doc-click:hover .name{color: #f58029;}
.downMix-doc-click:hover .btn{color: #f58029;}
/* -- */
.downMix-imgs{width: 100%;}
.downMix-imgs ul{display: flex;flex-wrap: wrap;margin: -40px 0 0 -20px;}
.downMix-imgs li{width: calc(100%/4 - 20px);margin: 40px 0 0 20px;}
.downMix-imgs-pic{width: 100%;overflow: hidden;position: relative;}
.downMix-imgs-pic img{width: 100%;height: 204px;}
.downMix-imgs-btn{position: absolute;opacity: 0;transform: scale(0.6);transition: all .6s ease;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;justify-content: center;z-index: 4;background: rgba(6, 105, 186, 0.8);}
.downMix-imgs-btn a{width: 50px;height: 50px;line-height: 1;border-radius: 5px;border: 1px solid rgba(255,255,255,0.5);margin-left: 10px;font-size: 20px;color: #fff;transition: all .4s ease;}
.downMix-imgs-btn a:first-child{margin-left: 0;}
.downMix-imgs-btn a:hover{background: #fff;border-color: #fff;color: #f58029;}
.downMix-imgs-cont{padding-top: 16px;}
.downMix-imgs li:hover .downMix-imgs-btn{opacity: 1;transform: scale(1);}
/* 联系我们 */
.rel{width: 100%;}
.relGs{background: #fcfcfc;}
.relGs-bg{width: 100%;transform-origin:center bottom;}
.relGs-mix{position: absolute;width: 100%;height: 100%;display: flex;align-items: center;top: 0;left: 0;z-index: 4;}
.relGs-cont{width: 600px;color: #fff;padding: 70px 50px 120px;background: rgba(6, 105, 186, 0.7);border-radius: 10px;overflow: hidden;position: relative;}
.relGs-cont::before{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: url("../images/pages/rel2.png") no-repeat right bottom/40% auto;}
.relGs-cont *{position: relative;z-index: 2;}
.relGs-cont .text{max-width: 348px;}
.relGs-cont .text p{margin-top: 24px;display: flex;}
.relGs-cont .text p:first-child{margin-top: 0;}
.relGs-cont .text p i{font-size: 24px;}
.relGs-cont .text p span{margin-left: 34px;}
.relGs-place{position: absolute;width: 1px;height: 1px;z-index: 4;top: 78%;left: 58%;opacity:0}
.relGs-place i{width: 18px;height: 18px;position: absolute;display: block;background: #0669ba;border-radius: 50%;top: 50%;left: 50%;margin: -9px 0 0 -9px;}
.relGs-place i::before,.relGs-place i::after {content: "";display: block;width: 100%;height: 100%;background: rgba(6, 105, 186, 0.5);border-radius: 50%;position: absolute;top: 0;left: 0;transform-origin: center;animation: relGsRing 1.5s linear infinite;opacity: 0;}
.relGs-place i::before {animation-delay: .6s;}
.relGs-place i::after {animation-delay: 0s;}
@keyframes relGsRing{0%{opacity:0;transform:scale(.1)}5%{opacity:1}to{opacity:0;transform:scale(4)}}
.relGs.animated .relGs-bg{animation: relGsMap1 1.4s ease both;}
@keyframes relGsMap1{0%{opacity:0;transform: translateY(90%);}to{opacity:1;transform: translateY(0);}}
.relGs.animated .relGs-place{animation: relGsMap2 0.6s ease both 1.4s;}
@keyframes relGsMap2{0%{opacity:0;}to{opacity:1;}}
.relXx{background: #fff;}
.relXx-list{width: 100%;}
.relXx-list ul{margin: -30px 0 0 -30px;}
.relXx-list li{width: calc(100%/3 - 30px);margin: 30px 0 0 30px;padding: 64px 50px;border-radius: 10px;background: #f8f8f8;transition: box-shadow .4s ease;}
.relXx-list li .title{transition:color .4s ease}
.relXx-list li .cont .text{display: flex;}
.relXx-list li .cont .text i{font-size: 22px;color: #f58029;transition:color .4s ease}
.relXx-list li .cont .text p{margin-left: 12px;}
.relXx-list li .cont .text p span{font-family:'fmr';}
.relXx-list li:hover{box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);}
.relXx-list li:hover .title{color:rgba(6, 105, 186, 0.7)}
.relXx-list li:hover .cont .text i{color:#666;}
.relLy{background: #f8f8f8;overflow: hidden;}
.relLy-wrap{width: 100%;border-radius: 20px;background: #fff;padding: 60px;}
.relLy-form{max-width: 1220px;margin: 0 auto;}
.relLy-form ul{margin: -20px 0 0 -20px;}
.relLy-form li{width: calc(50% - 20px);margin: 20px 0 0 20px;}
.relLy-form li.long{width: calc(100% - 20px);}
.relLy-form .hint span, .relLy-deal span{color: #f58029;margin-right: 4px;}
.relLy-form .enter, .relLy-form .isForm-select{width: 100%;margin-top: 18px;}
.relLy-form .enter input, .relLy-form .enter textarea{width: 100%;height: 60px;display: block;background: #f8f8f8;font-size: 16px;color: #333;padding: 0 18px;border-radius: 5px;border: 1px solid #f8f8f8;transition: border .4s ease;}
.relLy-form .enter textarea{padding: 14px 18px;height: 112px;}
.relLy-form .enter input:focus, .relLy-form .enter textarea:focus{border-color: #ddd;}
.relLy-form .isForm-select label, .relLy-form .customSelect-name{height: 60px;padding: 0 18px;font-size: 16px;line-height: 1;}
.relLy-form .customSelect-name::after{right: 18px;}
.relLy-form .customSelect-name{background: #f8f8f8;border-radius: 5px;border: 1px solid #f8f8f8;}
.relLy-form .customSelect-name.noRadius {border-color: #ddd;}
.relLy-form .customSelect-drop>div {height: 50px;font-size: 16px;}
.relLy-form .customSelect-drop {max-height: 202px;}
.relLy-form .customSelect-drop>div:hover, .relLy-form .customSelect-drop>div.active{color: #f58029;}
.relLy-form li button{width: 100%;height: 60px;border-radius: 10px;line-height: 1;background: #0669ba;font-size: 16px;color: #fff;cursor: pointer;transition: box-shadow .4s ease;}
.relLy-form li button:hover{box-shadow: 0 0 12px 0 rgba(6, 105, 186, 0.4);}
.relLy-deal{width: 100%;color: #a4a4a4;padding-top: 24px;display: flex;}
.relLy-deal a{transition: color .4s ease;}
.relLy-deal a:hover{color: #f58029;}
/* 赋能中心-认证查询 */
.enercx{background: url("../images/pages/enercx.png") no-repeat left bottom 60px/100% auto;}
.enercx-wrap{width: 100%;background: #fff;border: 1px solid #e5e5e5;padding-left: 110px;padding-right: 110px;}
.enercx-head{width: 100%;text-align: center;}
.enercx-form{width: 100%;}
.enercx-form li{width: 100%;margin-top: 20px;}
.enercx-form li:first-child{margin-top: 0;}
.enercx-form li input{width: 100%;height: 60px;display: block;background: #fff;font-size: 16px;color: #333;padding: 0 26px;border-radius: 10px;border: 1px solid #e5e5e5;transition: border .4s ease;}
.enercx-form li input:focus{border-color: rgba(6, 105, 186, 0.6);}
.enercx-form li button{width: 100%;height: 60px;border-radius: 10px;line-height: 1;background: #0669ba;font-size: 18px;font-weight: 500;color: #fff;cursor: pointer;transition: box-shadow .4s ease;}
.enercx-form li button:hover{box-shadow: 0 0 12px 0 rgba(6, 105, 186, 0.4);}
.enercx-result{width: 100%;}
.enercx-result-yes a{padding: 0 40px;height: 50px;background: #f58029;border-radius: 5px;color: #fff;transition: box-shadow .4s ease;line-height: 1;}
.enercx-result-yes a i{margin-left:8px;}
.enercx-result-yes a:hover{box-shadow: 0 0 12px 0 rgba(245, 128, 41, 0.4);}

/* 赋能中心-活动列表 */
.enerhdMa{background: #fff;}
.enerhdMa-loop{width: 100%;}
.enerhdMa-wrap{width: 100%;}
.enerhdMa-img{width: 790px;overflow: hidden;display: block;}
.enerhdMa-img img{width: 100%;transition: all .6s ease;height: 500px;}
.enerhdMa-img:hover img{transform: scale(1.04);}
.enerhdMa-cont{width: calc(100% - 790px);background: #f5f5f5;padding: 60px 80px 40px;}
.enerhdMa-cont .title a{display: block;transition: color .4s ease;}
.enerhdMa-cont .title a:hover{color: #0669ba;}
.enerhdMa-cont .line{width: 100%;height: 2px;background: #d7d7d7;}
.enerhdMa-cont .btn{justify-content: space-between;align-items: center;}
.enerhdMa-cont .btn .more{transition: color .4s ease;align-items: center;}
.enerhdMa-cont .btn .more i{transform: rotateY(180deg);margin-left: 20px;transition: transform .4s ease;}
.enerhdMa-cont .btn .more:hover{color: #0669ba;}
.enerhdMa-cont .btn .more:hover i{transform: translateX(-6px) rotateY(180deg);}
.enerhdMa-cont .btn .baoming{width: 150px;height: 50px;background: #f58029;border-radius: 5px;color: #fff;transition: box-shadow .4s ease;line-height: 1;}
.enerhdMa-cont .btn .baoming:hover{box-shadow: 0 0 12px 0 rgba(245, 128, 41, 0.4);}
.enerhdMa-loop .swiper-pagination{margin-top: 32px;}
.enerhdLb{background: #f5f5f5;}
.enerhdLb-list{width: 100%;}
.enerhdLb-ul{margin: -36px 0 0 -40px;}
.enerhdLb-link{display: block;width: calc(100%/4 - 40px);margin: 36px 0 0 40px;background: #fff;}
.enerhdLb-link-img{width: 100%;overflow: hidden;}
.enerhdLb-link-img img{width: 100%;transition: all .6s ease;height: 230px;}
.enerhdLb-link-cont{width: 100%;padding: 32px 30px;}
.enerhdLb-link-cont .title{transition: all .4s ease;}
.enerhdLb-link-cont .line{width: 100%;height: 2px;background: #d7d7d7;}
.enerhdLb-link-cont .btn{align-items: center;justify-content: space-between;transition: color .4s ease;}
.enerhdLb-link-cont .btn i{transform: rotateY(180deg);}
.enerhdLb-link:hover .enerhdLb-link-img img{transform: scale(1.04);}
.enerhdLb-link:hover .enerhdLb-link-cont .title{color: #0669ba;}
.enerhdLb-link:hover .enerhdLb-link-cont .btn{color: #0669ba;}
.enerhdCx{background: #fff;}
.enerhdCx-wrap{width: 100%;padding: 130px 0 0 130px;height: 490px;background: url("../images/pages/enerhd3Bg.jpg") no-repeat center/cover;position: relative;}
.enerhdCx-img{position: absolute;width: 631px;right: 74px;bottom: 0;}
.enerhdCx-mix{max-width: 604px;position: relative;z-index: 2;}
.enerhdCx-head{color: #fff;}
.enerhdCx-form{width: 100%;}
.enerhdCx-form form{display: flex;align-items: center;justify-content: space-between;}
.enerhdCx-form input, .enerhdCx-form button{height: 60px;}
.enerhdCx-form input{width: calc(100% - 150px - 20px);border-radius: 8px;background: #fff;font-size: 16px;color: #333;padding: 0 16px;}
.enerhdCx-form button{width: 150px;border-radius: 5px;line-height: 1;background: #0669ba;font-size: 16px;color: #fff;cursor: pointer;transition: box-shadow .4s ease;}
.enerhdCx-form button:hover{box-shadow: 0 0 12px 0 rgba(6, 105, 186, 0.4);}
.enerhdCx-hint{width: 100%;color: #fff;}
.enerhdCx-hint span{font-family: "fmr";text-decoration: underline;}
/* 赋能中心-教学视频 */
.enersp{width: 100%;}
.enerspMix{width: 100%;}
.enerspMix .contain{border-bottom: 1px solid #e6e6e6;align-items: flex-start;}
.enerspMix .newsxqCl-title{text-align: left;}
.enerspLb {width: calc(100% - 350px);padding-right: 40px;}
.enerspLb-list{width: 100%;}
.enerspLb-ul{margin: -40px 0 0 -40px;}
.enerspLb-link{display: block;width: calc(100%/3 - 40px);margin: 40px 0 0 40px;box-shadow: 0px 0px 7px 0px rgba(31, 59, 115, 0.1);}
.enerspLb-link-img{width: 100%;overflow: hidden;}
.enerspLb-link-img img{width: 100%;transition: all .6s ease;height: 233px;}
.enerspLb-link-cont{width: 100%;padding: 30px 30px 38px;position: relative;display: flex;flex-direction: column;justify-content: space-between;}
.enerspLb-link-cont .title{transition: color .4s ease;line-height: 28px;min-height: 56px;}
.enerspLb-link-cont .bottom{width: 100%;}
.enerspLb-link-cont .see{margin-left: 24px;}
.enerspLb-link-cont .btn{align-items: center;color: #f58029;}
.enerspLb-link-cont .btn i{width: 16px;height: 16px;border: 1px solid #f58029;position: relative;line-height: 1;margin-right: 8px;border-radius: 50%;}
.enerspLb-link-cont .btn i::after{content: "";position: absolute;top: 50%;left: 50%;margin: -4px 0 0 -2px;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left: 5px solid #f58029;width: 0;height: 0;}
.enerspLb-link:hover .enerspLb-link-img img{transform: scale(1.04);}
.enerspLb-link:hover .enerspLb-link-cont .title{color: #f58029;}
/* 我们与您-经销商查询 */
.wefind{width: 100%;}
/* 我们与您-研发中心 */
.wedeve{width: 100%;}
.wedeveZx{background: #fff url("../images/pages/wedeve1Bg.jpg") no-repeat right bottom/cover;}
.wedeveZx-img{width: 570px;margin-left: 146px;}
.wedeveZx-img img{max-width: 100%;}
.wedeveZx-mix{width: 700px;}
.wedeveZx-text{width: 100%;}
.wedeveZx-text *{line-height: inherit;}
.wedeveNr{background: #222;}
.wedeveNr-imgs{width: 100%;position: relative;}
.wedeveNr-imgs img{width: 100%;height: 920px;}
.wedeveNr-imgs::after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,.4);}
.wedeveNr-circle, .wedeveNr-info, .wedeveNr-menu{width: 780px;height: 780px;position: absolute;z-index: 2;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.wedeveNr-circle img{position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 100%;}
.wedeveNr-circle img:nth-child(1){animation: wedeveNrRo1 50s linear infinite;}
.wedeveNr-circle img:nth-child(2){animation: wedeveNrRo2 20s linear infinite;}
.wedeveNr-circle img:nth-child(3){animation: wedeveNrRo1 30s linear infinite;}
.wedeveNr-circle img:nth-child(4){animation: wedeveNrRo2 5s linear infinite;}
@keyframes wedeveNrRo1{0%{transform: rotate(0deg);}100%{transform: rotate(360deg);}}
@keyframes wedeveNrRo2{0%{transform: rotate(0deg);}100%{transform: rotate(-360deg);}}
.wedeveNr-info{z-index: 3;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.wedeveNr-info .sonTitle{max-width: 420px;}
.wedeveNr-menu{z-index: 4;}
.wedeveNr-menu .wedeveNr-menu-click{width: 1px;height: 1px;position: absolute;}
.wedeveNr-menu-click .box{display: flex;color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.wedeveNr-menu-click .box i{width: 24px;height: 24px;background: #0669ba;position: relative;border-radius: 50%;}
.wedeveNr-menu-click .box i::after{content: "";position: absolute;width: 12px;height: 12px;border-radius: 50%;background: #fff;left: 50%;top: 50%;margin: -6px 0 0 -6px;}
.wedeveNr-menu-click .box .title{white-space: nowrap;position: absolute;height: 24px;display: flex;align-items: center;}
.wedeveNr-menu-click.click02 .box, .wedeveNr-menu-click.click03 .box{flex-direction: row-reverse;}
.wedeveNr-menu-click.click01 .box .title{left: 50%;transform: translateX(-50%);top: -36px;}
.wedeveNr-menu-click.click02 .box .title, .wedeveNr-menu-click.click03 .box .title{left: 100px;}
.wedeveNr-menu-click.click04 .box .title, .wedeveNr-menu-click.click05 .box .title{right: 100px;}
.wedeveNr-menu-click.click01{top: 10.5%;left: 50%;}
.wedeveNr-menu-click.click02{top: 34%;left: 86%;}
.wedeveNr-menu-click.click03{top: 72%;left: 82.5%;}
.wedeveNr-menu-click.click04{top: 72%;right: 82.5%;}
.wedeveNr-menu-click.click05{top: 34%;right: 86%;}
.wedeveLn{background: #fff;}
.wedeveLn-list{width: 100%;}
.wedeveLn-list li{width: calc(1580px/4);height: calc(1580px/4);position: relative;padding: 20px;}
.wedeveLn-list li::before{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;border: 1px dashed #0669ba;border-radius: 50%;clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);}
.wedeveLn-list li:nth-child(2n+1)::before{transform: rotate(180deg);}
.wedeveLn-cont{width: 100%;height: 100%;padding-top: 21%;border: 2px solid #e5e5e5;display: flex;flex-direction: column;align-items: center;text-align: center;border-radius: 50%;}
.wedeveLn-cont .ico{height: 68px;display: flex;align-items: center;justify-content: center;transition: transform .4s ease;}
.wedeveLn-cont .ico img{max-height: 100%;}
.wedeveLn-list li:last-child:after{content: "";}
.wedeveLn-list .dot, .wedeveLn-list li:last-child::after{position: absolute;width: 8px;height: 8px;background: #0669ba;top: 50%;margin-top: -4px;z-index: 2;left: -4px;border-radius: 50%;}
.wedeveLn-list li:last-child:after{left: auto;right: -4px;}
.wedeveLn-list li:hover .wedeveLn-cont .ico{transform: translateY(-6px);}
/* 解决方案-行业 */
.soluhy{width: 100%;}
.soluhyLc{background: #fff;}
.soluhyLc-img{width: 100%;text-align: center;}
.soluhyXq{background: #fafafa;}
.soluhyXq-list ul{margin-left: -80px;justify-content:center}
.soluhyXq-list li{width: calc(100%/5 - 80px);margin-left: 80px;text-align: center;}
.soluhyXq-list li .num{font-style: italic;background: linear-gradient(to bottom, #0669ba, #f3f4f7);transition: transform .4s ease;-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;}
.soluhyXq-list li:hover .num{transform: translateY(-6px);}
.soluhyFa{background: #fff;}
.soluhyFa-list{width: 100%;}
.soluhyFa-list ul{margin: -40px 0 0 -40px;}
.soluhyFa-list li{width: calc(100%/3 - 40px);margin: 40px 0 0 40px;border: 1px solid #e5e5e5;padding: 40px 68px;align-items: center;transition: box-shadow .4s ease;}
.soluhyFa-list li .ico{width: 112px;height: 112px;background: #0669ba;border-radius: 50%;}
.soluhyFa-list li .ico img{max-width: 62px;max-height: 62px;}
.soluhyFa-list li .cont{width: calc(100% - 112px);padding-left: 28px;}
.soluhyFa-list li .text p{line-height: 26px;position: relative;padding-left: 14px;}
.soluhyFa-list li .text p::before{content: "";position: absolute;width: 5px;height: 5px;background: #666;left: 0;top: calc((26px - 6px)/2);border-radius: 50%;}
.soluhyFa-list li:hover{box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);}
.soluhyTj{background: #fafafa;}
.soluhyTj-list{width: 100%;}
.soluhyTj-list ul{margin: -40px 0 0 -40px;}
.soluhyTj-list li{width: calc(100%/3 - 40px);margin: 40px 0 0 40px;border: 1px solid #e5e5e5;padding: 34px 54px;background: #fff;transition: box-shadow .4s ease;}
.soluhyTj-list li .head{align-items: center;}
.soluhyTj-list li .ico{max-width: 52px;position: relative;}
.soluhyTj-list li .ico img{max-height: 70px;transition: opacity .4s ease;}
.soluhyTj-list li .ico img.h{position: absolute;left: 0;top: 0;opacity: 0;}
.soluhyTj-list li .title{margin-left: 14px;transition: color .4s ease;}
.soluhyTj-list li .head:hover .ico img.s{opacity: 0;}
.soluhyTj-list li .head:hover .ico img.h{opacity: 1;}
.soluhyTj-list li .head:hover .title{color: #f58029;}
.soluhyTj-list li .text a{line-height: 28px;padding-left: 16px;position: relative;display: block;transition: color .4s ease;}
.soluhyTj-list li .text a::before{content: "\e80b";position: absolute;font-size: 12px;color: #f58029;line-height: 1;left: 0;top: calc((28px - 12px)/2);font-family: "icon";transform: rotate(180deg);}
.soluhyTj-list li .text a:hover{color: #f58029;}
.soluhyTj-list li:hover{box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);}
.soluhyGd{background: #fff;}
.soluhyGd-loop{width: 800px;margin-left: auto;margin-right: auto;}
.soluhyGd-loop .swiper-container{overflow: visible;}
.soluhyGd-link{width: 100%;overflow: hidden;display: block;}
.soluhyGd-link img{width: 100%;transition: all .6s ease;height: 479px;}
.soluhyGd-link:hover img{transform: scale(1.06);}
.soluhyGd-menu{justify-content: center;}
.soluhyGd-menu-ul{padding: 0 34px;position: relative;}
.soluhyGd-menu-ul::after{content: "";position: absolute;width: 100%;height: 1px;left: 0;bottom: 0;background: #ccc;}
.soluhyGd-menu-link{padding: 0 20px 24px;margin-left: 24px;position: relative;transition: color .4s ease;z-index: 2;}
.soluhyGd-menu-link:first-child{margin-left: 0;}
.soluhyGd-menu-link::after{content: "";position: absolute;width: 0;bottom: 0;height: 2px;z-index: 2;background: #f58029;left: 0;right: 0;margin: 0 auto;transition: all .4s ease;opacity: 0;}
.soluhyGd-menu-link:hover, .soluhyGd-menu-link.active{color: #f58029;}
.soluhyGd-menu-link.active::after{width: 100%;opacity: 1;}
/* 解决方案-物联网 */
.soluwlBan{width: 100%;overflow: hidden;position: relative;}
.soluwlBan img.bg{width: 100%;height: calc(100vh - 80px);transform: scale(1.16);animation: soluwlBanImg 3s ease both .2s;}
@keyframes soluwlBanImg{0%{transform: scale(1.16);}100%{transform: scale(1);}}
.soluwlFa{width: 100%;overflow: hidden;background: url("../images/pages/soluwl1bg.jpg") no-repeat center/cover;}
.soluwlFa-title{width: 100%;text-align: center;}
.soluwlFa-img{text-align: center;}
.soluwlFy{width: 100%;height: 100vh;}
.soluwlFy-loop{width: 100%;position: sticky;top: 0;left: 0;overflow: hidden;height: 100vh;}
.soluwlFy-scroll{width: 100%;will-change: transform;transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);}
.soluwlFy-items{width: 100%;position: relative;height: 100vh;}
.soluwlFy-items img.bg{width: 100%;height: 100%;object-fit: inherit;}
.soluwlFy-content{position: absolute;width: 100%;height: 100%;z-index: 4;top: 0;left: 0;transform: translate3d(0,0,10px);padding-top: 80px;}
.soluwlFy-cont{width: 100%;}
.soluwlFy-cont .logo{width: 530px;}
.soluwlFy-cont .other{align-items: center;}
.soluwlFy-cont .other span{display: flex;align-items: center;}
.soluwlFy-cont .other span::before{content: "";width: 3px;height: 32px;background: #fff;margin: 0 24px;}
.soluwlFy-cont .other span:first-child:before{display: none;}
.soluwlFy-cont ul.list{justify-content: space-between;}
.soluwlFy-cont ul.list li{width: 50%;text-align: center;}
.soluwlFy-cont ul.list li .ico{height: 75px;display: flex;align-items: flex-end;width: 100%;justify-content: center;}
.soluwlFy-cont ul.list li .ico img{max-height: 100%;}
.soluwlFy-cont ul.list li:last-child{width: auto;}
.soluwlFy-cont{opacity: 0;}
.soluwlFy-items:nth-child(2n+1).active .soluwlFy-cont{animation: soluwlFyRunL .8s ease both .8s;}
.soluwlFy-items:nth-child(2n).active .soluwlFy-cont{animation: soluwlFyRunR .8s ease both .8s;}
.soluwlFy-items:nth-child(1).active .soluwlFy-cont{animation-delay: 0s;}
@keyframes soluwlFyRunL{0%{opacity: 0;transform: translateX(100px);}100%{opacity: 1;transform: translateX(0);}}
@keyframes soluwlFyRunR{0%{opacity: 0;transform: translateX(-100px);}100%{opacity: 1;transform: translateX(0);}}
/* 产品-筛选 */
.prosx{width: 100%;overflow: hidden;}
.prosxSs{background: #fff;padding: 30px 0 40px;}
.prosxSs-form{width: 800px;margin: 0 auto;}
.prosxSs-form input, .prosxSs-form button{height: 46px;}
.prosxSs-form input{width: calc(100% - 100px);padding: 0 16px;font-size: 16px;color: #222;border: 2px solid #0669ba;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.prosxSs-form button{display: flex;align-items: center;line-height: 1;width: 100px;font-size: 16px;color: #fff;cursor: pointer;background: #0669ba;justify-content: center;border-top-right-radius: 3px;border-bottom-right-radius: 3px;}
.prosxSs-form button i{font-size: 18px;margin-right: 10px;transition: transform .4s ease;}
.prosxSs-form button:hover i{transform: translateX(2px);}
.prosxSx{background: #fff;border-top: 1px solid #dadada;border-bottom: 1px solid #dadada;user-select: none;}
.prosxSx-menu{width: 100%;height: 44px;padding: 0 18px;border-top: 1px solid #dadada;display: flex;align-items: center;font-size: 18px;color: #333;line-height: 1;font-weight: 700;}
.prosxSx-menu:first-of-type{border-top: none;}
.prosxSx-more{width: 100%;}
.prosxSx-more li{width: 100%;display: flex;border-top: 1px solid #dadada;position: relative;}
.prosxSx-more li .name{width: 240px;padding: 0 18px;display: flex;align-items: center;border-right: 1px solid #dadada;background: #f5f5f5;font-size: 15px;color: #666;font-weight: 700;}
.prosxSx-more li .tags{width: calc(100% - 240px);padding: 7px 20px;display: flex;flex-wrap: wrap;}
.prosxSx-more li .tags a{cursor: pointer;height: 30px;display: flex;align-items: center;font-size: 15px;color: #666;transition: color .4s ease;margin-right: 48px;}
.prosxSx-more li .tags a:last-child{margin-right: 0;}
.prosxSx-more li .tags a:hover, .prosxSx-more li .tags a.active{color: #0669ba;}
.prosxSx-more li .tags.limit{overflow: hidden;padding-right: 80px;}
.prosxSx-more li.on .tags.limit{height: calc(30px + 7px*2);}
.prosxSx-more li .btn{position: absolute;height: 30px;display: flex;align-items: center;top: 7px;right: 0;background: #f0f0f0;color: #000;transition: background .4s ease;cursor: pointer;user-select: none;width: 60px;font-size: 14px;justify-content: center;border-radius: 6px;line-height: 1;}
.prosxSx-more li .btn:hover{background: #e6f0f8;}
.prosxDa{width: 100%;overflow: visible;}
.prosxDa-head{width: 100%;display: none;user-select: none;}
.prosxDa-head .name, .prosxDa-head .data p{height: 30px;align-items: center;line-height: 1;display: flex;margin-bottom: 10px;}
.prosxDa-head .name{font-size: 15px;color: #666;white-space: nowrap;}
.prosxDa-head .data{display: flex;flex-wrap: wrap;}
.prosxDa-head.active{display: flex;}
.prosxDa-head .data p{font-size: 13px;padding: 0 24px 0 16px;color: #666;position: relative;border-radius: 6px;background: #f5f5f5;margin-right: 10px;}
.prosxDa-head .data p:last-child{margin-right: 0;}
.prosxDa-head .data p i{position: absolute;right: 4px;top: 2px;font-style: normal;font-size: 12px;color: #ccc;transform: scale(0.8);cursor: pointer;transition: color .4s ease;}
.prosxDa-head .data p i::before{content: "\e7db";font-family: "icon";}
.prosxDa-head .data p i:hover{color: #f58029;}
.prosxDa-btn{width: 100%;justify-content: center;}
.prosxDa-btn button{height: 44px;background: #f58029;font-size: 16px;color: #fff;line-height: 1;padding: 0 36px;border-radius: 5px;cursor: pointer;transition: box-shadow .4s ease;}
.prosxDa-btn button:hover{box-shadow: 0 4px 16px 0 rgba(245, 128, 41, 0.2);}
.prosxJg{background: #fff;overflow: visible;}
.prosxJg-link{width: 100%;border: 1px solid #e4e4e4;border-radius: 5px;padding: 50px 42px 34px;transition: border .4s ease;}
.prosxJg-link:hover{border-color: rgba(245, 128, 41, 0.5);}
.prosxJg-link-img{width: 100%;height: 180px;display: flex;align-items: center;justify-content: center;padding: 20px 0;}
.prosxJg-link-img img{max-height: 100%;transition: all .6s ease;}
.prosxJg-link-img:hover img{transform: scale(1.04);}
.prosxJg-link-title{text-align: center;}
.prosxJg-link-title a{transition: color .4s ease;}
.prosxJg-link-title a:hover{color: #f58029;}
.prosxJg-link-btn{justify-content: center;align-items: center;}
.prosxJg-link-btn a{transition: color .4s ease;margin-left: 28px;align-items: center;}
.prosxJg-link-btn a:first-child{margin-left: 0;}
.prosxJg-link-btn a span{transition: all .4s ease;line-height: 16px;}
.prosxJg-link-btn a.yu span{padding-left: 23px;background: url("../images/pages/prosxic3.png") no-repeat left center;}
.prosxJg-link-btn a.tu span{padding-left: 21px;background: url("../images/pages/prosxic1.png") no-repeat left center;}
.prosxJg-link-btn a.yu:hover span{background-image: url("../images/pages/prosxic3H.png");}
.prosxJg-link-btn a.tu:hover span{background-image: url("../images/pages/prosxic1H.png");}
.prosxJg-link-btn a:hover span{color: #f58029;}
.prosxJg-link-more{width: 100%;height: 38px;border-radius: 3px;border: 1px solid #666;line-height: 1;transition: all .4s ease;}
.prosxJg-link-more:hover{color: #fff;background: #f58029;border-color: #f58029;}
.prosxJg-link-duibi{display: flex;align-items: center;justify-content: center;line-height: 1;}
.prosxJg-link-duibi i{position: relative;margin-right: 6px;}
.prosxJg-link-duibi i img{transition: opacity .4s ease;}
.prosxJg-link-duibi i img.h{position: absolute;top: 0;left: 0;opacity: 0;}
.prosxJg-link-duibi span{transition: all .4s ease;line-height: 18px;padding-left: 26px;background: url("../images/pages/prosxic2.png") no-repeat left center;}
.prosxJg-link-duibi:hover span{color: #f58029;background-image: url("../images/pages/prosxic2H.png");}
.prosxJg-btn{width: 50px;height: 50px;position: absolute;cursor: pointer;line-height: 1;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: #f58029;box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.11);font-size: 16px;color: #fff;top: 50%;margin-top: -25px;}
.prosxJg-btn.prev{left: -70px;}
.prosxJg-btn.next{right: -70px;transform: rotate(180deg);}
.prosxJg-btn.swiper-button-disabled{display: none !important;}
.prosxJg .swiper-pagination{display: none;margin-top: 28px;}
/* 产品-专题详情 */
.proztxqBan{width: 100%;position: relative;overflow: hidden;}
.proztxqBan img.bg{width: 100%;min-height: 200px;}
.proztxq{width: 100%;}
.proztxqCd{width: 100%;border-bottom: 1px solid #e5e5e5;justify-content: space-between;align-items: center;}
.proztxqCd-menu{width: auto;}
.proztxqCd-menu a{height: 130px;margin-left: 40px;display: flex;align-items: center;transition: color .4s ease;}
.proztxqCd-menu a:first-child{margin-left: 0;}
.proztxqCd-menu a:hover, .proztxqCd-menu a.active{color: #f58029;}
.proztxqCd-duibi{width: 168px;height: 50px;border-radius: 5px;background: #f58029;font-size: 16px;color: #fff;line-height: 1;}
.proztxqCd-duibi i{width: 22px;height: 20px;background: url("../images/pages/proztxqic.png") no-repeat center/100% auto;margin-right: 14px;transition: transform .4s ease;}
.proztxqCd-duibi:hover i{transform: translateX(4px);}
.proztxqWrap{width: 100%;}
/* -- */
.proztxqCp-items{opacity:0;animation: proztxqWrapShow 0.8s ease both .8s;}
@keyframes proztxqWrapShow{0%{opacity: 0;filter:blur(6px)}100%{opacity: 1;filter:blur(0)}}
/* -- */
.proztxqWrap-box{width: 100%;position: relative;padding-left: 270px;}
.proztxqCp{width: 100%;position: relative;}
/* -- */
.proztxqCp-link{width: 100%;padding: 0 24px;background: #fff;height: 362px;}
.proztxqCp-link-img{width: 100%;height: 160px;display: flex;align-items: center;justify-content: center;padding: 16px 0;background: #fff;}
.proztxqCp-link-img img{max-height: 100%;transition: all .6s ease;}
.proztxqCp-link-img:hover img{transform: scale(1.04);}
.proztxqCp-link-title{text-align: center;}
.proztxqCp-link-title a{transition: color .4s ease;}
.proztxqCp-link-title a:hover{color: #f58029;}
.proztxqCp-link-btn{justify-content: center;align-items: center;}
.proztxqCp-link-btn a{transition: color .4s ease;margin-left: 28px;align-items: center;}
.proztxqCp-link-btn a:first-child{margin-left: 0;}
.proztxqCp-link-btn a span{transition: all .4s ease;line-height: 16px;}
.proztxqCp-link-btn a.yu span{padding-left: 23px;background: url("../images/pages/prosxic3.png") no-repeat left center;}
.proztxqCp-link-btn a.tu span{padding-left: 21px;background: url("../images/pages/prosxic1.png") no-repeat left center;}
.proztxqCp-link-btn a.yu:hover span{background-image: url("../images/pages/prosxic3H.png");}
.proztxqCp-link-btn a.tu:hover span{background-image: url("../images/pages/prosxic1H.png");}
.proztxqCp-link-btn a:hover span{color: #f58029;}
.proztxqCp-link-more{width: 100%;height: 38px;max-width:214px;margin-left:auto;margin-right:auto;border-radius: 3px;border: 1px solid #666;line-height: 1;transition: all .4s ease;}
.proztxqCp-link-more:hover{color: #fff;background: #f58029;border-color: #f58029;}
.proztxqCp-link-duibi{display: flex;align-items: center;justify-content: center;line-height: 1;}
.proztxqCp-link-duibi i{position: relative;margin-right: 6px;}
.proztxqCp-link-duibi i img{transition: opacity .4s ease;}
.proztxqCp-link-duibi i img.h{position: absolute;top: 0;left: 0;opacity: 0;}
.proztxqCp-link-duibi span{transition: all .4s ease;line-height: 18px;padding-left: 26px;background: url("../images/pages/prosxic2.png") no-repeat left center;}
.proztxqCp-link-duibi:hover span{color: #f58029;background-image: url("../images/pages/prosxic2H.png");}
.proztxqCp-list{width: 100%;}
.proztxqCp-items{width: 100%;position: relative;}
.proztxqCp-title{width: 100%;height: 80px;background: #f5f5f5;border-bottom: 1px solid #ddd;user-select: none;cursor: pointer;display: flex;align-items: center;padding: 0 24px;}
.proztxqCp-more{width: 100%;}
.proztxqCp-more .text{font-size: 16px;color: #666;border-top: 1px solid #ddd;border-left: 1px solid #ddd;line-height: 20px;padding: 16px 24px;min-height: 74px;display: flex;flex-direction: column;justify-content: center;}
.proztxqCp-items .proztxqCp-more .text:last-child{border-bottom: 1px solid #ddd;}
.proztxqCp-items .proztxqCp-more .text:first-child{border-top: none;}
.proztxqCp-more .img{border-top: 1px solid #ddd;border-left: 1px solid #ddd;padding: 16px 24px;height: 154px;}
.proztxqCp-more .img a{display: flex;flex-direction: column;justify-content: center;align-items: center;width:100%;height:100%}
.proztxqCp-more .img img{max-height:100%}
.proztxqCp-items .proztxqCp-more .img:last-child{border-bottom: 1px solid #ddd;}
.proztxqCp-more .link{border-top: 1px solid #ddd;border-left: 1px solid #ddd;padding: 16px 24px;min-height: 74px;display: flex;flex-direction: column;justify-content: center;}
.proztxqCp-items .proztxqCp-more .link:last-child{border-bottom: 1px solid #ddd;}
.proztxqCp-more .link p{display: flex;}
.proztxqCp-more .link a{font-size: 16px;color: #0669ba;height: 28px;display: flex;align-items: center;line-height: 1;position: relative;}
.proztxqCp-more .link a::before{content: "\e8c6";font-family: "icon";margin-right: 8px;}
.proztxqCp-more .link a::after{content: "";position: absolute;width: 100%;height: 1px;background: #0669ba;left: 0;bottom: 3px;opacity: 0;transition: opacity .4s ease;}
.proztxqCp-more .link a:hover::after{opacity: 1;}
.proztxqCp-btn-wrap{position: absolute;width: calc(100% + 68px*2);margin-left: -68px;left: 0;top: 120px;display: flex;justify-content: space-between;pointer-events: none;z-index: 12;}
.proztxqCp-btn{width: 50px;height: 50px;z-index: 10;pointer-events: auto;cursor: pointer;line-height: 1;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: #f58029;box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.11);font-size: 16px;color: #fff;}
.proztxqCp-btn.next{transform: rotate(180deg);}
.proztxqCp-btn.swiper-button-disabled{opacity: 0;pointer-events: none;}
.proztxqCp-btn-wrap.proztxqCpLb-btn{top:6px;}
.proztxqCp-btn-wrap.proztxqCpLb-btn .proztxqCp-btn{height: 280px;border-radius: 6px;}
@media (max-width: 1590px) {
    .proztxqCp-btn-wrap.proztxqCpLb-btn .proztxqCp-btn{height: 260px;}
}
@media (max-width: 720px) {
    .proztxqCp-btn-wrap.proztxqCpLb-btn .proztxqCp-btn{height: 178px;}
}
/* -- */
.proztxqFd{opacity: 0;visibility: visible;pointer-events: none;transition: all .4s ease;width: 100%;position: fixed;width: 100%;background: #fff;z-index: 99;box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);top: 80px;left: 0;}
.proztxqFd .contain{padding-left: 270px;}
.proztxqFd-loop{width: 100%;position: relative;padding: 16px 0;}
.proztxqFd-loop .proztxqCp-link{height: auto;}
.proztxqFd-loop .proztxqCp-link-img{display: none;}
.proztxqFd-loop .swiper-pagination{width: 100%;height: 2px;background: #fff;top: 0;}
.proztxqFd-loop .swiper-pagination span{background: #f58029;}
.proztxqFd.on{opacity: 1;visibility: visible;pointer-events: auto;}
/* -- */
.proztxqXx{position: absolute;top: 24px;left: 0;z-index: 4;}
.proztxqXx a{display: flex;align-items: center;margin-top: 20px;line-height: 1;}
.proztxqXx a:first-child{margin-top: 0;}
.proztxqXx a i{position: relative;width: 20px;height: 20px;border-radius: 3px;border: 1px solid #c9c9c9;margin-right: 12px;transition: border .4s ease;}
.proztxqXx a i::after{content: "";position: absolute;width: 14px;height: 14px;border-radius: 3px;background: #f58029;left: 50%;top: 50%;margin: -7px 0 0 -7px;opacity: 0;transform: scale(0.5);transition: all .4s ease;}
.proztxqXx a span{transition: color .4s ease;}
.proztxqXx a:hover i, .proztxqXx a.active i{border-color: #f58029;}
.proztxqXx a:hover i::after, .proztxqXx a.active i::after{transform: scale(1);opacity: 1;}
.proztxqXx a:hover span, .proztxqXx a.active span{color: #f58029;}
/* -- */
.proztxqTs{width: 271px;position: absolute;left: 0;top: 0;z-index: 3;padding-top: 362px;}
.proztxqTs .proztxqCp-title{font-size: 20px;color: #333;font-weight: 500;position: relative;}
.proztxqTs .proztxqCp-more .text, .proztxqTs .proztxqCp-more .link, .proztxqTs .proztxqCp-more .img{color: #333;border-right: 1px solid #ddd;font-weight: 500;align-items: flex-start;}
.proztxqTs .proztxqCp-more .link, .proztxqTs .proztxqCp-more .img{font-size: 16px;}
.proztxqCp-more .link:first-child, .proztxqCp-more .img:first-child{border-top: none;}
.proztxqTs .proztxqCp-title::after{content: "\e727";position: absolute;width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;font-family: "icon";top: 50%;margin-top: -20px;left: calc(1580px - 40px - 20px);font-size: 20px;line-height: 1;color: #333;}
.proztxqTs .proztxqCp-title.active::after{transform: rotate(180deg);}
/* -- */
.proztxqDb{opacity: 0;pointer-events: none;transform: translateY(100%);transition: all .4s ease;position: fixed;z-index: 99991;background: #fff;box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);left: 0;bottom: 0;padding: 22px 0;width: 100%;}
.proztxqDb.active{opacity: 1;pointer-events: auto;transform: translateY(0);}
.proztxqDb-close{width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;position: absolute;font-size: 22px;color: #666;top: 20px;right: 28px;z-index: 10;cursor: pointer;transition: color .4s ease;}
.proztxqDb-close:hover{color: #f58029;}
.proztxqDb .contain{justify-content: space-between;align-items: center;}
.proztxqDb-list{width: 1300px;}
.proztxqDb-list ul{margin-left: -18px;}
.proztxqDb-list li{width: calc(100%/5 - 18px);margin-left: 18px;border-radius: 5px;background: #fcfcfc;border: 1px dashed #ddd;user-select: none;}
.proztxqDb-list li .yes, .proztxqDb-list li .no{height: 124px;align-items: center;position: relative;justify-content: center;}
.proztxqDb-list li .no{font-size: 14px;color: #888;display: flex;}
.proztxqDb-list li .yes{display: none;}
.proztxqDb-list li .yes .img{width: 90px;}
.proztxqDb-list li .yes .title{font-size: 14px;line-height: 16px;color: #333;word-break: break-all;max-width: calc(100% - 90px - 24px);padding-left: 16px;}
.proztxqDb-list li .yes .close{position: absolute;cursor: pointer;width: 24px;height: 24px;z-index: 4;top: 10px;right: 10px;display: flex;align-items: center;justify-content: center;font-size: 14px;color: #888;transition: color .4s ease;}
.proztxqDb-list li .yes .close:hover{color: #f58029;}
.proztxqDb-list li.active{background: #fff;border: 1px solid #ddd;}
.proztxqDb-list li.active .yes{display: flex;}
.proztxqDb-list li.active .no{display: none;}
.proztxqDb-info{text-align: center;width: 152px;user-select: none;}
.proztxqDb-info .hint{font-size: 18px;line-height: 1.12;color: #888;}
.proztxqDb-info .hint span{color: #f58029;font-family:'fmr';}
.proztxqDb-info .clear{display: flex;justify-content: center;margin-top: 20px;}
.proztxqDb-info .clear span{font-size: 14px;font-weight: 500;color: #888;position: relative;cursor: pointer;line-height: 1.2;transition: color .4s ease;}
.proztxqDb-info .clear span::after{content: "";position: absolute;width: 100%;height: 1px;background: #888;left: 0;bottom: 0;transition: background .4s ease;}
.proztxqDb-info .clear span:hover{color: #f58029;}
.proztxqDb-info .clear span:hover::after{background: #f58029;}
.proztxqDb-info .btn{margin-top: 14px;width: 100%;height: 38px;border-radius: 5px;background: #f58029;display: flex;align-items: center;justify-content: center;color: #fff;line-height: 1;font-size: 14px;font-weight: 500;transition: box-shadow .4s ease;}
.proztxqDb-info .btn:hover{box-shadow: 0 0 12px 0 rgba(245, 128, 41, 0.4);}
.proztxqDbTs{position: fixed;width: 100px;font-size: 14px;z-index: 99991;user-select: none;cursor: pointer;height: 36px;font-weight: 500;border-radius: 20px;line-height: 1;display: none;align-items: center;justify-content: center;background: #f58029;color: #fff;right: 20px;bottom: 190px;font-size: 14px;box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);}
.proztxqDbTs span{width: 20px;height: 20px;border-radius: 50%;background: #fff;color: #f58029;margin-left: 6px;font-family:'fmr';display: flex;align-items: center;justify-content: center;}
.proztxqDbTs.active{display: flex;}
.proztxqDbErrror{display: none;position: fixed;z-index: 999992;width: 280px;padding: 24px 0;text-align: center;background: #fff;left: 50%;margin-left: -140px;top: 120px;border-radius: 10px;box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3);font-size: 18px;color: #333;user-select: none;}
.proztxqDbErrror span{color: #f58029;font-family:'fmr';}
/* 产品-对比 */
.prodb{width: 100%;}
.prodb .proztxqCp-link{height: 280px;display: flex;flex-direction: column;justify-content: center;}
.prodb .proztxqTs{padding-top: 280px;}
.prodbMi{width: 100%;}
.prodbTitle{width: 100%;text-align: center;overflow: hidden;padding: 12px 0 30px;}
.prodbTitle .text{justify-content: center;}
.prodbTitle .text a{color: #0669ba;align-items: center;position: relative;display: flex;}
.prodbTitle .text a i{transform: rotate(180deg);font-size: 14px;margin-left: 6px;line-height: 1;}
.prodbTitle .text a::after{content: "";position: absolute;width: 100%;height: 1px;left: 0;bottom: -2px;background: #0669ba;opacity: 0;transition: opacity .4s ease;}
.prodbTitle .text a:hover::after{opacity: 1;}
.prodb .proztxqFd{opacity: 1;visibility: visible;pointer-events: auto;border-bottom: 1px solid #f1f2f4;box-shadow: none;position: sticky;transition: box-shadow .4s ease;}
.prodb .proztxqFd.on{box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);}
.prodb .proztxqFd .contain{position: relative;}
.prodb-diff{position: absolute;cursor: pointer;line-height: 1;left: 0;top: 30px;display: flex;align-items: center;user-select: none;}
.prodb-diff i{width: 20px;height: 20px;border-radius: 5px;position: relative;border: 1px solid #c9c9c9;margin-right: 6px;transition: border .4s ease;}
.prodb-diff i::before{content: "";position: absolute;width: 12px;height: 12px;border-radius: 3px;top: 50%;left: 50%;margin: -6px 0 0 -6px;background: #f58029;opacity: 0;transform: scale(0.5);transition: all .4s ease;}
.prodb-diff span{font-size: 16px;color: #666;transition: color .4s ease;}
.prodb-diff:hover span, .prodb-diff.active span{color: #f58029;}
.prodb-diff:hover i, .prodb-diff.active i{border-color: #f58029;}
.prodb-diff.active i::before{opacity: 1;transform: scale(1);}
.prodb .proztxqFd-loop .swiper-pagination{opacity: 0;transition: opacity .4s ease;}
.prodb .proztxqFd-loop .swiper-container{overflow-x: clip;overflow-y: visible;}
.prodb .proztxqFd-loop .swiper-slide{padding: 0 8px;}
.prodb .proztxqFd-loop .customSelect-name{border: 1px solid #ddd;border-radius: 5px;height: 50px;font-size: 18px;color: #333;padding: 0 12px;font-family: "fmr";}
.prodb .proztxqFd-loop .customSelect-name::after{color: #0669ba;}
.prodb .proztxqFd-loop .customSelect-drop>div {height: 45px;font-size: 16px;}
.prodb .proztxqFd-loop .customSelect-drop>div:hover, .customSelect-drop>div.active {color: #0669ba;}
.prodb .proztxqFd-loop .customSelect-drop {max-height: 180px;}
.prodb .proztxqCp-more .text.liang{background: #fff7f2;}
.prodb .proztxqCp-link-none{height: 160px;display: flex;align-items: center;justify-content: center}
.prodb .proztxqCp-link-none img{max-height: 100%;}
.prodb .proztxqCp-link-img{display: none;}
.prodb .proztxqCp-link.active .proztxqCp-link-img{display: flex;}
.prodb .proztxqCp-link.active .proztxqCp-link-none{display: none;}
/* 维修服务 */
.service{width: 100%;background: #f8f8f8;}
.serviceCx{width: 100%;overflow: visible;}
.serviceCx-form{width: 100%;border-radius: 10px;background: #fff;height: 160px;position: relative;z-index: 10;margin-top: -80px;align-items: center;padding: 0 80px;box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);justify-content: space-between;}
.serviceCx-form input, .serviceCx-form button{height: 52px;border-radius: 10px;}
.serviceCx-form .enter{width: calc(100% - 150px - 18px);position: relative;}
.serviceCx-form .enter .ico{display: flex;justify-content: center;align-items: center;position: absolute;top: 0;left: 0;height: 100%;width: 70px;font-size: 18px;color: #0669ba;cursor: pointer;z-index: 2;line-height: 1;}
.serviceCx-form .enter input{width: 100%;border: 1px solid #e9eaed;padding: 0 20px 0 70px;transition: border .4s ease;font-size: 16px;color: #333;}
.serviceCx-form .enter input:focus{border-color: #aeaeae;}
.serviceCx-form button{width: 150px;background: #0669ba;color: #fff;font-size: 18px;cursor: pointer;transition: box-shadow .4s ease;line-height: 1;}
.serviceCx-form button:hover{box-shadow: 0 4px 16px 0 rgba(6, 105, 186, 0.4);}
.serviceLc{width: 100%;}
.serviceLc-wrap{width: 100%;}
.serviceLc-step{max-width: 1220px;margin-left: auto;margin-right: auto;position: relative;}
.serviceLc-step::before, .serviceLc-step::after{content: "";position: absolute;width: 100%;height: 5px;background: #ccc;left: 0;top: 10px;border-radius: 3px;}
.serviceLc-step::after{width: 0;background: #f58029;transition: width .4s cubic-bezier(0.22, 0.61, 0.36, 1);}
.serviceLc-step li{width: calc(100%/3);text-align: center;position: relative;z-index: 4;}
.serviceLc-step li .num{width: 25px;height: 25px;border-radius: 50%;color: #fff;margin: 0 auto;line-height: 1;background: #ccc;transition: background .4s ease;}
.serviceLc-step li .text{transition: color .4s ease;}
.serviceLc-step li.active .num{background: #f58029;}
.serviceLc-step li.active .text{color: #f58029;}
.serviceLc-step.step0::after{width: calc(100%/3*1);}
.serviceLc-step.step1::after{width: calc(100%/3*2);}
.serviceLc-step.step2::after{width: calc(100%/3*3);}
.serviceLc-form{width: 100%;}
.serviceLc-form .relLy-wrap{min-height: 700px;}
.serviceLc-items{width: 100%;display: none;}
.serviceLc-items.active{display: block;}
.serviceLc-ground-list{width: 100%;}
.serviceLc-ground.relLy-form{border: 1px solid #eee;padding: 20px;border-radius: 5px;margin-top: 20px;}
.serviceLc-ground.relLy-form:first-child{margin-top: 0;}
.serviceLc-ground.relLy-form .enter{margin-top: 0;}
.serviceLc-ground-add{max-width: 1220px;margin: 20px auto 0;display: flex;justify-content: flex-end;user-select: none;}
.serviceLc-ground-add p{display: flex;align-items: center;justify-content: center;cursor: pointer;width: 22px;height: 22px;border-radius: 50%;font-size: 12px;color: #fff;line-height: 1;background: #0669ba;transition: all .4s ease;}
.serviceLc-ground-add p:hover{background: #f58029;}
.serviceLc-ground-btn{max-width: 1220px;margin: 40px auto 0;}
.serviceLc-ground-btn button{width: 100%;height: 60px;border-radius: 10px;line-height: 1;background: #0669ba;font-size: 16px;color: #fff;cursor: pointer;transition: box-shadow .4s ease;}
.serviceLc-ground-btn button:hover{box-shadow: 0 0 12px 0 rgba(6, 105, 186, 0.4);}
.serviceLc-succeed{width: 100%;margin-top: 80px;display: flex;flex-direction: column;align-items: center;}
.serviceLc-succeed .ico{line-height: 1;color: #0669ba;}
.serviceTp{width: 100%;background: #fff;}
.serviceTp img{width: 100%;min-height: 150px;}
.serviceTk{width: 100%;background: #fff;}
.serviceTk-list{width: 100%;}
.serviceTk-list li{width: 100%;position: relative;}
.serviceTk-menu, .serviceTk-cont{width: 100%;transition: background .4s ease;position: relative;}
.serviceTk-menu{height: 90px;padding: 0 38px;display: flex;justify-content: space-between;align-items: center;user-select: none;cursor: pointer;}
.serviceTk-menu::before, .serviceTk-list li:last-child:after{content: "";position: absolute;width: 100%;top: 0;left: 0;background: #ddd;height: 1px;transition: background .4s ease;}
.serviceTk-list li:last-child::after{top: auto;bottom: 0;}
.serviceTk-menu .name{width: calc(100% - 40px);transition: color .4s ease;}
.serviceTk-menu .arrow{font-size: 18px;color: #000;transition: color .4s ease;}
.serviceTk-menu .arrow::after{content: "\e6f7";font-family: "icon";}
.serviceTk-cont{display: none;padding: 40px 38px 80px;}
.serviceTk-cont::before{content: "";position: absolute;width: calc(100% - 38px*2);top: 0;left: 0;right: 0;margin: 0 auto;background: #ddd;height: 1px;}
.serviceTk-cont *{line-height: inherit;}
.serviceTk-menu:hover .name{color: #0669ba;}
.serviceTk-menu:hover .arrow{color: #0669ba;}
.serviceTk-list li.active .serviceTk-menu, .serviceTk-list li.active .serviceTk-cont{background: #f8f8f8;}
.serviceTk-list li.active .serviceTk-menu::before{background: #0669ba;}
.serviceTk-list li.active .serviceTk-menu .arrow::after{content: "\e870";}
/* 个人中心 */
.myinfoTop{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);transition: all .4s ease;}
.myinfoTop::after {content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;opacity: 0;transition: all .4s ease;}
.myinfoTop-logo{float: left;width: 163px;height: 80px;display: flex;align-items: center;}
.myinfoTop-logo img{max-width: 100%;}
.myinfoTop-wrap{max-width: 900px;display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0 auto;}
.myinfoTop-control{display: flex;user-select: none;align-items: center;}
.myinfoTop-control .text, .myinfoTop-control .btn{height: 80px;display: flex;align-items: center;position: relative;font-size: 14px;color: #333;}
.myinfoTop-control .btn{cursor: pointer;transition: color .4s ease;}
.myinfoTop-control .btn:hover{color: #0669ba;}
.myinfoTop-control .line{width: 1px;height: 14px;background: #e5e5e5;margin: 0 14px 0 16px;}
.myinfoBot{width: 100%;padding: 18px 0;}
.myinfoBot-info{max-width: 900px;margin: 0 auto;text-align: center;font-size: 14px;color: #888;line-height: 18px;}
.myinfoMi{width: 100%;}
.myinfoMi>.contain{max-width: 900px;}
.myinfoMi-back{display: flex;}
.myinfoMi-back a{height: 40px;line-height: 1;padding: 0 24px;display: flex;align-items: center;justify-content: center;border-radius: 5px;background: #f58029;color: #fff;}
.myinfoMi-list{width: 100%;}
.myinfoMi-items{width: 100%;padding: 40px 0;border-bottom: 1px solid #e5e5e5;}
.myinfoMi-items:first-child{padding-top: 0;}
.myinfoMi-items ul{margin: -16px 0 0 -50px;display: flex;flex-wrap: wrap;}
.myinfoMi-items li{width: calc(50% - 50px);margin: 16px 0 0 50px;display: flex;position: relative;}
.myinfoMi-items li.long{width: calc(100% - 50px);}
.myinfoMi-items li .name{width: 80px;font-size: 14px;color: #333;font-weight: 500;display: flex;align-items: center;height: 44px;}
.myinfoMi-items li .name span{color: #e61010;margin-left: 4px;}
.myinfoMi-items li .enter, .myinfoMi-items li .xiala{width: calc(100% - 80px);}
.myinfoMi-items li .enter input{width: 100%;height: 44px;border-radius: 8px;background: #f7f7f7;font-size: 14px;color: #333;padding: 0 14px;}
.myinfoMi-items li .enter .hint{font-size: 14px;color: #666;margin-top: 16px;}
.myinfoMi-items li .enter .hint span{color: #e61010;}
.myinfoMi-items li .isForm-select label{font-size: 14px;color: #888;}
.myinfoMi-items li .customSelect-name, .myinfoMi-items li .isForm-select label{height: 44px;padding: 0 14px;font-size: 14px;line-height: 1;}
.myinfoMi-items li .customSelect-name{background: #f7f7f7;font-size: 14px;color: #333;border: none;border-radius: 8px;}
.myinfoMi-items li .customSelect-drop>div:hover, .myinfoMi-items li .customSelect-drop>div.active{color: #0669ba;}
.myinfoMi-items li.pass{user-select:none}
.myinfoMi-items li.pass .enter input{padding-right:50px;}
.myinfoMi-items li.pass .seepass {position: absolute;width: 50px;height: 44px;display: flex;align-items: center;justify-content: center;top: 0;right: 0;font-size: 18px;color: #333;cursor: pointer;z-index:2}
.myinfoMi-items li.pass .seepass::after{content:"\e6d0";font-family:"icon";}
.myinfoMi-items li.pass .seepass.active::after{content:"\e6cc"}
.myinfoMi-phone-yes, .myinfoMi-phone-no{display: none;width: 100%;}
.myinfoMi-phone-yes.active, .myinfoMi-phone-no.active{display: flex;}
.myinfoMi-items li .myinfoMi-phone-no .enter{width: calc(50% - 80px - 25px);}
.myinfoMi-phone-yes .other, .myinfoMi-phone-no .other{height: 44px;display: flex;align-items: center;font-size: 14px;color: #bbb;margin-left: 20px;}
.myinfoMi-phone-no .other{color: #888;}
.myinfoMi-phone-yes .num, .myinfoMi-phone-yes .changePhone{height: 44px;display: flex;align-items: center;font-size: 14px;}
.myinfoMi-phone-yes .num{color: #666;}
.myinfoMi-phone-yes .changePhone{user-select: none;cursor: pointer;color: #e61010;margin-left: 12px;}
.myinfoMi-btn{width: 100%;margin-top: 40px;display: flex;justify-content: center;}
.myinfoMi-btn button{width: 110px;height: 48px;cursor: pointer;line-height: 1;border-radius: 5px;font-size: 16px;font-weight: 500;margin-left: 18px;transition: box-shadow .4s ease;}
.myinfoMi-btn button:first-child{margin-left: 0;}
.myinfoMi-btn button.myinfoMi-submit{background: #0669ba;color: #fff;}
.myinfoMi-btn button.myinfoMi-reset{background: #e6f0f8;color: #0669ba;}
.myinfoMi-btn button.myinfoMi-submit:hover{box-shadow: 0 0 12px 0 rgba(6, 105, 186, 0.4);}
.myinfoMi-btn button.myinfoMi-reset:hover{box-shadow: 0 0 12px 0 rgba(6, 105, 186, 0.1);}
.myinfoMi-items li .enter i{width: 20px;height: 20px;font-style: normal;position: absolute;z-index: 4;top: 50%;margin-top: -10px;right: 10px;border-radius: 50%;cursor: pointer;display: flex;align-items: center;justify-content: center;color: #333;transition: color .4s ease;}
.myinfoMi-items li .enter i::after{content: "\e6b5";font-size: 12px;font-family: "icon";}
.myinfoMi-items li .enter i:hover{color: #000;}
.myinfoMi-items li.gbXiala .enter{display: none;}
.myinfoMi-items li.gbXiala .enter input{padding-right: 40px;}
.myinfoMi-items li.gbXiala.on .enter{display: block;}
.myinfoMi-items li.gbXiala.on .xiala{display: none;}
.myinfoMi-wecaht{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.myinfoMi-wecaht-btn{width: 100px;height: 40px;border-radius: 8px;background: #0669ba;display: flex;align-items: center;justify-content: center;font-size: 14px;color: #fff;line-height: 1;}
.myinfoMi-wecaht-info{display: flex;align-items: center;}
.myinfoMi-wecaht-info .ico{width: 36px;height: 36px;border-radius: 50%;display: flex;align-items: center;justify-content: center;line-height: 1;background: #53bb4c;font-size: 16px;color: #fff;}
.myinfoMi-wecaht-info .text{margin-left: 18px;}
.myinfoMi-wecaht-info .text h6{font-size: 16px;line-height: 1.14;color: #333;font-weight: 500;}
.myinfoMi-wecaht-info .text p{font-size: 14px;margin-top: 6px;color: #53bb4c;line-height: 1.14;}
.myinfoMi-wecaht-info .text p.red{color: #ff0000;}
/* -- */
.phonePop{display: none;justify-content: center;overflow: hidden;position: fixed;width: 100%;z-index: 999991;top: 0;left: 0;background: rgba(0, 0, 0, .5);height: 100%;align-items: center;}
.phonePop-contain{width: 480px;padding: 40px 30px;border-radius: 15px;position: relative;background: #fff;}
.phonePop.active{display: flex;}
.phonePop.active .wxLogin-contain{animation: phonePopRun 1s ease both;}
@keyframes phonePopRun{0%{opacity: 0;transform: translateY(-80px);filter: blur(4px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}
.phonePop-close{width: 24px;height: 24px;cursor: pointer;display: flex;align-items: center;justify-content: center;font-size: 18px;color: #141414;position: absolute;top: 16px;right: 16px;}
.phonePop-close i{transition: all .4s ease;}
.phonePop-close:hover i{color: #0669ba;transform: rotate(90deg);}
.phonePop-title{font-size: 24px;color: #333;font-weight: 500;line-height: 1.14;text-align: center;}
.phonePop-wrap{width: 100%;margin-top: 30px;}
.phonePop-form{width: 100%;}
.phonePop-form li{width: 100%;margin-top: 24px;position: relative;}
.phonePop-form li:first-child{margin-top: 0;}
.phonePop-form li input{width: 100%;height: 46px;border-radius: 5px;border: 1px solid #d9d9d9;padding: 0 12px;font-size: 16px;color: #333;transition: border .4s ease;}
.phonePop-form li input:focus{border-color: #bbb;}
.phonePop-form li.isHint{margin-top: 16px;font-size: 16px;color: #888;line-height: 24px;}
.phonePop-form li.isHint a{color: #0669ba;position: relative;transition: color .2s ease;}
.phonePop-form li.isHint a:hover{color: #f58029;}
.phonePop-form li button{width: 100%;height: 46px;background: #0669ba;font-size: 16px;border-radius: 23px;color: #fff;cursor: pointer;transition: all .4s ease;}
.phonePop-form li button:hover{box-shadow: 0 4px 12px 0 rgba(102, 140, 218, 0.4);}
.phonePop-form li.isCode{display: flex;justify-content: space-between;padding-right: 156px;position: relative;}
.phonePop-form .sendCode{width: 138px;height: 100%;font-size: 16px;color: #fff;background: #0669ba;position: absolute;right: 0;top: 0;display: flex;align-items: center;cursor: pointer;justify-content: center;user-select: none;transition: all .4s ease;border-radius: 5px;}
.phonePop-form .sendCode.active{background: #8b9198;cursor: default;}
.phonePop-info{width: 100%;margin-bottom: 20px;}
.phonePop-info p{font-size: 16px;color: #666;}
.phonePop-info h6{font-size: 14px;color: #333;font-weight: 700;margin-top: 16px;}
@media all and (max-width: 720px) {
    .phonePop-contain {width: 92%;padding: 24px 16px 28px;border-radius: 8px;}
    .phonePop-close {width: 24px;height: 24px;font-size: 16px;top: 10px;right: 10px;}
    .phonePop-title {font-size: 20px;}
    .phonePop-wrap {margin-top: 20px;}
    .phonePop-form li {margin-top: 20px;}
    .phonePop-form li input {height: 40px;padding: 0 10px;font-size: 14px;}
    .phonePop-form .sendCode {width: 110px;font-size: 14px;}
    .phonePop-form li.isCode {padding-right: 120px;}
    .phonePop-form li button{height: 40px;border-radius: 20px;}
    .phonePop-form li.isHint {margin-top: 12px;font-size: 14px;line-height: 22px;}
    .phonePop-info p {font-size: 14px;}
    .phonePop-info h6 {margin-top: 8px;}
    .phonePop-info {margin-bottom: 14px;}
}
/* ============zai=========== */
/* 产品详情 */
.proDet-intro .sonBar{position: absolute;left: 0;top: 0;width: 100%;z-index: 2;background: transparent;}
.proDet-intro-swp{background: #f4f4f4;width: 73%;}
.proDet-intro-swp .swiper-container{height: 100%;}
.proDet-intro-slide{height: 100%;min-height: 45vw;}
.proDet-intro-slide img{max-width: 55%;max-height: 65%;}
.proDet-intro-arrow{z-index: 2; color: #cbcbcb; position: absolute;left: 4vw;top: 50%;transform: translateY(-50%);width: 40px;height: 40px;user-select: none;cursor: pointer;font-size: 38px;}
.proDet-intro-arrow.next{transform:translateY(-50%) rotate(180deg);left: auto;right: 4vw;}
.proDet-intro-arrow:hover{color: #767676;}
.proDet-intro-swp .swiper-pagination{position: absolute;left: 50%;transform: translateX(-50%);bottom: 40px;}
.proDet-intro-con{width: 27%;padding: 5.7vw 5.2vw 20px 3vw;}
.proDet-intro-desc .text p{padding-left: 14px;position: relative;}
.proDet-intro-desc .text p::after{content: "";position: absolute;left: 0;top: 10px;width: 4px;height: 4px;border-radius: 50%;background: #333;}
.proDet-intro-btn .btn{width: 13.5vw; height: 3vw;margin-top: 10px;}
.proDet-intro-btn .btn.duibi{border: 1px solid #f58029;color: #f58029;}
.proDet-intro-btn .btn.shuoming{background: #f58029;color: #fff;}
.proDet-intro-btn .btn.ce{background: #0669ba;color: #fff;}
.proDet-intro-btn .btn:hover{text-decoration: underline;}
.proDet-intro-show{align-items: center;}
.proDet-intro-show .btn{align-items: center;}
.proDet-intro-show .btn i{position: relative;width: 16px;height: 17px;display: block;transition: all .4s ease; margin-right: 8px;}
.proDet-intro-show .btn.yulan i{background: url('../images/pages/proDet-intro-icon1.png') no-repeat center/100% auto;}
.proDet-intro-show .btn.size i{background: url('../images/pages/proDet-intro-icon2.png') no-repeat center/100% auto;}
.proDet-intro-show .btn:nth-child(2){margin-left: 25px;}
.proDet-intro-show .btn:hover{color: #f58029;}
.proDet-intro-show .btn.yulan:hover i{background-image: url('../images/pages/proDet-intro-icon1H.png');}
.proDet-intro-show .btn.size:hover i{background-image: url('../images/pages/proDet-intro-icon2H.png');}
.proDet-hot-swp{border-top: 1px solid #f5f7f9;}
.proDet-hot-slide{border-left: 1px solid #f5f7f9;padding: 0 10px 4.1vw;}
.proDet-hot-slide .img{height: 25vw;}
.proDet-hot-slide .img img{max-width: 60%;max-height: 60%;}
.proDet-hot-slide .more i{display: block;color: #f58532;font-size: 13px;margin-left: 10px;transform: rotate(180deg);transition: all .4s ease;}
.proDet-hot-slide:hover .img img{transform: scale(1.08);}
.proDet-hot-slide:hover .title{color: #0669ba;}
.proDet-hot-slide:hover .more i{transform: rotate(180deg) translateX(-5px);}
.proDet-hot-swp .swiper-pagination{position: absolute;left: 50%;bottom: 2vw;transform: translateX(-50%);z-index: 2;display: none;}
.proDet-details{width:100%;}
.proDet-details-content{width: 100%;}
.proDet-details-content *{line-height: inherit;}
.proDet-details-content img{height: auto !important;display: block;margin: 0 auto;}
.proDet-details-content h6{font-size:22px;line-height:28px;font-weight:700;color:#f58532;position:relative;padding-left:20px;}
.proDet-details-content h6:before{content:"";position:absolute;left:0;width:8px;height:8px;background:#f58532;top:10px;}
/* 专题公共 */
.proZT-ban{background: #f8f8f8;}
.proZT-ban .contain{align-items: center;justify-content: space-between;padding-left: 4.6vw;}
.proZT-ban-con{width: 34%;}
.proZT-ban-con .label{display: inline-block;padding: 3px 15px;border-radius: 40px;background: #f58029;}
.proZT-ban-img{width: 60%;height: 42vw;position:relative}
.proZT-ban-img img{max-height: 65%;}
.proZT-ban-img .play{position: absolute;z-index: 4;width: 54px;height: 54px;font-size: 20px;background: #f58029;border-radius: 50%;color: #fff;cursor: pointer;user-select: none;top: 50%;left: 50%;margin: -27px 0 0 -27px;line-height: 1;padding-left:4px}
.proZT-ban-img .play:hover{animation: indvdI .8s ease-in-out both;}
@keyframes indvdI{0%{transform: scale(1);}30%{transform: scale(.8);}50%{transform: scale(1);}70%{transform: scale(.9);}100%{transform: scale(1);}}
.proZT-head{position: fixed;top: 80px;left: 0;width: 100%;z-index: 999;}
.proZT-head .contain{align-items: center;justify-content: space-between;}
.proZT-right{align-items: center;}
.proZT-nav .item{height: 60px;margin-left: 40px;}
.proZT-nav .item::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 3px;background: #fff;opacity: 0;}
.proZT-nav .item:first-child{margin-left: 0;}
.proZT-nav .item.active::after{opacity: 1;}
.proZT-btn{margin-left: 50px;align-items: center;}
.proZT-btn .btn{padding: 8px 15px;border-radius: 5px;border: 1px solid rgba(255, 255, 255, .5);margin-left: 15px;}
.proZT-btn .btn:first-child{margin-left: 0;}
.proZT-btn .btn:hover{border-color: #fff;background: #fff;color: #0669ba;}
/* 产品专题-TKservice */
.comBg{background-size: cover;background-repeat: no-repeat;background-position: center;}
.proTK-ban-bg img{width: 100%;}
.proTK-gn .pagesTitle{padding: 0 9.5vw;}
.proTK-gn-list li{position: relative; display: flex;flex-wrap: wrap;flex-direction: column;align-items: center;text-align: center; width: calc(100% / 3);padding: 30px 3.9vw;margin-top: 30px;border-top: 1px solid #e9e9e9;}
.proTK-gn-list li:nth-child(-n+3){border-top: unset;}
.proTK-gn-list li::after{content: "";position: absolute;left: 0;bottom: 0;width: 1px;height: calc(100% - 30px);background: #e9e9e9;}
.proTK-gn-list li:nth-child(3n+1)::after{display: none;}
.proTK-gn-list .icon{width: 6.2vw;}
.proTK-gn-list .title{color: #009f94;}
/* IEservice */
.proIE-bg img{width: 100%;}
.proIE-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.proIE-title{position: absolute;}
.proIE-title .title{position: relative;padding-left: 15px;color: #333;}
.proIE-title .title::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 4px;height: 80%;background: #585657;}
.proIE-title .text{margin-top: 10px;}
/*  */
.proIE-qb .proIE-title{left: 20%;top: 11%;}
.proIE-qb .proIE-title .title{color: #2dc24a;}
.proIE-qb .proIE-title .title::after{background: #2dc24a;}
.proIE-wg .proIE-title{left: 60%;bottom: 12%;}
.proIE-wg .proIE-title .title::after{background: #0176e6;}
.proIE-cpu .proIE-title{left: 55%;bottom: 19%;}
.proIE-cpu .proIE-title .title{color: #01a2e5;}
.proIE-gl .proIE-title{left: 55%;top: 36%;}
.proIE-gl .proIE-title .title{color: #19cdfe;}
.proIE-gl .proIE-title .title::after{background: #19cdfe;}
.proIE-zb .proIE-title{left: 53%;top: 13%;}
.proIE-zb .proIE-title .title{color: #19cdfe;}
/*  */
.proIE-cpu-num{position: absolute;left: 58%;top: 27%;width: 28%;}
/* cMTservice */
.proCMT-cpu .proIE-title{left: 0;top: 35%;width: 100%;}
.proCMT-cpu .proIE-title .title{color: #faf689;}
.proCMT-cpu .proIE-title .title::after{background: #faf689;}
.proCMT-cz .proIE-title{left: 0;top: 20px;width: 100%;text-align: center;}
.proCMT-cz .proIE-title .title{padding-left: 0;color: #a0f5ff;}
.proCMT-cz .proIE-title .title::after{display: none;}
.proCMT-jk .proIE-title{left: 0;top: 6.2vw;width: 100%;text-align: center;}
.proCMT-jk .proIE-title .title{padding-left: 0;color: #fff;}
.proCMT-jk .proIE-title .title::after{display: none;}
.proCMT-jk-list{position: absolute;left: 0;bottom: 5.5vw;width: 100%;}
.proCMT-jk-list ul{margin: -25px 0 0 -25px;}
.proCMT-jk-list li{padding: 40px 35px; border-radius: 20px;background: #e09d43;margin: 25px 0 0 25px;width: calc((100% / 3) - 25px);}
.proCMT-jk-list li:nth-child(2){background: #2d5daa;}
.proCMT-jk-list li:nth-child(3){background: #fff;color: #333;}
.proCMT-jk-list .icon{height: 72px;}
.proCMT-jk-list .icon img{max-height: 100%;}
.proCMT-web .proIE-title{position: relative;}
.proCMT-web .proIE-title .title::after{background: #284faf;}
.proCMT-web-list{justify-content: space-between;}
.proCMT-web-list li{width: 61%;}
.proCMT-web-list .img{height: 21vw;}
.proCMT-web-list .img img{max-height: 100%;}
.proCMT-web-list .text-box{display: flex;flex-direction: column;}
.proCMT-web-list .title{color: #2e6ad0;}
.proCMT-web-list .text{margin-top: 5px;width: 65%;}
.proCMT-web-list li:nth-child(2){width: 35%;}
.proCMT-web-list li:nth-child(2) .img{text-align: right;}
.proCMT-web-list li:nth-child(2) .text-box{align-items: flex-end;text-align: right;}
.proCMT-yun .proIE-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.proCMT-yun .proIE-bg img{width: 100%;height: 100%;}
.proCMT-yun .proIE-con{position: relative;z-index: 2;}
.proCMT-yun .proIE-title{position: relative;}
.proCMT-yun .proIE-title .title{color: #a0f5ff;padding-left: 0;}
.proCMT-yun .proIE-title .title::after{display: none;}
.proCMT-yun-img img{width: 100%;}
.proCMT-yun-icon img{width: 26.5%;}
.proCMT-tx .proIE-title.title1{position: relative;}
.proCMT-tx .proIE-title.title1 .title{color: #fff;}
.proCMT-tx .proIE-title.title1 .title::after{background: #7cf5e2;}
.proCMT-tx-list ul{width: calc(100% + 40px);margin-left: -20px;background: rgba(255, 255, 255, .1);backdrop-filter: blur(30px);border-radius: 20px;}
.proCMT-tx-list li{padding: 50px 40px 40px; display: flex;flex-wrap: wrap;flex-direction: column;align-items: center;text-align: center;width: calc(100% / 3);position: relative;}
.proCMT-tx-list li::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 80%;background: rgba(255, 255, 255, .2);}
.proCMT-tx-list li:first-child::after{display: none;}
.proCMT-tx-list .icon{height: 6.6vw;width: 11vw;}
.proCMT-tx-list .icon img{max-height: 100%;}
.proCMT-tx .proIE-title.title2{position: relative;}
.proCMT-tx .proIE-title.title2 .title{color: #ffcf59;}
.proCMT-tx .proIE-title.title2 .title::after{background: #fff;}
.proCMT-tx .proIE-title.title2 .text{width: 510px;}
.proCMT-tx-text{margin-top: 19vw;}
/* weincloud */
.weinBan-bg img{width: 100%;}
.weinBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.weinBan-title{position: absolute;left: 0;top: 4.1vw;width: 100%;text-align: center;}
.weinBan-title img{width: 25.5%;}
.weinBan-text-box{position: absolute;left: 50%;transform: translateX(-50%);bottom: 2vw;width: 75%;}
.weinBan-text-box .text{position: absolute;left: 0;bottom: 14px;width: 100%;text-align: center;color: #1b4b7a;}
.weinYS-con{position: absolute;left: 0;top: 0;width: 100%;}
.weinYS-bg img{width: 100%;}
/* .weinYS-con{position: relative;z-index: 2;} */
.weinYS-list1,.weinYS-list2{justify-content: center;margin-left: -8.8vw;}
.weinYS-list1 li{margin-left: 8.8vw;width: 13.7vw;position: relative;}
.weinYS-list1 .text{position: absolute;left: 50%;top: 61%;transform: translateX(-50%);}
.weinYS-list2 li{margin-left: 8.8vw;width: 12.6vw;position: relative;}
.weinYS-list2 .text{position: absolute;left: 40%;top: 90%;transform: translateX(-50%);}
.weinYS-down{justify-content: center;}
.weinYS-down .item{background: linear-gradient(to bottom,#013096,#3370ff);border-radius: 20px;}
.weinYS-down .item:nth-child(2){margin-left: 7vw;}
.weinYS-down .item::after,.weinYS-down .item::before{content: ""; position: absolute;left: 0;top: 50%;transform: translateY(-50%);background: #fff;width: 3px;height: 24px;}
.weinYS-down .item::after{left: auto;right: 0;}
.weinYS-down .item-flex{transition: all .4s ease; align-items: center;padding: 14px 20px;background: #3370ff;border-radius: 20px;box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.weinYS-down .item i{display: block;margin-right: 20px;}
.weinYS-down .item-flex:hover{background: transparent;}
.weinUse-bg img{width: 100%;}
.weinUse-con{position: absolute;left: 56%;top: 35%;width: 26%;}
.weinUse-con .proIE-title{position: relative;}
.weinUse-con .proIE-title .title::after{background: #0669ba;}
.weinUse-list .text{margin-top: 5px;}
.weinTable-bg img{width: 100%;}
.weinTable-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.weinTable-title{position: absolute;left: 0;top: 15%;z-index: 2;width: 100%;}
.weinTable-list{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.weinTable-list li{position: absolute;}
.weinTable-list li:nth-child(1){left: 31.5%;top: 36%;}
.weinTable-list li:nth-child(2){left: 60%;top: 39%;}
.weinTable-list li:nth-child(3){left: 73%;top: 59%;}
.weinTable-list .line-box{width: 10px;height: 10px;border-radius: 50%;background: #fff;border: 2px solid #0669ba;position: relative;}
.weinTable-list .line{width: 5vw;height: 2px;background: #0669ba;position: absolute;left: 40%;bottom: 90%;transform-origin: left center;transform: rotate(-45deg);}
.weinTable-list .line i{position: absolute;display: block;left: 100%;top: 0;width: 3.6vw;height: 2px;background: #0669ba;transform-origin: left center; transform: rotate(45deg);}
.weinTable-list .text-box{position: absolute;left: 8.3vw;width: 260px;top: -4.1vw;}
.weinTable-list .text{margin-top: 5px;}
.weinTable-list li:nth-child(1) .line{left: auto;right: 40%;transform-origin: right center;transform: rotate(45deg);}
.weinTable-list li:nth-child(1) .line i{left: auto;right: 100%;transform: rotate(-45deg);transform-origin: right center;}
.weinTable-list li:nth-child(1) .text-box{left: auto;right: 8.3vw;text-align: right;}
.weinJK-bg img{width: 100%;}
.weinJK-con{position: absolute;left: 19%;top: 23%;width: 20%;}
.weinJK-con .proIE-title{position: relative;}
.weinJK-con .proIE-title .title::after{background: #0669ba;}
.weinJK-list .text{margin-top: 5px;}
.weinFar-bg img{width: 100%;}
.weinFar-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.weinFar-con .proIE-title{left: 31%;top: 20%;width: 27%;}
.weinFar-con .proIE-title .title::after{background: #0669ba;}
.weinFar-con .proIE-title .text{padding-left: 15px;}
.weinWH-bg img{width: 100%;}
.weinWH-con{position: absolute;left: 0;top: 0;width: 100%;}
.weinWH-list li{width: 20.5vw;position: relative;}
.weinWH-list .title{position: absolute;left: 0;top: 13%;width: 100%;}
.weinUser-bg img{width: 100%;}
.weinUser-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;flex-direction: column;padding-top: 10vw;justify-content: flex-start;}
.weinUser-btn{background: linear-gradient(to bottom,#013096,#3370ff);border-radius: 10px;overflow: hidden;}
.weinUser-btn .btn-flex{width: 15.5vw;height: 3.9vw;}
.weinUser-btn .btn-flex:hover{background: transparent;}
/* EasyBuilder */
.easyBan-bg{position:relative}
.easyBan-bg video{position:absolute;width:100%;height:100%;top:0;left:0;z-index:4}
.easyBan-bg img{width: 100%;}
.easyBan-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;align-items: center;z-index:5;transform:translate3d(0,0,4px)}
.easyBan-con .text{width: 43%;}
.easyBan-con .btn{width: 160px;height: 52px;border-radius: 5px;border: 2px solid #fff;}
.easyBan-con .btn-icon{overflow: hidden;position: relative;margin-right: 10px;}
.easyBan-con .btn-icon i{display: flex;align-items: center;justify-content: center;transition: all .4s ease;padding: 5px 0;}
.easyBan-con .btn-icon i:nth-child(2){position: absolute;left: 0;bottom: 100%;width: 100%;height: 100%;opacity: 0;}
.easyBan-con .btn-icon i{transition: all .4s ease;}
.easyBan-con .btn:hover{color: #0669ba;border-color: #fff;background: #fff;}
.easyBan-con .btn:hover .btn-icon i{transform: translateY(100%);}
.easyBan-con .btn:hover .btn-icon i:nth-child(1){opacity: 0;}
.easyBan-con .btn:hover .btn-icon i:nth-child(2){opacity: 1;}
.easyTX-bg img{width: 100%;}
.easyTX-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;flex-wrap: wrap;flex-direction: column;}
.easyTX-con .btn{width: 160px;height: 52px;border-radius: 5px;border: 2px solid #fff;}
.easyTX-con .btn:hover{background: #fff;color: #0669ba;}
.easyTS .contain{padding: 0 50px;}
.easyTS-list{margin-left: -40px;position: relative;align-items: flex-start;}
.easyTS-list li{margin: 40px 0 0 40px;width: calc(50% - 40px);position: relative;}
.easyTS-img img{width: 100%;}
.easyTS-con{position: absolute;left: 0;bottom: 0;width: 100%;padding: 40px 30px;}
.easyTS-list li:nth-child(1){width: 100%;}
.easyTS-list li:nth-child(1) .easyTS-con{width: 48.5%;padding: 100px 40px;}
.easyTS-list li:nth-child(4){position: absolute;right: 0;top: 1260px;}
.easyTS-list li:nth-child(1) .title,.easyTS-list li:nth-child(1) .text,.easyTS-list li:nth-child(4) .title,.easyTS-list li:nth-child(4) .text{color: #fff;}
.easyKF .contain{padding: 0 50px;justify-content: space-between;align-items: flex-start;}
.easyKF-left{width: 42%;}
.easyKF-list li{height: 60px; display: flex;flex-wrap: wrap;align-items: center;user-select: none;cursor: pointer;}
.easyKF-list .title{transition: all .4s ease;position: relative;padding-left: 24px;line-height: 1.14;}
.easyKF-list .title::after{content: "";position: absolute;left: 0;top: 0;width: 1px;height: 100%;background: #cecece;}
.easyKF-list li:hover .title{color: #0669ba;}
.easyKF-list li.active .title{color: #0669ba;font-weight: 500;}
.easyKF-list li.active .title::after{background: #0669ba;width: 4px;}
.easyKF-right{width: 47%;}
.easyKF-right-item{display: none;}
.easyKF-right-item:first-child{display: block;}
.easyKF-right-item .img img{width: 100%;}
.easyKF-right-item .text{width: 80%;margin: 30px auto 0;}
/* 关于我们 */
.abWhy-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.abWhy-bg img{width: 100%;height: 100%;}
.abWhy-con{position: relative;z-index: 2;}
.abWhy-con .contain{width: 1070px;}
.abWhy-num{justify-content: space-between;}
.abWhy-num li{display: flex;flex-wrap: wrap;flex-direction: column;align-items: center;text-align: center;min-width:170px;}
.abWhy-num li:first-child{min-width:95px;}
.abWhy-num .icon{height: 74px;}
.abWhy-num .icon img{max-height: 100%;}
.abWhy-num .num{align-items: flex-end;}
.abWhy-num .num span{line-height: .8;}
.abNet .contain{justify-content: space-between;align-items: center;}
.abNet-con{width: 31.5%;}
.abNet-num{margin-left: -2.6vw;}
.abNet-num li{margin-left: 2.6vw;align-items: flex-end;user-select:none}
.abNet-num li:nth-child(-n+3){cursor:pointer}
.abNet-num .num{align-items: flex-end;line-height: .8;margin-right: 10px;}
.abNet-num li:nth-child(-n+3):hover .num{animation: abNetFd .8s ease-in-out both;}
@keyframes abNetFd{0%{transform: scale(1);}30%{transform: scale(.8);}50%{transform: scale(1);}70%{transform: scale(.9);}100%{transform: scale(1);}}
.abNet-map{width: 58.5%;}
.abNet-map-bg img{width: 100%;}
.abNet-map-list{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.abNet-map-list li{position: absolute;}
.abNet-map-list .icon{position: absolute;left: 0;bottom: 0;transform: translateX(-50%);width: 1.1vw;}
.abNet-map-list .title{position: absolute;left: 18px;bottom: 4px;white-space: nowrap;background: #595959;padding: 6px 16px;border-radius: 40px;transition:background .4s ease}
.abNet-map-list li.suzhou .title,.abNet-map-list li.wuhan .title,.abNet-map-list li.shenzhen-factory .title{left: auto;right: 18px;}
.abNet-map-list li.suzhou-factory .title{bottom: 20px;}
.abNet-map-list li.zhejiang .title{bottom: -10px;}
.abNet-map-list li.shenzhen .title{left: 10px;bottom: -25px;}
.abNet-map-list li.beijing{left: 63%;top: 39%;}
.abNet-map-list li.qingdao{left: 71%;top: 46%;}
.abNet-map-list li.suzhou-factory{left: 71%;top: 58%;}
.abNet-map-list li.suzhou{left: 70.2%;top: 59%;}
.abNet-map-list li.wuhan{left: 58%;top: 66%;}
.abNet-map-list li.shanghai{left: 73%;top: 63%;}
.abNet-map-list li.zhejiang{left: 71%;top: 67%;}
.abNet-map-list li.shenzhen-factory{left: 60%;top: 86.5%;}
.abNet-map-list li.taiwan{left: 74%;top: 83.5%;}
.abNet-map-list li.shenzhen{left: 61%;top: 87.5%;}
.abNet-map-list li.active .title{background:#f58029}
.aboufz-cont{width: 100%;position: relative;}
.aboufz-cont .cont-l{width: 50%;position: relative;}
.aboufz-cont .cont-r{width: 50%;padding: 23vw 0 23vw 8.8vw;}
.aboufz-dw{position: sticky;top: 12.5vw;margin: 12.5vw 0px;}
.aboufz-years-vertical{position: relative;z-index: 3;}
.aboufz-years-vertical__years{position: absolute;width: 100%;top: 50%;font-family: 'fmb'; transform: translateY(-50%);display: flex;align-items: stretch;z-index: 4;}
.aboufz-years-vertical__years__left{color: #0669ba;font-size: 13.5vw;line-height: 1;position: relative;z-index: 4;}
.aboufz-years-vertical__years__right{line-height: 1;}
.aboufz-years-vertical__years__right__list{position: absolute;transition: all .4s ease;}
.aboufz-years-vertical__years__right__item {color: #f8f8f9;transition-duration: .4s;font-size: 13.5vw;transition: all .4s ease;line-height: 1;}
.aboufz-years-vertical__years__right__item.is-active{color: #0669ba;}
.circular-chart {display: block;width: 25vw;height: 25vw;margin-left: 11vw;}
.circle-bg {fill: none;stroke: #eee;stroke-width: .1;}
.circle {fill: none;stroke-width: .1;stroke-linecap: round;animation: progress 1s ease-out forwards;}
@keyframes progress {0% {stroke-dasharray: 0 100;}}
.circular-chart .circle {stroke: #0669ba;}
.aboufz-events__item-line{background-color: #0669ba;width: 90px;height: 6px;}
.aboufz-events__item-text p{position: relative;padding-left: 15px;}
.aboufz-events__item-text p::after{content: "";position: absolute;left: 0;top: 12px;width: 5px;height: 5px;border-radius: 50%;background: #666;}
.aboufz-events__item{border-bottom: 1px solid #e5e5e5;}
.aboufz-events__item:nth-child(1){margin-top: 0px;}
.aboury-lun .img img{max-height: 100%;}
.aboury-svp .pages{opacity: 0;}
/* mb */
.aboufz2 .thumbs-year{display: flex;justify-content: center;color: #000;font-size: 20px;font-weight: 700;}
.aboufz2 .thumbs-year.active{color: #0669ba;}
.aboufz2 .gallery-more ul{margin-bottom: -15px;}
.aboufz2 .gallery-more li{width: 100%;border-top: 2px solid #0669ba;padding: 20px 0;}
.aboufz2 .gallery-more li .num{font-size: 15px;color: #9099a0;}
.aboufz2 .gallery-more li .text{font-size: 13px;color: #333; margin-top: 5px;}
.abBan{position: relative;width: 100%;height: 300vh;}
.abBan-sticky {width: 100%;top: 0;left: 0;position: sticky;overflow: hidden;}
.abBan-bg{overflow: hidden;}
.abBan-bg img{height: 100vh;width: 100%;}
.abBan-con{transition: all .4s ease; position: absolute;left: 0;top: 0;width: 100%;height: 100vh;flex-direction: column;flex-wrap: wrap;}
.abBan-con.active{opacity: 0;pointer-events: none;}
.abBan-con .title{animation: abBan 1.5s ease both;}
.abBan-con .btn{animation: abBan 1.5s .2s ease both;transition: transform .4s ease;user-select: none;cursor: pointer;}
.abBan-con .btn i{width: 64px;height: 64px;user-select: none;cursor: pointer;border-radius: 50%;background: #fff;font-size: 18px;transition: all .4s ease;position: relative;z-index: 2;}
.abBan-con .btn::after,.abBan-con .btn::before{animation: dotAni 2s linear infinite;opacity: 0; transition: all .4s ease; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;border: 1px solid #fff;}
.abBan-con .btn::after{animation-delay: 1s;}
@keyframes abBan {
    0%{opacity: 0;transform: translateY(120px);}
    100%{opacity: 1;transform: translateY(0);}
}
@keyframes dotAni {0%{opacity: 0;transform: scale(1);}50%{opacity: 1;transform: scale(1.3);}100%{opacity: 0;transform: scale(1.6);}}
.abBan-con .btn:hover i{background: #0669ba;color: #fff;}
.abBan-con .btn:hover::after,.abBan-con .btn:hover::before{border-color: #0669ba;}
.abBan-con .btn:active{transform: translateY(-3px) scale(.95);}
.abBan-con .scroll{flex-direction: column;position: absolute;left: 50%;bottom: 30px;transform: translateX(-50%);}
.abBan-con .scroll i{display: block;position: relative;margin-top: 10px;width: 16px;border: 1px solid #fff; height: 25px;border-radius: 40px;overflow: hidden;}
.abBan-con .scroll i::after{animation: scrollAni 2s linear infinite; content: "";position: absolute;left: calc(50% - 1px);top: -7px;width: 2px;border-radius: 2px; height: 7px;background: #fff;}
@keyframes scrollAni {0%{top: -1px;}100%{top: 100%;}}
.abBan-logo{position: absolute;z-index: 3;width: 100%;height: calc(100vh - 79px);top: 80px;left: 0;transform: scale(2.4);opacity: 0;pointer-events: none;}
.abBan-logo img{height: 100%;width: 100%;}
.abBan-text{ width: 100%;opacity: 0;position: absolute;z-index: 4;justify-content: center;left: 0;top: 60vh;transition: all .4s ease;}
.abBan-text.active{opacity: 1;}
.abBan-text.active .abBan-title,.abBan-text.active .text{opacity: 1; transform: translateY(0);}
.abBan-text .contain{padding: 0 7.8vw;}
.abBan-text .text{opacity: 0; transition: all 1s ease .2s;transform: translateY(100px);}
.abWH-swp{width: 86.5%;}
.abWH-swp .swiper-container{overflow: visible;}
.abWH-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;flex-direction: column;padding:0 4%}
.abWH-con .title{opacity: 0;transform: translateX(-120px);filter: blur(20px);transition: all 1s 1s ease;}
.abWH-con .text{letter-spacing: 3px;text-transform: uppercase;opacity: 0;transform: translateX(120px);filter: blur(20px);transition: all 1s 1s ease;}
.swiper-slide-active .abWH-con .title,.swiper-slide-active .abWH-con .text{opacity: 1;filter: blur(0);transform: translateX(0);}
.abWH-nav{position: absolute;left: 50%;bottom: 7vw;transform: translateX(-50%);justify-content: center;z-index: 5;}
.abWH-nav li{display: flex;align-items: center;position: relative;margin: 0 11px;user-select: none;cursor: pointer;}
.abWH-nav .dot{width: 10px;height: 10px;border-radius: 50%;border: 1px solid #fff;}
.abWH-nav .text{position: absolute;left: 22px;top: 50%;transform: translateY(-50%);white-space: nowrap;opacity: 0;transition: all .4s ease;}
.abWH-nav .line{width: 0;height: 2px;background: #f58029;transition: all .4s ease;}
.abWH-nav li.active .dot{border-color: #f58029;background: #f58029;}
.abWH-nav li.active .text{opacity: 1;transition-delay: .2s;}
.abWH-nav li.active .line{width: 80px;margin-left: 70px;}
.abWH-slide{user-select: none;cursor: pointer;}
.abWH-bg{overflow: hidden;}
.abWH-bg .bg img,.abWH-bg .svg svg{width: 100%;height: 46vw;}
.abWH-bg .svg svg .xing_case {transform: translate(14%, 23%) scale(calc(.85)); }
.abWH-bg .svg svg rect{width: 100%;height: 100%;}
.abWH-bg .svg svg image{width: 100%;transform: scale(1.1);transition: transform 1.5s ease-in-out 0s;transform-origin: 50% 50%;}
.abWH-bg .svg svg image:nth-last-child(2) {transform-origin: 0 0;transform: scale(0.9);}
.swiper-slide-active .abWH-bg .svg svg image {transition: transform 1s ease-in-out .6s;transform: none;}
.swiper-slide-active .abWH-bg .svg svg .di_img {transform: translate(12px, -12px);}
/* IPservice */
.proZT-ban.ipBan .proZT-ban-img{align-items: center;}
/* 新ip系列 */
.proIP-new-pc{position: relative;}
.proIP-new-pc .new-bg{width: 100%;position: relative !important;}
.proIP-new-pc img,.proIP-new-pc div{position: absolute;max-width: unset;}
.proIP-new-pc .new-showdowL{width: 46.5%;top: 94%;left: 40%;opacity: 0;transform-style: preserve-3d;transform: translate3d(0, -46px, 0);}
.proIP-module.active .proIP-new-pc .new-showdowL{animation: tran46 .6s linear 0s 1 normal forwards;}
.proIP-new-pc .new-showdowR{width: 18.5%;left: 68%;top: 84%;}
.proIP-new-pc .new-jqL1{z-index: 2; transform-style: preserve-3d;transform: translate3d(0, -26px, 0);width: 29%;left: 43%;top: 12%;}
.proIP-module.active .proIP-new-pc .new-jqL1{animation: tran26 .6s linear 0s 1 normal forwards;}
.proIP-new-pc .new-jqLdiv{z-index: 3; width: 100%; transform-style: preserve-3d;transform: translate3d(0, -1px, 0);background: transparent; left: 45.5%;top: 19.7%;}
.proIP-module.active .proIP-new-pc .new-jqLdiv{animation: tranBac .6s linear 0s 1 normal forwards;}
.proIP-new-pc .new-jqLdiv .item{left: 0px;top: 0px;opacity: 0;width: 21.8%;}
.proIP-module.active .proIP-new-pc .new-jqLdiv .item{animation: opa .1s linear .7s 1 normal forwards;}
.proIP-new-pc .new-jqL2{z-index: 4; width: 7.76%;top: 15%;left: 62.1%;transform-style: preserve-3d;opacity: 0;transform: translate3d(0, 0, 0);}
.proIP-module.active .proIP-new-pc .new-jqL2{animation: tran10 1.7s linear 0s 1 normal forwards;}
.proIP-new-pc .new-jqR1{width: 17.44%;left: 67.7%;top: 21.83%;transform-style: preserve-3d;transform: translate3d(0, -4px, 0);}
.proIP-module.active .proIP-new-pc .new-jqR1{animation: tran4 .6s linear 1.9s 1 normal forwards;}
.proIP-new-pc .new-jqRdiv{left: 69.3%;top: 32.04%;width: 100%;}
.proIP-new-pc .new-jqRdiv .item1{width: 11.2%;top: 0px;left: 0px;opacity: 0;}
.proIP-module.active .proIP-new-pc .new-jqRdiv .item1{animation: opa .1s linear 2.6s 1 normal forwards ;}
.proIP-new-pc .new-jqRdiv .item2{width: 11.2%;top: 0px;left: 0px;opacity: 0;}
.proIP-module.active .proIP-new-pc .new-jqRdiv .item2{animation: opa .1s linear 2.8s 1 normal forwards;}
.proIP-new-pc .new-jqRdiv .item3{width: 11.2%;top: 0px;left: 0px;opacity: 0;}
.proIP-module.active .proIP-new-pc .new-jqRdiv .item3{animation: opa .1s linear 3.3s 1 normal forwards;}
.proIP-new-pc .new-jqRdiv .item4{width: 11.2%;top: 0px;left: 0px;opacity: 0;}
.proIP-module.active .proIP-new-pc .new-jqRdiv .item4{animation: opa .1s linear 3.6s 1 normal forwards;}
.proIP-new-pc .new-jqRdiv .item5{width: 11.2%;top: 0px;left: 0px;opacity: 0;}
.proIP-module.active .proIP-new-pc .new-jqRdiv .item5{animation: opa .1s linear 3.9s 1 normal forwards;}
.proIP-new-pc .new-jqR2{width: 6.25%;left: 79%;top: 22%;opacity: 0;}
.proIP-module.active .proIP-new-pc .new-jqR2{animation: opa2 5s linear 0s 1 normal forwards;}
.proIP-new-pc .new-text{width: 17%;top: 14.13%;left: 16.85%;}
.proIP-new-pc .new-data1{width: 24.47%;top: 52%;left: 16.4%}
.proIP-new-pc .new-data2{width: 24.47%;top: 52%;left: 16.4%;}
.proIP-new-pc .new-data3{transform: rotate(-125deg);opacity: 0;width: 0.26%;top: 63%;}
.proIP-new-pc .new-data3.data3-1{left: 19.3%;}
.proIP-module.active .proIP-new-pc .new-data3.data3-1{animation: rotate75 5s linear 0s 1 normal forwards;}
.proIP-new-pc .new-data3.data3-2{left: 28.6%;}
.proIP-module.active .proIP-new-pc .new-data3.data3-2{animation: rotate15 5s linear 0s 1 normal forwards;}
.proIP-new-pc .new-data3.data3-3{left: 37.6%;}
.proIP-module.active .proIP-new-pc .new-data3.data3-3{animation: rotate100 5s linear 0s 1 normal forwards;}
.proIP-new-pc .new-data4{transform-style: preserve-3d;transform: translate3d(-27px, 1px, 0);opacity: 0;width: 24.47%;top: 62%;left: 17.8%;}
.proIP-module.active .proIP-new-pc .new-data4{animation: opa .5s linear .5s 1 normal forwards;}
.proIP-new-pc .new-data5{width: 22.4%;left: 13%;top: 71.17%;transform-style: preserve-3d;opacity: 0;transform: translate3d(0, 0, 0);}
.proIP-module.active .proIP-new-pc .new-data5{animation: tran8 2s linear 0s 1 normal forwards;}
.proIP-new-pc .new-data6{opacity: 0;width: 24.47%;top: 62%;left: 16.4%;}
.proIP-module.active .proIP-new-pc .new-data6{animation: opa .9s linear 3.3s 1 normal forwards;}
.proIP-new-pc .new-data7{width: 22.4%;left: 20.15%;top: 58.39%;transform-style: preserve-3d;opacity: 0;transform: translate3d(0, 0, 0);}
.proIP-module.active .proIP-new-pc .new-data7{animation: tran19 5s linear 0s 1 normal forwards;}
@keyframes tran46 {0% {transform: translate3d(0, -46px, 0);opacity: 0;animation-timing-function: ease;}83.33% {transform: translate3d(0, -46px, 0);opacity: 1;animation-timing-function: ease;}100% {transform: translate3d(0, -39px, 0);opacity: 1;animation-timing-function: linear;}}
@keyframes tran26{0% {transform: translate3d(0, -26px, 0);animation-timing-function: ease;}83.33% {transform: translate3d(0, 1px, 0);animation-timing-function: ease;}100% {transform: translate3d(0, -1px, 0);animation-timing-function: linear;}}
@keyframes tranBac {0% {transform: translate3d(0, -1px, 0);animation-timing-function: ease;background-color: transparent}83.33% {transform: translate3d(0, 26px, 0);animation-timing-function: ease;background-color: #000}100% {transform: translate3d(0, 24px, 0);animation-timing-function: ease;background-color: #000}}
@keyframes opa{0% {opacity: 0;animation-timing-function: linear;}100% {opacity: 1;animation-timing-function: linear;}}
@keyframes opa2 {0% {opacity: 0;animation-timing-function: linear;}90% {opacity: 0;animation-timing-function: linear;}100% {opacity: 1;animation-timing-function: linear;}}
@keyframes tran10{0% {opacity: 0;transform: translate3d(0, 0, 0);animation-timing-function: linear;}76.47% {opacity: 0;transform: translate3d(0, -10px, 0);animation-timing-function: cubic-bezier(1, .01, 1, 1);}88.24% {opacity: 1;transform: translate3d(0, 3px, 0);animation-timing-function: cubic-bezier(1, .01, 1, 1);}94.12% {opacity: 1;transform: translate3d(0, -3px, 0);animation-timing-function: linear;}100% {opacity: 1;transform: translate3d(0, -2px, 0);animation-timing-function: linear;}}
@keyframes tran4{0% {transform: translate3d(0, -4px, 0);animation-timing-function: linear;}83.33% {transform: translate3d(0, 4px, 0);animation-timing-function: linear;}100% {transform: translate3d(0, 0, 0);animation-timing-function: linear;}}
@keyframes rotate75 {0% {transform: rotate(-125deg);opacity: 1;animation-timing-function: linear;}14% {transform: rotate(-105deg);animation-timing-function: linear;}70% {transform: rotateZ(-105deg);animation-timing-function: linear;}74% {transform: rotate(-75deg);animation-timing-function: linear;}96% {transform: rotateZ(-75deg);opacity: 1;animation-timing-function: linear;}100% {transform: rotateZ(-75deg);opacity: 0;animation-timing-function: linear;}}
@keyframes rotate15 {0% {transform: rotateZ(-125deg);opacity: 1;animation-timing-function: linear;}20% {transform: rotateZ(-95deg);animation-timing-function: linear;}70% {transform: rotateZ(-95deg);animation-timing-function: linear;}80% {transform: rotateZ(15deg);animation-timing-function: linear;}96% {transform: rotateZ(15deg);opacity: 1;animation-timing-function: linear;}100% {transform: rotateZ(15deg);opacity: 0;animation-timing-function: linear;}}
@keyframes rotate100 {0% {transform: rotateZ(-125deg);opacity: 0;animation-timing-function: linear;}14% {transform: rotateZ(-105deg);animation-timing-function: linear;}70% {transform: rotateZ(-105deg);animation-timing-function: linear;}84% {transform: rotateZ(100deg);animation-timing-function: linear;}96% {transform: rotateZ(100deg);opacity: 1;animation-timing-function: linear;}100% {transform: rotateZ(100deg);opacity: 0;animation-timing-function: linear;}}
@keyframes tran8 {0% {opacity: 0;transform: translate3d(0, 0, 0);animation-timing-function: linear;}50% {opacity: 0;transform: translate3d(26px, -8px, 0);animation-timing-function: ease;}100% {opacity: 1;transform: translate3d(0, 0, 0);animation-timing-function: linear;}}
@keyframes tran19 {0% {opacity: 0;transform: translate3d(0, 0, 0);animation-timing-function: linear;}80% {opacity: 0;transform: translate3d(-22px, 19px, 0);animation-timing-function: ease;}100% {opacity: 1;transform: translate3d(0, 0, 0);animation-timing-function: linear;}}
/* easy */
.proIP-easy-pc{position: relative;}
.proIP-easy-pc .easy-bg{width: 100%;position: relative !important;}
.proIP-easy-pc img,.proIP-easy-pc div{position: absolute;max-width: unset;}
.proIP-easy-pc .easy-jqR{width: 33.12%;top: 31%;left: 52.9%;opacity: 0;transform: translate3d(-10px, 0, 0);transform-style: preserve-3d;}
.proIP-module.active .easy-jqR{animation: easyX10 1.3s linear .2s 1 normal forwards;}
.proIP-easy-pc .easy-text{width: 20.1%;top: 19%;left: 13.9%;}
.proIP-easy-pc .easy-jqL{width: 26.51%;top: 22.87%;left: 29.95%;transform-style: preserve-3d;opacity: 0;transform: translate3d(-114px, 0, 0);}
.proIP-module.active .easy-jqL{animation: easyX114 .6s linear .2s 1 normal forwards;}
.proIP-easy-pc .easy-icon{width: 11.2%;left: 62%;top: 43%;transform-style: preserve-3d;opacity: 0;transform: translate3d(-68px, 0, 0) scale3d(.370304, 1, 1);}
.proIP-module.active .easy-icon{animation: easyX68 1.3s linear .9s 1 normal forwards;}
.proIP-easy-pc .easy-rotate{width: 49.27%;left: 29%;top: -24%;opacity: 0;}
.proIP-module.active .easy-rotate{animation: easyOpa 2.2s linear 0s 1 normal forwards;}
@keyframes easyX10 {0% {opacity: 0;transform: translate3d(-10px, 0, 0);animation-timing-function: ease;}92.31% {opacity: 1;transform: translate3d(0, 0, 0);animation-timing-function: linear;}100% {opacity: 1;transform: translate3d(-1px, 0, 0);animation-timing-function: linear;}}
@keyframes easyX114 {0% {transform: translate3d(-114px, 0, 0);opacity: 0;animation-timing-function: ease;}83.33% {transform: translate3d(-5px, 0, 0);opacity: 1;animation-timing-function: linear;}100% {transform: translate3d(-7px, 0, 0);opacity: 1;animation-timing-function: linear;}}
@keyframes easyX68 {0% {transform: translate3d(-68px, 0, 0) scale3d(.370304, 1, 1);opacity: 0;animation-timing-function: cubic-bezier(1, 0, .58, 1);}23.08% {transform: translate3d(1px, 0, 0) scale3d(1, 1, 1);opacity: 1;animation-timing-function: cubic-bezier(0, 0, 0, 1);}100% {transform: translate3d(13px, 0, 0) scale3d(1, 1, 1);opacity: 1;animation-timing-function: linear;}}
@keyframes easyOpa {0% {opacity: 0;animation-timing-function: linear;}54.55% {opacity: 0;animation-timing-function: linear;}100% {opacity: 1;animation-timing-function: linear;}}
/* 画面显示 */
.proIP-frame-default img{width: 100%;}
.proIP-frame-title{position: absolute;left: 0;top: 3.6vw;width: 100%;}
.proIP-frame-title img{height: 2.1vw;}
.proIP-frame-move{z-index: 20; position: absolute;left: 0;top: 0;width: 50%;height: 100%;background: url('../images/pages/proIP-frame2.png') no-repeat left top/auto 100%;}
.proIP-frame-move .move-btn{position: absolute;left: 100%;top: 26.6%;transform: translateX(-50%); width: 2.6vw;align-items: center;cursor: e-resize;}
/* 开机速度 */
.proIP-power-pc{position: relative;}
.proIP-power-pc .img1{width: 100%;position: relative !important;}
.proIP-power-pc img,.proIP-power-pc div{position: absolute;max-width: unset;}
.proIP-power-pc .img2{width: 14%;top: 79.17%;left: 69.25%;}
.proIP-power-pc .img3{width: 14%;left: 14.5%;top: 79.26%}
.proIP-power-pc .box1{width: 100%; top: 34.74%;left: 14.5%;transform-style: preserve-3d;transform: translate3d(0, 0, 0);opacity: 0.1;}
.proIP-module.active .box1{animation: powerAni1 3s linear 0s 1 normal forwards;}
.proIP-power-pc .box1-img1{width: 33%;left: 0px;top: 0px;}
.proIP-power-pc .box1-img2{width: 18.85%;top: 0px;left: 15.55%;transform-style: preserve-3d;transform: translate3d(0, 0, 0);}
.proIP-module.active .box1-img2{animation: powerAni2 1.5s linear 0s 1 normal forwards;}
.proIP-power-pc .box1-img3{width: 32.6%;top: 0px;left: 4px;transform-style: preserve-3d;opacity: 0;transform: translate3d(0, 0, 0)}
.proIP-module.active .box1-img3{animation: powerAni18 3.5s linear 0s 1 normal forwards;}
.proIP-power-pc .img4{width: 58.54%;left: 19%;top: 27.57%}
.proIP-power-pc .img5{width: 58.54%;left: 19%;top: 22%}
.proIP-power-pc .img6{width: 9.8%;top: 35.61%;left: 32.5%;opacity: 0;}
.proIP-module.active .img6{animation: powerAni3 3.9s linear 0s 1 normal forwards;}
.proIP-power-pc .img7{width: 9.5%;left: 55.15%;top: 39.61%;opacity: 0;}
.proIP-module.active .img7{animation: powerAni4 5.5s linear 0s 1 normal forwards;}
.proIP-power-pc .box2{width: 100%;top: 65%;left: 69%;opacity: 0;}
.proIP-module.active .box2{animation: powerAni5 3s linear 0s 1 normal forwards;}
.proIP-power-pc .box2-img1{opacity: 0.5;width: 14%;left: 0px;top: 0px;}
.proIP-module.active .box2-img1{animation: powerAni6 5.5s linear 0s 1 normal forwards;}
.proIP-power-pc .box2-img2{top: 0px;left: 0px;width: 14%;opacity: 1;}
.proIP-module.active .box2-img2{animation: powerAni7 5.5s linear 0s 1 normal forwards;}
.proIP-power-pc .box3{width: 100%;top: 65%;left: 14.15%;opacity: 0;}
.proIP-module.active .box3{animation: powerAni8 3s linear 0s 1 normal forwards;}
.proIP-power-pc .box3-img1{width: 14%;top: 0px;left: 0px;transform-style: preserve-3d;transform: translate3d(0, 0, 0);opacity: 0.5;}
.proIP-module.active .box3-img1{animation: powerAni9 4s linear 0s 1 normal forwards;}
.proIP-power-pc .box3-img2{width: 14%;top: 0px;left: 0px;opacity: 0;}
.proIP-module.active .box3-img2{animation: powerAni10 4s linear 0s 1 normal forwards;}
.proIP-power-pc .box4{width: 100%;top: 41.39%;transform-style: preserve-3d;opacity: 0;left: 72%;}
.proIP-module.active .box4{animation: powerAni11 3s linear 0s 1 normal forwards;}
.proIP-power-pc .box4-img1{left: 0px;top: 0px;width: 7.2%;}
.proIP-power-pc .box4-img2{top: 0px;left: 0px;width: 7.2%;opacity: 0.5;}
.proIP-module.active .box4-img2{animation: powerAni12 5.5s linear 0s 1 normal forwards;}
.proIP-power-pc .box4-img3{top: 0px;width: 0.94%;left: 3.1%;transform: rotateZ(260deg);}
.proIP-module.active .box4-img3{animation: powerAni13 5.5s linear 0s 1 normal forwards;}
.proIP-power-pc .box5{width: 100%;top: 41%;left: 18%;opacity: 0;}
.proIP-module.active .box5{animation: powerAni14 3s linear 0s 1 normal forwards;}
.proIP-power-pc .box5-img1{left: 0px;width: 7.23%;top: 3px;}
.proIP-power-pc .box5-img2{left: 0px;top: 4px;width: 7.23%;opacity: 0;}
.proIP-module.active .box5-img2{animation: powerAni15 4s linear 0s 1 normal forwards;}
.proIP-power-pc .box5-img3{width: 0.93%;left: 3.12%;top: 0px;transform: rotateZ(150deg);}
.proIP-module.active .box5-img3{animation: powerAni16 4s linear 0s 1 normal forwards;}
.proIP-power-pc .img8{width: 8.3%;left: 39.3%;top: 23.26%;transform: translate3d(0, 0, 0);opacity: 0;transform-style: preserve-3d;}
.proIP-module.active .img8{animation: powerAni17 6.3s linear 0s 1 normal forwards;}
.proIP-power-pc .img9{width: 19.16%;top: 10%;left: 40%;}
@keyframes powerAni1 {0% {transform: translate3d(0, 0, 0);opacity: 1;animation-timing-function: linear;}16.67% {transform: translate3d(-139px, 0, 0);animation-timing-function: linear;}66.67% {transform: translate3d(-139px, 0, 0);opacity: 1;animation-timing-function: linear;}100% {transform: translate3d(-139px, 0, 0);opacity: 0.1;animation-timing-function: linear;}}
@keyframes powerAni2 {0% {transform: translate3d(0, 0, 0);animation-timing-function: ease;}100% {transform: translate3d(-81px, 0, 0);animation-timing-function: linear;}}
@keyframes powerAni3 {0% {opacity: 0;animation-timing-function: linear;}94.87% {opacity: 0;animation-timing-function: cubic-bezier(1, 0, 1, 1);}100% {opacity: 1;animation-timing-function: linear;}}
@keyframes powerAni4 {0% {opacity: 0;animation-timing-function: linear;}96.36% {opacity: 0;animation-timing-function: cubic-bezier(1, .03, 1, 1);}100% {opacity: 1;animation-timing-function: linear;}}
@keyframes powerAni5 {0% {opacity: 0;animation-timing-function: linear;}50% {opacity: 0;animation-timing-function: linear;}100% {opacity: 1;animation-timing-function: linear;}}
@keyframes powerAni6 {0% {opacity: 1;animation-timing-function: linear;}98.18% {opacity: 0.5;animation-timing-function: linear;}100% {opacity: 0;animation-timing-function: linear;}}
@keyframes powerAni7 {0% {opacity: 0;animation-timing-function: linear;}98.18% {opacity: 0;animation-timing-function: linear;}100% {opacity: 1;animation-timing-function: linear;}}
@keyframes powerAni8 {0% {opacity: 0;animation-timing-function: linear;}50% {opacity: 0;animation-timing-function: linear;}100% {opacity: 1;animation-timing-function: linear;}}
@keyframes powerAni9 {0% {opacity: 1;animation-timing-function: linear;}97.5% {opacity: 0.5;animation-timing-function: linear;}100% {opacity: 0;animation-timing-function: linear;}}
@keyframes powerAni10 {0% {opacity: 0;animation-timing-function: linear;}97.5% {opacity: 0;animation-timing-function: linear;}100% {opacity: 1;animation-timing-function: linear;}}
@keyframes powerAni11 {0% {opacity: 0;left: 72%;animation-timing-function: linear;}50% {opacity: 0;left: 72%;animation-timing-function: linear;}100% {opacity: 1;left: 72%;animation-timing-function: linear;}}
@keyframes powerAni12 {0% {opacity: 0;animation-timing-function: linear;}63.64% {opacity: 0;animation-timing-function: ease-in-out;}72.73% {opacity: 0.5;animation-timing-function: ease-in-out;}100% {opacity: 1;animation-timing-function: ease-in-out;}}
@keyframes powerAni13 {0% {transform: rotateZ(0deg);animation-timing-function: linear;}54.55% {transform: rotateZ(0deg);animation-timing-function: ease-in-out;}72.73% {transform: rotateZ(150deg);animation-timing-function: cubic-bezier(1, .01, 1, 1);}100% {transform: rotateZ(260deg);animation-timing-function: linear;}}
@keyframes powerAni14 {0% {opacity: 0;animation-timing-function: linear;}50% {opacity: 0;animation-timing-function: linear;}100% {opacity: 1;animation-timing-function: linear;}}
@keyframes powerAni15 {0% {opacity: 0;animation-timing-function: linear;}87.5% {opacity: 0;animation-timing-function: ease-in-out;}100% {opacity: 1;animation-timing-function: linear;}}
@keyframes powerAni16 {0% {transform: rotateZ(0deg);animation-timing-function: linear;}75% {transform: rotateZ(0deg);animation-timing-function: ease-in-out;}100% {transform: rotateZ(150deg);animation-timing-function: linear;}}
@keyframes powerAni17 {0% {opacity: 0;transform: translate3d(0, 0, 0);animation-timing-function: linear;}87.3% {opacity: 0;transform: translate3d(0, -14px, 0);animation-timing-function: ease-in-out;}95.24% {opacity: 1;transform: translate3d(0, 2px, 0);animation-timing-function: linear;}96.83% {opacity: 1;transform: translate3d(1px, -2px, 0);animation-timing-function: linear;}98.41% {opacity: 1;transform: translate3d(0, -1px, 0);animation-timing-function: linear;}100% {opacity: 1;transform: translate3d(0, -1px, 0);animation-timing-function: linear;}}
@keyframes powerAni18 {0% {opacity: 0;transform: translate3d(0, 0, 0);animation-timing-function: linear;}71.43% {opacity: 0.428571;transform: translate3d(1px, 0, 0);animation-timing-function: ease;}100% {opacity: 1;transform: translate3d(0, 0, 0);animation-timing-function: linear;}}

/* 驱动程序和协议列表 */
.listdown{width:100%;}
.listdown .sonTitle .text a{display: inline-block;color: #01a2e5;position: relative;}
.listdown .sonTitle .text a::before{content: "";position: absolute;width: 100%;height: 1px;left: 0;bottom: 0;background: #01a2e5;opacity: 0;transition: opacity .4s ease;}
.listdown .sonTitle .text a:hover::before{opacity: 1;}
.listdown-form{width: 100%;max-width:700px;margin-left:auto;margin-right:auto}
.listdown-form ul{margin: -30px 0 0;}
.listdown-form li{width: 100%;margin: 30px 0 0;}
.listdown-form .isForm-select{width: 100%;margin-top: 18px;}
.listdown-form .isForm-select label, .listdown-form .customSelect-name{height: 60px;padding: 0 18px;font-size: 16px;line-height: 1;}
.listdown-form .customSelect-name::after{right: 18px;}
.listdown-form .customSelect-name{background: #f8f8f8;border-radius: 5px;border: 1px solid #f8f8f8;}
.listdown-form .customSelect-name.noRadius {border-color: #ddd;}
.listdown-form .customSelect-drop>div {height: 50px;font-size: 16px;}
.listdown-form .customSelect-drop {max-height: 202px;}
.listdown-form .customSelect-drop>div:hover, .listdown-form .customSelect-drop>div.active{color: #f58029;}
.listdown-result{width: 100%;display: none;max-width:700px;margin-left:auto;margin-right:auto}
.listdown-result.active{display: block;}
.listdown-result a{display: flex;width: 100%;padding: 20px 12px;font-size: 16px;color: #666;line-height: 24px;border-top: 1px solid #e7e7e7;transition: background .4s ease;}
.listdown-result a:last-child{border-bottom: 1px solid #e7e7e7;}
.listdown-result a i{color: #e61010;font-size: 24px;width: 40px;}
.listdown-result a p{transition: color .4s ease;width: calc(100% - 40px);}
.listdown-result a:hover{background: #fafafa;}
.listdown-result a:hover p{color: #f58029;}
@media all and (max-width:1590px) {
    .listdown-form .isForm-select label, .listdown-form .customSelect-name {height: 54px;}
    .listdown-form ul{margin: -24px 0 0;}
    .listdown-form li{margin: 24px 0 0;}
}
@media all and (max-width:1270px) {
    .listdown-form .isForm-select {margin-top: 14px;}
    .listdown-form ul{margin: -20px 0 0;}
    .listdown-form li{margin: 20px 0 0;}
}
@media all and (max-width:720px) {
    .listdown-form ul{margin: -16px 0 0;}
    .listdown-form li{width: 100%;margin: 16px 0 0;}
    .listdown-form .isForm-select {margin-top: 6px;}
    .listdown-form .customSelect-name::after {right: 12px;}
    .listdown-form .isForm-select label, .listdown-form .customSelect-name {height: 42px;font-size: 13px;padding: 0 10px;}
    .listdown-form .customSelect-drop>div {height: 40px;font-size: 13px;}
    .listdown-result a{padding: 14px 8px;font-size: 14px;color: #666;line-height: 20px;}
    .listdown-result a i{font-size: 20px;width: 32px;}
    .listdown-result a p{width: calc(100% - 32px);}
}


/* 新增 */
.proTG-IOT-bg img,.proTG-easy-ban-bg img,.proTG-YS-bg img,.proTG-TD-bg img{width: 100%;}
.proTG-IOT-con,.proTG-easy-ban-con,.proTG-YS-con,.proTG-TD-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.proTG-IOT-con .contain-1400{height: 100%;display: flex;flex-wrap: wrap;flex-direction: column;justify-content: space-between;}
.proTG-IOT-con .proTG-title,.proTG-easy-ban-con .proTG-title{width: 480px;max-width: 100%;}
.proTG-IOT-list li{width: calc(100% / 3);padding-right: 15px;align-items: center;}
.proTG-IOT-list .icon{width: 4.5vw;height: 4.5vw;border-radius: 8px;background: #2e6ad0;margin-right: 20px;}
.proTG-IOT-list .icon img{max-width: 55%;max-height: 55%;}
.proTG-IOT-list .text-box{flex: 1;}
.proTG-easy-list .list-app{position: absolute;left: 20.6%;top: -46px;border-radius: 5px;background: #76cbf2;padding: 2px 16px;}
.proTG-easy-list .list-app::after{content: "";position: absolute;left: calc(50% - 1px);top: 100%;height: 10px; width: 2px;background: #76cbf2;}
.proTG-easy-list .list-line{position: absolute; width: 49%;left: 40px;top: 6px;height: 1px;border-top: 1px dashed #dbe2ea;}
.proTG-easy-list .list{position: relative;z-index: 2;justify-content: space-between;}
.proTG-easy-list .list li{align-items: center;}
.proTG-easy-list .dot{width: 12px;height: 12px;border-radius: 50%;display: flex;align-items: center;justify-content: center;position: absolute;left: 25px;top: 0;}
.proTG-easy-list .dot i{display: block;width: 12px;height: 12px;border-radius: 50%;position: relative;z-index: 2;background: #3c79be;}
.proTG-easy-list .dot::after,.proTG-easy-list .dot::before{animation: dotAni 2s linear infinite; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;background: #c4dff5;}
.proTG-easy-list .dot::after{animation-delay: 1s;}
@keyframes dotAni {0%{opacity: 0;transform: scale(1);}50%{opacity: 1;transform: scale(2);}100%{opacity: 0;transform: scale(3);}}
.proTG-easy-list .page{margin-right: 20px;}
.proTG-easy-list .page img{max-width: 125px;max-height: 95px}
.proTG-easy-list .list li:last-child .page{margin-right: 90px;}
.proTG-easy-list .list li:last-child .dot{left: auto;right: 35%;}
.proTG-easy-list .list li:last-child .dot::after,.proTG-easy-list .list li:last-child .dot::before{background: #003993;animation: none;transform: scale(2.5);}
.proTG-easy-list .list .title{color: #0b5ba1;}
.proTG-YS-con .contain-1400{flex-direction: column;justify-content: space-between;height: 100%;}
.proTG-YS-list{justify-content: space-between;}
.proTG-YS-list li{width: 30%;}
.proTG-YS-list .title{padding: 2px 25px;border-radius: 5px;background: #0669ba;display: inline-block;}
.proTG-YS-list li:nth-child(2) .title{background: #2f98c6;}
.proTG-YS-list li:nth-child(3) .title{background: #296b9e;}
.proTG-TD-list{align-items: flex-start;}
.proTG-TD-list li{position: relative;width: calc(100% / 6);}
.proTG-TD-list li:nth-child(2n){margin-top: 2.3vw;z-index: 2;}
.proTG-TD-list .title{color: #2e6ad0;}
.proTG-TD-list .img{position: absolute;left: 50%;top: 3.1vw;transform: translateX(-50%);text-align: center;}
.proTG-TD-list .img img{max-width: unset;max-width: 13vw;}

/* 微信提示 */
.wetip{width:100%;height:calc(100vh - 180px);display:flex;align-items:center;text-align:center}
.wetip-ico {width: 60px;height: 60px;border-radius: 50%;margin: 0 auto;border: 2px solid #ffcbcb;font-size: 30px;color: #ff0000;}
.wetip-text{width:100%;font-size:20px;color:#333;line-height:1.6;margin-top:30px;}
.wetip-text span{color:#f58029}
.wetip-link{display: flex;align-items: center;justify-content: center;transition: all .4s ease;width: 140px;margin: 40px auto 0;height: 44px;border-radius: 5px;background: #0669ba;text-decoration: none;font-size: 15px;color: #fff;}
.wetip-link i{margin-left:10px;}
.wetip-link:hover{box-shadow: 0 0 20px rgba(6,105,186,0.3);}
.wetip-img{max-width:800px;margin:8px auto 0}
@media all and (max-width:720px) {
    .wetip-ico {width: 50px;height: 50px;font-size: 24px;}
    .wetip-text {font-size: 15px;margin-top: 20px;}
    .wetip-link {width: 128px;margin: 24px auto 0;height: 40px;}
}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .newsMa-link-img{width: 700px;}
    .newsMa-link-cont{width: calc(100% - 700px);}
    .newsMa-link-img img{height: 381px;}
    .newsLb-list-title, .newsLb-list-cont .text {width: 774px;}
    .downMix-imgs-pic img{height: 170px;}
    .enerhdMa-img {width: 700px;}
    .enerhdMa-img img{height: 444px;}
    .enerhdMa-cont {width: calc(100% - 700px);padding: 40px 60px 36px;}
    .enerhdLb-ul {margin: -30px 0 0 -32px;}
    .enerhdLb-link {width: calc(100%/4 - 32px);margin: 30px 0 0 32px;}
    .enerhdLb-link-img img{height: 206px;}
    .enerhdCx-wrap {padding: 100px 0 0 100px;height: 450px;}
    .enerhdCx-img {width: 540px;right: 64px;}
    .enerspLb-ul {margin: -30px 0 0 -30px;}
    .enerspLb-link {width: calc(100%/3 - 30px);margin: 30px 0 0 30px;}
    .enerspLb-link-img img{height: 199px;}
    .wedeveZx-img {width: 510px;margin-left: 110px;}
    .wedeveLn-list li {width: calc(1400px/4);height: calc(1400px/4);}
    .wedeveLn-cont {padding-top: 18%;}
    .soluhyFa-list ul {margin: -32px 0 0 -32px;}
    .soluhyFa-list li {width: calc(100%/3 - 32px);margin: 32px 0 0 32px;padding: 40px 48px;}
    .soluhyTj-list ul {margin: -32px 0 0 -32px;}
    .soluhyTj-list li {width: calc(100%/3 - 32px);margin: 32px 0 0 32px;padding: 34px 44px;}
    .proztxqDb-list {width: 1240px;}
    .proztxqDb-info {width: 130px;}
    .proztxqDb-list ul {margin-left: -14px;}
    .proztxqDb-list li {width: calc(100%/5 - 14px);margin-left: 14px;}
    .proztxqTs .proztxqCp-title::after{left: calc(1400px - 40px - 20px);}
    /* zai */
    .easyTS-list li:nth-child(4){top: 1113px;}
    .abWH-bg .svg svg .xing_case{transform: translate(16%, 25%) scale(calc(.7));}
}
@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .sonBar-place a, .sonBar-menu a {height: 68px;}
    .sonBar.small .sonBar-place a, .sonBar.small .sonBar-menu a{height: 60px;}
    .sonBar.xiao .sonBar-place a, .sonBar.xiao .sonBar-menu a{height: 60px;}
    .sonBar-menu a {margin-left: 32px;}
    .newsMa-link-img{width: 650px;}
    .newsMa-link-cont{width: calc(100% - 650px);padding-left: 46px;}
    .newsMa-link-img img{height: 354px;}
    .newsLb-list-link {padding: 28px 0;}
    .newsLb-list-img {width: 380px;}
    .newsLb-list-btn, .newsLb-list-mix {padding-left: 40px;}
    .newsLb-list-mix {width: calc(100% - 380px);padding-top: 12px;}
    .newsLb-list-img img{height: 208px;}
    .newsLb-list-title, .newsLb-list-cont .text {width: 680px;}
    .newsLb-list-cont .time {margin-top: -6px;}
    .newsxqNr-back {height: 46px;padding: 0 32px;}
    .newsxqNr-btn {max-width: calc(100% - 200px);}
    .newsxqCl {width: 318px;padding: 24px 16px;}
    .newsxqCl-link {margin-top: 22px;padding: 0 12px;}
    .newsxqNr {width: calc(100% - 318px);padding-right: 40px;}
    .downSide {width: 280px;padding-bottom: 56px;}
    .downSide-search {height: 56px;padding: 0 24px;}
    .downSide-list .menu a {height: 56px;padding: 0 24px;}
    .downSide-list .menu a::before {width: 4px;transform: translateX(-4px);}
    .downSide-list .menu i{width: 56px;}
    .downSide-list li::before, .downSide-list .drop::before {width: calc(100% - 24px * 2);}
    .downSide-list .drop a {height: 48px;padding: 0 40px;}
    .downMix {width: calc(100% - 280px);}
    .downMix-wrap {padding: 40px 32px 80px;}
    .downMix-title {padding-bottom: 20px;margin-bottom: 24px;}
    .downMix-doc-click {padding: 14px 0 14px 16px;}
    .downMix-doc-click .name {width: 550px;}
    .downMix-doc-click .time {width: calc(100% - 550px - 140px);}
    .downMix-doc-click .btn {right: 30px;}
    .downMix-imgs ul{margin: -28px 0 0 -14px;}
    .downMix-imgs li{width: calc(100%/4 - 14px);margin: 28px 0 0 14px;}
    .downMix-imgs-pic img{height: 156px;}
    .downMix-imgs-btn a {width: 42px;height: 42px;border-radius: 4px;font-size: 18px;}
    .relGs-cont {width: 480px;padding: 50px 40px 80px;}
    .relGs-cont::before{background-size: 38% auto;}
    .relGs-cont .text p {margin-top: 20px;}
    .relGs-place i {width: 14px;height: 14px;margin: -7px 0 0 -7px;}
    .relXx-list ul {margin: -20px 0 0 -20px;}
    .relXx-list li {width: calc(100%/3 - 20px);margin: 20px 0 0 20px;padding: 50px 40px;}
    .relLy-form .enter input, .relLy-form .isForm-select label, .relLy-form .customSelect-name{height: 54px;}
    .relLy-form li button{height: 54px;}
    .relLy-deal {padding-top: 18px;}
    .relLy-wrap {padding: 50px;}
    .relGs-cont .text p span {margin-left: 28px;}
    .relGs-cont .text p i {font-size: 22px;}
    .enercx-form li input, .enercx-form li button{height: 54px;}
    .enercx-wrap {padding-left: 90px;padding-right: 90px;}
    .enerhdMa-img {width: 620px;}
    .enerhdMa-img img{height: 392px;}
    .enerhdMa-cont {width: calc(100% - 620px);padding: 34px 50px 32px;}
    .enerhdMa-cont .btn .baoming {width: 132px;height: 46px;}
    .enerhdMa-loop .swiper-pagination {margin-top: 26px;}
    .enerhdLb-ul {margin: -20px 0 0 -20px;}
    .enerhdLb-link {width: calc(100%/4 - 20px);margin: 20px 0 0 20px;}
    .enerhdLb-link-img img{height: 180px;}
    .enerhdLb-link-cont {padding: 24px 20px;}
    .enerhdCx-wrap {padding: 80px 0 0 80px;height: 364px;}
    .enerhdCx-form input, .enerhdCx-form button {height: 54px;}
    .enerhdCx-mix {max-width: 520px;}
    .enerhdCx-form button{width: 130px;}
    .enerhdCx-form input {width: calc(100% - 130px - 16px);}
    .enerhdCx-img {width: 474px;right: 44px;}
    .enerspLb {width: calc(100% - 318px);padding-right: 30px;}
    .enerspLb-ul {margin: -20px 0 0 -20px;}
    .enerspLb-link {width: calc(100%/3 - 20px);margin: 20px 0 0 20px;}
    .enerspLb-link-img img{height: 170px;}
    .enerspLb-link-cont {padding: 24px 20px 28px;}
    .enerspLb-link-cont .title {line-height: 26px;min-height: 52px;}
    .enerspLb-link-cont .see {margin-left: 20px;}
    .wedeveZx-mix {width: 650px;}
    .wedeveZx-img {width: 440px;margin-left: 74px;}
    .wedeveNr-imgs img{height: 693px;}
    .wedeveNr-circle, .wedeveNr-info, .wedeveNr-menu {width: 600px;height: 600px;}
    .wedeveNr-info .sonTitle {max-width: 360px;}
    .wedeveNr-menu-click .box i {width: 20px;height: 20px;}
    .wedeveNr-menu-click .box i::after {width: 10px;height: 10px;margin: -5px 0 0 -5px;}
    .wedeveNr-menu-click .box .title{height: 20px;}
    .wedeveNr-menu-click.click02 .box .title, .wedeveNr-menu-click.click03 .box .title {left: 90px;}
    .wedeveNr-menu-click.click04 .box .title, .wedeveNr-menu-click.click05 .box .title {right: 90px;}
    .wedeveLn-list li {width: calc(1200px/4);height: calc(1200px/4);padding: 12px;}
    .wedeveLn-cont {padding-top: 20%;}
    .wedeveLn-cont .ico {height: 58px;}
    .soluhyXq-list ul {margin-left: -60px;}
    .soluhyXq-list li {width: calc(100%/5 - 60px);margin-left: 60px;}
    .soluhyFa-list ul {margin: -24px 0 0 -24px;}
    .soluhyFa-list li {width: calc(100%/3 - 24px);margin: 24px 0 0 24px;padding: 30px 34px;}
    .soluhyFa-list li .ico img {max-width: 46px;max-height: 46px;}
    .soluhyFa-list li .ico {width: 90px;height: 90px;}
    .soluhyFa-list li .cont {width: calc(100% - 90px);padding-left: 24px;}
    .soluhyTj-list ul {margin: -24px 0 0 -24px;}
    .soluhyTj-list li {width: calc(100%/3 - 24px);margin: 24px 0 0 24px;padding: 30px 34px;}
    .soluhyGd-loop{width: 600px;}
    .soluhyGd-link img{height: 360px;}
    .soluhyGd-menu-link {padding: 0 16px 18px;margin-left: 20px;}
    .soluhyGd-menu-ul {padding: 0 28px;}
    .soluwlFy-cont .other span::before {height: 24px;margin: 0 20px;}
    .soluwlFy-cont .logo {width: 420px;}
    .soluwlFy-cont ul.list li .ico{height: 52px;}
    .prosxSs-form{width: 700px;}
    .prosxSx-more li .tags a {margin-right: 42px;}
    .prosxJg-link {padding: 34px 40px;}
    .prosxJg-btn {width: 44px;height: 44px;margin-top: -22px;}
    .prosxJg-btn.prev{left: -60px;}
    .prosxJg-btn.next{right: -60px;}
    .proztxqCd-menu a {height: 80px;margin-left: 36px;}
    .proztxqCd-duibi {width: 148px;height: 46px;}
    .proztxqXx a {margin-top: 16px;}
    .proztxqWrap-box {padding-left: 200px;}
    .proztxqFd .contain {padding-left: 200px;}
    .proztxqFd-loop {padding: 12px 0;}
    .proztxqTs {width: 201px;padding-top: 328px;}
    .proztxqCp-more .text {padding: 12px 18px;min-height: 60px;}
    .proztxqCp-title {height: 60px;padding: 0 18px;}
    .proztxqTs .proztxqCp-title {font-size: 18px;}
    .proztxqCp-link {padding: 0 18px;height: 328px;}
    .proztxqDb-list {width: 1240px;}
    .proztxqDb-info {width: 130px;}
    .proztxqDb-list ul {margin-left: -14px;}
    .proztxqDb-list li {width: calc(100%/5 - 14px);margin-left: 14px;}
    .proztxqCp-btn {width: 40px;height: 40px;font-size: 14px;}
    .proztxqCp-btn-wrap {width: calc(100% + 54px*2);margin-left: -54px;top: 120px;}
    .proztxqDb-close {width: 40px;height: 40px;font-size: 18px;top: 10px;right: 10px;}
    .proztxqDb {padding: 16px 0;}
    .proztxqDb-list {width: 1040px;}
    .proztxqDb-list ul {margin-left: -10px;}
    .proztxqDb-list li {width: calc(100%/5 - 10px);margin-left: 10px;}
    .proztxqDb-info .hint {font-size: 16px;}
    .proztxqDb-list li .yes, .proztxqDb-list li .no{height: 100px;}
    .proztxqDb-info .clear {margin-top: 14px;}
    .proztxqDb-info {width: 110px;}
    .proztxqDb-info .btn {margin-top: 10px;height: 34px;}
    .proztxqDbTs {right: 16px;bottom: 140px;}
    .proztxqDb-list li .yes .img {width: 70px;}
    .proztxqDb-list li .yes .title {max-width: calc(100% - 70px - 20px);padding-left: 10px;}
    .proztxqDbErrror {width: 250px;padding: 20px 0;margin-left: -125px;top: 100px;border-radius: 8px;font-size: 16px;}
    .proztxqCp-more .link, .proztxqCp-more .img{padding: 12px 18px;height: 148px;}
    .proztxqTs .proztxqCp-title::after{left: calc(1200px - 40px - 10px);font-size: 18px;}
    .prodb .proztxqFd.on .proztxqFd-loop .swiper-pagination{opacity: 1;}
    .prodb .proztxqFd-loop .customSelect-name {height: 44px;font-size: 16px;}
    .prodb-diff{top: 24px;}
    .prodbTitle {padding: 12px 0 20px;}
    .prodb .proztxqCp-link{height: 220px;}
    .prodb .proztxqTs {padding-top: 220px;}
    .prodb .proztxqCp-btn-wrap{top: 90px;}
    .serviceCx-form {height: 100px;margin-top: -50px;padding: 0 40px;border-radius: 8px;}
    .serviceLc-ground-btn button{height: 54px;}
    .serviceLc-succeed {margin-top: 60px;}
    .serviceLc-form .relLy-wrap{min-height: 660px;}
    .serviceTk-menu {height: 80px;padding: 0 30px;}
    .serviceTk-cont {padding: 30px 30px 50px;}
    .serviceCx-form button {width: 130px;font-size: 16px;}
    .serviceCx-form .enter {width: calc(100% - 130px - 18px);}
    .serviceCx-form input, .serviceCx-form button {height: 48px;border-radius: 8px;}
    .serviceCx-form .enter .ico{width: 60px;}
    .serviceCx-form .enter input {padding: 0 20px 0 60px;}
    .serviceTk-cont::before {width: calc(100% - 30px*2);}
     /* zai */
     .proDet-intro-arrow{font-size: 30px;}
     .proTK-gn .pagesTitle{padding: 0 6vw;}
     .proCMT-jk-list li{padding: 35px 20px;}
     .proCMT-jk-list .text{font-size: 14px;line-height: 22px;}
     .proCMT-jk-list .icon{height: 65px;}
     .proCMT-tx-text{margin-top: 15vw;}
     .weinYS-down .item i{width: 40px;margin-right: 15px;}
     .weinTable-list .text-box{width: 240px;}
     .weinTable-list .text{font-size: 15px;line-height: 20px;}
     .weinTable-list .line{bottom: 80%;}
     .weinJK-con{left: 16%;width: 23%;}
     .weinUse-con{top: 30%;}
     .easyBan-con .logo img{height: 64px;}
     .easyTS-list li:nth-child(1) .easyTS-con{padding: 80px 30px;}
     .easyTS-list li:nth-child(4) {top: 936px;}
     .easyTS-con{padding: 25px 25px;}
     .easyTS-list{margin-left: -25px;}
     .easyTS-list li{margin: 25px 0 0 25px;width: calc(50% - 25px);}
     .easyKF-list li{height: 52px;}
     .abBan-con .btn i{width: 54px;height: 54px;font-size: 16px;}
     .abWhy-con .contain{width: 950px;}
     .abWhy-num .icon{height: 60px;}
     .abNet-map-list .title{font-size: 13px;padding: 4px 12px;}
     .abWH-bg .svg svg .xing_case{transform: translate(15%, 23%) scale(calc(.6));}
     .abWhy-num li {min-width: 140px;}
     .abWhy-num li:first-child{min-width:71px;}
    .proDet-details-content h6{font-size:20px;line-height:26px;padding-left:18px;}
    .proDet-details-content h6:before{width:8px;height:8px;top:9px;}
    .enercx-result-yes a {padding: 0 32px;height: 46px;}
    /* 新增 */
    .proTG-IOT-list li{padding-right: 25px;}
    .proTG-easy-list .page img {max-width: 100px;max-height: 75px;}
    .proTG-easy-list .list li:last-child .page{margin-right: 70px;}
    .proTG-easy-list .list-app{left: 21.3%;}
    .proTG-easy-list .page{margin-right: 15px;}
    .proTG-YS-list .title{padding: 2px 20px;}
    
    
}
@media all and (max-width:1430px) {
    /* 1360 */
}
@media all and (max-width:1350px) {
    /* 1280 */
    .prosxJg-btn-wrap{display: none;}
    .prosxJg .swiper-pagination{display: block;}
}
@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .sonBar-place a, .sonBar-menu a {height: 52px;}
    .sonBar.small .sonBar-place a, .sonBar.small .sonBar-menu a{height: 48px;}
    .sonBar.xiao .sonBar-place a, .sonBar.xiao .sonBar-menu a{height: 48px;}
    .sonBar-menu a {margin-left: 28px;}
    .newsMa-link-img{width: 550px;}
    .newsMa-link-cont{width: calc(100% - 550px);padding-left: 30px;}
    .newsMa-link-img img{height: 300px;}
    .newsLb-list-link {padding: 24px 0;}
    .newsLb-list-img {width: 300px;}
    .newsLb-list-btn, .newsLb-list-mix {padding-left: 30px;}
    .newsLb-list-mix {width: calc(100% - 300px);padding-top: 10px;}
    .newsLb-list-img img{height: 164px;}
    .newsLb-list-title, .newsLb-list-cont .text {width: 540px;}
    .newsLb-list-cont .time {margin-top: -4px;}
    .newsxqNr-back {height: 40px;padding: 0 28px;}
    .newsxqNr-btn {max-width: calc(100% - 160px);}
    .newsxqCl {width: 280px;padding: 20px 10px;}
    .newsxqCl-link {margin-top: 18px;padding: 0 8px;}
    .newsxqNr {width: calc(100% - 280px);padding-right: 30px;}
    .newsxqCl-link .title {line-height: 22px;}
    .newsxqCl-link .title::before{top: 7px;}
    .newsxqCl-title {height: 36px;}
    .downSide {width: 220px;}
    .downMix {width: calc(100% - 220px);padding-left: 20px;}
    .downMix-wrap {padding: 30px 20px 70px;}
    .downMix-title {padding-bottom: 20px;margin-bottom: 24px;}
    .downMix-doc-click {padding: 12px 0 12px 16px;}
    .downMix-doc-click .name {width: 450px;}
    .downMix-doc-click .time {width: calc(100% - 450px - 110px);}
    .downMix-doc-click .btn {right: 20px;}
    .downMix-imgs ul{margin: -20px 0 0 -12px;}
    .downMix-imgs li{width: calc(100%/4 - 12px);margin: 20px 0 0 12px;}
    .downMix-imgs-pic img{height: 126px;}
    .downMix-imgs-btn a {width: 36px;height: 36px;font-size: 16px;margin-left: 8px;}
    .relGs-cont {width: 420px;padding: 40px 30px 50px;}
    .relGs-cont::before{background-size: 36% auto;}
    .relGs-cont .text p {margin-top: 16px;}
    .relXx-list ul {margin: -16px 0 0 -16px;}
    .relXx-list li {width: calc(100%/3 - 16px);margin: 16px 0 0 16px;padding: 40px 30px;}
    .relLy-form ul {margin: -16px 0 0 -16px;}
    .relLy-form li {width: calc(50% - 16px);margin: 16px 0 0 16px;}
    .relLy-form li.long {width: calc(100% - 16px);}
    .relLy-wrap {padding: 30px;border-radius: 16px;}
    .relLy-form .enter, .relLy-form .isForm-select {margin-top: 14px;}
    .relLy-deal {padding-top: 12px;}
    .relGs-cont .text p span {margin-left: 24px;}
    .relGs-cont .text p i {font-size: 20px;}
    .relXx-list li .cont .text i {font-size: 20px;}
    .enercx-form li {margin-top: 16px;}
    .enercx-form li input{padding: 0 20px;}
    .enercx-wrap {padding-left: 80px;padding-right: 80px;}
    .enerhdMa-img {width: 520px;}
    .enerhdMa-img img{height: 330px;}
    .enerhdMa-cont {width: calc(100% - 520px);padding: 24px 40px 20px;}
    .enerhdMa-cont .btn .baoming {width: 110px;height: 42px;}
    .enerhdMa-cont .btn .more i {margin-left: 14px;}
    .enerhdMa-cont .line{margin-top: 24px;}
    .enerhdMa-loop .swiper-pagination {margin-top: 24px;}
    .enerhdLb-ul {margin: -16px 0 0 -16px;}
    .enerhdLb-link {width: calc(100%/4 - 16px);margin: 16px 0 0 16px;}
    .enerhdLb-link-img img{height: 144px;}
    .enerhdLb-link-cont {padding: 20px 16px;}
    .enerhdCx-wrap {padding: 60px 0 0 60px;height: 294px;}
    .enerhdCx-form input, .enerhdCx-form button {height: 48px;}
    .enerhdCx-mix {max-width: 420px;}
    .enerhdCx-form button{width: 100px;}
    .enerhdCx-form input {width: calc(100% - 100px - 16px);}
    .enerhdCx-img {width: 390px;right: 36px;}
    .enerspLb {width: calc(100% - 280px);}
    .enerspLb-link {width: calc(100%/2 - 20px);}
    .enerspLb-link-img img{height: 198px;}
    .enerspLb-link-cont .title {line-height: 24px;min-height: 48px;}
    .wedeveZx-mix {width: 540px;}
    .wedeveZx-img {width: 342px;margin-left: 50px;}
    .wedeveLn-list li {width: calc(100%/4);height: calc(960px/4);}
    .wedeveLn-cont {padding-top: 14%;}
    .wedeveLn-cont .ico {height: 50px;}
    .soluhyXq-list ul {margin-left: -40px;}
    .soluhyXq-list li {width: calc(100%/5 - 40px);margin-left: 40px;}
    .soluhyFa-list ul {margin: -16px 0 0 -16px;}
    .soluhyFa-list li {width: calc(100%/3 - 16px);margin: 16px 0 0 16px;padding: 20px 24px;}
    .soluhyFa-list li .ico img {max-width: 36px;max-height: 36px;}
    .soluhyFa-list li .ico {width: 70px;height: 70px;}
    .soluhyFa-list li .cont {width: calc(100% - 70px);padding-left: 20px;}
    .soluhyTj-list ul {margin: -16px 0 0 -16px;}
    .soluhyTj-list li {width: calc(100%/3 - 16px);margin: 16px 0 0 16px;padding: 20px 24px;}
    .soluwlFy-cont .logo {width: 320px;}
    .prosxSx-more li .name{width: 190px;}
    .prosxSx-more li .tags{width: calc(100% - 190px);}
    .prosxSx-more li .tags a {margin-right: 32px;}
    .prosxSs-form{width: 600px;}
    .proztxqDb-list li .yes .close {width: 20px;height: 20px;top: 8px;right: 8px;}
    .proztxqDb-list {width: 810px;}
    .proztxqTs .proztxqCp-title::after{left: calc(960px - 40px - 10px);}
    .prodb .proztxqCp-link{height: 200px;}
    .prodb .proztxqTs {padding-top: 200px;}
    .prodb .proztxqCp-btn-wrap{top: 80px;}
    .serviceLc-ground.relLy-form {margin-top: 16px;padding: 16px;}
    .serviceLc-ground-add{margin-top: 16px;}
    .serviceLc-ground-btn{margin-top: 30px;}
    .serviceLc-form .relLy-wrap{min-height: 580px;}
    .serviceTk-menu {height: 70px;padding: 0 20px;}
    .serviceTk-cont {padding: 30px 20px;}
    .serviceTk-cont::before {width: calc(100% - 20px*2);}
    .serviceCx-form{padding: 0 24px;}
    /* zai */
    .proCMT-web-list .text{width: 80%;}
    .proCMT-tx .proIE-title.title2{margin-top: 50px;}
    .proCMT-tx .proIE-title.title2 .text{width: 400px;}
    .weinBan-text-box .text{bottom: 5px;}
    .weinYS-down .item-flex{padding: 12px 18px;border-radius: 15px;}
    .weinYS-down .item i{width: 30px;}
    .weinUse-con{top: 20%;width: 30%;}
    .weinUse-list{margin-top: 20px;}
    .weinTable-list .text-box{width: 200px;}
    .weinTable-list .text {font-size: 13px;line-height: 16px;}
    .weinJK-con {left: 12%;width: 26%;}
    .easyTS-list li:nth-child(4) {top: 747px;}
    .easyKF-right-item .text{width: 100%;margin-top: 20px;}
    .easyKF-list li{height: 46px;}
    .easyKF-list li.active .title::after{width: 3px;}
    .easyKF-right{width: 52%;}
    .aboufz-cont .cont-r{padding-left: 5vw;}
    .abWhy-con .contain{width: 800px;}
    .abNet-map-list .title{font-size: 12px;}
    .abNet-num{margin-left: -2vw;}
    .abNet-num li{margin-left: 2vw;}
    .abWH-bg .svg svg .xing_case{transform: translate(16%, 26%) scale(calc(.45));}
    .proDet-details-content h6{font-size:18px;line-height:24px;padding-left:14px;}
    .proDet-details-content h6:before{width:6px;height:6px;top:9px;}
    .enercx-result-yes a {padding: 0 28px;height: 42px;}
    /* 新增 */
    .proTG-easy-proc{padding-top: 80px;}
    .proTG-easy-list .page img {max-width: 80px;max-height: 65px;}
    .proTG-easy-list .page{margin-right: 10px;}
    .proTG-easy-list .list li:last-child .page{margin-right: 55px;}
    .proTG-easy-list .list-app {left: 20.6%;}
    .proTG-TD-list .img img{max-width: 14vw;}
    .proZT-ban-img .play{width: 44px;height: 44px;font-size: 16px;margin: -22px 0 0 -22px;padding-left:2px}
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
    .soluwlBan img.bg{height: auto;min-height: 200px;}
    .soluwlFy{height: auto;}
    .soluwlFy-loop{position: relative;height: auto;}
    .soluwlFy-items{height: auto;margin-top: 16px;}
    .soluwlFy-items:first-child{margin-top: 0;}
    .soluwlFy-content{padding-top: 60px;}
    .soluwlFy-cont{opacity: 1;padding-top: 0;}
    .proztxqCp-btn-wrap {width: calc(100% + 30px*2);margin-left: -30px;top: 120px;}
    .proztxqTs .proztxqCp-title::after{left: calc(100vw - 140px);}
    .proztxqFd{top: 60px;}
    .myinfoTop-logo{height: 60px;width: 140px;}
    .myinfoTop::after{opacity: 1;}
    .myinfoTop-control .text, .myinfoTop-control .btn{height: 60px;}
    .myinfoMi-items ul {margin: -16px 0 0;}
    .myinfoMi-items li {width: 100%;margin: 16px 0 0;}
    .myinfoMi-items li.long {width: 100%;}
}
@media all and (max-width:1000px) {
    /* 720 竖屏 */
    .newsMa-link-img{width: 100%;}
    .newsMa-link-img img{height: 384px;}
    .newsMa-link::after{display: none;}
    .newsMa-link-cont{width: 100%;padding: 36px 20px;}
    .newsLb-list-title, .newsLb-list-cont .text{width: 100%;}
    .newsLb-list-btn{opacity: 1;}
    .newsLb-list-mix{padding-top: 0;}
    .newsLb-list-cont .time{margin-top: 6px;display: flex;flex-direction: row-reverse;align-items: baseline;}
    .newsLb-list-cont .time p{margin: 0;}
    .newsLb-list-cont .time p:first-child{font-size: 24px;margin-left: 12px;}
    .newsxqNr{width: 100%;padding: 0;}
    .newsxqCl{width: 100%;margin-top: 36px;}
    .down{padding-top: 0;}
    .downClick{position: sticky;z-index: 10;background: #fff;font-size: 16px;color: #0669ba;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);display: flex;width: 100%;height: 46px;align-items: center;justify-content: center;left: 0;top: 60px;}
    .downClose{display: flex;width: 36px;line-height: 1;height: 40px;font-size: 14px;color: #000;position: absolute;top: 60px;right: 0;align-items: center;justify-content: center;}
    .downClose::after{content: "\e7db";font-family: "icon";font-size: inherit;}
    .downSide{position: fixed;left: -222px;top: 0;z-index: 99;height: 100%;padding-top: 100px;}
    .downSide-list{height: calc(100vh - 174px);overflow-y: auto;padding: 0;}
    .downMix{width: 100%;padding: 0;margin-top: 30px;}
    .downSide-search {height: 44px;padding: 0 12px;}
    .downSide-search button {width: 26px;font-size: 16px;}
    .downSide-search input{font-size: 14px;width: calc(100% - 26px);}
    .downSide-list .menu a {height: 44px;padding: 0 12px;font-size: 14px;}
    .downSide-list .menu a::before {width: 2px;transform: translateX(-2px);}
    .downSide-list .menu i {width: 44px;font-size: 12px;}
    .downSide-list .drop a {height: 38px;padding: 0 24px;font-size: 14px;}
    .downSide-list li::before, .downSide-list .drop::before {width: calc(100% - 12px * 2);}
    .downMix-imgs ul {margin: -20px 0 0 -20px;}
    .downMix-imgs li {width: calc(100%/2 - 20px);margin: 20px 0 0 20px;}
    .downMix-imgs-pic img {height: 252px;}
    .relGs-place{display: none;}
    .relGs-bg{height: 380px;}
    .relGs-cont{margin: 0 auto;}
    .relGs-cont .text {max-width: none;}
    .relGs-cont .text p span {margin-left: 18px;}
    .relXx-list li {width: calc(100%/2 - 16px);}
    .enercx-wrap {padding-left: 60px;padding-right: 60px;}
    .enerhdMa-img{width: 100%;}
    .enerhdMa-img img{height: 448px;}
    .enerhdMa-cont{width: 100%;}
    .enerhdLb-link {width: calc(100%/2 - 16px);}
    .enerhdLb-link-img img{height: 218px;}
    .enerhdCx-wrap {padding: 40px 0 0 40px;height: 250px;}
    .enerhdCx-mix {max-width: 386px;}
    .enerhdCx-img {width: 232px;right: 18px;bottom: 24px;}
    .enerspLb{width: 100%;padding: 0;}
    .enerspLb .paging{margin-top: 30px;}
    .enerspLb-link-img img{height: 216px;}
    .wedeveZx-mix{padding-top: 0;width: 100%;}
    .wedeveZx-img{width: 100%;margin: 40px 0 0;padding: 0;text-align: center;}
    .wedeveZx-img img{max-width: 80%;}
    .wedeveNr-circle, .wedeveNr-info, .wedeveNr-menu {width: 420px;height: 420px;}
    .wedeveNr-menu-click.click02 .box .title, .wedeveNr-menu-click.click03 .box .title {left: 66px;}
    .wedeveNr-menu-click.click04 .box .title, .wedeveNr-menu-click.click05 .box .title {right: 66px;}
    .wedeveNr-imgs img {height: 510px;}
    .wedeveLn-list ul{margin: -28px 0 0 -28px;display: flex;flex-wrap: wrap;justify-content: center;}
    .wedeveLn-list li{margin: 28px 0 0 28px;width: 280px;height: 280px;}
    .wedeveLn-list li::after {content: "";position: absolute;width: 8px;height: 8px;background: #0669ba;top: 50%;margin-top: -4px;z-index: 2;right: -4px;border-radius: 50%;}
    .wedeveLn-cont {padding-top: 16%;}
    .soluhyXq-list ul {margin-left: -24px;}
    .soluhyXq-list li {width: calc(100%/5 - 24px);margin-left: 24px;}
    .soluhyFa-list li {width: calc(100%/2 - 16px);}
    .soluhyTj-list li {width: calc(100%/2 - 16px);}
    .soluhyGd-loop {width: 500px;}
    .soluhyGd-link img{height: 300px;}
    .soluhyGd-menu-link {padding: 0 12px 14px;margin-left: 12px;}
    .soluhyGd-menu-ul {padding: 0 20px;}
    .soluwlFy-content{position: relative;padding: 30px 0;background: #f8f8f8;}
    .soluwlFy-content .title, .soluwlFy-content .hint{color: #2f5597;}
    .soluwlFy-cont .other, .soluwlFy-cont .text{color: #333;}
    .soluwlFy-cont .other span::before{background: #333;}
    .soluwlFy-items{margin-top: 20px;}
    .soluwlFy-cont ul.list li{width: 100% !important;margin-top: 16px;}
    .soluwlFy-cont ul.list li:first-child{margin-top: 0;}
    .soluwlFy-title{font-size: 30px;}
    .soluwlFy-cont .text br{display: none;}
    .proztxqCp-btn-wrap {width: calc(100% + 20px*2);margin-left: -20px;top: 120px;}
    .proztxqCp-btn {width: 30px;height: 30px;font-size: 12px;}
    .proztxqDb-list{width: 540px;overflow-x: auto;}
    .proztxqDb-list ul{flex-wrap: nowrap;width: 1100px;}
    .proztxqTs .proztxqCp-title::after{left: calc(100vw - 120px);}
    .serviceCx{overflow: hidden;padding-top: 40px;}
    .serviceCx-form{margin: 0;box-shadow: none;}
    /* zai */
    .proDet-intro-swp{width: 100%;}
    .proDet-intro-slide{height: 250px;}
    .proDet-intro-swp .swiper-pagination{bottom: 15px;}
    .proDet-intro-arrow{width: 20px;height: 20px;font-size: 16px;display: none;}
    .proDet-intro-con{width: 100%;padding: 25px 4%;}
    .proDet-intro-desc .text p{padding-left: 10px;}
    .proDet-intro-desc .text p::after{top: 8px;width: 3px;height: 3px;}
    .proDet-intro-btn{display: flex;flex-wrap: wrap;margin:20px 0 0 -10px;}
    .proDet-intro-btn .btn{width: calc((100% / 3) - 10px);height: 42px;margin-left: 10px;}
    .proDet-intro-show{margin-top: 15px;}
    .proDet-hot-slide .img{height: 300px;}
    .proDet-hot-slide{padding: 0 4% 60px;}
    .proDet-hot-swp .swiper-pagination{bottom: 20px;}
    .proDet-hot-slide .more i{font-size: 12px;margin-left: 5px;}
    .proZT-head{position: sticky;top: 60px;padding: 10px 0;}
    .proZT-nav{display: none;}
    .proZT-nav .item{height: 40px;margin-left: 15px;}
    .proZT-nav .item::after{height: 1px;}
    .proZT-btn{margin-left: 20px;font-size: 12px;}
    .proZT-btn .btn{margin-left: 10px;padding: 5px 10px;}
    .proTK-gn .pagesTitle{padding: 0;}
    .proTK-gn-list{justify-content: space-between;}
    .proTK-gn-list li{width: 50%;padding: 20px 10px;margin-top: 10px;border-top: 1px solid #e9e9e9 !important;}
    .proTK-gn-list li:nth-child(-n+2){border-top: unset !important;}
    .proTK-gn-list .icon{width: 60px;}
    .proTK-gn-list .title{margin-top: 15px;font-size: 13px;}
    .proTK-gn-list .text{font-size: 12px;}
    .proTK-gn-list li::after{display: block !important;height: calc(100% - 10px);}
    .proTK-gn-list li:nth-child(2n+1)::after{display: none !important;}
    .proZT-ban .contain{padding: 0 0 50px;flex-direction: column-reverse;}
    .proZT-ban-con{width: 100%;margin-top: 20px;}
    .proZT-ban-con .label{font-size: 12px;padding: 3px 10px;}
    .proZT-ban-con .title{width: 150px;margin-top: 20px;}
    .proZT-ban-img{width: 100%;height: 250px;}
    .proZT-ban.ipBan .proZT-ban-img{align-items: center;}
    .proIE-con{position: relative;height: auto;left: auto;top: auto;padding: 50px 4% 12px;}
    .proIE-title{position: relative;left: auto !important;top: auto !important;}
    .proIE-title .title{padding-left: 10px;}
    .proIE-title .title::after{width: 2px;}
    .proIE-title .text{margin-top: 10px;font-size: 12px;}
    .proIE-cpu-num{position: relative;left: auto;top: auto;width: 60%;margin-top: 20px;}
    .proIE-gl .proIE-title .text,.proCMT-cpu .proIE-title .text,.proCMT-cz .proIE-title .text{color: #333;}
    .proIE-title br{display: none;}
    .proCMT-jk{display: none;}
    .proIE-con .contain-1400,.proIE-con .contain{width: 100%;}
    .proCMT-cpu .proIE-title .title{color: #f5dc08;}
    .proCMT-cpu .proIE-title .title::after{background: #f5dc08;}
    .proCMT-web .proIE-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .proCMT-web .proIE-bg img{width: 100%;height: 100%;}
    .proCMT-web .proIE-con{position: relative;z-index: 2;padding: 40px 4% 50px;}
    .proCMT-web-list li{width: 100%;}
    .proCMT-web-list .img{height: auto;}
    .proCMT-web-list .img img{max-height: 200px;}
    .proCMT-web-list .text-box{margin-top: 20px;}
    .proCMT-web-list li:nth-child(2){width: 100%;margin-top: 50px;}
    .proCMT-web-list li:nth-child(2) .img{text-align: center;}
    .proCMT-web-list li:nth-child(2) .text-box{align-items: flex-start;}
    .proCMT-yun-icon img{width: 150px;}
    .proCMT-yun .proIE-con{padding: 30px 4% 40px;}
    .proCMT-tx-text{margin-top: 20px;color: #333;}
    .proCMT-tx-list ul{background: rgba(0, 0, 0, .4);}
    .proCMT-tx-list li::after{left: 50%;transform: translateX(-50%);top: 0;width: 80%;height: 1px;}
    .proCMT-tx-list ul{width: 100%;margin: 0;border-radius: 8px;padding: 25px 0;}
    .proCMT-tx-list li{width: 100%;padding: 30px 40px;}
    .proCMT-tx-list .icon{width: 100px;height: auto;}
    .proCMT-tx-list .icon img{max-height: 75px;}
    .proCMT-tx .proIE-title.title1 .title{color: #7cf5e2;}
    .proCMT-tx .proIE-title.title2 .title{color: #7cf5e2;}
    .proCMT-tx .proIE-title.title2 .title::after{background: #7cf5e2;}
    .proCMT-tx .proIE-title.title1 .text,.proCMT-tx .proIE-title.title2 .text{color: #333;}
    .weinBan-con{position: relative;padding: 20px 4%;}
    .weinBan-title{position: relative;left: auto;top: auto;}
    .weinBan-title img{width: 150px;}
    .weinBan-text-box{position: relative;left: auto;top: auto;transform: unset;bottom: auto;width: auto;}
    .weinBan-text-box .text{position: relative;left: auto;bottom: auto;}
    .weinBan-text-box .text br{display: none;}
    .weinBan-text-box .bg{overflow: hidden;text-align: center;}
    .weinBan-text-box .bg img{height: 70px;}
    .weinYS-bg{display: none;}
    .weinYS-con{position: relative;}
    .weinYS-list1 li{width: 25%;margin-left: 20px;}
    .weinYS-list1, .weinYS-list2{margin-left: -20px;}
    .weinYS-list1 .text{font-size: 12px;white-space: nowrap;transform:translateX(-50%) scale(.5);top: 55%;}
    .weinYS-list2 li{width: 25%;margin-left: 20px;}
    .weinYS-list2 .text{font-size: 12px;transform:translateX(-50%) scale(.5);top: 85%;white-space: nowrap;}
    .weinYS-down .item{font-size: 12px;}
    .weinYS-down .item:nth-child(2){margin: 15px 0 0;}
    .weinYS-down .item::after, .weinYS-down .item::before{width: 2px;height: 15px;}
    .weinYS-down .item i{width: 25px;margin-right: 12px;}
    .weinYS-down .item-flex{border-radius: 12px;}
    .weinUse{padding-top: 40px;}
    .weinUse-con{position: relative;left: auto;top: auto;width: 100%;padding: 20px 4% 40px;}
    .weinTable-con{position: relative;left: auto;top: auto;width: 100%;padding: 20px 4% 40px;}
    .weinTable-list li{position: relative;left: auto !important;top: auto !important;right: auto !important;margin-top: 20px;}
    .weinTable-list .line-box{display: none;}
    .weinTable-list .text-box{position: relative;left: auto;top: auto;right: auto !important; width: 100%;}
    .weinTable-title{position: relative;left: auto;top: auto;width: 100%;}
    .weinTable-list{position: relative;}
    .weinTable-list li:nth-child(1) .text-box{text-align: left;}
    .weinTable-list .title{padding-left: 8px;position: relative;}
    .weinTable-list .title::after{content: "";position: absolute;left: 0;top: 50%;width: 2px;height: 60%;background: #0669ba;transform: translateY(-50%);}
    .weinJK-con,.weinFar-con{position: relative;left: auto;top: auto;width: 100%;padding: 20px 4% 40px;}
    .weinJK-con .proIE-title,.weinFar-con .proIE-title{position: relative;width: 100%;}
    .weinFar-con .proIE-title .text{padding-left: 12px;margin-top: 5px;}
    .weinWH-bg{display: none;}
    .weinWH-con{position: relative;}
    .weinWH-list{flex-wrap: wrap;}
    .weinWH-list li{width: 50%;}
    .weinUser-btn .btn-flex{width: 170px;height: 42px;}
    .weinUser-btn{border-radius: 8px;}
    .easyBan-con{position: relative;padding: 20px 0 40px;color: #333;}
    .easyBan-con .logo img{height: 50px;}
    .easyBan-con .text{width: 100%;color: #666;}
    .easyBan-con .btn{border-color: #0669ba;width: 120px;height: 44px;}
    .easyBan-con .btn-icon i{width: 20px;}
    .easyBan-con .btn:hover{background: #0669ba;color: #fff;}
    .easyTX-con{position: relative;padding: 20px 4% 40px;color: #333;}
    .easyTX-con .text{color: #666;}
    .easyTS .contain{padding: 0;}
    .easyTS-list{margin-left: 0;}
    .easyTS-list li{margin: 0;width: 100%;}
    .easyTS-con{position: relative;width: 100%;left: auto;top: auto;padding: 10px 0 40px;}
    .easyTS-list li:nth-child(1) .easyTS-con{width: 100%;padding: 10px 0 40px;}
    .easyTS-list li:nth-child(1) .title, .easyTS-list li:nth-child(4) .title{color: #333;}
    .easyTS-list li:nth-child(1) .text, .easyTS-list li:nth-child(4) .text{color: #666;}
    .easyTS-list .text br{display: none;}
    .easyTS-list li:nth-child(4){position: relative;left: auto;top: auto;}
    .easyKF .contain{padding: 0;}
    .easyKF-left{width: 100%;}
    .easyKF-list{display: flex;flex-wrap: nowrap;white-space: nowrap;overflow-x: auto;}
    .easyKF-list li{height: auto;padding: 5px 10px;}
    .easyKF-list li:first-child{padding-left: 0;}
    .easyKF-list .title{font-weight: 400 !important;padding: 5px 0;}
    .easyKF-list .title::after{top: auto;bottom: 0;width: 100%;height: 1px;}
    .easyKF-list li.active .title::after{width: 100%;height: 2px;}
    .easyKF-right{width: 100%;margin-top: 30px;}
    .easyKF-right-item .text{width: 90%;}
    .abBan-bg img{height: 300px;}
    .abBan-con{height: 300px;}
    .abBan-con .btn i{font-size: 12px;width: 30px;height: 30px;padding-left: 2px;}
    .abBan-con .scroll{bottom: 10px;font-size: 12px;display: none;}
    .abBan-logo{position: relative;height: auto;transform: none;opacity: 1;left: auto;top: auto;width: 70%;margin: 40px auto 0;}
    .abBan-text{position: relative;opacity: 1;left: auto;top: auto;}
    .abBan-sticky{position: relative;}
    .abBan{height: auto;}
    .abBan-text .text{opacity: 1;transform: unset;}
    .abBan-text .contain{padding: 30px 0 40px;}
    .abWhy-con .contain{width: 92%;}
    .abWhy-con .sonTitle .text p{display: inline;}
    .abWhy-con .sonTitle .text br{display: none;}
    .abWhy-num .icon{height: 36px;}
    .abWhy-num .num{line-height: 1.1;align-items: center;}
    .abNet-con{width: 100%;}
    .abNet-num .num{margin-right: 5px;}
    .abNet-num li{margin-left: 20px;}
    .abNet-num{margin-left: -20px;}
    .abNet-map{margin-top: 40px;width: 100%;}
    .abNet-map-list .title{display: none;}
    .abNet-map-list .icon{width: 15px;}
    .abNet-map-list li:hover .title{display: block;}
    .abWH-swp{width: 100%;}
    .abWH-nav{width: 100%;}
    .abWH-nav .text{left: 15px;font-size: 12px;}
    .abWH-nav .line{height: 1px;}
    .abWH-nav .dot{width: 8px;height: 8px;}
    .abWH-nav li{margin: 0 8px;}
    .abWH-nav li.active .line {width: 40px;margin-left: 50px;}
    .abWH-bg .bg img, .abWH-bg .svg svg{height: 400px;}
    .abWH-con .text{letter-spacing: 1px;}


    /* 新增 */
    .proTG-IOT-con, .proTG-YS-con{position: relative;padding: 20px 0 50px;}
    .proTG-easy-ban-con{position: relative;padding: 20px 0 0;}
    .proTG-title br{display: none;}
    .proTG-title .title{color: #222;}
    .proTG-title .text{color: #666;}
    .proTG-IOT-list .title{color: #222;}
    .proTG-IOT-list .text{color: #666;}
    .proTG-IOT-list li{width: 100%;margin-top: 25px;padding-right: 0;}
    .proTG-IOT-list .icon{width: 50px;height: 50px;border-radius: 4px;margin-right: 15px;}
    .proTG-easy-proc{padding: 0 0 50px;}
    .proTG-easy-list .list-app,.proTG-easy-list .list-line{display: none;}
    .proTG-easy-list .list li{padding-top: 0;margin-top: 30px;}
    .proTG-easy-list .page{min-width: 37px;}
    .proTG-easy-list .page img {max-width: 60px;max-height: 50px;}
    .proTG-easy-list .list li:last-child .page{margin-right: 10px;}
    .proTG-easy-list .list .text{font-size: 12px;line-height: 16px;}
    .proTG-easy-list .dot {display: none;}
    .proTG-YS-list li{width: 100%;margin-top: 30px;}
    .proTG-YS-list .title {padding: 3px 15px;border-radius: 3px;}
    .proTG-TD-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .proTG-TD-con{position: relative;z-index: 2;padding: 0 0 50px;}
    .proTG-TD-list{justify-content: center;margin-top: 0;}
    .proTG-TD-list li{width: 48%;margin-top: 35px;}
    .proTG-TD-list li:nth-child(2n){margin-top: 35px;}
    .proTG-TD-list .img{position: relative;top: auto;left: auto;transform: none;margin-top: 5px;}
    .proTG-TD-list .img img{max-width: 106%;transform: translateX(-3%);}
    
    
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:720px) {
    /* 移动终端 360 适配 */
    .sonBar-place{display: none;}
    .sonBar-place a, .sonBar-menu a {height: 40px;}
    .sonBar.small .sonBar-place a, .sonBar.small .sonBar-menu a{height: 40px;}
    .sonBar.xiao .sonBar-place a, .sonBar.xiao .sonBar-menu a{height: 40px;}
    .sonBar-menu a {margin-left: 18px;}
    .sonBar-menu{width: 100%;}
    .newsMa-link-img img, .newsLb-list-img img{height: 180px;}
    .newsMa-link-cont {padding: 20px 16px;}
    .newsLb-list-link {padding: 16px 0;}
    .newsLb-list-img{width: 100%;}
    .newsLb-list-mix{width: 100%;padding: 20px 0 0;}
    .newsLb-list-btn{padding: 0;left: auto;right: 0;}
    .newsLb-list-cont .time p:first-child {font-size: 20px;margin-left: 10px;}
    .newsLb-list-cont .time {margin-top: 18px;}
    .newsxqNr-head{padding-top: 24px;}
    .newsxqNr-btn{width: 100%;max-width: none;}
    .newsxqNr-back {height: 36px;padding: 0 24px;margin: 16px auto 0;}
    .newsxqCl {margin-top: 28px;}
    .newsxqCl-link .title {line-height: 18px;}
    .newsxqCl-link .time {margin-top: 4px;}
    .newsxqCl-link .title::before {top: 5px;}
    .newsxqCl-link .title, .newsxqCl-link .time {padding-left: 14px;}
    .newsxqCl-link {margin-top: 14px;padding: 0 12px;}
    .newsxqCl-title {height: 30px;}
    .downClick {font-size: 14px;height: 42px;}
    .downSide-list li.click .menu:hover i{transform: rotate(-180deg);}
    .downSide-list li.click.on .menu i{transform: rotate(-90deg);}
    .downMix {margin-top: 20px;}
    .downMix-wrap {padding: 20px 12px 28px;}
    .downMix-title {padding-bottom: 12px;margin-bottom: 16px;}
    .downMix-doc-click {padding: 10px 0 10px 10px;}
    .downMix-doc-click .btn{top: auto;margin-top: 0;bottom: 6px;right: 10px;}
    .downMix-doc-click .name{width: 100%;padding-right: 0;line-height: 22px;}
    .downMix-doc-click .time{width: 100%;margin-top: 8px;}
    .downMix .paging{margin-top: 18px;}
    .downMix-imgs ul {margin: -16px 0 0 -10px;}
    .downMix-imgs li {width: calc(100%/2 - 10px);margin: 16px 0 0 10px;}
    .downMix-imgs-pic img {height: 116px;}
    .downMix-imgs-btn{opacity: 1;transform: scale(1);height: auto;top: auto;bottom: 0;justify-content: flex-end;background: transparent;padding: 0 6px 6px 0;}
    .downMix-imgs-btn a {width: 26px;height: 26px;font-size: 12px;margin-left: 4px;background: rgba(6, 105, 186, 0.8);border-color: rgba(6, 105, 186, 0.8);}
    .downMix-imgs-cont {padding-top: 12px;}
    .relGs-cont {width: 100%;padding: 28px 16px;border-radius: 6px;}
    .relGs-cont .text p i {font-size: 18px;}
    .relGs-cont .text p span {margin-left: 14px;}
    .relGs-cont .text p {margin-top: 10px;}
    .relGs-bg {height: 264px;}
    .relGs-cont::before {background-size: 32% auto;}
    .relXx-list ul {margin: -12px 0 0;}
    .relXx-list li{width: 100%;margin: 12px 0 0;padding: 24px 16px;border-radius: 6px;}
    .relXx-list li .cont .text i {font-size: 18px;}
    .relLy .sonTitle .text{font-size: 12px;}
    .relLy-wrap {padding: 20px 14px;border-radius: 6px;}
    .relLy-form ul{margin: -14px 0 0;}
    .relLy-form li {width: 100%;margin: 14px 0 0;}
    .relLy-form li.long {width: 100%;}
    .relLy-form .enter, .relLy-form .isForm-select {margin-top: 6px;}
    .relLy-form .enter input, .relLy-form .isForm-select label, .relLy-form .customSelect-name {height: 42px;padding: 0 10px;}
    .relLy-form .enter input, .relLy-form .enter textarea{font-size: 14px;}
    .relLy-form .isForm-select label, .relLy-form .customSelect-name{font-size: 14px;}
    .relLy-form .customSelect-name::after {right: 12px;}
    .relLy-form .customSelect-drop>div {height: 40px;font-size: 14px;}
    .relLy-form .enter textarea {padding: 8px 10px;height: 100px;}
    .relLy-deal {padding-top: 8px;}
    .relLy-form li button {height: 42px;border-radius: 5px;font-size: 14px;}
    .enercx-head .text{font-size: 12px;}
    .enercx-wrap {padding: 20px 12px;}
    .enercx-form li {margin-top: 12px;}
    .enercx-form li input, .enercx-form li button{height: 42px;border-radius: 5px;}
    .enercx-form li input {padding: 0 10px;font-size: 14px;}
    .enercx-form li button{font-size: 16px;}
    .enerhdMa-img img{height: 210px;}
    .enerhdMa-cont {padding: 20px 16px;}
    .enerhdMa-cont .line {margin-top: 16px;}
    .enerhdMa-cont .btn .baoming {width: 90px;height: 32px;}
    .enerhdMa-loop .swiper-pagination {margin-top: 16px;}
    .enerhdLb-ul {margin: -10px 0 0 -10px;}
    .enerhdLb-link {width: calc(100%/2 - 10px);margin: 10px 0 0 10px;}
    .enerhdLb-link-img img{height: 102px;}
    .enerhdLb-link-cont {padding: 14px 10px;}
    .enerhdLb .paging{margin-top: 18px;}
    .enerhdCx-wrap {padding: 24px 14px 0;height: auto;}
    .enerhdCx-head .text{font-size: 12px;}
    .enerhdCx-form button{font-size: 14px;width: 80px;}
    .enerhdCx-form input, .enerhdCx-form button {height: 36px;}
    .enerhdCx-form input {width: calc(100% - 80px - 10px);padding: 0 10px;font-size: 14px;border-radius: 5px;}
    .enerhdCx-img{position: relative;width: 100%;right: 0;bottom: 0;margin-top: 20px;}
    .enerhdCx-hint{font-size: 12px;}
    .enerspLb-ul {margin: -12px 0 0 -12px;}
    .enerspLb-link {width: calc(100%/2 - 12px);margin: 12px 0 0 12px;}
    .enerspLb-link-img img{height: 100px;}
    .enerspLb-link-cont {padding: 10px 8px 12px;}
    .enerspLb-link-cont .title {line-height: 22px;min-height: auto;}
    .enerspLb-link-cont .see{margin: 6px 0 0;width: 100%;}
    .enerspLb .paging {margin-top: 20px;}
    .wedeveZx-img{margin-top: 20px;}
    .wedeveNr-circle, .wedeveNr-info, .wedeveNr-menu {width: 320px;height: 320px;}
    .wedeveNr-info .sonTitle {max-width: 200px;}
    .wedeveNr-menu-click .box i {width: 16px;height: 16px;}
    .wedeveNr-menu-click .box i::after {width: 8px;height: 8px;margin: -4px 0 0 -4px;}
    .wedeveNr-menu-click.click02 .box .title, .wedeveNr-menu-click.click03 .box .title {left: 50%;transform: translateX(-50%);}
    .wedeveNr-menu-click.click04 .box .title, .wedeveNr-menu-click.click05 .box .title{right: auto;left: 50%;transform: translateX(-50%);}
    .wedeveNr-menu-click.click02 .box .title, .wedeveNr-menu-click.click05 .box .title{top: -20px;}
    .wedeveNr-menu-click.click03 .box .title, .wedeveNr-menu-click.click04 .box .title{top: auto;bottom: -20px;}
    .wedeveNr-menu-click .box .title{height: 16px;font-size: 12px;}
    .wedeveNr-menu-click.click01 .box .title{top: -20px;}
    .wedeveNr-imgs img {height: 370px;}
    .wedeveLn-cont .ico {height: 40px;}
    .wedeveLn-list ul {margin: -10px 0 0;flex-direction: column;align-items: center;}
    .wedeveLn-list li {margin: 10px 0 0;width: 220px;height: 220px;}
    .wedeveLn-list li::before {transform: rotate(180deg);}
    .wedeveLn-cont{padding: 0;justify-content: center;}
    .soluhyXq-list ul {margin: -16px 0 0 -24px;}
    .soluhyXq-list li {width: calc(100%/2 - 24px);margin: 16px 0 0 24px;}
    .soluhyFa-list ul {margin: -12px 0 0;}
    .soluhyFa-list li{width: 100%;margin-top: 12px;padding: 16px;}
    .soluhyTj-list ul{margin: -12px 0 0;}
    .soluhyTj-list li{width: 100%;margin: 12px 0 0;padding: 16px;}
    .soluhyFa-list li .text p {line-height: 22px;padding-left: 10px;}
    .soluhyFa-list li .text p::before {width: 4px;height: 4px;top: calc((22px - 4px)/2);}
    .soluhyTj-list li .text a {line-height: 24px;}
    .soluhyTj-list li .text a::before {top: calc((24px - 14px)/2);}
    .soluhyGd-loop{width: 280px;}
    .soluhyGd-link img{height: 168px;}
    .soluhyGd-menu-ul {padding: 0;}
    .soluhyGd-menu{font-size: 12px;}
    .soluhyGd-menu-link {padding: 0 3px 10px;margin-left: 0;}
    .soluwlFy-cont .logo {width: 180px;}
    .soluwlFy-content {padding: 20px 0;}
    .soluwlFy-content .title, .soluwlFy-title{font-size: 18px;line-height: 1.24;}
    .soluwlFy-cont .other{font-size: 16px;}
    .soluwlFy-cont .other span::before {height: 14px;width: 2px;margin: 0 8px;}
    .soluwlFy-items {margin-top: 12px;}
    .prosxSs-form{width: 100%;}
    .prosxSs-form button {width: 80px;font-size: 14px;}
    .prosxSs-form button i {font-size: 16px;margin-right: 8px;}
    .prosxSs-form input {width: calc(100% - 80px);padding: 0 10px;font-size: 14px;}
    .prosxSs-form input, .prosxSs-form button {height: 42px;}
    .prosxSs {padding: 20px 0;}
    .prosxSx-menu {height: 30px;padding: 0 10px;font-size: 14px;}
    .prosxSx-more li .name {width: 100px;padding: 0 10px;font-size: 12px;}
    .prosxSx-more li .tags a {height: 20px;font-size: 12px;margin-right: 12px;}
    .prosxSx-more li .tags {width: calc(100% - 100px);padding: 5px 12px;}
    .prosxJg-link {padding: 10px 12px 20px;}
    .prosxJg-link-btn a {margin-left: 14px;}
    .prosxJg-link-more{height: 32px;}
    .prosxJg-link-img {height: 150px;padding: 16px 0;}
    .prosxJg .swiper-pagination {margin-top: 20px;}
    .proztxqCd-menu{width: 100%;}
    .proztxqCd-menu a {height: 46px;margin-left: 18px;}
    .proztxqCd-duibi{width: 100%;height: 40px;font-size: 14px;margin-top: 4px;}
    .proztxqCd{padding-bottom: 18px;}
    .proztxqXx{position: absolute;width: 100%;top: 0;display: flex;flex-wrap: wrap;}
    .proztxqXx a{margin: 0 0 0 16px;}
    .proztxqXx a:first-child{margin: 0;}
    .proztxqXx a i {width: 14px;height: 14px;margin-right: 8px;}
    .proztxqXx a i::after {width: 8px;height: 8px;border-radius: 2px;margin: -4px 0 0 -4px;}
    .proztxqCp-title {height: 34px;padding: 0 10px;}
    .proztxqTs .proztxqCp-title {font-size: 14px;}
    .proztxqCp-more .text {font-size: 12px;line-height: 16px;padding: 8px 10px;min-height: 30px;}
    .proztxqCp-more .link, .proztxqCp-more .img {padding: 8px 10px;height: 140px;}
    .proztxqTs .proztxqCp-more .link, .proztxqTs .proztxqCp-more .img{font-size: 12px;}
    .proztxqWrap-box {padding-left: 140px;padding-top: 20px;}
    .proztxqFd .contain {padding-left: 140px;}
    .proztxqFd-loop {padding: 8px 0;}
    .proztxqTs {width: 141px;padding-top: 248px;}
    .proztxqCp-link-img {height: 100px;padding: 12px 0;}
    .proztxqCp-link-btn a {margin-left: 20px;}
    .proztxqCp-link-more {height: 32px;}
    .proztxqCp-link {height: 228px;}
    .proztxqCp-btn-wrap {width: calc(100% + 10px*2);margin-left: -10px;top: 88px;}
    .proztxqCp-btn {width: 24px;height: 24px;}
    .proztxqDb-list {width: 230px;}
    .proztxqDb-info {width: 80px;}
    .proztxqDb-info .hint {font-size: 14px;}
    .proztxqDb-info .btn {margin-top: 8px;height: 28px;font-size: 12px;}
    .proztxqDb-info .clear {margin-top: 8px;}
    .proztxqDb-info .clear span {font-size: 12px;line-height: 1.3;}
    .proztxqDb-close {width: 20px;height: 20px;font-size: 14px;top: 6px;right: 6px;}
    .proztxqDb-list li .yes .close {width: 18px;height: 18px;top: 4px;right: 4px;font-size: 12px;}
    .proztxqDb-list li .yes .title{font-size: 12px;}
    .proztxqDb-list li .yes, .proztxqDb-list li .no {height: 94px;}
    .proztxqDb-list ul{width: 990px;}
    .proztxqDbTs {right: 10px;bottom: 20px;font-size: 12px;width: 80px;height: 30px;border-radius: 15px;}
    .proztxqDbTs span {width: 18px;height: 18px;}
    .proztxqCp-more .link a {font-size: 14px;height: 24px;}
    .proztxqDbErrror {width: 180px;padding: 14px 0;margin-left: -90px;top: 72px;border-radius: 6px;font-size: 14px;}
    .proztxqTs .proztxqCp-title::after {width: 30px;height: 30px;margin-top: -15px;left: calc(100vw - 60px);font-size: 14px;}
    .prodbTitle .text a i{font-size: 12px;margin: -2px 0 0 4px;}
    .prodbTitle{padding: 30px 0 10px;}
    .prodbTitle .title{font-size: 20px;}
    .prodb .proztxqFd-loop .customSelect-name {height: 38px;font-size: 14px;padding: 0 10px;}
    .prodb .proztxqFd-loop .customSelect-name::after{right: 10px;}
    .prodb-diff span {font-size: 14px;}
    .prodb .proztxqCp-link{height: 140px;}
    .prodb .proztxqTs {padding-top: 140px;}
    .prodb .proztxqCp-btn-wrap{top: 56px;}
    .prodb .proztxqWrap-box{padding-top: 0;}
    .prodb-diff i {width: 16px;height: 16px;border-radius: 3px;margin-right: 4px;}
    .prodb-diff i::before {width: 10px;height: 10px;border-radius: 2px;margin: -5px 0 0 -5px;}
    .prodb-diff {top: 20px;}
    .prodb .proztxqCp-link-none{height: 100px;}
    .serviceCx {padding-top: 28px;}
    .serviceCx-form{height: auto;padding: 10px 6px;border-radius: 5px;}
    .serviceCx-form input, .serviceCx-form button {height: 34px;border-radius: 5px;}
    .serviceCx-form button {width: 54px;font-size: 12px;}
    .serviceCx-form .enter {width: calc(100% - 54px - 6px);}
    .serviceCx-form .enter .ico {width: 30px;font-size: 14px;}
    .serviceCx-form .enter input{font-size: 12px;padding: 0 10px 0 30px;}
    .serviceLc-step li{padding: 0 10px;}
    .serviceLc-ground-btn button{height: 42px;border-radius: 5px;font-size: 14px;}
    .serviceLc-ground-btn {margin-top: 18px;}
    .serviceLc-ground.relLy-form {margin-top: 12px;padding: 10px;}
    .serviceLc-ground-add {margin-top: 12px;}
    .serviceTk-menu {height: 50px;padding: 0 12px;}
    .serviceTk-cont {padding: 16px 12px;}
    .serviceTk-cont::before {width: calc(100% - 12px*2);}
    .serviceTk-menu .arrow {font-size: 14px;}
    .serviceLc-succeed {margin-top: 48px;}
    .serviceLc-step li .num {width: 21px;height: 21px;}
    .serviceLc-step::before, .serviceLc-step::after {height: 3px;top: 9px;border-radius: 2px;}
    .myinfoMi-items li .name {width: 74px;height: 36px;}
    .myinfoMi-items li .enter, .myinfoMi-items li .xiala {width: calc(100% - 74px);}
    .myinfoMi-items li .enter input {height: 36px;border-radius: 5px;padding: 0 10px;}
    .myinfoMi-items li.pass .seepass{height:36px;}
    .myinfoMi-items li .enter .hint {font-size: 12px;margin-top: 8px;}
    .myinfoMi-items {padding: 20px 0;}
    .myinfoMi-items ul {margin: -10px 0 0;}
    .myinfoMi-items li {margin: 10px 0 0;}
    .myinfoMi-items li .customSelect-name, .myinfoMi-items li .isForm-select label {height: 36px;padding: 0 10px;}
    .myinfoMi-items li .customSelect-name{border-radius: 5px;}
    .myinfoMi-items li .customSelect-drop>div{height: 36px;}
    .myinfoMi-items li .customSelect-drop {max-height: 110px;}
    .myinfoMi-btn {margin-top: 24px;}
    .myinfoMi-btn button {height: 38px;font-size: 14px;margin-left: 12px;}
    .myinfoMi-items li .myinfoMi-phone-no .enter {width: calc(100% - 74px);}
    .myinfoMi-phone-no{flex-wrap: wrap;}
    .myinfoMi-phone-yes .other, .myinfoMi-phone-no .other{height: 36px;margin-left: 16px;}
    .myinfoMi-phone-yes .num, .myinfoMi-phone-yes .changePhone{height: 36px;}
    .myinfoMi-phone-no .other{height: auto;width: 100%;padding-left: 74px;margin: 8px 0 0;font-size: 12px;}
    .myinfoMi-wecaht-btn {width: 70px;height: 32px;border-radius: 5px;}
    .myinfoMi-wecaht-info .ico {width: 32px;height: 32px;font-size: 14px;}
    .myinfoMi-wecaht-info .text {margin-left: 12px;}
    .myinfoMi-wecaht-info .text h6 {font-size: 14px;}
    .myinfoMi-wecaht-info .text p {font-size: 12px;}
    .myinfoMi-items-wechat{display: none;}
    .abWhy-num li {min-width: 68px;}
    .abWhy-num li:first-child{min-width:52px;}
    .prosxSx-more li .btn {height: 20px;top: 5px;width: 40px;font-size: 12px;border-radius: 3px;}
    .prosxSx-more li .tags.limit {padding-right: 50px;}
    .prosxSx-more li.on .tags.limit {height: calc(20px + 5px*2);}
    .prosxDa-head .name, .prosxDa-head .data p {height: 24px;margin-bottom: 4px;}
    .prosxDa-head .name {font-size: 13px;}
    .prosxDa-head .data p {font-size: 12px;padding: 0 22px 0 8px;border-radius: 3px;margin-right: 10px;}
    .prosxDa-btn button {height: 34px;font-size: 14px;padding: 0 20px;border-radius: 4px;}
    .proDet-details-content h6{font-size:16px;line-height:23px;padding-left:10px;}
    .proDet-details-content h6:before{width:5px;height:5px;top:9px;}
    .enercx-result-yes a {padding: 0 18px;height: 36px;}
    .abWH-bg .bg img, .abWH-bg .svg svg {height: 260px;}
    .myinfoMi-items li.pass .seepass{width:38px;}
    .myinfoMi-items li.pass .enter input {padding-right: 40px;}
    .myinfoMi-back a {height: 32px;padding: 0 14px;}
}