@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

h2,
h3,
i,
em {
	font-style: normal;
}

html,
body {
	font-family: 微软雅黑;
}

input,
img,
a {
	outline: none;
	border: 0;
}

.px1400 {
	max-width: 1400px;
	margin: 0 auto;
}

#top {
	position: relative;
}

.header{
	background: linear-gradient(black,transparent);
}
.header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	padding-top: 20px;
	padding-bottom: 50px;
}
.header.on::after {
    bottom: 0;
}
.header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 100%;
    background-color: #025aa2;
    z-index: -1;
    transition: bottom .5s;
}

.head::before {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.logo{
	float: left;
}
.top-r{
	float: right;
}
.top-r>ul {
    float: left;
    margin-top: 20px;
}
.seach {
    float: right;
    margin-top: 35px;
	cursor: pointer;
}
.top-r>ul>li {
    float: left;
    margin-right: 40px;
    position: relative;
}
.top-r>ul>li:last-child{margin-right:0;}
.top-r>ul>li>a {
    font-size: 22px;
    line-height: 55px;
    color: #ffffff;
}
.top-r>ul>li>ul {
    position: absolute;
    left: 50%;
     width: 180px; 
    transform: translateX(-50%);
    background: #fff;
    text-align: center;
    top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 5px #999;
    display: none;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 999;
}
.top-r>ul>li>ul>li {
    line-height: 30px;
}
.top-r>ul>li>ul>li>a {
    font-size: 16px;
    color: #000000;
}
.top-r>ul>li>ul>li:hover{
	background-color: #20242d;
}
.top-r>ul>li>ul>li:hover a{
	color: #fff;
}
.wave {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}
.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
}
.t-link{display: inline-block;
    margin-top: 35px;
    margin-right: 30px;
    margin-left: 30px;
}
.t-link a{display:block;}
#search {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #4f616d;
    background-color: #13439b;
    padding: 0 15px;
    font-size: 0;
    z-index: 1001;
}
#search input[type="text"] {
    padding-right: 20px;
    width: 750px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}
#search input[type="image"] {
    vertical-align: middle;
}
.wave.on {
    display: block;
}
.footer{
	background-color: #20242d;
}
.foot{
	padding-top: 45px;
	padding-bottom: 50px;
	overflow: hidden;
}
.foot-l{
	float: left;
	width: 26.428%;
	padding-left: 25px;
}
.foot-m{
	float: left;
	width: 28.571%;
	padding-left: 15px;
}
.foot-r{
	padding-right: 45px;
}
.foot-l>h2{
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 30px;
}
.foot-l>a>p{
	font-size: 16px;
	line-height: 40px;
	color: #bac0cc;
}
.foot-m>h2{
	font-size: 28px;
	line-height: 32px;
	color: #ffffff;
	margin-bottom: 30px;
}
.foot-m>p{
	font-size: 16px;
	line-height: 30px;
	color: #bac0cc;
	padding-left: 50px;
	display: inline-block;
	background: url("../image/zip.png") no-repeat left center;
}
.foot-m>span{
	font-size: 16px;
	line-height: 30px;
	color: #bac0cc;
	display: inline-block;
	margin-top: 30px;
	padding-left: 50px;
	background: url("../image/dz.png") no-repeat left center;
	overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
		height: 60px;
}
.foot-t{
	overflow: hidden;
	position: relative;
}
.foot-t>div{
	position: relative;
	float: right;
}
.foot-t input[type="text"]{
	width: 360px;
	height: 52px;
	border: solid 1px #828a9b;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 60px;
	vertical-align: middle;
	border: solid 1px #828a9b;
	float: right;
background-color: transparent;
}
.foot-t input[type="image"]{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	vertical-align: middle;
}
.foot-b{
	float: right;
	margin-top: 55px;
}
.foot-b ul{
	margin-right: -18px;
}
.foot-b ul li{
	float: left;
	margin: 0 18px;
	cursor: pointer;
	position: relative;
}
.foot-b>ul>li>span{
	position: absolute;
	    width: 100px;
	    height: 100px;
	    background-color: #fff;
	    bottom:100px;
	    left: -85%;
	    z-index: 999;
	    display: none;
}
#bq{
	background-color: #13161e;
}
.bq>p{
	text-align: center;
	font-size: 16px;
	line-height: 55px;
	color: #99a0af;
}
.pic {
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.pic:hover img {
    transform: scale(1.2);
}
html,
body,
#top,
.banner,
.banner>div,
.banner>div>div,
.banner>div>div a,
.banner  a img {
    width: 100%;
}
.banner img {
    width: 100%;
    display: block;
}
@media screen and (max-width: 1365px){.top-r>ul>li{margin-right: 20px;}}
@media screen and (max-width: 1220px){
	.top-r>ul>li {
	    margin-right: 9px;
	}
}
/* 移动端头部 */
.top {
	max-width: 1920px;
	margin: 0 auto;
	position: fixed;
	right: 10px;
	top: 18px;
	width: 25px;
	height: 25px;
	z-index: 9999;
}

.wap {
	display: none;
}

.top>img {
	display: block;
	width: 100%;
}

.wap-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	font-size: 0;
}

