@charset "utf-8";
* {
    padding: 0;
    margin: 0;}

li {
    list-style: none;}

a {
    text-decoration: none;
    color:#333;}

h2,
h3,
i,
em {
    font-style: normal;}

html,
body {
    font-family: 微软雅黑;}
.clearfix:after {display:block; visibility:hidden; clear:both; content:'.'; overflow:hidden; width:0; height:0; font-size:0; line-height:0;}
.clearfix {*zoom:1;display:block;}
input,
img,
a {
    outline: none;
    border: 0;}
.px1400{
	max-width: 1400px;
	margin: 0 auto;}
.header{
	background: #004da0;
	background-size: cover;}
.head{
	padding: 15px 0;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;}
.logo{
	float: left;}
.logo a,.logo a img{
	     
display: block;
	     
width: auto;
	     
height: 100px;}
.head .img img{
	
display: block;
	
width: auto;
	
height: auto;
	
max-height: 70px;}
.seach{
	position: relative;
	box-shadow: 0px 0px 16px 0px 
			rgba(0, 38, 105, 0.15);}
.seach input[type="text"]{
	width: 220px;
	height: 40px;
	padding-left: 15px;
	padding-right: 45px;
	border-radius: 20px;}
.seach input[type="image"]{
	position: absolute;
	right: 18px;
	top: 25%;}
#nav{
	background-color: #0055b0;}
#nav::after{
	content: "";
		display: block;
		height: 0;
		clear: both;}

.nav>ul>li{
	float: left;
	width: 10%;
	text-align: center;
	line-height: 55px;
	position: relative;}
.nav>ul>li>a{
	font-size: 20px;
	color: #ffffff;}
.nav>ul>li a.hover{font-weight:bold;}
.nav>ul>li a:hover{font-weight:bold;}
.nav>ul>li>ul>li a:hover{font-weight:bold;color: #0055b0;}
.nav>ul>li>ul{
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	z-index: 999;
	background: rgba(255,255,255,0.8);
	padding: 5px 0;}
.nav>ul>li>ul>li{padding: 0 10px;box-sizing: border-box;width: 100%;}
.nav>ul>li>ul>li>a{
	font-size: 16px;
	color: #333333;
	display: block;
	margin: 0;
	display: block;
	line-height: 24px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,0.15);}
.nav>ul>li>ul>li:last-of-type>a{
	border-bottom:none;}
.banner>.slick-prev{
	width: 55px;
	height: 55px;
	background: url(../image/ba-left.jpg) no-repeat center center;
	left: 4%;
	background-size: 100%;}
.banner>.slick-next{
	width: 55px;
	height: 55px;
	background: url(../image/ba-right.jpg) no-repeat center center;
	right: 4%;
	background-size: 100%;}
.banner img{
	width: 100%;}
.footer{
	background-color: #0055b0;
	background-size: cover;}
.foot{
	overflow: hidden;}
.bq{
	width: 100%;
	float: none;}
.bq-t>p{
	font-size: 15px;
	line-height: 30px;
	color: #fff;}
.bq-b{
	border-top: 1px solid rgba(255,255,255,0.18);}
.bq-b>p{
	font-size: 15px;
	line-height: 50px;
	color: #fff;
	text-align: center;}
.foot-r{
	width: 14%;
	float: right;
	
	text-align: center;}
.rwm{
	padding: 0;}
.rwm>div>h2{
	font-size: 18px;
	color: #ffffff;}
.rwm>div{
	margin-top: 10px;}
.link{
	padding:20px 0;
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;}
.link h2{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	white-space: nowrap;}
.link ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;}
.link ul li a{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin: 0 10px;
	display: block;}
.link ul li a:hover{
	color:#FFC107;}

/* 移动端头部 */
.top {
    width: auto;
    height: auto;}

.wap {
    display: none;}

.top>img {
    display: block;
    width: 100%;}

.wap-menu {
    font-size: 0;}

.close-menu {
    display: none;}

.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%;
	min-height: 154px;
	object-fit: cover;}


@media screen and (max-width: 1440px) {
	.px1400{
		width: auto;
		margin-left: 15px;
		margin-right: 15px;}
	.nav>ul>li>a{
		
font-size: 18px;}
}
@media screen and (max-width: 1240px) {
	.head .img{
		display:none;}
}
@media screen and (max-width: 1024px) {
	.footer{
		padding: 20px 0;}
    .header {
        display: none;}
    .nav {
        display: none;}
    .wap {
        display: block;}
    .m-logo {
        font-size: 0;}
    .m-head {
        padding: 15px 10px;
        z-index: 999;
        background: #0055b0;
        width: 100%;
        box-sizing: border-box;
        position: static;}
	.m-head .flex{
		display: flex;
		align-items: center;
		justify-content: space-between;}
    .m-logo {
        font-size: 0;}
    .m-logo a {
        font-size: 0;
        line-height: 40px;}
    .m-logo img {
        height: 70px;
        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: 96%;
        padding-left: 20px;
        line-height: 35px;
        background: none;
        color: #fff;
        border: 1px solid #ddd;
        border-radius: 20px;
        padding-right: 45px;}
    .m-search input[type="text"]::placeholder {
        color: #fff;}
    .m-search input[type="image"] {
        position: absolute;
        right: 28px;
        top: 15px;
        height: 15px;}
    .m-nav {
        position: fixed;
        top: 100px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #316db4;
        width: 100%;
        height: calc(100% - 100px);
        overflow: auto;
        display: block;}
    .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.jpg) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;}
	.bq{
		float: none;
		width: auto;
		margin: 0 auto;}
	.foot-r{
		float: none;
		width: auto;
		margin: 10px auto;}
	.bq-t{
		text-align: center;}
	.bq-t>p{
		font-size: 14px;
		line-height: 26px;}
	.bq-b>p{
		font-size: 14px;
		line-height: 26px;
		text-align: center;
		margin-top: 10px;}
	.banner>.slick-prev{
		width: 40px;
		height: 40px;}
	.banner>.slick-next{
		width: 40px;
		height: 40px;}
	.rwm>img{
		width: 100px;}
	.rwm>div>h2{
		font-size: 15px;}
}
@media screen and (max-width: 1024px) {
	.link{
		padding: 0 0 10px;
		flex-wrap:wrap;}
	.link h2{
		width:100%;
		font-size: 18px;
		line-height: 24px;}
	.link ul li a{
		width: auto;
		font-size: 14px;
		line-height: 26px;
		margin: 5px 10px 0 0;}
}
@media screen and (max-width: 560px){
	.m-logo img{
        height: 60px;}
	.m-head{
		padding: 10px;}
	.m-nav{
		top: 80px;
		height: calc(100% - 80px);}	
	.footer{
		padding: 20px 0 10px;}
}