* {
    margin: 0 auto;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
/*    overflow: hidden;*/

    /*	max-width: 1920px;*/
    position: relative;
    font-size: 12px;
    font-family: '瀵邦喛钂嬮梿鍛寸拨', 'Arial';
    margin: auto;
    background: black;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@font-face{
     font-family: 'century'; 
     src: url('/statics/fonts/GOTHICB.TTF');
}

.content{
    width: 1400px;
    margin: auto;
}
.content2{
    width: 1200px;
    margin: auto;
}
 .nav-btn {
        position: fixed;
        top: 4px;
        right: 2%;
        z-index: 100;
        opacity: 1;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        cursor: pointer;
        display: none;
        transform: scale(.8);
        -webkit-transform: scale(.8);
        opacity: 1;

    }
.nav-btnop{
    opacity: 0;
}

    .nav-btn span {
        width: 50px;
        height: 6px;
        display: block;
        background: white;
        margin: 0 0 10px 0;
        position: relative;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;

    }

    .nav-btn-blue span {
        background: #e16a00;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .nav-btn-blue2 span {
        background: white;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .nav-btn .nav-btn-span3 {
        width: 25px;
        float: right;

    }

    .nav-btn:hover {

        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .nav-btn:hover .nav-btn-span1 {
        transform: translate(8.75%, 0);
        -ewbkit-transform: translate(8.75%, 0);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .nav-btn:hover .nav-btn-span2 {
        transform: translate(8.75%, 0);
        -ewbkit-transform: translate(8.75%, 0);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .nav-btn:hover .nav-btn-span3 {
        transform: translate(-25%, 0);
        -ewbkit-transform: translate(-25%, 0);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .nav-btnac {
        z-index: 60;
        opacity: 0;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .nav-btn-colse .nav-btn-span1 {
        transform: translate(0%, 250%) rotate(45deg) !important;
        -webkit-transform: translate(0%, 250%) rotate(45deg) !important;
    }

    .nav-btn-colse .nav-btn-span2 {
        transform: translate(0%, 0%) rotate(-45deg) !important;
        -webkit-transform: translate(0%, 0%) rotate(-45deg) !important;
    }

    .nav-btn-colse .nav-btn-span3 {
        opacity: 0;
    }


    .nav-layer {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        background: rgba(0, 0, 0, 0);
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transition: transform 0.5s ease 0.3s, background 0.3s ease;
        -webkit-transition: transform 0.5s ease 0.3s, background 0.3s ease;
        display: block;
    }

    .nav-layerac {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        background: rgba(0, 0, 0, 0.6);
        -webkit-background: rgba(0, 0, 0, 0.6);
        transition: background 0.3s ease;
        -webkit-transition: background 0.3s ease;
    }

    .nav-layer .nav-layer-content {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        background: #e16a00;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
        -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    }

    .nav-layerac .nav-layer-content {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
    }

    .nav-layer-items {
        position: relative;
        height: 80%;
        top: 20%;
        padding: 0 5%;
        overflow: auto;
    }

    .nav-layer-more {
        position: absolute;
        right: 0;
        top: 14px;
        width: 20px;
        height: 20px;
        z-index: 3;
    }

    .nav-layer-more .line1 {
        width: 20px;
        height: 3px;
        background: white;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .nav-layer-more .line2 {
        height: 20px;
        width: 3px;
        background: white;
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);

    }

    .nav-layer-moreac .line1 {}

    .nav-layer-moreac .line2 {
        opacity: 0;

    }

    .nav-layer-items .nav-layer-item {
        margin: 4% 0;
        position: relative;
    }

    .nav-layer-items .nav-layer-item a {
        display: inline-block;
        position: relative;
        padding: 10px 0;
    }

    .nav-layer-items .nav-layer-item a b {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: rgba(255, 255, 255, 0.6);
        display: block;
        transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
        -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    }

    .nav-layer-items .nav-layer-item a:hover b {
        width: 100%;
        transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
        -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    }

    .nav-layer-items .nav-layer-item span {
        color: white;
        font-size: 20px;
    }

    .nav-layer-items .nav-layer-item font {
        color: white;
        font-size: 16px;
    }

    .nav-layer-items .nav-layer-itemac {}



    .nav-layer-items .nav-layer-item .nav-layer-item2 {
        position: relative;
        display: none;
    }

    .nav-layer-items .nav-layer-item .nav-layer-item2 a {
        display: block;
        padding: 6px 10px;
        color: white;
        font-size: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }


.header{
    background: rgba(62,58,57,0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.nav1{
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.nav2{
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.nav1ac{
     transform: translateY(0%);
    -webkit-transform: translateY(0%);
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.navac{
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.nav2{
	 transform: translateY(0%);
    -webkit-transform: translateY(0%);
}
.nav2ac{
	
	transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
	 transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}


.logo{
    width: 300px;
    float: left;
}
.header_ul{
    float: right;
    display: block;
}
.header_ul li{
     display: inline-block;
}
.header_ul li a{
    display: inline-block;
    color: white;
    font-size: 16px;
    padding: 6px 30px;
    margin: 25px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 37px;
}
.header_ul li a.active{
    background: #ed6d00;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}


.banner{
    position: relative;
    width: 100%;
    height: 100%;
}
.banner-container{
    position: relative;
    width: 100%;
    height: 100%;
}
.banner-container .swiper-wrapper{
     position: relative;
    width: 100%;
    height: 100%;
}
.banner-container .swiper-wrapper .swiper-slide{
     position: relative;
    width: 100%;
    height: 100%;
}
.banner-container .swiper-wrapper .swiper-slide a{
      position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.banner-pagination .swiper-pagination-bullet{
    background: white;
    opacity: 1;
}
.banner-pagination .swiper-pagination-bullet-active{
    background: #3e3a39;
}

.setion_one{
    position: relative;
    background: url('/statics/images/index_bg_1.webp') no-repeat center center;
    background-size: cover;
    padding: 250px 0;
}

.classType_side{
    float: left;
    width: 300px;
}
.classType_side .classType_s_inner{
    height: 200px;
    color: white;
    position: relative;
    background: #3e3a39;
    cursor: pointer;
}
.classType_side .classType_s_inner:nth-child(1):after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(237,108,0,0.85);
}
.classType_side .classType_s_inner:nth-child(2):after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(237,108,0,0.85);
}
.classType_side .classType_s_inner div{

}
.classType_side .classType_s_inner em{
    font-family: 'century'; 
    font-size: 110px;
    float: left;
    width: 80px;
    margin-left: 30px;
    opacity: 0.5;
    vertical-align: middle;
    text-align: center;
    margin-top: 20px;
    margin-right: 6px;
    
}
.classType_side .classType_s_inner p{
    float: left;
    width: 180px;
    margin: 60px 0 0 0;
    vertical-align: middle;
}
.classType_side .classType_s_inner div font{
    font-size: 30px;
    display: block;
    font-weight: bold;
    color: #ed6d00;
}
.classType_side .classType_s_inner div span{
    font-size: 30px;
    font-family: 'century'; 
    opacity: 0.5;
    display: block;
}

.classType_side .classType_s_inner.active{
    background: #ee8404;
}
.classType_side .classType_s_inner.active div font{
    color: white;
}

.classType_content{
    float: right;
    position: relative;
    width: 900px;
    height: 600px;
    background: rgba(237,108,0,0.85);
    overflow: hidden;
}
.classType_content .classType_c_inner.active{
   position: absolute;
    left: 0;
    top: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
     transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    opacity: 1;
    z-index: 3;
}
.classType_content .classType_c_inner{
    padding: 60px 40px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(60%);
    -webkit-transform: translateX(60%);
    -moz-transform: translateX(60%);
    -ms-transform: translateX(60%);
    -o-transform: translateX(60%);
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: 1;
    opacity: 0;
}
.classType_content .classType_c_inner h5{
    font-size: 50px;
    font-weight: bold;
    color: white;
}
.classType_content .classType_c_inner h6{
    font-size: 30px;
    font-weight: lighter;
    letter-spacing: 2px;
    padding: 10px 0 30px 0;
    color: white;
}
.classType_content .classType_c_inner p{
    width: 300px;
    float: left;
    color: white;
    font-size: 16px;
    text-align: justify;
    line-height: 1.6em;
    padding-top: 60px;
}
.classType_content .classType_c_inner img{
    float: right;
    width: 480px;
    margin-left: 40px;
}



.setion_two{
    padding: 110px 0;
    background: #e4e4e4;
    overflow: hidden;
}
.title{
    padding: 20px 0;
}
.title p{
    font-size: 60px;
    color: #3e3a39;
    font-family: 'century'; 
    display: inline-block;
}
.title span{
    font-size: 34px;
    color: #ed6d00;
    padding-left: 16px;
}

.title2{
    padding: 20px 0;
    position: relative;
}
.title2 p{
    font-size: 60px;
    color: white;
    font-family: 'century'; 
    display: inline-block;
}
.title2 span{
    font-size: 34px;
    color: #ed6d00;
    padding-left: 16px;
}


.result_banner{
    background: url('/statics/images/index_bg_4.webp') no-repeat center center;
    background-size: cover;
    padding: 24px 0;
    text-align: center;
    color: white;
}
.result_banner h5{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6em;
    letter-spacing: 2px;
}
.result_banner p{
    font-size: 24px;
    font-weight: lighter;
    padding-top: 10px;
}
.result_banner p b{
    display: inline-block;
    width: 30px;
}

.result-container .swiper-slide{
    position: relative;
    margin: 20px 0;
}
.result-container .swiper-slide div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.result-container .swiper-slide div p{
    padding: 6px 20px;
    background: #7f7e83;
}
.result-container .swiper-slide div span{
    background: #3e3a39;
    color: white;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 6px 0;
}
.result-container .swiper-slide div font{
    background: #ed6d00;
    color: white;
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 6px 0;
}


.setion_three{
    background: url('/statics/images/index_bg_2.webp') no-repeat center center;
    background-size: cover;
    padding: 200px 0;
    overflow: hidden;
    
}
.team_tab{
    float: right;
    margin-top: 23px;
}
.team_tab font{
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid white;
    border-radius: 50px;
    color: white;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}
.team_tab font.active{
    background: #ed6c00;
    border: 1px solid #ed6c00;
}
.team_box{
    margin: 40px 0;
    position: relative;
}
.team_box .team_item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    transform: translateY(60%);
    -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
    -ms-transform: translateY(60%);
    -o-transform: translateY(60%);
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.team_box .team_item1{
    position: relative;
}
.team_box .team_item.active{
    opacity: 1;
    z-index: 3;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
     transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.team-container .swiper-slide{
    border: 1px solid #ed6c00;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.team-container .swiper-slide:hover{
    background: #ed6c00;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.team-container .swiper-slide div{
    position: relative;
    width: 80%;
    margin:20px auto;

}
.team-container .swiper-slide div .img1{
    position: relative;
    width: 100%;
}
.team-container .swiper-slide div em{
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    border: 1px solid white;
}
.team-container .swiper-slide div em .img2{
    
}
.team-container .swiper-slide p{
    text-align: center;
    padding: 10px 0;
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.team-container .swiper-slide span{
    width: 80%;
    text-align: center;
    font-size: 16px;
    color: white;
    line-height: 1.6em;
    margin: 10px auto;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.team-container .swiper-slide font{
    text-align: center;
    color: #ed6c00;
    font-size: 14px;
    padding-bottom: 20px;
    display: block;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.team-container .swiper-slide:hover font{
    color: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.team_prev{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-150%,-50%);
    -webkit-transform: translate(-150%,-50%);
    -moz-transform: translate(-150%,-50%);
    -ms-transform: translate(-150%,-50%);
    -o-transform: translate(-150%,-50%);
    width: 50px;
    cursor: pointer;
}
.team_prev .img1{
    position: relative;
    opacity: 0;
    cursor: default;
}
.team_prev .img2{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}
.team_next{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(150%,-50%);
    -webkit-transform: translate(150%,-50%);
    -moz-transform: translate(150%,-50%);
    -ms-transform: translate(150%,-50%);
    -o-transform: translate(150%,-50%);
     width: 50px;
    cursor: pointer;
}
.team_next .img1{
    position: relative;
    opacity: 0;
}
.team_next .img2{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}

.team_prev.swiper-button-disabled .img1{
    opacity: 1;
}
.team_prev.swiper-button-disabled .img2{
    opacity: 0;
}
.team_next.swiper-button-disabled .img1{
    opacity: 1;
}
.team_next.swiper-button-disabled .img2{
    opacity: 0;
}

.team_prev2{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-150%,-50%);
    -webkit-transform: translate(-150%,-50%);
    -moz-transform: translate(-150%,-50%);
    -ms-transform: translate(-150%,-50%);
    -o-transform: translate(-150%,-50%);
    width: 50px;
    cursor: pointer;
}
.team_prev2 .img1{
    position: relative;
    opacity: 0;
}
.team_prev2 .img2{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}
.team_next2{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(150%,-50%);
    -webkit-transform: translate(150%,-50%);
    -moz-transform: translate(150%,-50%);
    -ms-transform: translate(150%,-50%);
    -o-transform: translate(150%,-50%);
     width: 50px;
    cursor: pointer;
}
.team_next2 .img1{
    position: relative;
    opacity: 0;
}
.team_next2 .img2{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}

.team_prev2.swiper-button-disabled .img1{
    opacity: 1;
}
.team_prev2.swiper-button-disabled .img2{
    opacity: 0;
}
.team_next2.swiper-button-disabled .img1{
    opacity: 1;
}
.team_next2.swiper-button-disabled .img2{
    opacity: 0;
}


.setion_four{
    background: url('/statics/images/index_bg_3.webp') no-repeat top center;
    background-size: cover;
    padding: 150px 0;
}
.news{
    padding: 50px 0;
}
.news_box{
    margin-top: 20px;
}
.news_left{
    float: left;
    width: 50%;
    padding-right: 35px;
    box-sizing: border-box;
}
.news_left .titles{
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #595757;
    margin-bottom: 17px;
}
.news_left .desp{
    font-size: 14px;
    line-height: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 117px;
    margin: 10px 0;
    text-align: justify;
    color: #595757;
}
.news_left .thumb{
    position: relative;
}
.news_left .thumb img{
    position: relative;
    
}
.news_left .thumb p{
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    height: 100%;
    z-index: 2;
    background: rgba(237,108,0,.5);
    color: white;
}
.news_left .thumb p font{
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 100%;
}
.news_left .thumb p font em{
    font-size: 70px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}
.news_left .thumb p font span{
    display: block;
    font-size: 28px;
    text-align: center;
}

.news_right{
    float: right;
    width: 50%;
}

.news_right .news_item{
    margin-bottom: 15px;
    background: #dddddd;
    position: relative;
    padding: 10px;
    display: block;
}
.news_right .news_item:last-child{
    margin-bottom: 0;
}
.news_right .news_item .news_item_l{
    float: left;
    width: 73%;
    box-sizing: border-box;
    padding-right: 26px;
    padding-left: 6px;
    padding-top: 6px;
}
.news_right .news_item .news_item_r{
    float: right;
    width: 27%;
}
.news_right .news_item .news_item_l .titles{
    font-size: 18px;
    color: #595757;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
}
.news_right .news_item .news_item_l .desp{
    font-size: 14px;
    color: #595757;
     line-height: 1.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.answer_left{
    width: 50%;
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
}
.answer_right{
    width: 50%;
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
}

.answer_item{
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #595757;
    
}
.answer_left .answer_item:last-child{
    border-bottom: 0;
}
.answer_right .answer_item:last-child{
    border-bottom: 0;
}
.answer_item em{
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background: #ed6c00;
    color: white;
    text-align: center;
    line-height: 60px;
    font-family: 'century'; 
    display: block;
    font-size: 40px;
    float: left;
}
.answer_item p{
    color: #595757;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-left: 20px;
}
.answer_item span{
    color: #595757;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 20px;
}



.footer_top{
    background: #313037;
    padding: 50px 0;
}

.footer_one{
    width: 28%;
    float: left;
    margin-right: 4%;
    
}
.footer_two{
    width: 23%;
    float: left;
    margin-right: 4%;
}
.footer_three{
    width: 30%;
    float: left;
    margin-right: 4%;
}
.footer_four{
    width: 6%;
    float: right;
}




















.footer_title{
    margin-bottom: 20px;
}
.footer_title span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color:white;
}
.footer_title font{
    font-size: 16px;
    color:white;
    font-weight: lighter;
    padding-top: 6px;
}

.footer_one_ul ul{
    width: 25%;
    float: left;
}
.footer_one_ul ul li{
    margin: 10px 0;
}
.footer_one_ul ul li a{
    color: #c9caca;
    font-size: 14px;
}
.footer_one_ul ul li .abold{
    font-weight: bold;
    color: white;
}


.fotter_form{
    
}
.form_input{
     
}
.form_input input{  
	background:none;  
	outline:none;  
	border-bottom:1px dashed #c9caca;
    height: 40px;
    display: block;
    width: 100%;
    color: #c9caca;/*鏉堟挸鍙嗛弬鍥х摟閵嗕礁鍘滈弽鍥杹閼癸拷*/
    -webkit-text-fill-color: #c9caca;/*鏉堟挸鍙嗛弬鍥х摟閵嗕垢laceholder妫版粏澹�*/
    caret-color: #c9caca;/*閸忓鐖ｆ０婊嗗*/
    font-size: 16px;
}
.form_input input:focus{   
	background:none;  
	outline:none;  
}

.form_btn a{
    background: #ed6d00;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
    display: block;
    color: white;
}
.footer_contact p{
    margin-bottom: 10px;
}
.footer_contact p img{
    width: 20px;
    float: left;
}
.footer_contact p span{
    float: left;
    color: 14px;
    color: #c9caca;
    line-height: 1.6em;
    padding-left: 6px;
}
.footer_code span{
    font-size: 14px;
    color: #c9caca;
    display: block;
    text-align: center;
    padding: 6px 0;
    margin-bottom: 10px;
}






.copyright{
    background: black;
    padding: 10px 0;
    font-size: 12px;
    color: #b5b5b6;
    text-align: center;
}
.copyright a{
    color: #b5b5b6;
}


@media screen and (max-width: 1500px) {
    
    .content{
        width: 1200px;
    }
    .logo{
        width: 240px;
    }
    .header_ul li a{
        margin: 17px 0;
    }
    
    
    .setion_one{
        padding: 150px 0;
    }
    .setion_two {    
          padding: 40px 0;
    } 
    .setion_three{
        padding: 100px 0;
    }
    .setion_four{
        padding: 50px 0;
    }
    
    
}

@media screen and (max-width: 1440px) {
    
    .title p {
        font-size: 50px;
    }
    .title span {
        font-size:26px;
    }
    .title2 p {
        font-size: 50px;
    }
    .title2 span {
        font-size:26px;
    }
    
       
        
}

@media screen and (max-width: 1366px) {
    .footer_three {
    width: 33%;
    float: left;
    margin-right: 2%;
}
    .header_ul li a {

    font-size: 14px;
        padding: 6px 20px;
    }
    .content{
        width: 1000px;
    }
    .content2{
        width: 1000px;
    }
    .classType_content{
        width:  750px;
        height: 450px;
    }
    .classType_side .classType_s_inner{
        height: 150px;
    }
    .classType_side{
        width: 250px;
    }
    .classType_side .classType_s_inner em{
        width: 60px;
        font-size: 80px;
    }
    .classType_side .classType_s_inner p {
        width: 140px;
        margin: 40px 0 0 0;
    }
    .classType_side .classType_s_inner div font {
        font-size: 26px;}
    .classType_side .classType_s_inner div span {
        font-size: 26px;}
    
    
    .classType_content .classType_c_inner h5 {
        font-size: 36px;}
    
    .classType_content .classType_c_inner h6 {
        font-size: 22px;}
    
    .classType_content .classType_c_inner {
        padding: 26px 40px;}
    
    .classType_content .classType_c_inner p{
        padding-top: 20px;
        width: 50%;
    }
    .classType_content .classType_c_inner img{
        margin: 0;
        width: 46%;
    }
    .result_banner h5 {
        font-size: 30px;
    }
    .result_banner p {
        font-size: 20px;}
    
    
    
    .team-container .swiper-slide span {
        font-size: 14px;
    }
    
    
    
    .setion_three {
    padding: 40px 0;
}
    .setion_four{
        padding: 0;
        padding-bottom: 40px;
    }
    
}

@media screen and (max-width: 1366px){
    .team_prev{
            transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        z-index: 3;
    }

    .team_next {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(50%,-50%);
        -webkit-transform: translate(50%,-50%);
        -moz-transform: translate(50%,-50%);
        -ms-transform: translate(50%,-50%);
        -o-transform: translate(50%,-50%);
        z-index: 3;
    
    }
       
    
}


@media screen and (max-width: 1080px){
    .content {
        width: 750px;
    }
    .content2 {
        width:750px;
    }
    .logo {
        width: 170px;
    }
    .header_ul li a {
        font-size: 14px;
        padding: 6px 14px;
        margin: 9px 0;
    }
    .footer_one{
        display: none;
    }
    .footer_two{
width: 44%;}
    .footer_three{
        width: 50%;
        margin-right: 0;
    }
    .footer_four{
        float: none;
        width: 100%;
        clear: both;
        padding-top: 40px;
        text-align: center;
        font-size: 0;
    }
    .footer_code{
        width: 28%;
        margin: 0 1.5%;
        display: inline-block;
    }
    
    
    
    
    .classType_side {
        width: 200px;
    }

        .classType_side .classType_s_inner em {
        width: 40px;
        font-size: 50px;
            margin-left: 20px;
    }
        .classType_side .classType_s_inner p {
        width: 120px;
        margin: 27px 0 0 0;
    }
.classType_side .classType_s_inner div font {
    font-size: 20px;
}
    
    .classType_side .classType_s_inner {
    height: 110px;
}
   
    .classType_content {
    width: 550px;
    height: 330px;
}
    .classType_content .classType_c_inner h5 {
    font-size: 22px;
}
    .classType_content .classType_c_inner h6 {
    font-size: 16px;
}
    
   .classType_content .classType_c_inner p {
    padding-top: 0px;
    width: 50%;
       font-size: 14px;
} 
    .title p {
    font-size: 40px;
}
    .title span {
    font-size: 20px;
}
        .title2 p {
    font-size: 40px;
}
    .title2 span {
    font-size: 20px;
}
    .result_banner h5 {
    font-size: 22px;
}
    .news_right .news_item .news_item_l .titles {
        font-size: 16px;
    }
    
    .news_right .news_item .news_item_l .desp {
        font-size: 12px;}
    .news_left .thumb p font em {
        font-size: 40px;
    }
    .news_left .thumb p font span {
        font-size: 20px;
    }
    .answer_item p {
        font-size: 14px;
    }
    .answer_item span {
        font-size: 12px;}
    
    

    
    
    .setion_one {
        padding: 100px 0;
    }
    

    
}


@media screen and (max-width: 850px){
    .header_ul{
        display: none;
    }
    .banner{
        width: 100%;
        height: 400px;
    }
    .header{
         transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }
    .content{
        width: 96%;
    }
    .content2{
        width: 96%;
    }
    
    .nav-btn{
        display: block;
         opacity: 1;
    }
    .footer_two,.footer_three{
        width: 100%;
        float: none;
        margin-right: 0%;
    }
    .footer_three{
        margin-top: 30px;
    }
    .footer_top{
        padding: 40px 0 20px 0;
    }
    
    
    
    
    .classType_side{
        width: 100%;
    }
    .classType_side .classType_s_inner em{
        display: none;
    }
    .classType_side .classType_s_inner div span {
     display: none;
}
    .classType_side .classType_s_inner p{
        width: auto;
        padding: 16px;
        text-align: center;
        margin: 0;
        float: none;
font-size: 16px;
    }
    .classType_side .classType_s_inner div font{
        font-size: 16px;
    }
    .classType_side .classType_s_inner{
        height: auto;
    }
    .classType_side .classType_s_inner{
        width: 33%;
        float: left;
    }
    .classType_side .classType_s_inner:nth-child(1):after{
   display: none;
}
.classType_side .classType_s_inner:nth-child(2):after{
   display: none;
}
    .classType_content{
        width: 100%;
        height: auto;
    }
    .classType_content .classType_c_inner p{
        width: auto;
        float: none;
        margin-bottom: 10px;
    }
    .classType_content .classType_c_inner img{
         width: 100%;
        float: none;
    }
    .classType_content .classType_c_inner.active{
        position: relative;
    }
    .setion_one {
    padding: 40px 0;
}
    .setion_two{
        padding: 20px 0;
    }
    .setion_three {
    padding: 20px 0;
}
    .title p {
    font-size: 30px;
}
   .title span {
    font-size: 16px;
       padding-left: 6px;
} 
      .title2 p {
    font-size: 30px;
}
   .title2 span {
    font-size: 16px;
       padding-left: 6px;
}  
    
    
    
    .team_tab{
        float: none;
    }
    .team_tab font{
        margin-left: 0;
        margin-right: 10px;
    }
    
    .team_prev,.team_next{
        display: none;
    }
    .team_box{
        margin: 20px 0;
    }
    .team-container .swiper-slide p {
    text-align: center;
    padding: 4px 0;
        font-size: 20px;
    }
    .team-container .swiper-slide span {
    font-size: 12px;
}
    .team-container .swiper-slide div {
    width: 60%;
    margin: 10px auto;
}
    .news_left {
    float: none;
    width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .news_right {
    float: none;
    width: 100%;
}
    .news_left .thumb p {
        width: 140px;
    }
    .news {
    padding: 20px 0;
}
    
    .answer_left,.answer_right{
    width: 100%;
    float: none;
        padding-right: 0px;
        padding-left: 0px;
    }
    .answer_left .answer_item:last-child {

    border-bottom: 1px solid #595757;
}
    
    .result-container .swiper-slide div p{
        display: none;
    }
    .result-container .swiper-slide div font {
        font-size: 12px;
    }
    
    .result-container .swiper-slide{
        margin: 10px 0 0 0;
    }
    .result_content{
        padding-bottom: 20px;
    }
    .answer_item p{
        font-weight: bold;
    }
}



/*20220222閺囧瓨鏌�*/

.setion_guide {
  width: 100%;
  background: #e5eeff;
  padding: 37px 0 64px;
}
.setion_guide .title h1 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}
.setion_guide .title h4 {
    font-size: 22px;
    margin: 20px 0;
    color: #6d7278;
        text-align: center;
}

.setion_guide .title img {
    width: 45px;
    height: 30px;
    display: block;
}
.setion_guide .g_content {
  margin: 20px auto;
  width: 900px;
  height: 346px;
  background-color: #fff;
  padding: 38px 50px 33px 50px;
}
.setion_guide .g_content .top {
  display: flex;
  flex-wrap: wrap;
}
.setion_guide .g_content .input {
  width: 340px;
  height: 48px;
  background: #ffffff;
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  padding: 0 25px;
  margin-right: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.setion_guide .g_content .input img{
    width: 11px;
}
.setion_guide .g_content .input span {
  font-size: 22px;
  color: #6d7278;
  white-space: nowrap;
}
.setion_guide .g_content .input input,
.setion_guide .g_content .input select {
  flex: 1;
  min-width: 160px;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  background: #ffffff;
  color: #6d7278;
  font-size: 16px;
}
.setion_guide .g_content .input select {
  color: #DCDCDC;
}
.setion_guide .g_content input::-webkit-input-placeholder {
  color: #DCDCDC !important;
  font-size: 16px;
}
.setion_guide .g_content input::-moz-input-placeholder {
  color: #DCDCDC !important;
  font-size: 16px;
}
.setion_guide .g_content input::-o-input-placeholder {
  color: #DCDCDC !important;
  font-size: 16px;
}
.setion_guide .g_content input::-ms-input-placeholder {
  color: #DCDCDC !important;
  font-size: 16px;
}
.setion_guide .g_content button {
  width: 300px;
  height: 58px;
  line-height: 58px;
  border-radius: 29px;
  background: #ed6d00;
  display: block;
  text-align: center;
  color: white;
  font-size: 26px;
  margin: 13px auto 0;
  border: none;
  outline: none;
}

@media screen and (max-width: 1080px){
    .setion_guide .g_content{
        width: 750px;
        padding: 30px 20px;
        box-sizing: border-box;
    }
    .setion_guide .g_content .input {
        width: 280px;
    }
}
@media screen and (max-width: 850px){
    .setion_guide .g_content{
        width: 100%;
        height: auto;
    }
    .setion_guide .g_content .input{
        width: 100%;
        margin-right: 0;
    }
    .setion_guide .title h1 {
        font-size: 28px;
    }
    .setion_guide .title h4 {
        font-size: 16px;
    }
    .setion_guide .g_content .input span {
        font-size: 16px;
    }
}

/*20220222閺囧瓨鏌�*/


/* 20220420閺囧瓨鏌� */
.setion_news h1{
	font-size: 50px;
    font-weight: bold;
    text-align: center;
}
.setion_news{
	background:#e4e4e4;
	padding:80px 0;
}
.setion_news_left{
	width:68%;
	float:left;
}
.setion_news_right{
	width:30%;
	float:right;
	margin-top:40px;
}
.form_logo{
	width:80%;
	margin:20px auto 20px auto;
}
.form_img{
	border: 1px solid #ed6d00;
	border-radius:10px;
	margin:auto;
}
.setion_news_form h6{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	margin:20px auto;
}
.setion_news_form .form_input input{
	
	    border: 1px solid #ed6d00;
		border-radius:10px;
		margin:10px auto;
    height: 40px;
    display: block;
    width: 100%;
	padding:0 10px;
	box-sizing:border-box;
    color: black;
    -webkit-text-fill-color: black;
    caret-color: black;
	
}

.setion_news_form .form_btn a{
	border-radius:10px;
}
.setion_news_left_in{
	margin:40px 0 0 0;
	padding:30px 30px;
	border:1px solid #ed6d00;
	position:relative;
	border-radius:10px;
}

.form_btn1{
    border-radius: 10px;
    background: #ed6d00;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
    display: block;
    color: white;
}

.setion_news_title{
	background:#ed6d00;
	font-size:20px;
	color:white;
	border-radius:50px;
	display:inline-block;
	padding:4px 10px;
	position:absolute;
	top:-20px;
}
.setion_news_left_in ul{
	text-align:left;
}
.setion_news_left_in ul li{
	width:17%;
	margin:1% 1%;
	display:inline-block;
	text-align:center;
	font-size:12px;
	border:1px solid #ed6d00;
	border-radius:10px;
	height:20px;
	line-height:20px;
	vertical-align:middle;
}


.setion_news_inner{
    margin: 20px auto;
}
.setion_news_inner img{
    width: 18%;
    float: left;
    margin: 0 1%;
}

.setion_news_inner2{
    margin: 20px auto;
}
.setion_news_inner2 img{
    width:20%;
    float: left;
    border:1px solid white;
    box-sizing: border-box;
}
.setion_news_inner3{
     margin: 20px auto;
}


@media screen and (max-width: 1366px){
.setion_news_form h6{
	margin-top:40px;
}


}
@media screen and (max-width: 1080px){
.setion_news_left_in ul li{
	width:21%;
}
.setion_news_left_in{
	padding:30px 10px;
}


.doyoo_f_chat{
	z-index:-10000!important;
}
.setion_guide .g_content .input{
	width: 250px;
}
.setion_guide .g_content .input input, .setion_guide .g_content .input select{
	    min-width: 127px;
}
.footer_code {
width: 15%;
}

}
@media screen and (max-width: 850px){
	.footer_code {
width: 28%;
}
.doyoo_f_chat{
	z-index:2147483601!important;
}
.setion_news_left{
	float:none;
	width:100%;
}
.setion_news_right{
	float:none;
	width:100%;
}
.setion_news_left_in ul li {
    width: 30%;
}
.form_logo,.form_img{
	display:none;
}
.setion_news h1 {
    font-size: 28px;
}
.setion_news {
    background: #e4e4e4;
    padding: 30px 0;
}
.setion_news_inner2 img{
	width:25%;
}
.setion_news_inner img{
	width:30%;
	margin:1%;
}
}






/* 20220420闁哄洤鐡ㄩ弻锟� */

/* 20220420閺囧瓨鏌� */
