﻿.wrap {
    width: 1400px;
    max-width: 1400px;
    margin: auto;
}


.pcword{
    display: block;
}
.appword{
    display: none;
}

.head-no{
    width: 100%;
    height: 90px;
}


.scrollTopa{visibility: hidden;}
.scrollTopb{visibility: hidden;}
.scrollTopc{visibility: hidden;}
.scrollTopd{visibility: hidden;}
.scrollTope{visibility: hidden;}
.scrollTopf{visibility: hidden;}



.head-box{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #ffffff;
}



.headb-cnt{
    background-color: #ffffff;
    padding: 20px 0;
}

.headb-ctbx{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headb-ctble{
    display: flex;
    align-items: center;
}
.headb-ctble > img{
    width: 220px;
    height: auto;
}



.headb-ctbri{
    max-width: 75%;
    display: flex;
    align-items: center;
}
.ctbl-ul{
    display: flex;
    align-items: center;
}
.ctbl-ul > li{
    padding: 0px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all .3s;
    position: relative;
}
.ctbl-ul > li >a{
    padding: 10px 0px;
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
}
.ctbl-ul > li:hover{
    background-color: #e31313;
}
.ctbl-ul > li:hover::before{
    content: "";
    width: 100%;
    height: 24px;
    background-color: #e31313;
    position: absolute;
    left: 0;
    bottom: -24px;
}
.ctbl-ul > li:hover > a{
    color: #ffffff;
}

.lishw{
    background-color: #e31313;
}
.lishw::before{
    content: "";
    width: 100%;
    height: 24px;
    background-color: #e31313;
    position: absolute;
    left: 0;
    bottom: -24px;
}
.lishw > a{
    color: #ffffff;
}


/* 下拉 */
.downup{
    display: none;
}
.ctbl-down{
    width: 100vw;
    max-height: 90vh;
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 9;
    background-color: #666666;
    padding-bottom: 40px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ctbl-dwn-tit{
    font-size: 26px;
    color: #ffffff;
    margin-top: 25px;

}
.ctbl-dwn-tit > i{
    font-size: 26px;
}

.ctbl-dwn-item{
    margin-top: 25px;
}
.ctbl-dwn-itm-tit{
    display: flex;
    align-items: center;
    color: #ffffff;
}

.ctbl-dwn-itm-tit span{
    font-size: 22px;
    margin-left: 5px;
}
.ctbl-dwn-itm-tit img{
    width: 25px;
    height: 25px;
}

.ctbl-dwn-itm-ul{
    display: flex;
    flex-wrap: wrap;
}
.ctbl-dwn-itm-ul li{
    width: 23%;
    height: 55px;
    background-color: #ffffff;
    border:2px solid #ffffff;
    border-radius: 5px;
    overflow: hidden;
    margin: 9px;
}

.ctbl-dwn-itm-ul li a{
    height: 100%;
    display: flex;
    align-items: center;
}
.ctbl-dwn-itm-ul li a p{
    width: 15%;
    height: 100%;
    background-color: #f9d0d0;
    display: none;
}
.ctbl-dwn-itm-ul li a p img{
    width: 20px;
    height: 20px;
}
.ctbl-dwn-itm-ul li a h4{
    width: 100%;
    font-size: 18px;
    color:#00a0e9;
    padding: 0 20px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}


.ctbl-uprod{
    position: relative;
}
.ctbl-uprod > a{
    display: flex;
    align-items: center;
    padding: 10px 20px;
}
.ctbl-uprod > a > img{
    width: 20px;
    height: 20px;
    margin-top: 4px;
}
.ctbl-uprod > a > span{
    font-size: 16px;
    margin-left: 10px;
}


.headb-ctbr-language{
    border-left: 1px solid #ececec;
    display: flex;
    align-items: center;
    padding-left: 35px;
    cursor:pointer;
}
.headb-ctbr-language > a > img{
    width: 46px;
    height: 16px;
    
}
    .headb-ctbr-language > a > span {
       /* margin-right: 5px;*/
        /*margin-top:5px;*/
    }
    .headb-ctbr-language > a {
        font-size: 14px;
        padding: 3px 7px;
        border-radius: 5px;
        color: red;
        display: flex;
        align-items: center;
    }
.language-ashw{
    color: #e31313 !important;
    background-color: #fce7e7;
}







/* main  */

.banner-box{
    max-width: 1920px;
    min-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.banner-box img{
    width: 100%;
    height: auto;
}

.banner-bchld{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-bchld h4{
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}
.banner-bchld h2{
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 15px;
}




.busines-tit {
    display: flex;
    justify-content: center;
}

.busines-tit>h2 {
    font-size: 36px;
    position: relative;
}

.busines-tit>h2::after {
    content: "";
    width: 50px;
    height: 5px;
    background-color: #e31313;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}






/* 底部 footer  */
.foot-box{
    background-color: #f5f5f5;
}

.footb-top{
    padding: 40px 0;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footb-timg img{
    width: auto;
    height: 50px;
}

.footb-tri{
    display: flex;
    align-items: center;
}
.footb-tri a{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    border: 1px solid #bbbbbb;
    margin-left: 10px;
}
.footb-tri a img{
    width: 25px;
    height: 25px;
}



.footb-cnt{
    padding: 45px 0;
    display: flex;
}
.footb-ctle{
    width: 74%;
    display: flex;
}

    .footb-ctle > ul {
        min-width: 18%;
        margin-right: 0px;
        max-width: 25%;
    }
    .footb-ctle > ul:nth-child(1){
    	min-width: 22%;
    	margin-right: 100px;
    }
   .footb-ctle > ul:nth-child(1) > li h3::after{
    	content: ">";
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        line-height: 26px;
}
.footb-ctle > ul:last-child > li h3::after{
    content: ">";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    line-height: 26px;
}
    
.footb-ctle ul li h3{
    height: 30px;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #333333;
    position: relative;
    border-bottom: 1px solid #999999;
}
.footb-ctle ul li a{
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
}
.footb-ctle ul li span{
    font-size: 14px;
    
    margin-top: 10px;
    display: inline-block;
}

.ctl-news{
    margin-top: 30px;
}
.ctl-nashi{
    margin-top: 20px;
}


.footb-ctri{
    width: 26%;
}

.footb-ctri > h3::after{
    content: ">";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    line-height: 26px;
}

.footb-ctri > h3{
    font-size: 18px;
    font-weight: 600;
    padding-bottom:5px;
    position: relative;
    border-bottom: 1px solid #999999;
}
.footb-ctri > p{
    display: flex;
    margin-top: 15px;
    font-size: 16px;
}
.footb-ctri > p img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}



.footb-btm{
    padding: 40px 0;
    border-top: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footb-btm p{
    font-size: 14px;
    color: #333333;
}
.footb-btm p a{
    opacity: .6;
}
.footb-btm p a:nth-child(2){
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #dcdcdc;
}
