*{

    margin: 0;
    padding: 0;
    font-family:'微软雅黑' ;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    font-family:-apple-system,Helvetica,sans-sens-serif;
    box-sizing: border-box;

}

a{

    text-decoration:none;
    -webkit-tap-highlight-color: transparent;
    font-size: normal;
}

input{
    -webkit-appearance: none;
    outline: none;

} 

img,a { 
    -webkit-touch-callout: none;
}

body{

    width: 100%;
    margin: 0 auto;
    

}

ul ,li{
    list-style:none; 
}

/*****************滚动条***********************************/
::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    }
    ::-webkit-scrollbar-track {
    background-color: #F1F1F1;
    }
    ::-webkit-scrollbar-thumb {
    background-color: #9b9797;
    border-radius: 6px;
    }
    ::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(93deg,#ffc107,#4262ff)

};

/**********导航特效样式***************/

#menu a:hover, #menu a:hover b, #menu a.current, #menu a.current b {
    color: #e1251b;
   -webkit-transition: 0.2s ease-in 0s;
    -moz-transition: 0.2s ease-in 0s;
    -ms-transition: 0.1s ease-in 0s;
    -o-transition: 0.2s ease-in 0s;
    border-bottom: 1px solid #03a9f4;
    
    
}

#menu a:hover, #menu a.current {
    
    font-weight: bolder;
    -webkit-transition: 0s ease-in 0s;
    -moz-transition: 0s ease-in 0s;
    -ms-transition: 0s ease-in 0s;
    -o-transition: 0s ease-in 0s;
    color: #e1251b;
    
    
    
}

#menu a:hover{

    font-weight: 400;
    background: none;
}

.current{

    font-weight: 900 !important;
    background: url(../img/2.svg) no-repeat !important;
    background-position: center 26px !important;

}
/********************************************************************/
header{

    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0%;
    z-index: 9999;
    

}


@media (min-width: 928px){
.he-max{

    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 2380px;
    padding-right: 25px;
}
.he-com{

    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
}
#menu li{

    padding-left: 10px;
    padding-right: 10px;
}
#menu li a{

    font-size: 14px;
    color: #303133;
    padding-bottom: 20px;
}

}


@media (min-width: 928px){

    .logo{

        width: 270px;
        height: 55px;
        display: flex;
        position: absolute;
        top: 35%;
        left: 25px;
    }
    #logo{

        width: 55.56px;
        height: 26px;
        background: url(../img/1.png)no-repeat;
        background-size: 31.56px 26px;
    }
}


@media (max-width: 927px){

    .logo{

        width: 98px;
        height: 35px;
        display: flex;
        position: fixed;
        top: 6px;
        left: 15px;
    }
    #logo {
        width: 100%;
        height: 35px;
        background: url(../img/1.png)no-repeat;
        background-size: 100% 35px;
    }

    .box{

        width: 124%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-top: 24px;
        color: #000000;
        
    }
    
}




.he-max span{
    width: 100%;
    margin: 0 auto;
   
}

/**********************************************/


@media (max-width: 927px){
.navOpen {
    height: 16px;
    width: 22px;
    display: block;
    margin: 0 auto;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    position: fixed;
    z-index: 1;
    top: 15px;
    right: 15px;
}
.wrapper{

    display: none;
}
.openNav{

    display: block;
    background: #0b1f57;
    margin-top: 20px !important;
    padding-left: 19px;
    padding-right: 19px;
}
.navOpen:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    overflow: hidden;
    content: '';
    background: #ffffff;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}
.he-max{

    width: 100%;
    margin: 0 auto;
    

}
.he-com{

    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
#menu li a{

    font-size: 16px;
    color: #ffffff;
    
}

#menu li{

    padding-top: 5px;
    padding-bottom: 5px;
}

}




.scrol-page{

    color: #ffffff;
    font-size:16px;
}

/*******/
.jli{

    width: 100px;
    margin-left: 5px;
    font-family: 'max';
    font-size: 20px;
}

@font-face {
    font-family: 'max'; 
    src: url('../font/JDLangZhengTi.fjR5jSTy.ttf'); 
    }

.el-icon{

    font-size: 12px;
    width: 12px;
    height: 12px;
    display: inline-block;
}

.sao:hover .el-icon{

    transform: rotateZ(180deg);
    transition: all 0.5s;
}


