@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	 
	outline: none;
}
html{
	overflow-x: hidden;
}
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() format('woff');
	font-weight: normal;
	font-style: normal;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

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;
}

.px1400 {
	width: 1400px;
	max-width: 1400px;
	margin: 0 auto;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.pic img:hover {
	transform: scale(1.1);
}

@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);
	}
}

.wap {
	display: none !important;
}

/*导航*/
* {
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: black;
}

input {
	background: none;
	outline: none;
	border: none;
}

.w1400 {
	width: 1591px;
	margin: 0 auto;
	height: auto;
}

.clear {
	clear: both;
}

::-webkit-input-placeholder {
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}

/* 头部 */
.head {
	width: 100%;
	height: auto;
	background: #3e8e7f;
	border-bottom: 2px solid #9fc7bf;
}

.head .logo {
	width: 472px;
	float: left;
}

.head .Text {
	float: left;
	margin-top: 15px;
	margin-left: 150px;
}

.head .searchBox {
	width: 318px;
	float: right;
	margin-left: 130px;
}

.head .searchBox .backHome {
	float: left;
	line-height: 95px;
}

.head .searchBox .backHome span {
	color: #fff;
	display: inline-block;
	margin-left: 10px;
}

.head .searchBox .searchInput {
	float: right;
	height: 22px;
	margin-top: 34px;
}

.head .searchBox .searchInput .inputText {
	width: 150px;
	height: 27px;
	border: 1px solid #fff;
	float: left;
	box-sizing: border-box;
	padding:0 4px;
	color: #fff;
}

.head .searchBox .searchInput .sousuo {
	width: 27px;
	height: 27px;
	border: 1px solid #fff;
	border-left: none;
}

/* 导航 */
.nav {
	background: #3e8e7f;
	width: 100%;
	height: 52px;
}

.nav ul {
	width: 100%;
	height: 50px;
	padding: 0;
	display: table;
}

.nav ul li {
	height: 50px;
	position: relative;
	display: table-cell;
}

.nav ul li a {
	color: #fff;
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.nav ul li ul {
	display: none;
}

.nav ul li:hover ul {
	width: 130px;
	height: 200px;
	display: block;
	top: 52px;
	left: -10px;
	position: absolute;
	background: #9fc7bf;
}

/* banner */
.banner {
	width: 100%;
}
.banner img{
	display: block;
	width: 100%;
}
/*头部*/

.top {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: all 0.3s;
}

.top.on {
	top: 0;
}

.logo a {
	display: block;
	font-size: 0;
	margin-top: 30px;
	transition: all 0.3s;
}

.logo img {
	vertical-align: middle;
}

.top-r {
	padding-top: 30px;
}

.top-r-t {
	font-size: 0;
	text-align: right;
}

.top-r-lj {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	margin-right: 5px;
	font-size: 14px;
	color: #fff;
}

.top-r-lj a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 0 5px;
}

.top-r-lj a:nth-child(5) {
	padding-left: 20px;
}

.top-r-lj a:hover {
	color: #fff;
}

.search-con {
	display: inline-block;
	position: relative;
	width: 35px;
	height: 35px;
	vertical-align: middle;
}

.top button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 0;
	text-align: center;
	background: none;
	cursor: pointer;
}

.top button img {
	vertical-align: middle;
}

.search {
	width: 500px;
	height: 50px;
	background: #fff;
	margin-top: 20px;
	position: absolute;
	right: 0;
	top: 24px;
	z-index: 1;
	display: none;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 500px;
	padding-left: 15px;
	padding-right: 100px;
	height: 50px;
	font-size: 14px;
	background: none;
	color: #333;
}

