body{
    background: url('../images/bg.png') no-repeat;
    background-size: cover;
}
.banner-box .banner-text h2
{
    color: #777777FF;
}
.banner-box .banner-text h1{
    color: #1E252AFF;
}
.box{
    width: 1200px;
    overflow: hidden;
    position: relative;
    margin:0 auto;
    margin-top:30px;
}
.box-left-fixed{
    position: fixed;
    width:180px;
    top: 400px;
}
.box-right{
    width:calc(100% - 200px);
    margin-left:180px;
    float:right;
}
.layui-tab-title{
    float: left;
    height: inherit;
    border: 0;
    width: 170px;
    box-shadow: 0px 0px 5px 0px rgb(80 134 184 / 21%);
    border-radius: 8px;
}
.layui-tab-title li{
    line-height: 50px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    -webkit-transition: color .3s linear, background-color .3s linear, background .3s linear;
    vertical-align: middle;
    transition: all .2s;
    position: relative;
    min-width: 65px;
    text-align: center;
    cursor: pointer;
}
.layui-tab-title a{
    display: inline-block;
    width:100%;
    height:100%;
}
.layui-tab-title .layui-this, .layui-tab-title li:hover {
    background: linear-gradient( 144deg, #D6E8FF 0%, #ECF4FF 100%);
    color:#0A6EF2;
}
.layui-tab-title .layui-this, .layui-tab-title li:hover a{
    color:#0A6EF2;
}
.layui-tab-title .layui-this a{
    color:#0A6EF2;
}
.layui-tab-title li:first-child {
    border-radius: 8px 8px 0 0 ;
}
.layui-tab-title li:last-child {
    border-radius: 0 0 8px 8px ;
}

.article-title
{
    text-align: center;
    margin-bottom:30px;
    font-size: 35px;
    font-weight: 500;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.article-title:before{
    content: '';
    background: url('../images/line-left.png') no-repeat;
    display: inline-block;
    width: 200px;
    height: 15px;
    margin-right:10px;
}
.article-title:after{
    content: '';
    background: url('../images/line-right.png') no-repeat;
    display: inline-block;
    width: 200px;
    height: 15px;
    margin-left:10px;
}
.article-title-left
{
    text-align: left;
    margin-bottom:30px;
    font-size: 32px;
    padding-left:25px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}
.article-detail{
    line-height: 32px;text-indent: 2em;
    margin-bottom:30px;
}

.function-item{
    width: 31%;
    min-height: 210px;
    user-select: none;
    float: left;
    /*padding: 10px 25px 25px;*/
    margin:0 1%;
    text-align: center;
    padding-bottom:20px;
    background-image: linear-gradient(152deg, rgba(225, 239, 255, 1) 0, rgba(246, 249, 253, 0.44) 100%);
    border-radius: 24px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s ease, transform 1.2s ease;
    box-shadow: 0 0px 5px -1px rgba(0, 0, 0, 0.1), 0 1px 6px -1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.function-item:nth-child(even){
    background-image: linear-gradient(152deg, rgba(225, 249, 255, 1) 0, rgba(246, 249, 253, 0.44) 100%);
    border-radius: 24px;
}
.function-item:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.function-item img {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    margin-top: 25px;
}
.function-item h3 {
    line-height: 60px;
}
.function-item p {
    word-break: break-all;
    padding: 0 15px;
    text-align: justify;
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}
.article-img{
    width: 100%;
    margin-bottom:20px;
}
.article-img img{
    width: 40%;
    margin: 0 auto;
}

.process-circle {
    width: 100%;
    height: 400px;
    position: relative;
}

.process-circle img {
    margin: 0 auto;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.process-title {
    margin-top: 30px;
    text-align: center;
}

.process-text {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
}
.process-text .circle{
    opacity: 0;
    transform: translateX(140px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

.process-item {
    position: absolute;
    width: 255px;
    overflow: hidden;
    cursor: default;
}
.process-item-title{
    text-align: right;
    margin-bottom:10px;
}
.process-item-title h3{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 21px;
    vertical-align: top;
    color: #0A6EF2;
    margin-right: 10px;
}

/*.process-item:hover {*/
/*    height: auto;*/
/*    overflow: inherit;*/
/*}*/

.process-item-right {
    justify-content: flex-start;
}
.process-item-right .process-item-text {
    background: linear-gradient(90deg, #f7f0ff 3%, #ecf6ff 100%);
}

.process-item-right .process-item-title{
    text-indent: 0;text-align: left;
}
.process-item-right .process-item-circle{
    margin-right: 10px;
}
.process-item-text {
    background: linear-gradient(90deg,  #ecf6ff 3%,#f7f0ff 100%);
    border-radius: 18px;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    line-height: 35px;
    /*opacity: 0.8;*/
    max-height: 35px;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.process-item-text:hover{
    max-height: 150px;
    opacity: 1;
}

.process-item-text-en {
    display: flex;
    align-items: center;
}

.process-item-text h3 {
    line-height: 40px;
    /*margin-top: 5px;*/
    padding:0 10px;
}

.process-item-text p {
    font-size: 15px;
    color: #5c5c5c;
    width: 255px;
    text-indent: 0;
    padding: 0 15px;
}

.process-item-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background-color: #2075e6;
    color: white;
    display: inline-block;
    text-indent: 0;
    vertical-align: top;
    box-shadow: inset 0px 0px 8px 0px rgba(255, 255, 255, 0.68);
}

.circle1 {
    position: relative;
    top: 35px;
    left: 85px;
}

.circle2 {
    position: relative;
    top: 160px;
    left: 60px;
}

.circle3 {
    position: relative;
    top: 270px;
    left: 80px;
}

.circle5 {
    justify-content: flex-start;
    text-align: left;
    position: relative;
    top: 270px;
    left: 680px;
}

.circle6 {
    justify-content: flex-start;
    text-align: left;
    position: relative;
    top: 160px;
    left: 690px;
}

.circle7 {
    justify-content: flex-start;
    text-align: left;
    position: relative;
    top: 35px;
    left: 660px;
}

.circle5 .process-item-text, .circle6 .process-item-text, .circle7 .process-item-text {
    text-align: left;
}

.circle2 .process-item:hover .process-item-text p, .circle4 .process-item:hover .process-item-text p {
    text-align: left;
}

.m-contact-us{
    /*background:url('/portal/images/lxwm_bg.png') no-repeat;*/
    /*background-size: cover;*/
    display: flex;
    margin-bottom:30px;
}
.m-contact-us-right
{
    width:57%;
    margin-left:10px;
    opacity: 0;
    transform: translateX(140px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}
.m-contact-us-content{
    line-height: 42px;
    padding-left:25px;
}
.m-contact-us-content p{
    opacity: 0;
    transform: translateX(-140px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.article-sub-title{
    text-align: center;
    margin-bottom:30px;
    font-size:26px;
    font-weight: 500;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}
.eng-tag{
    background:url('../images/model-bg.png') no-repeat;
    display: inline-block;
    height: 48px;
    min-width: 100px;
    line-height: 48px;
    color: #0A6EF2;
    background-size: cover;
    padding: 0 10px;
    border-radius: 10px;
}

.article-detail-a{
    background: url(../images/bz_1.png) no-repeat;
    background-size:cover;
    height:330px;
    border-radius:5px;
    position: relative;
    margin-bottom: 30px;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}
.article-detail-b{
    background: url(../images/bz_2.png) no-repeat;
    background-size:cover;
    height:330px;
    border-radius:5px;
    position: relative;
    margin-bottom: 30px;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.int-content-title {
    font-size: 24px;
    font-weight:500;
    margin-bottom:15px;
    display: inline-block;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}
.int-content-title-center{
    font-size: 22px;
    font-weight:500;
    margin-bottom:15px;
    display: inline-block;
    text-align: center;
    width:100%;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.int-content-title-center.blue{
    color:#0A6EF2;
}

.int-content-r{
    width:58%;
    position: absolute;
    right: 25px;
    top:15%;
    line-height: 30px;
}

.int-content-l{
    width:75%;
    position: absolute;
    top:24%;
    left:25px;
    line-height: 36px;
}
.int-content-r ul,.int-content-l ul{
    padding-left:15px;

}
.int-content-r li,.int-content-l li{
    list-style: disc;
    padding-left: 10px;
    opacity: 0;
    transform: translateX(150px);
    transition: opacity 1.2s ease, transform 1.2s ease;

}
.show{
    opacity: 1 !important;
    transform: translateX(0px) !important;
}

.switch-modal{
    background: linear-gradient(391deg, #EBF8FF 0%, #F8F5FF 100%);
    border-radius: 9px;
    position: relative;
    margin-bottom: 30px;
    opacity: 0;
    transition: opacity 1.5s ease, transform 1.5s ease;
}
switch-modal img{
    opacity: 0;
    transform: translateX(-140px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}
.switch-modal-content{
    position: absolute;
    right: 0;
    top: 8px;
    width: 63%;
    line-height: 43px;
}
.switch-modal-content li {
    list-style: disc;
    padding-left: 10px;
    opacity: 0;
    transform: translateX(110px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}
.switch-modal-content .selected{
    color:#0A6EF2;
}

.how-modal{
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}
.how-modal img{
    width:800px;
    height: 687px;
    margin: 0 auto;
}
.how-modal-content{
    width:80%;
    margin:0 auto;
}

.how-modal-tips{
    position: absolute;
    min-width: 120px;
    background: linear-gradient(75deg, #0A6EF2 0%, #834DFF 40%);
    background: linear-gradient(75deg, #0A6EF2 0%, #534DFFBC 40%);
    border-radius: 15px;
    color: #FFF;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
}
.how-modal-tips1{
    left: 190px;
    top: 14%;
}
.how-modal-tips2{
    top: 0;
    left: 421px;
}
.how-modal-tips3{
    top: 8%;
    right: 186px;
}
.how-modal-tips4{
    position: absolute;
    top: 57%;
    left: 401px;
    color: #FFF;
}

.howMuch-modal{
    position: relative;
    margin-bottom:30px;
}
.howMuch-modal img{
    width: 455px;
    height: 498px;
    opacity: 0;
    transform: translateX(-140px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}
.howMuch-modal-content
{
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}
.howMuch-grade {
    height:70px;
    margin-top:10px;
    margin-bottom:10px;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    background: linear-gradient(391deg, #EBF8FF 0%, #FFF 100%);
    text-align: left;
    transition: all 1.2s ease;
    opacity: 0;
    transform: translateX(140px);
}
.howMuch-grade:hover{
    cursor: pointer;
    transform: scale(1.2) !important;
    z-index: 10;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    opacity: 1;
}
.howMuch-grade4,.howMuch-grade2{
    background: linear-gradient(391deg, #F8F5FF 0%, #FFF 100%);
}

.howMuch-grade span{
    padding-left:40px;
    height: 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.howMuch-grade5{
    width:750px;
}
.howMuch-grade4{
    width:710px;
}
.howMuch-grade3{
    width:670px;
}
.howMuch-grade2{
    width:630px;
}
.howMuch-grade1{
    width:580px;
}

.whoHow-modal{
    position:relative;
    margin-bottom:30px;
}
.whoHow-modal img{
    width:100%;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.whoHow-modal-content-tl{
    position: absolute;
    top: 0;
    left: 0;
    width: 27%;
    height: 200px;
    padding:25px;
}
.whoHow-modal-content-tr{
    position: absolute;
    top: 0;
    right: 0;
    width: 27%;
    height: 200px;
    padding:25px;
}
.whoHow-modal-content-bl{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 27%;
    height: 200px;
    padding:25px;
}
.whoHow-modal-content-br{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 27%;
    height: 200px;
    padding:25px;
}

.whoHow-modal-content-title{
    font-weight: 500;
    font-size:22px;
    opacity: 0;
    transform: translateY(-40px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}
.whoHow-modal-content-sub-title{
    font-size:18px;
    font-weight: 500;
    color: #0A6EF2;
    margin: 10px 0;
    opacity: 0;
    transform: translateX(140px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}
.whoHow-modal-content-title2
{
    font-weight: 500;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}
.whoHow-modal-content-list{
    margin-left:20px;
    margin-top:5px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}
.whoHow-modal-content-list li{
    list-style: disc;
    padding-left:10px;
    line-height: 30px;
}

.content-function-middle{
    margin-bottom:30px;
}