@media (max-width: 927px) {



    .jli {
        width: 100px;
        padding-top: 5px;
        margin-left: 5px;
        font-family: 'max';
        font-size: 20px;
    }

    .navOpen:after {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        overflow: hidden;
        content: '';
        background: #9e2c2c;
        top: 50%;
        margin-top: -1px;
        z-index: 1;
    }

    .navOpen {
    
        height: 16px;
        width: 22px;
        display: block;
        margin: 0 auto;
        border-top: 2px solid #9e2c2c;
        border-bottom: 2px solid #ad1919;
        position: fixed;
        z-index: 1;
        top: 15px;
        right: 15px;
    }
}


.sao{

    position: relative;

}

.sao:hover .yinc{
    transition: all 2s;
    
    display: block !important;
    
}
.yinc{
    width: 90px;
    position: absolute;
    top: 45px;
    left: 2px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
 
}

.yinc span{

    line-height: 30px;
    
}

.yinc span:hover{

    background-color: rgb(245, 210, 216);
    padding: 6px  13px;
    border-radius: 5px;
    
}
.he-com li:hover{

    background-color: rgb(245, 210, 216);
    padding: 10px  5px;
    border-radius: 5px;
    
}

.he-com li{

    
    padding: 10px  5px;
    border-radius: 5px;
}

/******************/
.slider {
    width: 100%;
     margin: 0 auto;
    box-sizing: border-box;
}

.slider-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slide-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.slide {
    flex-shrink: 0;
    width: 100%;
}

.slide img {
    width: 100%;
    
    vertical-align: bottom;
}

.slider-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 25%;
    left: 2%;
    
}

.slider-dot {
    width: 40px;
    height: 3px;
    background-color: #ddd;
    margin: 0 5px;
    cursor: pointer;
}

.slider-dot.active {
    
    width: 40px;
    background-color: #333333;
    
}










.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 5px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 50px;
}

.prev-btn:hover,
.next-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
    background-color: darkgray;
}

.slider-dot:hover {
    background-color: #ccc;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}
.slide-track{

position: relative;
}



.num{

    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 0px;
}

#so1{

    width: 100%;
    margin: 0px;
    height: 520px;
    background: url(../img/65bafa993cee2d839ecbcee9.png) no-repeat;
    background-size: cover  500px;
    background-position: 50%;

}

#so2{

    width: 100%;
    margin: 0px;
    height: 520px;
    background: url(../img/65bafa99243bd48ec0590233.png) no-repeat;
    background-size: cover  500px;
    background-position: 50%;

}

#so3{

    width: 100%;
    margin: 0px;
    height: 520px;
    background: url(../img/65bafa99102fbd88895bce41.png) no-repeat;
    background-size: cover  500px;
    background-position: 50%;

}

#so4{

    width: 100%;
    margin: 0px;
    height: 520px;
    background: url(../img/65bafa993cee2d839ecbceea.png) no-repeat;
    background-size: cover  500px;
    background-position: 50%;

}

.jli2{

    width: 100%;
    font-size: 14px;
    color: #000000a6;
    border: 1px solid #0000001a;
    height: 23px;
    text-align: center;
    border-radius: 5px;
}

.li1{


    font-size: 48px;
    color: #000000;
    font-family: 'max';
    margin-bottom: 10px;
}

.li2{


    font-size: 18px;
    color: #000000;
    margin-bottom: 40px;
}


.li3{


    font-size: 16px;
    width: 150px;
    font-weight: bolder;
    background: linear-gradient(90deg, #e1251b, #fd441f 50%, #e1251b);
    text-align: center;
    padding: 8px  0px;
  
    border-radius: 5px;
}

.li3 a{

    color: #ffffff;
}

.dk{

    width: 100%;
    margin: 0 auto;
    margin-top: 150px;
    margin-left: 25px;
}

.a1{
    
    padding-left: 5px;
    opacity:0;
    
}

.li3:hover .a1{

    opacity:1;
    
}


.li4 img{
    
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background: #e1251b;
    padding: 5px;
    border-radius: 5px;



}

.li4 {

    border: 1px solid #e1251b;
    line-height: 0px;
    display: flex;
    padding: 3px 5px !important;
    margin-left: 10px;
    
}

.ii{
    line-height: 0px;
    margin-top: -5px;
    font-weight: bolder;
    color: #e1251b;
    font-size: normal;
    text-decoration:none;
    position: relative;
    top: -6px;

}

.li4 a{

    padding-bottom:0px !important;
    font-size: normal;
    text-decoration:none;
}

.li4:hover{

    background-color:#e1251b !important ;
}

.li4:hover .ii{

    color: #ffffff;
    font-weight: bolder;
}


/**************************************/

#item-2{

    width: 100%;
    /*height: 413px;*/
    margin: 0 auto;
    background: url(../img/65afcb2accc6b429d9bd9867.png)no-repeat;
    background-size: 100%  413px;
    
}
.mis1{


    width: 100%;
    height: 146px;
    margin: 0 auto;
    background: url(../img/65d2f8f7b338175deb449747.png)no-repeat;
    background-size: 100%  146px;
    position: relative;
    top: -67px;
    
}

