@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;
}

@font-face {
	font-family: 'sySong';
	src:
		url('sySong.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

html,
body {
	min-width: 1480px;
	width: 100%;
}

body {
	padding-top: 158px;
}

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;
}

.px1400 {
	width: 1400px;
	max-width: 1400px;
	margin: 0 auto;
}

.pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	object-fit: contain;
}

.pic:hover img {
	transform: scale(1.1);
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

/*头部*/
.pc {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 158px;
	z-index: 99999;
}

.top {
	height: 158px;
	padding-top: 40px;
	background: #fff url(../images/head-t.jpg) no-repeat center top;
	background-size: 100% auto;
}

.pc.on .top {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.top>div {
	width: calc(100% - 40px);
	max-width: 1652px;
	margin: 0 auto;
}

.logo {
	margin-top: 20px;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	width: 597px;
}


/*search*/

.search-con {
	display: block;
	font-size: 0;
	margin-top: 26.5px;
}

.search-con button {
	width: 65px;
	height: 65px;
	line-height: 65px;
	border: 1px solid #d2d2d2;
	background: transparent;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	font-size: 0;
}

.search-con 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: 80px;
	height: 50px;
	font-size: 14px;
	background: none;
	color: #333;
}

.search .button {
	width: 80px;
	height: 50px;
	background: #237549 url(../images/fdj2.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: #666;
}

input::-moz-input-placeholder {
	color: #666;
}

input::-ms-input-placeholder {
	color: #666;
}


/* 定位搜索框 */

.yc-search {
	line-height: 40px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
}

.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;
}

/*导航*/

.nav {
	height: 118px;
	line-height: 118px;
}

.nav>ul {
	font-size: 0;
}

.nav>ul>li {
	float: left;
	margin: 0 20px;
	text-align: center;
	position: relative;
}

.nav>ul>li>a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.nav>ul>li.active>a,
.nav>ul>li:hover>a {
	color: #237549;
}

.nav>ul>li>div {
	position: absolute;
	top: calc(100% - 35px);
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 120px;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	border-top: 2px solid #237549;
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 14px;
	line-height: 42px;
	color: #333;
}

.nav>ul>li>div>ul>li a:hover {
	background: #237549;
	color: #fff;
}


/*底部*/

.foot {
	background: url(../images/foot-bg.jpg) no-repeat center;
	background-size: cover;
	height: 290px;
	width: 100%;
	padding-top: 40px;
}

.foot>div {
	color: #fff;
}

.foot a {
	color: #fff;
}

.link-k {
	border-bottom: 1px solid rgb(255, 255, 255, 0.1);
}

.link {
	line-height: 30px;
	padding: 25px 0;
	color: rgba(255, 255, 255, 0.68);
}

.link span {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}

.link>a {
	display: inline-block;
	font-size: 16px;
	margin: 0 6px;
	color: rgba(255, 255, 255, 0.68);
	transition: all 0.3s;
}

.link>a:hover {
	color: #fff;
	text-decoration: underline;
}

.foot-d {
	margin-top: 38px;
}

.foot-logo img {
	display: block;
}

.foot-dz p {
	line-height: 14px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.68);
}

.foot-dz p span {
	display: inline-block;
	width: 310px;
}

@media screen and (max-width:1680px) {
	.nav>ul>li {
		margin: 0 14px;
	}
}
@media screen and (max-width:1600px) {
	.logo a img{
		width: 520px;
	}
	.nav>ul>li {
		margin: 0 10px;
	}
}






@media print {
html, body {
    padding-top: 0;
}
.art-main .art-body {
    display: inline-block;
}
.pc {
    position: relative;
}
.nav>ul>li {
    margin: 0 10px;
}
.ny-right {
    width: calc(100% - 272px);
    float: right;
}
}