﻿@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

@font-face {
	font-family: 'sySong';
	src:url(../mimages/h_x_h_g_x_y_/background.jpg);
	font-weight: normal;
	font-style: normal;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

img,
input {
	border: 0;
	outline: none;
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.px1220 {
	width: 1220px;
	max-width: 1220px;
	margin: 0 auto;
}



.wap {
	display: none !important;
}

.block {
  background-image: url(../img/background.jpg);
  background-size: cover; 
  background-position: center top; 
  background-repeat: no-repeat; 
}

@keyframes icon-yh {
	0% {
		transform: rotateZ(0);
	}
	10% {
		transform: rotateZ(10deg);
	}
	20% {
		transform: rotateZ(0);
	}
	30% {
		transform: rotateZ(-10deg);
	}
	40% {
		transform: rotateZ(0);
	}
	50% {
		transform: rotateZ(10deg);
	}
	60% {
		transform: rotateZ(0);
	}
	70% {
		transform: rotateZ(-10deg);
	}
	80% {
		transform: rotateZ(0);
	}
	90% {
		transform: rotateZ(10deg);
	}
	100% {
		transform: rotateZ(0);
	}
}


/*head*/

.head {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #00a4e3;
	position: relative;
	z-index: 3;
}

.head-l {
	font-size: 16px;
}

.head-r {
	height: 50px;
}

.head-r span {
	display: inline-block;
	font-size: 14px;
}

.head-r span a {
	display: inline-block;
	margin: 0 14px;
}

.head-r span a:hover {
	color: #00a4e3;
}

.search {
	float: right;
	display: block;
	width: 260px;
	height: 36px;
	background: none;
	border: 1px solid #fff;
	border-radius: 20px;
	position: relative;
	margin-top: 46px;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	display: block;
	width: 260px;
	padding-left: 15px;
	padding-right: 36px;
	height: 36px;
	font-size: 14px;
	background: none;
	color: #fff;
}

.search .button {
	width: 36px;
	height: 36px;
	background: url(../img/fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: #d7e6f9;
}

input::-moz-input-placeholder {
	color: #d7e6f9;
}

input::-ms-input-placeholder {
	color: #d7e6f9;
}


/*头部*/

.top {
	width: 100%;
	background: #00a4e3;
	transition: all 0.3s;
	position: relative;
	z-index: 2;
}

.top.on {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	z-index: 999;
}

.logo a {
	display: block;
	font-size: 0;
	line-height: 130px;
    float:left;
}
.name1 {
    float: left;
    margin-top: 42px;
    font-size: 38px;
    margin-left: 10px;
    color: #fff;
    font-family: fangsong;
    text-shadow: 0 1px 4px #000;
    font-weight: bold;
}
.logo img {
	vertical-align: middle;
    height:63px;
}

/*导航*/

.nav {
	height: 60px;
	line-height: 60px;
	background: #fff;border-bottom: 1px solid #efefef;
}


/*.nav.on {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	z-index: 999;
}*/

.nav>ul {
	font-size: 0;
	text-align: center;
}

.nav>ul>li {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
    height:60px;    
    line-height: 60px;
    width:152px;
}
.nav>ul>li>a {
	display: inline-block;
	font-size: 20px;
	text-align: center;
	position: relative;
}
.xingmu {
	display: inline-block;
    font-size: 20px;
    background: #00a4e3;
    color: #fff;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    border-radius: 10px;
}



.nav>ul>li:hover>a {
	font-weight: bold;
    color:#00a4e3;
}

.nav>ul>li:hover ul {
	transition: all 1s;
	display: block;
	border-top: 1px solid #fff;
}

.nav>ul>li ul li:hover a {
	color: #00a4e3;
}

.nav>ul>li ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	padding: 0;
	width: 162px;
	overflow: hidden;
	transition: all 0.1s;
	z-index: 99;
	display: none;
}

.nav>ul>li ul li {
    background: #fff;
    padding: 5px 10px;
    text-align: center;
    height: 50px;
    line-height: 40px;
}

.nav>ul>li ul li a {
	font-size: 16px;
	color: #333;
	padding: 10px 0;
}

.nav>ul>li ul li:hover {
	background: #00a4e3;
}

.nav>ul>li ul li:hover a {
	color: #fff;
}

.cur{
	font-weight: bold;
    color:#00a4e3;
}
.nav-r {
	float: left;
	position: relative;
}

.nav-r a {
	float: left;
	margin-left: 20px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 0;
}

.nav-r a img {
	vertical-align: middle;
	display: none;
}

.nav-r a img:first-child {
	display: inline-block;
}

.nav-r a span {
	display: block;
	font-size: 18px;
}


/*底部*/

.foot {
	background: #00a4e3;
	width: 100%;
	padding: 15px 0;
	margin-top: 20px;
	text-align: center;
}

.foot {
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot p {
	font-size: 16px;
	line-height: 32px;
}


@media screen and (max-width:1220px) {
	.px1220 {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 1200px) {

	.logo img {
		max-height: 70px;
	}
}
@media screen and (max-width: 1100px) {

	.logo img {
		max-height: 65px;
	}
}

@media screen and (max-width:1024px) {
	body {
		padding-top: 60px !important;
	}
	.pc {
		display: none !important;
	}
	.banner .slick-slide a:before {
		display: none;
	}


.name1{margin-top:5px;    font-size: 26px;}

	.m-top {
		max-width: 1920px;
		margin: 0 auto;
		position: fixed;
		right: 20px;
		top: 18px;
		width: 25px;
		height: 25px;
		z-index: 9999;
	}
	.wap {
		display: block !important;
	}
	.wap-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		font-size: 0;
	}
	.wap-menu img {
		height: 25px;
	}
	.close-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
	}
	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #00a4e3;
		background-size: 100% auto;
		z-index: 999;
		padding: 10px;
	}
	.m-logo {
		font-size: 0;
	}
	.m-logo a {
		font-size: 0;
		line-height: 40px;
		display: block;
	}
	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
        float:left;
	}
	.m-tlink {
		font-size: 12px;
		padding: 10px 15px 0 15px;
		color: rgba(255, 255, 255, 0.6);
	}
	.m-tlink a {
		font-size: 12px;
		margin: 0 8px;
		color: #fff;
		display: inline-block;
		line-height: 24px;
		/*background: #fff;*/
		line-height: 24px;
		border-radius: 5px;
	}
	.m-tlink a img {
		vertical-align: -2px;
		padding-right: 5px;
		height: 14px;
	}
	.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;
		margin-bottom: 15px;
		border: 1px solid #fff;
		border-radius: 20px;
	}
	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff;
		font-size: 12px;
	}
	.m-search input[type="text"]::placeholder {
		color: #fff;
	}
	.m-search input[type="image"] {
		position: absolute;
		right: 10px;
		top: 10px;
		height: 15px;
	}
	.m-nav {
		position: fixed;
		top: 60px;
		right: -100%;
		bottom: 0;
		z-index: 999;
		background: #00a4e3;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		overflow-y: scroll;
		width: 100%;
	}
	.m-nav .top-r {
		color: #fff;
		padding-left: 15px;
	}
	.m-nav ul {
		padding: 0 15px;
		/* border-top: 1px solid rgba(255, 255, 255, 0.2); */
	}
	.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(../img/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;
	}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}