/*all*/
html{
    font-size: calc(100vw/19.20);
    -webkit-text-size-adjust: 100%;
}

*,ul,p,dl,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,li{
    font-family: "微软雅黑";
    text-decoration: none;
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input{
    border: 0;
    outline: none;
}
.container-fluid{
    position: relative;
    padding: 0;
    max-width: 19.20rem;
}
.container{
    padding: 0;
}
a{
    color: #333333;
}
a:hover{
    color: #d12823;
}
a:hover,a:active,a:link{
    text-decoration:none;
}
a{
    color: #333333;
}
img{
    max-width: 100%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*宽度限定*/
.wp {
    width: 99%;
    margin: 0 auto;
    max-width: 17rem;
    position: relative;
}
.wps {
    width: 99%;
    margin: 0 auto;
    max-width: 16rem;
    position: relative;
}
/*导航*/
.top{
    width: 100%;
    background: url("../images/header/0.png")no-repeat center;
    background-size: cover;
}
.top .logo{
    min-height: 1.6rem;
    width: 4.86rem;
    display: grid;
    align-items: center;
}

.top .head{
    width: 9rem;

}


/*搜索*/
.top .head .seek{
    width: 2.22rem;
    height: 0.34rem;
    overflow: hidden;
    border-radius: 0.22rem;
    position: relative;
    margin-right: 0.15rem;
    float: right;
    background: transparent;
    border: 0.01rem solid rgba(255,255,255,.4);
    margin-top: .7rem;
}
.top .head .seek .text{
    padding-left: 0.1rem;
    width: calc(100% - 0.5rem);
    height:0.34rem;
    float: left;
    background-color: transparent;
    font-size: 0.16rem;
    color: #999999;
}
.top .head .seek .text::-webkit-input-placeholder{
    color: #ffffff;
}
.top .head .seek .text::-moz-placeholder{
    color: #ffffff;
}
.top .head .seek .text:-ms-input-placeholder{
    color: #ffffff;
}
.top .head .seek .submit{
    width: 0.21rem;
    background-image: url("../images/header/ss.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100% auto;
    line-height: 0.34rem;
    cursor: pointer;
    float: right;
    margin-right: 0.12rem;
}


.top .head .li{
    height: .34rem;
    padding-left: .4rem;
    padding-right: .2rem;
    border-bottom: .01rem solid rgba(255,255,255,.4);
    border-top: .01rem solid rgba(255,255,255,.4);
    border-right: .01rem solid rgba(255,255,255,.4);
    border-radius: .17rem;
    display: grid;
    align-items: center;
    position: relative;
    margin-top: .7rem;
}
.top .head .li a{
    color: #ffffff;
    font-size: .18rem;
}
.top .head .li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: .34rem;
    height: .34rem;
    border-radius: 50%;
    border: .01rem solid rgba(255,255,255,.8);
    background-repeat: no-repeat;
    background-position: center;
}


.top .head .l1:before{
    background-image: url("../images/header/1.png");
    background-size: .25rem .19rem;
}
.top .head .l2:before{
    background-image: url("../images/header/2.png");
    background-size: .26rem .26rem;
}
.top .head .l3:before{
    background-image: url("../images/header/3.png");
    background-size: .24rem .24rem;
}

.header{
    background-color: #d4120d;
}





/*导航*/
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:space-between;
    /*padding: .25rem 0 .25rem 0;*/
}
.nav .mobNav {
    display: none;
}
.nav .dropdown {
    width: 100%;
}
.nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.nav .menu li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-align: center;
}
.nav .menu a {
    width: 100%;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.18rem;
    text-decoration: none;
    /*white-space: nowrap;*/
    font-weight: bold;
    /*text-transform:capitalize*/
    padding: 0.23rem 0;
    position: relative;
}
.nav .menu .a:before{
    content: "";
    display: block;
    width: .01rem;
    height: .18rem;
    background-color: #e1383b;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.09rem;
}
.nav .menu .a:after{
    content: "";
    display: block;
    width: .01rem;
    height: .18rem;
    background-color: #e1383b;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.09rem;
}
.nav .menu li:first-child .a:after,.nav .menu li:last-child .a:after,{
    display: none;
}



