.wow{
    transition: all .8s !important;
    -webkit-transition: all .8s !important;
    -moz-transition: all .8s !important;
    -ms-transition: all .8s !important;
    -o-transition: all .8s !important;
}
.bold{
    font-weight: 700;
}
.grey{
    background-color: #fff !important;
}
.fs80{
    font-size: 80px;
}
.fs60{
    font-size: 60px;
}
.fs50{
    font-size: 50px;
}
.fs48{
    font-size: 48px;
}
.fs40{
    font-size: 40px;
}
.fs36{
    font-size: 36px;
}
.fs30{
    font-size: 30px;
}
.fs28{
    font-size: 28px;
}
.fs24{
    font-size: 24px;
}
.fs22{
    font-size: 22px;
}
.fs20{
    font-size: 20px;
}
.fs18{
    font-size: 18px;
}
.fs16{
    font-size: 16px;
}
.fs14{
    font-size: 14px;
}
.basefont{
    font-weight: 500;
}

@media (max-width: 1459px){
    .fs80{
        font-size: 68px;
    }
    .fs60{
        font-size: 48px;
    }
    .fs50{
        font-size: 42px;
    }
    .fs48{
        font-size: 40px;
    }
    .fs40{
        font-size: 36px;
    }
    .fs36{
        font-size: 32px;
    }
    .fs30{
        font-size: 28px;
    }
    .fs28{
        font-size: 24px;
    }
    .fs24,.fs22{
        font-size: 20px;
    }
}
@media (max-width: 1280px){
    .fs80{
        font-size: 48px;
    }
    .fs60{
        font-size: 42px;
    }
    .fs50{
        font-size: 36px;
    }
    .fs48{
        font-size: 32px;
    }
    .fs40{
        font-size: 24px;
    }
    .fs36{
        font-size: 24px;
    }
    .fs30{
        font-size: 24px;
    }
    .fs28{
        font-size: 20px;
    }
    .fs24,.fs22,.fs20{
        font-size: 18px;
    }
    
    .fs18{
        font-size: 16px;
    }
    .fs16{
        font-size: 14px;
    }
}
@media (max-width: 768px){
    .fs80{
        font-size: 36px;
    }
    .fs60{
        font-size: 28px;
    }
    .fs50{
        font-size: 28px;
    }
    .fs48{
        font-size: 24px;
    }
    .fs40{
        font-size: 20px;
    }
    .fs36{
        font-size: 20px;
    }
    .fs30{
        font-size: 18px;
    }
    .fs28{
        font-size: 16px;
    }
    .fs24,.fs22,.fs20{
        font-size: 16px;
    }
    .fs18{
        font-size: 14px;
    }
    .fs16{
        font-size: 12px;
    }
}