.p1{

    font-size: 20px;
    color: #ffffff;
    font-weight: bolder;
    padding-left: 90px;
    padding-top: 74px;
}

.p2{

    font-size: 16px;
    color: #ffffff;
    padding-left: 90px;
   
    
}

.p3{

    font-size: 32px;
    font-weight: bolder;
    padding-bottom: 5px;
}

.p4{

    font-size: 16px;
    position: absolute;
    width: 400px;
    text-align: center;
    left: 50%;
    margin-left: -200px;
}
.mis2{

    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
    position: relative;
}

div.mis2::before{
    width: 27.5px;
    height: 12px;
    background: url(../img/11.png)no-repeat;
    background-size: 27.5px 12px;
    display: inline-block;
    content:'';
    position: absolute;
    left: -17px;
    top: 18px;
}



div.mis2::after{
    width: 27.5px;
    height: 12px;
    background: url(../img/22.png)no-repeat;
    background-size: 27.5px 12px;
    display: inline-block;
    content:'';
    position: absolute;
    right: -17px;
    top: 18px;
}

.nav{

    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.box{

    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    color: #000000;
    
}



#s1{

    width: 340px;
    height: 242px;
    background: url(../img/A1.png)no-repeat;
    background-size: 100%  242px;
    position: relative;
    
}

.numm:nth-child(1){

    width: 340px !important;
    height: 242px !important;
    background: url(../img/b1.png)no-repeat !important;
    background-size: 100%  242px !important;
    position: relative;
}


#s2{

    width: 340px;
    height: 242px;
    background: url(../img/a2.png)no-repeat;
    background-size: 100%  242px;
    position: relative;
}

.numm:nth-child(2){

    width: 340px !important;
    height: 242px !important;
    background: url(../img/b2.png)no-repeat !important;
    background-size: 100%  242px !important;
    position: relative;
    
}


#s3{

    width: 340px;
    height: 242px;
    background: url(../img/a3.png)no-repeat;
    background-size: 100%  242px;
    position: relative;
}

.numm:nth-child(3){

    width: 340px !important;
    height: 242px !important;
    background: url(../img/b3.png)no-repeat !important;
    background-size: 100%  242px !important;
    position: relative;
    
}

.li5{

    font-size: 14px;
    color: #e1251b !important;  
}

.li6{

    font-size: 16px;
    color: #0009; 
    margin-bottom: 10px;

}


.li7{

    padding-left: 2px;
}
.li7 img{

    width: 37px;
    height: 4px;
}

.li8{

    font-size: 40px;
    margin-left: -4px;
    font-family: 'max';
}

.li8 img{

    width: 20px;
    height: 20px;
    
}

.ul1{

    margin-top: 72px;
    padding-left: 39px;
    pointer-events: none;
    color: #000000;
}

/**************/


.numm:nth-child(1) .ul1{

color: #ffffff !important;

}

.numm:nth-child(1) .ul1>.li6{

    color: #ffffff !important;
    
}


.numm:nth-child(2) .ul1{

    color: #ffffff !important;
    
    }
    
    .numm:nth-child(2) .ul1>.li6{
    
        color: #ffffff !important;
        

}

.numm:nth-child(3) .ul1{

    color: #ffffff !important;
    
    }
    
    .numm:nth-child(3) .ul1>.li6{
    
        color: #ffffff !important;
        
 }

 /***************/
.ul2{

    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.lii1{

    width: 150px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/z1.png)no-repeat;
    background-size: 150px 320px;
    position: relative;
    overflow: hidden;
    
}




.lii2{

    width: 150px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/z2.png)no-repeat;
    background-size: 150px 320px;
    position: relative;
    overflow: hidden;
    
}

.lii3{

    width: 150px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/z3.png)no-repeat;
    background-size: 150px 320px;
    position: relative;
    overflow: hidden;
    
}

.lii4{

    width: 150px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/z4.png)no-repeat;
    background-size: 150px 320px;
    position: relative;
    overflow: hidden;
    
}

.lii5{

    width: 150px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/z5.png)no-repeat;
    background-size: 150px 320px;
    position: relative;
    overflow: hidden;
    
}


.lii6{

    width: 150px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/z6.png)no-repeat;
    background-size: 150px 320px;
    position: relative;
    overflow: hidden;
    
}

