﻿@charset "utf-8";
html {
	font-size: 62.5%;
}
body {
	margin: 0px;
	font-size: 12px;
	color: #91989f;
	font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;
	cursor: default;background: url(../images/sybg.jpg);
}
* {
	padding: 0px;
	margin: 0px;
}
body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, i, b, em, span, form, fieldset, legend, input, textarea, select, button, th, td {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;
}
h1, h2, h3, h4, h5, h6 {
	list-style: none;
	font-weight: normal;
	color: #555;
}
input, select, button {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;
	border: 0;
	background: none;
	outline: none;
	vertical-align: middle;
}
button {
	overflow: visible
}
img {
	border: none;
}
li {
	list-style: none;
}
a {
	color: #91989f;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover {
	color: #005caf;
}
.xiaocms-page a { display:inline-block; height:28px; line-height:28px;  border:1px solid #e3e3e3; text-align:center; color: #333; padding:0 10px;/* margin-left: 1px; */margin-left: 8px;}
.xiaocms-page li{
	display:inline-block;
}
.xiaocms-page a:hover { background: #8b1718; color: #fff; text-decoration:none; }
.xiaocms-page span { display:inline-block; height:28px;padding:0 10px; line-height:28px; background:#8b1718; border: 1px solid #8b1718; color:#fff; text-align:center;margin-left: 8px; }
.con {
	width: 1200px;
	margin: 0 auto;
}
.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.con {
	width: 1200px;
	margin: 0 auto;
}
.container {
	width: 1200px;
	margin: 0 auto
}
.top {width: 100%;background: url(../images/top.jpg) center / cover;}
.top img {width: 100%;display: block;}
.header {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0;
	z-index: 100;
	background:#fabc6f;
}
.header .container {
	position: relative;
}
.header .logo {
	width: 240px;
	float: left;
	margin: 10px 0 10px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header.on .logo {
	width:230px;
	margin: 10px 0;
}
.header .logo img {
	width: 100%;
	height: auto;
	display: block;
}
.header .an {
	position: absolute;
	top: 50%;
	right: 15px;
	height: 18px;
	width: 30px;
	display: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.header .an span {
	width: 30px;
	height: 2px;
	background-color: #555;
	display: block;
	position: absolute;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header .an span.a1 {
	top: 0;
	left: 0;
}
.header .an span.a2 {
	top: 8px;
	left: 0;
}
.header .an span.a3 {
	top: 16px;
	left: 0;
}
.header .an.n span.a2 {
	display: none;
}
.header .an.n span.a1 {
	top: 8px;
	width: 30px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.header .an.n span.a3 {
	top: 8px;
	width: 30px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.header .nav {
}
.header .nav i {
	font-size: 20px;
	color: #aaa;
	line-height: 30px;
	text-align: right;
	position: absolute;
	width: 50%;
	height: 30px;
	right: 0px;
	top: 50%;
	display: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);background: url(../images/dhjt.png) right center / 10px no-repeat;
z-index:99;
}
.header .nav i.on {background: url(../images/dhjts.png) right center / 10px no-repeat;}
.header .nav ul li {
	margin: 0 2px;
	line-height: 55px;
	float: left;
	position: relative;width: 129px;text-align: center;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.header .nav li.on span {
	width: 100%
}
.header .nav li.on a, .header .nav li:hover a {
	color: #fff;
	display: block;
	position: relative;
	z-index: 9;
}
.header .nav ul li a {
	display: block;
	font-size: 16px;
	color: #8b1718;
	text-transform: capitalize
}
.header .nav li span {
	width: 0%;
	display: block;
	left: 0;
	position: absolute;
	bottom: 0;
	background:url(../images/dh.png) center / 100% no-repeat;
	height: 100%;
	z-index: -1;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.header .nav ul li:hover span {
	width: 100%;
}
.header .nav ul li.on span {
	width: 100%;
}
.header .nav ul li.on a {
	color: #fff;
}
.nav .e_j {
	width: 100%;
	background-color:#fbc074;
	position: absolute;
	top: 55px;
	left: 0;
	display: none;
	z-index: 9999;
}
/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.header .nav ul li .e_j a {
	display: block;
	font-size: 13px;
	color: #000;
	line-height: 34px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	text-align: center
}
.nav .e_j .ejy {
	position: relative
}
.nav .e_j .s_j {
	width: 150px;
	background-color: rgba(255,255,255,.5);
	position: absolute;
	top: 0px;
	left: 150px;
	display: none;
	z-index: 9999;
}
.header .nav .e_j a:hover {
	background-color: #8b1718;
	color: #fff;
}
@media (min-width:1024px) {
.header .nav .e_j {
	display: none !important;
}
.header .nav ul li:hover .e_j {
	display: block !important;
}
.head_h {
	height: 55px;
	display: none
}
}
@media (max-width:1200px) {
.header .nav ul li {
	margin: 0 20px;
}
.header .nav ul li a {
	font-size: 16px;
}
}
@media only screen and (max-width:1024px) {
.head_h {
	height: 4rem;
	display: none
}
.header {
	border: 0;
	width: 100%;
}
	.header.on {top: 0}
.header .container {
	padding: 0;
	width: 100%;
}
.header .logo {
	width: 200px;
	margin: 10px auto;
}
.header.on .logo {
	width: 200px;
	margin: 10px auto;
}
.header .an {
	right: 10px;
}
.header .an span {
	background-color: #c60800
}
.header .nav ul {
	width: 100%;
}
.header.on .nav {
	width: 100%;
	margin-top: 0;top: 4rem;
}
.header .nav {
	width: 100%;
	background-color: #c60800;
	z-index: 9999;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	margin-top: 0
}
.header .nav.on {
	right: 0;
}
.header.on .nav ul li a {
	font-size: 14px;
	color: #fff;
}
.header .nav li::before {
	width: 0%;
	height: 0;
	border: 0
}
.header .nav li .y_j {
	position: relative;
}
.header .nav li.on::after, .header .nav li:hover::after {
	display: none;
}
.header .nav i {
	display: block;
}
	.header .nav ul li:first-child{display: none}
.header .nav ul li {
	line-height: 30px;
	text-align: left;
	border-bottom: 1px solid #444;
	margin: 0;
	padding: 0;width: 25%;text-align: center;
}
.header .nav ul li::after {
	background: rgba(0,0,0,0);
}
.header.on .nav ul li {
	line-height: 30px;
}
.header .nav .e_j {
	width: 100%;
	border-top: 1px solid #444;
	background: none;
	display: none;
	top: auto;
	left: auto;
	margin: 0;
	padding-bottom: 10px;background: #c60800;
}
	.header .nav li span {
    z-index: 1;background: url(../images/dh.png) center / 98% 98% no-repeat;display: none
}
.header .nav ul li .e_j a {
	color: #fff;
	font-size: 14px;
}
.header .nav ul li .e_j a:hover {
	color: #fff
}
.header .nav .e_j a {
	border-top: 0;
	font-size: 12px;
	color: #aaa;
	line-height: 32px;
}
.header .nav .e_j a:hover {
	background: none;
}
.header .nav ul li:hover .e_j {
	display: none;
}
.header .nav ul li a {
	font-size: 14px;
	color: #fff;z-index: 2;position: relative;
}
.header .nav ul li:hover span {
	width: 0;
}
}
@media only screen and (max-width:375px) {
.header .container {
	padding: 0
}
}
.gallery-top {
	width: 100%;
	position: relative;
}
.gallery-top .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}
.gallery-top .swiper-pagination {
	bottom: 20px !important;
}
.gallery-top .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 0;background: #d9b873;
	opacity: 1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #8b1718
}
.pc_ban {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.pc_ban .mb {
	width: 100%;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center
}
.pc_ban .mb h1 {
	font-size: 46px;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 18%;
}
.pc_ban a h4 {
	font-size: 16px;
	color: #eee;
	text-align: center;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-webkit-transform: translate3d(0, 300px, 0);
	-ms-transform: translate3d(0, 300px, 0);
	transform: translate3d(0, 300px, 0);
}
.pc_ban .swiper-slide-active h1 {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.pc_ban .swiper-slide-active h4 {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.pc_ban .swiper-button-prev {
	background: url(../images/banner-l.png) no-repeat;
	width: 30px;
	height: 50px;
	margin-top: 0;
	left: 1%;
	background-size: 30px 50px;
	-webkit-background-size: 30px 50px;
	-moz-background-size: 30px 50px;
	-ms-background-size: 30px 50px;
	-o-background-size: 30px 50px;
}
.pc_ban .swiper-button-next {
	background: url(../images/banner-r.png) no-repeat;
	width: 30px;
	height: 50px;
	margin-top: 0;
	right: 1%;
	background-size: 30px 50px;
	-webkit-background-size: 30px 50px;
	-moz-background-size: 30px 50px;
	-ms-background-size: 30px 50px;
	-o-background-size: 30px 50px;
}
.tit {
	margin-bottom: 30px;
	text-align: center
}
.tit .h1 {
	font-size: 32px;
	color: #fcf47d;font-weight: bold;
	position: relative;padding: 10px 0;background: url(../images/btk.png) center / auto 100% no-repeat;margin-bottom: 5px;
}
.sy_wm .tit .h1{background: url(../images/btk2.png) center / auto 100% no-repeat;}
.tit h3 {
	font-size: 14px;
	color: #666;
}
.swiper-hy{ margin:0 auto; padding-bottom:0;padding-top: 10px;}
.swiper-hy .swiper-slide{position:relative;overflow: hidden;}
.sy_hyyy .swiper-button-prev{background:url(../images/jtdls.png) center / 135% no-repeat; width:39px; height:39px; margin-top:-20px; left:-50px;}
.sy_hyyy .swiper-button-next{background:url(../images/jtdrs.png) center / 135% no-repeat; width:39px; height:39px; margin-top:-20px; right:-50px;}
.sy_hyyy .swiper-button-prev:hover{background:url(../images/jtdl.png) center / 135% no-repeat;}
.sy_hyyy .swiper-button-next:hover{background:url(../images/jtdr.png) center / 135% no-repeat;}
.sy_hyyy .con {position: relative;width: 1200px;margin: 0 auto;max-width: 90%;}
.sy_hyyy {padding: 60px 0;overflow: hidden;}
.swiper-hy .swiper-slide img {width: 100%; display: block;-webkit-transition:all 1s; -moz-transition:all 1s; -o-transition:all 1s; transition:all 1s; height:210px;}
.swiper-hy .swiper-slide .sign {position: absolute; left:50%;top:30%;width:400px; margin-left: -200px;height: 100%;	background: url(../images/hybj.png) no-repeat center top;	font-size: 14px;	line-height: 22px;	color: #fff;	text-align: center;padding-top: 20px;box-sizing: border-box;-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;z-index: 999}
.swiper-hy .swiper-slide .sign .tb {width:70px; height: 70px;margin: 0 auto 20px;}
.swiper-hy .swiper-slide .sign span { font-size: 19px;font-weight: bold;}
.swiper-hy .swiper-slide:hover img {-webkit-transition:all 1s; -moz-transition:all 1s; -o-transition:all 1s; transition:all 1s;-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);}
.swiper-hy .swiper-slide:hover .sign {-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;top:40%;background: none;}
.swiper-hy .swiper-slide .bg{	left:0;	bottom: 0;width:100%;	height:100%;	background: url(../images/bg_shadow06.png) center / 100% 100% no-repeat;position: absolute;-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;opacity: 0;z-index: 998}
.swiper-hy .swiper-slide:hover .bg{-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;opacity: 1;}
.sy_wm {
	padding: 60px 0;background: url(../images/yzbj.jpg);
	overflow: hidden;
}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}
#certify .swiper-container {
	padding-bottom: 60px;
}
#certify .swiper-slide {
	width: 520px;
	background: #fff;
}
#certify .swiper-slide img {
	display: block;
	width: 100%;
}
#certify .swiper-slide p {
	line-height: 50px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #8b1718;
	background-color: #fff;
}
#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}
#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}
#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
.nyhy {
	padding: 60px 0 30px;
	overflow: hidden;
}
.nyhy ul li {
	float: left;
	width: 31.3333%;
	margin: 0 3% 40px 0;
	position: relative;
}
.nyhy ul li .kj {
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.02), 0 15px 40px 0 rgba(0,0,0,.02);
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.02), 0 15px 40px 0 rgba(0,0,0,.02);
}
.nyhy ul li:nth-child(3n) {
	margin-right: 0
}
.nyhy ul li .tu {
	width: 100%;
	position: relative;
	overflow: hidden
}
.nyhy ul li img {
	width: 100%;
	height:280px;
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.nyhy ul li:hover .tu img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.nyhy ul li .mb {
	background: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nyhy ul li:hover .mb {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.nyhy ul li .mb img {
	width: 44px;
	margin: 0 auto;
}
.nyhy ul li:hover .mb img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.nyhy ul li .mb p {
	padding: 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
}
.nyhy ul li .wenz {
	padding: 20px 20px 10px;
	width: 100%;
	background:#fff url(../images/jt.png) 90% 25px no-repeat;
	height: auto;
	box-sizing: border-box;
}
.nyhy ul li:hover .wenz {
	background:#fff url(../images/jts.png) 90% 25px no-repeat;
}
.nyhy ul li .wenz h3 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #333;
}
.nyhy ul li .wenz p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 100%
}
.nyhy ul li:hover .wenz h3 {
	color: #8b1718;
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.nyhy ul li:hover .kj {
	-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.16), 0 15px 40px 0 rgba(0,0,0,.16);
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.16), 0 15px 40px 0 rgba(0,0,0,.16);
	transform: translateY(-5px);
	-wbkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.sy_jx {padding: 0px 0 60px}
.sy_jx .nr {width: 1200px;margin: 0 auto;background: url(../images/rybj.png) center no-repeat;height: 500px;padding: 55px 60px;box-sizing: border-box; line-height:50px; font-size:15px;}
.xxsa{ overflow:hidden; height:345px;}
.sy_jx .nr ul li {width: 48%;float: left;line-height: 50px;font-size: 15px;position: relative;padding-left: 20px;box-sizing: border-box;}
.sy_jx .nr ul li:nth-child(2n){float: right;}
.sy_jx .nr ul li::before{width: 20px;position: absolute;content: "♦";left: 0;color: #ffffa7;}
.sy_jx .nr ul li a {color: #ffffa7;}
.sy_jx .nr .more {margin-top: 10px;width: 150px;margin: 25px auto 0;line-height: 35px;text-align: center;background: #ffffa7;border-radius: 6px;}
.sy_jx .nr .more a {font-size: 16px;color: #8b1718;}
.main {
	margin: 0 auto;background: url(../images/tpzs.png) center top / 100% no-repeat;
	padding: 100px 0 60px;
	overflow: hidden;
}
.main ul li {
	float: left;
}
.main ul li.one {
	width: 393px;
	margin-right: 10px;
}
.main ul li.one a {
	width: 393px;
	height: 530px;
	overflow: hidden;
	display: block;
	position: relative;
}
.main ul li.one a img {
	transform: scale(1);
	transition: all .4s;
	width: 100%;
	display: block;
}
.main ul li.one .news-title {
	bottom: 50px;
	left: 35px;
	width: 100%;
	border-left: 1px solid #fff;
	padding-left: 20px;
	color: #fff;
	position: absolute;
}
.main ul li.one .news-title h5 {
	font-size: 28px;
	font-weight: 700;color: #fff;
}
.main ul li.one .news-title p {
	font-size: 16px;
	letter-spacing: 2px;
}
.icon-news {
	background: url(../images/icon.png) no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
	right: 100px;
	bottom: 2px;
}
.main ul li.one a:hover img {
	transform: scale(1.05);
}
.main ul li.one a:hover .icon-news {
	background-position: 0 -17px;
}
.main ul li.two {
	float: left;
	width: 393px;
	margin-right: 10px;
}
.main ul li.two a {
	width: 393px;
	height: 260px;
	padding: 38px 44px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	position: relative;
	background: #fff;
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
}
.main ul li.two .top {
	width: 100%;
	float: initial;
	padding-left: 0;height: auto;background: none;
}
.main ul li.two .top h5 {
	font-size: 18px;
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 400;
}
.main ul li.two .top div.p {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 24px;
}
.main ul li.two .top div.p p {
	padding-top: 10px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.main ul li.two .top img {
	position: absolute;
	top: 50%;
	right: 67px;
	margin-top: 62px;width: 21px;
}
.main ul li.two .bottom {
	width: 100%;
	float: initial;
	border-right: none;
}
.main ul li.two .bottom h3 {
	padding-top: 20px;
	font-size: 32px;
	font-weight: 700;
	color: #999;
}
.main ul li.two .bottom h3:after {
	content: " ";
	display: block;
	border-bottom: none;
	width: 0;
	margin: 0;
}
.main ul li.two .bottom span {
	font-size: 14px;
	display: block;
	color: #999;
}
.main ul li.three {
	float: left;
}
.main ul li.three a {
	width: 393px;
	height: 170px;
	padding: 38px 44px;
	margin-bottom: 10px;
	display: block;
	background: #fff;
	overflow: hidden;
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
}
.main ul li.three a .left {
	width: 26%;
	border-right: 1px solid #eeeeee;
	float: left;
}
.main ul li.three a .left h3 {
	font-size: 32px;
	color: #999;
	font-weight: 700;
}
.main ul li.three a .left h3:after {
	content: " ";
	display: block;
	border-bottom: 1px solid #ccc;
	width: 20px;
	margin: 10px 0;
}
.main ul li.three a .left span {
	font-size: 14px;
	display: block;
	color: #999;
}
.main ul li.three a .right {
	width: 73%;
	padding-left: 25px;
	float: left;
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
}
.main ul li.three a .right h5 {
	font-size: 18px;
	color: #000;
	font-weight: 400;
}
.main ul li.three a .right img {
	padding-top: 20px
}
.main ul li.two a:hover, .main ul li.three a:hover {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}
.sy_msfc {
	padding: 0px 0 60px;
	overflow: hidden;
}
.zdtj {
	margin-bottom: 30px;
	overflow: hidden;
	background: #f6f6f6;
}
.zdtj .sp {
	width: 600px;
	float: left
}
.zdtj .sm {
	width: 560px;
	float: right;
	padding: 10px 15px 0 0;
	box-sizing: border-box;
}
.zdtj .sm h3 {
	font-size: 25px;
	color: #333;
	margin-bottom: 15px;
	font-weight: bold;
}
.zdtj .sm h3 span {
	font-size: 14px;
	margin-left: 10px;
	color: #8b1718;
}
.zdtj .sm p {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	position: relative;text-indent: 2em;margin-bottom: 20px
}
.zdtj .sm .more a {
	width: 120px;
	line-height: 34px;
	border: #8b1718 1px solid;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #8b1718;
	margin-top: 20px;
}
.zdtj .sm .more a:hover {
	background: #8b1718;
	color: #fff;
}
.qtmx {
}
.qtmx ul li {
	width: 224px;
	float: left;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.qtmx ul li:last-child {
	margin-right: 0;
}
.qtmx ul li img {
	width: 100%;
	 height:270px;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.qtmx ul li:hover img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.qtmx ul li h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 12px;
	line-height: 2;
	text-align: center
}
.swiper-yxxy {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.swiper-yxxy .swiper-slide {
	position: relative;
}
.swiper-yxxy .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}
.swiper-yxxy .swiper-slide .w_z {
	width: 100%;
	padding: 10px 20px;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	bottom: 20px;
	left: 0;
	color: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	height: 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.swiper-yxxy .swiper-slide .w_z h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}
.swiper-yxxy .swiper-slide .w_z p {
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
}
.swiper-yxxy .swiper-slide:hover .w_z {
	background-color: rgba(255, 101, 1, 0.85);
	bottom: 0px;
	height: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	padding: 20px 20px;
}
.swiper-yxxy .swiper-pagination {
	bottom: 10px !important;
}
.swiper-yxxy .swiper-pagination-bullet {
	border-radius: 5px;
	width: 10px;
	height: 10px;
	background: #ccc;
	display: inline-block;
}
.swiper-yxxy .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #8b1718
}
/*index-contact*/
.index-contact {
	min-width: 1200px;
	padding: 45px 0;
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
	position: relative;
}
.index-contact .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.index-contact .s {
	position: relative;
	padding: 0 120px;
	z-index: 100;
}
.index-contact h6 {
	font-size: 30px;
	color: #fff;
	line-height: 40px;
}
.index-contact p {
	line-height: 50px;
	font-size: 18px;
	color: #eee;
}
.index-contact .btn {
	position: absolute;
	top: 50%;
	right: 120px;
	display: block;
	width: 200px;
	margin-top: -25px;
	border: 1px #fff solid;
	text-align: center;
	border-radius: 3px;
}
.index-contact .btn a {
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
}
.index-contact .btn a:hover {
	color: #333;
	background: #fff;
}
/* start footer */
.foottop{height: 30px;background: url(../images/foottop.png);width: 100%}
.footer {
	background:url(../images/bj.jpg);
}
.footlink {
	padding: 20px 0;
	position: relative
}
.footlink:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #8b1718;
	width: 100%;
	height: 100%;
	z-index: 1
}
.footlinkle {
	width: 190px;
	text-align: center;
	color: #222222;
	font-size: 40px;
	font-weight: bold;
	position: inherit;
	z-index: 2;
	float: left;
}
.footlinkri {
	position: inherit;
	z-index: 2;
	padding-top: 12px;
	font-size: 15px;
	float: left;
}
.footlinkri a {
	display: inline-block;
	margin-right: 10px;
	color: #f4cece;
	padding-right: 12px;
	position: relative;
	font-size: 15px;
}
.footlinkri a:after {
	content: "";
	position: absolute;
	top: 4px;
	right: 0;
	width: 1px;
	height: 12px;
	background: #f4cece
}
.footlinkri a:hover, .footnav li a:hover {
	color: #fff
}
.footnav {
	padding: 40px 0
}
.footnav li {
	float: left;
	padding-right: 50px;
}
.footnav li:last-child{padding-right: 0}
.footnav li p {
	font-weight: bold;
	color: #fdf5ab;
	margin-bottom: 10px;font-size: 14px;
}
.footnav li p a{
    font-size: 14px;
}
.footnav li a {
	color: #fbf9cf;
	display: block;
	font-size: 12px;
	line-height: 26px
}
.footnav li.right {
	float: right;
	margin-right: 0;
	padding: 0 64px;
	width: 220px;
	border-left: 1px solid rgba(255,255,255,0.5)
}
.footkfl {
	color: #fff;
	font-weight: bold;
	width: 64px;
	text-align: center;
	margin-bottom: 15px;
}
.footkfl img {
	display: block;
	margin: 14px auto 0
}
.footkfr {
	margin-left: 80px;
	margin-top: 20px;
}
.footkfr p {
	color: #8b1718;
	font-size: 18px;
	font-weight: bold
}
.footyx {
	background: #8b1718;
	line-height: 34px;
	text-align: center;
	color: #fff;
	margin-top: 5px
}
.footyx img {
	vertical-align: sub;
	margin-right: 10px
}
.footbq {
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.5);
	color: #fff;
	font-size: 12px
}
.footbq a {
	color: #fff;
	font-size: 12px;
	margin-left: 10px
}
.footbq a:hover {
	text-decoration: underline
}
.zpaltop {
	text-align: center;
	margin-bottom: 50px;
}
.zpaltop p {
	font-size: 36px;
	font-weight: bold;
	color: #444;
	text-transform: uppercase
}
.zpaltop p span {
	color: #8b1718
}
.zpaltop b {
	color: #333;
	font-size: 30px;
	position: relative
}
.zpaltop b:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -280px;
	width: 222px;
	height: 1px;
	background: #e4e4e4
}
.zpaltop b:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -280px;
	width: 222px;
	height: 1px;
	background: #e4e4e4
}
.ntit {
	height: 60px;
	line-height: 60px;
	border-bottom: #8b1718 1px solid;
	position: relative
}
.ntit .wzxx {
	float: left;
}
.ntit .wzxx a {
	font-size: 14px;
	color: #333;
}
.ntit .wzxx a:hover {
	color: #8b1718
}
.ntit .sub_nav {
	float: right;
}
.ntit .w_z {
	position: relative;
	float: right;
	margin-left: 40px;
	color: #333;
}
.ntit .w_z i {
	float: right;
	width: 20px;
	height: 30px;
	background: url(../images/iconx.png) center no-repeat;
	margin-top: 15px;
}
.ntit .sub_nav ul li {
	margin-left:20px;
	float: left;
	position: relative;
	margin-right: 10px;
	height: 60px;
}
.ntit .e_j {
	width: 1200px;
	position: absolute;
	top: 61px;
	left: 50%;
	margin-left: -600px;
	z-index: 9;
	display: none;
	background: #fff;
}
.ntit .e_j ul li {
	margin-left: 40px;
	float: right;
	position: relative;
	margin-right: 10px;
	height: 60px;
}
.ntit .e_j ul li span {
	width: 0;
	height: 2px;
	background-color: #e60044;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
.ntit .e_j ul li:hover a {
	color: #e60044;
}
.ntit .e_j ul li:hover span {
	width: 100%
}
.ntit .e_j ul li a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	font-family: Microsoft YaHei;
}
.ntit .sub_nav ul li {
	margin-left:20px;
	float: left;
	position: relative;
	margin-right: 10px;
	height: 60px;
}
.ntit .e_j ul li span {
	width: 0;
	height: 2px;
	background-color: #8b1718;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
.ntit .e_j ul li:hover a {
	color: #8b1718;
}
.ntit .e_j ul li:hover span {
	width: 100%
}
.ntit .e_j ul li a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	font-family: Microsoft YaHei;
}
.ntit .sub_nav ul li span {
	width: 0;
	height: 2px;
	background-color: #8b1718;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
.ntit .sub_nav ul li a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	font-family: Microsoft YaHei;
}
.ntit .sub_nav ul li:hover a {
	color: #8b1718;
}
.ntit .sub_nav ul li:hover span {
	width: 100%
}
.ntit .sub_nav ul li.on a {
	color: #8b1718;
}
.ntit .sub_nav ul li.on span {
	width: 100%
}
.n_ban {
	width: 100%;
	height: 440px;
	overflow: hidden;
	position: relative;display: none
}
.n_ban .w_z {
	width: 40%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.n_ban .w_z.rt {
	width: 40%;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -600px;
}
.n_ban .w_z h3 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-shadow: 0 0 10px #666
}
.n_ban .w_z p {
	font-size: 36px;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 0 0 10px #666
}
.n_ban .w_z a {
	padding: 0 20px;
	background-color: #e77817;
	font-size: 15px;
	line-height: 36px;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
	margin: 0 10px;
}
.fygywm {
	margin: 70px auto 90px;
}
.fygywmbot {
	margin-top: 50px;margin-bottom: 60px
}
.fygywmle {
	width: 542px;
	position: relative
}
.fygywmle:after {
	content: "";
	position: absolute;
	top: 30px;
	left: 30px;
	width: 98%;
	height: 98%;
	border: 2px solid #8b1718;
	z-index: -1
}
.fygywmle img {
	display: block;
	width: 100%
}
.fygywmri {
	width: 590px;
	color: #666666;
	margin-bottom: 60px;
}
.fygywmri img {
	max-width: 100%
}
.fygywmri p {
	font-size: 16px;
	line-height: 2;
	color: #333;
	margin-bottom: 10px;
}
.mxdynynr {
	position: relative;
	width: 1200px;
	margin: 60px auto 60px;
}
.mxdynynr ul li {
	display: inline-block;
	width: 270px;
	float: left;
	margin: 0px 40px 40px 0;
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
	background: #f6f6f6;
}
.mxdynynr ul li:nth-child(4n) {
	margin-right: 0;
}
.mxdynynr ul li:hover {
	box-shadow: 0px 0px 10px #666;
	background: #8b1718;
	transform: translateY(-5px);
	-wbkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.mxdynynr ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.mxdynynr ul li h4 {
	font-weight: normal;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0 10px
}
.mxdynynr ul li h4 a {
	color: #333;
}
.mxdynynr ul li:hover h4 a {
	color: #fff;
}
.mxdynynr ul li .er {
	font-size: 14px;
	color: #777;
	padding-bottom: 18px;
	padding: 0 10px
}
.mxdynynr ul li .er .left {
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	color: #666;
	display: block;
	float: left;
	background: url(../images/ll.png) left 3px no-repeat;
	padding-left: 26px;
}
.mxdynynr ul li .er .right {
	display: block;
	float: right;
	color: #8b1718;
	height: 25px;
	line-height: 25px
}
.mxdynynr ul li .er .right a {
	width: 25px;
	height: 25px;
	float: left;
	display: block;
	background: url(../images/rd.png) center center no-repeat;
}
.mxdynynr ul li .er .right a:hover {
	background: url(../images/rd2.png) center center no-repeat;
}
.page {
	text-align: center;
	margin: 30px auto;
}
.page a {
	height: 28px;
	line-height: 28px;
	display: inline-block;
	font-size: 14px;
	color: #5a5a5a;
	border: #ccc 1px solid;
	margin: 0 3px;
	padding: 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.page a:hover {
	background: #8b1718;
	border: #8b1718 1px solid;
	color: #FFF;
}
.page a.hover {
	background: #8b1718;
	border: #8b1718 1px solid;
	color: #FFF;
}
.js-zs { margin:20px auto; padding:10px 0;}
.js-zs dl { border-bottom:1px #BDBDBD dashed; margin-bottom:20px; padding-bottom:20px;overflow: hidden;}
.js-zs dl:last-child { border-bottom:none; margin-bottom:0;}
.js-zs .new-date { float:left; width:8%; height:80px; text-align:center; color:#8b1718; background-color:#d6b67b; margin-right:5px;}
.js-zs .new-date strong { display:block; font-size:26px; font-weight:normal; padding-top:14px;}
.js-zs .new-date span { font-size:14px;}
.js-zs .new-con { float:left; width:90%;float: right}
.js-zs .new-con h3 { font-size:18px; height:30px; line-height:30px; margin-bottom:3px; overflow:hidden;}
.js-zs .new-con h3 a { color:#000;}
.js-zs dl:hover h3 a { color:#8b1718;}
.js-zs .new-con p { font-size:14px; line-height:1.8; display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;}
.js-zs .new-con p a { color:#565656;}
.js-zs dl:hover dt { background-color:#8b1718; color:#fff;}
.ny_ycjm {
	margin: 60px auto;
}
.ny_ycjm ul li {
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	float: left;
}
.ny_ycjm ul li:nth-child(3n) {
	margin-right: 0
}
.ny_ycjm ul li img {
	width: 100%;
	height:250px;
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ny_ycjm ul li:hover img {
	-webkit-transform: scale(1.09);
	-moz-transform: scale(1.09);
	-o-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ny_ycjm ul li .w_z {
	width: 100%;
	padding: 10px 20px;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	bottom: 10px;
	left: 0;
	color: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	height: 40px;
	box-sizing: border-box;
	overflow: hidden;
}
.ny_ycjm ul li .w_z h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}
.ny_ycjm ul li .w_z p {
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
}
.ny_ycjm ul li:hover .w_z {
	background-color: rgba(139, 23, 24, 0.85);
	bottom: 0px;
	height: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	padding: 30px 20px;
}
.rmfa { width:1200px; margin:50px auto}
.rmfa ul li { border:#dbb475 1px solid; margin-bottom:30px; padding:10px;-moz-box-sizing: border-box; /*Firefox3.5+*/
-webkit-box-sizing: border-box; /*Safari3.2+*/
-o-box-sizing: border-box; /*Opera9.6*/
-ms-box-sizing: border-box; /*IE8*/
box-sizing: border-box; overflow:hidden}
.rmfa ul li .tp { width:26%; float:left}
.rmfa ul li .tp img { width:100%; height:160px;}
.rmfa ul li .wenz { width:70%; float:right; position:relative;}
.rmfa ul li .wenz h3 { font-size:16px; color:#333; margin-bottom:15px; margin-top:10px;}
.rmfa ul li .wenz p { font-size:14px; line-height:2; color:#666;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;}
.rmfa ul li .wenz .time { margin:0px 0 15px; color:#999}
.rmfa ul li .wenz .time em { display:inline-block;width: 16px;
height: 16px;
margin: 0 7px 0 0;
vertical-align: middle;
background: url(../images/index_sec_news_ico_clock.png);}
.rmfa ul li:hover .wenz h3 { color:#8b1718}
.rmfa ul li:hover { border:#8b1718 1px solid;box-shadow: 0px 0px 10px #ccc;
	transform: translateY(-5px);
	-wbkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;}
.fyzpal {
	padding: 60px 0 60px
}
.fyzpal .zpalbot li {
	margin: 0 40px 40px 0;
	width: 373px;
	float: left;
}
.fyzpalimg {
	position: relative
}
.fyzpalimgbg {
	position: absolute;
	width: 100%;
	height: 249px;
	background: rgba(139,23,24,.8);
	top: 0%;
	left: 0%;
	display: none
}
.fyzpal .zpalbot li .fyzpalimgbg img {
	width: 37px;
	height: 37px;
	margin: 100px auto 30px
}
.fyzpalimgbg span {
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	height: 150px;
	overflow: hidden;
	display: block;
	padding: 0 40px;
	text-align: justify
}
.fyzpal .zpalbot li:hover .fyzpalimgbg {
	display: block
}
.fyzpal .zpalbot {
	margin-bottom: 0
}
.fyzpal .zpalbot li:nth-child(3n) {
	margin-right: 0;
}
.zpalbot li img {
	width: 100%;
	display: block;
	height: 249px
}
.zpalbot li p {
	line-height: 57px;
	background: #8b1718;
	color: #fff;
	padding: 0 70px 0 25px;
	font-weight: bold;
	position: relative;
	font-size: 14px;
	-webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; display: -webkit-box; display: -moz-box; display: -ms-box; display: -o-box;
}
.zpalbot li p:after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 19px;
	height: 19px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	color: #d81a1d;
	margin-top: -10px
}
.zpalbot li.zpalbotli1, .zpalbot li.zpalbotli3 {
	margin-top: 45px
}
.zpanmore {
	text-align: center;
	color: #8c8c8c;
	font-size: 12px;
	position: relative
}
.zpanmore:before {
	content: "";
	position: absolute;
	top: 16px;
	left: 50%;
	background: url(../images/moreline.png) no-repeat center center;
	width: 496px;
	height: 5px;
	margin-left: -248px
}
.zpanmore:after {
	content: "";
	position: absolute;
	top: 50px;
	left: 50%;
	width: 1px;
	background: #8b1718;
	height: 3px
}
.zpanmore pre {
	margin-top: 20px
}
.zpanmore img {
	position: relative;
	z-index: 2
}
.zpanmore a:hover {
	color: #8b1718
}
.ny_gg {
	margin: 60px auto;
}
.ny_gg .sm {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin-bottom: 50px;
}
.ny_gg .lm {
}
.ny_gg .lm ul li {
	width: 373px;
	margin: 0 40px 40px 0;
	float: left;
	background: rgb(246, 246, 246);
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 8px;
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.ny_gg .lm ul li:nth-child(3n) {
	margin-right: 0;
}
.ny_gg .lm ul li .z-icon {
	display: inline-block;
	vertical-align: middle;
	width: 115px;
	height: 115px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.1);
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	border: rgba(255,101,1,.2) 10px solid;
	box-sizing: border-box;
}
.ny_gg .lm ul li .z-icon  {
	background: #8b1718;
	position: relative;
}
.ny_gg .lm ul li:hover .z-icon {
	border: rgba(255,255,255,0.2) 10px solid;
}
.ny_gg .lm ul li:hover .z-icon {
	background: #fff;
	position: relative;
}
.ny_gg .lm ul li p {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}
.ny_gg .lm ul li h3 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin: 20px 0;
}
.ny_gg .lm ul li:hover {
	background: #8b1718;
	transform: translateY(-5px);
	-wbkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transition: all 0.3s;
	-wbkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.ny_gg .lm ul li:hover h3 {
	color: #fff;
}
.ny_gg .lm ul li:hover p {
	color: #fff;
}
.lx_wm {
	width: 1200px;
	margin: 50px auto 60px;
}
.lx_wm .d_t {
	margin-top: 50px;
}
.lx_wm .x_x {
	width: 550px;
	float: left;
}
.lx_wm .l_y {
	width: 550px;
	float: right;
}
.lx_wm h3 {
	font-size: 24px;
	margin-bottom: 15px;
}
.lx_wm h4 {
	font-size: 16px;
	line-height: 26px;
	color: #888;
	margin-bottom: 15px;
}
.lx_wm em {
	width: 30px;
	height: 1px;
	background-color: #8b1718;
	display: block;
	margin-bottom: 15px;
}
.lx_wm b {
	color: #8b1718;
	padding-left: 5px;
	font-size: 20px !important;
}
.lx_wm p {
	font-size: 16px;
	line-height: 40px;
	color: #666;
}
.lx_wm p i {
	margin-right: 10px;
	color: #666;
}
.lx_wm p i.l2 {
	font-size: 20px;
}
.lx_wm input.w_z {
	width: 158px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	margin-right: 10px;
	margin-bottom: 15px;
	border: 1px solid #e7e7e7;background: #fff;
	padding: 0 5px;
}
.lx_wm input.a_n {
	width: 120px;
	height: 40px;
	background-color: #8b1718;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}
.lx_wm textarea {
	width: 526px;
	height: 66px;
	padding: 5px;
	border: 1px solid #e7e7e7;
	outline: none;
	resize: none;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 10px;
}
.dt {
	width: 100%;
	margin-top: 50px;
}
.dt img {
	width: 100%;
	display: block;
}
.sjkf {display: none;}
.ew_m{width:100%; height:100%; background-color:rgba(0,0,0,.8); display:none; position:fixed; top:0; left:0; display:none; z-index:99999;}
@media only screen and (max-width:1024px) {
	.top {
    height:auto;background:none;
    width: 100%;
}
	.top img {display: block;}
	.ny_ej{width:100%; padding:5px 15px; font-size:15px;color: #333; line-height:36px; background-color:#f5f5f5; position:relative;display: block;box-sizing: border-box}
.ny_ej .w_z{position:relative;}
.ny_ej .w_z i{float:right; width: 20px; height: 30px;background: url(../images/nyej.png) center / 100% no-repeat;}
.ny_ej ul{position:absolute; padding:0 15px; top:46px; left:0; width:100%; border:1px solid #e7e7e7; background-color:#fff; z-index:999; display:none;}
.ny_ej ul li{display:block; font-size:14px; border-bottom:1px solid #e7e7e7; text-align:center; line-height:44px;}
.ny_ej ul li:last-child{border-bottom:0;}
.ny_ej ul li a{display:block;color: #333;}
.advantage {
	margin-bottom: 30px;
	margin-top: 30px;
}
.container {
	width: 90%;
}
.tit h1 {
	font-size: 28px;
}
.tit h3 img {
	height: 38px;
}
.nyhy {
	padding: 40px 0;
}
.con {
	width: 90%;
}
.nyhy ul li .wenz {
	padding: 10px;
	background: url(../images/jt.png) 90% 10px no-repeat;
}
.nyhy ul li .wenz h3 {
	font-size: 14px;
	margin-bottom: 0px;
}
.sy_msfc {
	padding: 40px 0;
}
.zdtj .sp {
	width: 100%;
}
.zdtj .sm {
	width: 100%;
	margin: 20px 0 0;
	padding: 20px;
	box-sizing: border-box;
}
.qtmx ul li {
	width: 46%;
	margin: 2%;
}
	.qtmx ul li:last-child{display: none;}
	.qtmx ul li h3 {font-size: 1.2rem; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.sy_wm {
	padding: 40px 0;
}
#certify {
	width: 90%;
}
	.sy_jx .nr {
    width: 90%;
    margin: 0 auto;
    background: url(../images/rybjsj.png) center top / 100% no-repeat;
    height: 25rem;
    padding: 2rem 1.5rem;
    box-sizing: border-box;
	line-height:22px;
	}.xxsa{ height: 18rem;overflow:hidden;
}
	.sy_jx .nr ul li {
    width:100%;
    line-height: 2.8rem;
    font-size: 1.2rem; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
	.sy_jx .nr ul li:nth-child(n+12){display: none}
	.sy_jx {
    padding: 0px 0 30px;
}
	.sy_jx .nr .more {
    width: 12rem;
    margin: 2rem auto 0;
    line-height: 2.8rem;
}
	.sy_jx .nr .more a {font-size: 1.2rem}
.main {
	padding: 40px 0;
}
.main ul li.one {
	display: none;
}
.main ul li.two {
	width: 48%;
	margin-right: 4%;
}
.main ul li.three {
	width: 48%
}
.main ul li.two a {
	width: 100%;
	height: auto;
	padding: 20px;
	margin-bottom: 10px;
}
.main ul li.three a {
	width: 100%;
	height: auto;
	padding: 20px;
	margin-bottom: 10px;
}
.main ul li.two .top div.p {
	padding-bottom: 10px;
}
.main ul li.two .bottom h3 {
	padding-top: 10px;
	font-size: 26px;
}
.main ul li.two .top img {
	margin-top: 42px;
}
.footlinkle {
	width: 120px;
	font-size: 35px;
}
.footlinkri {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.footnav li.right {
	float: none;
	margin: 0 auto;
	display: block;
	width: 100%;box-sizing: border-box;
	border: 0;
}
.index-contact {
	min-width: 100%;
	padding: 45px 0;
	background-attachment: inherit;box-sizing: border-box;
}
.index-contact .s {
	padding: 0 20px;
	text-align: center
}
.index-contact .btn {
	position: static;
	width: 170px;
	margin: 20px auto 0;
}
.index-contact .btn a {
	height: 38px;
	line-height: 38px;
	font-size: 18px;
}
.footnav li {
	display: none;
}
.gallery-top .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.n_ban {
	height: 14rem
}
.ntit .sub_nav {
	display: none
}
.fygywmbot {
	margin-top: 30px;
}
.fygywmle {
	width: 100%;
	position: relative;
}
.fygywmri {
	width: 100%;
	margin-bottom: 40px;
	margin-top: 40px;
}
.n_ban .w_z.rt {
	left: 5%;
	margin-left: 0px;
	width: 60%
}
.ny_gg {
	margin: 40px auto;
}
.zpaltop {
	margin-bottom: 30px;
}
.ny_gg .lm ul li {
	width: 30.3333%;
	margin: 0 1.5% 3%;
	padding: 20px;
	height: 260px;
}
.ny_gg .lm ul li .z-icon {
	width: 85px;
	height: 85px;
	border: rgba(255,101,1,.2) 6px solid;
}
.ny_gg .lm ul li h3 {
	font-size: 18px;
	margin: 15px 0 10px;
}
.ny_ycjm {
	margin: 40px auto;
}
.ny_ycjm ul li {
	width: 46%;
	margin: 0 2% 4%;
}
	.ny_ycjm ul li:nth-child(3n) {
    margin-right: 2%;
}
.mxdynynr {
	width: 90%;
	margin: 40px auto;
}
.mxdynynr ul li {
	width: 46%;
	margin: 0px 2% 4%;
}
.lx_wm {
	width: 90%;
	margin: 40px auto 40px;
}
.lx_wm .x_x {
	width: 100%;
	float: left;
}
.lx_wm .l_y {
	width: 100%;
	margin-top: 40px;
}
.fyzpal {
	padding: 40px 0;
}
.fyzpal .zpalbot li {
	margin: 0 2% 4%;
	width: 46%;
}
.zpalbot li img {
	height: 11rem;
}
	.rmfa {
    width: 90%;
    margin: 30px auto;
}
.rmfa ul li .tp  {
    width: 100%;
}	
	.rmfa ul li .tp img {height: auto;}	
	.rmfa ul li .wenz {
    width: 100%;
}
.sjkf{width:100%; height:54px; border-top:1px solid #c60800; background-color:#fabc6f; position:fixed; bottom:0; left:0; z-index:999;display: block;}
.sjkf ul li{width:25%; float:left; display:block;}
.sjkf ul li a{display:block; border-right:1px solid #c60800; padding:7px 0 3px; text-align:center; line-height:22px; font-size:12px; color:#c60800;}
.sjkf ul li img{width:22px; height:22px; display:block; margin:0 auto;}
.ew_m{width:100%; height:100%; background-color:rgba(0,0,0,.8); display:block; position:fixed; top:0; left:0; display:none; z-index:99999;}
.ew_m img{width:40%; height:auto; position:absolute; left:30%; top:50%; display:block;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}	
	.footer{margin-bottom: 54px;}	
	.fygywmle::after {
    top: 20px;
    left: 15px;
}
	
	
}
@media only screen and (max-width:600px) {
.swiper-hy .swiper-slide img{ height:105px;}
	.js-zs .new-date {
    width: 16%;
    height: 80px;
}
	.js-zs .new-con {
    width: 80%;
}
.tit h1 {
	font-size: 2rem;
}
.tit h3 img {
	height: 2rem;
}
.advantage-list li .gray-mask {
	font-size: 1.8rem;
	letter-spacing: 2px;
}
.advantage-list li .red-mask .text {
	height: auto;
	font-size: 1.2rem;
	padding-right: 9px;
	line-height: 1.8;
	letter-spacing: 0;
}
.advantage-list li:nth-child(5) {
	width: 100%;
	height: 20rem
}
	.sy_hyyy {
    padding: 30px 0 0;
    overflow: hidden;
}
.nyhy ul li {
	float: left;
	width: 48%;
	margin: 0 4% 2rem 0;
}
.nyhy ul li:nth-child(3n) {
	margin-right: 4%;
}
.nyhy ul li:nth-child(2n) {
	margin-right: 0%;
}
.nyhy ul li:hover .wenz {
	background: url(../images/jts.png) 90% 10px no-repeat;
}
#certify .swiper-slide {
	width: 350px;
}
#certify .swiper-button-next {
	display: none;
}
#certify .swiper-button-prev {
	display: none;
}
#certify .swiper-slide p {
	line-height: 40px;
}
.main ul li.two {
	width: 100%;
	margin-right: 0%;
}
.main ul li.two .top h5 {
	font-size: 1.4rem;
}
.main ul li.three {
	width: 100%;
}
.main ul li.three a .right h5 {
	font-size: 1.4rem;
}
.footlinkri a {
	font-size: 1.2rem;
}
.footlinkle {
	font-size: 2rem;
}
.gallery-top .swiper-pagination {
	bottom: 6px !important;
}
.zpaltop b::before {
	left: -0;
	width: 0%;
}
.zpaltop b::after {
	width: 0
}
.zpaltop p {
	font-size: 2.6rem
}
.zpaltop b {
	color: #333;
	font-size: 2.4rem
}
.n_ban .w_z h3 {
	font-size: 1.8rem;
	margin-bottom: 0;
}
.n_ban .w_z p {
	font-size: 2.8rem
}
.ny_gg .lm ul li {
	width: 100%;
	margin: 0 0 3%;
	padding: 20px;
	height: auto;
}
.ny_ycjm ul li .w_z {
	padding: 0px 15px;
	bottom: 0;
	height: 30px;
}
.ny_ycjm ul li .w_z h3 {
	font-size: 1.4rem;
	line-height: 30px;
	margin-bottom: 0px;
}
.ny_ycjm ul li .w_z p {
	font-size: 1.1rem;
	line-height: 1.6
}
.ny_ycjm ul li:hover .w_z {
	padding: 10px 10px;
}
.mxdynynr ul li h4 {
	font-size: 14px;
}
.lx_wm input.w_z {
	width: 100%;
	box-sizing: border-box;
}
.lx_wm textarea {
	width: 100%;
	box-sizing: border-box;
}
.footnav {
	padding: 20px 0;
}
.zpalbot li p {
	line-height: 3rem;
	padding: 0 50px 0 25px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
.zw {
	padding: 15px 0;
	min-height: 350px;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	margin-bottom: 10px;
}
.zw a:active {
	color: #555555;
}
.zw img {
	max-width: 100%;
}
.xiaocms-page span {
	margin: 0 3px;
	border: 1px solid #8b1718;
	line-height: 35px;
	padding: 0 15px;
	background: #8b1718;
	color: #FFFFFF;
	display: inline-block;
}
.xiaocms-page a {
	margin: 0 3px;
	border: 1px solid #eee;
	background: #fff;
	display: block;
	color: #333;
	padding: 0 15px;
	display: inline-block;
}
.xiaocms-page a:hover,
.xiaocms-page li.active a {
	margin: 0 3px;
	border: 1px solid #8b1718;
	background: #8b1718;
	color: #fff;
	padding: 0 15px;
	display: inline-block;
}
@media (max-width:768px) {
	.xiaocms-page a,.xiaocms-page span,.xiaocms-page a:hover, .xiaocms-page li.active a {
		height:24px;
		line-height:24px;
		padding: 0 10px;
	}
}


.zw iframe { width: 800px; height: 498px; display: block; margin: 10px auto;max-width: 100%;}
@media (max-width:500px) {
.zw iframe { width:100%; height:280px; display: block; margin: 10px auto;max-width: 100%;}
}
@media (max-width:640px) {
.qtmx ul li img{ height:180px}.nyhy ul li img{ height:105px;}.ny_ycjm ul li img { height:100px;}
}

.playbtn{
	height:auto !important;
}