.close-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wap-menu img {
	height: 25px;
}

.m-head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	z-index: 999;
}

.banner a {
	display: block;
}

.banner img {
	width: 100%;
}
/* 移动端头部 */
.top {
	max-width: 1920px;
	margin: 0 auto;
	position: fixed;
	right: 10px;
	top: 18px;
	width: 25px;
	height: 25px;
	z-index: 9999;
}

.wap {
	display: none;
}

.top>img {
	display: block;
	width: 100%;
}

.wap-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	font-size: 0;
}

.close-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wap-menu img {
	height: 25px;
}

.m-head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	z-index: 999;
}

.banner a {
	display: block;
}

.banner img {
	width: 100%;
}
@media screen and (max-width: 1150px){.top-r>ul>li>a{font-size:17px;}.t-link{margin-left:15px;margin-right:15px;}}
@media screen and (max-width: 1024px) {
html,
body,
#top,
.banner,
.banner>div,
.banner>div>div,
.banner>div>div a,
.banner  a img {
    width: 100%;
    height:auto;
}
	.px1400 {
		padding-left: 15px;
		padding-right: 15px;
	}

	body {
		padding-top: 60px;
	}


	.header {
		display: none;
	}


	.wap {
		display: block;
	}

	.m-logo {
		font-size: 0;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #20242d;
		padding: 10px;
		z-index: 999;
		box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
	}

.m-link{margin-top:15px;margin-bottom:15px;padding-left:30px;}
.m-link a{display:block;}
	.m-logo a {
		font-size: 0;
		line-height: 40px;
	}

	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-tlink {
		padding: 10px 15px 0 15px;
	}

	.m-tlink a {
		font-size: 14px;
		margin-right: 15px;
		margin: 5px 0;
		color: #fff;
		display: inline-block;
		font-size: 14px;
		line-height: 24px;
		background: #fff;
		color: #004980;
		line-height: 30px;
		padding: 0 15px;
		border-radius: 5px;
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		margin-top: 15px;

	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		padding-left: 20px;
		line-height: 35px;
		background: none;
		color: #fff;
		border: 1px solid #ddd;
		border-radius: 20px;
		padding-right: 30px;
	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 15px;
		top: 15px;
		height: 15px;
	}

	.m-nav {
		position: fixed;
		top: 60px;
		left: 100%;
		right: 0;
		bottom: 0;
		z-index: 999;
		background: #3b404c;
		overflow-y: scroll;
	}

	.m-nav ul {
		padding: 0 15px;
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url("../image/m-nav_down.png") no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}
	.foot-m>p{
		padding-left: 30px;
	}
	.foot-m>span{
		padding-left: 30px;
	}
	.foot-l,
	.foot-m{
		padding-left: 0;
	}
	.foot-r {
	    padding-right: 25px;
	}
	.foot {
	    padding-top: 15px;
	    padding-bottom: 30px;
	    overflow: hidden;
	}
}
@media screen and (max-width: 768px){
	
	.foot-l,
	.foot-m,
	.foot-r{
		float: none;
		width: auto;
		text-align: center;
	}
	.foot-l>h2{
		margin-bottom: 0;
	}
	.foot-l>a>p{
		line-height: 26px;
	}
	.foot-l>h2 {
	    font-size: 26px;
	}
	.foot-m>h2 {
	    font-size: 26px;
	    line-height: 30px;
	    margin-bottom: 5px;
	}
	.foot-m>span{
		margin-top: 0;
	}
	.foot-t>div{
		display: inline-block;
		float: none;
	}
	.foot-r{
		padding-right: 0;
	}
	.foot-b {
	    float: none;
	    margin-top: 20px;
		display: inline-block;
	}
	.sect5 h2 {
	    font-size: 24px;
	    left: 35px;
	}
	#play {
	    left: 170px;
	}
}
@media screen and (max-width: 700px){.banner .slick-dots li{width: 10px;
    height: 10px;}}
@media screen and (max-width: 375px){
	
}
