@charset "utf-8";
/* CSS Document */

.header {
	background: rgba(0, 0, 0, 0.6);
	height: 2rem;
	background-size: cover;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
}

.header .logo {
	display: block;
	width: 9.66rem;
	padding-top: 0.27rem;
	float: left;
	padding-left: 3%;
}

.header .logo img {
	display: block;
}

.header .menu {
	width: 1.1rem;
	display: block;
	float: right;
	margin-top: 0.45rem;
	padding-right: 3%;
}

.header .menu img {
	display: block;
}

.header .close_menu {
	display: none;
	width: 0.75rem;
	float: right;
	margin-top: 0.55rem;
	padding-right: 3%;
	text-align: right;
	margin-right: 6px;
}
.header .close_menu img {
	display: block;
}

.header .nav {
	display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	top: 2rem;
	z-index: 88;
	padding: 0.8rem 0 0;
	box-sizing: border-box;
	height: calc(100vh - 2rem);
	overflow: scroll;
}

.header .nav ul {}

.header .nav ul li {
	margin-bottom: 0.8rem;
}

.header .nav ul li>a {
	font-size: 0.6rem;
	text-align: center;
	display: block;
	line-height: 1.5rem;
	border: 1px solid #e5e5e5;
	margin: 0 3%;
}

.header .nav ul li dl {
	font-size: 0.6rem;
	text-align: left;
	display: block;
	line-height: 1.5rem;
	border-bottom: 1px solid #e5e5e5;
	padding: 0.8rem 0rem 0.3rem 0.3rem;
}

.header .nav ul li dl dd {
	width: 46%;
	display: inline-block;
	margin: 0 1% 0.5rem;
	background: #f5f5f5;
	text-align: center;
}

.header .nav ul li dl dd a {
	font-size: 0.55rem;
}

/* banner */
.banner {
	width: 100%;
	overflow: hidden;
	height: 12rem;
}

#swiper1 {
	width: 100%;
	height: 100%;
	position: relative;
}

#swiper1 .swiper-wrapper .swiper-slide {
	padding: 0;
	margin: 0;
}

.banner .swiper-slide>img {
	position: absolute;
	z-index: 5;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
}

.banner .swiper-slide .banner-bg {
	position: relative;
	width: 100%;
	z-index: 2;
	height: 100%;
	transform: translate(0, 0) scale(1, 1);
}

/* banner-one */
#banner-one img:nth-child(1) {
	width: 24.05%;
	right: 10.21%;
	top: 60.55%;
	z-index: 5;
	opacity: 0;
	transition-delay: 3s;
	transform: translate(0, 100px) scale(1, 1);
}

#banner-one img:nth-child(2) {
	width: 80.15%;
	left: 10.88%;
	top: 52.87%;
	z-index: 5;
	opacity: 0;
	transition-delay: 2s;
	transform: translate(500px, 0) scale(1, 1);
}

#banner-one img:nth-child(3) {
	width: 11.52%;
	left: 43%;
	top: 28.33%;
	z-index: 6;
	transition-delay: 0.5s;
	opacity: 0;
	transform: translate(-100%, 100%) scale(2, 2);
}

#banner-one img:nth-child(4) {
	width: 11.67%;
	left: 52.83%;
	top: 42.39%;
	z-index: 6;
	transition-delay: 0.8s;
	opacity: 0;
	transform: translate(100%, 100%) scale(2, 2);
}

#banner-one img:nth-child(5) {
	width: 12.6%;
	left: 36.51%;
	top: 48.2%;
	z-index: 6;
	transition-delay: 1s;
	opacity: 0;
	transform: translate(-100%, 100%) scale(2, 2);
}

#banner-one img:nth-child(6) {
	width: 12.85%;
	left: 49.11%;
	top: 60.33%;
	z-index: 6;
	transition-delay: 1.2s;
	opacity: 0;
	transform: translate(100%, 100%) scale(2, 2);
}


/* banner-two */
#banner-two img:nth-child(1) {
	width: 24.05%;
	right: 10.21%;
	top: 60.55%;
	z-index: 5;
	opacity: 0;
	transition-delay: 3s;
	transform: translate(0, 100px) scale(1, 1);
}

