﻿*{margin:0;padding:0}
.containers{
    width:14rem;
    margin:0 auto;
}
.index-three-list .team2, .index-three-list .team1, .NewsDetail-box .team1, .NewsDetail-box .team2{
    display: none;
}
.bx-index-top01 .bx-nav ul li a.zh, .zt a.zh {
    line-height: 1.64rem;
}
.kongBox {
    width: 100%;
    height: 3.2rem;
    display: none;
}
.zt a {
    font-size: 0.2rem;
    line-height: 1.6rem;
    color: #3E4349;
    display: inline-block;
}
    .zt a.active {
        color: #033b88;
    }
    .zt span {
        color: #3E4349;
        font-size: 0.18rem;
        display: inline-block;
        margin: 0 0.05rem;
        line-height: 1.6rem;
    }
.banner img{
    width:100%;
}
.banner .swiper-container, .banner .swiper-container .swiper-slide, .banner .swiper-container .swiper-slide a, .banner .swiper-container .swiper-slide img {
    width: 100%;
}
.banner .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background-color: transparent;
    opacity:0.5;
    margin:0 0.1rem;
    border:0.02rem solid #ffffff;
    opacity:1 !important;
}
.banner .swiper-pagination-bullet-active{
    background-color:#fff;
}
.index-one {
    width: 100%;
    height: 5.07rem;
    background: url('../images/index-oneBg.png') no-repeat center;
    background-size:100% 100%;
    padding:0.9rem 0;
}
.index-one-title {
    width: 2.4rem;
    height: 2.4rem;
    background-image: url('../images/index-oneBG2.png');
    background-size:100% 100%;
    position:relative;
    margin-top:0.33rem;

}
    .index-one-title h3 {
        font-size: 0.38rem;
        color: #3e4349;
        line-height: 0.5rem;
        position: absolute;
        left: 0.58rem;
        width: 120%;
        top: 0.8rem;
        letter-spacing: 0.02rem;
        font-weight:400;
    }
        .index-one-title h3 .ml{
            margin-left:1.2rem;
        }
.index-one-item {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}
.index-one-box {
   width:11.6rem;
   text-align:right;

}
    .index-one-box ul {
        margin-top: -0.7rem;
        width: 7.2rem;
        overflow: hidden;
        display:inline-block;
        text-align:left;
    }
    .index-one-box ul li {
        display: block;
        margin-top: 0.7rem;
        float:left;
    }
 .index-one-box ul li:nth-child(odd){
     width:4.3rem;
 }
.index-one-list h3 {
    font-size: 0.2rem;
    color: #3e4349;
    padding-left: 0.1rem;
    position: relative;
    line-height: 0.23rem;
    font-weight: 400;
}
    .index-one-list h3::before {
        content: '';
        display: block;
        width: 0.04rem;
        height:100%;
        background-color: #ffc936;
        position:absolute;
        left:0;
        top:0;
    }
.index-one-list p {
    font-size: 0.8rem;
    color: #033b88;
    font-weight: bold;
}
.title {
   text-align:center;
}
    .title h3 {
        display: inline-block;
        font-size: 0.34rem;
        color: #3e4349;
        border-bottom: 0.05rem solid #033b88 !important;
        line-height:0.6rem;
        font-weight:200;
        border-color:#033b88 !important;
    }
.index-two-item{
    padding:1.2rem 0;
}
    .index-two-item ul{
        margin:0 -0.125rem;
        overflow:hidden;
        margin-top:0.5rem;
    }
    .index-two-item ul li {
        width: 33.33%;
        float: left;
        padding: 0 0.125rem;
        margin-top:0.25rem;
    }
.index-two-list{
    overflow:hidden;
    height:4.5rem;
    position:relative;

}
    .index-two-list .img{
        width:100%;
        height:100%;
        
    }
    .index-two-list .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.index-two-text1{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(3,59,136,0.4);
    padding:0.3rem;
}
    .index-two-text1::before{
        content:"";
        display:block;
        width:calc(100% - 0.6rem);
        height:4px;
        background-color:#ffc936;
        border-radius:0.2rem;
        position:absolute;
        bottom:0.3rem;
        left:0.3rem;
    }
    .index-two-text1 h3 {
        font-size: 0.36rem;
        color: #ffffff;
        position: relative;
        padding: 0.2rem 0 0 0.2rem;
    }
        .index-two-text1 h3::before {
            content: '';
            display: block;
            width: 0.55rem;
            height: 0.55rem;
            border-left:2px solid #ffc936;
            border-top: 2px solid #ffc936;
            position: absolute;
            left: 0;
            top: 0;
        }
