a,article,body,canvas,div,em,figcaption,figure,footer,h1,h2,html,input,li,p,section,small,span,ul{margin:0;padding:0}
html{font-size:10px}
body{font-family: 'microsoft yahei', Arial, '宋体', serif;margin:0 auto;position:relative;color:#333;}
blockquote,code,dd,div,dl,dt,fieldset,h1,h2,h3,h4,h5,h6,legend,li,ol,p,pre,td,ul{list-style:none;margin:0;padding:0}
input,textarea{padding:0;margin:0;resize:none;outline:0;-webkit-user-select:auto}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}
select{appearance:none;-webkit-appearance:none;border-radius:0}
img{vertical-align:middle}
a img{border:0}
img{transform:scale(1) rotate(0) translate3d(0,0,0);-webkit-transform:scale(1) rotate(0) translate3d(0,0,0)}
a{color:#535353;text-decoration:none;outline:0;-webkit-tap-highlight-color:transparent;-webkit-appearance:none}
a:hover{text-decoration:none}
table{border-collapse: collapse;border-spacing: 0;}
table td{word-break: break-all;}
:root{--color-primary:#236DEF;--color-primary-1:#236DEF;--width: 1180px}
.clear:after{content:"";display:block;clear:both}
.container{width:var(--width);margin:0 auto}
.img{background-position:center;background-repeat:no-repeat;background-size:cover}
.btn{display:block;width: 160px;height: 44px;line-height: 44px;font-size: 1.2rem;border-radius:50px;color: #fff;text-align: center;cursor: pointer;background-color:var(--color-primary);transition: all 0.5s;}
.img-hover-zoom{transition: all 5s;}
.img-hover-zoom:hover{transform: scale(1.3);}
.ellipsis{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.dropdown{width: 10px;height: 50px;position: absolute;right:-20px;top: 50%;margin-top: -25px;}
.dropdown::before{content:"";width:7px;height:7px;position:absolute;right:50%;top:50%;box-sizing:border-box;border-width:1px 0 0 1px;border-style:solid;border-color:initial;-webkit-transform:rotate(-135deg) translate(0,-50%);transform:rotate(-135deg) translate(0,-50%);-webkit-transform-origin:top;transform-origin:top;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;}
.raw-html img{max-width: 100% !important;}
.close{width: 40px;height: 40px;cursor: pointer}
.close::before,
.close::after {position: absolute;content:' ';background-color: #000;left: 20px;width: 1px;height: 20px;top: 10px;}
.close::before {transform: rotate(45deg);}
.close::after {transform: rotate(-45deg);}
[v-cloak] {display: none !important;}

#header {width: 100%;position: fixed;left: 0;top: 0;z-index: 9999;box-sizing: border-box;}
#header .top{line-height: 32px;box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);text-align: right;font-size: 1.2rem;color: rgb(153, 153, 153);background: rgba(0, 0, 0, 0.2);}
#header .top .container{display: flex;justify-content: space-between;align-items: center;color: #fff;}
#header .top .container .r{display: flex}
#header .top .container .r .box{display: flex;align-items: center;padding: 0 15px;cursor: pointer;position: relative}
#header .top .container .r .box span{padding-left: 10px;}
#header .top .container .r .box:nth-of-type(2)::before{content: '';width: 1px;height: 30%;position: absolute;left: 0;top: 40%;background: #fff;}
#header .top .container .r .dropdown{position: relative;margin: 0;height: 10px;top: 0;right: -10px;}
#header .top .container .r .list{display: none;position: absolute;left: 0;right: 0;top: 100%;width: 190px;background-color: #fff;z-index: 9999;padding: 10px;}
#header .top .container .r .list .item{color: #333;text-align: left;padding-left: 10px;height: 40px;line-height: 40px;}
#header .top .container .r .list .item:hover{text-decoration: underline;color: var(--color-primary)}
#header .top .container .r .box:nth-of-type(2) .list{width: 315px;}
#header .menu-box{display: flex;height: 60px;align-items: center;}
#header .menu-box .logo img{height:28px;width: auto;}
#header .menu-box .logo img:nth-of-type(1){display: none}
#header .menu-wrap{width: 100%;height: 100%;flex: 1;}
#header .menu-wrap .menu{margin:0 0 0 60px;}
#header .menu-wrap .menu .menu-btn{display:none}
#header .menu-wrap .menu ul:after{content:"";display:block;clear:both}
#header .menu-wrap .menu ul li{display:block;padding:0 20px;position: relative}
#header .menu-wrap .menu ul li a{color:#fff;font-size:1.6rem;position:relative;display:block;font-weight:400;white-space: normal;height: 60px;line-height: 60px;}
#header .menu-wrap .menu ul li a::before{content: '';display: block;width: 0;height: 4px;background: var(--color-primary);border-radius: 2px;position: absolute;bottom: 0;left: 0;opacity: 0;-webkit-transition: all .4s;-o-transition: all .4s;-moz-transition: all .4s;transition: all .4s;}
#header .menu-wrap .menu ul li a .dropdown{transition: 0.5s;}
#header .menu-wrap .menu li a.on::before,
#header .menu-wrap .menu li a:hover::before{width: 100%;opacity: 1}
#header .menu-wrap .menu li a:hover .dropdown{transform: scaleY(-1);}
#header .menu-wrap .menu .sub-box{position:fixed;width: 100%;left: -40px;right: -20px;background:#fff;z-index: 999;}
#header .menu-wrap .menu .sub-box .dropdown{display: none;}
#header .menu-wrap .menu .sub-box ul{display: block;position: relative;}
#header .menu-wrap .menu .sub-box ul li{padding: 0;}
#header .menu-wrap .menu .sub-box ul li a{line-height:40px;height: 40px;color: #111F33;}
#header .menu-wrap .menu .search{display: none}
#header .menu-wrap .menu .first{display: flex;}
#header .menu-wrap .menu .second li a.on::before, #header .menu-wrap .menu .second li a:hover::before{display: none;}
#header .menu-wrap .menu .second{width: var(--width);margin: 0 auto;display: flex !important;justify-content: space-between;padding-bottom: 20px;}
#header .menu-wrap .menu .second > li > a{border-bottom: 1px solid #ECEFF4;padding: 34px 0 20px 0;line-height: 1 !important;height: auto !important;font-weight: 600;color: #232D47;}
#header .menu-wrap .menu .second .sub-box{left: 0;right: 0;top:0;width: initial;display: block !important;position: relative;}
#header .menu-wrap .menu .third{display: flex !important;flex-wrap: wrap;flex-direction: column;height: 200px;}
#header .menu-wrap .menu .third li:first-of-type{padding-right: 90px;}
#header .menu-wrap .menu .third a.on{color: var(--color-primary)}
#header .menu-box .r{display: flex;align-items: center;height: 100%;}
#header .menu-box .r .tel{height: 100%;font-size:1.6rem;color:#fff;cursor: pointer;padding-left:40px;background: url("../img/tel.png") no-repeat left center;display: flex;align-items: center;background-size: 30px;}
#header .menu-box .r .btn{font-size: 1.4rem;margin-left: 20px;width: 100px;line-height: 30px;height: 30px;}
#header.on,#header.bg{background: #fff;}
#header.on .menu-box .logo img:nth-of-type(1),#header.bg .menu-box .logo img:nth-of-type(1){display: block}
#header.on .menu-box .logo img:nth-of-type(2),#header.bg .menu-box .logo img:nth-of-type(2){display: none}
#header.on .menu-wrap .menu ul li a,#header.bg .menu-wrap .menu ul li a{color: #111F33}
#header.on .menu-box .r .tel,#header.bg .menu-box .r .tel{background-image: url("../img/tel-2.png");color: #b81d23;}

#header .menu-wrap .menu.office li a.on::before{display: none}
#header .menu-wrap .menu.office li a.active{color: var(--color-primary);font-weight: 800;}
/**/
#footer{background: #0E1726;padding: 85px 0 0;position: relative;color: #fff;}
#footer .con{display: flex;justify-content: space-between;padding-bottom: 50px;}
#footer .foot-top{display: flex;flex-direction: row;align-items: center;justify-content: space-between;padding-bottom: 30px;border-bottom: 1px solid #404347;margin-bottom: 30px;}
#footer .foot-top .item{display: flex;}
#footer .foot-top .item img{width: 48px;}
#footer .foot-top .item .txt{padding-left: 20px;display: flex;flex-direction: column;justify-content: space-around;}
#footer .foot-top .item .txt p:nth-of-type(1){font-size: 1.6rem;color: #FFFFFF;}
#footer .foot-top .item .txt p:nth-of-type(2){font-size: 1.2rem;color: #999999;}
#footer .menu-wrap .dropdown{display: none;}
#footer .menu-wrap a{color: #676C73;}
#footer .menu-wrap .first{display: flex;}
#footer .menu-wrap .sub-box a{display: block;font-size: 1.2rem;line-height: 25px;}
#footer .menu-wrap .first > li{margin-right: 85px;}
#footer .menu-wrap .first > li > a{font-size:1.6rem;display: block;margin-bottom: 10px;cursor: initial;color: #fff;}
#footer .contact .title{font-size: 2rem;position: relative;cursor: initial;display: block;margin-bottom: 20px;}
#footer .contact p{font-size: 1.4rem;line-height: 25px;}
#footer .contact p span{color: #676C73;}
#footer .foot{padding:11px 0 16px;border-top: 1px solid #3E4551;font-size: 1.2rem;color: #9FA2A8}
#footer .foot a{color: #9FA2A8;padding-left: 5px;}
#footer .foot a img{width: 17px;margin-top: -3px;}
#footer.home{padding-bottom: 65px;}
#footer.home .con{justify-content: flex-start;padding-bottom: 0}
#footer.home .menu-wrap a{color: #fff;}
#footer.home .menu-wrap .sub-box a{font-size: 1.4rem;margin-bottom: 10px;}
#footer.home .menu-wrap .first > li > a{font-size: 2rem;position: relative;padding-bottom: 20px;margin-bottom: 20px;}
#footer.home .menu-wrap .first > li > a:after {content: '';display: block;width: 40px;height: 2px;background: #ED4C5C;position: absolute;left: 0;bottom: 0;}
#footer.home .contact .title{padding-bottom: 20px;}
#footer.home .contact .title:after {content: '';display: block;width: 40px;height: 2px;background: #ED4C5C;position: absolute;left: 0;bottom: 0;}
#footer.home .contact p{margin-bottom: 10px;}
#footer.home .foot{padding: 35px 0 0 0;display: inline-block;margin-top: 60px;}
#footer .friend_link .container{padding: 0 0 10px;}
#footer.home .foot a{color: #9FA2A8;padding-left: 5px;}
#footer.home .mail{position: absolute;right: 0;bottom: 0;width: 790px;background: url("../img/foot-bg.png") no-repeat top right;background-size: cover;height: 100%;padding-top: 120px;}
#footer.home .mail .con{display: flex;flex-direction: column;justify-content: center;align-items: flex-end;width: 415px;height: 100%;margin: 0 auto;}
#footer.home .mail .tip{font-size: 1.6rem;padding: 35px 0;}
#footer.home .mail .tel {font-size: 4.2rem;color: #FFFFFF;letter-spacing: 10px;}
#footer.home .mail .btn-wrap{display: flex;justify-content: space-between;width: 100%;padding-top: 50px;}
#footer.home .mail .btn-wrap a {display: flex;align-items: center;justify-content: center; width: 160px;height: 44px;border: 2px solid #ED4C5C;border-radius: 5px;font-size: 1.6rem;font-weight: 400;color: #ED4C5C;transition: .5s;}
#footer.home .mail .btn-wrap a:hover{color: #fff;background: #ED4C5C;}
/**/
#global-message{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 9999999;display: none;}
#global-message .mask{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;opacity: 0.3;}
#global-message .content{width: 900px;background: #fff;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);position: relative;top: 15%;margin: 0 auto}
#global-message .content .close{position: absolute;right: 5px;top: 5px;opacity: 0.6}
#global-message .content .top{padding: 26px 0;background: url('../img/global-message/top.png') no-repeat top center;background-size: 900px 120px;height: 120px;font-size: 2.4rem;line-height: 34px;text-align: center;color: #111F33;box-sizing: border-box;}
#global-message .content .top span{color: #D90000;}
#global-message .content .form{width: 440px;margin: 30px auto 0;padding-bottom: 50px;}
#global-message .content .form li{margin-bottom: 16px;border: 1px solid #DFE3E6;border-radius: 2px;height: 44px;display: flex;box-sizing: border-box;}
#global-message .content .form .title{width: 44px;height: 100%;background-size: 60%;background-position: center;background-repeat: no-repeat;border-right: 1px solid #DFE3E6;background-color: #F8F9FB}
#global-message .content .form .title span,#global-message .content .form .title i{display: none}
#global-message .content .form .input-wrap{width: 100%;flex: 1;}
#global-message .content .form .input{height: 100%;width: 100%;border: none;font-size: 1.4rem;color: #111F33;box-sizing: border-box;padding-left: 15px;}
#global-message .content .form li:nth-of-type(1) .title{background-image: url("../img/global-message/icon-1.png")}
#global-message .content .form li:nth-of-type(2) .title{background-image: url("../img/global-message/icon-2.png")}
#global-message .content .form li:nth-of-type(3) .title{background-image: url("../img/global-message/icon-3.png")}
#global-message .content .form .btn{width: 100%;font-size: 1.6rem;box-shadow: 0 4px 12px rgba(30, 89, 238, 0.3);}
#global-message .content .form .btn:hover{box-shadow: 0 10px 30px rgba(30, 89, 238, 0.32);}
/**/
#sidebar{position: fixed;right: 0;top: 30%;z-index: 999;box-shadow: 0 0 30px 0 rgba(14, 33, 97, .1);width: 78px;border-radius: 50px;background: #fff;}
#sidebar .item{position: relative;width: 78px;height: 78px;border-bottom: 1px solid #e0e0e0;display: flex;flex-direction: column;align-items: center;justify-content: center;color: #2b58f9;}
#sidebar .item:first-of-type{height: 90px;border-radius: 50px 50px 0 0;padding-top: 10px;}
#sidebar .item:last-of-type{height: 100px;border-radius: 0 0 50px 50px;border-bottom: none}
#sidebar .item .con{position: absolute;left: -367px;top: 0;width: 367px;height: auto;background-color: #fff;box-shadow: 0 0 30px 0 rgba(14, 33, 97, .10);border-radius: 10px;display: none;}
#sidebar .item .con h3{background-color:#1f4eee;border-radius:10px 10px 0 0;font-size:20px;color:#fff;padding:20px 0;text-align:center;line-height:1.5}
#sidebar .item .con p{margin-top:0!important;font-size:28px;font-weight:700;color:#1f4eee;padding:20px 0;text-align:center}
#sidebar .item .con img{display:block;max-width:100%;height:auto;margin:20px auto}
#sidebar .item p{margin-top: 10px;font-size: 1.2rem;}
#sidebar .item:hover .con{display: block}
/*页码*/
.pagination{display:flex;align-items:center;justify-content:center}
.pagination svg{height:10px;width:10px}
.pagination span{display:flex;align-items:center;justify-content:center;width:60px;height:40px;color:#7E7E7E;font-size: 1.3rem;background: #fff;border-radius: 50px;}
.pagination span:hover{color:#409eff}
.pagination span.disabled{color:#a8abb2!important;cursor:not-allowed}
.pagination .pager{overflow:hidden;padding: 0 6px;}
.pagination .pager li{width:35px;height:35px;float:left;display:flex;justify-content:center;align-items:center;background-color:#fff;font-size:1.5rem;margin:0 3px;color:#303133;border-radius:50px;transition: all 0.5s}
.pagination .pager li:hover{background:rgb(115 115 255 / 80%);}
.pagination .pager li:hover a{color: #fff}
.pagination .pager li.active{background: var(--color-primary-1);color:#fff}
.pagination a{width:100%;height:100%;display:flex;justify-content:center;align-items:center;;transition: all 0.5s}
/**/
#main .x-title{font-size: 4rem;font-weight: bold;color: #333333;line-height: 1;text-align: center}
#main .x-title-sub{margin-top: 25px;font-size: 2rem;font-weight: 400;color: #666666;line-height: 1;text-align: center}
#main .top-banner{position: relative;display: flex;align-items: center;justify-content: center;height: 520px;background-position: center;background-repeat: no-repeat;background-size: cover;}
#main .top-banner .container{display: flex;flex-direction: column;align-items: center;justify-content: center;padding-top: 50px;}
#main .top-banner .txt{font-size: 4rem;color: #1a1a33;}
#main .top-banner .btn{width:132px;height: 44px;line-height: 44px;background: var(--color-primary);color: #fff;margin-top: 50px;box-shadow:none;border-radius: 4px;font-size: 1.6rem}
/**/
#index.index .banner {background: #fff;overflow: hidden;position: relative;width: 100%;height: 750px;}
#index.index .banner img {width: 100%;height: 100%;object-fit: cover;}
#index.index .banner .swiper-pagination span{width:30px;height: 3px;background:#fff;margin: 0 5px;border-radius: 1px;}
#index.index .banner .swiper-pagination .swiper-pagination-bullet-active{background: var(--color-primary);}
#index.index .edition{padding: 130px 0;}
#index.index .edition .x-title-sub span{font-size: 3rem;color: #E72E57;font-style: italic;padding: 0 5px;}
#index.index .edition .box{margin-top: 80px;display: flex;justify-content: space-between;}
#index.index .edition .box .item{width: 32%;background: #FFFFFF;box-shadow: 0 0 27px 3px rgba(14, 33, 97, 0.1);border-radius: 10px;display: flex;flex-direction: column;justify-content: space-between;}
#index.index .edition .box .item .top{height: 190px;border-radius: 10px 10px 0 0;padding: 38px 40px;position: relative;box-sizing: border-box;}
#index.index .edition .box .item .title{font-size: 3rem;font-weight: bold;color: #FFFFFF;line-height: 1;margin-bottom: 15px;}
#index.index .edition .box .item .desc{font-size: 1.6rem;color: #FFFFFF;line-height: 30px;}
#index.index .edition .box .item .list{padding: 38px 20px 0 30px;height: 100%;}
#index.index .edition .box .item .list p{font-size: 1.6rem;color: #676C73;line-height: 30px;padding-left: 14px;position: relative;margin-bottom: 15px;}
#index.index .edition .box .item .list p:before{content: '';display: block;width: 5px;height: 5px;background: #333333;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -2.5px;}
#index.index .edition .box .item .more{padding: 0 0 24px 22px;color: #4c6aff;font-size: 1.4rem;line-height: 22px;display: block;}
#index.index .edition .box .item .info{text-align: center;font-size: 1.4rem;padding-bottom: 30px;}
#index.index .edition .box .item .info p:nth-of-type(1) span{color: #E72E57;font-size: 34px;font-weight: bold;}
#index.index .edition .box .item .info p:nth-of-type(1) i{font-size: 1.2rem;color: #9fa2ad;font-style: initial;padding-left: 2px;}
#index.index .edition .box .item .info p:nth-of-type(2){color: #9fa2ad;font-size: 1.2rem;text-decoration: line-through;line-height: 22px;}
#index.index .edition .box .item .info .btn{width: 191px;height: 54px;line-height: 54px;border-radius: 10px;font-size: 1.8rem;margin: 10px auto 0;}
#index.index .edition .box .item:nth-of-type(1) .info .btn{background: #E442A8}
#index.index .edition .box .item:nth-of-type(1) .top{background: linear-gradient(47deg, #4158D0 0%, #C850C0 50%, #FFCC70 100%);}
#index.index .edition .box .item:nth-of-type(2) .info .btn{background: #5651AD}
#index.index .edition .box .item:nth-of-type(2) .top{background:url("../img/home/edition/1.png") no-repeat center;}
#index.index .edition .box .item:nth-of-type(2) .top img{position: absolute;right: 33px;top: -6px;width: 66px;}
#index.index .edition .box .item:nth-of-type(3) .info .btn{background: #84D4F5}
#index.index .edition .box .item:nth-of-type(3) .top{background:linear-gradient(60deg, #9CECFB 0%, #0052D4 100%);}
#index.index .edition .box .item:nth-of-type(3) .info p{color: #333333;font-size: 3.4rem;line-height: 22px;padding-bottom: 20px;}
#index.index .price{background: url("../img/home/price/1.png") no-repeat center;background-size: cover;padding: 75px 0;}
#index.index .price .x-title,#index.index .price .x-title-sub{color: #fff;font-weight: 400;}
#index.index .price .x-title-sub span{color: #fffd1b}
#index.index .price .con {background-color: #fff;border-radius: 10px;width: 700px;margin: 30px auto 0 auto;position: relative;padding: 14px 0 22px 0;}
#index.index .price .con .icon{position: absolute;left: -11px;top: -7px;}
#index.index .price .con .top{background: url('../img/home/price/5.png') no-repeat center;height: 81px;padding-top: 10px;display: flex;align-items: center;}
#index.index .price .con .top .item{width: 48%;font-size: 2.2rem;display: flex;align-items: center;justify-content: center;line-height: 1;}
#index.index .price .con .top .item span:nth-of-type(2) {font-size: 3.9rem;color: #fe6c5e;font-weight: bold;}
#index.index .price .con .top .item:nth-of-type(1){color: #7b561f;}
#index.index .price .con .top .item:nth-of-type(2){color: #fff7c3;}
#index.index .price .con .control{padding: 20px 55px 0;}
#index.index .price .con .control .item{margin-bottom: 20px;}
#index.index .price .con .control .name{color: #232A38;font-size: 1.8rem;padding-bottom: 15px;}
#index.index .price .con .control .name span{color: #A9B2C2;font-size: 1.4rem;margin-left: 8px;}
#index.index .price .con .info{color: #236def;font-size: 1.4rem;padding: 0 55px 20px;}
#index.index .price .con .info span{margin-right: 10px;}
#index.index .price .con .btn{margin: 0 auto;position: relative;width: 220px;font-size: 1.6rem}
#index.index .price .con .btn span:nth-of-type(2){width: 70px;height: 30px;line-height: 30px;background-color: #fe6c5e;color: #fff;border-radius: 10px 10px 10px 0;text-align: center;font-size: 14px;position: absolute;top: -21px;right: -18px}
#index.index .price .con .tip{text-align: center;font-size: 1.4rem;color: #236def;padding-top: 15px;}
#index.index .price .con .tip span{color: #fe6c5e;}
#index.index .process{padding: 130px 0;}
#index.index .process .swiper-wrap{overflow: hidden;margin-top: 60px;}
#index.index .process .swiper-wrap .swiper-nav .swiper-slide{display: flex;align-items: center;padding: 0 15px 30px 15px;box-sizing: border-box;font-size: 2rem;color: #333;text-align: center;position: relative;transition: .5s;cursor: pointer;width: 20%;}
#index.index .process .swiper-wrap .swiper-nav .swiper-slide .img{position: relative;width: 16px;height: 23px;overflow: hidden;}
#index.index .process .swiper-wrap .swiper-nav .swiper-slide .img img{position: absolute;top: 0;bottom: 0;left: 0;right: 0;max-width: 100%;max-height: 100%;transition: all 0.5s ease-in-out 0s;}
#index.index .process .swiper-wrap .swiper-nav .swiper-slide .img img:nth-of-type(2) {left: -100%;opacity: 0}
#index.index .process .swiper-wrap .swiper-nav .swiper-slide .txt{padding-left: 15px;}
#index.index .process .swiper-wrap .swiper-nav .swiper-slide.swiper-slide-thumb-active{color: #236DEF;border-bottom: 2px solid #236DEF;}
#index.index .process .swiper-wrap .swiper-nav .swiper-slide.swiper-slide-thumb-active .img img:nth-of-type(1){left: 100%;}
#index.index .process .swiper-wrap .swiper-nav .swiper-slide.swiper-slide-thumb-active .img img:nth-of-type(2){left: 0;opacity: 1;}
#index.index .process .swiper-wrap .swiper-content{background: linear-gradient(90deg, #F6F8FA 0%, #F1F2F3 100%);height: 380px;}
#index.index .process .swiper-wrap .swiper-content .swiper-slide{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;position: relative;text-align: justify; padding: 28px 74px;box-sizing: border-box;background: url("../img/home/process/6.png") no-repeat calc(100% - 74px) center;background-size: 25%}
#index.index .process .swiper-wrap .swiper-content .con p:nth-of-type(1){font-size: 2.8rem;font-weight: bold;color: #333333;}
#index.index .process .swiper-wrap .swiper-content .con p:nth-of-type(2){font-size: 1.8rem;color: #666666;margin: 30px 0 40px 0;}
#index.index .process .swiper-wrap .swiper-content .con .btn{height: 54px;line-height: 54px;width: 170px;font-size: 1.6rem;}
#index.index .process-mobile{display: none;}
#index.index .product{padding:0 0 123px 0}
#index.index .product .content{display: flex;justify-content: space-between;margin-top: 60px;}
#index.index .product .content .nav{width: 20%;}
#index.index .product .content .nav .item{width: 100%;cursor: pointer;margin-bottom: 22px;height: 80px;background: linear-gradient(135deg, #FFFFFF 0%, #F2F7FF 100%);box-shadow: 0 0 20px 0 rgba(127, 156, 219, 0.28);border-radius: 10px;display: flex;align-items: center;justify-content: center;}
#index.index .product .content .nav .item .txt{padding-left: 10px;font-size: 2.2rem;color: #4A638C;}
#index.index .product .content .nav .item .img{position: relative;width:23px;height: 23px;overflow: hidden;}
#index.index .product .content .nav .item .img img{position: absolute;top: 0;bottom: 0;left: 0;right: 0;max-width: 100%;max-height: 100%;transition: all 0.5s ease-in-out 0s;}
#index.index .product .content .nav .item .img img:nth-of-type(2) {left: -100%;opacity: 0}
#index.index .product .content .nav .item.on{background: #236DEF;}
#index.index .product .content .nav .item.on .img img:nth-of-type(1){left: 100%;}
#index.index .product .content .nav .item.on .img img:nth-of-type(2){left: 0;opacity: 1}
#index.index .product .content .nav .item.on .txt{color: #fff;}
#index.index .product .content .con{width: 76%;}
#index.index .product .content .con img{max-width: 100%;}
#index.index .why .content{display: flex;justify-content: space-between;margin-top: 125px;}
#index.index .why .content .item{width: 23.5%;position: relative;}
#index.index .why .content .item img{width: 133px;margin: 0 auto;height: 122px;position: absolute;left: 50%;top: -67px;transform: translate(-50%, 0);transition: .5s;}
#index.index .why .content .item .con{height: 319px;background: #EDF3FB;border-radius: 5px;padding: 90px 33px 0 33px;transition: .5s;}
#index.index .why .content .item .con .title{font-size: 2rem;font-weight: bold;color: #343336;line-height: 30px;text-align: center;margin-bottom: 15px;}
#index.index .why .content .item .con .desc{font-size: 1.6rem;color: #666666;line-height: 26px;}
#index.index .solution{padding: 110px 0;position: relative;color: #fff;margin-top: 200px;}
#index.index .solution .x-title{color: #fff;}
#index.index .solution .bg{position: absolute;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;overflow: hidden;}
#index.index .solution .bg .img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;background-size: cover;transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-duration: 1.5s;}
#index.index .solution .bg .img.on {transform: scale(1.08, 1.08);opacity: 1;z-index: 10;}
#index.index .solution .con{padding: 60px 0 0;display: flex;align-items: center;justify-content: space-between;}
#index.index .solution .con .nav{width: 17%;border-right: 1px solid #3C4B6B;}
#index.index .solution .con .nav .item{cursor: pointer;height: 62px;transition: .5s;line-height: 62px;color: #ACB1BA;position: relative;box-sizing: border-box;}
#index.index .solution .con .nav .item h3{font-weight: 400;padding-left:45px;box-sizing: border-box;border-bottom: 1px solid #3C4B6B;margin-right: 20px;font-size: 1.8rem;}
#index.index .solution .con .nav .item h3:before{content: '';display: block;width: 7px;height: 7px;background: linear-gradient(90deg, #B4B5B6 0%, #626A7A 100%);border-radius: 50%;position: absolute;left: 24px;top: 50%;transform: translate(0, -50%);}
#index.index .solution .con .nav .item.on {background: rgba(255, 255, 255, .1);border-right: 3px solid #236DEF;}
#index.index .solution .con .nav .item.on h3{border: none;color: #fff;}
#index.index .solution .con .content{width: 65%;overflow: hidden;}
#index.index .solution .con .content .box{display: none;}
#index.index .solution .con .content .box:first-of-type{display: block;}
#index.index .solution .con .content .box .title{font-size: 2.8rem;font-weight: 500;color: #FFFFFF;margin-bottom: 20px;}
#index.index .solution .con .content .box .tag{display: flex;flex-wrap: wrap;align-items: center;}
#index.index .solution .con .content .box .tag{display: flex;flex-wrap: wrap;align-items: center;}
#index.index .solution .con .content .box .tag span{margin-right: 20px;margin-bottom: 20px;height: 30px;background: rgba(35, 109, 239, .2);border-radius: 5px;padding: 0 13px;display: flex;align-items: center;justify-content: center;font-size: 1.4rem;color: #FFFFFF;line-height: 30px;}
#index.index .solution .con .content .box .slogan{font-size: 2rem;color: #B2B4BB;line-height: 30px;padding-bottom: 55px;}
#index.index .solution .con .content .box .logo{height: 42px;}
#index.index .solution .con .content .box .logo img{max-width: 100%;height: auto;}
#index.index .solution .con .content .box .desc{margin-top: 20px;font-size: 2rem;color: #FFFFFF;line-height: 30px;padding-bottom: 55px;}
#index.index .solution .con .content .box .btn{width: 170px;height: 54px;line-height: 54px;font-size: 1.6rem}
#index.index .case{padding: 150px 0;background: url("../img/home/case-bg.jpg") no-repeat center;}
#index.index .case .content{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;margin-top: 70px;}
#index.index .case .content .item{border-radius: 8px;box-shadow: 0 5px 20px 0 rgba(19, 60, 154, .08), inset 0 2px 0 0 #fff;margin: 5px;overflow: hidden;}
#index.index .case .content .item img{width: 120px;height: 60px;object-fit: cover;}
#index.index .case .content .item:nth-of-type(17){margin-right: 20px;}
#index.index .choose{background: url('../img/home/choose-bg.png') no-repeat bottom center;padding-bottom: 110px;overflow: hidden;}
#index.index .choose .content{display: flex;justify-content: space-between;margin-top: 65px;}
#index.index .choose .content .item .info{font-size: 2rem;color: #236DEF;line-height: 1;}
#index.index .choose .content .item span:first-of-type{font-size: 5.5rem;font-weight: bold;}
#index.index .choose .content .item .txt{margin-top: 20px;font-size: 1.6rem;font-weight: bold;color: #676C73;}
#index.index .choose .container .click{margin-top: 160px;}
#index.index .choose .container .click a{display: block;width: 110px;margin: 0 auto;font-size: 2rem;color: #236DEF;line-height: 33px;background: url('../img/home/zx.png') no-repeat right center;}
#index.index .why-choose{display: none}
/**/
#intro-email .top-banner{height: 500px;}
#intro-email .top-banner .btn{width: 220px;border-radius: 200px;}
#intro-email .nav{background: #ECEFF4}
#intro-email .nav .container{display: flex;justify-content: center;}
#intro-email .nav .item{display: block;width: 100px;height: 60px;margin-right: 100px;padding-left: 28px;box-sizing: border-box;color: #111F33;font-weight:bold;position: relative;line-height: 60px;font-size: 1.8rem;text-align: left;cursor: pointer;background-size: 24px 24px;background-repeat: no-repeat;background-position: left center;opacity: 0.6}
#intro-email .nav .item:before{content: '';width: 100%;height: 4px;background: #236DEF;border-radius: 2px;position: absolute;bottom: 0;left: 0;transition: 0.5s;opacity: 0}
#intro-email .nav .item:last-of-type{margin-right: 0;}
#intro-email .nav .item:nth-of-type(1){background-image: url("../img/intro-email/nav-1.png");}
#intro-email .nav .item:nth-of-type(2){background-image: url("../img/intro-email/nav-2.png");}
#intro-email .nav .item:nth-of-type(3){background-image: url("../img/intro-email/nav-3.png");}
#intro-email .nav .item:nth-of-type(4){background-image: url("../img/intro-email/nav-4.png");}
#intro-email .nav .item:nth-of-type(5){background-image: url("../img/intro-email/nav-5.png");}
#intro-email .nav .item.on,#intro-email .nav .item:hover,#intro-email .nav .item.on:before,#intro-email .nav .item:hover:before{opacity: 1;}
#intro-email .x-title{font-weight: 500;font-size: 3.2rem;color: #111F33;}
#intro-email .x-title{font-weight: 500;font-size: 3.2rem;color: #111F33;}
#intro-email .box{padding: 50px 0 60px;}
#intro-email .box .list{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 40px;}
#intro-email .box .list .item{background: #FFFFFF;box-shadow: 0 9px 36px rgba(47, 56, 111, 0.1);border-radius: 10px;width:calc(25% - 20px);height: 200px;padding: 16px 20px 0;box-sizing: border-box;margin-bottom: 20px;}
#intro-email .box .list .item img{width: 56px;height: 56px;object-fit: cover}
#intro-email .box .list .item .name{font-weight: 500;font-size: 1.8rem;line-height: 25px;color: #111F33;margin-top: 20px;}
#intro-email .box .list .item .desc{font-size: 1.4rem;line-height: 20px;color: #676C73;margin-top: 8px;}
#intro-email .box .list .item:nth-of-type(4n){margin-right: 0;}
#intro-email .box:nth-of-type(2n){background:url("../img/intro-email/bg.png") no-repeat center;background-size: cover;}
#intro-email .foot{background: radial-gradient(33.4% 90.9% at 48.33% 2.4%, #42A3FD 0%, #0042C1 100%);padding: 80px 0 60px;}
#intro-email .foot .container{display: flex;flex-direction: column;align-items: center;}
#intro-email .foot .container .txt{font-size: 2.6rem;line-height: 36px;text-align: center;color: #FFFFFF;}
#intro-email .foot .container .btn{width: 200px;height: 40px;line-height: 40px;background: #fff;color: #236DEF;font-size: 14px;margin: 42px auto 0;}
/**/
#solution .top-banner{height: 580px;}
#solution .top-banner .container{align-items: flex-start;}
#solution .top-banner .title{font-weight: 500;font-size: 4rem;line-height: 56px;color: #262A33;}
#solution .top-banner .txt{ color: #51555C;width: 580px;font-size: 1.8rem;margin-top: 10px;line-height: 1.9;}
#solution .top-banner .btn{margin-top: 20px}
#solution .x-title{color: #232D47;font-size: 3.2rem;text-align: center;margin: 0 0 24px 0;}
#solution .x-title-sub{text-align: center;font-size: 1.6rem;line-height: 2;color: #7A8599;}
#solution .box{padding: 90px 0;}
#solution .need .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
#solution .need .item{width: 49%;height: 186px;border-radius: 4px;margin-top: 20px;padding: 24px 152px 28px 34px;background-repeat: no-repeat;background-size: 100%;box-sizing: border-box;}
#solution .need .item .title{color: #4E5A70;font-size: 2.1rem;position: relative;}
#solution .need .item .title:before{display: block;content: '';width: 28px;height: 4px;border-radius: 8px;background-color: #326CFE;position: absolute;top: 37px;left: 0;}
#solution .need .item .desc{margin-top: 28px;color: #7A8599;font-size: 1.6rem;line-height: 1.9;text-align: left;}
#solution .plan .wrap{overflow: hidden;margin-top: 60px;}
#solution .plan .wrap .sidebar{width: 25%;float: left;}
#solution .plan .wrap .sidebar.flex{position: fixed;top: 160px;}
#solution .plan .wrap .sidebar a{height: 38px;line-height: 38px;color: #7A8599;font-size: 1.6rem;position: relative;padding-left: 17px;display: block;}
#solution .plan .wrap .sidebar a::before {display: block;content: '';width: 1px;height: 38px;background-color: #E1E6ED;position: absolute;top: 0;left: 2px;}
#solution .plan .wrap .sidebar a.active{color: #326CFE;}
#solution .plan .wrap .sidebar a.active::before {width: 4px;background-color: #326CFE;border-radius: 2px;transform: translateX(-1px);}
#solution .plan .wrap .content{width: 70%;float: right;}
#solution .plan .wrap .content .item{margin: 0 0 58px;}
#solution .plan .wrap .content .title{color: #4E5A70;font-size: 21px;}
#solution .plan .wrap .content .txt{margin-top: 14px;font-size: 1.6rem;color: #7A8599;line-height: 2;}
#solution .plan .wrap .content img{margin: 32px auto 0;height: 315px;display: block}
#solution .plan .wrap .content .tip{margin-top: 14px;color: #A9B2C2;text-align: center;font-size: 1.2rem;}
#solution .plan .wrap .content .btn{width: 132px;border-radius: 4px;font-size: 1.6rem;margin: 0 auto}
#solution .advantage .content{margin-top: 45px;display: flex;justify-content: space-between;}
#solution .advantage .content .item{width: 24%;border: 1px solid #ECEFF4;border-radius: 4px;padding: 34px 34px 60px 34px;box-sizing: border-box;display: flex;flex-direction: column;align-items: center;}
#solution .advantage .content .item img{width: 36%;}
#solution .advantage .content .item .title{color: #4E5A70;font-size: 2.1rem;font-weight: 600;margin-top: 10px;}
#solution .advantage .content .item .txt{margin-top: 10px;color: #7A8599;font-size: 1.6rem;line-height: 1.9;}
#solution .case{background: #f8fafd url('../img/solution/manufacturing/case-bg.png') no-repeat;background-size: 100% 350px;padding: 90px 0 44px;}
#solution .case .x-title{color: #fff;}
#solution .case .swiper{overflow: hidden;box-shadow: 0 4px 12px rgba(35, 45, 71, 0.05);}
#solution .case .swiper .swiper-wrapper{width: 100%;height: 324px;position: relative;}
#solution .case .swiper .swiper-wrapper .swiper-slide{background: #fff}
#solution .case .swiper .swiper-wrapper .swiper-slide img{width: 100%;object-fit: cover;}
#solution .case .swiper .swiper-button-next,
#solution .case .swiper .swiper-button-prev{background-color: #C0C8D6;width: 42px;height: 42px;border-radius: 50%;color: #fff;opacity: .3;}
#solution .case .swiper .swiper-button-next:after,
#solution .case .swiper .swiper-button-prev:after{font-size: 1.4rem;}
#solution .case .swiper .swiper-pagination{text-align: left;padding-left: 10%;bottom: 44px;}
#solution .case .swiper .swiper-pagination .swiper-pagination-bullet{background-color: #326CFE;width: 30px;height: 4px;border-radius: 8px;}
#solution .slogan{padding-bottom: 44px;}
#solution .slogan .title{color: #232D47;font-size: 3.2rem;text-align: center;margin: 80px 0 24px 0;}
#solution .slogan .btn{margin: 0 auto;width: 132px;border-radius: 4px;font-size: 1.6rem}
#solution.general .plan .wrap .content{width: 100%;}
#solution.general .plan .wrap .content .item{position: relative;margin-bottom: 100px;}
#solution.general .plan .wrap .content .item .con{width: 49%;position: absolute;top: 0}
#solution.general .plan .wrap .content .item .title{color: #4E5A70;font-size: 2.1rem;font-weight: 600;}
#solution.general .plan .wrap .content .item .txt{line-height: 1.8;}
#solution.general .plan .wrap .content .item .tag {display: flex;flex-wrap: wrap;}
#solution.general .plan .wrap .content .item .tag span{box-sizing: border-box;background: url('../img/solution/medical/mail.jpg') no-repeat left center;background-size: 14px;font-size: 1.6rem;color: #7A8599;margin: 23px 0 0 0;padding-left: 22px;width: 50%;}
#solution.general .plan .wrap .content .item:nth-of-type(2n+1) .con{left: 0;}
#solution.general .plan .wrap .content .item:nth-of-type(2n) .con{right: 0;}
#solution.manufacturing .need .item:nth-of-type(1){background-image: url("../img/solution/manufacturing/need-1.jpg")}
#solution.manufacturing .need .item:nth-of-type(2){background-image: url("../img/solution/manufacturing/need-2.jpg")}
#solution.manufacturing .need .item:nth-of-type(3){background-image: url("../img/solution/manufacturing/need-3.jpg")}
#solution.manufacturing .need .item:nth-of-type(4){background-image: url("../img/solution/manufacturing/need-4.jpg")}
#solution.international_trade .need .item:nth-of-type(1){background-image: url("../img/solution/international_trade/need-1.jpg")}
#solution.international_trade .need .item:nth-of-type(2){background-image: url("../img/solution/international_trade/need-2.jpg")}
#solution.international_trade .need .item:nth-of-type(3){background-image: url("../img/solution/international_trade/need-3.jpg")}
#solution.international_trade .need .item:nth-of-type(4){background-image: url("../img/solution/international_trade/need-4.jpg")}
#solution.sell .need .item:nth-of-type(1){background-image: url("../img/solution/sell/need-1.jpg")}
#solution.sell .need .item:nth-of-type(2){background-image: url("../img/solution/sell/need-2.jpg")}
#solution.sell .need .item:nth-of-type(3){background-image: url("../img/solution/sell/need-3.jpg")}
#solution.sell .need .item:nth-of-type(4){background-image: url("../img/solution/sell/need-4.jpg")}
#solution.medical .need .item:nth-of-type(1){background-image: url("../img/solution/medical/need-1.jpg")}
#solution.medical .need .item:nth-of-type(2){background-image: url("../img/solution/medical/need-2.jpg")}
#solution.medical .need .item:nth-of-type(3){background-image: url("../img/solution/medical/need-3.jpg")}
#solution.medical .need .item:nth-of-type(4){background-image: url("../img/solution/medical/need-4.jpg")}
#solution.finance .need .item:nth-of-type(1){background-image: url("../img/solution/finance/need-1.jpg")}
#solution.finance .need .item:nth-of-type(2){background-image: url("../img/solution/finance/need-2.jpg")}
#solution.finance .need .item:nth-of-type(3){background-image: url("../img/solution/finance/need-3.jpg")}
#solution.finance .need .item:nth-of-type(4){background-image: url("../img/solution/finance/need-4.jpg")}
#solution.finance .need .item:nth-of-type(5){background-image: url("../img/solution/finance/need-5.jpg")}
#solution.internet .need .item:nth-of-type(1){background-image: url("../img/solution/internet/need-1.jpg")}
#solution.internet .need .item:nth-of-type(2){background-image: url("../img/solution/internet/need-2.jpg")}
#solution.internet .need .item:nth-of-type(3){background-image: url("../img/solution/internet/need-3.jpg")}
#solution.internet .need .item:nth-of-type(4){background-image: url("../img/solution/internet/need-4.jpg")}
#solution.education .need .item:nth-of-type(1){background-image: url("../img/solution/education/need-1.jpg")}
#solution.education .need .item:nth-of-type(2){background-image: url("../img/solution/education/need-2.jpg")}
#solution.education .need .item:nth-of-type(3){background-image: url("../img/solution/education/need-3.jpg")}
#solution.education .need .item:nth-of-type(4){background-image: url("../img/solution/education/need-4.jpg")}
#solution.government .need .item:nth-of-type(1){background-image: url("../img/solution/government/need-1.jpg")}
#solution.government .need .item:nth-of-type(2){background-image: url("../img/solution/government/need-2.jpg")}
#solution.government .need .item:nth-of-type(3){background-image: url("../img/solution/government/need-3.jpg")}
#solution.government .need .item:nth-of-type(4){background-image: url("../img/solution/government/need-4.jpg")}
#solution.intellect .need .item:nth-of-type(1){background-image: url("../img/solution/intellect/need1.jpg")}
#solution.intellect .need .item:nth-of-type(2){background-image: url("../img/solution/intellect/need2.jpg")}
#solution.intellect .need .item:nth-of-type(3){background-image: url("../img/solution/intellect/need3.jpg")}
#solution.intellect .need .item:nth-of-type(4){background-image: url("../img/solution/intellect/need4.jpg")}
#solution.email .need .item:nth-of-type(1){background-image: url("../img/solution/email/need1.jpg")}
#solution.email .need .item:nth-of-type(2){background-image: url("../img/solution/email/need2.jpg")}
#solution.email .need .item:nth-of-type(3){background-image: url("../img/solution/email/need3.jpg")}
#solution.email .need .item:nth-of-type(4){background-image: url("../img/solution/email/need4.jpg")}
#solution.exchange .need .item:nth-of-type(1){background-image: url("../img/solution/exchange/need1.jpg")}
#solution.exchange .need .item:nth-of-type(2){background-image: url("../img/solution/exchange/need2.jpg")}
#solution.exchange .need .item:nth-of-type(3){background-image: url("../img/solution/exchange/need3.jpg")}
#solution.exchange .need .item:nth-of-type(4){background-image: url("../img/solution/exchange/need4.jpg")}
#solution.mail .need .item:nth-of-type(1){background-image: url("../img/solution/mail/need1.jpg")}
#solution.mail .need .item:nth-of-type(2){background-image: url("../img/solution/mail/need2.jpg")}
#solution.mail .need .item:nth-of-type(3){background-image: url("../img/solution/mail/need3.jpg")}
#solution.mail .need .item:nth-of-type(4){background-image: url("../img/solution/mail/need4.jpg")}
#solution.mailbox .need .item:nth-of-type(1){background-image: url("../img/solution/mailbox/need1.jpg")}
#solution.mailbox .need .item:nth-of-type(2){background-image: url("../img/solution/mailbox/need2.jpg")}
#solution.mailbox .need .item:nth-of-type(3){background-image: url("../img/solution/mailbox/need3.jpg")}
#solution.mailbox .need .item:nth-of-type(4){background-image: url("../img/solution/mailbox/need4.jpg")}
#solution.foreign .need .item:nth-of-type(1){background-image: url("../img/solution/foreign/need1.jpg")}
#solution.foreign .need .item:nth-of-type(2){background-image: url("../img/solution/foreign/need2.jpg")}
#solution.foreign .need .item:nth-of-type(3){background-image: url("../img/solution/foreign/need3.jpg")}
#solution.foreign .need .item:nth-of-type(4){background-image: url("../img/solution/foreign/need4.jpg")}
#solution.security .need .item:nth-of-type(1){background-image: url("../img/solution/security/need1.jpg")}
#solution.security .need .item:nth-of-type(2){background-image: url("../img/solution/security/need2.jpg")}
#solution.security .need .item:nth-of-type(3){background-image: url("../img/solution/security/need3.jpg")}
#solution.security .need .item:nth-of-type(4){background-image: url("../img/solution/security/need4.jpg")}
#solution.transaction .need .item:nth-of-type(1){background-image: url("../img/solution/transaction/need1.jpg")}
#solution.transaction .need .item:nth-of-type(2){background-image: url("../img/solution/transaction/need2.jpg")}
#solution.transaction .need .item:nth-of-type(3){background-image: url("../img/solution/transaction/need3.jpg")}
#solution.transaction .need .item:nth-of-type(4){background-image: url("../img/solution/transaction/need4.jpg")}
#solution.overseas .need .item:nth-of-type(1){background-image: url("../img/solution/overseas/need1.jpg")}
#solution.overseas .need .item:nth-of-type(2){background-image: url("../img/solution/overseas/need2.jpg")}
#solution.overseas .need .item:nth-of-type(3){background-image: url("../img/solution/overseas/need3.jpg")}
#solution.overseas .need .item:nth-of-type(4){background-image: url("../img/solution/overseas/need4.jpg")}
#solution.integration .need .item:nth-of-type(1){background-image: url("../img/solution/integration/need1.jpg")}
#solution.integration .need .item:nth-of-type(2){background-image: url("../img/solution/integration/need2.jpg")}
#solution.integration .need .item:nth-of-type(3){background-image: url("../img/solution/integration/need3.jpg")}
#solution.integration .need .item:nth-of-type(4){background-image: url("../img/solution/integration/need4.jpg")}
/**/
#price.index .top-banner .txt{color: #fff;}
#price.index .top-banner .txt p span{font-size: 5.6rem !important;}
#price.index .top-banner .container{align-items: flex-start;}
#price.index .top-banner .btn{width: 220px;background: #fff;border-radius: 100px;color: var(--color-primary)}
#price.index .x-title{font-weight: 500;font-size: 3.2rem;text-align: center;color: #111F33;padding-bottom: 60px;}
#price.index .price{background: #F8F9FB url('../img/price/bg.png') no-repeat top center;padding: 50px 0 45px;}
#price.index .price .x-title{padding-bottom: 0}
#price.index .price .x-title-sub p{font-weight: normal;font-size: 1.6rem;line-height: 34px;height: 34px;color: #787E87;text-align: center;margin-top: 4px;}
#price.index .price .x-title-sub p span{font-size: 2.4rem;color: #236DEF;display: inline-block;vertical-align: bottom;margin-right: 7px;padding: 0 5px;box-sizing: border-box;}
#price.index .price .x-title-sub p span:nth-of-type(1){margin-left: 7px;color: #ACB3B8;position: relative;}
#price.index .price .x-title-sub p span:nth-of-type(1):before{content: '';width: 100%;height: 1px;background: #787E87;position: absolute;left: 0;top: 50%;}
#price.index .price .content{margin: 24px auto 0;width: 710px;}
#price.index .price .content .control{display: flex;justify-content: space-between;width: 100%;}
#price.index .price .content .control .item{width:calc(50% - 10px);height: 50px;background: #ECEFF4;border: 1px solid #DFE3E6;border-radius: 8px;padding: 0 10px 0 16px;display: flex;justify-content: space-between;align-items: center;font-size: 1.8rem;box-sizing: border-box;}
#price.index .price .content .control .item .el-input-number{width: 110px;}
#price.index .price .content .control .item .el-input-number .el-input__wrapper .el-input__inner{font-size: 1.8rem}
#price.index .price .content .con{margin-top: 20px;border-radius: 8px;border: 2px solid #38C299;overflow: hidden;padding: 24px 22px 23px;color: #74798B;box-sizing: border-box;}
#price.index .price .content .con .item{display: flex;align-items: center;justify-content: space-between;font-size: 1.8rem;height: 34px;line-height: 34px;}
#price.index .price .content .con .old-price .r span:nth-of-type(2){font-size: 2.4rem;padding-left: 10px;}
#price.index .price .content .con .old-price .l,
#price.index .price .content .con .old-price .r{position: relative;}
#price.index .price .content .con .old-price .l:before,
#price.index .price .content .con .old-price .r:before{content: '';width: 100%;height: 1px;background: #787E87;position: absolute;left: 0;top: 50%;}
#price.index .price .content .con .new-price{padding: 20px 0;font-size: 2.4rem;}
#price.index .price .content .con .new-price .l{color: #111F33;display: flex;align-items: center;}
#price.index .price .content .con .new-price .l img{width: 24px;}
#price.index .price .content .con .new-price .r span:nth-of-type(2){font-size:3.2rem;padding-left: 10px;line-height: 45px;color: #38C299;}
#price.index .price .content .con .tip{font-size: 1.4rem;color: #38C299;}
#price.index .price .content .con .tip span{color: #ff7134;font-size: 1.6rem;}
#price.index .price .btn{width: 220px;font-size: 1.6rem;margin: 30px auto 0;position: relative;}
#price.index .price .btn img{position: absolute;width: 70px;right: -40px;top: -15px;}
#price.index .tab{box-shadow: 0 34px 38px 0 rgba(12, 58, 140, 0.04);padding-top: 67px;}
#price.index .tab .nav{display: flex;}
#price.index .tab .nav a{width: 20%;display: flex;flex-direction: column;align-items: center;padding-bottom: 49px;height: 130px;justify-content: space-between;position: relative;cursor: pointer;box-sizing: border-box;}
#price.index .tab .nav a span{font-size: 1.8rem;color: #000000;}
#price.index .tab .nav a img{transition: .5s;}
#price.index .tab .nav a:before{display: block;width: 0;height: 4px;background:var(--color-primary);border-radius: 2px;content: '';position: absolute;bottom: 0;left: 0;opacity: 0;transition: all .4s;margin-left: 10%;}
#price.index .tab .nav a:hover:before,
#price.index .tab .nav a.active:before{opacity: 1;width: 80%;}
#price.index .tab .nav a:hover img{transform: rotateY(180deg);}
#price.index #param{margin-top: 100px;}
#price.index #param table {width:100%;table-layout:fixed;}
#price.index #param table th {font-size:1.6rem;line-height:22px;color:#111F33;background:#ECEFF4;border:1px solid #DFE3E6;padding:13px 0}
#price.index #param table td {font-size:1.4rem;line-height:200%;text-align:center;color:#787E87;background:#FFFFFF;border:1px solid #ECEFF4;padding:46px 0}
#price.index #advantage{margin-top: 80px}
#price.index #advantage table {margin-top:50px;font-size:2.2rem;font-weight:500}
#price.index #advantage table thead tr {background:#F8F9FB}
#price.index #advantage table thead tr th {height:90px;line-height:90px;padding:0;color:#676C73;font-weight:500}
#price.index #advantage table thead tr th:nth-child(2) {font-size:2.4rem;color:#FFFFFF;background:-webkit-gradient(linear, left top, right top, from(#1EDCA0), to(rgba(30,220,117,0.58)));background:-webkit-linear-gradient(left, #1EDCA0 0%, rgba(30,220,117,0.58) 100%);background:-moz-linear-gradient(left, #1EDCA0 0%, rgba(30,220,117,0.58) 100%);background:-o-linear-gradient(left, #1EDCA0 0%, rgba(30,220,117,0.58) 100%);background:linear-gradient(90deg, #1EDCA0 0%, rgba(30,220,117,0.58) 100%);border-left:4px solid #fff;border-right:4px solid #fff;line-height:40px;height:40px;padding:25px}
#price.index #advantage table thead tr th:nth-child(2) i {background-image:url('../img/price/3.png') ;background-repeat:no-repeat;-webkit-background-size:40px 40px;-moz-background-size:40px 40px;background-size:40px 40px;display:inline-block;width:40px;height:40px;margin-right:8px;vertical-align:top}
#price.index #advantage table tbody tr {background:#F8F9FB}
#price.index #advantage table tbody tr td {height:80px;padding:0;border:1px solid #DFE3E6;position:relative}
#price.index #advantage table tbody tr td:first-child {text-align:center}
#price.index #advantage table tbody tr td:nth-child(2) {border:none;border-left:4px solid #fff;border-right:4px solid #fff;border-bottom:1px solid #38C299;padding-left:26px}
#price.index #advantage table tbody tr td:nth-child(2) a {position:absolute;background-image:url("../img/price/4.png");background-repeat:no-repeat;background-size:84px 89px;width:84px;height:89px;margin:0;border:none;top:-8px;left:546px;opacity:0;transition:opacity .3s}
#price.index #advantage table tbody tr td:last-child {padding-left:20px;font-size:1.6rem}
#price.index #advantage table tbody tr:nth-child(odd) {background:#ECEFF4}
#price.index #advantage table tbody tr:nth-child(odd) td:nth-child(2) {background-color:#e7f8f3}
#price.index #advantage table tbody tr:nth-child(even) td:nth-child(2) {background-color:#fafefd}
#price.index #advantage table tbody tr:hover td:nth-child(2) a,
#price.index #advantage table tbody tr.active td:nth-child(2) a {opacity:1}
#price.index #advantage table tbody tr:hover td:nth-child(2) span,
#price.index #advantage table tbody tr.active td:nth-child(2) span {color:#07c76b}
#price.index #process{margin-top: 80px;padding-bottom: 100px;}
#price.index #process ul{width: 100%;position: relative;height: 150px;display: flex;flex-direction: row;justify-content: space-around;}
#price.index #process ul::after{content: '';position: absolute;top: 50%;left: 50%;width: 100%;border: 1px dashed #236DEF;transform: translate(-50%,-50%);}
#price.index #process ul li{display: flex;flex-direction: column;justify-content: space-between;height: 150px;position: relative;width: 20%;}
#price.index #process ul li::after{content: '';position: absolute;top: 50%;left: 0;transform: translate(0,-50%);background: url("../img/price/15.png") no-repeat center;width: 23px;height: 23px;}
#price.index #process ul li .price-top{display: flex;flex-direction: row;align-items: center;width: 100%;padding-left: 3%;}
#price.index #process ul li .price-top .name{font-size: 1.6rem;color: #111F33;padding-left: 15px;}
#price.index #process ul li  .price-footer{font-size: 1.6rem;color: #676C73;padding-left: 3%;}
#price.index #faq{padding: 100px 0;}
#price.index #faq .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
#price.index #faq .list a{display: flex;align-items: center;width: 48%;margin-bottom: 40px;}
#price.index #faq .list a .time{width: 20%;display: flex;flex-direction: column;justify-content: center;align-items: center;font-size: 1.4rem;color: #484848;line-height: 24px;border-right: 2px solid var(--color-primary);box-sizing: border-box;}
#price.index #faq .list a .con{width: 80%;display: flex;flex-direction: column;padding-left: 30px;}
#price.index #faq .list a .con .title{font-size: 1.4rem;color: #232424;margin-bottom: 10px;}
#price.index #faq .list a .con .desc{font-size: 1.3rem;font-weight: 300;line-height: 24px;-webkit-line-clamp: 2;}
/*客户评价*/
.review-wrap{background: url("../img/price/bg-1.png") no-repeat center;background-size: cover;padding: 60px 0 100px;color: #fff;}
.review-wrap .x-title{color: #fff !important;}
.review-wrap .x-title-sub{margin-top: 0;}
.review-wrap .x-title-sub img{width: 35px;}
.review-wrap .swiper {padding-bottom: 60px;}
.review-wrap .swiper-slide {width:360px;height: 350px;position: relative}
.review-wrap .swiper-slide .txt{opacity: 0;height:150px;text-align: center}
.review-wrap .swiper-slide .txt .title{margin-top: 42px;font-weight: 600;font-size: 2.4rem;line-height: 34px;}
.review-wrap .swiper-slide .txt .desc{color: #F8F9FB;opacity: 0.9;font-size: 1.4rem;line-height: 20px;margin-top: 21px;}
.review-wrap .swiper-slide .img{background: #fff;display: flex;align-items: center;justify-content: center;border-radius: 4px;height:90px;}
.review-wrap .swiper-slide .img:before{content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #000;opacity: 0;z-index: 9}
.review-wrap .swiper-slide .img img{height: 50%;}
.review-wrap .swiper-slide.active-1{opacity: 0.5}
.review-wrap .swiper-slide.active-1 .img{transform:translateY(24px);height: 69px;}
.review-wrap .swiper-slide.active-1 .img:before{opacity: 0.3}
.review-wrap .swiper-slide.active-2 .img{transform:translate(-40px,13px);}
.review-wrap .swiper-slide.active-2 .img:before{opacity: 0.3}
.review-wrap .swiper-slide.active-3{z-index: 9}
.review-wrap .swiper-slide.active-3 .img{height: 117px;width: 360px;margin-left: -62px;}
.review-wrap .swiper-slide.active-3 .txt{opacity: 1;width: 500%;position: relative;left: -200%;}
.review-wrap .swiper-slide.active-4 .img{transform:translate(40px,13px);}
.review-wrap .swiper-slide.active-4 .img:before{opacity: 0.3}
.review-wrap .swiper-slide.active-5{opacity: 0.5}
.review-wrap .swiper-slide.active-5 .img{transform:translateY(24px);height: 69px;}
.review-wrap .swiper-slide.active-5 .img:before{opacity: 0.3}
.review-wrap .swiper-pagination {width: 100%;bottom: 20px;}
.review-wrap .swiper-pagination-bullets .swiper-pagination-bullet {width: 32px;height: 6px;background: #fff;opacity: .2;border-radius: 20px;margin-right: 20px;}
.review-wrap .swiper-pagination-bullets .swiper-pagination-bullet-active {opacity: .8;}
.review-wrap .swiper-button-prev,.review-wrap .swiper-button-next {width: 48px;height: 48px;border-radius: 50%;background:rgb(255 255 255 / 30%);top: 100px;}
.review-wrap .swiper-button-prev:after,.review-wrap .swiper-button-next:after{font-size:2rem;color: #c3c3c3;}
.review-wrap .swiper-button-prev:hover,.review-wrap .swiper-button-next:hover {background: var(--color-primary)}
.review-wrap .swiper-button-prev:hover:after,.review-wrap .swiper-button-next:hover:after {color: #fff}
.review-wrap .btn{margin: 50px auto 0;width: 240px;font-size: 1.4rem;}
/*案例*/
#user-story.index .banner {background: #fff;overflow: hidden;position: relative;width: 100%;height: 500px;}
#user-story.index .banner .swiper-slide {width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;}
#user-story.index .banner .swiper-slide .container{height: 100%;display: flex;flex-direction: column;justify-content: center;}
#user-story.index .banner .swiper-slide .container .txt{font-weight: 500;font-size: 4rem;color: #FFFFFF;}
#user-story.index .banner .swiper-slide .container .btn-box{display: flex;padding-top: 30px;}
#user-story.index .banner .swiper-slide .container .btn{width: 220px;font-size: 1.6rem;}
#user-story.index .banner .swiper-slide .container .btn.view{background: #fff;color: var(--color-primary);margin-left: 20px;}
#user-story.index .banner .swiper-pagination span{width:30px;height: 3px;background:#fff;margin: 0 5px;border-radius: 1px;}
#user-story.index .banner .swiper-pagination .swiper-pagination-bullet-active{background: var(--color-primary);}
#user-story.index .nav{width: 100%;height: 110px;background: #F8F9FB;}
#user-story.index .nav .container{display: flex;justify-content: space-around;align-items: center;height: 100%;}
#user-story.index .nav .item{width: 85px;cursor: pointer;height: 100%;position: relative}
#user-story.index .nav .item .img{position: relative;width: 100%;height:65px;display: flex;justify-content: center;align-items: flex-end;padding-bottom: 5px;box-sizing: border-box}
#user-story.index .nav .item .img img{position: absolute;width: 40%;transition: all 0.5s}
#user-story.index .nav .item .img img:nth-of-type(1){opacity: 0;}
#user-story.index .nav .item .name{font-size: 1.8rem;color: #ACB3B8;line-height: 25px;text-align: center;font-weight: 600;transition: all 0.5s}
#user-story.index .nav .item:before{content: '';position: absolute;bottom: 0;width: 32px;height: 4px;background: var(--color-primary);border-radius: 2px;left: 50%;margin-left: -16px;transition: all 0.5s;opacity: 0;}
#user-story.index .nav .item:hover .img img:nth-of-type(1),
#user-story.index .nav .item.active .img img:nth-of-type(1){opacity: 1}
#user-story.index .nav .item:hover .img img:nth-of-type(2),
#user-story.index .nav .item.active .img img:nth-of-type(2){opacity: 0}
#user-story.index .nav .item:hover .name,
#user-story.index .nav .item.active .name{color: #111F33}
#user-story.index .nav .item:hover:before,
#user-story.index .nav .item.active:before{opacity: 1}
#user-story.index .content{margin-top: 80px;padding-bottom: 70px;}
#user-story.index .content .item{display: none;}
#user-story.index .content .item.active{display: flex;justify-content:center;flex-wrap: wrap;}
#user-story.index .content .item .l{width: 44%}
#user-story.index .content .item .l h3{font-weight: 500;font-size: 2.4rem;line-height: 34px;color: #111F33;}
#user-story.index .content .item .l p{font-size: 1.6rem;line-height: 22px;color: #676C73;margin-top: 6px;margin-bottom: 60px;}
#user-story.index .content .item .l p:last-of-type{margin-bottom: 0;}
#user-story.index .content .item .r{width: 56%}
#user-story.index .content .item .r img{width: 100%;}
#user-story.index .content .item .customer .title{font-size: 2.4rem;line-height: 34px;color: #111F33;margin: 80px 0 40px;text-align: center;}
#user-story.index .content .item .customer .list img{width:200px;height: 60px;object-fit: cover;margin-right: 50px;}
#user-story.index .content .item .customer .list img:last-of-type{margin-right: 0;}
#user-story.index .other{width: 100%;overflow: hidden;background-color:#F8F9FB;padding: 50px 0; }
#user-story.index .other .x-title{padding-bottom: 20px;font-weight: initial;}
#user-story.index .other img{height: 430px;}
#user-story.index .slogan{height: 250px;background:#416fee url('../img/case-foot-bg.png') no-repeat center;background-size: cover;display: flex;flex-direction: column;align-items: center;justify-content: center;}
#user-story.index .slogan .txt{font-weight: 500;font-size: 3.2rem;color: #FFFFFF;}
#user-story.index .slogan .btn{width: 240px;background: linear-gradient(180deg, #F0F5FF 0%, rgba(240, 245, 255, 0.8) 100%);color: #2868EC;font-weight: 600;font-size: 1.6rem;margin: 30px auto 0}
/**/
#service.index .container{width: 900px;}
#service.index .x-title{font-size: 3.2rem;color: #111F33;font-weight: 500;}
#service.index .x-title-sub{font-size: 1.6rem;line-height: 22px;margin-top: 8px;}
#service.index .top-banner{height: 500px;}
#service.index .top-banner .txt{color: #fff;font-size:6rem;font-weight: 500; }
#service.index .top-banner .btn{width: 220px;border-radius: 50px;margin-top: 30px;}
#service.index .box-list{display: flex;justify-content: space-between;margin-top: 40px;}
#service.index .box-list .item{background: #FFFFFF;box-shadow: 0 9px 36px rgba(47, 56, 111, 0.1);border-radius: 10px;width: 280px;height: 120px;padding: 32px;box-sizing: border-box;display: flex;}
#service.index .box-list .item img{width: 56px;}
#service.index .box-list .item .txt p:nth-of-type(1){font-size: 2.4rem;line-height: 34px;color: #111F33;}
#service.index .box-list .item .txt p:nth-of-type(2){font-size: 1.4rem;line-height: 20px;color: #676C73;}
#service.index .box-list .item:nth-of-type(2){margin: 0 30px;}
#service.index .advantage{padding: 50px 0 120px;background: url("../img/service/1.png") no-repeat center;}
#service.index .introduction{padding-bottom: 120px;}
#service.index .introduction .box{margin-top: 60px;}
#service.index .introduction .box .title{font-weight: 500;font-size: 2.4rem;line-height: 34px;color: #111F33;}
#service.index .introduction .box .desc{font-size: 1.6rem;line-height: 22px;color: #676C73;margin-top: 10px;}
#service.index .introduction .box .img{margin-top: 30px;}
#service.index .introduction .box-list{justify-content: flex-start;flex-wrap: wrap;}
#service.index .introduction .box-list .t,
#service.index .introduction .box-list .b{width: 100%;display: flex;}
#service.index .introduction .box-list .item{width: 350px;}
#service.index .introduction .box-list .item:nth-of-type(2){margin:0 0 0 20px !important; }
#service.index .introduction .box-list .b{justify-content: flex-end;margin-top: 20px;}
#service.index .introduction .plus .desc{position: relative}
#service.index .introduction .plus .desc .btn{position: absolute;right: 0;top:0;width: 110px;height: 32px;line-height: 32px;background: #fff;border: 1px solid var(--color-primary);color: var(--color-primary);}
#service.index .introduction .plus .con{display: flex;flex-wrap: wrap;border: 1px solid #DFE3E6;margin-top: 40px;}
#service.index .introduction .plus .con .item{width: 50%;height: 100%;display: flex;align-items: center;padding: 30px;box-sizing: border-box;}
#service.index .introduction .plus .con .item img{width: 36px;}
#service.index .introduction .plus .con .item .txt {padding-left: 20px;}
#service.index .introduction .plus .con .item .txt p:nth-of-type(1){font-weight: 500;font-size: 2rem;line-height: 25px;color: #111F33;}
#service.index .introduction .plus .con .item .txt p:nth-of-type(2){font-size: 1.4rem;color: #8B919A;margin-top: 10px;}
#service.index .introduction .plus .con .item:nth-of-type(1),
#service.index .introduction .plus .con .item:nth-of-type(2),
#service.index .introduction .plus .con .item:nth-of-type(5),
#service.index .introduction .plus .con .item:nth-of-type(6){background: #FAFAFA}
/**/
#security-center.index .x-title{font-weight: 500;font-size: 3.2rem;padding-bottom: 40px;}
#security-center.index .top-banner{height: 400px;padding-top: 90px;box-sizing: border-box;}
#security-center.index .top-banner .container{align-items: center;}
#security-center.index .top-banner .title{color: #fff;font-size: 6rem;}
#security-center.index .top-banner .txt{text-align: center;color: #fff;font-size: 2rem;line-height: 28px;}
#security-center.index .top-banner .btn{width: 220px;border-radius: 100px;}
#security-center.index .advantages{margin-top: 80px;}
#security-center.index .advantages .con{position: relative;}
#security-center.index .advantages .con .txt{position: absolute;top: 72px;right: 40px;}
#security-center.index .advantages .con .txt h3{font-weight: normal;font-size: 24px;line-height: 34px;color: #111F33;padding-bottom: 10px}
#security-center.index .advantages .con .txt p{font-size: 14px;line-height: 20px;color: #ACB3B8;}
#security-center.index .certificate{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: -30px;position: relative;}
#security-center.index .certificate .item{width: 49%;margin-bottom: 20px;background: #FFFFFF;box-shadow: 0 9px 36px rgba(47, 56, 111, 0.1);border-radius: 10px;padding: 24px;box-sizing: border-box;}
#security-center.index .certificate .item h3{font-weight: 500;font-size: 2.4rem;line-height: 34px;color: #111F33;}
#security-center.index .certificate .item p{font-weight: normal;font-size: 1.4rem;line-height: 20px;color: #676C73;margin-top: 8px;}
#security-center.index .certificate .item a{margin-top: 20px;font-weight: normal;font-size: 1.4rem;line-height: 20px;color: #236DEF;display: inline-block;}
#security-center.index .advantages .box{margin-top: 100px;display: flex;justify-content: space-between;align-items: center;}
#security-center.index .advantages .box .text{width: 51%;padding: 24px;background: #FFFFFF;box-shadow: 0 9px 36px rgba(47, 56, 111, 0.1);border-radius: 10px;box-sizing: border-box;}
#security-center.index .advantages .box .text h3{font-weight: 500;font-size: 2.4rem;line-height: 34px;color: #111F33}
#security-center.index .advantages .box .text .con{margin-top: 8px;font-weight: normal;font-size: 1.4rem;line-height: 28px;color: #676C73;}
#security-center.index .advantages .box .img{width: 39%;position: relative;}
#security-center.index .advantages .box .img .txt{position: absolute;text-align: center;width: 100%;}
#security-center.index .advantages .box .img .txt p:nth-of-type(1){font-weight: normal;font-size: 2.4rem;line-height: 34px;color: #111F33;}
#security-center.index .advantages .box .img .txt p:nth-of-type(2){font-size: 1.4rem;line-height: 20px;color: #ACB3B8;margin-top: 4px;}
#security-center.index .advantages .antispam .text{width: 55%;}
#security-center.index .advantages .antispam .img .txt{position: relative;}
#security-center.index .safety .wrap{overflow: hidden;margin-top: 60px;}
#security-center.index .safety .wrap .sidebar{width: 20%;float: left;}
#security-center.index .safety .wrap .sidebar.flex{position: fixed;top: 160px;}
#security-center.index .safety .wrap .sidebar a{height: 38px;line-height: 38px;color: #7A8599;font-size: 1.6rem;position: relative;padding-left: 17px;display: block;}
#security-center.index .safety .wrap .sidebar a::before {display: block;content: '';width: 1px;height: 38px;background-color: #E1E6ED;position: absolute;top: 0;left: 2px;}
#security-center.index .safety .wrap .sidebar a.active{color: #326CFE;}
#security-center.index .safety .wrap .sidebar a.active::before {width: 4px;background-color: #326CFE;border-radius: 2px;transform: translateX(-1px);}
#security-center.index .safety .wrap .content{width: 78%;float: right;}
#security-center.index .safety .wrap .content ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 80px;}
#security-center.index .safety .wrap .content ul li{width: 31%;background: #FFFFFF;box-shadow: 0 9px 36px rgba(47, 56, 111, 0.1);border-radius: 10px;height: 230px;padding: 16px 20px 0;margin-bottom: 30px;box-sizing: border-box;}
#security-center.index .safety .wrap .content ul li h3{font-weight: 500;font-size: 1.8rem;line-height: 25px;color: #111F33;margin-top: 20px;}
#security-center.index .safety .wrap .content ul li p{font-weight: normal;font-size: 1.4rem;line-height: 20px;color: #676C73;margin-top: 8px;}
/**/
#campus.index .x-title{font-weight: 500;font-size: 3.2rem;padding-bottom: 40px;}
#campus.index .top-banner{height: 400px;padding-top: 90px;box-sizing: border-box;}
#campus.index .top-banner .container{align-items: center;}
#campus.index .top-banner .title{color: #fff;font-size: 6rem;}
#campus.index .top-banner .txt{text-align: center;color: #fff;font-size: 2rem;line-height: 28px;}
#campus.index .top-banner .btn{width:140px;border-radius: 100px;}
#campus.index .x-title-sub{font-size: 1.6rem;line-height: 22px;color: #787E87;}
#campus.index .why{padding-top: 50px;}
#campus.index table {width: 900px;margin: 40px auto 0}
#campus.index table th {background: #ECEFF4;border: 1px solid #DFE3E6;line-height: 22px;font-size: 16px;padding: 13px 0}
#campus.index table td {border: 1px solid #ECEFF4;font-size: 14px;color: #787E87;line-height: 2;padding: 16px 0}
#campus.index table td:nth-child(odd) {background: #FCFCFD;font-weight: 600;font-size: 1.4rem;color: #111F33;width: 150px;text-align: center;}
#campus.index table td:nth-child(odd).except {padding: 46px 0;vertical-align: middle}
#campus.index table td:nth-child(even) {text-align: left;padding-left: 40px}
#campus.index table td:nth-child(even).except {padding: 39px 0 39px 40px;vertical-align: middle;line-height: 1.5}
#campus.index .school{margin-top: 150px;}
#campus.index .school img{max-width: 100%}
#campus.index .school .tip,#campus.index .param p{text-align: center;padding-top: 20px;font-size: 1.6rem;line-height: 22px;color: #787E87;}
#campus.index .param{padding: 150px 0;}
#campus.index .process{padding:50px 0 100px;background: url("../img/campus/bg.png") no-repeat center;background-size: cover}
#campus.index .process .con{display: flex;height: 150px;}
#campus.index .process .con .item{width: 100%;flex: 1;background: #FFFFFF;box-shadow: 0 9px 36px rgba(47, 56, 111, 0.1);border-radius: 10px;padding: 16px 0 0 20px;box-sizing: border-box;}
#campus.index .process .con .item p{font-size: 1.8rem;color: #111F33;margin-top: 10px;}
#campus.index .process .con .arrow{width: 60px;display: flex;justify-content: center;align-items: center;}
/**/
#office.index .x-title{font-size: 3.2rem;font-weight: 500;}
#office.index .x-title-sub{font-size: 1.6rem;}
#office.index .top-banner{height: 580px;position: relative;}
#office.index .top-banner:before{content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;background:rgba(0,10,32,.7)}
#office.index .top-banner .container{position: relative;z-index: 9;}
#office.index .top-banner .title{color: #fff;font-weight: 600;font-size: 4rem;margin-bottom: 12px;}
#office.index .top-banner .txt{color: #fff;line-height: 160%;font-size: 1.6rem;width: 720px;text-align: center}
#office.index .top-banner .btn-wrap{display: flex;margin-top: 50px;}
#office.index .top-banner .btn-wrap .btn{width: 160px;margin: 0 10px;}
#office.index .top-banner .btn-wrap .btn:nth-of-type(1){background: #fff;color: var(--color-primary)}
#office.index .btn{margin: 65px auto 0;font-size: 1.6rem;border-radius: 4px;}
#office.index .why{padding: 80px 0;background: #f6f6f6}
#office.index .why .con{display: flex;justify-content: space-between;align-items: center;margin-top: 50px;}
#office.index .why .con .item{width: calc(25% - 15px);background: #fff;text-align: center;padding-top: 40px;height: 330px;box-sizing: border-box;}
#office.index .why .con .item .title{font-size: 2.4rem;color: #262a33;padding: 32px 0 16px;}
#office.index .why .con .item p{font-size: 1.6rem;color: #51555c;line-height: 1.5}
#office.index .feature{padding: 80px 0}
#office.index .feature .swiper-page{display: flex;justify-content: space-between;width: 100%;margin: 50px 0 80px;}
#office.index .feature .swiper-page{display: flex;justify-content: space-between;width: 100%;margin: 50px 0 80px;}
#office.index .feature .swiper-page .item{width:calc(20% - 16px);height: 72px;border-radius: 4px;font-size: 2.4rem;color: #676c73;text-align: center;cursor: pointer;position: relative;background-color: rgba(38, 42, 51, .04);display: flex;align-items: center;justify-content: center;}
#office.index .feature .swiper-page .item .img{position: relative;width: 24px;height: 24px;margin-right: 5px;}
#office.index .feature .swiper-page .item img{position: absolute;left: 0;top: 0;width: 100%;}
#office.index .feature .swiper-page .item img:nth-of-type(2){opacity: 0}
#office.index .feature .swiper-page .item.active{color: var(--color-primary)}
#office.index .feature .swiper-page .item.active img:nth-of-type(1){opacity: 0}
#office.index .feature .swiper-page .item.active img:nth-of-type(2){opacity: 1}
#office.index .feature .swiper .swiper-slide{display: flex;align-items: center;justify-content: space-between;}
#office.index .feature .swiper .swiper-slide .txt{width: 34%}
#office.index .feature .swiper .swiper-slide .txt p{font-size: 2.4rem;line-height: 1.5;color: #262a33;font-weight: 600;}
#office.index .feature .swiper .swiper-slide .txt p:nth-of-type(1){font-size: 2.8rem;color: #262a33;font-weight: 600;margin-top: 80px;line-height: 1;}
#office.index .feature .swiper .swiper-slide .txt p:nth-of-type(2){font-size: 1.2rem;width: 120px;line-height: 32px;background: rgba(56, 194, 153, .15);border-radius: 4px;text-align: center;color: #70ccab;margin: 16px 0;font-weight: 500;}
#office.index .feature .swiper .swiper-slide .txt p:nth-of-type(3){font-size: 1.6rem;width: 400px;line-height:1.5;color: #51555c;margin-bottom: 64px;font-weight: 500;}
#office.index .feature .swiper .swiper-slide img{width: 66%;}
#office.index .feature .swiper .swiper-pagination{margin-top: 20px;position: relative;}

#office.index .product{background: #f6f6f6;padding: 80px 0;}
#office.index .product .list{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 40px;}
#office.index .product .list .item{box-shadow: 0 8px 40px rgba(38, 42, 51, .08);transition: all .5s;width: calc(25% - 15px);height: 210px;background: #fff;border-radius: 8px;margin-bottom: 20px;padding: 20px;box-sizing: border-box}
#office.index .product .list .item .img{width: 56px;height: 56px;border-radius: 100%;background: #f7f8fa;display: flex;justify-content: center;align-items: center;}
#office.index .product .list .item p:nth-of-type(1){font-size: 2rem;color: #111f33;padding: 20px 0 12px;}
#office.index .product .list .item p:nth-of-type(2){font-size: 1.4rem;color: #676c73;}

#office.index .customer{padding: 80px 0;}
#office.index .customer .list{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 40px;}
#office.index .customer .list .img{width: calc(25% - 15px);height:90px;border: 1px solid #ddd;border-radius: 5px;text-align: center;margin-bottom: 20px;display: flex;justify-content: center;align-items: center;}
#office.index .customer .list .img img{width: 160px;}
#office.index .foot{padding: 80px 0;background: url("../img/office/foot.png") no-repeat center;background-size: cover;color: #fff;}
#office.index .foot .x-title{color: #fff;}
#office.index .foot .list{display: flex;;justify-content: center;padding-top: 80px;}
#office.index .foot .list .item{width: calc(25% - 10px);display: flex;flex-direction: column;align-items: center;}
#office.index .foot .list .item .info{font-size: 4rem;line-height: 40px;color: #fff;font-weight: 700;}
#office.index .foot .list .item .txt{font-size: 16px;line-height: 16px;text-align: center;color: #fff;font-weight: 400;padding-top: 16px;}

#office-price.index .edition{padding-top: 210px;}
#office-price.index .edition .x-title-sub{font-size: 1.6rem;line-height: 1.5;width: 1000px;margin: 30px auto 0;}
#office-price.index .edition .box-wrap{display: flex;justify-content: space-between;padding-top: 100px;margin-bottom: 90px;}
#office-price.index .edition .box-wrap .box{width: 570px;border: 2px solid rgba(38, 42, 51, .16);box-sizing: border-box;border-radius: 8px;padding: 55px 0;position: relative;}
#office-price.index .edition .box-wrap .box .title{margin-bottom: 40px;font-size: 3.2rem;line-height: 32px;color: #262a33;font-weight: 600;text-align: center;}
#office-price.index .edition .box-wrap .box .desc,
#office-price.index .edition .box-wrap .box ul{width: 220px;margin: 0 auto;text-align: left;font-size: 1.6rem;line-height: 16px;color: #51555c;}
#office-price.index .edition .box-wrap .box .desc{margin-bottom: 25px;}
#office-price.index .edition .box-wrap .box ul{height: 200px;}
#office-price.index .edition .box-wrap .box ul li{margin-bottom: 25px;display: flex;}
#office-price.index .edition .box-wrap .box ul li span{background: url('../img/office_price/icon.png') no-repeat 50%;width: 17px;height: 13px;display: block;;margin: 2px 5px 0 0;}
#office-price.index .edition .box-wrap .box ul li i{color: var(--color-primary);font-style: initial;}
#office-price.index .edition .box-wrap .box .price-wrap{display: flex;align-items: flex-end;justify-content: center;line-height: 1;}
#office-price.index .edition .box-wrap .box .price-wrap .price span:nth-of-type(1){font-size: 2rem;color: #262a33;}
#office-price.index .edition .box-wrap .box .price-wrap .price span:nth-of-type(2){font-size: 4rem;font-weight:600}
#office-price.index .edition .box-wrap .box .price-wrap .year{font-size: 1.6rem;line-height: 18px;}
#office-price.index .edition .box-wrap .box .btn{width: 175px;height: 50px;line-height: 50px;border-radius: 4px;margin: 60px auto 0}
#office-price.index .edition .box-wrap .box .recommend{width: 98px;height: 40px;background: linear-gradient(270deg, #ea715e, #e64a46);right: 0;top: 0;text-align: center;position: absolute;color: #fff;border-radius: 0 6px 0 6px;display: flex;justify-content: center;align-items: center;}
#office-price.index .edition .box-wrap .box .recommend span{font-size: 1.2rem;padding-left: 5px;}


#office-price.index .edition .handle {color:#51555c;margin-bottom:100px;display: flex;justify-content: center;}
#office-price.index .edition .handle .txt{font-weight:550;font-size: 16px;cursor: pointer}
#office-price.index .edition .handle .icon{display: block;float: right;background: url('../img/office_price/1.png') no-repeat 50%;width: 14px;height: 14px;margin: 4px 0 0 5px;transform: rotate(180deg)}
#office-price.index .edition .handle.on .icon{transform: rotate(0)}
#office-price.index .edition .con .showContent{width:1200px;height:0;margin:0 auto;transition:all .2s;color:#262a33;overflow:hidden}
#office-price.index .edition .con .showContent .content-title{width:1200px;height:24px;display:flex;align-items:center;justify-content:space-between;text-align:center;margin-bottom:32px}
#office-price.index .edition .con .showContent .content-title .edition-white{width:200px;height:100%}
#office-price.index .edition .con .showContent .content-title .edition-lingxit,#office-price.index .edition .con .showContent .content-title .edition-qjt{width:440px;height:100%;font-size:24px;line-height:24px;font-weight:550}
#office-price.index .edition .con .showContent .content-first{height:20px;width:100%;text-align:left;font-size:20px;line-height:20px;margin-bottom:20px}
#office-price.index .edition .con .showContent .content-first .first-title{font-weight:550}
#office-price.index .edition .con .showContent .content-max{width:100%;border-top:1px solid rgba(0,0,0,.2);clear:both}
#office-price.index .edition .con .showContent .content-max .contentMax-left{width:240px;float:left}
#office-price.index .edition .con .showContent .content-max .contentMax-left ul{width:100%}
#office-price.index .edition .con .showContent .content-max .contentMax-left ul li{display:flex;align-items:center;justify-content:left;width:100%;height:48px;font-size:16px;line-height:16px;box-shadow:inset 0 -.5px 0 rgba(0,0,0,.12);color:#51555c}
#office-price.index .edition .con .showContent .content-max .contentMax-left ul li .no-push{font-size:12px;line-height:12px;color:#7d8085;background:rgba(0,0,0,.2);padding:2px;margin-left:10px}
#office-price.index .edition .con .showContent .content-max .contentMax-left ul .first-content{height:64px}
#office-price.index .edition .con .showContent .content-max .contentMax-left ul .first-weight{font-weight:550;color:#262a33}
#office-price.index .edition .con .showContent .content-max .contentMax-left ul .first-title{color:#262a33;font-size:20px;line-height:20px;height:84px}
#office-price.index .edition .con .showContent .content-max .contentMax-left ul .first-title span{font-weight:550;margin-top:20px}
#office-price.index .edition .con .showContent .content-max .contentMax-whiteOne{width:20px;float:left}
#office-price.index .edition .con .showContent .content-max .contentMax-whiteOne ul{width:100%}
#office-price.index .edition .con .showContent .content-max .contentMax-whiteOne ul li{width:100%;height:48px;box-shadow:inset 0 -.5px 0 rgba(0,0,0,.12);color:#51555c}
#office-price.index .edition .con .showContent .content-max .contentMax-whiteOne ul .first-content{height:64px}
#office-price.index .edition .con .showContent .content-max .contentMax-whiteOne ul .first-weight{font-weight:550;color:#262a33}
#office-price.index .edition .con .showContent .content-max .contentMax-whiteOne ul .first-title{color:#262a33;font-size:20px;line-height:20px;height:84px}
#office-price.index .edition .con .showContent .content-max .contentMax-whiteOne ul .first-title span{font-weight:550;margin-top:20px}
#office-price.index .edition .con .showContent .content-max .contentMax-center{width:440px;float:left;background:rgba(0,0,0,.02)}
#office-price.index .edition .con .showContent .content-max .contentMax-center ul{width:100%}
#office-price.index .edition .con .showContent .content-max .contentMax-center ul li{display:flex;align-items:center;justify-content:center;width:100%;height:48px;box-shadow:inset 0 -.5px 0 rgba(0,0,0,.12);color:#51555c}
#office-price.index .edition .con .showContent .content-max .contentMax-center ul .first-content{height:64px}
#office-price.index .edition .con .showContent .content-max .contentMax-center ul .first-weight{font-weight:550;color:#262a33}
#office-price.index .edition .con .showContent .content-max .contentMax-center ul .first-title{color:#262a33;font-size:20px;line-height:20px;height:84px}
#office-price.index .edition .con .showContent .content-max .contentMax-center ul .first-title span{font-weight:550;margin-top:20px}
#office-price.index .edition .con .showContent .content-max .contentMax-whitetwo{width:60px;float:left}
#office-price.index .edition .con .showContent .content-max .contentMax-whitetwo ul{width:100%}
#office-price.index .edition .con .showContent .content-max .contentMax-whitetwo ul li{width:100%;height:48px;box-shadow:inset 0 -.5px 0 rgba(0,0,0,.12);color:#51555c}
#office-price.index .edition .con .showContent .content-max .contentMax-whitetwo ul .first-content{height:64px}
#office-price.index .edition .con .showContent .content-max .contentMax-whitetwo ul .first-weight{font-weight:550;color:#262a33}
#office-price.index .edition .con .showContent .content-max .contentMax-whitetwo ul .first-title{color:#262a33;font-size:20px;line-height:20px;height:84px}
#office-price.index .edition .con .showContent .content-max .contentMax-whitetwo ul .first-title span{font-weight:550;margin-top:20px}
#office-price.index .edition .con .showContent .content-max .contentMax-right{width:440px;float:left;background:rgba(56,110,231,.04)}
#office-price.index .edition .con .showContent .content-max .contentMax-right ul{width:100%}
#office-price.index .edition .con .showContent .content-max .contentMax-right ul li{display:flex;align-items:center;justify-content:center;width:100%;position:relative;height:48px;box-shadow:inset 0 -.5px 0 rgba(0,0,0,.12);color:#51555c}
#office-price.index .edition .con .showContent .content-max .contentMax-right ul li .more-left{margin-left:20px}
#office-price.index .edition .con .showContent .content-max .contentMax-right ul li .position-img{position:absolute;left:251px;top:11px;display:none}
#office-price.index .edition .con .showContent .content-max .contentMax-right ul li .more-first:hover .position-one,#office-price.index .edition .con .showContent .content-max .contentMax-right ul li .more-second:hover .position-two{display:block}
#office-price.index .edition .con .showContent .content-max .contentMax-right ul li .more-third:hover .position-third{z-index:3;display:block;left:254px}
#office-price.index .edition .con .showContent .content-max .contentMax-right ul li .more-five:hover .position-five,#office-price.index .edition .con .showContent .content-max .contentMax-right ul li .more-four:hover .position-four{z-index:3;display:block}
#office-price.index .edition .con .showContent .content-max .contentMax-right ul li .more-six:hover .position-six{top:18px;z-index:3;display:block}
#office-price.index .edition .con .showContent .content-max .contentMax-right ul .first-content{height:64px}
#office-price.index .edition .con .showContent .content-max .contentMax-right ul .first-weight{font-weight:550;color:#262a33}
#office-price.index .edition .con .showContent .content-max .contentMax-right ul .first-title{color:#262a33;font-size:20px;line-height:20px;height:84px}
#office-price.index .edition .con .showContent .content-max .contentMax-right ul .first-title span{font-weight:550;margin-top:20px}
#office-price.index .foot{background: url("../img/office_price/foot-bg.png") no-repeat center;background-size: cover;width: 100%;}
#office-price.index .foot .container{display: flex;flex-direction: column;justify-content: center;align-items: center;height: 400px;}
#office-price.index .foot .txt{font-size: 3.2rem;color: #111f33;font-weight: bold;margin-bottom: 40px;}
#office-price.index .foot .btn{width: 175px;height: 50px;line-height: 50px;font-size: 1.6rem;border-radius: 4px;}
/**/
#news.index .content{margin: 60px auto 50px}
#news.index .content > .title{text-align: center;line-height: 1;}
#news.index .content > .title p{text-transform: uppercase;font-size: 4.8rem;color: #f0f0f0;}
#news.index .content > .title h3{font-size: 2.4rem;font-weight: bold;color: #333;margin-top: -15px;}
#news.index .list{padding: 50px 0;}
#news.index .list .item{display: flex;justify-content: space-between;font-size: 1.2rem;border-radius: 5px;box-shadow: 0 0 20px rgba(34, 114, 246, .17);padding: 35px 30px 25px 30px;cursor: pointer;margin-bottom: 18px;}
#news.index .list .item .con{width: 85%;}
#news.index .list .item .con .title{font-size: 1.6rem;color: #1c1c1c;}
#news.index .list .item .con .desc{-webkit-line-clamp: 2;color: #6d6d6d;line-height: 20px;height: 45px;text-indent: 2em;margin: 15px 0 10px;}
#news.index .list .item .con .more{color: #bd2e2e;}
#news.index .list .item .time{width: 8%;display: flex;flex-direction: column;}
#news.index .list .item .time span:nth-of-type(1){font-size: 3.6rem;color: #666;margin-bottom: 5px;}
#news.index .list .item .time span:nth-of-type(2){font-size: 1.6rem;color: #999;position: relative;}
#news.index .list .item .time span:nth-of-type(2):after{content: '';display: block;width: 27px;height: 2px;background-color: #ccc;margin-top: 10px;}
#news.index .list .item:hover{background-color: #377ffc;}
#news.index .list .item:hover .con .title,
#news.index .list .item:hover .con .desc,
#news.index .list .item:hover .con .more,
#news.index .list .item:hover .time span{color: #fff}
#news.detail .content{margin: 60px auto 50px auto;}
#news.detail .content .title{font-size: 2rem;text-align: center;color: #bd2e2e;padding-bottom: 20px;}
#news.detail .content .info{display: flex;justify-content: center;align-items: center;color: #949494;font-size: 1.4rem;padding-bottom: 25px;border-bottom: 1px dashed #bfbfbf;}
#news.detail .content .info span{margin:0 10px;display: flex;align-items: center;}
#news.detail .content .info span img{height: 20px;margin-right: 3px;}
#news.detail .content .con{line-height: 28px;color: #4b4b4b;padding: 25px 0;border-bottom: 1px dashed #bfbfbf;font-size: 1.5rem;}
#news.detail .content .fot{padding-top: 20px;line-height: 25px;color: #4d4d4d;font-size: 1.5rem;}
#news.detail .content .fot .more{display: flex;flex-direction: column;}
#news.detail .content .fot a{margin-bottom: 2px;}
#news.detail .content .fot a span:nth-of-type(2){color: #868686;}
/**/
#faq.index .content{margin: 60px auto 50px}
#faq.index .content > .title{text-align: center;line-height: 1;}
#faq.index .content > .title p{text-transform: uppercase;font-size: 4.8rem;color: #f0f0f0;}
#faq.index .content > .title h3{font-size: 2.4rem;font-weight: bold;color: #333;margin-top: -15px;}
#faq.index .list{padding: 50px 0;}
#faq.index .list .con{padding-bottom: 40px;font-size: 1.2rem;transition: all 0.5s}
#faq.index .list .title{display: flex;background-color: #f0f7fd;line-height: 37px;overflow: hidden;color: #1c1c1c;font-size: 1.6rem;font-weight: bold;}
#faq.index .list .title img{margin-right: 10px;}
#faq.index .list .desc{padding: 25px 22px 0 22px;display: flex;align-items: flex-start;}
#faq.index .list .desc img{margin: 3px 8px 0 0;}
#faq.index .list .desc span{-webkit-line-clamp: 2;color: #6d6d6d;line-height: 25px;height: 50px;margin-bottom: 10px;font-size: 1.2rem}
#faq.index .list .item:hover .con{transform: scale(1.03);-webkit-transform: scale(1.03);}
#faq.index .list .item:hover .title{color: #bd2e2e;}
#faq.index .list .more{color: #bd2e2e;padding-left:50px;}
/**/
#about.index{margin-bottom: 50px;}
#about.index .title{text-align: center;line-height: 1;margin:60px 0 40px;}
#about.index .title p{text-transform: uppercase;font-size: 4.8rem;color: #f0f0f0;}
#about.index .title h3{font-size: 2.4rem;font-weight: bold;color: #333;margin-top: -15px;}
#about.index .about{display: flex;justify-content: space-between;}
#about.index .about .l{width: 55%;color: #333;line-height: 30px;font-size: 1.4rem;}
#about.index .about .r{width: 43%;}
#about.index .about .r img{width: 100%;}
#about.index .culture{display: flex;justify-content: space-between;background: #f0f0f0;}
#about.index .culture .l{width: 44%;}
#about.index .culture .l img{width: 100%;}
#about.index .culture .r{width: 56%;padding: 40px;text-align: center;box-sizing: border-box;}
#about.index .culture .r h3{color: #c5262a;font-size: 3rem;}
#about.index .culture .r p{font-size: 1.8rem;color: #333;margin: 30px 0;line-height: 30px;}
#about.index .value{display: flex;justify-content: space-between;}
#about.index .value .item{width:calc(20% - 12px);margin-bottom: 20px;box-sizing: border-box;box-shadow: 0 0 20px rgba(34, 114, 246, .17);padding:24px;border-radius: 5px;text-align: center;}
#about.index .value .item img{transition: .5s;}
#about.index .value .item .txt{height: 125px;}
#about.index .value .item h3{font-size: 2rem;color: #333;font-weight: bold;margin:20px 0 15px;}
#about.index .value .item p{font-size: 1.6rem;color: #999;}
#about.index .value .item:hover img{transform: rotateY(180deg);-moz-transform: rotateY(180deg);-webkit-transform: rotateY(180deg);}
#about.index #honor .swiper {overflow: hidden;position: relative;width: 100%;}
#about.index #honor .swiper .img{overflow: hidden}
#about.index #honor .swiper img{width: 100%;height: 330px;object-fit: cover;}
#about.index #honor .swiper p{padding: 22px 5px;text-align: center;color: #666;font-size: 1.2rem;}
#about.index #honor .swiper .swiper-slide:hover p{color: #c5262a}
/**/
#contact.index{margin-bottom: 50px;}
#contact.index .title{text-align: center;line-height: 1;margin:60px 0 40px;}
#contact.index .title p{text-transform: uppercase;font-size: 4.8rem;color: #f0f0f0;}
#contact.index .title h3{font-size: 2.4rem;font-weight: bold;color: #333;margin-top: -15px;}
#contact.index .contact{display: flex;border-top: 1px solid #eee;border-bottom: 1px solid #eee;padding: 46px 0 56px 0;margin-bottom: 65px;}
#contact.index .contact .item{width: 33.33%;padding-right: 15px;display: flex;align-items: center;}
#contact.index .contact .item .txt{padding-left: 20px;display: flex;flex-direction: column;height: 100%;}
#contact.index .contact .item h3{font-size: 2rem;margin-bottom: 10px;}
#contact.index .contact .item p{font-size: 1.4rem;line-height: 25px;}
#contact.index .address .item{display: flex;justify-content: space-between;margin-bottom: 20px;}
#contact.index .address .item .map{width: 61%;box-shadow: 0 0 30px rgba(34, 114, 246, .24);}
#contact.index .address .item .txt{width: 30%;}
#contact.index .address .item .txt h3{font-size: 2.8rem;font-weight: bold;margin: 20px 0;}
#contact.index .address .item .txt p{font-size: 1.6rem;}
#contact.index .address .item .txt ul li{margin-top: 50px;overflow: hidden;color: #333;padding-left: 75px;font-size: 1.8rem;background-position: left center;background-repeat: no-repeat;height: 50px;}
#contact.index .address .item .txt ul li span:nth-of-type(1){font-weight: bold;}
#contact.index .address .item .txt ul li:nth-of-type(1){background-image: url("../img/contact/metro.png")}
#contact.index .address .item .txt ul li:nth-of-type(2){background-image: url("../img/contact/bus.png")}
#contact.index .address .item .txt ul li:nth-of-type(3){background-image: url("../img/contact/taxi.png")}
#contact.index #message .form{width: 80%;margin: 0 auto;}
#contact.index #message .form li{display: flex;margin-bottom: 30px;}
#contact.index #message .form li .title{margin: 0;width: 150px;font-size: 1.6rem;color: #333;line-height: 45px;}
#contact.index #message .form li .input-wrap{width: 100%;flex: 1;}
#contact.index #message .form li input{width: 100%;height: 45px;line-height: 43px;border-radius: 25px;border: 1px solid #ced4da;padding-left: 22px;background-color: #eff0f4;color: #999;box-sizing: border-box;}
#contact.index #message .form li i{color: #f00;font-style: initial}
#contact.index #message .form .submit{width: 260px;line-height: 50px;height: 50px;font-size: 1.6rem;background-color: #c5262a;margin: 0 auto;}