#banner-two img:nth-child(2) {
	width: 80.15%;
	left: 10.88%;
	top: 52.87%;
	z-index: 5;
	opacity: 0;
	transition-delay: 2s;
	transform: translate(500px, 0) scale(1, 1);
}

#banner-two img:nth-child(3) {
	width: 11.52%;
	left: 43%;
	top: 28.33%;
	z-index: 6;
	transition-delay: 0.5s;
	opacity: 0;
	transform: translate(-100%, 100%) scale(2, 2);
}

#banner-two img:nth-child(4) {
	width: 11.67%;
	left: 52.83%;
	top: 42.39%;
	z-index: 6;
	transition-delay: 0.8s;
	opacity: 0;
	transform: translate(100%, 100%) scale(2, 2);
}

#banner-two img:nth-child(5) {
	width: 12.6%;
	left: 36.51%;
	top: 48.2%;
	z-index: 6;
	transition-delay: 1s;
	opacity: 0;
	transform: translate(-100%, 100%) scale(2, 2);
}

#banner-two img:nth-child(6) {
	width: 12.85%;
	left: 49.11%;
	top: 60.33%;
	z-index: 6;
	transition-delay: 1.2s;
	opacity: 0;
	transform: translate(100%, 100%) scale(2, 2);
}

/* banner-three */
#banner-three img:nth-child(1) {
	width: 30.26%;
	left: 11.11%;
	top: 19.81%;
	z-index: 6;
	transition-delay: 0.5s;
	opacity: 0;
	transform: translate(-50%, -200%) scale(1.5, 1.5);
}

#banner-three img:nth-child(2) {
	width: 20.92%;
	left: 11.375%;
	top: 28.7%;
	z-index: 6;
	transition-delay: 1s;
	opacity: 0;
	transform: translate(0, 100%) scale(1, 1);
}

#swiper1 .swiper-slide-active>img {
	opacity: 1;
	transform: translate(0, 0) scale(1, 1);
}

@keyframes bannerview {
	0% {
		transform: scale(1, 1);
	}

	16% {
		transform: scale(1.01, 1.01);
	}

	33% {
		transform: scale(1.02, 1.02);
	}

	50% {
		transform: scale(1.03, 1.03);
	}

	66% {
		transform: scale(1.02, 1.02);
	}

	83% {
		transform: scale(1.01, 1.01);
	}

	83% {
		transform: scale(1, 1);
	}

}

#swiper1 .swiper-wrapper .swiper-slide-active .banner-bg {
	/* transition: 8.5s linear; */
	animation-name: bannerview;
	animation-duration: 8s;
	animation-timing-function: linear;
	animation-delay: 0.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	/* Safari and Chrome: */
	-webkit-animation-name: bannerview;
	-webkit-animation-duration: 8s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
}

.kj_nav {
	background: url(../images/sy_nav_bg_01.png) repeat;
	width: 100%;
}

.kj_nav ul {
	padding: 0.6rem 3% 0.05rem;
	font-size: 0;
}

.kj_nav ul li {
	display: inline-block;
	width: 25%;
	text-align: center;
	margin-bottom: 0.6rem;
}

.kj_nav ul li a {}

.kj_nav ul li a img {
	display: block;
	width: 1.6rem;
	margin: auto;
	margin-bottom: 0.2rem;
}

.kj_nav ul li a p {
	font-size: 0.5rem;
}