.index-two-list .text {
    position: absolute;
    left: 0;
    bottom: -100%;
    background-color: #033b88;
    width:100%;
    height:4.5rem;
    padding:0.4rem 0.3rem;
    overflow:hidden;
    line-height:0.35rem;
    transition:all 0.5s;
}
    .index-two-list:hover .text{
        bottom:0;
    }
    .index-two-list .text::before {
        content: "";
        display: block;
        width: calc(100% - 0.6rem);
        height: 4px;
        background-color: #ffc936;
        border-radius: 0.2rem;
        position: absolute;
        top: 0.3rem;
        left: 0.3rem;
    }
    .index-two-list .text{
        font-size: 0.18rem;
        color: #ffffff;
    }
        .index-two-list .text p {
            position: relative;
            background: url('../images/zuo.png') no-repeat;
            background-size: 0.12rem 0.17rem;
            background-position: 0 0.11rem;
            padding: 0.04rem 0;
            padding-left: 0.17rem;
        }
.index-three {
    background-color: #eaecf2;
}
.index-three-item {
    padding: 1.2rem 0;
}
.index-three-item ul {
    margin: 0 -0.125rem;
    overflow: hidden;
    margin-top: 0.5rem;
}

    .index-three-item ul li {
        width: 33.33%;
        float: left;
        padding: 0 0.125rem;
        margin-top: 0.25rem;
    }
.index-three-list{
    display:block;
    overflow:hidden;
    padding:0.25rem 0.3rem;
    background-color:#fff !important;
    position:relative;
}
    .index-three-list span {
        font-size: 0.16rem;
        color: #666666;
        display:inline-block;
    }
    .index-three-list h3 {
        color: #033b88;
        font-size: 0.2rem;
        line-height: 0.3rem;
        margin: 0.15rem 0;
        height: 0.6rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .index-three-list p {
        font-size: 0.18rem;
        color: #3e4349;
        line-height: 0.25rem;
        height: 2.43rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9;
        overflow: hidden;
        border-top: 2px solid #3e4349;
        padding-top: 0.15rem;
    }
    .index-three-list small {
        display: inline-block;
        width: 100%;
        text-align: right;
        font-size: 0.21rem;
        color: #033b88;
        margin-top: 0.1rem;
        background: url('../images/jt.png') no-repeat ;
        background-size:0.15rem 0.18rem;
        background-position:100% 0.08rem;
        padding-right:0.25rem;
    }
.index-three-list::before{
    content:'';
    display:block;
    width:0;
    height:0.06rem;
    background-color:#ffc936;
    position:absolute;
    bottom:0;
    left:0;
    transition:all 0.5s;
}
.index-three-list:hover::before{
    width:100%;
}
.index-four-item {
    padding: 1.2rem 0;
}
.index-four-item ul {
    margin: 0 -0.125rem;
    overflow: hidden;
    margin-top: 0.5rem;
}

    .index-four-item ul li {
        width: 33.33%;
        float: left;
        padding: 0 0.125rem;
        margin-top: 0.25rem;
    }
.index-four-list .img{
    width:100%;
    height:3.38rem;
    overflow:hidden;
}
.index-four-list .img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.index-four-list > h3 {
    line-height: 0.6rem;
    background-color: #eaecf2;
    padding: 0 0.2rem;
    text-align: center;
    font-size: 0.2rem;
    color: #033b88;
    font-weight:400;
}
.footer {
    background-color: #EAECF1;
   
}
.footer-item {
    padding: 0.8rem 0 1.12rem 0;
}
.footer-logo{
    width:2.46rem;
}
.footer-logo img{
    width:100%;
}
.footer-item ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
}
.footer-item ul li{
    width:25%;
}
.footer-box1, .footer-box2 {
    font-size: 0.14rem;
    color: #3E4349;
    line-height: 0.25rem;
    width: 2.7rem;
}
.footer-item .icon{
    text-align:right;
}
.footer-item .icon a {
    width: 0.44rem;
    height: 0.44rem;
    display: inline-block;
    transition:all 0.5s;
    margin-left:0.15rem;
}
.footer-item .icon a img{
    width:100%;
    height:100%;
    object-fit:cover;
}
    .footer-item .icon a:hover{
        transform:scale(1.05);
    }
.footer-bottom {
    background-color:#333;
    padding: 0.07rem;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}
    .footer-bottom a {
        font-size: 12px;
        color: #FFFFFF;
    }
        .footer-bottom a:hover {
            color: #ffc936;
        }