.base_swiper{
    position: relative;
}
.base_swiper .swiper_btn{
    width: 20px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
}
.base_swiper .swiper_btn.prev{
    left: 0;
}
.base_swiper .swiper_btn.next{
    right: 0;
}
.base_swiper .swiper_btn.prev::before{
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    border-bottom: 4px solid #332c2c;
    border-left: 4px solid #332c2c;
    right: -8px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.base_swiper .swiper_btn.next::before{
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    border-top: 4px solid #332c2c;
    border-right: 4px solid #332c2c;
    right:5px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.base_swiper .swiper_btn:hover::before{
    border-color: #e62129;
}

.base_more{
    padding: 0 35px;
    border: 1px solid #332c2c;
    display: inline-block;
    line-height: 50px;
    cursor: pointer;
}
.base_more span{
    color: #332c2c;
    padding-right: 25px;
    position: relative;
}
.base_more span::before{
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    border-top: 1px solid #332c2c;
    border-right: 1px solid #332c2c;
    right: 1px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}   
.base_more:hover{
    border-color: #e62129;
}
.base_more:hover span{
    color: #e62129;
}
.base_more:hover span::before{
    border-color: #e62129;
}
.hoverwhite:hover{
    background-color: #e62129;
}
.hoverwhite:hover span{
    color: #fff;
}
.hoverwhite:hover span::before{
    border-color: #fff;
}

.more{
    display: inline-block;
    padding-right: 30px;
    position: relative;
}
.more::before{
    content: '';
    display: block;
    position: absolute;
    top: 41%;
    border-top: 1px solid #332c2c;
    border-right: 1px solid #332c2c;
    right: 18px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

@media (max-width: 1280px){
    .base_more {
        padding: 0 25px;
        line-height: 40px;
    }
    .base_more span::before{
        top: 5px;
    }
}
@media (max-width: 768px){
    .base_more {
        padding: 0 15px;
        line-height: 30px;
    }
    .base_more span {
        padding-right: 15px;
    }
    .base_swiper .swiper_btn{
        width: 15px;
        height: 30px;
    }
    .base_swiper .swiper_btn.prev::before {
        top: 6px;
        border-bottom: 2px solid #332c2c;
        border-left: 2px solid #332c2c;
        right: -6px;
        width: 16px;
        height: 16px;
    }
    .base_swiper .swiper_btn.next::before {
        top: 6px;
        border-top: 2px solid #332c2c;
        border-right: 2px solid #332c2c;
        right: 3px;
        width: 16px;
        height: 16px;
    }
    .more::before{
        top: 5px;
    }
}


.Pages{
    text-align: center;
}
.Pages .p_page{
    display: flex;
    justify-content: center;
}
.Pages1 .p_page{
    justify-content: flex-start;
}
.Pages .p_page a{
    width: 50px;
    text-align: center;
    line-height: 48px;
    position: relative;
    display: inline-block;
    font-style: initial;
    margin: 0 10px;
    font-size: 14px;
    color: #332c2c;
    font-family:"HarmonyMedium";
    border: 1px solid #e3e3e3;
}
.Pages .p_page a.a_cur{
    color: #fff;
    background-color: #e62129;
    border-color:  #e62129;
}
.Pages .p_page a:hover{
    color: #fff;
    background-color: #e62129;
    border-color:  #e62129;
}
.Pages .a_prev::before{
    content: '';
    display: block;
    position: absolute;
    top: 42%;
    border-bottom: 2px solid #332c2c;
    border-left: 2px solid #332c2c;
    right: 18px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.Pages .a_next::before{
    content: '';
    display: block;
    position: absolute;
    top: 42%;
    border-top: 2px solid #332c2c;
    border-right: 2px solid #332c2c;
    right: 20px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.Pages .a_prev:hover::before,
.Pages .a_next:hover::before{
    border-color: #fff;
}
@media (max-width: 1024px){
    .Pages .p_page a{
        width: 40px;
        line-height: 40px;
    }
    .Pages .a_prev::before {
        right: 13px;
    }
    
    .Pages .a_next::before {
        right: 15px;
    }
}
@media (max-width: 768px){
    .Pages .p_page a {
        width: 30px;
        line-height: 28px;
        font-size: 14px;
        margin: 0 5px;
    }
    .Pages .a_prev,
    .Pages .a_next{
        height: 30px;
    }
    .Pages .a_prev::before {
        right: 8px;
        top: 11px;
    }
    .Pages .a_next::before {
        top: 11px;
        right: 12px;
    }
}
@media (max-width: 640px){
    .Pages .num{
        display: none;
    }
    
}



.base_banner{
    position: relative;
}
.base_banner .imgbox{
    position: relative;
    overflow: hidden;
}
.base_banner img{
    width: 100%;
    object-fit: cover;
}
.base_banner .text_box{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    width: 100%;
    text-align: center;
}
.color-white{
    color: #fff;
}
@media (max-width: 768px){
    .base_banner img{
        height: 200px;
    }
}


.locat{
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0,.1);
}
.locat .inner{
    display: flex;
    justify-content: space-between;
}
.ltabs{
    display: flex;
} 
.ltabs a.ltab{
    color: #332c2c;
}
.ltabs .ltab{
    cursor: pointer;
    position: relative;
}
.ltabs .ltab.cur::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background-color: #e62129;
}
.ltabs .ltab.cur{
    color: #e62129;
}
.ltabs .ltab:not(:first-child){
    margin-left: 70px;
}
.ltabs .ltab,
.loted a{
    padding-top: 30px;
    padding-bottom: 30px;
}
.loted{
    display: flex;
    align-items: center;
    color: #332c2c;
    white-space: nowrap;
}
.loted *{
    white-space: nowrap;
}
.loted .home{
    padding-left: 30px;
    position: relative;
}
.loted .home::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    background-image: url(../images/icon06.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 18px;
    background-size: contain;
}
.loted a{
    margin: 0 5px;
    color: rgba(51, 44, 44, .5);
}
.loted span{
    margin-left: 5px;
    color: #332c2c;
}

.loted1 a{
    padding-top: 18px;
    padding-bottom: 18px;
}
.locat1 .auto_1600{
    display: flex;
    justify-content: space-between;
}
.loted1{
    display: flex;
    align-items: center;
    color: #999;
    white-space: nowrap;
}
.loted1 *{
    white-space: nowrap;
}
.loted1 .home{
    padding-left: 30px;
    position: relative;
}
.loted1 .home::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    background-image: url(../images/icon12.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 18px;
    background-size: contain;
}
.loted1 a{
    margin: 0 5px;
    color: #999;
}
.loted1 span{
    margin-left: 5px;
    color: #493996;
}

@media (max-width: 1459px){
    .ltabs .ltab,
    .loted a{
        padding: 25px 0;
    } 
    .loted1 a{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ltabs .ltab:not(:first-child){
        margin-left: 40px;
    }
}
@media (max-width: 1280px){
    .ltabs .ltab,
    .loted a{
        padding: 20px 0;
    } 
    .ltabs .ltab:not(:first-child){
        margin-left: 30px;
    }
}
@media (max-width: 1024px){
    .ltabs .ltab,
    .loted a{
        padding: 15px 0;
    } 
    .loted1 a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ltabs .ltab:not(:first-child){
        margin-left: 20px;
    }
}
@media (max-width: 768px){
    .locat .auto1600 {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .ltabs .ltab,
    .loted a{
        padding: 10px 0;
    } 
    .ltabs .ltab {
        font-size: 14px;
    }
    .ltabs .ltab {
        white-space: nowrap;
    }
    .ltabs {
        overflow-x: auto;
        width: 100%;
    }
    .ltabs .ltab:not(:first-child){
        margin-left: 15px;
    }
}
@media (max-width: 640px){
    .locat .inner{
        flex-wrap: wrap;
    }
    .loted{
        width: 100%;
    } 
}


.section_btn {
    line-height: 60px;
    padding: 0 50px;
    display: inline-block;
    color: #fff;
    background-color: #e62129;
    cursor: pointer;
}
@media (max-width: 1280px){
    .section_btn {
        line-height: 45px;
        padding: 0 30px;
    }
}
@media (max-width: 768px){
    .section_btn {
        line-height: 35px;
        padding: 0 20px;
    }
}



.other3{
    position: fixed;
    right: 50px;
    bottom: 20%;
    z-index: 100;
}
.flows .flow{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: 22px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 15px rgba(0, 0, 0,.1);
    cursor: pointer;
    position: relative;
}
.flows .flow.tel{
    background-image: url(../images/icon12.png);
}
.flows .flow.ma{
    background-image: url(../images/icon13.png);
}
.flows .flow.wx{
    background-image: url(../images/icon14.png);
}
.flows .flow:not(:first-child){
    margin-top: 10px;
}
.flows .flow:hover .flow_img{
    width: 170px;
    text-align: center;
}
.flows .flow_img{
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    width: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0,.1);
    overflow: hidden;
}
/* .flows .flow_tel {
    width: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0,.1);
} */

.flows .flow_img .title {
    background-color: #e62129;
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 15px 15px 0 0;
    padding: 10px 0;
}

.flows .flow_img .tle_input {
    width: 100%;
    padding: 10px;
}

.flows .flow_img .tle_input input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #e62129;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.flows .flow_img .tle_input .submit {
    background-color: #e62129;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 10px;
    text-align: center;
}

.flows .flow_img img{
    width: 100%;
}
@media (max-width: 1024px){
    .other3{
        right: 15px;
    }
    .flows .flow {
        width: 45px;
        height: 45px;
        background-size: 15px;
    }
}
@media (max-width: 768px){
    .other3{
        right: 15px;
    }
    .flows .flow {
        width: 30px;
        height: 30px;
        background-size: 10px;
    }
    .flows .flow:not(:first-child){
        margin-top: 5px;
    }
}


.basemsg .close {
    position: absolute;
    right: 5%;
    top: 5%;
    width: 36px;
    height: 36px;
    z-index: 10;
    cursor: pointer; 
    border: 4px solid #332c2c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.basemsg .close:before,
.basemsg .close:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 4px;
    background-color: #332c2c;
    left: 50%;
    top: 50%;
}
.basemsg .close:before {
    transform:translate(-50%,-50%) rotate(45deg);
    -webkit-transform:translate(-50%,-50%) rotate(45deg);
    -moz-transform:translate(-50%,-50%) rotate(45deg);
    -ms-transform:translate(-50%,-50%) rotate(45deg);
    -o-transform:translate(-50%,-50%) rotate(45deg);
}
.basemsg .close:after {
   transform:translate(-50%,-50%) rotate(-45deg) ;
   -webkit-transform:translate(-50%,-50%) rotate(-45deg) ;
   -moz-transform:translate(-50%,-50%) rotate(-45deg) ;
   -ms-transform:translate(-50%,-50%) rotate(-45deg) ;
   -o-transform:translate(-50%,-50%) rotate(-45deg) ;
} 

@media (max-width: 768px){
    .basemsg .close {
        width: 25px;
        height: 25px;
        right: 10px;
        top: 10px;
        border-width: 2px;
    }
    .basemsg .close:before, .basemsg .close:after {
        height: 2px;
    }
}

.tform{
    max-width: 1200px;
    width: 95%;
    padding: 5.5% 3.2% 3%;
    background-color: #fff;
    position: relative;
}
.tform .title{
    text-align: center;
}
.tform .baseform{
    margin-top: 40px;
}
@media (max-width: 768px){
    .tform .baseform{
        margin-top: 20px;
    }
    .tform .baseform .item.m_b {
        margin-bottom: 10px;
    }
    .tform .form_btn{
        margin-top: 15px;
    }
    .tform .baseform textarea {
        min-height: 80px;
    }
}

/* tr td:nth-child(1) {
    background-color: #cccccc52 !important;
} */