.box1 {
	background: url(../images/box1_bg_01.jpg) no-repeat center;
	background-size: cover;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.ty .title {
	background: url(../images/sy_lm_bg_01.png) no-repeat center;
	background-size: 100% auto;
	width: 8.54rem;
	margin: auto;
	margin-bottom: 1rem;
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	height: 1.5rem;
	line-height: 1.5rem;
}

.box1 ul {
	padding: 0 3%;
	font-size: 0;
}

.box1 ul li {
	width: 4.2rem;
	margin: 0 0.25rem 0.5rem;
	display: inline-block;
}

.box1 ul li a {}

.box1 ul li a img {
	display: block;
	width: 100%;
}

.box2 {
	background: url(../images/box2_bg_01.jpg) no-repeat center;
	background-size: cover;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.box2 .xwzx {
	padding: 0 3%;
}

.box2 .xwzx .tpxw {
	position: relative;
}

.box2 .xwzx .tpxw .hd {
	position: absolute;
	z-index: 22;
	right: 0.3rem;
	bottom: 0.8rem;
}

.box2 .xwzx .tpxw .hd ul {
	font-size: 0;
}

.box2 .xwzx .tpxw .hd ul li {
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 0.5rem;
	background: #fff;
	display: inline-block;
	margin-left: 0.3rem;
}

.box2 .xwzx .tpxw .hd ul li.on {
	background: #e7662b;
}

.box2 .xwzx .tpxw .bd {}

.box2 .xwzx .tpxw .bd ul {}

.box2 .xwzx .tpxw .bd ul li {
	position: relative;
}

.box2 .xwzx .tpxw .bd ul li a.pic {}

.box2 .xwzx .tpxw .bd ul li a.pic img {
	display: block;
	width: 100%;
	height: 10rem;
}

.box2 .xwzx .tpxw .bd ul li a.tit {
	background: rgba(0, 0, 0, .5);
	width: 96%;
	display: block;
	color: #fff;
	position: absolute;
	z-index: 11;
	left: 0;
	bottom: 0;
	padding: 0.3rem 2%;
	font-size: 0;
}

.box2 .xwzx .tpxw .bd ul li a.tit p {
	font-size: 0.55rem;
	margin-bottom: 0.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: 87%;
}

.box2 .xwzx .tpxw .bd ul li a.tit span {
	font-size: 0.5rem;
}

.box2 .xwzx .wzxw {
	background: url(../images/xwzx_wz_bg_01.png) no-repeat center;
	background-size: cover;
	padding: 0.2rem 0.5rem 0.5rem;
}

.box2 .xwzx .wzxw ul {}

.box2 .xwzx .wzxw ul li {
	background: url(../images/xwzx_hd_bg_01.png) no-repeat left center;
	background-size: 0.2rem;
	text-indent: 0.5rem;
	line-height: 1.25rem;
}

.box2 .xwzx .wzxw ul li a {
	font-size: 0.5rem;
}

.box2 .xwzx .wzxw a.more {
	background: url(../images/xwzx_jt_more.png) no-repeat #b1542a;
	width: 4.4rem;
	height: 1rem;
	line-height: 1rem;
	color: #fff;
	display: block;
	font-size: 0.45rem;
	border-radius: 1rem;
	margin: auto;
	text-indent: 0.8rem;
	background-size: 0.8rem;
	background-position: 2.9rem center;
	margin-top: 0.5rem;
}

.box3 {
	background: url(../images/box3_bg_01.jpg) no-repeat center;
	background-size: cover;
	padding-top: 1rem;
	padding-bottom: 0.6rem;
}

.box3 ul {
	font-size: 0;
	padding: 0 3%;
}

.box3 ul li {
	display: inline-block;
	margin-bottom: 0.32rem;
}

.box3 ul li:nth-child(2) {
	width: 49%;
	margin-right: 2%;
}

.box3 ul li:nth-child(3) {
	width: 49%;
}

.box3 ul li a {}

.box3 ul li a img {}


.footer {
	background: #272831;
	color: #fff;
	padding: 0.8rem 3%;
	font-size: 0;
}

.footer ul {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 0.8rem;
	text-align: center;
	margin-bottom: 0.6rem;
}

.footer ul li {
	display: inline-block;
	width: 33%;
}
.footer ul li:nth-child(1){
	margin-left:-0.6rem
}

.footer ul li img {
	width: 2.4rem;
	display: block;
	height: 2.4rem;
	margin: auto;
}
.footer ul li p{
    width: auto;
}

.footer p {
	font-size: 0.5rem;
	line-height: 1rem;
	width: 66%;
	display: inline-block;
}

.footer p a {
	color: #fff;
}

.footer span {
	width: 30%;
	display: inline-block;
	margin-left: 4%;
}

.footer span img {}
.ny_text .content p img{
    transform: translateX(-2em);
}