.about-box {
    width: 100%;
    /*padding: 0.6rem;*/
/*    background-color: #EAECF1;*/
    margin:1.2rem 0;
}
/*.nei-title h3{
    padding-bottom:0.23rem;
}*/
.about-box-item{
    margin-top:0.7rem;
    font-size:0.18rem !important;
    line-height:0.38rem;
}
    .about-box-item p, .about-box-item span, .about-box-item small {
        font-size: 0.18rem !important;
    }
    .AboutUs-histsory {
        background: url('../images/about2.png') no-repeat;
        padding-bottom: 1.4rem;
        background-position: 0 2.35rem;
        background-size: 100% 5.81rem;
    }
.AboutUs-histsory-item{
    margin-top:0.45rem;
    text-align:center;
}
.team-item{
    padding:1.2rem 0;
}
.team-nav ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: flex-end;
    -webkit-box-align: center;
}
    .team-nav ul li{
        width:3.3rem;
    }
    .team-nav ul .team-but {
        width: 100%;
        line-height: 0.5rem;
        background-color: #033B88;
        color: #fff;
        font-size: 0.2rem;
        color: #FFFFFF;
        border-radius: 0.06rem;
        text-align: center;
        transition: all 0.5s;
        cursor: pointer;
    }
        .team-nav ul .team-but:hover{
            opacity:0.8;
        }
    .team-nav ul .team-nav-input{
        width:3.3rem;
    }
        .team-nav ul .team-nav-input input {
            border: 1px solid #033B88;
            width: 3.3rem;
            line-height: 0.48rem;
            height:0.48rem;
            border-radius: 0.06rem;
            font-size:0.2rem;
            padding:0 0.2rem;
            color:#333;
        }
    .team-nav ul .team-nav-list1 {
        width: 3.3rem;
        line-height: 0.48rem;
        height:0.5rem;
        border: 1px solid #033B88;
        border-radius: 0.06rem;
        padding-right:0.55rem;
        position:relative;
        padding-left:0.2rem;
    }
        .team-nav ul .team-nav-list1 h3 {
            font-size: 0.2rem;
            line-height: 0.48rem;
            font-weight:200;
        }
        .team-nav ul .team-nav-list1 > img {
            width: 0.3rem;
            height: 0.14rem;
            position: absolute;
            right: 0.16rem;
            top: 0.17rem;
        }
    .team-nav ul li{
        position:relative;
    }
.team-nav-list1-xl-item {
    background-color: rgba(3,59,136,0.7);
    border-radius: 0.06rem;
    padding: 0.1rem 0.24rem 0.12rem 0.24rem;
    overflow-x: auto;
    width: 100%;
    height: 1.24rem;
}
.team-nav ul li .team-nav-list1-xl {
    position: absolute;
    left: 0;
    width: 100%;
 /*   height: 1.24rem;*/
    height:0;
    overflow:hidden;
    transition:all 0.5s;
  
}
    .team-nav ul li .team-nav-list1-xl p {
        font-size: 0.2rem;
        color: #fff;
        line-height: 0.27rem;
        margin-bottom: 0.1rem;
        width: 100%;
        cursor: pointer;
        font-weight:200;
    }
                .team-nav ul li .team-nav-list1-xl p:nth-last-child(1){
                    margin-bottom:0;
                }

.team-nav ul li .team-nav-list1-xl-item::-webkit-scrollbar {
    width: 6px;
    height: 100%;
    background-color: rgba(3,59,136,0.3);
    border-radius: 0 0.06rem 0.06rem 0;
}

.team-nav ul li .team-nav-list1-xl-item::-webkit-scrollbar-thumb {
    border-radius: 0.06rem;
    background-color: rgba(3,59,136,0.8);
}
/*.team-nav ul li:hover .team-nav-list1-xl{
    height:1.24rem;
}
.team-nav ul li:hover .team-nav-list1 > img {
    transform: rotate(180deg);
}*/
.team-nav-title {
    font-size: 0.2rem;
    color: #3E4349;
    margin-bottom: 0.08rem;
}
.team-item-box ul{
    margin:0 -0.12rem;
    margin-top:0.5rem;
    overflow:hidden;
}
.team-item-box ul li {
    width: 20%;
    padding: 0 0.12rem;
    float:left;
    margin-top:0.3rem;
}
.team-item-list{
    width:100%;
    display:block;
}
    .team-item-list .img{
        width:100%;
        height:3.48rem;
        overflow:hidden;
    }
        .team-item-list .img img{
            width:100%;
            height:100%;
            object-fit:cover;
        }
    .team-item-list .text {
        padding: 0.13rem 0.2rem 0.16rem 0.2rem;
        background-color: #EAECF1;
    }
        .team-item-list .text h3 {
            font-size: 0.24rem;
            color: #3E4349;
            line-height:0.32rem;
        }
        .team-item-list .text p {
            font-size: 0.18rem;
            color: #3E4349;
            margin-top:0.16rem;
            line-height:0.24rem;
            height:0.48rem;
        }
