@import "icon/iconfont.css";
body{
    margin:0;
    font-family: Source Han Sans CN;
}
body a,textarea,input{
    font-family: Source Han Sans CN;
}
a{
    text-decoration: none;
}
.midBoxCss{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.header{
    background: white;
    height: 86px;
    box-shadow: 0px 2px 19px 1px rgb(148 148 148 / 6%);;
}
.header .logo{
    background: url("img/logo.png") no-repeat center;
    background-size: contain;
    width: 216px;
    height: 30px;
    display: block;
}
.header .midBoxCss{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.head-icon{
    display: flex;
    align-items: center;
    position: relative;
}
.searchInputBox{
    position: absolute;
    /*display: none;*/
    width: 0;
    overflow: hidden;
    /*z-index: 101;*/
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
    transition: 0.5s;
    background: white;
    /*border-radius: 40px;*/
    /*width: 252px;*/
    height: 38px;
    right: 38px;
    display: flex;
    align-items: center;
}
.searchInputBox.show{
    width: 252px;
}
.searchInputBox input{
    border:none;
    outline: none;
    width: 158px;
    height: 100%;
    box-sizing: border-box;
    padding-left:20px;
    position: relative;
    z-index: 2;
    background: white;
}
.closeSearchBox{
    cursor: pointer;
}
.searchFgx  {
    position: absolute;
    width: 1px;
    height: 25px;
    background: #dfdfdf;
    right: 50px;
}
.searchInputBox .search{
    position: absolute;
    right: 64px;
}
#searchBtn{
    cursor: pointer;
}

.icon-head-line{
    width: 1px;
    height: 25px;
    background: #C7C0B8;
    margin:0 10px;
}
.head-icon .search{
    display: block;
    background: url("img/search.png") no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    cursor: pointer;
}
.head-icon .cart{
    display: block;
    background: url("img/cart.png") no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    cursor: pointer;
}
.header .rightNav{
    display: flex;
    align-items: center;
    height: 100%;
}
.header .rightNav>div>a{
    font-size: 18px;
    color:#332C2B;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.header .rightNav>div>a:hover{
    color:#376092;
}
.header .rightNav>div{
    margin-left: 50px;
    height: 100%;
    /*display: flex;*/
    /*align-items: center;*/
}
.header .rightNav>div:first-child{
    margin-left: 0;
}
.header .rightNav a.on{
    color:#376092;
}
.header .rightNav a.on:before{
    content:'';
    display: block;
    width: calc(100% - 2px);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: 2px;
    background: #376092;
    position: absolute;
    margin-top:83px;
}
.moreUl{
    position: absolute;
    list-style: none;
    margin:0;
    padding:0;
    width: 208px;
    background: white;
    transform: translateY(-50px);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    box-shadow: 2px 3px 13px 0px rgba(130,130,130,0.13);
}
.moreMenu>a:after{
    content:'';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-size: contain;
    background: url("img/arrow.png");
}
.moreUl a{
    font-size: 18px;
    font-weight: 300;
    color: #666666;
    width: 100%;
    text-align: center;
}
.moreUl li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 208px;
    height: 43px;
    position: relative;
}
.moreUl li:after{
    content:'';
    position: absolute;
    bottom:0;
    display: block;
    width: 166px;
    height: 1px;
    background: #F5F5F5;
}
.moreUl li:last-child:after{
    display: none;
}
.moreUl li:hover{
    background: #376092;
}
.moreUl li:hover:after{
    display: none;
}
.moreUl li:hover a{
    color:white;
}
.moreMenu:hover .moreUl{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.footer{
    background: #333333;
    /*height: 605px;*/
    height: 490px;
    /*margin-top:32px;*/
}
.footer-rights{
    padding-top:35px;
    border-top:1px solid #666666;
    font-size: 14px;
    font-weight: 300;
    color: #CCCCCC;
    text-align: center;
}
.footer-rights a{
    font-size: 14px;
    font-weight: 300;
    color: #CCCCCC;
    position: relative;
}
.footer-rights a:hover{
    color:white;
}
.footer-rights>div:first-child{
    margin-bottom:18px;
}
.footer-rights>div:first-child>a{
    margin-right: 30px;
}
.footer-rights>div:first-child>a:last-child{
    margin-right: 0;
}
.footer-rights>div:first-child>a:after{
    content:'';
    display: inline-block;
    width: 1px;
    height: 16px;
    margin-top:2px;
    background: #CCCCCC;
    position: absolute;
    margin-left:17px;
}
.footer-rights>div:first-child>a:last-child:after{
    display: none;
}
.msg-board{
    box-sizing: border-box;
    width: 539px;
    height: 481px;
    background: #5492DE;
    padding:35px 38px 0 30px;
    margin-top:-32px;
    display: none;
}
.msg-board-title{
    display: inline-block;
    background: url("img/edit.png") no-repeat;
    background-size: 40px 40px;
    padding-right: 50px;
    background-position-x: right;
    background-position-y: 0;
    font-size: 30px;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom:26px;
}
.footer-input-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:20px;
}
.footer-input-row input{
    width: 225px;
    height: 43px;
    border: 1px solid #C2D1E4;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    font-size: 14px;
    font-weight: 300;
    color: #E6E6E6;
    padding-left: 12px;
}
.footer-input-row input::placeholder,.footer-textarea textarea::placeholder{
    color: #E6E6E6;
}
.footer-textarea{
    margin-bottom:15px;
}
.footer-textarea textarea{
    width: 100%;
    height: 96px;
    border: 1px solid #C2D1E4;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    font-size: 14px;
    font-weight: 300;
    color: #E6E6E6;
    padding-left: 12px;
    resize: none;
}
.footer-btn{
    display: flex;
    margin:0 auto;
    width: 237px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    cursor: pointer;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 300;
    color: #5492DE;
}
.footer-btn:hover{
    background: white;
    transition: 0.2s;
}
.footer-qr-code{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    width: 250px;
    min-width: 250px;
    background: url("img/qr-code.png") no-repeat center;
    background-position-y: top;
    height: 285px;

}
.footer-first-row{
    display: flex;
    justify-content: space-between;
}
.footer-info-box{
    margin-right: 30px;
    margin-bottom:20px;
    display: flex;
}
.footer-info-box>div:before{
    content:attr(data-font);
    font-size: 18px;
    font-weight: 300;
    color: #CCCCCC;
    display: block;
    margin-bottom:8px;
}
.footer-info-box>div{
    /*width: 285px;*/
    width: 274px;
    font-size: 16px;
    font-weight: 300;
    color: #CCCCCC;
    line-height: 20px;
    padding-left: 32px;
    margin-bottom:50px;
    position: relative;
}
.footer-info-box>div:last-child{
    margin-bottom:0;
}

