html,body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
* {
 
    /* font-family: PingFang SC-Regular, PingFang SC; */
    font-family:Microsoft YaHei;
}
a {
    text-decoration: none;
}
.head {
 
    width: 100%;
    margin: 0 auto;
    padding:23px 0 23px 0;
    /* background: #ffffff; */
    position: fixed;
    top: 0;
    z-index:555;
}
.head .head_box{
    max-width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.head .l {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
   
}
.head .l .logo{
    width: 112px;
    height: 25px;
    margin-right: 16px;
}
.head .l span {
    font-size: 18px;
    color: #171A1D;
    font-weight: 600;
}
.head .nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.head .head_box .nav .nav-i{
    font-size: 16px;
    color: #171A1D;
    font-weight: 400;
    margin-right: 90px;
    position:relative
}
.head .head_box .nav .nav-a {
    color: #3B66F1;
    font-weight: 600;
}
.head .head_box .nav .nav-a .nav-icon{
    width: 20px;
    height: 24px;
    position: absolute;
    bottom: 7px;
    right: -20px;
}
.head .head_box .nav .nav-a ::after{
    /* content: url(smiley.gif); */
    width: 20px;
    height: 5px;
    background-color: #000000;
    
}
.head .nav .nav-i:last-child{
    margin: 0;
}
.footer {
    width: 100%;
    background: #000000;
}
.beian{
    width: 100%;
}
.beian .beian-text{
    max-width: 1200px;
    box-sizing: border-box;
    margin:0 auto;
    padding:61px 0 39px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
}
.beian .beian-text .beian-text-box{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}
.beian .beian-text .beian-text-box .ga-beian{
    display: flex;align-items: center;
}
.footer .footer-info {
    max-width: 1200px;
    padding: 70px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
}
.footer .footer-info .fotter-l{

}
.footer .footer-info .fotter-l .fotter-t{
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom:67px;
}
.footer .footer-info .fotter-l .item{
    margin-bottom:46px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

}
.footer .footer-info .fotter-l .item .icon{
    width: 22px;
    height: 22px;
    margin-right:20px;
}
.footer .footer-info .fotter-l .item .yx-ico {
    width: 19px;
    height: 14px;
    margin-right:20px;
}
.footer .footer-info .fotter-l .item .text{
    font-size: 18px; 
    color: #FFFFFF;
}
.footer .footer-info .fotter-l .item .icon .img{
    width: 100%;
    height: 100%;
}

.footer .footer-info .fotter-r{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.footer .footer-info .fotter-r .ewm .ewm-title{
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 67px
}
.footer .footer-info .fotter-r .ewm .ewm-pic{
    text-align: center;
    width: 181px;
    height: 181px;
    background-color: #ffffff;
}

.flex-between{
    display: flex; 
    justify-content:space-between;
}

.linaixwomen{
    width: 100%;
    height:100%;
    background-color:rgba(0,0,0,0.8);
    position: fixed;
    top:0; 
    z-index:999 !important;
    display:none;
}
.linaixwomen .qywx{
    position: fixed;
    top: 150px;
    left: 0;
    right: 0;
    width: 375px;
    height: 580px;
    z-index: 999 !important;
    margin: auto;
}
.linaixwomen .qywx .img{
    width: 100%;
    height:100%;
    opacity: 1 !important;
    
}
.img,
.imgs
{
    width: 100%;
    height: 100%;
}

@media (max-width: 1600px) {
    .footer{
        /* width: 1200px; */
    }
    .beian{
        /* width: 1200px;  */
    }
}
@media (min-width: 500px){
    .head-m{
        width: 100%;
        position: fixed;
        display:none;
        top: 0;
    }
    .nav-m{
        display:none;
    }
}
@media (max-width: 500px){
    body{
        background:#ffffff;
    }
    .head{
        display:none;
    }
    .head-m{
        width: 100%;
        position: fixed;
        top: 0;
    }
    .head-m-i .head-m-box,
    .head-m .head-m-box{
        width: 100%;
        display:flex;
        justify-content:space-between;
        padding:12px 20px;
        box-sizing: border-box;
    }
    .head-m-i .head-m-box .page-pic,
    .head-m .head-m-box .page-pic{
        width:91px;
        height:20px;
    }
    .head-m-i .head-m-box .h-button,
    .head-m .head-m-box .h-button{
        width:26px;
        height:19px;
    }
    .page-titlt{
        position: relative;
    }
    .page-titlt .nav-icon{
        width: 15px;
        height: 18px;
        position: absolute;
        right: -15px;
        top: -5px;
    }
    .head .head_box{
        width: 100%;
    }
    .footer{
        width: 100%;
    }
    .footer{
        width:100%;
    }
    .footer .footer-info{
        width:100%;
        flex-direction: column;
        padding:20px;
    }
    .footer .footer-info .fotter-l .fotter-t{
        margin-bottom: 23px;
    }
    .footer .footer-info .fotter-l .item .icon{
        width: 14px;
        height: 14px;
        margin-bottom: 5px;
    }
    .footer .footer-info .fotter-l .item .yx-ico {
        width: 15px;
        height: 13px;
        margin-right:20px;
    }
    .footer .footer-info .fotter-l .item .city-ico {
        width: 16px;
        height: 16px;
        margin-right:20px;
        margin-bottom: 2px;
    }
    
    .footer .footer-info .fotter-l .item .text{
        font-size: 10px;
    }
    .footer .footer-info .fotter-l .item{
        margin-bottom:20px;
    }
    .footer .footer-info .fotter-r{
        margin:37px auto 0;
    }
    .footer .footer-info .fotter-r .ewm .ewm-title{
        margin-bottom:11px;
    }
    .footer .footer-info .fotter-r .ewm .ewm-pic{
        width: 108px;
        height: 108px;
    }
    .beian .beian-text{
        font-size: 8px;
        padding:20px 0;
    }
    .beian .beian-text .beian-text-box{
        flex-direction: column;
    }
    .beian .beian-text .ga-beian{
        padding:3px
    }
    .nav-m{
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        z-index: 999;
        display:none;
    }
    .nav-m .nav-box{
        width: 100%;
        position: relative;
        height: 100%;
    }
    .nav-m .nav-box-i{
        background: #fff;
        width: 230px;
        height: 100%;
        position: absolute;
        right: 0;
    }
    .nav-m .nav-box-i .item{
        width: 100%;
        /* height: 50px; */
        font-size: 18px;
        font-family: PingFang SC, PingFang SC;
        font-weight: normal;
        color: #000000;
        padding:15px 20px;
        position: relative;
        box-sizing: border-box;
    }
    .nav-m .nav-box-i .item .nav-icon-m{
        width: 15px;
        height: 18px;
        position: absolute;
        top: 5px;
        left: 55px;
    }
    .linaixwomen {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        position: fixed;
        top: 0;
        z-index: 999 !important;
        display: none;
    }
    .linaixwomen .qywx{
        width: 240px;
        height: 375px;
    }
}