/* 添加类名 */
.nav .menu a:hover, .nav .menu .avt {
    color: #ffffff;
    background: #f32b2f url("../images/header/cur.png") no-repeat center .5rem;
    background-size: .79rem auto;
}

/* 定义类名的样式 */
.hover-effect {
    opacity: 0;
    transition: opacity 300ms linear;
}

/* 鼠标悬浮时添加类名 */
.nav .menu a:hover, .nav .menu .avt {
    opacity: 1;
}


/*二级菜单*/
.nav .menu ul{
    position: absolute;
    top: 0.71rem;
    left: 0;
    z-index: 9999;
    background-color: #ffffff;
    width: 100%;
    display: none;
    padding: .1rem 0;
    border-bottom: .06rem solid #d22521;
}
.nav .menu ul li{
    text-align: left;
}
.nav .menu ul li:last-child a,.nav .menu ul li:last-child a:hover{

}
.nav .menu ul li a{

    color: #000000;
    padding: .1rem .2rem;
    font-weight: inherit;
    font-size: .16rem;
}
.nav .menu ul li a:hover{
    color: #f3ecff;
    background-color: #f32b2f;
    background-image: inherit;

}
.nav .menu li:hover ul{
    display: block;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*手机适配*/
@media screen and (max-width: 1200px) {
    html{
        font-size: calc(100vw/7.5);
    }
    /*宽度限定*/
    .wp {
        margin: 0 auto;
        max-width: 7.3rem;
    }

    /*导航*/
    .nav {
       
        position: relative;
        padding: 2vw;
    }
    .nav .mobNav {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .nav .mobNav .toolBar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 8vw;
        overflow: hidden;
    }
    .nav .mobNav .menuBtn {
        padding: 0;
        margin: 0;
        height: 8vw;
        width: 8vw;
        background: #d4120d url(../images/header/bar.png) center center no-repeat;
        background-size: 7vw 7vw;
        border: none;
        outline: none;
        border-radius: 1px;
    }
    .nav .mobNav .menuBtn:active {
        opacity: 0.8;
    }
    .nav .mobNav .menuBtn.close {
        background: #d4120d url(../images/header/close.png) center center no-repeat;
        background-size: 5vw 5vw;
    }
    .nav .mobNav a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
    }
    .nav .mobNav a img {
        height: 100%;
        width: auto;
    }
    .nav .mobNav span {
        width: 8vw;
        height: 8vw;
    }
    .nav .dropdown {
        position: absolute;
        left: 0;
        top: 12vw;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1200;
        display: none;
    }
    .nav .dropdown .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .nav .dropdown .menu li {
        width: 100%;
    }
    .nav .dropdown .menu li:last-child a {
        border-bottom: 0;
    }
    .nav .dropdown .menu a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: none;
        text-indent: 2vw;
        border-bottom: 1px solid #ddd;
    }
    .nav .dropdown.show {
        display: block;
    }

    /*二级菜单*/
    .nav .menu ul{
        position: relative;
        top: 0;
    }

    /*搜索*/
    .nav .mobNav .seek{
        width: 4.27rem;
        height: 0.6rem;
        overflow: hidden;
        background-color: #0053a6;
        border-radius: 0.3rem;
        position: relative;
        float: right;
    }
    .nav .mobNav .seek .text{
        padding-left: 0.1rem;
        width: calc(100% - 0.7rem);
        height:0.6rem;
        float: left;
        background-color: transparent;
        font-size: 0.14rem;
        color: #b9dfff;
    }
    .nav .mobNav .seek .text::-webkit-input-placeholder{
        color: #b9dfff;
    }
    .nav .mobNav .seek .text::-moz-placeholder{
        color: #b9dfff;
    }
    .nav .mobNav .seek .text:-ms-input-placeholder{
        color: #b9dfff;
    }
    .nav .mobNav .seek .submit{
        width: 0.4rem;
        background-image: url("../images/header/ss.png");
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        background-size: 100% auto;
        line-height: 0.6rem;
        cursor: pointer;
        float: right;
        margin-right: 0.12rem;
    }
.top .head {
    display: none;
}


}


/*banner*/
.banner img{
    width: 100%!important;
    height: auto!important;
}
.banner table{
    width: 100%;
}
.banner #flashBoxu_u4_,.banner #flashBoxu_u3_{
    width: 100%!important;
    height: auto!important;
}