@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

h2,
h3,
i,
em {
	font-style: normal;
}
b, strong{word-break:break-all;word-break:break-all; }
                              
html,
body {
	
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    max-width: 1920px;
}

input,
img,
a {
	outline: none;
	border: 0;
}

.px1400 {
	max-width: 1400px;
	margin: 0 auto;
}

#change {
	background-color: #1a4f93;
}

.wave {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 99999;
}

.layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 1000;
}

#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;
}

#search input::placeholder {
	color: #fff;
}

.wave.on {
	display: block;
}

.cha {
	position: relative;
	overflow: hidden;
}

.cha a,
.cha span {
	line-height: 35px;
	font-size: 14px;
	color: #ffffff;
	float: right;
}

.cha>span {
	margin: 0 15px;
}
#header{
	box-shadow: 0px 3px 7px 0px 
			rgba(0, 0, 0, 0.19);
			position: relative;
			z-index: 9999;
}
.header::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.logo {
	float: left;
}

.top-r {
	float: right;
}

.top-r>ul {
	float: left;
	margin-top: 10px;
}

.seach {
	float: right;
	margin-top: 30px;
	cursor: pointer;
}

.top-r>ul>li {
	float: left;
	margin-right: 40px;
	position: relative;
}

.top-r>ul>li>a {
	font-size: 22px;
	line-height: 55px;
	color: #333333;
}

.top-r>ul>li>ul {
	position: absolute;
	left: 50%;
	width: 140px;
	transform: translateX(-50%);
	background: #fff;
	text-align: center;
	top: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0 0 5px #999;
	display: none;
	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: #1a4f93;
}

.top-r>ul>li>ul>li:hover a {
	color: #fff;
}

.header {
	padding: 10px 0;
}

.footer {
	background-color: #1a4f93;
}

.foot {
	padding: 20px 0;
	overflow: hidden;
}

.foot-l {
	width: 20.71%;
	float: left;
}

.foot-m {
	width: 67.857%;
	float: left;
	text-align: center;
	margin-top: 20px;
}

.foot-m>p {
	font-size: 14px;
	line-height: 25px;
	color: #fcfcfc;
}
.foot-m>p a{color: #fff;}
.foot-r {
	float: right;
	text-align: center;
}

.ma p {
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}
.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);
}
/* 移动端头部 */
.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: 1220px){
	.foot-l {
	    width: 50%;
	    float: left;
		text-align: center;
	}
	.foot-l img{
		display: inline-block;
	}
	.foot-r {
	      float: none;
    width: 50%;
    margin: 0 auto;
	}
	.foot-m{
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 0;
	}
}
@media screen and (max-width: 1024px) {
	.px1400 {
		padding-left: 15px;
		padding-right: 15px;
	}

	body {
		padding-top: 60px;
	}


	#header {
		display: none;
	}
	#change{
		display: none;
	}


	.wap {
		display: block;
	}

	.m-logo {
		font-size: 0;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #1a4f93;
		padding: 10px;
		z-index: 999;
		box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
	}


	.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: #20609d;
		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 {
	    padding-top: 15px;
	    padding-bottom: 10px;
	}
}