@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 .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}

.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: #1c96f1;
    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: #06368b;
    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: #1c96f1;
    padding: .46rem 0 .35rem 0;
}


.foot-logo a {
    display: flex;
    justify-content: center;
}

.foot-logo a img {
    max-width: 90%;
    /* height: 0.69rem; */
}

.foot-info {
    display: flex;
    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;
}

.foot-ewm {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	min-height: 90px;
	padding: 0 10px;
}

.vx {
	text-align: center;
	float: right;
	margin-left: 10px;
}
.vx:nth-child(1) {
	text-align: center;
	float: right;
	margin-left: 0px;
}
.vx  img{
	max-width: 100%;
	height: auto;
	max-height: 83px;
}

.vx>div {
	background: rgba(255, 255, 255, .4);
	margin-top: -4px;
}

.vx>div>h2 {
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
}

.vx>p {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}