.lii7{

    width: 150px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/z7.png)no-repeat;
    background-size: 150px 320px;
    position: relative;
    overflow: hidden;
    
}

.lii8{

    width: 150px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/z8.png)no-repeat;
    background-size: 150px 320px;
    position: relative;
    overflow: hidden;
    
}

/*********/
.span1{

    width: 100%;
    height: 113px;
    background: linear-gradient(168deg, #ff706b80, #e13027 82.6%);
    position: absolute;
    bottom: 0px;
    border-radius: 0 56px 0 0;
    padding-left: 15px;
    padding-top: 10px;
    margin-bottom: -33px;
    
}

.p7{

    background: #202020;
    height: 3px;
    margin: 8px 0 0 0px;
    width: 24px;
}

.p5 img{

    width: 28px;
    height: 28px;
}

.p6{

    font-size: 20px;
    color: #ffffff;
    font-family: 'max';
}

.p8{

    font-size: 13px;
    color: #ffffff;
    padding-top: 5px;
}


/**************/
.lii1:hover .span1{

    margin-bottom: 0px;
    height: 140px;
    transition: all 0.3s;

}

.lii1:hover{
    width: 200px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/z1.png)no-repeat;
    background-size: 200px 320px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;


}

.lii3:hover .span1{

    margin-bottom: 0px;
    height: 140px;
    transition: all 0.3s;

}

.lii3:hover{
    width: 200px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/z3.png)no-repeat;
    background-size: 200px 320px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;


}


.lii5:hover .span1{

    margin-bottom: 0px;
    height: 140px;
    transition: all 0.3s;

}

.lii5:hover{
    width: 200px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/z5.png)no-repeat;
    background-size: 200px 320px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;


}


.lii7:hover .span1{

    margin-bottom: 0px;
    height: 140px;
    transition: all 0.3s;

}

.lii7:hover{
    width: 200px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/z7.png)no-repeat;
    background-size: 200px 320px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;


}


/***************/
.p9 img{

    width: 28px;
    height: 28px;
}

.p10{

    font-size: 20px;
    color: #000000;
    font-family: 'max';
  
}

.p12{

    font-size: 13px;
    color: #000000;
    padding-top: 5px;
    display: none;
    padding-bottom: 25px;
}





.span2{

        width: 100%;
        background: linear-gradient(180deg, #fefefe, #f3e6e6);
        border-radius: 0 0 56px;
        position: absolute;
        top: 0px;
        padding-left: 15px;
        padding-top: 10px;
}


.lii2:hover{

    width: 200px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/z2.png)no-repeat;
    background-size: 200px 320px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    
}

.lii2:hover .span2>.p12{

    display: block !important;
    transition: all 0.3s;

}


.p11{

    background: #202020;
    height: 3px;
    margin: 8px 0 0 0px;
    width: 24px;
   margin-bottom: 15px;
}


.lii4:hover{

    width: 200px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/z2.png)no-repeat;
    background-size: 200px 320px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    
}

.lii4:hover .span2>.p12{

    display: block !important;
    transition: all 0.3s;

}


.lii6:hover{

    width: 200px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/z2.png)no-repeat;
    background-size: 200px 320px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    
}

.lii6:hover .span2>.p12{

    display: block !important;
    transition: all 0.3s;

}

.lii8:hover{

    width: 200px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/z2.png)no-repeat;
    background-size: 200px 320px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    
}

.lii8:hover .span2>.p12{

    display: block !important;
    transition: all 0.3s;

}

/*******************************************/