.fPhone:after{
    content:'';
    background: url("img/phone.png") no-repeat center;
    background-size: 28px;
    background-position-x: left;
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    left: 0;
    top:-2px;
}
.fEmail:after{
    content:'';
    background: url("img/email.png") no-repeat center;
    background-size: 26px;
    background-position-x: left;
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    left: 0;
    top:-3px;
}
.fLocation:after{
    content:'';
    background: url("img/location.png") no-repeat center;
    background-size: 26px;
    background-position-x: left;
    position: absolute;
    display: block;
    width: 26px;
    height: 28px;
    left: 0;
    top:-4px;
}
.first-row-right{
    display: flex;
    align-items: center;
    padding-bottom:40px;
    width: 100%;
    padding-top:30px;
    justify-content: space-between;
}
.float-right{
    position: fixed;
    right: 20px;
    z-index: 222;
    top:20%;
    /*bottom:0;*/
    margin-top:auto;
    margin-bottom:auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
    display: none;
}
.float-icon{
    width: 84px;
    height: 361px;
    background: #5492DE;
    border-radius: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.float-icon>div{
    width: 68px;
    height: 68px;
    background-size: contain;
    position: relative;
}
.float-icon>div.float-line{
    width: 71px!important;
    height: 1px!important;
    background: #DBDBDB;
    opacity: 0.3;
}
.float-phone{
    background: url("img/float-phone.png") no-repeat center;
}
.float-phone:hover{
    transition: 0.2s;
    background: url("img/float-phoneh.png") no-repeat center;
}
.float-qq{
    background: url("img/float-qq.png") no-repeat center;
}
.float-qq:hover{
    transition: 0.2s;
    background: url("img/float-qqh.png") no-repeat center;
}
.float-wx{
    background: url("img/float-wx.png") no-repeat center;
}
.float-wx:hover{
    transition: 0.2s;
    background: url("img/float-wxh.png") no-repeat center;
}
.float-email{
    background: url("img/float-email.png") no-repeat center;
}
.float-email:hover{
    transition: 0.2s;
    background: url("img/float-emailh.png") no-repeat center;
}

.float-hover-box{
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    width: 243px;
    min-height: 117px;
    background: white;
    border:8px solid #5492DE;
    border-radius: 5px;
    right: 92px;
    margin-top:-20px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
    z-index: 22;
}
.float-hover-box:after{
    content:'';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    transform: rotate(45deg);
    right: -14px;
    background: #5492DE;
    top:40px;
}
.float-icon>div:hover .float-hover-box{
    opacity: 1;
    visibility: visible;
}
.toTopBtn{
    cursor: pointer;
    width: 70px;
    height: 70px;
    background: url("img/toTop.png") no-repeat center;
    background-size: contain;
    margin:22px auto 0 auto;
    visibility: hidden;
}

.sub-banner{
    background-size: cover;
    height: 350px;
    min-width: 1200px;
    background-position: center!important;
}
.sub-banner img{
    display: block;
    width: 100%;
    height: 100%;
}
.page-location{
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    padding-top:24px;
    padding-bottom:10px;
    border-bottom:1px solid #EBE9E7;
}
.page-location>span{
    color:#376092;
}
.page-box{
    padding-top:30px;
    padding-bottom:50px;
}

.m-header,.m-header-holder{
    display: none;
    height: 55px;
}
.m-header>div{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.m-header .logo{
    background: url("img/logo.png") no-repeat center;
    background-size: contain;
    display: block;
    width: 153px;
    height: 100%;
}


.mobile-btn{
    height: 100%;
    display: inline-flex;
    align-items: center;
}
.mobile-btn .right-icon-group>a.language,.mobile-btn  .right-icon-group>div.search,.mobile-btn  .right-icon-group>div.msg{
    margin-left: 0;
    margin-right: 8px;
}
.mobile-btn .right-icon-group{
    margin-right: 12px;
    height: 100%;
    display: flex;
    align-items: center;
}
.right-icon-group .search{
    height: 100%;
    width: 28px;
    background: url("img/search.png") no-repeat center;
    background-size:auto 22px ;
}
.head-menu{
    background: url("img/menu.png") no-repeat center;
    background-size: auto 14px;
    width: 20px;
    height: 100%;
    display: inline-block;
}
#head-menu-btn{
    width: 20px;
}
#headMenuList{
    position: fixed;
    left: 0;
    right: 0;
    top:55px;
    bottom:0;
    display: none;
    background: white;
    z-index: 233;
    overflow-y: auto;
}
.headMenuBox{
    border-bottom:1px solid #DDDDDD;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 13px;
    height: 40px;
    color:#333333;
}
.headMenuLi{
    background:#F9F9F9;
    overflow: hidden;
    display: none;
}
.headMenuLi>a{
    font-size: 15px;
    padding-left:20px;
    display: block;
    color:#292e33;
    margin-top:10px;
}
.headMenuLi>a:last-child{
    margin-bottom:10px;
}
.rightArrowDown{
    transition: 0.15s;
}
.showLi>.headMenuBox>.rightArrowDown{
    transform: rotate(180deg);
}
.mCart{
    height: 100%;
    width: 28px;
    background: url("img/cart.png") no-repeat center;
    background-size:auto 22px ;
}
.searchInputBox{
    position: absolute;
    /*display: none;*/
    width: 0;
    overflow: hidden;
    /*z-index: 101;*/
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
    transition: 0.5s;
    background: white;
    /*border-radius: 40px;*/
    /*width: 252px;*/
    height: 38px;
    right: 38px;
    display: flex;
    align-items: center;
    z-index: 22;
}
.searchInputBox.show{
    width: 252px;
}
.searchInputBox input{
    border:none;
    outline: none;
    width: 158px;
    height: 100%;
    box-sizing: border-box;
    padding-left:20px;
    position: relative;
    z-index: 2;
    background: white;
}
.searchInputBox .search{
    height: 100%;
    width: 28px;
    background: url(img/search.png) no-repeat center white;
    background-size: 28px auto;
    position: absolute;
    right: 64px;
}
.searchFgx {
    position: absolute;
    width: 1px;
    height: 25px;
    background: #dfdfdf;
    right: 50px;
}

