@import url(https://fonts.googleapis.com/css?family=Righteous);
*{
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    text-decoration: none;
    font-size: 10px;
    font-family: 'calist';
    font-size: 10px;
    box-sizing: border-box;
}
@font-face{
    font-family: 'calist';
    src: url(/lib/font/CALIST.TTF);
    font-display: swap;
}
@font-face{
    font-family: 'calist-bold';
    src: url(/lib/font/Calisto\ MT\ Bold.ttf);
    font-display: swap;
}
a{
    color: #1d1d1d;
}

html,body,.body_right{
    width: 100%;
    height: 100%;
    user-select:text;
    
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
th, td{
    border: none;
}
/* 头部砖头 */
.big_swiper .zt{
    height: 60px;
}
/* 按钮 */
.btn{
    width: 200px;
    height: 48px;
    background: #e55636;
    border-radius: 2px;
}
.btn a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    color: #fff;
}
.btn a img{
    margin-right: 10px;
}

/* 弹出表单 */
.common-fixed-contact {
    position: fixed;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    right: 50%;
    bottom: 50%;
    width: 800px;
    height: 563px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
    z-index: 998;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.common-fixed-contact.hide {
display: none;
width: 48px;
height: 48px;
border-radius: 50%;
right: 10px;
bottom: 68px;
-webkit-transform: translate(0%, 0%);
transform: translate(0%, 0%);
-webkit-animation: __fixed-contact 500ms;
animation: __fixed-contact 500ms;
}   
.common-fixed-contact-form {
    padding: 60px 40px;
}
.common-fixed-contact-form__input, .common-fixed-contact-form__textarea {
width: 100%;
height: 48px;
padding-left: 20px;
border: 1px solid #e8e8e8;
border-radius: 4px;
margin-bottom: 20px;
}
.common-fixed-contact-form__textarea {
height: 144px;
padding: 20px;
resize: none;
}
.common-fixed-contact-form__submit {
width: 240px;
margin: 0 auto;
margin-top: 20px;
}
.common-btn {
width: 240px;
height: 48px;
background-color: #e55636;
color: #fff;
border: 1px solid #e55636;
border-radius: 24px;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
position: relative;
-webkit-box-shadow: 0px 15px 20px -5px rgb(30 139 214 / 22%);
box-shadow: 0px 15px 20px -5px rgb(30 139 214 / 22%);
}
.common-fixed-contact__close{
position: absolute;
right: 10px;
top: 10px;
cursor: pointer;
width: 24px;
height: 24px;
background: url(/lib/images/close.svg) no-repeat center center;
}
.common-fixed-contact__close img{
    display: none;
}
.common-fixed-contact__close img.active{
    display: block;
}
.common-fixed-contact.hide .common-fixed-contact__close {
background:#e55636 url(/lib/images/icon_side_contact.svg) no-repeat center center;
position: unset;
width: 100%;
height: 100%;
}
.common-fixed-contact.hide .common-fixed-contact-form {
display: none;
}

/* 左边导航开始 */
.body-left{
    width: 14%;
    height: 100%;
    float: left;
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 2px 0px 5px rgb(0 30 7 / 10%);
    
}
.body-left.body_left_active{
    opacity: 1 !important;
}
.body-left .img{
    margin-top: 70px;
    margin-bottom: 70px;

}
.body-left .img img{
    display:block;
    margin:0 auto;
    max-width: 100%;
}
.body-left .list{
    padding: 10px;
}
.body-left .list>ul>li{
    padding-left: 55px;
    padding-bottom: 50px;
    color: #1d1d1d;
    font-size: 1.5rem;
    position: relative;
}

.list>ul>li .menu__children{
    position: fixed;
    left: 13%;
    top: 0%;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(32,37,45,0.1);
    box-shadow: 0px 10px 20px 0px rgba(32,37,45,0.1);
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.list>ul>li>.active{
    opacity: 1;
    pointer-events: auto ;
}
.menu__children .menu__item{
    padding: 10px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.menu__children .menu__item a{
    color: #1d1d1d;
    font-size: 15px;
}
.menu__children .menu__item a:hover{
    color: #e55636 !important;

}




.body-left .list>ul>li>a{
    color: #1d1d1d;
    font-size: 1.5rem;
    position: relative;
}
.body-left .list>ul>li .active{
    color: #e55636;
}
.body-left .list>ul>li .active span::before{
    content: '';
    width: 40px;
    height: 1px;
    border: 1px solid #e55636;
    background-color: #e55636;
    position: absolute;
    left: -80px;
    top: 49%;

}
.body-left .list>ul>li:hover{
    cursor: pointer;
}

.body-left .list>ul>li:hover>a{
    color: #e55636;
}
.list>ul .active{
    color: #e55636;
}

.body-left .bottom{
    width: 100%;
    height: 209px;
    padding-top: 80px;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    bottom: 0px;
}
.body-left .bottom>a{
    height: 3.8rem;
    display: inline-block;
}
.body-left .bottom a span{
    display: inline-block;
    width: 180px;
    height: 38px;
    background-color: #1d1d1d;
    padding: 12px;
    font-size: 1.3rem;
    color: #fff;
    border-radius: 5px;
    outline: none;
    
}
.body-left .bottom  a span:hover{
    box-shadow: 0px 10px 10px rgba(229, 84, 52, 0.2);
}
.body-left .bottom .content{ 
    margin-top: 20px;
    
}
.body-left .bottom .content a{
    display: inline-block;
    margin-right: 15px;
}
.body-left .bottom  a span:hover{
    background-color: #e55636;
}
/* 左边导航结束 */

/* 底部 */
.five_bottom{
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 100px;
    padding: 0 30px;
}
.five_bottom .five_bottom_left table{
    border-collapse: separate;
    border-spacing: 0 20px;
}
.five_bottom .five_bottom_left table tr td{
    font-size: 1.6rem;
    color: #1d1d1d;
    line-height: 2.4rem;
}
.five_bottom .five_bottom_left table tr td a{
    font-size: 1.6rem;
    color: #1d1d1d;
    line-height: 2.4rem;
}
.five_bottom .five_bottom_left table tr td a:hover{
    color: #e55636;
}
.five_bottom .five_bottom_right{
    width: 755px;
    height: 200px;
    padding-top: 20px;
}
.five_bottom_right h2{
    font-size: 3.6rem;
    font-family: 'calist-bold';
    margin-bottom: 2rem;
    color: #1d1d1d;
}
.five_bottom_right p{
    font-size: 1.6rem;
    color: #666666;
    margin-bottom: 4rem;
}
.five_bottom_right .input_b{
    width: 720px;
    height: 56px;
    font-size: 0;
}
.five_bottom_right .input_b .text_b{
    width: 67%;
    height: 100%;
    outline: none;
    display: block;
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 1.6rem;
    color: #1d1d1d;
    background: #fbf9f6;
    border: 1px solid #d5d5d5;
}
.five_bottom_right .input_b .text_b::-webkit-input-placeholder{
    color: #8c8c8c;
}
.five_bottom_right .input_b .sub{
    width: 32%;
    height: 100%;
    outline: none;
    font-size: 1.6rem;
    cursor: pointer;
    background-color: #1d1d1d;
    color: #fff;
}
.five_bottom_right .input_b .sub:hover{
    background-color: #e55636;
}

.bottom_follow{
    width: 1226px;
    height: 100px;
    border-top: 1px solid #ccc;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.bottom_follow>div{
    display: flex;
    align-items: center;
}
.bottom_follow p{
    height: 2rem;
    font-size: 1.6rem;
    font-family: 'calist-bold';
    line-height: 2rem;
    display: inline-block;
    float: left;
    margin-right: 3rem;
}
.bottom_follow .svg{
    display: flex;
}
.bottom_follow .svg a{
    font-size: 0;
}
.bottom_follow .svg a>svg{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.bottom_follow .rescrved{
    font-size: 1.6rem;
    color: #8c8c8c;
}
.bottom_follow .pay ul{
    display: flex;
    align-items: center;
}
.bottom_follow .pay ul li{
    float: left;
    margin-left: 8px;
}
.menu__children_phone{
    display: none;
}

/* 客服图标 */
.c-sidebar {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 9;
}
.c-sidebar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 10px 20px 0px rgb(32 37 45 / 10%);
    box-shadow: 0px 10px 20px 0px rgb(32 37 45 / 10%);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
    transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
    transition: transform 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
    cursor: pointer;
}
.c-sidebar-item--contact {
    width: 64px;
    height: 64px;
    background: #e55636;
    border-radius: 50%;
}
.c-sidebar-item--top {
    width: 36px;
    height: 36px;
    margin: 20px auto 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}

/* 内页样式 */
.list_right{
    width: 86%;
    background-color: #F5F5F5;
    float: right;
 }



@media (min-width:1280px){
    .big_swiper>.nav{
        display: none;
    }
}

/* 苹果电脑及华为平板 */
@media (min-width:1280px) and (max-width:1700px){
    
}
@media (max-width: 1279px){
    .body-top{
        height: 60px;
    }
    .body-top .top_right{
        width: 33px;
        height: 33px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
        margin: 13px;
    }
    .body-top .active span:nth-child(1) {
        -webkit-transform: translateY(8.5px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .body-top .active span:nth-child(2) {
        opacity: 0;
    }
    .body-top .active span:nth-child(3) {
        -webkit-transform: translateY(-8.5px) rotate(45deg);
        transform: translateY(-14.5px) rotate(45deg);
    }

    .body-top .top_right span{
        display: inline-block;
        width: 100%;
        height: 3px;
        border-radius: 2px;
        background-color: #e55636;
        -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),-webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
        transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1),-webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
        transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),opacity 500ms cubic-bezier(0.2, 0, 0, 1);
        transition: transform 500ms cubic-bezier(0.2, 0, 0, 1),opacity 500ms cubic-bezier(0.2, 0, 0, 1),-webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
    }
    .body-top .top_right{
        float: right;
        right: 0;
    }
    .body-top {
        width: 100%;
        height: 60px;
        background-color: #fff;
        position: fixed;
        z-index: 998;
        box-shadow: 0px 0px 15px 3px rgb(0 6 11 / 10%);
    }
    .body-top .top_left{
        display: inline-block;
        padding: 8px;
        position: fixed;
    }
    .body-top .top_left img{
        width: 40%;
        margin-left: 10%;
    }
    .body-left{
        width: 30%;
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform 500ms cubic-bezier(0.2,0,0,1);
        transition:  -webkit-transform 500ms cubic-bezier(0.2,0,0,1);
        transition: transform 500ms cubic-bezier(0.2,0,0,1);
        transition: transform 500ms cubic-bezier(0.2,0,0,1), -webkit-transform 500ms cubic-bezier(0.2,0,0,1);
    }
    .body-left.body_left_active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        overflow: auto;
    }
    .body_right .right{
        width: 100%;
        right: 0;
        float: none;
        overflow: hidden;
    }
    .five_bottom{
        flex-direction: column-reverse;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .five_bottom .five_bottom_right{
        margin-top: 5rem;
        width: 100%;
    }
    .five_bottom .five_bottom_left{
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .big_swiper .mask_1{
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        position: fixed;
        z-index: 9998;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
        transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
        
    }
    .big_swiper>.active{
        opacity: 1;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        opacity: 1;
        pointer-events: auto;
        
    }
    .bottom_follow{
        padding: 30px 0;
        width: 96%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .bottom_follow .rescrved{
        display: block;
    }
    .bottom_follow .pay{
        float: none;
    }
    .body-left .bottom{
        padding-top: 60px;
    }
    
    .body-left .bottom .content{
        display: none;
    }
    .list>ul>li .menu__children{
        display: none;
    }
    .menu_li .active{
        display: block;
    }
    .body-left .list>ul>li .triangle::before{
        content: '';
        width: 0px;
        height: 0px;
        position: absolute;
        right: 3px;    
        top: 3px;
        border-width: 6px;
        border-style: solid;
        border-color: transparent #1d1d1d transparent transparent;
        -webkit-transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
        transition: -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
        transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
        transition: transform 500ms cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms cubic-bezier(0.2, 0, 0, 1);
        transform-origin: 7px 8px;
    }
    .body-left .list>ul>li .active::before{
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    
    .menu__children_phone{
        width: 100%;
        padding-left: 10px;
        
    }
    .menu__children_phone .menu__item{
        width: 100%;
        height: 20px;
        margin-top: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
       
    }
    .menu__children_phone .menu__item a{
        color: #1d1d1d;
        font-size: 15px;
    }
    .list_right{
        width: 100%;
        float: none;
    }
    .five_bottom_right .input_b {
        width: 100%;
    }
    
}
/* Ipad 开始 */
@media (max-width: 1023px){
    .body-left .list>ul>li{
        margin-bottom: 40px;
        padding-left: 55px;
    }
    .body-left .list>ul>li .active span::before{
        width: 55px;
    }
    .body-left .bottom{
        height: auto;
        position: initial;
        padding-top: 150px;
    }
    .common-fixed-contact{
        width: 100%;
    }
    .c-sidebar{
        right: 20px;
    }
    .c-sidebar-item--contact{
        width: 48px;
        height: 48px;
    }
    .c-sidebar-item--top{
        width: 30px;
        height: 30px;
    }
    .bottom_follow{
        flex-direction: column;
        align-items: flex-start;
    }
    .bottom_follow>div{
        margin-bottom: 20px;
    }
    .bottom_follow>div:last-child{
        margin-bottom: 0;
    }
}

/* 手机端开始 */
@media (max-width: 767px){
    .body-left{
        width: 60%;
        opacity: 0;
    }
    .body-left .img {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .body-left .img img{
        width: 40%;
    }
    .body-left .list>ul>li .active span::before{
        width: 45px;
    }
    .body-left .list>ul>li{
        margin-bottom: 30px;
        padding-left: 55px;
    }
    .body-left .bottom{
        padding-top: 0px;
        padding-bottom: 0;
        position: initial;
        margin-top: 60px;
        height: auto;
    }
    .five_bottom{
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .five_bottom_right h2{
        font-size: 28px;
        font-family: 'calist-bold';
    }
    .five_bottom .five_bottom_right{
        width: 100%;
        padding-top: 0;
        margin-top: 30px;
    }
    .five_bottom .five_bottom_left{
        margin-top: 2rem;
        margin-bottom: 0rem;
    }
    .five_bottom_right .input_b .sub{
        font-size: 0.6rem;
    }
    .bottom_follow {
        width: 90%;
        padding: 20px 0;
        margin: 0 15px;
        height: auto;
    }
    .bottom_follow .pay{
        float: none;
    }
    .body-top .top_left img{
        width: 40%;
    }
    .body-top .top_left{
        padding: 6px;
    }
    .bottom_follow .svg a>svg{
        margin-right: 20px;
    }
    .right_three .three_top .three_right::after{
        display: none;
    }
    .right_four .four_left{
        height: 250px;
    }
    .five_bottom_right p{
        margin-bottom: 3rem;
        line-height: 2.4rem;
    }
    .four_right>p{
        line-height: 2.4rem;
        margin-bottom: 5rem;
    }
    .right_two_li .two_li_txt .two_a_txt{
        width: 250px;
    }
    .bottom_follow p{
        width: 100%;
    }
    .five_bottom_right .input_b .text_b{
        padding-left: 15px;
    }
    .five_bottom .five_bottom_left table tr td{
        line-height: 34px;
    }
     /* 手机导航开始 */
    .body-top{
        width: 100%;
        height: 60px;
        background-color: #fff;
        position: fixed;
        z-index: 99;
    }
    .body-top .top_right i{
        line-height: 60px;
        margin-right: 20px;
        color: #1d1d1d;
        font-size: 3em;
    }
/* 手机导航结束 */
}

@media (max-width: 320px){
    .body-left .list>ul>li {
        padding-left: 40px;
    }
    .body-left .bottom{
        padding-top: 0;
        height: 110px;
        bottom: -40px;
        margin-top: 40px;
    }
    .body-left .list>ul>li{
        margin-bottom: 20px;
    }
    .body-left .list>ul>li .active span::before{
        left: -70px;
    }
}