.ul3{

    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


.ul4{

    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


/********************weiiiiiiiiiiiiiiii***********************/


.xi{

    width: 400px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/v1.png)no-repeat;
    background-size: 100% 320px;
    position: relative;
    overflow: hidden;
    
}

.span3{

    width: 176px;
    height: 113px;
    background: linear-gradient(168deg, #ff706b80, #e13027 82.6%);
    position: absolute;
    bottom: 0px;
    border-radius: 0 56px 0 0;
    padding-left: 15px;
    padding-top: 10px;
    margin-bottom: -33px;
}
.xi:hover .span3{
    width: 350px !important;
    margin-bottom: 0px;
    height: 140px;
    transition: all 0.3s;
    padding-right: 15px;

}



/********************wei***********************/

.xi3{

    width: 400px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/v3.png)no-repeat;
    background-size: 100% 320px;
    position: relative;
    overflow: hidden;
    
}

.span3{

    width: 176px;
    height: 113px;
    background: linear-gradient(168deg, #ff706b80, #e13027 82.6%);
    position: absolute;
    bottom: 0px;
    border-radius: 0 56px 0 0;
    padding-left: 15px;
    padding-top: 10px;
    margin-bottom: -33px;
}
.xi3:hover .span3{
    width: 350px !important;
    margin-bottom: 0px;
    height: 140px;
    transition: all 0.3s;
    padding-right: 15px;

}

/********************wei***********************/

.xi2{

    width: 400px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/v2.png)no-repeat;
    background-size: 400px 320px;
    position: relative;
    overflow: hidden;
    
}

.span4{

    width: 176px;
    background: linear-gradient(180deg, #fefefe, #f3e6e6);
    border-radius: 0 0 56px;
    position: absolute;
    top: 0px;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 15px;
}

.xi2:hover .span4>.p12{
    
    display: block;
}

.xi2:hover .span4{
    width: 350px;
    display: block;
    padding-right: 15px;
    transition: all 0.3s;
}

/********************wei***********************/

.xi4{

    width: 400px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/y1.png)no-repeat;
    background-size: 100% 320px;
    position: relative;
    overflow: hidden;
    
}

.xi5{

    width: 400px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/y2.png)no-repeat;
    background-size: 100% 320px;
    position: relative;
    overflow: hidden;
    
}

.xi6{

    width: 400px;
    height: 320px;
    margin: 0 auto;
    background: url(../img/y3.png)no-repeat;
    background-size: 100% 320px;
    position: relative;
    overflow: hidden;
    
}


.xi4:hover .span3{
    width: 350px !important;
    margin-bottom: 0px;
    height: 140px;
    transition: all 0.3s;
    padding-right: 15px;

}


.xi5:hover .span4>.p12{
    
    display: block;
}

.xi5:hover .span4{
    width: 350px;
    display: block;
    padding-right: 15px;
    transition: all 0.3s;
}


.xi6:hover .span3{
    width: 350px !important;
    margin-bottom: 0px;
    height: 140px;
    transition: all 0.3s;
    padding-right: 15px;

}

#p3,#p4{

    color: #000000;
}

div#mis2::before {
    width: 27.5px;
    height: 12px;
    background: url(../img/xx1.png) no-repeat;
    background-size: 27.5px 12px;
    display: inline-block;
    content: '';
    position: absolute;
    left: -17px;
    top: 18px;
}

div#mis2::after {
    width: 27.5px;
    height: 12px;
    background: url(../img/xx2.png) no-repeat;
    background-size: 27.5px 12px;
    display: inline-block;
    content: '';
    position: absolute;
    right: -17px;
    top: 18px;
}

#mis2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 218px !important;
    position: relative;
    margin-top: 80px;
}

#tao{

    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
}

.boxx{

    width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
    overflow-y:hidden
}

/***********************/
#item-3{


    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

.ggg{

    width: 100%;
    margin: 0 auto;
    background: url(../img/agent-search-about-bg.fhTRX17P.png) no-repeat;
    background-size: cover;
    background-position: 50%;
    

}

#mis22 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 233px !important;
    position: relative;
    margin-top: 80px;
    padding-bottom: 40px;
    
   
}

div#mis22::before {
    width: 27.5px;
    height: 12px;
    background: url(../img/xx1.png) no-repeat;
    background-size: 27.5px 12px;
    display: inline-block;
    content: '';
    position: absolute;
    left: -17px;
    top: 18px;
}

div#mis22::after {
    width: 27.5px;
    height: 12px;
    background: url(../img/xx2.png) no-repeat;
    background-size: 27.5px 12px;
    display: inline-block;
    content: '';
    position: absolute;
    right: -17px;
    top: 18px;
}


.feiqi {
    width: 100%;
    height: 62px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e72b1c;
    border-radius: 7px;
    max-width: 860px;
    margin-bottom: 140px;
}

#kw {
    width: 100%;
    height: 60px;
    border: 1px solid #ffffff;
    border-radius: 7px 0 0 7px;
    font-size: 22px;
    padding-left: 18px;
}

#jisou {
    border: 1px solid #ffffff;
    width: 135px;
    border-radius: 0px 7px 7px 0px;
    font-size: 16px;
    height: 60px;
font-weight: bolder;
    color: #ffffff;
    background-color: #e72b1c;
}

/****************/

.dk1{

    width: 100%;
    margin: 0 auto;
    margin-top: 70px;

}

#item-4{

    width: 100%;
    margin: 0 auto;
}


