@charset "utf-8";
/* 公共样式集 */
@font-face {
    font-family: thin;
    src: url(../fonts/NotoSansHans-Thin-Windows.otf);
}


.xpub_tit{
    text-align: center;
}
.xpub_tit h2{
    color: #333;
    font-size: 48px;
    font-family: 'thin';
    margin-bottom: 25px;
}
.xpub_tit .xtxt{
    color: #666;
    font-size: 16px;
    line-height: 36px;
    max-width: 1110px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.xpub_tit i{
    display: block;
    width: 1px;
    height: 75px;
    margin: 0 auto;
    background-color: #c0c0c0;
}


@media (max-width: 1400px){
    .xpub_tit h2{
        font-size: 42px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1300px){
    .xpub_tit h2{
        font-size: 36px;
    }
}
@media (max-width: 1200px){
    .xpub_tit h2{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .xpub_tit .xtxt{
        line-height: 30px;
    }
    .xpub_tit i{
        height: 60px;
    }
}
@media (max-width: 991px){
    .xpub_tit h2{
        font-size: 24px;
        margin-bottom: 5px;
    }
}
@media (max-width: 768px){
    .xpub_tit h2{
        font-size: 20px;
    }
    .xpub_tit .xtxt{
        font-size: 14px;
        line-height: 24px;
    }
    .xpub_tit i{
        height: 50px;
    }
}


.xjoin_tit{
    color: #333;
    text-align: center;
    font-family: 'thin';
}
.xjoin_tit h2{
    font-size: 48px;
}
.xjoin_tit i{
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
}
.xjoin_tit em{
    display: block;
    width: 1px;
    height: 60px;
    margin: 0 auto;
    background-color: #c0c0c0;
}


@media (max-width: 1400px){
    .xjoin_tit h2{
        font-size: 42px;
    }
}
@media (max-width: 1300px){
    .xjoin_tit h2{
        font-size: 36px;
    }
}
@media (max-width: 1200px){
    .xjoin_tit h2{
        font-size: 30px;
    }
    .xjoin_tit i{
        font-size: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px){
    .xjoin_tit h2{
        font-size: 24px;
    }
    .xjoin_tit i{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .xjoin_tit em{
        height: 40px;
    }
}
@media (max-width: 768px){
    .xjoin_tit h2{
        font-size: 20px;
    }
}


.xpro_search {
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 55px;
}
.xpro_search h2{
    color: #333;
    font-size: 48px;
    text-align: center;
    font-family: 'thin';
    margin-bottom: 35px;
}
.xpro_search form{
    display: flex;
    justify-content: space-between;
    max-width: 990px;
    height: 70px;
    margin: 0 auto;
    border: 1px solid #bfbfbf;
}
.xpro_search form input{
    color: #666;
    font-size: 16px;
    display: block;
    width: 93%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0  45px;
    box-sizing: border-box;
}
.xpro_search form::-webkit-input-placeholder{
    color: #666;
}
.xpro_search form button{
    display: block;
    width: 7%;
    height: 100%;
    border: none;
    outline: none;
    position: relative;
    transition: all .5s;
    background-color: transparent;
}
.xpro_search form button:hover{
    cursor: pointer;
    background-color: #f9f9f9;
}
.xpro_search form button::after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/search2.png);
}


@media (max-width:1500px){
	.xpro_search{
        padding-left:15px;
        padding-right:15px;
        box-sizing: border-box;
    }
}
@media (max-width: 1400px) {
    .xpro_search {
        padding-top: 80px;
    }
    .xpro_search h2{
        font-size: 42px;
        margin-bottom: 30px;
    }
    .xpro_search form input{
        padding: 0 35px;
    }
}
@media (max-width: 1300px){
    .xpro_search {
        padding-top: 70px;
    }
    .xpro_search h2{
        font-size: 36px;
    }
    .xpro_search form{
        height: 60px;
    }
    .xpro_search form input{
        padding: 0 25px;
    }
}
@media (max-width: 1200px){
    .xpro_search {
        padding-top: 60px;
    }
    .xpro_search h2{
        font-size: 30px;
    }
    .xpro_search form{
        height: 60px;
    }
    .xpro_search form input{
        padding: 0 15px;
    }
}
@media (max-width: 991px){
    .xpro_search {
        padding: 50px 15px;
    }
    .xpro_search h2{
        font-size: 24px;
    }
    .xpro_search form{
        height: 50px;
    }
}
@media (max-width: 768px){
    .xpro_search {
        padding: 40px 15px;
    }
    .xpro_search h2{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .xpro_search form{
        height: 40px;
    }
    .xpro_search form input{
        font-size: 14px;
        width: 80%;
        padding: 0 10px;
    }
    .xpro_search form button::after{
        width: 22px;
        height: 22px;
        margin-top: -11px;
        margin-left: -11px;
    }
    .xpro_search form button{
        width: 15%;
        padding: 0;
    }
}




.xpro_nav .listbox{
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
}
.xpro_nav .list{
    width: 18%;
    padding-bottom: 15px;
    position: relative;
}
.xpro_nav .list:hover{
    cursor: pointer;
}
.xpro_nav .list.on::after,
.xpro_nav .list:hover::after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #000;
}
.xpro_nav .list i{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.xpro_nav .list p{
    color: #4f4f4f;
    font-size: 16px;
    text-align: center;
}


@media (max-width: 1300px){
    .xpro_nav .list i{
        margin-bottom: 20px;
    }
}
@media (max-width: 768px){
    .xpro_nav .list{
        width: 50%;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .xpro_nav .list i{
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }
    .xpro_nav .list p{
        font-size: 14px;
    }
}




.xpro{
    padding: 70px 0;
}
.xpro .listbox{
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
}
.xpro .list{
    width: calc(25% - 20px);
    margin: 0 10px;
    margin-bottom: 65px;
}
.xpro .list .img{
    width: 100%;
    height: 415px;
}
.xpro .list p{
    color: #333;
    font-size: 18px;
    line-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 90px;
    padding-left: 20px;
    padding-right: 80px;
    position: relative;
    transition: all .3s;
    box-sizing: border-box;
    background-color: #f5f5f5;
}
.xpro .list:hover p{
    color: #fff;
    background-color: #333;
}
.xpro .list p::after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 35px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/pro_more.png);
}
.xpro .list:hover p::after{
    background-image: url(../images/pro_more2.png);
}
.xpro .page{
    padding-top: 15px;
    padding-bottom: 20px;
}




@media (max-width: 1400px) {
    .xpro .list{
        margin-bottom: 50px;
    }
    .xpro .list .img{
        height: 400px;
    }
    .xpro .list p{
        height: 70px;
        line-height: 70px;
    }
}
@media (max-width: 1300px) {
    .xpro .list .img{
        height: 370px;
    }
}
@media (max-width: 1200px) {
    .xpro {
        padding: 60px 0;
    }
    .xpro .list{
        margin-bottom: 40px;
    }
    .xpro .list .img{
        height: 350px;
    }
}
@media (max-width: 991px){
    .xpro {
        padding: 50px 0;
    }
    .xpro .list .img{
        height: 320px;
    }
    .xpro .list p{
        height: 60px;
        line-height: 60px;
    }
}
@media (max-width: 768px){
    .xpro {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .xpro .list .img{
        height: 300px;
    }
    .xpro .list p{
        font-size: 16px;
        padding-right: 60px;
    }
    .xpro .list p::after{
        width: 30px;
        height: 30px;
        margin-top: -15px;
       right: 20px;
    }
    .xpro .page{
        padding-top: 20px;
        padding-bottom: 10px;
    }
}
@media (max-width: 640px){
    .xpro .list{
        width: 100%;
        margin-bottom: 30px;
    }
    .xpro .list p{
        font-size: 14px;
        line-height: 50px;
        height: 50px;
    } 
}




.xintroduce{
    padding-top: 100px;
    padding-bottom: 95px;
    background-color: #f5f5f5;
}
.xintroduce .xintroduce_slidebox{
    width: 47%;
    float: left;
    position: relative;
}
.xintroduce  .bigslide{
    width: 100%;
    height: 510px;
    margin-bottom: 35px;
}
.xintroduce  .bigslide .img{
    width: 100%;
    height: 100%;
}
.xintroduce .smlslide{
    width: 86%;
    height: 104px;
}
.xintroduce .smlslide .img{
    width: 100%;
    height: 100%;
}
.xintroduce  .swiper-button-prev,
.xintroduce  .swiper-button-next{
    top: 92%;
    opacity: 1;
    border: none;
    outline: none;
}
.xintroduce  .swiper-button-prev{
    left: 0;
}
.xintroduce  .swiper-button-next{
    right: 0;
}
.xintroduce  .swiper-button-prev::after,
.xintroduce  .swiper-button-next::after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -13px;
    width: 16px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.xintroduce  .swiper-button-prev::after{
    left: 0;
    background-image: url(../images/introduce_prev.png);
}
.xintroduce  .swiper-button-next::after{
    right: 0;
    background-image: url(../images/introduce_next.png);
}


@media (max-width: 1400px){
	.xintroduce{
        padding-bottom: 80px;
    }
	.xintroduce  .bigslide{
        height: 480px;
        margin-bottom: 30px;
    }
    .xintroduce .smlslide{
        width: 86%;
        height: 100px;
    }
}
@media (max-width: 1300px){
	.xintroduce{
        padding: 70px 0;
    }
	.xintroduce  .bigslide{
        height: 450px;
        margin-bottom: 25px;
    }
    .xintroduce  .swiper-button-prev,
    .xintroduce  .swiper-button-next{
        top: 91%;
    }
}
@media (max-width: 1200px){
	.xintroduce{
        padding: 60px 0;
    }
	.xintroduce  .bigslide{
        height: 420px;
    }
    .xintroduce  .swiper-button-prev,
    .xintroduce  .swiper-button-next{
        top: 90%;
    }
}
@media (max-width: 991px){
    .xintroduce{
        padding: 50px 0;
    }
    .xintroduce  .bigslide{
        height: 380px;
        margin-bottom: 20px;
    }
    .xintroduce .smlslide{
        width: 86%;
        height: 80px;
    }
    .xintroduce  .swiper-button-prev,
    .xintroduce  .swiper-button-next{
        top: 91.2%;
    }
}
@media (max-width: 768px){
    .xintroduce{
        padding: 40px 0;
    }
    .xintroduce .xintroduce_slidebox{
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .xintroduce  .bigslide{
        height: 350px;
    }
}
@media (max-width: 640px){
    .xintroduce  .bigslide{
        height: 300px;
    }
    .xintroduce  .swiper-button-prev,
    .xintroduce  .swiper-button-next{
        top: 90%;
    }
    .xintroduce .smlslide{
        width: 80%;
    }
}
@media (max-width: 480px){
	.xintroduce .bigslide {
	  height: 220px;
	}
	.xintroduce .smlslide{
        height:60px;
    }
}

.xintroduce .xtextbox{
    width: 43%;
    float: right;
    padding-top: 30px;
    margin-right: 4.6%;
}
.xintroduce .xtextbox .xtit{
    padding-bottom: 30px;
}
.xintroduce .xtextbox .xtit i{
    color: #333;
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}
.xintroduce .xtextbox .xtit h2{
    color: #4f4f4f;
    font-size: 16px;
}
.xintroduce .xtextbox  .xtext{
    padding-top: 20px;
    padding-bottom: 90px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.xintroduce .xtextbox  .xtext h4{
    color: #4f4f4f;
    font-size: 18px;
    margin-bottom: 40px;
}
.xintroduce .xtextbox  .xtext .xtxt{
    color: #666;
    font-size: 16px;
    line-height: 36px;
}
.xintroduce .xtextbox  .xagrop{
    font-size: 0;
    padding-top: 45px;
}
.xintroduce .xtextbox  .xagrop a{
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    width: 29%;
    height: 60px;
    margin-right: 3.1%;
    transition: all .5s;
    border: 1px solid #333;
}
.xintroduce .xtextbox  .xagrop a:last-child{
    margin-right: 0;
}
.xintroduce .xtextbox  .xagrop a:hover{
    color: #fff;
    background-color: #333;
}


@media (max-width: 1300px){
    .xintroduce .xtextbox {
        margin-right: 3.5%;
     }
     .xintroduce .xtextbox .xtit{
        padding-bottom: 25px;
     }
     .xintroduce .xtextbox .xtit i{
        font-size: 26px;
        margin-bottom: 10px;
     }
     .xintroduce .xtextbox .xtext{
        padding-bottom: 70px;
     }
     .xintroduce .xtextbox .xtext h4{
        margin-bottom: 30px;
     }
     .xintroduce .xtextbox .xagrop a{
        line-height: 50px;
        height: 50px;
     }
}
@media (max-width: 1200px){
    .xintroduce .xtextbox {
        padding-top: 20px;
    }
     .xintroduce .xtextbox .xtit i{
        margin-bottom: 5px;
     }
     .xintroduce .xtextbox .xtext{
        padding-bottom: 50px;
     }
     .xintroduce .xtextbox .xtext h4{
        margin-bottom: 20px;
     }
     .xintroduce .xtextbox  .xtext .xtxt{
        line-height: 30px;
     }
     .xintroduce .xtextbox .xagrop{
        padding-top: 40px;
     }
}
@media (max-width: 991px){
    .xintroduce .xtextbox .xtit{
        padding-bottom: 20px;
    }
    .xintroduce .xtextbox .xtit i{
        font-size: 22px;
     }
     .xintroduce .xtextbox .xtext{
        padding-top: 15px;
        padding-bottom: 35px;
     }
     .xintroduce .xtextbox .xagrop{
        padding-top: 30px;
     }
     .xintroduce .xtextbox .xagrop a{
        line-height: 40px;
        height: 40px;
     }
}
@media (max-width: 768px){
    .xintroduce .xtextbox{
        width: 100%;
        padding-top: 0;
        margin-right: 0;
    }
    .xintroduce .xtextbox .xtit i{
        font-size: 20px;
     }
     .xintroduce .xtextbox .xtext{
        padding-bottom: 25px;
     }
     .xintroduce .xtextbox .xtext h4{
        font-size: 16px;
        margin-bottom: 15px;
     }
     .xintroduce .xtextbox .xtext .xtxt{
        font-size: 14px;
        line-height: 26px;
     }
     .xintroduce .xtextbox .xagrop a{
        font-size: 14px;
     }
}
@media (max-width: 480px){
    .xintroduce .xtextbox .xagrop a{
        line-height: 35px;
        height: 35px;
     }
}




.xparameter {
    padding-top: 70px;
    padding-bottom: 200px;
} 
.xparameter h2{
    color: #333;
    font-size: 48px;
    text-align: center;
    font-family: 'thin';
    margin-bottom: 45px;
}
.xparameter .xtext{
    color: #333;
    font-size: 18px;
    line-height: 30px;
	text-align:center;
}


@media (max-width: 1400px) {
    .xparameter {
        padding-bottom: 140px;
    } 
    .xparameter h2{
        font-size: 42px;
        margin-bottom: 40px;
    }
}
@media (max-width: 1300px) {
    .xparameter {
        padding-bottom: 80px;
    }
    .xparameter h2{
        font-size: 36px;
        margin-bottom: 35px;
    }
}
@media (max-width: 1200px) {
    .xparameter {
        padding: 70px 0;
    } 
    .xparameter h2{
        font-size: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .xparameter {
        padding: 50px 0;
    } 
    .xparameter .xtext{
        font-size: 16px;
    }
    .xparameter h2{
        font-size: 24px;
        margin-bottom: 25px;
    }
}
@media (max-width: 768px) {
    .xparameter {
        padding: 40px 0;
    } 
    .xparameter h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .xparameter .xtext{
        font-size: 14px;
        line-height: 24px;
    }
}




.xdetails{
    padding-top: 50px;
    padding-bottom: 135px;
    background-color: #f5f5f5;
}
.xdetails .tit{
    padding-top: 0;
    padding-bottom: 45px;
}
.xdetails .tit h2{
    padding-bottom: 0;
    font-weight: normal;
    font-family: 'thin';
}
/* .xdetails .tit p{
    padding-bottom: 30px;
} */
.xdetails .tit i{
    margin-bottom: 0;
}
.xdetails_slide{
    margin-bottom: 60px;
}
.xdetails_slide .swiper-wrapper{
    margin-bottom: 60px;
}
.xdetails_slide .img{
    width: 100%;
    height: 700px;
}
.xdetails_slide .swiper-button-prev,
.xdetails_slide .swiper-button-next{
    width: 100px;
    height: 100px;
    opacity: 1;
    border: none;
    outline: none;
    border-radius: 50%;
    top: 41%;
    transition: all .3s;
    background-color: #fff;
}
.xdetails_slide .swiper-button-prev{
    left: 35px;
}
.xdetails_slide .swiper-button-next{
    right: 35px;
}
.xdetails_slide .swiper-button-prev:hover,
.xdetails_slide .swiper-button-next:hover{
    background-color: #000;
}
.xdetails_slide .swiper-button-prev::after,
.xdetails_slide .swiper-button-next::after{
    content: '';
    width: 30px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.xdetails_slide .swiper-button-prev::after{
    background-image: url(../images/details_prev1.png);
}
.xdetails_slide .swiper-button-prev:hover:after{
    background-image: url(../images/details_prev11.png);
}
.xdetails_slide .swiper-button-next::after{
    background-image: url(../images/details_next1.png);
}
.xdetails_slide .swiper-button-next:hover:after{
    background-image: url(../images/details_next11.png);
}
.xdetails_slide .swiper-scrollbar{
    width: 300px;
    height: 1px;
    margin: 0 auto;
    right: 0;
    background-color: #666;
}
.xdetails_slide .swiper-scrollbar-drag{
    height: 5px;
    top: -2px;
    background-color: #666;
}
.xdetails .xtext{
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    max-width: 1120px;
    margin: 0 auto;
}


@media (max-width: 1400px){
    .xdetails{
        padding-bottom: 120px;
    }
    .xdetails .tit{
        padding-bottom: 35px;
    }
    .xdetails .tit h2{
        font-size: 42px;
    }
    /* .xdetails .tit .text p{
        padding-bottom: 25px;
    } */
    .xdetails_slide .img{
        height: 600px;
    }
}
@media (max-width: 1300px){
    .xdetails{
        padding-bottom: 100px;
    }
    .xdetails .tit{
        padding-bottom: 30px;
    }
    .xdetails .tit h2{
        font-size: 36px;
    }
    /* .xdetails .tit .text p{
        padding-bottom: 20px;
    } */
    .xdetails_slide .img{
        height: 500px;
    }
    .xdetails_slide .swiper-button-prev,
    .xdetails_slide .swiper-button-next{
        width: 80px;
        height: 80px;
    }
    .xdetails_slide .swiper-button-prev::after,
    .xdetails_slide .swiper-button-next::after{
        width: 20px;
        height: 40px;
    }
}
@media (max-width: 1200px){
    .xdetails{
        padding-bottom: 80px;
    }
    .xdetails .tit h2{
        font-size: 30px;
    }
}
@media (max-width: 991px){
    .xdetails{
        padding: 50px 0;
    }
    .xdetails .tit h2{
        font-size: 26px;
    }
    .xdetails .tit .text p{
        line-height: 30px;
    }
    .xdetails_slide{
        margin-bottom: 40px;
    }
    .xdetails_slide .swiper-wrapper{
        margin-bottom: 50px;
    }
    .xdetails_slide .img{
        height: 400px;
    }
    .xdetails_slide .swiper-button-prev,
    .xdetails_slide .swiper-button-next{
        width: 60px;
        height: 60px;
        top: 45%;
    }
    .xdetails_slide .swiper-button-prev{
        left: 15px;
    }
    .xdetails_slide .swiper-button-next{
        right: 15px;
    }
    .xdetails_slide .swiper-button-prev::after,
    .xdetails_slide .swiper-button-next::after{
        height: 30px;
    }
}
@media (max-width: 768px){
    .xdetails{
        padding: 40px 0;
    }
    .xdetails .tit h2{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .xdetails .tit .text p{
        line-height: 24px;
    }
    .xdetails_slide{
        margin-bottom: 30px;
    }
    .xdetails_slide .img{
        height: 350px;
    }
    .xdetails .xtext{
        font-size: 14px;
        line-height: 24px;
    }
	.xdetails_slide .swiper-button-prev,
    .xdetails_slide .swiper-button-next{
        width: 40px;
        height: 40px;
    }
	.xdetails_slide .swiper-button-prev::after,
    .xdetails_slide .swiper-button-next::after{
        height: 20px;
    }
}

@media (max-width: 480px){
	.xdetails_slide .img{
        height: 250px;
    }
}


.xnews_nav{
    border-bottom: 1px solid #e5e5e5;
}
.xnews{
    padding: 60px 0;
}
.xnews .xlist{
    font-size: 0;
    margin-bottom: 80px;
    border-bottom: 1px solid #e5e5e5;
}
.xnews .xlist a{
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-bottom: 80px;
}
.xnews .xlist .img{
    width: 43%;
    height: 355px;
    float: left;
}
.xnews .xlist .xtext{
    width: 51%;
    float: right;
    padding-top: 65px;
    margin-right: 40px;
}
.xnews .xlist .xtext h4{
    color: #000;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.xnews .xlist .xtext span{
    color: #666;
    font-size: 16px;
    display: block;
    padding-bottom: 30px;
}
.xnews .xlist .xtext p{
    color: #666;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 40px;
}
.xnews .xlist .xtext em{
    display: block;
    width: 60px;
    height: 10px;
    transition: all .3s;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/news_icon.png);
    opacity: 0;
}
.xnews .xlist:hover .xtext em{
    opacity: 1;
}
.xnews .page{
    padding-top: 0;
}


@media (max-width: 1300px) {
    .xnews .xlist{
        margin-bottom: 65px;
    }
    .xnews .xlist a{
        padding-bottom: 65px;
    }
    .xnews .xlist .img{
        height: 340px;
    }
    .xnews .xlist .xtext h4{
        margin-bottom: 10px;
    }
}
@media (max-width: 1200px){
    .xnews .xlist{
        margin-bottom: 50px;
    }
    .xnews .xlist a{
        padding-bottom: 50px;
    }
    .xnews .xlist .img{
        height: 300px;
    }
    .xnews .xlist .xtext{
        padding-top: 45px;
    }
    .xnews .xlist .xtext span{
        padding-bottom: 20px;
    }
}
@media (max-width: 991px){
    .xnews{
        padding: 50px 0;
    }
    .xnews .xlist{
        margin-bottom: 40px;
    }
    .xnews .xlist a{
        padding-bottom: 40px;
    }
    .xnews .xlist .xtext h4{
        font-size: 22px;
    }
}
@media (max-width: 768px){
    .xnews{
        padding: 40px 0;
    }
    .xnews .xlist{
        margin-bottom: 30px;
    }
    .xnews .xlist a{
        padding-bottom: 30px;
    }
    .xnews .xlist .img{
        width: 100%;
        max-width: 540px;
        float: none;
        margin-bottom: 30px;
    }
    .xnews .xlist .xtext{
        width: 100%;
        padding-top: 0;
        margin-right: 0
    }
    .xnews .xlist .xtext h4{
        font-size: 20px;
        margin-bottom: 6px;
    }
    .xnews .xlist .xtext p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .xnews .xlist .xtext em{
        width: 45px;
    }
    .xnews .page{
        padding-top: 10px;
    }
}

@media (max-width: 480px){
	.xnews .xlist .img {
		height: 220px;
	}
}


.xnewsv{
	padding: 100px 0;
}
.xnewsv .xtit{
	margin-bottom: 40px;
	text-align: center;
}
.xnewsv .xtit h2{
	color: #444;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
}
.xnewsv .xtit em{
	color: #999;
	font-size: 18px;
	display: block;
}
.xnewsv .xtext_box {
	color: #444;
	font-size: 16px;
	line-height: 36px;
	padding-bottom: 70px;
	margin-bottom: 45px;
	border-bottom: 1px solid #d2d2d2;
}
.xnewsv  .xagrop{
	text-align: center;
}
.xnewsv  .xagrop a{
	color: #666;
	font-size: 18px;
	padding-right: 50px;
	display: inline-block;
	position: relative;
	margin-right: 50px;
}
.xnewsv .xagrop a:last-child{
	margin-right: 0;
}
.xnewsv  .xagrop a::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
	width: 1px;
	height: 20px;
	background-color: #bfbfbf;
}
.xnewsv .xagrop a:last-child::after{
	display: none;
}
.xnewsv  .xagrop a:hover{
	color: #333;
	text-decoration: underline;
}


@media (max-width:1400px){
	.xnewsv{
		padding: 80px 0;
	}
	.xnewsv .xtit{
		margin-bottom: 65px;
	}
	.xnewsv .xtit h2{
		margin-bottom: 10px;
	}
	.xnewsv .xtext_box{
		padding-bottom: 80px;
	}
}
@media (max-width:1200px){
	.xnewsv{
		padding: 60px 0;
	}
	.xnewsv .xtit{
		margin-bottom: 45px;
	}
	.xnewsv .xtit h2{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.xnewsv .xtit em{
		font-size: 16px;
	}
	.xnewsv .xtext_box{
		padding-bottom: 60px;
	}
	.xnewsv .xtext_box{
		line-height: 30px;
	}
	.xnewsv.xagrop a{
		padding-right: 40px;
		margin-right: 40px;
	}
}
@media (max-width:991px){
	.xnewsv{
		padding: 50px 0;
	}
	.xnewsv .xtit{
		margin-bottom: 35px;
	}
	.xnewsv .xtit h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.xnewsv .xtext_box{
		font-size: 14px;
		line-height: 25px;
		padding-bottom: 35px;
		margin-bottom: 35px;
	}
	.newsv .xagrop a{
		font-size: 16px;
		padding-right: 30px;
		margin-right: 30px;
	}
}
@media (max-width:768px){
	.xnewsv{
		padding: 40px 0;
	}
	.xnewsv .xtit em{
		font-size: 14px;
	}
	.xnewsv .xtit{
		margin-bottom: 25px;
	}
	.xnewsv .xtit h2{
		font-size: 18px;
        margin-bottom: 5px;
	}
	.xnewsv .xagrop a{
		font-size: 14px;
		padding-right: 20px;
		margin-right: 20px;
	}
}
@media (max-width:320px){
    .xnewsv .xagrop a{
		padding-right: 15px;
		margin-right: 15px;
	}
}




.xservice {
    padding-top: 90px;
    padding-bottom: 110px;
}
.xservice  .xpub_tit{
    padding-bottom: 75px;
}
.xservice .xlistbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xservice  .xlist{
    width: 48%;
    height: 520px;
    padding-top: 100px;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.xservice  .xlist .xtit{
    color: #fff;
    text-align: center;
    padding-bottom: 80px;
}
.xservice  .xlist .xtit h4{
    font-size: 34px;
    margin-bottom: 25px;
}
.xservice  .xlist .xtit p{
    font-size: 16px;
}
.xservice  .xlist .xitembox{
    display: flex;
    justify-content: center;
}
.xservice  .xlist .xitem {
    margin-right: 125px;
}
.xservice  .xlist .xitem:last-child{
    margin-right: 0;
}
.xservice  .xlist .xitem i{
    display: block;
    width: 135px;
    height: 135px;
    margin: 0 auto;
    margin-bottom: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.xservice  .xlist .xitem p{
    color: #fff;
    font-size: 16px;
    text-align: center;
}


@media (max-width: 1400px) {
    .xservice{
        padding: 90px 0;
    }
    .xservice .xpub_tit{
        padding-bottom: 65px;
    }
}
@media (max-width: 1300px) {
    .xservice{
        padding: 70px 0;
    }
    .xservice  .xpub_tit{
        padding-bottom: 50px;
    }
    .xservice  .xlist{
        height: 480px;
        padding-top: 70px;
    }
    .xservice .xlist .xtit h4{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .xservice .xlist .xitem i{
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 1200px) {
    .xservice{
        padding: 60px 0;
    }
    .xservice  .xpub_tit{
        padding-bottom: 40px;
    }
    .xservice  .xlist{
        height: 400px;
        padding-top: 60px;
    }
    .xservice .xlist .xtit{
        padding-bottom: 70px;
    }
    .xservice .xlist .xtit h4{
        font-size: 28px;
        margin-bottom: 15px;
    }
    .xservice .xlist .xitem i{
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }
}
@media (max-width: 991px){
    .xservice{
        padding: 50px 0;
    }
    .xservice  .xpub_tit{
        padding-bottom: 30px;
    }
    .xservice  .xlist{
        height: 320px;
        padding-top: 45px;
    }
    .xservice .xlist .xtit{
        padding-bottom: 60px;
    }
    .xservice .xlist .xtit h4{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .xservice .xlist .xtit p{
        font-size: 16px;
    }
    .xservice .xlist .xitem p{
        font-size: 16px;
    }
    .xservice .xlist .xitem i{
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 768px){
    .xservice{
        padding: 40px 0;
    }
    .xservice  .xpub_tit{
        padding-bottom: 25px;
    }
    .xservice  .xlist{
        width: 100%;
        height: 280px;
        margin-bottom: 30px;
    }
    .xservice  .xlist:last-child{
        margin-bottom: 0;
    }
    .xservice .xlist .xtit{
        padding-bottom: 50px;
    }
    .xservice .xlist .xtit h4{
        font-size: 20px;
    }
    .xservice .xlist .xtit p{
        font-size: 14px;
    }
    .xservice .xlist .xitem i{
        width: 60px;
        height: 60px;
    }
    .xservice .xlist .xitem p{
        font-size: 14px;
    }
}




.xmaintain{
    padding: 75px 0;
    background-color: #f5f5f5;
}
.xmaintain .xpub_tit{
    padding-bottom: 45px;
}
.xmaintain .xlistbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.xmaintain .xlist{
    width: 49%;
    height: 230px;
    margin-bottom: 35px;
    background-color: #fff;
}
.xmaintain .xlist a{
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 35px 50px 35px 25px;
    box-sizing: border-box;
}
.xmaintain .xlist .img{
    width: 38%;
    height: 160px;
    float: left;
}
.xmaintain .xlist  .xtext{
    width: 55%;
    float: right;
    padding-top: 20px;
}
.xmaintain .xlist  .xtext h4{
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.xmaintain .xlist  .xtext .xtxt{
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.xmaintain .xlist  .xtext .xtxt p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
} 
.xmaintain .xbtn{
    color: #565656;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 60px;
    display: block;
    width: 300px;
    height: 60px;
    margin: 0 auto;
    transition: all .3s;
    border: 1px solid #565656;
}
.xmaintain .xbtn:hover{
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
}


@media (max-width: 1300px) {
    .xmaintain{
        padding: 60px 0;
    }
    .xmaintain .xpub_tit{
        padding-bottom: 40px;
    }
    .xmaintain .xlistbox{
        margin-bottom: 30px;
    }
    .xmaintain .xlist{
        height: 210px;
    }
    .xmaintain .xlist a{
        padding: 25px 50px 25px 25px;
    }
    .xmaintain .xbtn{
        line-height: 50px;
        width: 260px;
        height: 50px;
    }
}
@media (max-width: 1200px){
    .xmaintain .xlist {
        margin-bottom: 20px;
    }
    .xmaintain .xlist .xtext{
        padding-top: 15px;
    }
    .xmaintain .xlist .xtext h4{
        margin-bottom: 15px;
    }
}
@media (max-width: 991px){
    .xmaintain{
        padding: 50px 0;
    }
    .xmaintain .xlist{
        height: 190px;
        margin-bottom: 20px;
    }
    .xmaintain .xlist a{
        padding: 25px;
    }
    .xmaintain .xlist .img{
        height: 140px;
    }
    .xmaintain .xlist .xtext{
        padding-top: 10px;
    }
    .xmaintain .xlist .xtext h4{
        margin-bottom: 10px;
    }
    .xmaintain .xbtn{
        width: 220px;
    }
}
@media (max-width: 768px){
    .xmaintain{
        padding: 40px 0;
    }
    .xmaintain .xpub_tit{
        padding-bottom: 30px;
    }
    .xmaintain .xlistbox{
        margin-bottom: 10px;
    }
    .xmaintain .xlist{
        width: 100%;
        height: auto;
    }
    .xmaintain .xlist .img{
        width: 100%;
        max-width: 420px;
        height: 200px;
        margin-bottom: 25px;
        float: none;
    }
    .xmaintain .xlist .xtext{
        width: 100%;
        float: none;
        padding-top: 0;
    }
    .xmaintain .xbtn{
        font-size: 14px;
        line-height: 40px;
        width: 160px;
        height: 40px;
    }
}




.xlogin{
    width:  100%;
    max-width: 630px;
    height: 420px;
    padding-top: 35px;
    margin: 0 auto;
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    z-index: 9999;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    /* display: none; */
}
.xlogin h2{
    color: #000;
    font-size: 30px;
    font-family: 'thin';
    padding-bottom: 35px;
    text-align: center;
}
.xlogin .in{
    width: 83%;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    background-color: #eee;
}
.xlogin .in input{
    color: #666;
    font-size: 16px;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 110px;
    padding-right: 40px;
    box-sizing: border-box;
    display: inline-block;
    background-color: transparent;
}
.xlogin .in::after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 45px;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.xlogin .in.xuser::after{
    background-image: url(../images/user_icon.png);
}
.xlogin .in.xpwd::after{
    background-image: url(../images/pwd_icon.png);
}
.xlogin button{
    color: #fff;
    font-size: 16px;
    display: block;
    width: 83%;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 25px;
    border: none;
    outline: none;
    transition: all .5s;
    background-color: #000;
}
.xlogin button:hover{
    cursor: pointer;
    background-color: #333;
}
.xlogin p{
    color: #666;
    font-size: 16px;
    text-align: center;
}
.xmask2{
    width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0,0,0,.5);
	/* display: none; */
}


@media (max-width: 1300px){
    .xlogin{
        height: 410px;
        padding-top: 30px;
    }
    .xlogin h2{
        padding-bottom: 30px;
    }
}
@media (max-width: 1200px){
    .xlogin h2{
        font-size: 26px;
    }
    .xlogin .in input{
        padding-left: 80px;
    }
    .xlogin .in::after{
        left: 30px;
    }
}
@media (max-width: 991px){
    .xlogin{
        height: 365px;
    }
    .xlogin h2{
        font-size: 22px;
    }
    .xlogin .in{
        height: 50px;
    }
    .xlogin button{
        height: 50px;
    }
}
@media (max-width: 768px){
    .xlogin_box{
        padding: 0 15px;
    }
    .xlogin h2{
        font-size: 20px;
    }
    .xlogin input{
        font-size: 14px;
    }
}

@media (max-width: 640px){
	.xlogin{
        width: 95%;
    }
}


.xprospect{
    padding: 100px 0;
}
.xprospect .xjoin_tit{
    padding-bottom: 45px;
}
.xprospect  .xlist{
    float: left;
    width: 32%;
    height: 580px;
    margin-right: 2%;
    position: relative;
	cursor: pointer;
}
.xprospect  .xlist:nth-child(3){
    margin-right: 0;
}
.xprospect .xlist .img{
    width: 100%;
    height: 100%;
}
.xprospect .xlist .xtext{
    color: #fff;
    position: absolute;
    left: 0;
    top: 70%;
    padding: 0 30px;
}
.xprospect .xlist .xtext h4{
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.xprospect .xlist .xtext h4::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #fff;
}
.xprospect .xlist .xtext .txt{
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 1300px){
	.xprospect .xlist .xtext h4 {
		font-size: 26px;
	}
	.xprospect .xlist .xtext .txt {
	    line-height: 26px;
	}
	.xprospect .xlist .xtext{
	    top: 64%;
	}
	.xprospect .xlist {
	    height: 520px;
	}
}

@media (max-width: 1200px){
	.xprospect .xlist {
	    height: 480px;
	}
	.xprospect .xlist .xtext{
	    top: 54%;
	}
}

@media (max-width: 991px){
	.xprospect .xlist {
		width: 49%;
	    height: 540px;
	}
	.xprospect .xlist .xtext{
	    top: 64%;
	}
	.xprospect .xlist .xtext h4 {
		font-size: 22px;
	}
	.xprospect .xlist:nth-child(2){
		margin-right: 0;
		margin-bottom: 2%;
	}
}

@media (max-width: 768px){
	.xprospect .xlist {
		width: 49%;
	    height: 480px;
	}
	.xprospect .xlist .xtext{
	    top: 60%;
	}
	.xprospect .xlist .xtext h4 {
		font-size: 20px;
	}
	.xprospect .xlist .xtext .txt{
		font-size: 14px
	}
}

@media (max-width: 640px){
	.xprospect .xlist {
		width: 70%;
		margin: 2% auto;
	}
	.xprospect .xlist:nth-child(2),.xprospect .xlist:nth-child(3) {
		margin-right: auto;
	}
}

@media (max-width: 480px){
	.xprospect{
		padding: 60px 0;
	}
	.xprospect .xlist {
		width: 100%;
		height: 420px;
	}
}

.join_advantage .advantage_box{
	padding-top: 48px;
	padding-bottom: 106px;
	position: relative;
}

.join_advantage .advantage_box .pic{
	width: 100%;
	height: 644px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.join_advantage .advantage_box .text_box{
	width: 414px;
	height: 412px;
	background-color: rgba(39,37,36,0.9);
	position: absolute;
	right: 80px;
	bottom: 120px;
	box-sizing: border-box;
}

.join_advantage .advantage_box .text_box .text{
	padding: 46px 50px 23px 50px;
	color: #fff;
}

.join_advantage .advantage_box .text_box .text i{
	font-size: 60px;

}

.join_advantage .advantage_box .text_box .text h3{
	font-size: 30px;
	padding-bottom: 46px;
}

.join_advantage .advantage_box .text_box .text p{
	font-size: 16px;
	line-height: 34px;
}

/* .join_advantage .advantage_box .swiper-num{
	position: absolute;
	right: 125px;
	bottom: 174px;
	z-index: 70;
	font-size: 16px;
	color:#fff;
} */

.join_advantage .advantage_box .text_box .num{
	font-size: 16px;
	color:#fff;
	text-align: right;
	padding-right: 40px;
}



.join_advantage .advantage_box .swiper-pagination{
	position: absolute;
	left: 42%;
	bottom: 24px;
}

.join_advantage .advantage_box .swiper-pagination-bullet{
	display: inline-block;
	height: 13px;
	width: 13px;
	opacity: 1;
	background: none;
	border: 1px solid #1b1b1b;
	margin-right: 14px;
}

.join_advantage .advantage_box .swiper-pagination-bullet-active{
	background-color: #1b1b1b;
}

@media (max-width: 991px){
	.join_advantage .advantage_box .pic {
		height: 544px;
	}
	.join_advantage .advantage_box .text_box{
		height: 378px;
		right: 60px;
		bottom: 100px;
		width: 314px;
	}
	.join_advantage .advantage_box .text_box .text {
	    padding: 46px 40px 23px 40px;
	}
	.join_advantage .advantage_box .text_box .text i{
		font-size: 40px;
	
	}
	
	.join_advantage .advantage_box .text_box .text h3{
		font-size: 24px;
		padding-bottom: 36px;
	}
	
	.join_advantage .advantage_box .text_box .text p{
		font-size: 16px;
		line-height: 30px;
	}
	.join_advantage .advantage_box .swiper-pagination{
		left: 38%;
	}
}

@media (max-width: 640px){
	.join_advantage .advantage_box .text_box{
		left: 26%;
		top: 18%;
		/* transform: translate(-50%, -50%); */
	}
	.join_advantage .advantage_box .text_box .text {
	    padding: 46px 30px 23px 30px;
	}
	.join_advantage .advantage_box .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
}

@media (max-width: 480px){
	.join_advantage .advantage_box .swiper-pagination {
	    left: 32%;
	}
	.join_advantage .advantage_box .text_box{
		left: 7%;
	}
}

@media (max-width: 375px){
	.join_advantage .advantage_box .text_box{
		left: 4%;
	}
}

.join_condition{
	background-image: url(../images/condition.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 798px;
}

.join_condition .xjoin_tit{
	color: #fff;
	padding-top: 74px;
}

.join_condition .text{
	color: #fff;
	font-size: 16px;
	line-height: 44px;
	padding-top: 130px;
}

@media (max-width: 1300px){
	.join_condition{
		height: 778px;
	}
	.join_condition .text{
		line-height: 40px;
		padding-top: 110px;
	}
}

@media (max-width: 1200px){
	.join_condition{
		height: 758px;
	}
	.join_condition .text{
		line-height: 36px;
		padding-top: 80px;
	}
}

@media (max-width: 991px){
	.join_condition{
		height: 708px;
	}
	.join_condition .text{
		line-height: 34px;
		padding-top: 60px;
	}
}

@media (max-width: 768px){
	.join_condition .xjoin_tit {
	    padding-top: 54px;
	}
	.join_condition .text{
		font-size:14px;
		line-height: 28px;
		padding-top: 40px;
	}
}

.join_process{
	padding: 100px 0;
}

.join_process .process_box{
	padding: 60px 0;
}

.join_process .process_box .item {
  float: left;
  width: 100px;
  cursor: pointer;
  position: relative;
  margin-right: 132px;
  margin-bottom: 40px;
}

.join_process .process_box .item:last-child {
  margin-right: 0;
}

.join_process .process_box .item:last-child::after {
  display: none;
}

.join_process .process_box .item .circle{
	padding-bottom: 14px;
}

.join_process .process_box .item .circle em {
  display: block;
  width: 94px;
  height: 94px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.join_process .process_box .item:nth-child(1) .circle em {
  background-image: url(../images/process1.png);
}
.join_process .process_box .item:nth-child(2) .circle em {
  background-image: url(../images/process2.png);
}
.join_process .process_box .item:nth-child(3) .circle em {
  background-image: url(../images/process3.png);
}
.join_process .process_box .item:nth-child(4) .circle em {
  background-image: url(../images/process4.png);
}
.join_process .process_box .item:nth-child(5) .circle em {
  background-image: url(../images/process5.png);
}
.join_process .process_box .item:nth-child(6) .circle em {
  background-image: url(../images/process6.png);
}
.join_process .process_box .item:nth-child(7) .circle em {
  background-image: url(../images/process7.png);
}
.join_process .process_box .item p{
	font-size: 16px;
}

.join_process .process_box .item::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 16px;
  background-image: url(../images/process_icon.png);
  position: absolute;
  top: 40px;
  right: -75px;
}

@media (max-width: 768px){
	.join_process {
	    padding: 60px 0;
	}
	.join_process .process_box .item {
	  margin-right: 70px;
	}
	.join_process .process_box .item::after {
		right: -43px;
	}
}

@media (max-width: 480px){
	.join_process .process_box{
	    transform: translateX(9%);
	}
}

@media (max-width: 375px){
	.join_process .process_box{
	    transform: translateX(4%);
	}
}

.apply_box .apply_l{
	float: left;
	background-color: #f6f7f7;
	width: 49.2%;
	height: 634px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 80px;
}
.apply_box .apply_r{
	width: 50.8%;
	float: right;
	height: 634px;
	overflow: hidden;
}
.apply_box .apply_r img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s ease-in-out;
}


.apply_box .apply_l h2{
	color: #333;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 30px;
}
.apply_box .apply_l input{
	color: #666;
	font-size: 16px;
	/* width: 430px; */
	width: 66%;
	padding: 20px 30px;
	margin-bottom: 20px;
	box-sizing: border-box;
	display: inline-block;
	outline: none;
	border: none;
}
.apply_box .apply_l .igrop{
	margin-bottom: 10px;
	width: 66%;
	margin: 0 auto;
}
.apply_box .apply_l .igrop input{
	/* width: 270px; */
	width: 70%;
	float: left;
}
.apply_box .apply_l .igrop .img{
	width: 30%;
	/* width: 160px; */
	height: 61px;
	display: inline-block;
	float: right;
}

.apply_box .apply_l .igrop .img:hover{
	cursor: pointer;
}

.apply_box .igrop .img img{
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.apply_box .apply_l p{
	color: #999;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 20px;
}
.apply_box .apply_l button{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	/* width: 430px; */
	width: 60%;
	padding: 8px 0;
	outline: none;
	border: none;
	box-sizing: border-box;
	background-color: #000;
}
.apply_box .apply_l button:hover{
	cursor: pointer;
}

@media (max-width: 991px){
	.apply_box .apply_l,.apply_box .apply_r{
		float: none;
		width: 70%;
		margin: 0 auto;
	}
}

@media (max-width: 768px){
	.apply_box .apply_l,.apply_box .apply_r{
		width: 100%;
	}
	.apply_box .apply_r{
		height: auto;
	}
}

@media (max-width: 640px){
	.apply_box .apply_l h2 {
		font-size: 26px;
	}
	.apply_box .apply_l input,.apply_box .apply_l .igrop {
		width: 80%;
	}
	.apply_box .apply_l p {
		font-size: 14px;
	}
}

@media (max-width: 480px){
	.apply_box .apply_l{
		height: 590px;
		padding-top: 54px;
	}
	.apply_box .apply_l input,.apply_box .apply_l .igrop {
		width: 90%;
	}
	.apply_box .apply_l input {
		padding: 16px 26px;
	}
	.apply_box .apply_l .igrop .img{
		height: 53px;
	}
}

.support_box{
	background-image: url(../images/support_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 942px;
	margin: 100px 0;	
}

.xsupport_slide{
	padding-top: 30px;
	height: 780px;
	padding-bottom: 50px;
}

.xsupport_slide .swiper-slide {
    height: calc((100% - 50px) / 2);
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xsupport_slide .xlist{
	width: 312px;
	height: 316px;
	border-radius: 20px;
	cursor: pointer;
}

.xsupport_slide .xlist:hover{
	background: rgba(255,255,255,.1);
}

.xsupport_slide .xlist i{
	display: inline-block;
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 16px;
}

/* .xsupport_slide .swiper-slide:nth-child(1) .xlist i{
	background-image: url(../images/support1.png);
}
.xsupport_slide .swiper-slide:nth-child(2) .xlist i{
	background-image: url(../images/support2.png);
}
.xsupport_slide .swiper-slide:nth-child(3) .xlist i{
	background-image: url(../images/support3.png);
}
.xsupport_slide .swiper-slide:nth-child(4) .xlist i{
	background-image: url(../images/support4.png);
}
.xsupport_slide .swiper-slide:nth-child(5) .xlist i{
	background-image: url(../images/support5.png);
}
.xsupport_slide .swiper-slide:nth-child(6) .xlist i{
	background-image: url(../images/support6.png);
}
.xsupport_slide .swiper-slide:nth-child(7) .xlist i{
	background-image: url(../images/support7.png);
}
.xsupport_slide .swiper-slide:nth-child(8) .xlist i{
	background-image: url(../images/support8.png);
}
.xsupport_slide .swiper-slide:nth-child(9) .xlist i{
	background-image: url(../images/support9.png);
}
.xsupport_slide .swiper-slide:nth-child(10) .xlist i{
	background-image: url(../images/support10.png);
}
.xsupport_slide .swiper-slide:nth-child(11) .xlist i{
	background-image: url(../images/support11.png);
}
.xsupport_slide .swiper-slide:nth-child(12) .xlist i{
	background-image: url(../images/support12.png);
} */
.xsupport_slide .xlist h4{
	font-size: 24px;
	color: #fff;
	padding-bottom: 22px;
}

.xsupport_slide .xlist p{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

.xsupport_slide .swiper-pagination-bullet{
	display: inline-block;
	height: 13px;
	width: 13px;
	opacity: 1;
	background: none;
	border: 1px solid #1b1b1b;
	margin-right: 14px;
}

.xsupport_slide .swiper-pagination-bullet-active{
	background-color: #1b1b1b;
}

@media (max-width: 1200px){
	.support_box{
		height: 842px;
	}
	.xsupport_slide {
	    height: 680px;
	}
}

@media (max-width: 991px){
	.support_box{
		height: 742px;
	}
	.xsupport_slide {
	    height: 580px;
		padding-bottom: 74px;
	}
	.xsupport_slide .swiper-slide {
	    height: calc((100% - 40px) / 2);
	}
}

@media (max-width: 768px){
	.support_box{
		height: 642px;
	}
	.xsupport_slide {
	    height: 480px;
		padding-bottom: 94px;
		padding-top: 0;
	}
	.xsupport_slide .swiper-slide {
	    height: calc((100% - 30px) / 2);
	}
	.xsupport_slide .xlist i {
	    width: 50px;
	    height: 50px;
	}
	.xsupport_slide .xlist h4 {
	    font-size: 22px;
	    padding-bottom: 20px;
	}
	.xsupport_slide .xlist:hover{
		background: none;
	}
}

@media (max-width: 480px){
	.support_box {
	    height: 542px;
		margin: 60px 0;
	}
	.xsupport_slide {
		height: 380px;
		padding-bottom: 125px;
	}
	.xsupport_slide .swiper-slide {
	    height: calc((100% - 20px) / 2);
	}
}
/*分页样式 begin*/
.page {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666;
    flex-wrap: wrap;
}
video{
    max-width: 100%;
}
.firstPage,
.prePage,
.pages,
.current,
.nextPage,
.lastPage {
    border-radius: 3px;
    color: #666;
    padding: 8px 12px;
    border: 1px solid #DCDCDC;
    margin: 0 10px 10px 0;
    background: #fff;
    display: inline-block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
    
}

.firstPage:hover,
.prePage:hover,
.pages:hover,
.current,
.nextPage:hover,
.lastPage:hover {
    background: #666;
    color: #fff;
    border: 1px solid #666;
}

.page select {
    margin: 0 10px;
    padding: 8px 14px;
    border-color: #dcdcdc;
    border-radius: 3px;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}

.page select:hover {
    background: #666;
    border-color: #666;
    color: #fff;
}

.page select option {
    background: #fff;
    color: #666;
    padding: 8px 0;
}

.page select option:hover {
    background: #666;
    border-color: #666;
}

/*分页样式 end*/