.page-box .page{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-box .page>span:first-child{
    display: none;
}
.page-box .page>a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #C2C2C2;
    border-radius: 50%;
    box-sizing: border-box;

    font-size: 20px;
    font-weight: 300;
    color: #999999;
}
.page-box .page>span.current{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    background: #5492DD;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 300;
    color: #FFFFFF;
}
.page-left{
    background: url("img/page-left.png");
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    display: inline-block;
    background-size: 36px 36px;
    border:none!important;
}
.page-right{
    background: url("img/page-right.png");
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    display: inline-block;
    background-size: 36px 36px;
    border:none!important;
}
.page-box .page>span.disabled{
    cursor: not-allowed;
    opacity: 0.8;
}
.page-box .page>a,.page-box .page>span{
    margin-right: 8px;
}
.page-box .page>a:last-child,.page-box .page>span:last-child{
    margin-right: 0;
}
.cart_num_box{
    /*display: block;*/
    position: absolute;
    color:white;
    font-size: 12px;
    background-color: #c7000b;
    padding: 0 4px;
    border-radius: 10px;
    line-height: 16px;
    text-align: center;
    margin-left: 16px;
    margin-top: -4px;
}
.mCart .cart_num_box{
    margin-left: 14px;
    margin-top: 8px;
}
@media screen and (max-width: 1380px){
    .float-right{
        right: 0;
        transform: scale(0.75);
        top:12%;
    }
}
@media screen and (max-width: 768px){
    .footer-input-row.verifyCodeRowBox{
        flex-direction: row;
    }
    .footer-input-row.verifyCodeRowBox>input:first-child{
        margin-bottom: 0;
    }
    .midBoxCss{
        width: 92%;
        margin:0 auto;
    }
    .float-right{
        display: none;
    }
    .header{
        display: none;
    }
    .m-header-holder{
        display: block;
    }
    .m-header{
        background: white;
        z-index: 222;
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top:0;
        box-shadow: 0px 2px 19px 1px rgba(148, 148, 148, 0.1);
    }
    .m-header .searchInputBox{
        right: 3%!important;
        top:8px!important;;
        height: 38px!important;;
    }
    .m-header .searchInputBox.show{
        width:94%;
    }
    .m-header .searchInputBox input{
        width: 72%;
    }
    .mobile-block{
        display: block;
    }
    .msg-board{
        width: 100%;
        height: auto;
        padding-bottom:20px;
        margin-top:4vw;
    }
    .footer{
        height: auto;
        padding-bottom:4vw;
    }
    .footer-input-row{
        flex-direction: column;
    }
    .footer-input-row>input:first-child{
        margin-bottom:20px;
    }
    .footer-input-row>input{
        width: 100%;
    }
    .footer-first-row{
        flex-direction: column;
    }
    .first-row-right{
        flex-direction: column;
        padding-bottom:15px;
    }
    .footer-qr-code{
        margin:0 auto;
    }
    .footer-info-box{
        width: 100%;
        margin-right: 0;
        /*margin-top:20px;*/
        margin-bottom:30px;
        display: block;
    }
    .footer-info-box>div{
        margin-bottom:12px;
        width: 100%;
        box-sizing: border-box;
        font-size: 14px;
        /*display: flex;*/

    }
    .footer-info-box>div:before{
        /*margin-bottom:0;*/
        white-space: nowrap;
        font-size: 14px;
    }
    .footer-rights{
        padding-left: 4%;
        padding-right: 4%;
    }
    .sub-banner{
        min-width: 100%;
        background-position-x: calc(-205px + 4vw)!important;
        background-size: auto 100%!important;
        height: 200px;
    }
    .page-location{
        font-size: 14px;
        padding-top:15px;
    }
    .footer-btn{
        font-size: 16px;
    }
}