#moks{
    width: 316px;
    margin: 0 auto;
    height: 240px;
    background: url(../img/65b9fa7e243bd48ec0590231.png) no-repeat;
     /** background-size: 100% 240px;**/
     background-size: cover;
     background-position: 100%;
    max-width: 836px;
    color: #000000;
    padding-left: 50px;
    border-radius: 80px 0;
    filter: drop-shadow(0 4px 20px rgba(38, 38, 38, .1));
    margin-right: 10px;
}
#moks2{
    width: 316px;
    margin: 0 auto;
    height: 240px;
    background: url(../img/65b9fa7eb901ed91337fc213.png) no-repeat;
   /** background-size: 100% 240px;**/
    background-size: cover;
    background-position: 100%;
    max-width: 836px;
    color: #000000;
    padding-left: 50px;
    border-radius: 80px 0;
    filter: drop-shadow(0 4px 20px rgba(38, 38, 38, .1));
    margin-left: 10px;
    
}

#moks span,#moks2 span{

    width: 100%;
    

}
.vs1{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;

}
.sm1{

    width: 100%;
    font-size: 40px;
    color: #000000;
    font-family: 'max';
    padding-top: 40px;
    margin-bottom: 5px;
    pointer-events: none;
}

.sm2{

    background: #e1251b;
    height: 3px;
    width: 24px !important;
    margin-bottom: 5px;
    pointer-events: none;
}

.sm3{

   padding-right: 20%;
   font-size: 14px;
   display: none;
   pointer-events: none;
}

.sm33{

    padding-right: 20%;
    font-size: 14px;
    display: none ;
    pointer-events: none;
 }
 .numma>.sm33 {

    display: block !important;
    pointer-events: none;

 }

 .numma>.sm3 {

    display: block !important;
    pointer-events: none;

 }

 .numma{

    width: 100% !important;
    
 }
 .numma>.sm1{


    font-size: 24px;
 }

 /*******************************************/

 #item-5{
    width: 100%;
    margin: 0 auto;
    background: url(../img/65b0ca351d41be301ac388a6.png) no-repeat;
    background-size:  100%  700px;
    padding-top: 20px;
    height: 700px;
    
 }

 .good{
    width: 100%;
    margin: 0 auto;
    border-radius: 0 50px 0 0;
    margin: 8px auto 0;
    max-width: 1280px;
    
 }

 .good2{
    width: 96%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #fffc, #fff0);
    border: 1px solid #fff;
    border-radius: 0 50px 0 0;
    

 }

 .good2 u{

    text-decoration:none;
    font-size: 24px;
    color: #e13027;
    padding: 15px  44px;
 }

 .good2  p{

    color: #000000a6;
    font-size: 20px;
    padding-left: 10px;

 }

 .good3{
    width: 96%;
    margin: 0 auto;
    padding: 40px;
    background: url(../img/contract-card-bg.yGJSei81.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 1px solid #fff;
    position: relative;
    padding-bottom: 80px;
    border-radius: 0 0 0 50px;
 }

 .buss2{

    border: 1px solid  #ffffff;
    background: transparent;
    padding-left: 5px;
    background-color: #edeff1;
    height: 36px;
    border-radius: 0   5px   5px   0;
    width: 110px;
 }

 #buss2{
    width: 220px;

 }
 .buss3{

     width: 79px;
    color: #000000a6;
    font-size: 14px;
    background-color: #ffffff;
    padding-right: 5px;
    height: 36px;
    line-height: 36px;
    padding-left: 5px;
    border-radius: 5px    0   0  5px;
 }

 .buss{

    display: flex;
    align-items: center;
    height: 36px;
    margin-right: 10px;
   
 }

 .fkao{

    display: flex;
    
   
 }

 .elephant{

    width: 80px;
    height: 36px;
    background-color: #edeff1;
    border: 1px solid  #ffffff;

    border-radius: 0   5px   5px   0;
    
 }

 .ewei{
  
    width: 120px;
    position: relative;
    right: 0px;
    top: -38px;
    text-align: right;
    
 }

 .ewei img{

    width: 120px;
    height: 120px;

 }

 .ewei p{

    font-size: 12px;
    color: #000000;

 }

 .uuss{

    display: flex;
    width: 100%;
    margin:  0 auto;
    justify-content: space-between; 
    
 }

 /***********************/

 .fa1{

    width: 100%;
    margin:  0 auto;
    background: linear-gradient(180deg, #fffc, #fff0);
    border: 1px solid #fff;
    display: flex;
    padding: 10px  0px;
    
 }

 .fa1 p{

    color: #000000a6;
    font-size: 16px;
    padding: 12px  10px;
    font-weight: bolder;
    width: 100%;
 }

/***********************/
 .active {
    color: #9e2c2c !important;
    border: 1px solid #9e2c2c !important;
    color: #9e2c2c !important;
    font-weight: bolder;
}
.active img{
    color: #9e2c2c !important;
    background: url(../img/65d2f94e102fbd88895bce52.png)no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    padding-left: 1px !important;
    

}
#toggleButton{
 
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 118px;
    text-align: center;
    justify-content: center;
    border: transparent;
    border: 1px solid #fff;
    padding: 5px  10px;
    border-radius: 4px;
    margin-left: 10px;

}