.search .button {
	width: 80px;
	height: 50px;
	background: #3E8E7F url(../images/fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

.search input::-webkit-input-placeholder {
	color: #999;
}

.search input::-moz-input-placeholder {
	color: #999;
}

.search input::-ms-input-placeholder {
	color: #999;
}


/* 定位搜索框 */

.yc-search {
	line-height: 40px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
	transition: all 0.5s;
}

.yc-search-bg {
	position: fixed;
	z-index: 99998;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
}

.search {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99999;
}


.erjinav {
	display: none;
	position: absolute;
	top: 50px;
	left: -60px;
	z-index:3;
}
.erjinav:before {
	content: '';
	width: 1px;
	height: 22px;
	background: #3E8E7F;
	display: block;
	margin-left: 150px;
}
.erjinav .erjibox {
	width: 546px;
	min-height: 166px;
	background: #FFFFFF;
	border: 1px solid #3E8E7F;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 24px 33px;
	height:auto;
	overflow: hidden;
}
.erjinav .erjibox .erjimenu {
	float: left;
	height: auto;
	overflow: hidden;
	width: 356px;
}
.erjinav .erjibox .erjimenu a {
	display: block;
	width: 50%;
	float: left;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	text-align: left;
}
.erjinav .erjibox .erjimenu a:before {
	content: '>';
}
.erjinav .erjibox .erjimenu a:hover {
	color: #3e8e7f;
}
.erjinav .erjibox .imgBox {
	float: right;
	width: 170px;
	height: 113px;
}
.nav ul li:hover .erjinav {
	display: block;
}


/*导航*/



/*隐藏导航*/

.top-yc {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 100%;
	z-index: 998;
	display: none;
}

.top-nav {
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow-y: hidden;
}

.top-nav>ul {
	padding: 0 6%;
}

.top-nav>ul>li {
	float: left;
	width: 12.5%;
	text-align: center;
}

.top-nav>ul>li>a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.top-nav>ul>li>div {
	padding-top: 10px;
}

.top-nav>ul>li>div>ul>li>a {
	display: block;
	line-height: 36px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
}

.top-nav>ul>li>div>ul>li>a:hover {
	color: #fff;
}



/*新增三级*/
.top-nav>ul>li>div>ul>li {
	position: relative;
}

.top-nav>ul>li>div>ul>li>span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 30px;
	top: 3px;
	background: url(../img/nav-more.png) no-repeat;
	background-position: center center;
	cursor: pointer;
	transition: all 0.3s;
}

.top-nav>ul>li>div>ul>li>aspan.on {
	transform: rotate(90deg);
}

.nav-sj {
	display: none;
}

.nav-sj>li {
	display: block;
	font-size: 14px;
	line-height: 37px;
}

.nav-sj>li a {
	display: block;
	color: rgba(255, 255, 255, 0.6);
}

.nav-sj>li a:hover {
	color: rgba(255, 255, 255, 0.8);
}


.top.on {
	background: #3E8E7F;
}

.top.on .logo a {
	float: left;
	margin-top: 0;
	line-height: 80px;
}

.top.on .logo a img {
	vertical-align: middle;
}

.top.on .top-r {
	display: none;
}

.top.on div.clear {
	display: none;
}

.top.on .nav {
	float: right;
	width: calc(100% - 460px);
}

.top.on .nav>ul>li>a {
	font-size: 18px;
}

/*分页*/
.wzfy {
	display: block;
	width: auto;
	margin: 50px auto;
	text-align: center;
}

.wzfynr {
	text-align: center;
}

.wzfynr span {
	width: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	border-radius: 8px;
	display: inline-block;
	font-size: 18px;
	color: #333333;
	margin: 0 2px;
}
.wzfynr span.active{
	background: #3E8E7F;
	border-radius: 5px;
	color: #fff;
}

/*底部*/
/* 底部 */
.footer {
	width: 100%;
	height: 200px;
	background-color: #2d6265;
}

.footer .w1400 .link {
	width: 730px;
	float: left;
	margin-top: 50px;
}

.footer .w1400 .link p {
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 12px;
}

.footer .w1400 .link ul {
	width: 100%;
	height: auto;
}

.footer .w1400 .link ul li {
	display: inline;
	float: left;
	margin-right: 20px;
	color: #fff;
}

.footer .w1400 .link ul li a {
	color: #fff;
	line-height: 30px;
}

.footer .w1400 .contactUs {
	width: 395px;
	background: url(../img/footerbg.png)bottom right no-repeat;
	height: 350px;
	float: left;
	padding-top: 200px;
	margin-top: -150px;
	margin-left: 128px;
}

.footer .w1400 .contactUs p {
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-bottom:12px;
}

.footer .w1400 .contactUs ul li {
	color: #fff;
	height: 30px;
	line-height: 30px;
}

.footer .w1400 .wx {
	float: right;
	margin-top: 80px;
}

.footer .w1400 .wx p {
	margin: 0;
	text-align: center;
	color: #fff;
}
.leftNav{
	min-height:200px;
}

@media screen and (max-width:1700px) {
	.w1400{
		width:1440px;
	}
}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1500px) {
	.head .logo{
		width:300px;
	}
	.head .Text{
		margin-left: 200px;
	}
	.footer .w1400 .contactUs{
		margin-left: 63px;
	}
	.w1400{
		width:1280px;
	}
}


