/*all*/
html{
    /*font-size:100px;*/
    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: "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;
    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;
    margin: 0 auto;
}
.container{
    padding: 0;
}
a{
    color: #333333;
}
a:hover{
    color: #368bcc;
}
a:hover,a:active,a:link{
    text-decoration:none;
}
img{
    max-width: 100%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*宽度限定*/
.wp {
    /*width: 100%;*/
    margin: 0 auto;
    max-width: 14rem;
}

/*页眉*/
.top{
    background: url("../images/header/bg.jpg")no-repeat center;
    background-size: cover;
    padding: 0.3rem 0;
}

.top .img{
    display: table;
}
.top .img{
    width: 5.08rem;
}

/*头部链接*/
.top .head .t_link{
    font-size: 0.18rem;
    margin-top: 0.08rem;
    margin-bottom: 0.1rem;
}
.top .head .t_link a{
    margin-right: 0.2rem;
    line-height: 0.44rem;
}

/*搜索*/


/*导航*/
.nav {
    background-image: linear-gradient(to top,#c0e7ff,#f1faff);
    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: center;
}
.nav .mobNav {
    display: none;
}
.nav .dropdown {
    width: 14rem;
}
.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;
}
.nav .menu a {
    color: #333;
    height: 0.55rem;
    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: center;
    font-size: 0.22rem;
    text-decoration: none;
    font-weight: bold;
}
.nav .menu a:hover,.nav .menu .avt {
    color: #0352a0; 
    /*background: url("../images/header/dq.png")no-repeat center bottom;*/
    /*background-size: 0.86rem auto;*/
    /*background-color: #73bfea;*/
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;

}
/*二级菜单*/
.nav .menu ul{
    position: absolute;
    top: 0.55rem;
    left: 0;
    z-index: 9999;
    background-color:#daf1ff;
    width: 100%;
    display: none;
}
.nav .menu ul li a:hover{
    background: rgba(255,255,255,0.3);
}
.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:100px;*/
        font-size: calc(100vw/7.5);
        -webkit-text-size-adjust: 100%;
    }
    /*宽度限定*/
    .wp {
        margin: 0 auto;
        max-width: 7.3rem;
    }
    /*页眉*/
    .top{
        background: url("../images/header/bg.jpg")no-repeat center;
        background-size: cover;
        padding: 0.15rem 0;
    }

    .top .img{
        display: table;
    }
    .top .img{
        width: 100%;
    }

    /*头部链接*/
    .top .head{
        width: 100%;
    }
    .top .head .t_link{
        padding: 1em;
        margin: 0;
    }
    .top .head .t_link a{
        display: inline-block;
        line-height: 0.75rem;
    }
    .top .head .t_link span{
        color: #c8c8c8;
    }
    .top .head .t_link span:last-child{
        display: none;
    }
    /*搜索*/
    .top .head .column{
        width: 50%;
    }
    .top .head .sb-search{
        margin-top: 0;
    }
    .top .head .sb-search.sb-search-open{
        width: 100%;
    }
    /*导航*/
    .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: orange 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: orange 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: 100vw;
        background: rgba(0, 0, 0, 0.8);
        z-index: 999;
        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: 100vw;
    }
    .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;
    }



}






















/*手机适配*/

@media screen and ( max-width: 1200px ) {


}