.team-item-box{
   margin-top:1.2rem;
}
.TeamDetail {
    padding:0.7rem 0 1rem 0;
}
.TeamDetail-nav {
    font-size: 0.24rem;
    color: #3E4349;
    font-weight:bold;
    position:relative;
    padding-left:0.2rem;
    line-height:0.38rem;
}
    .TeamDetail-nav::before {
        content: '';
        display: block;
        width: 0.04rem;
        height:0.24rem;
        background-color: #033B88;
        position:absolute;
        left:0;
        top:0.07rem;
        border-radius:0.03rem;
    }
.TeamDetail-item-text {
    margin-top: 0.55rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
    .TeamDetail-item-text.active .left .lists p, .TeamDetail-item-text.active .right .lists  p{
        width: 50%;
        float:left;
    }
        .TeamDetail-item-text.active .left, .TeamDetail-item-text.active .right{
            width:100%;
        }
        .TeamDetail-item-text .left, .TeamDetail-item-text .right {
            width: 50%;
        }
        .TeamDetail-item-text .left h3, .TeamDetail-item-text .right h3 {
            font-size: 0.24rem;
            color: #3E4349;
            font-weight: bold;
            position: relative;
            padding-left: 0.2rem;
            line-height: 0.38rem;
        }
        .TeamDetail-item-text .left h3, .TeamDetail-item-text .right h3 {
            position: relative;
        }
            .TeamDetail-item-text .left h3::before, .TeamDetail-item-text .right h3::before {
                content: '';
                display: block;
                width: 0.04rem;
                height: 0.24rem;
                background-color: #033B88;
                position: absolute;
                left: 0;
                top: 0.07rem;
                border-radius: 0.03rem;
            }
        .TeamDetail-item-text .left p, .TeamDetail-item-text .right p {
            margin-top: 0.2rem;
            font-size: 0.18rem;
            color: #3E4349;
            padding-left:0.2rem;
            position:relative;
            line-height:0.24rem;
            width:90%;

        }
            .TeamDetail-item-text .left p::before, .TeamDetail-item-text .right p::before {
                content: '';
                display: block;
                width: 0.1rem;
                height: 0.1rem;
                background-color: #3E4349;
                position: absolute;
                left: 0;
                top: 0.06rem;
                border-radius: 50%;
            }
.TeamDetail-Detail{
    margin-top:0.55rem;
    min-height:2.5rem;
}
    .TeamDetail-Detail > h3 {
        font-size: 0.24rem;
        color: #3E4349;
        font-weight: bold;
        position: relative;
        padding-left: 0.2rem;
        line-height: 0.38rem;
    }
        .TeamDetail-Detail > h3::before {
            content: '';
            display: block;
            width: 0.04rem;
            height: 0.24rem;
            background-color: #033B88;
            position: absolute;
            left: 0;
            top: 0.07rem;
            border-radius: 0.03rem;
        }
.TeamDetail-text {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    color: #3E4349 !important;
}
    .TeamDetail-text p, .TeamDetail-text span,.TeamDetail-text small {
        font-size: 0.18rem !important;
        color: #3E4349 !important;
    }








    .webdiyerCss .redcss {
        background-color: #033B88 !important;
        border-color: #033B88;
        color: #fff !important;
    }
.webdiyerCss {
    padding-top: 0.7rem;
    padding-bottom: 0px;
}


.News {
    padding: 1.2rem 0;
}
.News-item ul {
    margin-top: 0.5rem;
}
.News-list {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(3,59,136,.2);
}
    .News-list .News-left {
        width: 1.5rem;
        height: 1.5rem;
        background-color: #033B88;
        color: #fff;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: center;
        align-items: center;
        -webkit-box-align: center;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    .News-list .News-left p{
        font-size: 0.24rem;
        line-height: 0.32rem;
    }
        .News-list .News-left h3 {
            font-size: 0.45rem;
            line-height: 0.6rem;
            margin-top:0.1rem;
        }
    .News-list .News-right{
        width:calc(100% - 1.5rem);
        padding-left:0.4rem;
    }
        .News-list .News-right h3 {
            font-size: 0.24rem;
            color: #3E4349;
            margin-bottom:0.26rem;
            font-weight:200;
        }
        .News-list .News-right p {
            font-size: 0.18rem;
            color: #666;
            line-height:0.28rem;
            height:0.56rem;
            font-weight:200;
        }
    .News-list:hover .News-right h3 {
        color: #033B88;
    }

.nei-nav p, .nei-nav p a {
    font-size: 0.18rem;
    color: #3E4349;
}
    .nei-nav p a:hover{
        color:#033b88;
    }
.nei-nav p {
    padding-left: 0.3rem;
    background: url('../images/shouye.png') no-repeat;
    background-size:0.2rem 0.19rem;
   background-position:0 0.03rem;
}
.NewsDetail{
    padding:1.2rem 0;
 
}
.NewsDetail-box {
    margin-top: 0.5rem;
    margin-bottom: 0.58rem;
}
.NewsDetail-box span {
    display: inline-block;
    margin-right: 1.7rem;
    font-size: 0.16rem;
    color: #666666;
}
.hd > h4 {
    font-size: 0.32rem;
    color: #3E4349;
    
}
.bd {
    min-height: 300px;
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
    font-size: 0.18rem !important;
    color: #3E4349 !important;
}
    .bd p, .bd span, .bd small {
        font-size: 0.18rem !important;
        color: #3E4349 !important;
    }
    .fy a {
        font-size: 0.16rem;
        color: #333;
        margin: 0.1rem 0;
        display: inline-block;
    }
.fy a:hover{
    color:#033b88;
}

.ContactUs-ly{
    margin-top:0.5rem;
}
.ContactUs-ly-list{
    width:9.37rem;
    margin:0 auto;
    margin-top:0.3rem;
}
    .ContactUs-ly-list p {
        font-size: 0.24rem;
        color: #3E4349;
        margin-bottom:0.3rem;
    }
    .ContactUs-ly-list input {
        width: 100%;
        line-height: 0.68rem;
        height:0.68rem;
        border: 1px solid #707070;
        font-size:0.2rem;
        padding:0 0.2rem;
    }

::-webkit-input-placeholder { /* WebKit browsers */
    color: #606266;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #606266;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #606266;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #606266;
}
::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #606266;
}

textarea:-moz-placeholder {
    color: #606266;
}
/*.team-nav ul li .team-nav-list1-xl p:nth-child(1) {
    color: #033B88;
}*/

    .ContactUs-ly-list textarea {
        width: 100%;
        padding: 0.2rem;
        font-size: 0.2rem;
        border: 1px solid #707070;
        height:1.64rem;
        resize:none;
    }
    .ContactUs {
        padding: 1.2rem 0;
    }

.ContactUs-ly .but {
    width: 1.8rem;
    line-height: 0.46rem;
    background-color: #033B88;
    color: #fff;
    margin: 0 auto;
    margin-top: 0.5rem;
    border-radius: 0.25rem;
    text-align: center;
    font-size: 0.24rem;
    transition: all 0.3s;
    cursor: pointer;
}
.ContactUs-ly .but:hover{
    opacity:0.8;
}

.ContactUs-three .index-four-item ul {
    margin-top:0;
}
.ContactUs-three .index-four-item{
    padding-top:0;
}
    .ContactUs-three .index-four-item .index-four-list > h3{
        background-color:transparent;
        text-align:left;
        padding:0;
        font-size:0.2rem;
        font-weight:200;
        line-height:0.27rem;
        margin:0.3rem 0;
        font-weight:400;
        
    }
    .ContactUs-three .index-four-item .index-four-list > p {
        font-size: 0.18rem;
        color: #666666;
        line-height:0.24rem;
        height:0.72rem;
        padding-right:0.89rem;
    }
.JoinDetail-item-text{
    margin-top:0.7rem;
}
    .JoinDetail-item-text, .JoinDetail-item-text p, .JoinDetail-item-text span, .JoinDetail-item-text small, .JoinDetail-item-qa, .JoinDetail-item-qa p, .JoinDetail-item-qa span, .JoinDetail-item-qa small{
        font-size: 0.18rem !important;
    }
    .JoinDetail {
        padding: 1.2rem 0;
    }
.JoinDetail-qa{
    margin-top:1.2rem;
}

.JoinDetail-item-qa {
    margin-top: 0.7rem;
}
    .JoinDetail-qa ul li {
        margin-top: 0.36rem;
    }
.JoinDetail-qa-list h3 {
    font-size: 0.24rem;
    color: #3E4349;
    margin-bottom:0.3rem;
    font-weight:400;
}
.JoinDetail-qa-list p, .JoinDetail-qa-list .text {
    font-size: 0.18rem;
    color: #3E4349;
    line-height: 0.29rem;
}
.case{
    padding:1.2rem 0 0.9rem 0;
}
.case-boxs {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
    .case-boxs .img {
        width: 3.86rem;
        height: 2.89rem;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    .case-boxs .img img{
        max-width:0.95rem;
    }
    .case-boxs .img p {
        font-size: 0.48rem;
        color: #FFFFFF;
        line-height:0.64rem;
        margin-top:0.15rem;
    }
    .case-boxs .text{
        width:calc(100% - 3.86rem);
        padding-left:0.4rem;
        margin-top:-0.11rem;
    }
        .case-boxs .text .case-boxs-list {
            display: block;
            width: 100%;
            line-height: 0.77rem;
            font-size: 0.24rem;
            color: #3E4349;
            border-bottom: 1px solid rgba(3,59,136,.2);
            padding-left: 0.35rem;
            padding-right: 1rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            background: url('../images/jt-right.png') no-repeat;
            background-size: 0.14rem 0.28rem;
            background-position: 0 0.23rem;
            font-weight:200;
        }
            .case-boxs .text .case-boxs-list:hover {
                color: #033B88;
            }
        .case-boxs .text .case-boxs-icon {
            text-align: right;
            display: block;
            width: 100%;
            font-size: 0.28rem ;
            color: #033B88;
            margin-top:0.3rem;
            line-height:0.37rem;
            transition:all 0.5s;
            font-weight:200;
        }
        .case-boxs .text .case-boxs-icon:hover{
            opacity:0.8;
        }
.case-box ul li {
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(3,59,136,.2);
}
.case-box ul li:nth-last-child(1){
    border-bottom:none;
}
.case-box ul {
    margin-top:0.5rem;
}
.Case-Detail .hd h4{
    margin-top:0.68rem;
    text-align:center;
}
.caseList{
    padding:1.2rem 0;
}
.caseList-box.case-boxs .text {
    width: 100%;
    margin-top: 0.5rem;
    padding-left:0;
}
    .caseList-box.case-boxs .text>a {
        line-height: 0.93rem;
        background-position: 0 0.32rem;
        padding-right:0;
    }
    .case-boxsXz .text>a {
        position: relative;
        padding-right:1rem !important;
    }

    .case-boxsXz .text>a::before {
        content: '';
        display: block;
        width: 0.3rem;
        height: 0.3rem;
        background: url('../images/xz.png') no-repeat;
        background-size: 0.3rem 0.3rem;
        position: absolute;
        right: 0.1rem;
        top: 0.3rem;
    }

@media screen and (max-width: 768px) {
    .containers {
        width: 100%;
        padding: 0 0.2rem;
    }
    .zt a, .zt span{
        line-height: 1.2rem !important;
        font-size:0.32rem;
    }
    .zt {
        margin-right:1rem;
    }
    .bx-index-top01 .bx-navigation{
        margin-top:0.2rem;
    }
    .index-one-item {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    .index-one-title {
        width: 100%;
        height:auto;
        background-image:none;
    }
    .index-one-box{
        width:100%;
        margin-top:0.8rem;
    }
    .index-one-title h3{
        position:relative;
        top:auto;
        left:auto;
        text-align:center;
        width:100%;
        font-size:0.48rem;

    }
    .index-one-title h3 br{
        display:none;
    }
    .index-one{
        height:auto;
        padding:0.6rem 0;
    }
    .index-one-box ul li{
        width:50% !important;
    }
    .index-one-list h3 {
        font-size: 0.34rem;
        line-height: 0.3rem;
        padding-left:0.2rem;
    }
    .index-one-list p{
        font-size:0.6rem;
    }
    .index-one-list h3::before{

    }
    .index-two-item, .index-three-item, .index-four-item {
        padding: 0.6rem 0;
    }
        .index-two-item ul li{
            width:100%;
        }
    .index-two-list{
        height:6rem;
    }
    .index-two-text1 h3{
        font-size:0.44rem;
    }
    .title h3{
        font-size:0.48rem;
    }
    .index-two-list .text {
        height: 6rem;
        line-height: 0.4rem;
    }
        .index-two-list .text p{
        font-size:0.28rem;
        }
        .index-two-list .text p {
            padding-top: 0.08rem;
            padding-bottom: 0.08rem;
            padding-left: 0.3rem;
            background-size: 0.2rem 0.25rem;
            background-position: 0 0.14rem;
        }
    .index-three-item ul li{
        width:100%;
    }
    .index-three-list span{
        font-size:0.28rem;
    }
    .index-three-list h3 {
        font-size: 0.36rem;
        line-height: 0.5rem;
        height:1rem;
    }
    .index-three-list p{
        font-size:0.28rem;
        line-height:0.38rem;
        height:3.42rem;
    }
    .index-three-list small {
        font-size: 0.28rem;
        background-position: 100% 0.12rem;
    }
    .index-four-item ul li{
        width:100%;
    }
    .index-four-list .img{
        height:5rem;
    }
    .index-four-list > h3{
        font-size:0.4rem;
        line-height:1rem;
        
    }
    .footer-item ul {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    .footer-item ul li {
        width: 100%;
        margin-top:0.4rem;
    }
    .footer-logo{
        width:3.8rem;
    }
    .footer-box1, .footer-box2 {
        width: auto;
        font-size: 0.28rem;
        line-height: 0.45rem;
    }
    .footer-item .icon{
        text-align:left;
    }
        .footer-item .icon a{
            width:0.6rem;
            height:0.6rem;
        }
    .footer-item{
        padding:0.3rem 1.5rem 0.6rem 0;
    }
    .bx-index-top01 .bx-nav{
        width:100%;
        overflow:hidden;
        margin:0;
        background-color:#fff;
        top:1.2rem;
        left:0;
        right:auto;
        padding:0.2rem 0;

    }
        .bx-index-top01 .bx-nav ul li a{
            width:100%;
            font-size:0.32rem;
            line-height:0.8rem !important;
        }
          
            .bx-index-top01 .bx-nav ul li {
                margin-right: 0;
            }
    .about-box{
        margin:0.6rem 0;
    }
    .about-box{
        padding:0;
    }
    .about-box-item{
        font-size:0.28rem;
        line-height:0.45rem;
    }
    .bx-index-top01 .bx-nav ul li a.active::before{
        bottom:0;
    }
    .team-nav ul{
        flex-wrap:wrap;

    }
        .team-nav ul li{
            width:49%;
        }
    .team-item{
        padding:0.6rem 0;
    }
    .team-nav-title{
        font-size:0.34rem;
    }
    .team-nav ul .team-nav-list1{
        height:0.6rem;
        width:100%;
    }
        .team-nav ul .team-nav-list1 h3{
            line-height:0.6rem;
        }
        .team-nav ul .team-nav-list1 > img {
            top: 0.2rem;
        }
    .team-nav ul .team-nav-input{
        width:100%;
    }
    .team-nav ul .team-nav-input input {
        height: 0.6rem;
        width: 100%;
    }
    .team-nav ul .team-but{
        line-height:0.6rem;
        font-size:0.28rem;
     /*   width:3.3rem;*/
    }
    .team-nav ul li{
        margin-bottom:0.2rem;
    }
    .team-item-box{
        margin-top:0.6rem;
    }
    .team-nav ul li .team-nav-list1-xl{
        width:100%;
        z-index:99;
    }
    .team-nav-list1-xl-item {
        height: 2rem;
    }
  
        .team-nav ul li:hover .team-nav-list1-xl {
            height: 2rem;
        }
    .team-nav ul li .team-nav-list1-xl p {
        font-size: 0.28rem;
        line-height: 0.35rem;
    }
    .team-item-box ul li{
        width:50%;
    }
    .team-item-list .img {
        height: 4.6rem;
    }
    .team-item-list .text h3 {
        font-size: 0.32rem;
        line-height: 0.4rem;
    }
    .team-item-list .text p {
        font-size: 0.28rem;
        line-height: 0.4rem;
        height: 0.8rem;
    }
    .team-item-list .text {
        padding: 0.2rem 0.2rem 0.2rem 0.2rem;
    }
    .News{
        padding:0.6rem 0;
    }
    .News-list .News-right h3{
        font-size:0.32rem;
        margin-bottom:0.2rem;
    }
    .News-list .News-right{
        padding-left:0.2rem;
    }
        .News-list .News-right p {
            font-size: 0.28rem;
            line-height: 0.4rem;
            height: 0.8rem;
        }
    .case{
        padding:0.6rem 0;
    }
    .case-boxs {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
        .case-boxs .img{
            width:100%;
        }
        .case-boxs .text{
            width:100%;
            padding-left:0;
            margin-top:0.2rem;
        }
            .case-boxs .text .case-boxs-list {
                font-size: 0.32rem;
                line-height: 1rem;
                padding-right: 0;
                background-position: 0 0.33rem;
            }
            .case-boxs .text .case-boxs-icon {
                text-align: center;
                font-size: 0.36rem !important;
                line-height: 0.5rem;
            }
    .case-box ul li{
        border-bottom:0;
    }
    .ContactUs-ly-list{
        width:100%;
    }
    .ContactUs{
        padding:0.6rem 0;
    }
    .ContactUs-ly-list p{
        font-size:0.36rem;
    }
    .ContactUs-ly-list input{
        line-height:0.8rem;
        height:0.8rem;
        font-size:0.28rem;
    }
    .ContactUs-ly-list textarea {
        font-size: 0.28rem;
        height:2rem;
    }
    .ContactUs-ly .but{
        width:2.5rem;
        line-height:0.8rem;
        font-size:0.32rem;
        border-radius:0.5rem;
    }
    .ContactUs-three .index-four-item .index-four-list > h3 {
        font-size: 0.42rem;
        height: auto;
        line-height: 0.4rem;
    }
    .ContactUs-three .index-four-item .index-four-list > p {
        font-size: 0.28rem;
        color: #666666;
        line-height: 0.4rem;
        height: 1.2rem;
    }
    .TeamDetailBanner{
        width:100%;
        height:1.8rem;
    }
    .TeamDetailBanner img{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .TeamDetail{
        padding:0.6rem 0;
    }
    .TeamDetail-nav{
        font-size:0.28rem;
    }
    .TeamDetail-item-text .left, .TeamDetail-item-text .right{
        width:100%;
        margin-top:0.5rem;
    }
    .TeamDetail-item-text {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        margin-top: 0.1rem;
    }
        .TeamDetail-item-text .left h3, .TeamDetail-item-text .right h3{
           font-size:0.32rem;
        }
        .TeamDetail-item-text .left p, .TeamDetail-item-text .right p {
            font-size: 0.28rem;
            line-height: 0.35rem;
        }
            .TeamDetail-item-text.active .left .lists p, .TeamDetail-item-text.active .right .lists p{
                width:100%;
            }
            .TeamDetail-item-text .left p::before, .TeamDetail-item-text .right p::before {
                top: 0.1rem;
            }
            .TeamDetail-Detail > h3 {
                font-size: 0.32rem;
            }
    .NewsDetail{
        padding:0.6rem 0;
    }
    .nei-nav p, .nei-nav p a{
        font-size:0.28rem;
        
    }
    .nei-nav p {
        background-size: 0.3rem 0.3rem;
        background-position: 0 0.07rem;
        padding-left:0.5rem;
    }
    .NewsDetail-box span{
        font-size:0.3rem;
        margin-right:0;
        display:block;
    }
    .NewsDetail-box {
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .hd > h4 {
        font-size: 0.36rem;
        line-height:0.6rem;
    }
    .Case-Detail .hd h4{
        margin-top:0.3rem;
        text-align:left;
    }
    .bd {
        margin-top: 0.3rem;
    }
    .fy a{
        font-size:0.28rem;
    }
    .JoinDetail{
        padding:0.6rem 0;
    }
    .JoinDetail-qa-list h3{
        font-size:0.38rem;
        margin-bottom:0.5rem;
    }
    .JoinDetail-qa-list p, .JoinDetail-qa-list .text {
        font-size: 0.3rem;
        line-height: 0.5rem;
    }
    .caseList{
        padding:0.6rem 0;
    }
    .JoinDetail-qa ul li{
        margin-top:0.5rem;
    }
    .AboutUs-histsory {
        background-position: -2.5rem 1.5rem;
        background-size: cover;
    }
    .kongBox {
        height: 1.4rem;
    }
    .TeamDetail-text, .TeamDetail-text p, .TeamDetail-text span, .TeamDetail-text small, .bd, .bd p, .bd span, .bd small, .about-box-item p, .about-box-item span, .about-box-item small, .JoinDetail-item-text, .JoinDetail-item-text p, .JoinDetail-item-text span, .JoinDetail-item-text small, .JoinDetail-item-qa, .JoinDetail-item-qa p, .JoinDetail-item-qa span, .JoinDetail-item-qa small {
        font-size: 0.28rem !important;
    }
    .index-one-title h3 .ml {
        display: inline;
        margin-left: 0
    }
    .index-one-title h3 p {
        display: inline;
    }
}