#toggleButton  img{

    width: 16px;
    padding-left: 5px;
    
    
}

/***********************/

.ctive {
    color: #9e2c2c !important;
    border: 1px solid #9e2c2c !important;
    color: #9e2c2c !important;
    font-weight: bolder;
}
.ctive img{
    color: #9e2c2c !important;
    background: url(../img/65d2f94e102fbd88895bce52.png)no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    padding-left: 1px !important;
    

}
#leButton{
 
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 118px;
    text-align: center;
    justify-content: center;
    border: transparent;
    border: 1px solid #fff;
    padding: 5px  10px;
    border-radius: 4px;
    margin-left: 10px;

}

#leButton  img{

    width: 16px;
    padding-left: 5px;
    
    
}


/***********************/

.tive {
    color: #9e2c2c !important;
    border: 1px solid #9e2c2c !important;
    color: #9e2c2c !important;
    font-weight: bolder;
}
.tive img{
    color: #9e2c2c !important;
    background: url(../img/65d2f94e102fbd88895bce52.png)no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    padding-left: 1px !important;
    

}
#eButton{
 
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 118px;
    text-align: center;
    justify-content: center;
    border: transparent;
    border: 1px solid #fff;
    padding: 5px  10px;
    border-radius: 4px;
    margin-left: 10px;

}

#eButton  img{

    width: 16px;
    padding-left: 5px;
    
    
}

.guda{

   
    margin:  0 auto;
    display: flex;
    justify-content: flex-end; 
    flex-direction: row;
    margin-right: 20px;
}

.eeq{

    background: linear-gradient(90deg, #e1251b, #fd441f 50%, #e1251b);
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 200px;
    border-radius: 4px;
    margin-top: 20px;
}
.eeq a{

    color: #ffffff;
}


/**********/

.wei1{

    width: 100%;
    margin:  0 auto;
    background-color: #1a1c1d;
    color: #ffffffa6;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5px;
}

.wei1 img{

    width: 47.9px;
    
    padding-right: 5px;
}

.wei1 span{
    justify-content: center;
    display: flex;
    align-items: center;
   text-align: center;
    width: 100%;
}

.wei2{

    width: 100%;
    height: 300px;
    margin:  0 auto;
    background: url(../img/65b0e1360519c4d23f2b4f4c.png)no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: 20px;
  
   
}

.missw{

    width: 100%;
    margin:  0 auto;
    background: #0006;
    position: absolute;
    bottom: 0px;
    padding: 10px  0px;
}

.missw p{

    font-size: 12px;
    color: #fff6;
    text-align: center;
}

.rrr{

    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-left: 55px;
    
}

.rrr span{

    flex: 1;
}

.uull{

    display: flex;
    
}

.uull img{

    width: 80px;
    height: 27px;
}

.lio{

    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    color: #fff9;
    font-size: 14px;
    margin-left: 10px;
    padding: 3px  5px;
}

.wei3{

    width: 100%;
    padding-top: 30px;
}

.uull2{

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #fff9;
    width: 352px;
    padding-top: 45px;
}

.uull2  img{

   width: 25.99px;
   
}
.uull2 li{

    padding-right: 20px;
}
.iio2{

    text-align: center;
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    padding: 3px 5px;
    padding-left: 26px;
    font-size: 14px;
}

.kp a{
    font-size: 14px;
    color: #ffffff73;
   
}

.kp{

    padding-top: 30px;
}

.eesc a{

    font-size: 14px;
    color: #ffffff73;
}

.eesc{

    padding-top: 5px;
    width: 275px;
    line-height: 44px;
}

.eesc a:nth-child(2){

    padding-left: 10px;
}

.eesc a:hover{

    color: #ad1919;
}

#wei3{

    padding-top: 0px;
}

#uull2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #fff9;
    width: 577px;
    padding-top: 15px;
}

.iio2:hover{

    background-color: #2c2e30;
}

#videobox{

    width: 100%;
    margin: 0 auto;
    height: 100vh;
    background-color: rgba(0,0,0,.45);
    position: fixed;
    top: 0px;
    z-index: 9999;
    max-width: 2380px;
    padding-top: 10%;
    display: none;
}

