@charset "UTF-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Segoe UI,Hiragino Sans GB,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
body {line-height:1}
ol,ul {list-style:none}
blockquote,q {quotes:none}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none}
table {border-collapse:collapse;border-spacing:0}
div,form,img,ul,ol,li,dl,dt,dd,p,tr,td,body,span,pre,input {margin:0;padding:0;border:0;font-weight:normal;background-repeat:no-repeat;outline:none;}
h1,h2,h3,h4,h5,h6,p {margin:0;padding:0;font-weight:normal;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Segoe UI,Hiragino Sans GB,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
body {font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Segoe UI,Hiragino Sans GB,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:14px;margin:0px;padding:0px;color:#333333;height:auto;clear:both;}
img {border:0px;}
ul,li {list-style:none;}
em,i {font-style:normal;}
a {text-decoration:none !important;color:#333;outline:none;cursor:pointer;}
a:hover {background-repeat:no-repeat;text-decoration:none;}
.clearfix:after,.clearfix:before {content:" ";display:table}
.clearfix:after {clear:both}
.clear {clear:both;}
.fl {float:left;}
.fr {float:right;}
.layout {width:87.5%;margin:0 auto;position:relative;}
button,input{outline: none;background-color: transparent;border: none; }
.title{text-align: center;font-size: 0.4rem;line-height: 1.4;color: #154188;font-weight: bold;}
.tit{color: #333;font-weight: bold;font-size: 0.32rem;line-height: 1.4;}
.s-tit{text-align: center;font-size: 0.36rem;line-height: 1.4;color: #333;font-weight: bold;}
.s-tit1{text-align: center;font-size: 0.36rem;line-height: 1.4;color: #fff;font-weight: bold;}
.more{width: 1.7rem;height: 0.5rem;background-color: #154188;display: flex;align-items: center;justify-content: center;font-size: 0.14rem;color: #fff;position: relative;transition: all .3s; }
.more i{display: block;width: 0.08rem;height: 0.13rem;background-image: url(../img/more-ico.png);background-size: 100% 100%;margin-right: 0.18rem;transition: all .3s;}


.p120{padding:1.2rem 0; }
.pt120{padding-top: 1.2rem;}
.pb120{padding-bottom: 1.2rem;}

.p100{padding:1rem 0;}
.pt100{padding-top: 1rem;}
.pb100{padding-bottom: 1rem;}

#about1,#about2,#about3,#about4,#service1,#service2,#service3,#service4,#tab{margin-top: -0.8rem;padding-top: 0.8rem;}

* {box-sizing:border-box;-webkit-text-size-adjust:none;}
body {left:0px;position:relative;line-height:1;}
html{width:100%;overflow-x: hidden;font-size: 99.7396px;}

/*鼠标选中文字的样式*/
body::-moz-selection {background:red;color:#fff;}
body::selection {background:red;color:#fff;}
/*网站默认滚动跳的样式*/
body::-webkit-scrollbar {width:5px;height:5px;}
body::-webkit-scrollbar-track {background:rgba(0,0,0,0.1);}
body::-webkit-scrollbar-thumb {background:#154188;}
body::-webkit-scrollbar-thumb:window-inactive {background:#154188;}
body::-webkit-scrollbar-thumb:vertical:hover {background:#154188;}


/*示例字体*/
@font-face {font-family:"Nexa";src:url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");font-weight:normal;font-style:normal;}
@font-face {font-family:"Gotham";src:url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");font-weight:normal;font-style:normal;}
@font-face {font-family:"DIN-Bold";src:url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");font-weight:normal;font-style:normal;}

/* pc头部 */
header{position: fixed;top:0;left:0;z-index: 99; width: 100%;border-bottom: 1px solid rgba(255,255,255,0.16);transition: all .3s;}
header .layout{display: flex;align-items: center;justify-content: space-between;height: 0.8rem;  }
header .layout .logo{display: block;position: relative; }
header .layout .logo img{display: block;width: 2.27rem;transition: all .3s; }
header .layout .logo img:nth-of-type(2){position: absolute;left:0;top:0;opacity: 0; }
header .layout ul{display: flex;height: 0.8rem; }
header .layout ul li{height: 0.8rem;position: relative;margin:0 0.3rem; }
header .layout ul li::before{content: '';display: block;width: 0;height: 3px;background-color: #fff;position: absolute;left:50%;bottom:-1px;transform: translateX(-50%);transition: all .3s; }
header .layout ul li a{display: block;height: 0.8rem;line-height: 0.8rem;color: #fff;font-size: 16px;transition: all .3s; }
header .layout ul li.active::before,header .layout ul li:hover::before{width: 100%;}
header .layout .search{width: 1.44rem;height: 0.32rem;position: relative; }
header .layout .search input{width: 100%;height: 0.32rem;background-color: rgba(255,255,255,0.3);border-radius: 0.16rem;padding:0 0.2rem;transition: all .3s; }
header .layout .search button{cursor: pointer; display: block;width: 0.18rem;height: 0.17rem;background-image: url(../img/search-ico1.png);background-size: 100% 100%;position: absolute;right: 0.17rem;top:50%;transform: translateY(-50%);transition: all .3s;}

header .layout ul li .xl{background-color: #fff;position: absolute;left:50%;transform: translateX(-50%);width: 140px;display: none; }
header .layout ul li .xl a{display: block;width: 100%;text-align: center;font-size: 14px;line-height: 40px;height: 40px;position: relative;color: #333!important;transition: all .3s; }
header .layout ul li .xl a::before{content: '';display: block;width: 70%;height: 1px; border-bottom: 1px dashed #D6D6D6; position: absolute;left:15%;bottom:0;transition: all .3s; }
header .layout ul li .xl a:last-of-type::before{display: none;}
header .layout ul li .xl a:hover{background-color: #154188!important;color: #fff!important;}
header .layout ul li .xl a:hover::before{border-color: transparent;}

header.active1 .layout ul li a{color: #333;}
header.active1 .layout ul li.active a{color: #154188;}
header.active1 .layout ul li.active::before,header.active1 .layout ul li:hover::before{background-color:#154188;}
header.active1 .search input{background-color: rgba(255,255,255,0.5);}
header.active1 .layout .search button{background-image: url(../img/search-ico2.png);}

header.active{background-color: #fff;border-color: #D6D6D6;}
header.active .layout .logo img:nth-child(1){opacity: 0;}
header.active .layout .logo img:nth-child(2){opacity: 1;}
header.active .layout ul li a{color: #333;}
header.active .layout ul li::before{background-color: #333;}
header.active .layout ul li.active a{color:#154188}
header.active .layout ul li.active::before,header.active .layout ul li:hover::before{background-color:#154188;}
header.active .layout .search input{background-color: #154188;color: #fff;}
header.active .layout .search button{background-image: url(../img/search-ico1.png);}

.js-m-3.animate {opacity:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);}
.search-bg1 {position:fixed;left:0;top:0;width:100%;height:100%;z-index:10;background-color:#f5f5f5;display:none;z-index:2000;}
.header2 {height:55px;position:fixed;background:#fff;z-index:20000;width:100%;display:none;top:0;left:0;}
.header2 .main-wrap {height:55px;padding:0 4%;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);box-sizing:border-box;width:100%;display: flex;justify-content: space-between;align-items: center;}
.header2 .logo {overflow:hidden;}
.header2 .logo a {display:block;}
.header2 .logo img {display:block;height:32px;}
.header2 .nav-btn {width:24px;height:18px;position:relative;cursor:pointer;}
.header2 .nav-btn .line {display:block;width:100%;height:2px;border-radius:2px;background-color:#333333;position:absolute;}
.header2 .nav-btn .line1 {-webkit-transform-origin:left 0px 0;-ms-transform-origin:left 0px 0;transform-origin:left 0px 0;}
.header2 .nav-btn .line2 {top:8px;width: 75%;}
.header2 .nav-btn .line3 {bottom:0;-webkit-transform-origin:left 2px 0;-ms-transform-origin:left 2px 0;transform-origin:left 2px 0;width: 90%;}
.header2 .sub-menu {width:100%;padding:0 2%;display:none;position:absolute;left:0;top:60px;z-index:2;overflow-y:auto;box-sizing:border-box;}
.header2 .sub-menu ul {width:100%;overflow-y:scroll;height:calc(100vh - 55px - 1.5rem);}
.header2 .sub-menu li {border-bottom:1px solid #E8E8E8;font-size:16px;width:96%;margin:0 auto;}
.header2 .sub-menu .tit {display:block;width:100%;padding:0 3%;line-height:60px;color:#333;position:relative;box-sizing:border-box;font-size:16px;}
.header2 .sub-menu .tit i{display:block;width:10px;height:10px;background-image: url(../img/h_add.svg);position:absolute;top:50%;margin-top:-5px;right:3%;transition: all .3s linear;}
.header2 .sub-menu .tit.on i{transform: rotate(45deg);}
.header2 .sub-menu .sec-list {line-height:40px;padding:10px 4%;display:none;}
.header2 .sub-menu .sec-list p {background:url(../img/ico_04.png) no-repeat left center;background-size:3px auto;font-size:14px;}
.header2 .sub-menu .sec-list a {padding-left:3%;color:#666;display:block;}
.header2 .nav-btn.hover .line {background:#031C94;}
.header2 .nav-btn.hover .line3{width: 100%;}

.i-banner{position: relative;width: 100vw;height: 100vh;overflow: hidden;}
.i-banner .swiper-slide{width: 100%;height: 100%;overflow: hidden;position: relative; }
.i-banner .swiper-slide .slide-inner{position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover;background-position:center;}
.i-banner .swiper-slide .slide-inner .wz{color: #fff;font-size: 0.56rem;line-height: 0.78rem;position: absolute;top:50%;transform: translateY(-50%);width: 100%;text-align: center;z-index: 3;font-weight:bold; }
.i-banner .swiper-slide .slide-inner .wz .ani{font-weight:bold}
.i-banner .pagination{position: absolute;left:6.25%;bottom:0.88rem;z-index: 3;}
.i-banner .pagination .swiper-pagination-bullet{width: 0.3rem;height: 0.3rem;background-color: transparent;opacity: 1;position: relative;}
.i-banner .pagination .swiper-pagination-bullet::before{content: '';display: block;width: 0.05rem;height: 0.05rem;background-color: #fff;border-radius: 50%;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%); }
.i-banner .pagination .swiper-pagination-bullet-active .circle2 {-webkit-animation:svgCircleAnmi 4s linear forwards;animation:svgCircleAnmi 4s linear forwards;z-index: 3;}
.i-banner .pagination .svg {width: 0.3rem;height: 0.3rem;position: absolute;left:0;top:0;transform: translate(-50%,-50%);transform:rotate(-90deg);opacity:0;transition:opacity .3s;display:block;}
.i-banner .pagination .swiper-pagination-bullet-active .svg{opacity: 1;}
.i-banner .pagination .circle1 {stroke:transparent;}
.i-banner .pagination .circle2 {stroke:#fff;stroke-dasharray:0 339;}
.i-banner .pagination svg:not(:root) {overflow:hidden;}
@-webkit-keyframes svgCircleAnmi {
0% {stroke-dasharray:0 339;}
to {stroke-dasharray:339 339;}
}
@keyframes svgCircleAnmi {
0% {stroke-dasharray:0 339;}
to {stroke-dasharray:339 339;}
}
.i-banner .roll{position: absolute;left:50%;bottom:0.6rem;display: block;transform: translateX(-50%);z-index: 3; }
.i-banner .roll img{display: block;width: 0.56rem; }
.i-banner .btn{display: flex;position: absolute;right:6.25%;bottom:0.8rem;z-index: 3; display:none;}
.i-banner .btn .prev,.i-banner .btn .next{position: relative;cursor: pointer;width: 0.5rem;height: 0.5rem;background-color: rgba(0,0,0,0.31);border-radius: 50%;transition: all .3s; }
.i-banner .btn .prev::before,.i-banner .btn .next::before{content: '';display: block;width: 0.18rem;height: 0.1rem;background-size: 100% 100%;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);transition: all .3s; }
.i-banner .btn .prev::before{background-image: url(../img/prev-ico1.png);}
.i-banner .btn .next::before{background-image: url(../img/next-ico1.png);}
.i-banner .btn .prev{margin-right: 0.2rem;}


.i-part1{background-color: #F8F8F8;}
.i-part1-1{margin-top: 0.67rem;display: flex;justify-content: space-between;}
.i-part1-1 .img{width: 8.92rem;overflow: hidden; }
.i-part1-1 .img img{display: block;width: 100%;transition: all .3s; }
.i-part1-1 .wz{width: 7.04rem; }
.i-part1-1 .wz h3{font-size: 0.28rem;font-weight: bold;color: #333;margin-bottom: 0.42rem;}
.i-part1-1 .wz .ms{font-size: 0.18rem;line-height: 1.875;color: #666666;margin-bottom: 0.4rem; }
.i-part1-1 .wz .list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.i-part1-1 .wz .list .item{margin-right: 2.9rem;margin-bottom: 0.54rem;min-width: 1.8rem;}
.i-part1-1 .wz .list .item:nth-child(2n){margin-right: 0;}
.i-part1-1 .wz .list .item .num{display: flex;margin-bottom: 0.12rem;position: relative;justify-content: center; }
.i-part1-1 .wz .list .item .num span{font-weight: bold;color: #154188;font-size: 0.52rem;}
.i-part1-1 .wz .list .item .num i{display: block;width: 0.2rem;height: 0.2rem;background-image: url(../img/add-ico1.png);background-size: 100% 100%;margin-left: 0.14rem;position:absolute;right:0; }
.i-part1-1 .wz .list .item .num b{font-weight: bold;font-size: 0.27rem;color: #154188;position: relative;top:0.2rem;margin-left: 0.14rem;position:absolute;right:0;}
.i-part1-1 .wz .list .item p{color: #171717;font-size: 0.14rem;text-align: center;}
/*.i-part1-1 .wz .list .item:nth-of-type(3) p{padding-right:0.3rem; }*/
.i-part1-1 .wz .more{margin-top: 0.87rem;}

.i-part2-1{margin-top: 0.38rem;position: relative;}
.i-part2-1 .bg{width: 100%;}
.i-part2-1 .bg img{display: block;width:100%;}
.i-part2-1 .bg img.pc{display:block;}
.i-part2-1 .bg img.mm{display:none;}
.i-part2-1 .list{width: 100%;height: 100%; position: absolute;left:0;top:0;z-index: 3;}
.i-part2-1 .list .item{position: absolute;left:0;top:0;cursor: pointer;transition: all .3s;}
.i-part2-1 .list .item p{position: relative;padding:0.1rem 0.24rem;background-color: #fff;font-size: 0.18rem; color: #154188;border-top-left-radius:0.24rem;border-bottom-right-radius:0.24rem;transition: all .3s;}
.i-part2-1 .list .item p::before{content: '';display: block;width: 0.11rem;height: 0.05rem;background-image: url(../img/sj-ico.png);background-size: 100%;position: absolute;left:50%;bottom:-0.05rem;transform: translateX(-50%);transition: all .3s;}
.i-part2-1 .list .item .dian{width: 0.2rem;height: 0.2rem;position: relative;margin:0.2rem auto 0;}
.i-part2-1 .list .item .dian i{display: block;width: 0.10rem;height: 0.10rem;background-image: url(../img/add-ico2.png);background-size: 100% 100%;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);z-index: 3;}
.i-part2-1 .list .item .dian::before{content: '';display: block;width: 0.2rem;height: 0.2rem;background-color: #fff;border-radius: 50%;position: absolute;left:0;top:0;z-index: 2;}
.i-part2-1 .list .item .dian::after {content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;animation:myfirst 2s linear infinite;animation-delay:0.5s;background-color:#154188;border-radius:50%;}
@keyframes myfirst {
20% {transform:translate(-50%,-50%) scale(1.4);opacity:0.6;}
60% {transform:translate(-50%,-50%) scale(1.6);opacity:0.3;}
100% {transform:translate(-50%,-50%) scale(1.8);opacity:0;}
}
.i-part2-1 .list .item:nth-of-type(1){left:3.03rem;top:4.6rem}
.i-part2-1 .list .item:nth-of-type(2){left:6.46rem;top:2.81rem}
.i-part2-1 .list .item:nth-of-type(3){left:9.53rem;top:5.45rem}
.i-part2-1 .list .item:nth-of-type(4){left:10.21rem;top:3.08rem}
.i-part2-1 .list .item:nth-of-type(5){left:12.58rem;top:1.43rem}

.i-part2-1 .listm{display:none;}

.i-part3 .layout{display: flex;justify-content: space-between; margin-top: 0.26rem;flex-direction:row-reverse; }
.i-part3-1{margin-top: 0.6rem;width: 3.64rem;overflow: hidden;}
.i-part3-1 h3{color: #333333;font-size: 0.28rem;margin-bottom: 0.4rem;line-height: 1.75;font-weight:bold; }
.i-part3-1 .ms p{display: flex;color: #666666;margin-bottom: 0.22rem;line-height:1.5; }
.i-part3-1 .ms p b{font-size: 0.18rem;font-weight: bold;display: block;width: 1rem;}
.i-part3-1 .ms p span{font-size: 0.16rem;display: block;width: calc(100% - 1rem);}

.i-part3-2{width: 12.06rem;height: 6.24rem;position: relative;overflow: hidden;}
.i-part3-2 .swiper-slide{width: 100%;height: 100%;overflow: hidden;position: relative; }
.i-part3-2 .swiper-slide .img{position:absolute;width:100%;height:100%;left:0;top:0;background-size:cover;background-position:center;}
.i-part3-2 .swiper-slide img{display:block;width:100%; }

.i-part3-2 .prev{width: 0.4rem;height: 0.4rem;background-color: rgba(255,255,255,0.4);border-radius: 50%;position: absolute;left:0.6rem;bottom:0.5rem;z-index: 3;cursor: pointer;display: flex;align-items: center;justify-content: center;transition: all .3s;}
.i-part3-2 .prev::before{content: '';display: block;width: 0.08rem;height: 0.13rem;background-image: url(../img/i-part3-prev.png);background-size: 100% 100%;}
.i-part3-2 .next{width: 0.4rem;height: 0.4rem;background-color: rgba(255,255,255,0.4);border-radius: 50%;position: absolute;right:0.6rem;bottom:0.5rem;z-index: 3;cursor: pointer;display: flex;align-items: center;justify-content: center;transition: all .3s;}
.i-part3-2 .next::before{content: '';display: block;width: 0.08rem;height: 0.13rem;background-image: url(../img/i-part3-next.png);background-size: 100% 100%;}

.i-part3-2 .pagination{position: absolute;height: 0.4rem;width: calc(100% - 2rem);left:1rem;bottom: 0.5rem;z-index: 3;display: flex;justify-content: center;align-items: center; }
.i-part3-2 .pagination::before{content: '';display: block;width: 100%;height: 1px;background-color: rgba(255,255,255,0.4);position: absolute;left:0;top:50%; }
.i-part3-2 .pagination .swiper-pagination-bullet{width: 0.5rem;height: 0.5rem;border-radius: 0.25rem;  background-color: transparent;opacity: 1;display: flex;align-items: center;justify-content: center;background-image: url(../img/i-part3-ico1.png);background-size: 100% 100%;margin:0 0.25rem; }
.i-part3-2 .pagination .swiper-pagination-bullet b{font-family:"DIN-Bold";color: #fff;font-size: 0.24rem;opacity: 0;transition: all .3s; }
.i-part3-2 .pagination .swiper-pagination-bullet-active{width: 1.4rem;height: 0.5rem;background-image: url(../img/i-part3-ico1a.png);background-size: 100% 100%; }
.i-part3-2 .pagination .swiper-pagination-bullet-active b{opacity: 1; }

.i-part4-1{margin-top: 0.5rem;height: 260px;overflow: hidden;margin-bottom:0.64rem;}
.i-part4-1 .swiper-slide{height: calc((100% - 60px) / 2);position:relative;}
.i-part4-1 .swiper-slide img{display: block;max-width:100%;transition:all .3s}
.i-part4 .btn{display: flex;justify-content: center;margin-top: 0.64rem; }
.i-part4 .btn .prev,.i-part4 .btn .next{width: 0.5rem;height: 0.5rem;margin:0 0.1rem;background-color: #E9EBF0;border-radius: 50%;position: relative; cursor: pointer;transition: all .3s;}
.i-part4 .btn .prev::before,.i-part4 .btn .next::before{content: '';display: block;width: 0.06rem;height: 0.1rem;background-size: 100% 100%;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);transition: all .3s;}
.i-part4 .btn .prev::before{background-image: url(../img/prev-ico3.png);}
.i-part4 .btn .next::before{background-image: url(../img/next-ico3.png);}
/*2025.5.12*/
.i-part4 .swiper-scrollbar {
    height: .12rem;
    cursor: pointer;
    /*pointer-events: none;*/
}
.i-part4 .swiper-scrollbar .swiper-scrollbar-drag {
    background: #154188;
    /*pointer-events: all;*/
}

/* 底部 */
footer{background-color: #F8F8F8;}
footer .top{display: flex;padding:0.6rem 0 0.3rem;justify-content: space-between;}
footer .top .col-l{display: flex;}
footer .top .ms{margin-right: 2rem;}
footer .top .ms p{display: flex;align-items: center;margin-bottom: 22px;}
footer .top .ms p b{font-size: 14px;color: #333333;display: block; margin-left: 6px;}
footer .top .ms p span{color: #666666;margin-left: 6px;font-size: 14px; }
footer .top .down a{display: flex;align-items: center; margin-bottom: 22px;}
footer .top .down a img{display: block; margin-right: 6px;}
footer .top .col-r{text-align: center;}
footer .top .col-r .img{border: 1px solid #B4B4B4;padding:8px;margin-bottom: 15px;}
footer .top .col-r .img img{display: block;width: 88px;}
footer .top .col-r p{font-size: 15px;color: #333;}
footer .bottom{display: flex;justify-content: space-between;padding:20px 0;border-top: 1px solid rgba(0,0,0,0.1);}
footer .bottom p{color: #989898;font-size: 13px;}
footer .bottom p a{color: #989898;}

/* 视频弹窗 */
.c-modal {position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;overflow:hidden;outline:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:0;visibility:hidden;}
.c-modal.on {opacity:1;visibility:visible;}
.c-modal-backdrop {position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#000;opacity:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;}
.c-modal-backdrop.on {opacity:.5;}
.c-modal-dialog {width:auto;max-width:94%;max-height:94%;position:relative;z-index:2;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);border-radius:5px;outline:0;margin:0 auto;opacity:0;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;-o-transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s;overflow:hidden;}
.c-modal-dialog.on {opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
.c-modal-dialog .content {display:none;}
.c-modal-dialog .video {width:768px;height:432px;}
.c-modal-dialog .video iframe {width:100%;height:100%;}
.c-modal-dialog .video video,.c-modal-dialog .video .video-js {width:100%;height:100%;}
.c-modal-dialog .form {background:#fff;width:500px;max-width:100%;padding:32px 6%;}
.c-modal-dialog .imgshow {background-color:#fff;}
.c-modal-dialog .imgshow .img {max-width:100%;}
.c-modal-dialog .imgshow .move {max-height:94vh;overflow-y:scroll;}
.c-modal-dialog .imgshow .move::-webkit-scrollbar {width:17px;height:17px;background-color:rgba(255,255,255,0.8);}
.c-modal-dialog .img {display:block;margin:0 auto;}
.c-modal-dialog .img>img {max-width:94vw;max-height:94vh;}
.c-modal-off {width:20px;height:20px;color:#fff;position:absolute;z-index:3;right:20px;top:20px;cursor:pointer;-webkit-transition:-webkit-transform .4s ease-out;transition:-webkit-transform .4s ease-out;-o-transition:transform .4s ease-out;transition:transform .4s ease-out;transition:transform .4s ease-out,-webkit-transform .4s ease-out;}
.c-modal-off::after,.c-modal-off::before {content:'';width:100%;height:2px;background:#ddd;position:absolute;left:0;top:9px;}
.c-modal-off::after {-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.c-modal-off::before {-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.c-modal-off:hover {-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.vjs-button>.vjs-icon-placeholder:before{display: contents;}

/* 内页banner */
.ny-banner{position: relative;height: 8.4rem;width: 100%;}
.ny-banner .img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 0;background: no-repeat 50%/cover;}
.ny-banner .wz{width: 100%;text-align: center;position: relative;top:50%;transform: translateY(-50%);left:0;color: #fff;z-index: 2;}
.ny-banner .wz h3{font-size: 0.56rem;font-weight: bold;line-height: 1.4;}
.ny-banner .wz p{font-size: 0.24rem;line-height: 1.4;}
.ny-banner.active .wz{color: #333;}

.tab{position: sticky;top:0.8rem;width: 100%;padding:0 6.25%;border-bottom: 1px solid #D6D6D6;display: flex; align-items: center;z-index: 6;background-color: #fff;}
.tab a{font-size: 18px;display: block;position: relative;height: 0.74rem;line-height: 0.74rem;margin-right: 1rem;transition: all .3s;}
.tab a::before{content: '';display: block;width: 0;height: 3px;background-color: #154188;position: absolute;left:50%;bottom:-2px;transform: translateX(-50%);transition: all .3s;}
.tab a.active{color: #154188;}
.tab a.active::before{width: 100%;}

.tab1{position: sticky;top:1.54rem;width: 100%;padding:0 6.25%;display: flex; align-items: center;z-index: 6;background-color: #fff;}
.tab1 a{font-size: 16px;color:#999999; display: block;position: relative;margin-right: 0.8rem;transition: all .3s;padding:0.4rem 0;}
.tab1 a::before{content: '';display: block;width: 0;height: 2px;background-color: #154188;position: absolute;left:50%;bottom:0.1rem;transform: translateX(-50%);transition: all .3s;}
.tab1 a.active{color: #154188;}
.tab1 a.active::before{width: 100%;}

.case-main{position: relative;}
.case-list .item{display: flex;background-color: #F8F8F8;padding:0.76rem 0.87rem 0.76rem 1rem;margin-bottom: 0.5rem;}
.case-list .item .time{width: 2.5rem;color: #999999;font-size: 0.24rem;font-weight: bold;}
.case-list .item .time span{color: #333;font-size: 0.8rem;font-family:"Nexa";}
.case-list .item .wz{margin:0 0.72rem;width: 4.3rem;}
.case-list .item .wz h3{color: #154188;font-size: 0.24rem;font-weight: bold;line-height: 1.75;margin-bottom: 0.4rem;}
.case-list .item .wz .ms p{display: flex;color: #666666;margin-bottom: 0.22rem;line-height:2}
.case-list .item .wz .ms p b{font-size: 0.18rem;font-weight: bold;display: block; width:1rem;line-height: 1.3;}
.case-list .item .wz .ms p span{font-size: 0.16rem;display: block; width: calc(100% - 1rem);line-height: 1.625;}
.case-list .item .img{width: 6.86rem;overflow: hidden;}
.case-list .item .img img{display: block;width: 100%;overflow: hidden;transition: all .3s;}
.case-list .item:nth-child(2n){flex-direction: row-reverse;padding:0.76rem 1rem 0.76rem 0.87rem;}

.case1-page01{background-color: #F8F8F8;padding:0.8rem 0;}
.case1-page01 .layout{background-color: #fff;display: flex;justify-content: space-between;padding:0.55rem 0.7rem;}
.case1-page01 .layout .wz{width: 5.88rem;padding-top: 0.6rem;}
.case1-page01 .layout .wz h3{color: #154188;font-size: 0.24rem;font-weight: bold;line-height: 1.75;margin-bottom: 0.4rem;}
.case1-page01 .layout .wz .ms p{display: flex;color: #666666;margin-bottom: 0.22rem;}
.case1-page01 .layout .wz .ms p b{font-size: 0.18rem;font-weight: bold;display: block; width:1rem;line-height: 1.3;}
.case1-page01 .layout .wz .ms p span{font-size: 0.16rem;display: block; width: calc(100% - 1rem);line-height: 1.625;}
.case1-page01 .layout .img{width: 8.18rem;overflow: hidden;}
.case1-page01 .layout .img img{display: block;width: 100%;}

.case1-page02{padding:0.6rem 0 0.8rem 0;}
.case1-page02-1{margin-top: 0.45rem;overflow: hidden;}
.case1-page02-1 .swiper-slide{width: 100%;overflow: hidden;transition: all .3s;}
.case1-page02-1 .swiper-slide .img{width: 100%;overflow: hidden;}
.case1-page02-1 .swiper-slide .img img{display: block;width: 100%;transition: all .3s;}
.case1-page02-1 .swiper-slide .wz{padding:0.32rem 0.24rem;}
.case1-page02-1 .swiper-slide .wz h3{color: #333;font-size: 0.24rem;margin-bottom: 0.28rem;line-height: 1.375;}
.case1-page02-1 .swiper-slide .wz p{display: flex;color: #666666;}
.case1-page02-1 .swiper-slide .wz p b{font-size: 0.18rem;font-weight: bold;display: block; width:0.92rem;line-height: 1.3;}
.case1-page02-1 .swiper-slide .wz p span{font-size: 0.16rem;display: block; width: calc(100% - 0.92rem);line-height: 1.625;}
.case1-page02-1 .swiper-slide:hover{box-shadow: 0 3px 20px rgba(0,0,0,0.05);}
.case1-page02-1 .swiper-slide:hover .img img{transform: scale(1.03);}
.case1-page02-1 .scrollbar{position: relative;width: 4.16rem;height: 0.07rem;border-radius: 0.04rem;margin:0.56rem auto 0;background-color: #F8F8F8;display:none; }
.case1-page02-1 .scrollbar .swiper-scrollbar-drag{background-color: #154188;}
.case1-page02-1 .btn{display: flex;justify-content: center;margin-top: 0.7rem;}
.case1-page02-1 .btn .prev,.case1-page02-1 .btn .next{width: 0.5rem;height: 0.5rem;margin:0 0.1rem;background-color: #E9EBF0;border-radius: 50%;position: relative; cursor: pointer;transition: all .3s;}
.case1-page02-1 .btn .prev::before,.case1-page02-1 .btn .next::before{content: '';display: block;width: 0.06rem;height: 0.1rem;background-size: 100% 100%;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);transition: all .3s;}
.case1-page02-1 .btn .prev::before{background-image: url(../img/prev-ico3.png);}
.case1-page02-1 .btn .next::before{background-image: url(../img/next-ico3.png);}
.case1-page02-1 .btn .prev:hover,.case1-page02-1 .btn .next:hover{background-color: #154188;}
.case1-page02-1 .btn .prev:hover::before{background-image: url(../img/prev-ico3a.png);}
.case1-page02-1 .btn .next:hover::before{background-image: url(../img/next-ico3a.png);}

.case2{padding:1rem 0 0.3rem;}
.case2 .layout{display: flex;flex-wrap: wrap;}
.case2 .layout .item{width: calc(100% / 3 - 0.82rem);margin-right: 1.23rem;margin-bottom: 0.7rem;transition: all .3s;}
.case2 .layout .item .img{width: 100%;overflow: hidden;}
.case2 .layout .item .img img{display: block;width: 100%;transition: all .3s;}
.case2 .layout .item p{text-align: center;color: #333;font-weight: bold;font-size: 0.24rem;padding:0.34rem 0.24rem;}
.case2 .layout .item:nth-child(3n){margin-right: 0;}
.case2 .layout .item:hover{box-shadow: 0 3px 20px rgba(0,0,0,0.05);}
.case2 .layout .item:hover .img img{transform: scale(1.03);}

.news-main{position: relative;padding-bottom: 1rem;}
.news-list{padding:1rem 0 0.3rem;display: flex;flex-wrap: wrap;}
.news-list .item{display: flex;width: 100%;margin-right: 0;border-bottom: 1px solid #999999;position: relative;margin-bottom: 0.6rem;transition: all .3s;justify-content:space-between;}
.news-list .item::before{content: '';display: block;width: 0%;height: 2px;background-color: #154188;position: absolute;left:0;bottom:-1px;transition: all .3s;}
/*.news-list .item:nth-child(3n){margin-right: 0;}*/
.news-list .item .img{width: 30%;overflow: hidden;}
.news-list .item .img img{display: block;width: 100%;transition: all .3s;}
.news-list .item .wz{padding:0.27rem 0.24rem;width:65%;}
.news-list .item .wz h3{color: #363638;font-size: 0.24rem;font-weight: bold;line-height: 0.33rem;overflow: hidden; margin-bottom: 0.24rem;}
.news-list .item .wz .time{color: #154188;font-size: 0.15rem;font-weight: bold;}


.fy{display: flex;justify-content: center;align-items: center;}
.fy .prev,.fy .next{display: block;width: 0.5rem;height: 0.5rem;position: relative;background-color: rgba(0,0,0,0.31);border-radius: 50%;transition: all .3s;display: flex;align-items: center;justify-content: center;}
.fy .prev::before,.fy .next::before{content: '';display: block;width: 0.06rem;height: 0.1rem;background-size: 100% 100%;}
.fy .prev::before{background-image: url(../img/prev-ico3a.png);}
.fy .next::before{background-image: url(../img/next-ico3a.png);}


.fy p{margin:0 0.32rem;font-size: 0.2rem;color: rgba(119,117,117,0.8);}
.fy p span{font-size: 0.3rem; color: rgba(77,77,77,0.8);}

.news-show{padding-top: 1rem;}
.news-show .tt{font-size: 0.36rem;color: #363638;font-weight: bold;line-height: 1.4;margin-bottom: 0.4rem;}
.news-show .tip{display: flex;justify-content: space-between;margin-bottom: 0.5rem;}
.news-show .tip p.time{display: flex;align-items: center;color: #999999;font-size: 0.16rem;}
.news-show .tip p.time img{margin-right: 0.1rem;}
.news-show .tip .back{display: flex;justify-content: center;align-items: center; background-color: #F3F3F3;width: 1.2rem;height: 0.4rem;color: #999999;font-size: 0.16rem;}
.news-show .tip .back img{margin-right: 0.1rem;}
.news-show .content{padding:0.5rem 0;border-top: 1px solid rgba(153,153,153,0.67);border-bottom: 1px solid rgba(153,153,153,0.67);color: rgba(51,51,51,0.8);font-size: 0.16rem;line-height: 1.875;margin-bottom: 0.5rem;}
.news-show .content p{color: rgba(51,51,51,0.8);font-size: 0.16rem;line-height: 1.875;}
.news-show .content img{max-width: 100%;}
.news-show .nn{display: flex;justify-content: space-between;}
.news-show .nn a{display: block;max-width: 40%;overflow: hidden;color: rgba(153,153,153,0.8);transition: all .3s;}

.news-show .nn a:hover{color: #154188;}

.join-main{padding: 0.7rem 0 1rem 0;}
.join-main .form {height:0.68rem;width:100%;position:relative;display: flex;}
.join-main .form .el-select {width:calc(25% - 0.3rem);margin-right:0.3rem;height:0.68rem;}
.join-main .form .el-select>.el-input {width:100%;height:0.68rem}
.join-main .form select {width:calc(25% - 0.3rem);margin-right:0.3rem;float:left;height:0.68rem;border:none;padding:0 0.4rem;background-color:#F1F1F1;}
.join-main .form select>option {width:100%;height:0.68rem}
.join-main .form .la{width: 50%;display: flex;}
.join-main .form .el-input {width:calc(100% - 2.47rem);height:0.68rem;position:relative;}
.join-main .form .el-input__inner {background-color:#F1F1F1;padding:0 0.4rem;}
.join-main .el-input__inner {height:0.68rem;border-radius:0;border:none;}
.join-main .el-button {width: 2.47rem;height: 0.68rem;background-color: #154188;text-align: center;line-height: 0.68rem;padding:0;color: #fff;font-size: 0.18rem;border-radius: 0;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Segoe UI,Hiragino Sans GB,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;}
.join-main .el-button:focus,.join-main .el-button:hover {}
.join-main .el-input__suffix {right:15px;}
.join-main .list {padding:0.5rem 0 0;}
.join-main .list dl {width:100%;}
.join-main .list dt {width:100%;height:0.75rem;line-height:0.75rem;background-color: #154188;display: flex;}
.join-main .list dt p{width:calc(100% / 6);text-align:center;font-size:0.2rem;color:#fff;}
.join-main .list dd {width:100%;}
.join-main .list dd a {display:block;width:100%;height:0.8rem;line-height:0.8rem;display: flex;background-color: #F8F8F8;border-bottom: 1px solid #D6D6D6;}
.join-main .list dd a:nth-child(2n){background-color: #fff;}
.join-main .list dd a p {width:calc(100% / 6);text-align:center;font-size:0.16rem;color:#333;transition:all .3s;}
.join-main .el-pagination {text-align:center;margin-top:0.6rem;}
.join-main .el-pagination.is-background .btn-next,.join-main .el-pagination.is-background .btn-prev,.join-main .el-pagination.is-background .el-pager li{width: 0.5rem;height:0.5rem;border-radius: 50%;font-size: 0.16rem;transition: all .3s;line-height:0.5rem; }

.serivce{position: relative;}
.service-page01{}
.service-page01 .list{display: flex;margin-top: 0.5rem;box-shadow: -5px 5px 15px rgba(0,0,0,0.05);overflow: hidden;flex-direction:row-reverse; }
.service-page01 .list .wz{width: calc(100% - 11.89rem)}
.service-page01 .list .wz .item{padding:1.15rem 0.52rem 0.72rem;transition: all .3s;display: none; }
.service-page01 .list .wz .item img{display:block;width:0.72rem;margin-bottom:0.46rem;}
.service-page01 .list .wz .item h3{color:#154188;font-size:0.28rem;font-weight: bold;margin-bottom: 0.56rem; }
.service-page01 .list .wz .item p{color: #666666;font-size: 0.16rem;line-height: 2.25; }
.service-page01 .list .wz .item.active{display: block; }
.service-page01 .list .img{width: 11.89rem;position: relative; }
.service-page01 .list .img .bg{position: relative;width: 100%;overflow: hidden; }
.service-page01 .list .img .bg img{display: none;width: 100%; }
.service-page01 .list .img .bg img.active{display: block; }
.service-page01 .list .lista{display: flex;width: 100%;height: 100%;position: absolute;left:0;top:0; }
.service-page01 .list .lista .item .dian{width: 16px;height: 16px;background-color: #fff;border-radius: 50%;margin:0 auto 52px;position: relative;transition: all .3s;}
.service-page01 .list .lista .item .dian::before{content: '';display: block;width: 36px;height: 36px;border-radius: 50%;border: 1px solid rgba(255,255,255,0.6);position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);transition: all .3s;}
.service-page01 .list .lista .item .dian::after{content: '';display: block;width: 60px;height: 60px;border-radius: 50%;border: 1px solid rgba(255,255,255,0.3);position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);transition: all .3s;}
.service-page01 .list .lista .item{width: calc(100% / 6);text-align: center;color: #fff;height: 100%;border-right: 1px solid rgba(236,236,236,0.35);padding-top: 3rem;cursor: pointer; }
.service-page01 .list .lista .item.active .dian::before{
	animation: scalepulse 1.3s linear .3s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);}
.service-page01 .list .lista .item.active .dian::after{
	animation: scalepulse 1.3s linear .15s infinite both;
	transform: translate3d(-50%, -50%, 0) scale(1);}
	
.service-page01 .list .lista .item p{text-align: center;font-size: 0.16rem;font-weight: bold;margin-top: 0.53rem; }	

.service-page01 .list11{display:flex;flex-wrap:wrap;margin-top:0.4rem;}
.service-page01 .list11 .item{width:calc(100% / 3 - 30px);margin-right:45px;margin-bottom:0.3rem;}
.service-page01 .list11 .item:nth-of-type(3n){margin-right:0;}
.service-page01 .list11 .item .img{width:100%;overflow:hidden;margin-bottom:0.2rem;}
.service-page01 .list11 .item .img img{display:block;width:100%; }
.service-page01 .list11 .item p{font-size:0.24rem;color:#333;text-align:center;}

@keyframes scalepulse {
    20% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
        transform: translate3d(-50%, -50%, 0) scale(1.15);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    50% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
}

.service-page02{position: relative;overflow: hidden;}
.service-page02 .bg1{margin-top:0.4rem;}
.service-page02 .bg1 img{width:100%;margin:0 auto;}
.service-page02 .bg{width: 100%;height: 7.08rem;background-size: cover;background-position: center;position: absolute;left:0;top:0;z-index: 0; }
.service-page02 .s-tit1{position: relative;z-index: 2;color:#000000; }
.service-page02 .list{margin-top: 1rem;background-color: #fff;padding:1.25rem 0.72rem 0;display: flex;flex-wrap: wrap;justify-content: space-between; }
.service-page02 .list .item{width: 4rem;height: 1.9rem;border-radius: 5px;box-shadow: 0px 3px 20px rgba(0,0,0,0.1);padding:0.43rem;transition: all .3s;position: relative;margin-bottom: 1.33rem; }
.service-page02 .list .item::before{content: '';display: block;width: 100%;height: 0;position: absolute;left:0;top:0;border-radius: 5px;background-color: #154188;transition: all .3s; }
.service-page02 .list .item .ico{width: 0.5rem;height:0.5rem;border-radius: 50%;background-color: #154188;display: flex;align-items: center;justify-content: center;margin-bottom: 0.17rem;position: relative;z-index: 3;transition: all .3s; }
.service-page02 .list .item .ico img{display: block;width: 0.26rem; }
.service-page02 .list .item dl{position: relative;z-index: 3;}
.service-page02 .list .item dl dt{position: relative;color: #333;font-size: 0.24rem;line-height: 1.375;margin-bottom: 0.18rem;display: flex;align-items: center;justify-content: space-between;cursor: pointer;transition: all .3s; }
.service-page02 .list .item dl dt i{display: block;width: 0.1rem;height: 0.06rem;background-image: url(../img/xl-ico1.png);background-size: 100% 100%;transition: all .3s; }
.service-page02 .list .item dl dd{color: #fff;font-size: 0.16rem;opacity: 0;transition: all .3s;line-height:1.4; }


.service-page03{}
.service-page03 .layout{display: flex;position: relative;justify-content: space-between;margin-top:0.4rem; }
.service-page03 .layout .col-l{width: 10.12rem; }
.service-page03 .layout .col-l .s-tit{text-align: left; }
.service-page03 .layout .col-l .ms{color: #666666;font-size: 0.18rem;line-height: 1.375;margin-top: 0.2rem;position: relative;z-index: 3; }
.service-page03 .layout .col-l .img{width: 100%;overflow: hidden;position: relative;margin-top: -0.16rem; }
.service-page03 .layout .col-l .img img{display: block;width: 100%; }

.service-page03 .layout .col-r{width: 3.87rem;padding-top: 2rem; }
.service-page03 .layout .col-r dl{margin-bottom: 0.33rem; position: relative;}
.service-page03 .layout .col-r dl dt{position: relative;padding-left: 0.6rem;color: #333;font-size: 0.24rem;line-height: 1.375; }
.service-page03 .layout .col-r dl dt::before{content: '';display: block;width: 0.2rem;height: 0.2rem;position: absolute;left:0;top:0.1rem;border-radius: 50%; }
.service-page03 .layout .col-r dl dd{color: #666666;font-size: 0.18rem;line-height: 1.375;padding-left: 0.6rem; }

.service-page03 .layout .col-r dl:nth-of-type(1) dt::before{background-color: #618DB0; }
.service-page03 .layout .col-r dl:nth-of-type(2) dt::before{background-color: #23568F; }
.service-page03 .layout .col-r dl:nth-of-type(3) dt::before{background-color: #D3834E; }
.service-page03 .layout .col-r dl:nth-of-type(4) dt::before{background-color: #7CB69E; }

.service-page04 .layout{display: flex;justify-content: space-between; }
.service-page04 .layout .item{background-color: #FBFBFB;padding:1rem 0.72rem;width: calc(50% - 0.25rem); }
.service-page04 .layout .item .ico{margin-bottom: 0.2rem; }
.service-page04 .layout .item .ico img{display: block;height: 0.6rem; }
.service-page04 .layout .item h3{font-size: 0.36rem;line-height: 1.4;font-weight: bold;color: #154188;padding-bottom: 0.4rem;border-bottom: 1px solid rgba(112,112,112,0.72);margin-bottom: 0.3rem; }
.service-page04 .layout .item p{color: #666666;font-size: 0.18rem;line-height: 1.875; }

.technology-page01{background-color: #F8F8F8;padding:0.8rem 0 0.2rem 0; }

.technology-page01 .layout{background-color: #fff;padding:0.8rem 0.72rem; }

.technology-page01 .layout .sa-tit{display: flex;align-items: center;font-size: 0.24rem;line-height: 1.375;margin-bottom: 0.2rem;font-weight: bold; }
.technology-page01 .layout .sa-tit img{margin-right: 0.1rem;width: 0.3rem; }

.technology-page01 .layout .one{
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    
}
.technology-page01 .layout .one .col-l{width: 5.95rem; }
.technology-page01 .layout .one .col-l h3{font-size: 0.36rem;line-height: 1.4;font-weight: bold;color: #333;margin-bottom: 0.4rem;display:none; }
.technology-page01 .layout .one .col-l h4{display: flex;align-items: center;color:#154188;padding-bottom: 0.3rem;border-bottom: 1px solid #D6D6D6;margin-bottom: 0.4rem;display:none; }
.technology-page01 .layout .one .col-l h4 img{display: block;width: 0.3rem;height: 0.3rem; }
.technology-page01 .layout .one .col-l h4 span{display: block;font-size: 0.18rem;margin-left: 0.1rem; }
.technology-page01 .layout .one .col-l h4 b{font-size: 0.18rem;font-family: Bebas;font-weight: normal; }
.technology-page01 .layout .one .col-l .ms{color: #666666;font-size: 0.16rem;line-height: 1.875; }
.technology-page01 .layout .one .col-r{width: 8.82rem;overflow: hidden;display: flex;justify-content: space-between; }
/*.technology-page01 .layout .one .col-r img{display: block;width: 4.36rem;overflow: hidden;transition: all .3s; }*/
.technology-page01 .layout .one .col-r img{display: block;overflow: hidden;transition: all .3s; }

.technology-page01 .layout .two{position: relative; }
.technology-page01 .layout .two .list{display: flex;position: relative;z-index: 3;}
.technology-page01 .layout .two .list .item{padding:0.3rem;border-radius: 6px;border:1px solid #D6D6D6;width: calc(25% - 0.27rem);margin-left: 0.36rem;position: relative;transition: all .3s; }
.technology-page01 .layout .two .list .item:nth-child(1){margin-left: 0; }
.technology-page01 .layout .two .list .item h3{color: #333;font-size: 0.18rem;line-height: 1.4;font-weight: bold;margin-bottom: 0rem;transition: all .3s;opacity:0; }
.technology-page01 .layout .two .list .item p{color: #666666;font-size: 0.16rem;line-height: 0.3rem;transition: all .3s; }
.technology-page01 .layout .two .list .item .num{ font-size: 0.32rem;font-weight: bold;color: #fff;position: absolute;right:-1px;top:-1px;z-index: 3;transition: all .3s;width: 0.57rem;height: 0.57rem;background-image: url(../img/two-ico1.png);background-size: 100% 100%;text-align: center;padding-top: 0.1rem; }


.technology-page01 .layout .two .bg{position: absolute;top:0.8rem;right:0;display:none;}
.technology-page01 .layout .two .bg img{display: block;width: 7.68rem; }

.technology-page01 .layout .three{}
.technology-page01 .layout .three .list{display: flex; }
.technology-page01 .layout .three .list .col-l{width: 7.06rem; width:100%; }
.technology-page01 .layout .three .list .col-l h4{font-size: 0.18rem;line-height: 1.8;font-weight: bold;margin-bottom: 0.2rem;}
.technology-page01 .layout .three .list .col-l ul{margin-bottom:0.4rem;}
.technology-page01 .layout .three .list .col-l ul li{font-size: 0.16rem;line-height: 2.125;color: #666666;position: relative;padding-left: 0.28rem; }
.technology-page01 .layout .three .list .col-l ul li::before{content: '';display: block;width: 0.08rem;height: 0.08rem;background-color: #154188;border-radius: 50%;position: absolute; left:0;top:0.13rem; }
.technology-page01 .layout .three .list .col-l ul:last-child{margin-bottom:0;}

.technology-page01 .layout .three .list .col-r{width: 7.55rem;overflow: hidden;display:none; }
.technology-page01 .layout .three .list .col-r img{display: block;width: 100%;transition: all .3s; }

.technology-page01 .layout .four{}
.technology-page01 .layout .four .tit{text-align: center;margin-bottom: 0.6rem; }
.technology-page01 .layout .four .ms{color:#666;font-size: 0.16rem;line-height: 1.875; }
.technology-page01 .layout .four .ms img{max-width: 100%; }

.technology-page02{}
.technology-page02 .one{display: flex;justify-content: space-between; }
.technology-page02 .sa-tit{display: flex;align-items: center;font-size: 0.24rem;line-height: 1.375;margin-bottom: 0.4rem;font-weight: bold; }
.technology-page02 .sa-tit img{margin-right: 0.1rem;width: 0.3rem; }

.technology-page02 .one .col-l{width: 8.22rem; }
.technology-page02 .one .col-l h3{font-size: 0.36rem;line-height: 1.4;font-weight: bold;color: #333;margin-bottom: 0.4rem;display:none;}
.technology-page02 .one .col-l .ms{color: #666666;font-size: 16px;line-height: 1.875;}
.technology-page02 .one .col-r{width: 7.23rem;overflow: hidden; }
.technology-page02 .one .col-r img{display: block;width: 100%;transition: all .3s; }

.technology-page02a {background-color: #F8F8F8;padding:0.8rem 0; }
.technology-page02a .sa-tit{display: flex;align-items: center;font-size: 0.24rem;line-height: 1.375;margin-bottom: 0.4rem;font-weight: bold; }
.technology-page02a .sa-tit img{margin-right: 0.1rem;width: 0.3rem; }
.technology-page02a .layout{padding: 0.8rem 0.72rem;background-color: #fff; }
.technology-page02a .two{display: flex;justify-content: space-between; }
.technology-page02a .two .col-l{width: 5.95rem; }
.technology-page02a .two .col-l h3{font-size: 0.36rem;line-height: 1.4;font-weight: bold;color: #333;margin-bottom: 0.4rem;display:none; }
.technology-page02a .two .col-l .ms{color: #666666;font-size: 0.16rem;line-height: 1.875; }
.technology-page02a .two .col-r{width: 8.82rem;overflow: hidden;display: flex;justify-content: space-between; }
.technology-page02a .two .col-r img{display: block;width: 100%;overflow: hidden;transition: all .3s; }

.technology-page02a .three{position: relative; }
.technology-page02a .three .list{display: flex;position: relative;z-index: 4; }
.technology-page02a .three .list .item{position: relative;height: 0.64rem;border-right:1px dashed #959595;padding:0.22rem 0.33rem;display: flex; }
.technology-page02a .three .list .item .num{width: 0.42rem;height: 0.28rem;background-color: #9BB3D9;color: #fff;text-align: center;line-height: 0.32rem;font-size: 0.18rem;font-weight: bold;margin-right: 0.16rem;border-top-left-radius: 0.15rem;border-bottom-right-radius: 0.15rem;transition: all .3s; }
.technology-page02a .three .list .item p{color: #666666;font-size: 0.16rem;line-height: 0.28rem;transition: all .3s; }

.technology-page02a .three .list .item:nth-of-type(1){padding-left: 0; }
.technology-page02a .three .list .item:last-of-type{border:none;}


.technology-page02a .three .bg{position: absolute;top:-0.36rem;right:0;display:none}
.technology-page02a .three .bg img{display: block;width: 7.68rem; }

.technology-page02a .four{position: relative;z-index: 4; }
.technology-page02a .four .list{display: flex; }
.technology-page02a .four .list .col-l{width: 7.06rem; }
.technology-page02a .four .list .col-l h4{font-size: 0.18rem;line-height: 1.4;font-weight: bold;margin-bottom: 0.4rem;}
.technology-page02a .four .list .col-l ul{margin-bottom:0.4rem;}
.technology-page02a .four .list .col-l ul li{font-size: 0.16rem;line-height: 2.125;color: #666666;position: relative;padding-left: 0.28rem; }
.technology-page02a .four .list .col-l ul li::before{content: '';display: block;width: 0.08rem;height: 0.08rem;background-color: #154188;border-radius: 50%;position: absolute; left:0;top:0.13rem; }
.technology-page02a .four .list .col-l ul:last-child{margin-bottom:0;}

.technology-page02a .four .list .col-r{width: 7.55rem;overflow: hidden; }
.technology-page02a .four .list .col-r img{display: block;width: 100%;transition: all .3s; }

.about-main{position: relative;}
.about-page01{display: flex;padding-left: 6.25%;justify-content: space-between;align-items: center; }
.about-page01 .col-l{width: 6.95rem;color: #666666;font-size: 0.16rem;line-height: 1.875; }

.about-page01 .col-r{width: calc(100% - 6.95rem - 1.6rem);overflow: hidden;display: flex;align-items: flex-end;padding-left: 0.64rem;overflow: hidden; }
.about-page01 .col-r .pagination{width: 0.22rem;margin-right: 0.4rem;z-index: 5;position: relative; }
.about-page01 .col-r .pagination::before{content: '';display: block;width: 1px;height: 0.7rem;background-color: #DDDDDD;position: absolute;left:50%;top:-0.8rem; }
.about-page01 .col-r .pagination .swiper-pagination-bullet{width: 0.1rem;height: 0.1rem;opacity: 1;margin:0.15rem 0.05rem;background-color: #EBEBEB; }
.about-page01 .col-r .pagination .swiper-pagination-bullet-active{background-color: #154188; }
.about-page01 .col-r .pagination .swiper-pagination-bullet:last-of-type{margin-bottom: 0; }
.about-page01 .col-r .pagination .swiper-pagination-bullet::before{content: '';font-size: 0.2rem;color: #154188;position: absolute;top:-1.2rem;left:0;z-index: 3;font-family:"Gotham";opacity: 0;transition: all .3s; }
.about-page01 .col-r .pagination .swiper-pagination-bullet:nth-child(1)::before{content: '01'; }
.about-page01 .col-r .pagination .swiper-pagination-bullet:nth-child(2)::before{content: '02'; }
.about-page01 .col-r .pagination .swiper-pagination-bullet:nth-child(3)::before{content: '03'; }
.about-page01 .col-r .pagination .swiper-pagination-bullet:nth-child(4)::before{content: '04'; }
.about-page01 .col-r .pagination .swiper-pagination-bullet-active::before{opacity: 1;}

.about-page01 .col-r .swiper-slide img{display: block;width: 100%;transition: all .3s; }
.about-page01 .col-r .swiper-slide .p1 {
    text-align: center;
    padding-top: .3rem;
    font-size: 14px;
}
.about-page02{position: relative; }
.about-page02 .bg{position: absolute;left:0;top:0;width: 100%; }
.about-page02 .bg img{display: block;width: 100%; }
.about-page02 .layout{position: relative; z-index: 3;}
.about-page02 .layout .tit{text-align: center; }
.about-page02 .layout .list{display: flex;margin-top: 0.85rem;justify-content:space-around; }
.about-page02 .layout .list .item{padding:0.54rem 0.5rem;display: flex;align-items: center;border-radius: 0.11rem;cursor: pointer;transition: all .3s; }
.about-page02 .layout .list .item .ico{position: relative;width: 1.02rem;height: 1.02rem;border: 1px solid rgba(21,65,136,0.39);border-radius: 50%;margin-right: 0.4rem; }
.about-page02 .layout .list .item .ico img{display: block;width: 0.38rem;height: 0.38rem;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);transition: all .3s; }
.about-page02 .layout .list .item .ico img:nth-of-type(2){opacity: 0;}
.about-page02 .layout .list .item .wz{}
.about-page02 .layout .list .item .wz .num{font-size: 0.36rem;font-weight: bold;line-height: 1.4;margin-bottom: 0.1rem;color:#333; transition: all .3s; }
.about-page02 .layout .list .item .wz .num span{font-weight: bold;transition: all .3s; }
.about-page02 .layout .list .item .wz p{color: #666666;font-size: 0.16rem; }


.about-page03 .tit{text-align: center; }
.about-page03 .list{margin-top: 0.73rem;display: flex; }
.about-page03 .list .item-l{width: 1rem; }
.about-page03 .list .item-l a{display: inline-block;position: relative;font-size: 0.16rem;color: #666666;padding-bottom: 0.14rem;margin-bottom: 0.93rem;transition: all .3s; }
.about-page03 .list .item-l a::before{content: '';display: block;width: 70%;height: 2px;background-color: #BCBCBC;position: absolute;left:0;bottom:0;transition: all .3s; }

.about-page03 .list .item-l a.active,.about-page03 .list .item-l a:hover{color: #154188;font-size: 0.2rem; }
.about-page03 .list .item-l a.active::before,.about-page03 .list .item-l a:hover::before{width: 100%;background-color: #154188; }

.about-page03 .list .item-c{width: 10.77rem;overflow: hidden;margin-left: 2rem;padding-top: 0.3rem;position:relative; }
.about-page03 .list .item-c .item{display: none; }
.about-page03 .list .item-c .item.active{display: block; }

.about-page03 .list .item-c .item .swiper-slide{transition: 300ms;transform: scale(0.8);}
.about-page03 .list .item-c .item .swiper-slide-active{transform: scale(1);}

.about-page03 .list .item-c .item .swiper-slide .img{width: 100%;overflow: hidden;transition: all .3s; }
.about-page03 .list .item-c .item .swiper-slide .img img{display: block;width: 100%; }
.about-page03 .list .item-c .item .swiper-slide p{text-align: center;color: #333;font-size: 0.18rem;font-weight: bold;margin-top: 0.3rem;transition: all .3s;opacity: 0; }
.about-page03 .list .item-c .item .swiper-slide-active .img{opacity: 1; }
.about-page03 .list .item-c .item .swiper-slide-active p{opacity: 1; }


.about-page03 .list .item-c .item .btn{display: flex;justify-content: center;margin-top: 0.4rem; }
.about-page03 .list .item-c .item .btn .prev,.about-page03 .list .item-c .item .btn .next{width: 0.5rem;height: 0.5rem;margin:0 0.1rem;background-color: #E9EBF0;border-radius: 50%;position: relative; cursor: pointer;transition: all .3s;}
.about-page03 .list .item-c .item .btn .prev::before,.about-page03 .list .item-c .item .btn .next::before{content: '';display: block;width: 0.06rem;height: 0.1rem;background-size: 100% 100%;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);transition: all .3s;}
.about-page03 .list .item-c .item .btn .prev::before{background-image: url(../img/prev-ico3.png);}
.about-page03 .list .item-c .item .btn .next::before{background-image: url(../img/next-ico3.png);}


.about-page03 .list .item-r{width: 3.52rem;height:3rem;padding:0 0.2rem;overflow: hidden; }
.about-page03 .list .item-r .item{display: none;height: 3rem;}
.about-page03 .list .item-r .item.active{display: block; }

.about-page03 .list .item-r .item .swiper-slide{font-size: 0.16rem;color: #999999;transition: all .3s;display: flex;align-items: center;justify-content: center;border-radius: 0.32rem; }
.about-page03 .list .item-r .item .swiper-slide-active{font-size: 0.2rem;color: #154188;box-shadow: 3px 3px 10px rgba(0,0,0,0.05); }


.about-page04{padding-bottom:1rem;}
.about-page04 .item{display: flex;justify-content: space-between;margin-bottom: 0.7rem;flex-direction: row-reverse; }
.about-page04 .item .wz{width: 8rem; }
.about-page04 .item .tt{display: flex;justify-content: space-between;width: 7.76rem;background-color: #fff; }
.about-page04 .item .tt .sa-tit{font-weight: bold; }
.about-page04 .item .tt .sa-tit img{width: 0.3rem;display: block; }
.about-page04 .item .tt .sa-tit p{line-height: 1.375;color: #154188;font-size: 0.36rem;margin-top: 0.2rem;font-weight: bold; }
.about-page04 .item .tt .num{font-size: 1.4rem;color: #fff;font-family:"Nexa";text-shadow: rgba(126, 126, 126, 0.7) 1px 0 0, rgba(126, 126, 126, 0.7) 0 1px 0, rgba(126, 126, 126, 0.7) -1px 0 0, rgba(126, 126, 126, 0.7) 0 -1px 0; display:none;}

.about-page04 .item .ms{color: #666666;font-size: 0.18rem;line-height: 0.28rem;margin-top:0.3rem;}

.about-page04 .item .img{width: 8rem;overflow: hidden; }
.about-page04 .item .img img{display: block;width: 100%;transition: all .3s; }

.about-page04 .item:nth-child(2n){flex-direction: row; }
.about-page04 .item:last-of-type{margin-bottom: 0; }

.about-page05{height: 7.82rem;width: 100%;background-position: center;background-size: cover;display: flex;justify-content: center;align-items: center; }

.about-page05 .ms{text-align: center; }
.about-page05 .ms p{font-size: 0.36rem;line-height: 0.5rem;color: #fff;font-weight: bold;margin-bottom: 0.58rem; }
.about-page05 .ms .btn{display: flex;width: 2.2rem;height: 0.54rem;justify-content: center;align-items: center;color: #fff;font-size: 0.18rem;background-color: #154188;margin:0 auto;cursor: pointer; }
.about-page05 .ms .btn i{display: block;width: 0.21rem;height: 0.21rem;background-image: url(../img/video-play.png);background-size: 100% 100%;margin-right: 0.13rem;transition: all .3s; }

.search1{padding-top:1.2rem;margin:0 auto; }
.search1 .ss {display:table;margin:0 auto;width:83%;line-height:48px;border:1px solid #ECECEC;padding-left:10px;border-radius:6px;position:relative;}
.search1 .ss input {line-height:48px;width:calc(100% - 40px);background-color:transparent;border:none;outline: none;}
.search1 .ss input::-webkit-input-placeholder {color:#333;}
.search1 .ss input::-moz-placeholder {color:#333;}
.search1 .ss input:-ms-input-placeholder {color:#333;}
.search1 .ss input::placeholder {color:#333;}
.search1 .ss .iconfont {cursor:pointer; display:block;width:40px;height:48px;position:absolute;top:0;right:0;border:none;background:none;outline:none;}

.about-page02 {
    margin-bottom: .4rem;
}
.about-page06  {
    position: relative;
    z-index: 2;
    padding: 0 0 1.54rem;
    overflow: hidden;
}
.about-page06 .tit {
    text-align: center;
    margin-bottom: .85rem;
    padding: 0 1.22rem;
}
.about-page06 .ab6swiper_cont {
    margin: 0 1.22rem;
    position: relative;
}
.about-page06 .ab6swiper {
   width: 13.16rem;
}
.about-page06 .swiper-slide {
    position: relative;
    z-index: 1;
    display: flex;
    border-radius: .11rem;
    overflow: hidden;
    transition: all .4s ease;
    opacity: 0;
    background: #fff;
    /*margin: 0 -7.70rem;*/
}
.about-page06 .swiper-slide-next {
    opacity: .4;
}
.about-page06 .swiper-slide-active {
    position: relative;
    z-index: 2;
    opacity: 1;
    box-shadow: 5px 4px 25.2px 0px rgba(43, 43, 43, 0.09);
}
.about-page06 .swiper-slide .pic {
    width: 5.25rem;
    height:5.25rem;
    overflow: hidden;
}
.about-page06 .swiper-slide .pic .picimg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .4s ease;
}
.about-page06 .swiper-slide .pic:hover .picimg {
    transform: scale(1.1);
}

.about-page06 .swiper-slide .text {
    flex: 1;
    background-color: #fff;
    padding: .4rem .1rem .35rem .42rem;
    display: flex;
    height: 5.25rem;
    flex-direction: column;
}
.about-page06 .swiper-slide .text .text_top {
    display: flex;
    align-items: center;
    column-gap: .3rem;
    padding-right: .4rem;
    margin-bottom: .3rem;
}

.about-page06 .swiper-slide .text .text_top .name {
    font-size: .24rem;
    color: #333;
}
.about-page06 .swiper-slide .text .text_top .position {
    display: flex;
    flex-wrap: wrap;
    column-gap: .12rem;
}

.about-page06 .swiper-slide .text .text_top .position .item {
    height: .26rem;
    border-radius: .26rem;
    display:flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 .2rem;
    color: rgba(21, 65, 136, 1);
    border:1px solid rgba(21, 65, 136, 1);
}

.about-page06 .swiper-slide .text  .text_bot {
    flex: 1;
    overflow-y: auto;
    padding-right: .4rem;
}

.about-page06 .swiper-slide .text  .text_bot::-webkit-scrollbar {
    width: .06rem;
    height: .06rem;
    border-radius: .06rem;
}

.about-page06 .swiper-slide .text  .text_bot::-webkit-scrollbar-track  {
    background: #e9ebf0;
}

.about-page06 .swiper-slide .text  .text_bot::-webkit-scrollbar-thumb {
    border-radius: .06rem;
    background: #154188;
}

.about-page06 .swiper-slide .text  .text_bot .intro {
    line-height: 1.86;
    text-align: justify;
    font-size: .15rem;
    color: rgba(51, 51, 51, 1);
    margin-bottom: .63rem;
}

.about-page06 .swiper-slide .text  .text_bot .honor .honor_tit {
    color: rgba(21, 65, 136, 1);
    position: relative;
    padding-left: 10px;
    font-size: .16rem;
    margin-bottom: .2rem;
}

.about-page06 .swiper-slide .text  .text_bot .honor .honor_tit::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 8px;
    background: #2965ab;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.about-page06 .swiper-slide .text .text_bot .honor .honor_cont {
    display: flex;
    flex-direction: column;
    row-gap: .16rem;
}
.about-page06 .swiper-slide .text .text_bot .honor .honor_cont .item {
    /*display: ;*/
    list-style-type: disc;
}

.about-page06 .swiper-slide .text .text_bot .honor .honor_cont .item::marker {
    color: rgba(21, 65, 136, 1);
}

.about-page06 .btn {
    display: flex;
    align-items: center;
    column-gap: .2rem;
    position: absolute;
    z-index: 6;
    right: 0;
    bottom: 0;
}
.about-page06 .btn>div {
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.1rem;
    background-color: #E9EBF0;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}
.about-page06 .btn>div:hover {
    background: #154188;
}
.about-page06 .btn>div.next:hover::before {
    background-image: url(../img/next-ico3a.png);
}
.about-page06 .btn>div.prev:hover::before {
    background-image: url(../img/prev-ico3a.png);
}



.about-page06 .btn .next::before {
    background-image: url(../img/next-ico3.png);
}
.about-page06 .btn .prev::before {
    background-image: url(../img/prev-ico3.png);
}
.about-page06 .btn .prev::before, .about-page06  .btn .next::before {
    content: '';
    display: block;
    width: 0.06rem;
    height: 0.1rem;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.search1 .s_btn {text-align:center;color:#fff;margin-top:50px;}

.article-page01 {margin:1.2rem auto 0;padding-bottom:0.5rem}
.article-page01.map {}
.article-page01 .wrap {background-color:#fff;box-sizing:border-box;}
.article-page01 .title1 {font-weight:700;color:#000;margin-bottom:0.30rem;font-size:0.2rem;text-align:center;}
.article-page01 dl {margin-bottom:40px;border:1px solid #ccc;}
.article-page01 dl dt {background:#173993;height:40px;line-height:40px;padding-left:20px;color:#fff;}
.article-page01 dl dt a {color:#fff;font-size:16px;}
.article-page01 dl dd {padding:20px;display:inline-block;margin-right:20px;}
.article-page01 dl dd a {font-size:14px;color:#666;}
.article-page01 .p{font-size: 0.16rem;line-height: 1.5; }
/* 隐私条款 */
.editor-detail {color:rgba(0,0,0,.65);font-size:15px;line-height:2;text-align:justify;text-justify:inter-ideograph;}
.editor-detail strong {font-weight:bold !important;}
.editor-detail p {color:rgba(0,0,0,.65);font-size:15px;line-height:2;text-align:justify;text-justify:inter-ideograph;}
@media  only screen and (max-width:960px) {
.article-page01 {padding:0;margin-top:1rem;}
.article-page01 .wrap {width:100%;padding:40px 3% 0;}
.article-page01.map {padding-top:0;}
.news_con .con {width:100%;}
}

/* 适配 */
@media (max-width:1680px) {
	html{font-size: 87.5px;}
}
@media (max-width:1480px) {
	html{font-size: 77.0833px;}
}
@media (max-width:1440px) {
	html{font-size: 75px;}
}
@media (max-width:1366px) {
	html{font-size: 71.1458px;}
}
@media (max-width:1280px) {
    html{font-size: 66.6667px;}
	.i-part1-1 .wz .list .item{margin-right:1rem; }
	.tab a{font-size:14px;}
	.tab1 a{font-size:12px;}
}
@media (max-width:1279px) {
    .i-part3-1{width:4.64rem;}
    .i-part3-1 .ms p b{width:1.4rem;}
    .i-part3-1 .ms p span{width: calc(100% - 1.4rem);}
    .i-part3-2{width:11.06rem;}
    .case-list .item .wz .ms p b{width:1.4rem;}
    .case-list .item .wz .ms p span{width: calc(100% - 1.4rem);}
}
@media (min-width:1025px) {
	.more:hover i{margin-right: 0.3rem; }
	.about-page05 .ms .btn:hover i{margin-right:0.3rem}
	.tab a:hover{color: #154188;}
	.tab a:hover::before{width: 100%;}
	.tab1 a:hover{color: #154188;}
	.tab1 a:hover::before{width: 100%;}
	.i-part4-1 .swiper-slide:hover img{transform:scale(1.03)}
	.i-part1-1 .img:hover img,.about-page01 .col-r .swiper-slide:hover img,.about-page04 .item .img:hover img,.technology-page01 .layout .one .col-r img:hover,.technology-page01 .layout .three .list .col-r:hover img,.technology-page02a .two .col-r img:hover,.technology-page02a .four .list .col-r:hover img,.technology-page02 .one .col-r:hover img,.case-list .item .img:hover img{transform: scale(1.03); }
	.i-banner .btn .prev:hover,.i-banner .btn .next:hover{background-color: #fff;}
	.i-banner .btn .prev:hover::before{background-image: url(../img/prev-ico1a.png);}
	.i-banner .btn .next:hover::before{background-image: url(../img/next-ico1a.png);}
	.i-part2-1 .list .item:hover{transform: translateY(-20px);}
	.i-part2-1 .list .item:hover p{background-color: #154188;color: #fff;}
	.i-part2-1 .list .item:hover p::before{background-image: url(../img/sj-ico1.png);}
	.i-part4 .btn .prev:hover,.i-part4 .btn .next:hover{background-color: #154188;}
	.i-part4 .btn .prev:hover::before{background-image: url(../img/prev-ico3a.png);}
	.i-part4 .btn .next:hover::before{background-image: url(../img/next-ico3a.png);}
	.about-page02 .layout .list .item:hover{background-color: #fff;box-shadow: 0px 3px 6px rgba(0,0,0,0.16); }
	.about-page02 .layout .list .item:hover .ico{background-color: #154188; }
	.about-page02 .layout .list .item:hover .ico img:nth-of-type(1){opacity: 0;}
	.about-page02 .layout .list .item:hover .ico img:nth-of-type(2){opacity: 1;}
	.about-page02 .layout .list .item:hover .num,.about-page02 .layout .list .item:hover p{color:#154188; }
	.about-page03 .list .item-c .item .btn .prev:hover,.about-page03 .list .item-c .item .btn .next:hover{background-color: #154188;}
	.about-page03 .list .item-c .item .btn .prev:hover::before{background-image: url(../img/prev-ico3a.png);}
	.about-page03 .list .item-c .item .btn .next:hover::before{background-image: url(../img/next-ico3a.png);}
	.service-page02 .list .item:hover::before{height: 2.33rem; }
	.service-page02 .list .item:hover .ico{background-color: transparent;border:1px solid #fff; }
	.service-page02 .list .item:hover dl dt{color: #fff; }
	.service-page02 .list .item:hover dl dt i{background-image: url(../img/xl-ico2.png);}
	.service-page02 .list .item:hover dl dd{opacity: 1;}
	.technology-page01 .layout .two .list .item:hover{background-color: #154188;border-color:#154188; }
	.technology-page01 .layout .two .list .item:hover h3{color: #fff; }
	.technology-page01 .layout .two .list .item:hover p{color: rgba(255, 255, 255, 0.7); }
	.technology-page01 .layout .two .list .item:hover::before{background-color: #fff; }
	.technology-page01 .layout .two .list .item:hover .num{color: #154188;background-image: url(../img/two-ico2.png); }
	.technology-page02a .three .list .item:hover .num{width: 0.48rem;height: 0.32rem;background-color: #154188;border-top-left-radius: 0.2rem;border-bottom-right-radius: 0.2rem; }
	.technology-page02a .three .list .item:hover p{color:#154188;line-height: 0.32rem; }
	.news-list .item:hover{box-shadow: 0 3px 20px rgba(0,0,0,0.05);}
	.news-list .item:hover::before{width: 100%;}
	.news-list .item:hover .img img{transform: scale(1.03);}
	.fy .prev:hover,.fy .next:hover{background-color: #154188;}
	.i-part3-2 .prev:hover,.i-part3-2 .next:hover{background-color: #154188;}
}

@media (max-width:1024px) {
	.c-modal-dialog {width:94%;}
	.c-modal-dialog .video {width:100%;height:auto;padding-bottom:56.25%;position:relative;}
	.c-modal-dialog .video-js {position:absolute;}
	.c-modal-dialog .search {margin:0 auto;}
	.c-modal-dialog .search .input {height:54px;line-height:54px;}
	.c-modal-dialog .search .submit {width:54px;height:54px;background-size:24px;}
	
	#about1, #about2, #about3, #about4, #service1, #service2, #service3, #service4{margin-top: -55px;padding-top: 55px; }
	header{display: none; }
	.header2{display: block; }
	.p120{padding:0.4rem 0; }
	.pt120{padding-top:0.4rem; }
	.pb120{padding-bottom: 0.4rem; }
	.p100{padding:0.3rem 0;}
	.pt100{padding-top: 0.3rem;}
	.pb100{padding-bottom: 0.3rem; }
	.layout{width: 92%; }
	.title,.s-tit,.s-tit1{font-size: 0.24rem; }
	.tit{font-size: 0.24rem; }
	.ny-banner{height: 3.4rem;margin-top: 55px; }
	.ny-banner .wz h3{font-size: 0.3rem;margin-bottom:0.1rem; }
	.ny-banner .wz p{font-size: 0.16rem; }
	.tab{position:relative;top:0;flex-wrap: wrap;height:auto}
	.tab a{margin-right:0.2rem;height:0.4rem;line-height:0.4rem;}
	.tab1{position:relative;top:0;flex-wrap: wrap;}
	.tab1 a{margin-right:0.1rem;padding:0.2rem 0;font-size:12px;}
	
	.i-banner .swiper-slide .slide-inner .wz{font-size: 0.24rem;line-height: 0.3rem; }
	.i-banner .roll,.i-banner .btn{display: none; }
	.i-banner .pagination{left: 0;bottom: 0.44rem;width: 100%;text-align: center; }
	.i-part1-1{margin-top:0.3rem;display: block; }
	.i-part1-1 .img{width: 100%;margin-bottom: 0.2rem;display:none; }
	.i-part1-1 .wz{width: 100%;margin-top:0.4rem; }
	.i-part1-1 .wz h3{font-size: 0.2rem;margin-bottom: 0.2rem; }
	.i-part1-1 .wz .ms{font-size: 0.14rem; }
	.i-part1-1 .wz .list .item{width: 50%;margin-right: 0;min-width: 50%;margin-bottom: 0.26rem; }
	.i-part1-1 .wz .list .item .num span{font-size: 0.26rem; }
	.i-part1-1 .wz .list .item .num i{width: 0.1rem;height: 0.1rem;right:auto;left:54%; }
	.i-part1-1 .wz .list .item .num b{font-size: 0.12rem;top:0.1rem;right:auto;left:54%; }
	.i-part1-1 .wz .more{margin: 0.2rem auto 0; }
	.more{width:1.4rem;height:0.4rem}
	.i-part2-1{overflow: hidden; }
	.i-part2-1 .list .item{transform:scale(0.5); }
	.i-part2-1 .list .item:nth-of-type(1){left: 60%!important;top:20%!important;}
	.i-part2-1 .list .item:nth-of-type(2){left: 37%!important;top:17%!important;}
	.i-part2-1 .list .item:nth-of-type(3){left: 10%!important;top:37%!important;}
	.i-part2-1 .list .item:nth-of-type(4){left: 48%!important;top:22%!important;}
	.i-part2-1 .list .item:nth-of-type(5){left: 13%!important;top:31%!important;}
	.i-part2-1 .list .item:nth-of-type(6){left: 24%!important;top:48%!important;}
	
	
	.i-part3 .layout{display: block;position: relative;}
	
	.i-part3-1{margin-top:0.2rem;}
	.i-part3-1 h3{font-size: 0.2rem;margin-bottom: 0.2rem; }
	.i-part3-1 .ms p{margin-bottom: 0.1rem; }
	.i-part3-1 .ms p b{font-size: 0.14rem; }
	.i-part3-1 .ms p span{font-size: 0.12rem; }
	
	.i-part3-2{width: 100%;height:auto;}
	.i-part3-2 .pagination{display: none; }
	
	.i-part3-2 .prev,.i-part3-2 .next{bottom:0.2rem; }
	.i-part3-2 .prev{left:2%;}
	.i-part3-2 .next{right:2%;}
	/*.i-part4-1{height: 3.6rem; }*/
	.i-part4 .btn{margin-top: 0.2rem; }
	.i-part4 .btn .prev, .i-part4 .btn .next{width:0.4rem;height:0.4rem; }
	
	footer .top{display: none; }
	footer .bottom p{text-align: center;line-height: 1.4; }
	footer .bottom p:nth-of-type(2){display: none; }
	
	.about-page01{display: block;padding:0.2rem 4% 0.4rem; }
	.about-page01 .col-l,.about-page01 .col-r{width: 100%;padding-left: 0;margin-top: 0.2rem;font-size: 0.14rem; }
	.about-page01 .col-r .pagination{display: none; }
	
	.about-page02 .layout .list{flex-wrap: wrap;margin-top: 0.4rem; }
	.about-page02 .layout .list .item{padding:0;width: 50%;margin-bottom: 0.2rem; }
	.about-page02 .layout .list .item .ico{width: 0.5rem;height: 0.5rem;margin-right: 0.2rem; }
	.about-page02 .layout .list .item .ico img{width: 0.2rem;height: 0.2rem; }
	.about-page02 .layout .list .item .wz .num{font-size: 0.24rem; }
	.about-page02 .layout .list .item .wz p{font-size: 0.12rem; }
	
	.about-page03 .list{margin-top: 0.4rem;display: block; }
	.about-page03 .list .item-l{width: 100%;justify-content:center;display:flex; }
	.about-page03 .list .item-l a{margin-bottom: 0;margin-right: 0.2rem;}
	.about-page03 .list .item-l a.active, .about-page03 .list .item-l a:hover{font-size:0.18rem; }
	
	.about-page03 .list .item-c{width: 100%;margin-left: 0; }
	.about-page03 .list .item-c .item .swiper-slide{transform: scale(1); }
	.about-page03 .list .item-r{display: none; }
	
	.about-page04{padding-bottom: 0.4rem; }
	.about-page04 .item{display: block;position: relative;margin-bottom: 0.2rem; }
	.about-page04 .item .wz{width: 100%; }
	.about-page04 .item .tt{width: 100%; }
	.about-page04 .item .tt .sa-tit img{width: 0.2rem; }
	.about-page04 .item .tt .sa-tit p{font-size: 0.24rem;margin-top: 0.2rem; }
	.about-page04 .item .tt .num{font-size: 0.7rem; }
	
	.about-page04 .item .ms{width: 100%;margin-top: 0.15rem;padding-right: 0;font-size: 0.14rem; }
	
	.about-page04 .item .img{width: 100%; }
	
	.about-page05{height: 4rem; }
	.about-page05 .ms p{font-size: 0.24rem;line-height: 0.4rem;margin-bottom: 0.2rem; }
	
	.about-page05 .ms .btn{font-size:0.14rem;width:1.8rem;height:0.4rem; }
	.about-page03 .list .item-c .item .btn .prev, .about-page03 .list .item-c .item .btn .next{width:0.4rem;height:0.4rem;}
	
	.case-list .item{display: block;padding:0.3rem 0.2rem;margin-bottom: 0.2rem; }
	.case-list .item .time{width: 100%;font-size: 0.12rem; }
	.case-list .item .time span{font-size: 0.32rem; }
	
	.case-list .item .wz{margin:0;width: 100%;margin-top: 0.2rem; }
	.case-list .item .wz h3{font-size: 0.18rem;margin-bottom: 0.2rem; }
	.case-list .item .wz .ms p{margin-bottom: 0.1rem;font-size:0.14rem!important;line-height:2!important; }
	.case-list .item .wz .ms p span{font-size:0.14rem!important;line-height:2!important;width:100%!important}
	.case-list .item .img{width: 100%;margin-top: 0.2rem; }
	.case-list .item:nth-child(2n){padding:0.3rem 0.2rem;}
	
	.case1-page01{padding:0.3rem 0; }
	
	.case1-page01 .layout{padding:0.3rem 0.2rem;display: block;position: relative;}
	.case1-page01 .layout .wz{width: 100%;padding-top: 0; }
	.case1-page01 .layout .wz h3{font-size: 0.18rem;margin-bottom: 0.2rem; }
	.case1-page01 .layout .wz .ms p{margin-bottom: 0.1rem;font-size:0.14rem!important;line-height:2!important; }
	.case1-page01 .layout .wz .ms p span{font-size:0.14rem!important;line-height:2!important;}
	.case1-page01 .layout .img{width: 100%; }
	
	.case1-page02{padding:0.3rem 0 0.4rem 0; }
	.case1-page02-1{margin-top: 0.2rem; }
	.case1-page02-1 .swiper-slide .wz{padding:0.16rem 0.12rem;}
	.case1-page02-1 .swiper-slide .wz h3{font-size: 0.18rem;margin-bottom: 0.1rem; }
	.case1-page02-1 .swiper-slide .wz p{font-size: 0.14rem;!important;line-height:2!important; }
	.case1-page02-1 .swiper-slide .wz p span{font-size: 0.14rem;!important;line-height:2!important;}
	.case1-page02-1 .scrollbar{display: none; }
	.case1-page02-1 .btn{margin-top: 0.2rem; }
	.case1-page02-1 .btn .prev, .case1-page02-1 .btn .next{width:0.4rem;height:0.4rem;}
	
	.case2{padding:0.3rem 0 0.1rem; }
	.case2 .layout .item{width: 100%;margin-right: 0;margin-bottom: 0.2rem; }
	.case2 .layout .item p{font-size: 0.16rem;padding:0.16rem 0.1rem; }
	
	.join-main{padding:0.3rem 0; }
	.join-main .form{display: block;height: auto; }
	.join-main .form .el-select{width: 100%;margin-bottom: 0.2rem; }
	.join-main .form .la{width: 100%; }
	.join-main .form .el-input{width: calc(100% - 1rem); }
	.join-main .el-button{width: 1rem; }
	
	.join-main .list{padding:0.4rem 0 0; }
	
	.join-main .list dt{height: 0.4rem; }
	.join-main .list dt p{font-size: 0.12rem;line-height: 0.4rem; }
	.join-main .list dd a{height: 0.5rem;line-height: 0.5rem; }
	.join-main .list dd a p{font-size: 0.12rem;overflow:hidden; }
	.join-main .el-pagination{margin-top: 0.2rem; }
	
	.news-main{padding-bottom: 0.3rem; }
	.news-list{padding:0.3rem 0 0.1rem; }
	
	.news-list .item{width: 100%;margin-right: 0;margin-bottom: 0.2rem;display:flex;justify-content:space-between; }
	.news-list .item .img{width:30%;}
	.news-list .item .wz{width:65%;padding:0;}
	.news-list .item .wz h3{font-size: 0.14rem;line-height: 0.24rem;height: 0.48rem;margin-bottom: 0.1rem;}
	.news-list .item .wz .time{font-size: 0.12rem; }
	
	.news-show .tt{font-size: 0.2rem;margin-bottom: 0.2rem;text-align: center; }
	.news-show .tip{margin-bottom: 0.2rem; }
	.news-show .content{padding:0.2rem 0;font-size: 0.14rem;margin-bottom: 0.2rem; }
	.news-show .nn{display: block; }
	.news-show .nn a{max-width: 100%;line-height: 1.4; }
	.news-show .tip p.time{font-size:0.14rem}
	.news-show .tip .back{width:1rem;height:0.3rem;font-size:0.14rem; }
	.news-show .content p{font-size:0.14rem!important;line-height:2!important; }
	
	.service-page01 .list{margin-top: 0.2rem;display: block;position: relative;}
	.service-page01 .list .wz{width: 100%; }
	.service-page01 .list .wz .item{padding:0.3rem 0.2rem; }
	.service-page01 .list .wz .item img{width: 0.36rem;margin-bottom: 0.23rem; }
	.service-page01 .list .wz .item h3{font-size: 0.18rem;margin-bottom: 0.2rem; }
	.service-page01 .list .wz .item p{font-size: 0.14rem;line-height:1.5; }
	
	.service-page01 .list .img{width: 100%; }
	.service-page01 .list .lista .item{padding-top: 0rem;padding-top:20%; }
	.service-page01 .list .lista .item .dian{width: 0.14rem;height: 0.14rem;margin-bottom: 0; }
	.service-page01 .list .lista .item .dian::before{width: 0.2rem;height: 0.2rem; }
	.service-page01 .list .lista .item .dian::after{width: 0.3rem;height: 0.3rem;}
	.service-page01 .list .lista .item p{font-size: 0.12rem;line-height: 1.4;margin-top: 0.2rem; }
	
	.service-page02{padding-top: 0.6rem;}
	.service-page02 .bg{height: 3rem; }
	.service-page02 .list{padding: 0;margin-top: 0.4rem; }
	.service-page02 .list .item{padding:0.2rem;height: auto;margin-bottom: 0.2rem;width: 49%;height: auto; }
	.service-page02 .list .item dl dt{font-size: 0.16rem;font-weight:bold; }
	.service-page02 .list .item dl dd{font-size: 0.14rem;opacity: 1;color: #333;line-height:1.5; }
	.service-page03 .layout .col-l .ms{font-size:0.16rem;line-height:2; }
	.service-page03 .layout{display: block;margin-top: 0.4rem; }
	.service-page03 .layout .col-l{width: 100%;}
	
	.service-page03 .layout .col-r{padding-top: 0.2rem;width: 100%;}
	.service-page03 .layout .col-r dl{margin-bottom: 0.1rem; }
	.service-page03 .layout .col-r dl dt::before{width: 0.15rem;height: 0.15rem;top:0.05rem; }
	.service-page03 .layout .col-r dl dt{padding-left: 0.3rem;font-size: 0.18rem;margin-bottom: 0.1rem;font-weight:bold; }
	.service-page03 .layout .col-r dl dd{font-size: 0.14rem;padding-left: 0.3rem;line-height:2; }
	
	.service-page04 .layout{display: block; }
	.service-page04 .layout .item{width: 100%;padding:0.3rem 0.2rem;margin-bottom: 0.2rem; }
	.service-page04 .layout .item .ico img{height: 0.3rem; }
	.service-page04 .layout .item h3{font-size: 0.22rem;padding-bottom: 0.2rem;margin-bottom: 0.15rem; }
	.service-page04 .layout .item p{font-size: 0.14rem;line-height:2; }
	
	
	
	.technology-page01{padding:0.4rem 0 0.1rem 0; }
	.technology-page01 .layout{padding:0.3rem 0.2rem; }
	.technology-page01 .layout .one{display: block; }
	.technology-page01 .layout .one .col-l{width: 100%; }
	.technology-page01 .layout .one .col-l h3{font-size: 0.24rem;margin-bottom: 0.2rem; }
	.technology-page01 .layout .one .col-l h4{padding-bottom: 0.15rem;margin-bottom: 0.2rem; }
	.technology-page01 .layout .one .col-l h4 img{width: 0.15rem;height: 0.15rem; }
	.technology-page01 .layout .one .col-l h4 span{font-size: 0.14rem; }
	.technology-page01 .layout .one .col-l h4 b{font-size: 0.14rem; }
	
	.technology-page01 .layout .sa-tit{font-size: 0.22rem;margin-bottom: 0.2rem; }
	.technology-page01 .layout .sa-tit img{width: 0.15rem; }
	.technology-page01 .layout .one .col-l .ms{font-size: 0.12rem; }
	.technology-page01 .layout .one .col-r{width: 100%;margin-top: 0.2rem; }
	
	/*.technology-page01 .layout .two .list{display: block; }*/
	.technology-page01 .layout .two .list{flex-wrap:wrap;flex-direction:column;}
	.technology-page01 .layout .two .list .item{padding:0.15rem;width: 100%; margin-bottom: 0.2rem; margin-left: 0;}
	/*calc(100% / 3 - 0.27rem)*/
	.technology-page01 .layout .two .list .item:nth-child(3n){margin-right:0}
	.technology-page01 .layout .two .list .item h3{margin-bottom: 0.15rem; }
	.technology-page01 .layout .two .list .item p{font-size:0.14rem;line-height:2;height:0.56rem; }
	.technology-page01 .layout .two .list .item .num{font-size:0.2rem;width:0.4rem;height:0.4rem}
	.technology-page01 .layout .two .bg{top:auto;bottom:0.4rem;}
	
	.technology-page01 .layout .three .list{display: block; }
	.technology-page01 .layout .three .list .col-l{width: 100%; }
	.technology-page01 .layout .three .list .col-r{width: 100%;margin-top: 0.2rem; }
	
	.technology-page01 .layout .three .list .col-l h4{margin-bottom:0.2rem;font-size:0.18rem!important; }
	.technology-page01 .layout .three .list .col-l h4 span{font-size:0.18rem!important;}
	.technology-page01 .layout .three .list .col-l ul li{font-size:0.14rem!important;line-height:1.5!important;margin-bottom:0.1rem}
	.technology-page01 .layout .three .list .col-l ul li::before{top:0.05rem;}
	.technology-page01 .layout .three .list .col-l ul li span{font-size:0.14rem!important;line-height:1.5!important;}
	
	.technology-page01 .layout .four .tit{margin-bottom: 0.2rem; }
	.technology-page01 .layout .four .ms,.technology-page01 .layout .four .ms p,.technology-page01 .layout .four .ms span{font-size: 0.14rem!important;line-height:2!important; }
	
	.technology-page02 .one{display: block; }
	.technology-page02 .one .col-l,.technology-page02 .one .col-r{width: 100%;}
	.technology-page02 .one .col-l h3{font-size: 0.24rem;margin-bottom: 0.2rem; }
	.technology-page02 .sa-tit{ font-size: 0.16rem;margin-bottom: 0.2rem;}
	.technology-page02 .sa-tit img{width: 0.15rem; }
	.technology-page02 .one .col-l .ms{font-size: 0.12rem; }
	.technology-page02 .one .col-r{margin-top: 0.2rem;}
	
	.technology-page02a{padding:0.3rem 0; }
	.technology-page02a .layout{display: block;padding:0.3rem 0.2rem; }
	.technology-page02a .two{display: block; }
	.technology-page02a .two .col-l{width: 100%; }
	.technology-page02a .two .col-l h3{font-size: 0.24rem;margin-bottom: 0.2rem; }
	
	.technology-page02a .two .col-l .sa-tit{ font-size: 0.16rem;margin-bottom: 0.2rem;}
	.technology-page02a .two .col-l .sa-tit img{width: 0.15rem; }
	.technology-page02a .two .col-l .ms{font-size: 0.12rem; }
	.technology-page02a .two .col-r{width: 100%;margin-top: 0.2rem; }
	
	.technology-page02a .three .bg{display: none; }
	.technology-page02a .sa-tit{font-size: 0.16rem;margin-bottom: 0.2rem;}
	.technology-page02a .sa-tit img{width: 0.15rem; }
	
	.technology-page02a .three .list{display: block; }
	.technology-page02a .three .list .item{padding-left: 0;border-bottom:1px dashed #959595;border-right: none; }
	.technology-page02a .four .list{display: block; }
	.technology-page02a .four .list .col-l{width: 100%; }
	.technology-page02a .four .list .col-r{width: 100%;margin-top: 0.2rem; }
	
	.join-main .el-input__inner,.join-main .form .el-select,.join-main .form .el-select>.el-input,.join-main .form .el-input{height:0.4rem; }
	.join-main .form .el-input__inner{padding:0 0.2rem;font-size:0.12rem}
	.join-main .el-button{width:1rem;height:0.4rem;font-size:0.12rem;line-height:0.4rem; }
	
	.join-main .el-pagination.is-background .btn-next, .join-main .el-pagination.is-background .btn-prev, .join-main .el-pagination.is-background .el-pager li{width:0.4rem;height:0.4rem;line-height:0.4rem; }
	
	.service-page01 .list11{}
	.service-page01 .list11 .item{width:100%;margin-right:0;}
	.service-page01 .list11 .item p{font-size:0.18rem;}
	
	.i-part2-1 .bg img.pc{display:none}
	.i-part2-1 .bg img.mm{display:block;}
	.i-part2-1 .list{display:none;}
	.i-part2-1 .listm{display:flex;flex-wrap:wrap; margin-top:0.2rem;padding:0 0.2rem;}
	.i-part2-1 .listm a{position:relative;left:0!important;top:0!important;font-size:0.14rem;line-height:2;width:50%; }
	.i-part2-1 .listm a p{position:relative;padding-left:0.3rem;font-size:0.12rem;}
	.i-part2-1 .listm a p::before{content:'';display:block;width:0.2rem;height:0.2rem;background-size:100% 100%;position:absolute;left:0;top:50%;transform:translateY(-50%)}
	.i-part2-1 .listm a:nth-of-type(1) p::before{background-image:url(../img/i-part2-icom1.svg);}
	.i-part2-1 .listm a:nth-of-type(2) p::before{background-image:url(../img/i-part2-icom2.svg);}
	.i-part2-1 .listm a:nth-of-type(3) p::before{background-image:url(../img/i-part2-icom3.svg);}
	.i-part2-1 .listm a:nth-of-type(4) p::before{background-image:url(../img/i-part2-icom4.svg);}
	.i-part2-1 .listm a:nth-of-type(5) p::before{background-image:url(../img/i-part2-icom5.svg);}
	.i-part2-1 .listm a:nth-of-type(6) p::before{background-image:url(../img/i-part2-icom6.svg);}
}
@media (max-width:960px) {
    /*.i-part4-1{height: 1.6rem; }*/
    .i-part3-1{width:100%}
}
@media (max-width:800px) {
    
}

@media (max-width:412px) {
 /*   .i-part2-1 .list{top:-10%!important;left:-10%!important}*/
 /*   .i-part2-1 .list .item{transform:scale(0.4); }*/
	/*.i-part2-1 .list .item:nth-of-type(1){left: 60%!important;top:20%!important;}*/
	/*.i-part2-1 .list .item:nth-of-type(2){left: 37%!important;top:17%!important;}*/
	/*.i-part2-1 .list .item:nth-of-type(3){left: 10%!important;top:37%!important;}*/
	/*.i-part2-1 .list .item:nth-of-type(4){left: 48%!important;top:22%!important;}*/
	/*.i-part2-1 .list .item:nth-of-type(5){left: 13%!important;top:31%!important;}*/
	/*.i-part2-1 .list .item:nth-of-type(6){left: 24%!important;top:48%!important;}*/
}
