@charset "utf-8";


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: '微软雅黑';
}

img, button, input {
    border: none;
    outline: none;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

body {
    font-size: 0;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

a:hover .pic img {
    transform: scale(1.05);
}

.titline i {
    display: block;
    font-style: normal;
}

.t-search {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 0.7rem;
    z-index: 998;
    background: #06368b;
    padding: 0.1rem 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    transition: all .3s;
}

.t-search.on {
    top: 1rem;
}

.t-search>div {
    width: 5rem;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 0.6rem 0 0.2rem;
    font-size: 0.24rem;
    height: 0.5rem;
    line-height: 0.4rem;
}

.t-search>div input[type="image"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.5rem;
    height: 0.5rem;
    padding: 0.1rem;
    background: #2558b1;
}



.top {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    padding: 0 0.3rem 0 0.3rem;
    background: #2477c5;
    z-index: 999;
    height: 1rem;
    display: flex;
    align-items: center;
}

.logo {
    float: left;
}

.logo>a {
    display: block;
    overflow: hidden;
}

.logo img {
    /* display: block; */
    height: 0.6rem;
}

.head-link {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.head-link a {
    display: block;
    font-size: .2rem;
    line-height: .36rem;
    color: #fff;
}

.search {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.search img {
    display: block;
    width: 0.33rem;
    height: 0.33rem;
}

.menu {
    position: absolute;
    top: 50%;
    right: 0.3rem;
    transform: translateY(-50%);
}

.menu img {
    display: block;
    width: 0.37rem;
    height: 0.32rem;
}

.m-nav {
    position: fixed;
    top: 1rem;
    bottom: 0;
    left: 100%;
    right: 0;
    margin: auto;
    background: #005DB5;
    background-size: 6.4rem auto;
    z-index: 997;
    padding-top: 0.3rem;
    overflow-y: scroll;
}

.m-nav>ul>li {
    position: relative;
    padding: 0 0.2rem;
    overflow: hidden;
}

.m-nav>ul>li>a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.8rem;
    color: #fff;
    z-index: 99;
    border-bottom: 1px solid rgba(222, 221, 221, 0.5);
}

.m-nav>ul>li>span {
    position: absolute;
    width: 0.7rem;
    right: 0.1rem;
    top: 0;
    height: 0.7rem;
    z-index: 999;
    transition: all 300ms;
    background: url("../images/add.png")no-repeat center center;
    background-size: 0.28rem;
}

.m-nav>ul>li.on>span {
    transform: rotate(45deg);
}

.m-nav>ul>li>ul {
    display: none;
    padding: .2rem 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(222, 221, 221, 0.5);
}

.m-nav>ul>li>ul li {
    line-height: 0.6rem;
    padding: .2rem 0;
}

.m-nav>ul>li>ul a {
    display: block;
    width: 100%;
    font-size: 0.24rem;
    line-height: 1;
    color: #fff;
    padding: 0 0.3rem;
}








.foot-c {
    background: #2477c5;
    padding: .46rem 0.15rem .35rem 0.15rem;
}


.foot-logo a {
    display: flex;
    justify-content: center;
}

.foot-logo a img {
    max-width: 90%;
    /* height: 0.69rem; */
}

.foot-info {
    display: inline-block;
    justify-content: center;
    padding-top: 0.35rem;
    margin-top: .3rem;
    border-top: 1px solid rgba(255, 255, 255, .24);
}

.foot-info div p {
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #fffefe;
    text-align: center;
}



.kslink {
    /* display: flex; */
    /* justify-content: center; */
    padding-bottom: 0.35rem;
    /* margin-top: .3rem; */
    /* border-top: 1px solid rgba(255, 255, 255, .24); */
}

.kslink h2 {
    color: #fff;
    font-size: 0.14px;
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
}
.kslink ul {margin-bottom: 70px;width: 100%;}
.kslink li{
    width: 48%;
    float: left;
    display: inline-block;
    text-align: center;
}
.kslink a{
    color: #fff;
    font-size: 0.14rem;
}



.xn{
     float: none;
    position: relative;
    width: auto;
    background: #fff;
    margin-left: 0;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
}
.xn:first-child{
    margin-left: 0;
}
.xn>span{
    display: block;
    font-size: 16px;
    line-height: 38px;
    color: #000;
    position: relative;
    padding-left: 10px;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
}
.xn>span>img{
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7px;
}
.xn ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.73);
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 999;
    max-height: 280px;
    overflow-y: auto;
}

.xn ul li{
    display: block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 34px;
    color: #333;
}
.xn ul li>a{
    display: block;
    color: inherit;
}
.xn ul li:hover{
    background: #2267b1;

}
.xn ul li:hover>a{
    color: #fff;
}

.s4{
    padding: 15px 0;
    margin-top: 0.3rem;
}
.s5{
    padding: 10px 0;
}