.uyy{
    
    font-size: 32px !important;
    color: #000000 !important;
    font-weight: bolder;
}

#good2{

    
        width: 96%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        background: linear-gradient(180deg, #fffc, #fff0);
        border: 1px solid #fff;
        border-radius: 0 0 0px 0px !important;
    
}

#good3 {
    width: 96%;
    margin: 0 auto;
    padding: 40px;
    background: url(../img/contract-card-bg.yGJSei81.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 1px solid #fff;
    position: relative;
    padding-bottom: 80px;
    border-radius: 0 0 0px 0px !important;
}

#ssd22{

    width: 100%;
    height:100%;
    margin: 0 auto;
    background: url(../img/65dedf02b901ed91337fc237.png) no-repeat ;
    background-size: 100%   100%;
    border-radius: 20px 20px 20px 20px !important;
    max-width: 2380px;
    padding-left: 10px;
    padding-right: 10px;
    
   
}

.laotan{

    width: 90%;
    margin: 0 auto;

    position: relative;
}

#closex{

    position: absolute;
    right: 14px;
    top: 14px;
    color: #645d5d;
    font-size: 20px;
    cursor:default;
}

#closex:hover{

    cursor:default;
    color: #f70707;
    font-size: 25px;
}
/******************/

.fake{

    position: fixed;
    bottom: -9%;
    right: 10px;
    z-index: 99999;
    
}

.fake2{

    
    width: 85px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    color: #000000d9;
    box-shadow: -4px 4px 20px #0000001a;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.cv{

    margin-bottom: 19px;
    border-radius: 10px;
    margin-top: 19px;
    padding: 5px  0px;
    position: relative;
}

.cv li{

    line-height: 18px;
}

.cv:hover{

  color:#ffffff ;
  background-color:#e1251b ;
}

.cv:hover .yy{
    color:#ffffff ;
    background-color: #ffffff;
    border-radius: 8px;
}

.cv a{

    color: #000000d9;
}

.cv:hover a{
    color:#ffffff ;

}

.sww{

    width: 400px;
    height: 120px;
    background-color: #2d2f30;
    position: absolute;
    display: flex;
    border-radius: 10px;
    right: 117px;
    bottom: 44%;
    align-items: center;
    padding-top: 10px;
    padding-left: 20px;
    z-index: 9999;
    
    
}

#sww{

    display: none;
}
.sww img{
   width: 60px;
   padding-right: 10px;

}

.sww p{

    color: #ffffff;
}

.sww p:nth-child(1){

    font-weight: bolder;
    font-size: 22px;
    text-align: left;

}

.sww p:nth-child(2){

    
    font-size: 16px;

}

.cv:hover #sww{

    opacity:1;
    width: 400px;
    height: 120px;
    background-color: #2d2f30;
    display: flex;
    border-radius: 10px;
    right: 117px;
    bottom: 44%;
    align-items: center;
    padding-top: 10px;
    padding-left: 20px;
}

#deobox{

    width: 100%;
    margin: 0 auto;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0,.45);
    z-index: 99999;
    overflow-x: scroll;
    padding: 30px  0px;
    display: none;
}

.neir{

    width: 650px;
    height: 1083px;
    background-color: #ffffff;
    position: relative;
    left: 50%;
    margin-left: -325px;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
}

#osex{

    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 20px;
}

.neir img{

    width: 100%;
    
}

#cv{

    margin-bottom: 19px;
    border-radius: 10px;
    margin-top: 19px;
    padding: 5px  0px;
    position: relative;
    top: -216px;
    text-align: center;
}

#timg{
    margin-bottom: 19px;
    border-radius: 10px;
    margin-top: 19px;
    padding: 5px  0px;
    position: relative;
    top: -220px;
    text-align: center;
}


#cv li{

    line-height: 18px;
}

#cv:hover{

  color:#ffffff ;
  background-color:#e1251b ;
}

#cv:hover .yy{
    color:#ffffff ;
    background-color: #ffffff;
    border-radius: 8px;
}

#cv a{

    color: #000000d9;
    font-size: 12px;
}

#cv:hover a{
    color:#ffffff ;

}


#timg li{

    line-height: 18px;
    font-size: 12px;
}

#timg:hover{

  color:#ffffff ;
  background-color:#e1251b ;
}

#timg:hover .yy{
    color:#ffffff ;
    background-color: #ffffff;
    border-radius: 8px;
}

#timg a{

    color: #000000d9;
    font-size: 12px;
}

#timg:hover a{
    color:#ffffff ;

}