@media screen and (max-width:1420px) {
	.px1400 {
		width: auto;
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

}

@media screen and (max-width:1300px) {
	.head .logo{
		width:200px;
	}
	.head .Text{
		margin-left: 270px;
		width:200px;
		margin-top:20px;
	}
	.head .Text img{
		width:100%;
	}
	.head .searchBox{
		margin-left: 0;
	}
	.footer .w1400 .link{
		width:475px;
	}
	.w1400{
		width:1024px;
	}
	.top.on .logo a img{
		max-height: 47px;
	}
	.top.on .nav {
		width: calc(100% - 370px);
	}
	.top.on .nav>ul>li>a{
		font-size: 16px;
	}
}

@media screen and (max-width:1200px) {
	.foot-c{
		margin-left: 5%;
	}
	.w1400{
		width:100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.footer .w1400 .contactUs{
		width:290px;
	}
}

@media screen and (max-width:1100px) {
	.leftNav{
	min-height:auto;
}
}

@media screen and (max-width:1024px) {
	.head{
		display: none;
	}
	.nav{
		display: none;
	}
	body {
		padding-top: 60px !important;
	}

	.pc {
		display: none !important;
	}

	.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: #3E8E7F;
		background-size: 100% 100%;
		z-index: 999;
		padding: 10px 20px;
	}

	.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;
	}

	.m-tlink {
		padding: 10px 15px 0 15px;
	}

	.m-tlink a {
		font-size: 12px;
		width: 23%;
		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-tlink a img:last-child {
		height: 7px;
		vertical-align: middle;
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		/* background: #fff; */
		margin-top: 15px;
		margin-bottom: 15px;
		border: 1px solid #fff;
	}

	.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: #3E8E7F;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		overflow-y: scroll;
		width: 100%;
		max-width: 375px;
	}

	.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: 16px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
		font-size: 14px;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../images/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: 20px 0;
	}
    .foot-l, .foot-c, .foot-r{
		float: none;
		width: auto;
		text-align: center;
	}
	.foot-l>img{
		max-width: 100%;
	}
	.foot-l .bq {
		margin-top: 15px;
	}
	.foot-c{
		margin-left: 0;
		margin-top: 15px;
	}
	.foot-c h3{
		margin-bottom: 8px;
	}
	.foot-r{
		margin-top: 20px;
	}
	.link>div{
		float: none;
		display: inline-block;
	}
	.link>div div a{
		text-align: left;
	}
	.foot-media{
		text-align: center;
		margin-top: 20px;
	}
	.footer{
		height:auto;
	}
	.footer .w1400 .link{
		float: none;
		width: 100%;
		margin: 0;
		padding-top: 20px;
	}
	.footer .w1400 .link p{
		text-align: center;
	}
	.footer .w1400 .link ul{
		height: auto;
		overflow: hidden;
	}
	.footer .w1400 .contactUs{
		background:transparent;
		float:none;
		width: 100%;
		margin: 0;
		padding: 0;
		height: auto;
	}
	.footer .w1400 .contactUs p{
		text-align: center;
	}
	.footer .w1400 .contactUs ul li{
		display: inline-block;
		margin: 0 5px;
	}
	.footer .w1400 .wx{
		margin: 20px auto 0;
		float: none;
	}
	.footer .w1400 .wx img{
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width:768px) {
	.link p{
		background-size: auto 8px;
		padding-right: 10px;
	}
	.link>div{
		padding: 0 10px;
	}
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {
	.link>div{
		display: block;
		width: 100%;
	}
	.link>div:nth-child(2) {
		margin-left: 0;
		margin-top: 10px;
	}
}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}
@keyframes left {
	from {
		transform:translateX(-250px);
		opacity: 0;
	}
	to{
		transform:translateX(0px);
		opacity: 1;
	}
}
@keyframes right {
	from {
		transform:translateX(250px);
		opacity: 0;
	}
	to{
		transform:translateX(0px);
		opacity: 1;
	}
}
@keyframes opacity{
	from{
		opacity: 0;
		transform: scale(.5);
	}
	to{
		opacity:1;
		transform: scale(1);
	}
}
.opacityAnimation{
	opacity: 0;
}
.leftAnimation{
	transform:translateX(-250px);
	opacity: .3;
}
.rightAnimation{
	transform:translateX(250px);
	opacity: .3;
}
.showAnimation .opacityAnimation{
	animation: opacity 1s ease;
	animation-fill-mode:forwards
}
.showAnimation .leftAnimation{
	animation: left 1s ease;
	animation-fill-mode:forwards
}
.showAnimation .rightAnimation{
	animation: right 1s ease;
	animation-fill-mode:forwards
}
@media screen and (max-width:1024px) {
	.animationBox{
		opacity:1;
	}
	.showAnimation .opacityAnimation{
		animation: none;
	}
	.showAnimation .leftAnimation{
		animation: none;
	}
	.showAnimation .rightAnimation{
		animation: none;
	}
	.opacityAnimation{
		opacity: 1;
	}
	.leftAnimation{
		transform:translateX(0);
		opacity: 1;

	}
	.rightAnimation{
		transform:translateX(0);
		opacity: 1;
	}
}
@media screen and (max-width:768px) {
	.footer .w1400 .link p{
		text-align: left;
	}
	.footer .w1400 .contactUs p{
		margin-top: 10px;
		text-align: left;
	}
}
.leftNav>ul>li{
	position:relative;
}
.leftNav>ul>.title>span {
	float: right;
	width: 24px;
	height: 30px;
	margin-top: -13px;
	background: url(../images/sub_left_down22.png) no-repeat left center !important;
	margin-right: 10px;
	display: none;
	transform: rotate(0) !important;
}
.leftNav>ul>li>span {
	position: absolute;
	width: 25px;
	height: 25px;
	right: 10px;
	top: 25px;
	line-height: 50px;
	background: url(../images/sub_left_down.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.3s;
}
.leftNav>ul>li.on>span{
	transform: rotate(90deg);
	background: url(../images/sub_left_down2.png) no-repeat center center;
}
.leftNav>ul>li>ul{
	display: none;
}
.leftNav>ul>li>ul>li{
	width: 100% !important;
	border-bottom: 1px dashed #d6d6d6 !important;
	height:auto !important;
}
.leftNav>ul>li>ul>li>a{
	color:#333 !important;
	font-size: 16px !important;
	display: block !important;
	width: 100% !important;
	height:100% !important;
	padding: 10px 20px !important;
	box-sizing: border-box !important;
	line-height:40px !important;
	text-align: left !important;
}
.leftNav>ul>li>ul>li:hover{
	border: none !important;
}
.leftNav>ul>.active>ul>li>a{
	color:#333 !important;
	font-size: 16px;
}
.leftNav>ul>.active>ul>li>a:hover{
	color:#fff !important;
	font-size: 16px;
}

@media screen and (max-width:1100px){
	.leftNav{
		display:block !important;
		margin:20px 0 !important;
		width: 100% !important;
		float:none !important;
	}
	.leftNav ul{
		width: 100%;
	}
	.leftNav ul .title{
		height:50px !important;
		line-height:50px !important;
		padding: 0 20px !important;
		display: block;
	}
	.leftNav>ul>li{
		width: 100% !important;
		font-size: 18px !important;
		line-height:40px !important;
		text-align: left !important;
		box-sizing: border-box;
		display: none;
		height:auto !important;
	}
	.show{
		display:block !important;
	}
	.leftNav>ul>.title>span{
		display: block;
		top: 25px;
		right: 0;
	}
	.leftNav>ul>li>a{
		line-height:50px !important;
		width: 80% !important;
		height:50px !important;
		text-align: left !important;
		padding: 0 20px;
		font-size: 16px !important;
	}
	.leftNav>ul>li>span{
		top: 13px;
	}
}
@media screen and (max-width:640px) {
	.nrmkkys{
		position: relative;
	}
	.nrmkkysy{
		position: absolute;
		right:0;
		top: 5px;
		height: 14px;
		line-height: 14px !important;
	}
}
@media screen and (max-width:375px) {
	.nrmkkys{
	position: relative;
}
.nrmkkysy{
	position: absolute;
	right:0;
	top: 5px;
	height: 14px;
	line-height: 14px !important;

}
}
@media screen and (max-width:320px) {
	.nrmkkyxt h2{
		font-size: 22px;
	}
.nrmkkysz{
	font-size: 24px !important;
}
.nrmkkys{
	position: relative;
}
.nrmkkysy{
	position: absolute;
	right:0;
	top: 5px;
	height: 14px;
	line-height: 14px !important;
}
}