﻿@charset "utf-8";

.container {
	width: 83.3%;
	margin: 0 auto;
}

.img {
	line-height: 0;
}

.container2 {
	width: 78%;
	margin: 0 auto;
}

.container3 {
	width: 93.75%;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	overflow: hidden;
}

.center {
	text-align: center;
}

.clearfix {
	clear: both;
}

.page {
	text-align: center;
}

.page a {
	font-size: 18px;
	color: #999999;
	width: 56px;
	height: 56px;
	display: inline-block;
	margin: 0 5px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding-top: 16px;
	text-align: center;
	vertical-align: top;
}

.page a.cur,
.page a:hover {
	color: #fff;
	background: #dd2226;

}

.page a.prev,
.page a.next {
	/*font-family: 宋体;
	font-weight: bold;*/
}


.page a.prev,
.page a.last {
	font-size: 18px;
	width: 90px;
}

.page a.prev:hover,
.page a.next:hover {
	color: #fff;
	background: #dd2226;
}


/*关于我们*/
.nybanner {
	height: 710px;
	background-size: 100% 100%;
}

.nybanner .container2 {
	position: relative;
	height: 100%;
}

.nybanner .img img {
	width: 100%;
}

.nybanner {position: relative;}

.ydbanner .text {
	position: absolute;
	right: 0;
	bottom: 80px;
	background: linear-gradient(120deg,#005197 40%,#93bd14 70%);
	border-radius: 8px;
	overflow: hidden;
	padding: 58px 0 32px 50px;
	width: 560px;
}

.ydbanner .text:before {
	position: absolute;
	content: "";
	background: url(img/daohang_bg.png)center center/cover;
	width: 381px;
	height: 190px;
	right: 0;
	bottom: 0;
	background-size: 100% 100%;
}

.ydbanner .text .bt {
	font-size: 55px;
	color: #ffffff;
	margin-bottom: 50px;
}

.daohang a,
.daohang span {
	color: #c3c8f6;
	display: inline-block;
	font-size: 14px;
	position: relative;
}

.daohang a.index {
	padding-left: 20px;
}

.daohang a.index:before {
	/*background: url(img/index.png) center center /cover no-repeat;*/
	background-image: url(img/index.png);
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	width: 14px;
	height: 13px;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
	/* Opera */
}


.about_a .left {
	width: 25%;

}

.about_a .left .title {
	margin-top: 5px;
}

.about_a .left .title .h3 {
	font-size: 22px;
	line-height: 47px;
	color: #bcbcbc;
	margin-bottom: 35px;
	cursor: pointer;
	vertical-align: top;
}

.about_a .left .title .h3:last-child {
	margin-bottom: 0;margin-right:0;
}

.about_a .left .title .h3.cur {
	/*font-size: 42px;*/
	font-size: 36px;
	color: #000000;
}

.about_a .right {
	width: 75%;
}

.about_a .right .text {
	font-size: 18px;
	color: #333333;
	line-height: 2;
	display: none;
	text-align: justify;
}

.about_a .right .text.cur {
	display: block;
}

.about_a .right .text .lj {
	margin-top: 40px;
}

.about_a .right .text .lj a {
	display: inline-block;
	font-size: 16px;
	color: #e60012;
	margin-right: 10px;
	border-radius: 25px;
	border: 1px solid #e60012;
	padding: 10px 0;
	width: 166px;
	text-align: center;
}

.about_a .right .text .lj a i {
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 3px;
	width: 21px;
	height: 18px;
}

.about_a .right .text .lj a.a1 i {
	background: url(img/about_a_icon1.png)center center/cover;
}

.about_a .right .text .lj a.a2 i {
	background: url(img/about_a_icon02.png)center center/cover;
}

.about_a .right .text .lj a:hover {
	background: #e60012;
	color: #fff;
}

.about_a .right .text .lj a.a1:hover i {
	background: url(img/about_a_icon01.png)center center/cover;
}

.about_a .right .text .lj a.a2:hover i {
	background: url(img/about_a_icon2.png)center center/cover;
}

.about_a .right .text .lj a:last-child {
	margin-right: 0;
}

.about_a .img {
	margin-top: 80px;
	border-radius: 8px;
	overflow: hidden;
	display: none;
}

.about_a .img img {
	width: 100%;
	overflow:hidden;
}

.about_a .img img{
	transform:scale(1);
	transition:all 0.5s;
}

.about_a .img:hover img{
	transform:scale(1.1);
	transition:all 0.5s;
}

.about_a .img.cur {
	display: block;
}

.about_b {
	padding-top: 68px;
	padding-bottom: 68px;
	/* background: url(img/about_b_bg.png)center center/cover; */
	background-size: 100% 100%;
}

.about_b .left {
	width: 47.14%;
}

.about_b .right {
	width: 52.86%;
	padding-top: 4rem;
}

.about_b .right .text {
	font-size: 18px;
}

.about_b .right .about_b_ol {
	margin-top: 70px;
}

.about_b .right .about_b_ol li {
	float: left;
	width: 33.33%;
	text-align: center;
	position: relative;
}
.about_b .right .about_b_ol li img{padding-bottom: 20px;display: inline-block;}

.about_b .right .about_b_ol li .text {
	font-size: 16px;
	color: #333333;
}

.about_b .right .about_b_ol li:before {
	height: 100%;
	width: 1px;
	background: #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
}

.about_b .right .about_b_ol li:last-child:before {
	display: none;
}

.about_c {
	padding: 88px 0;
}


.about_c .img {
	padding-left: 96px;
}

.about_c .img img {
	width: 100%;
}

.about_d .title {
	text-align: center;
}

.about_d {
	padding: 125px 0 140px;
	background: url(img/about_d_bg.png)top center/cover;
}

.about_d .about_d_a {
	margin-top: 58px;
	padding-bottom: 66px;
	position: relative;
}

.about_d .about_d_a .box {
	background: #fff;
	position: relative;
	height: 520px;
	padding-top: 40px;
}


.about_d .about_d_a .box .img {
	border-radius: 8px;
	overflow: hidden;
	padding: 0 60px;
}

.about_d .about_d_a .box .img img {
	width: 100%;
}

.about_d .about_d_a .box .img .img_2 {
	display: none;
}

.about_d .about_d_a .box .text {
	padding-top: 26px;

}

.about_d .about_d_a .box .bt {
	font-size: 36px;
	color: #333333;
	padding: 0 60px;
}

.about_d .about_d_a .box .bt span {
	font-size: 28px;
	font-weight: initial;
}

.about_d .about_d_a .box .dian {
	position: relative;
	padding: 0 60px;
	margin-top: 24px;
}

.about_d .about_d_a .box .dian i {
	width: 21px;
	height: 21px;
	background: url(img/about_d_dian.png) center center/cover;
	display: block;
	z-index: 3;
	position: relative;
}

.about_d .about_d_a .box .dian:before {
	width: 100%;
	position: absolute;
	height: 1px;
	top: 50%;
	left: 0;
	content: "";
	background: #dedede;
	z-index: 0;
}


.about_d .about_d_a .box .js {
	margin-top: 25px;
	color: #333333;
	line-height: 1.8;
	font-size: 16px;
	padding: 0 60px;
}

.about_d .about_d_a .swiper-slide-active {
	border-radius: 8px;
	overflow: hidden;
}

.about_d .about_d_a .swiper-slide-active .box .img {
	padding: 0;
}

.about_d .about_d_a .swiper-slide-active .box .img img {
	position: absolute;
	height: 100%;
}

.about_d .about_d_a .swiper-slide-active .box .img_1 {
	display: none;
}

.about_d .about_d_a .swiper-slide-active .box .img_2 {
	display: block;
}

.about_d .about_d_a .swiper-slide-active .box {
	padding: 0;
}


.about_d .about_d_a .swiper-slide-active .box .text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 3;
	background: rgba(0, 0, 0, 0.4);
	padding: 30px 36px;
}

.about_d .about_d_a .swiper-slide-active .box .text .dian {
	display: none;
}

.about_d .about_d_a .swiper-slide-active .box .text .bt {
	color: #fff;
	padding: 0;
}

.about_d .about_d_a .swiper-slide {
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
}

.about_d .about_d_a .swiper-slide-active .box .text .js {
	color: #fff;
	padding: 0;
}

.about_d .about_d_a .swiper-slide-active .box:before {
	display: none;
}

.about_d .about_d_a .swiper-pagination {
	top: auto;
	bottom: 15px;
	left: 0;
	position: absolute;
	width: 90%;
	height: 2px;
}

.about_d .about_d_a .swiper-pagination-progress .swiper-pagination-progressbar {
	background: #e60012;
}

.about_d .about_d_a .swiper-button-next:after,
.about_d .about_d_a .swiper-button-prev:after {
	opacity: 0;
}

.about_d .about_d_a .swiper-button-next,
.about_d_a .swiper-button-prev {
	width: 40px;
	height: 40px;
	top: auto;
	bottom: 0;
	transition: all .3s ease-in-out;
}

.about_d .about_d_a .swiper-button-prev {
	background: url(img/about_d_left.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 100% 100%;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	z-index: 5;
	left: auto;
	right: 54px;
}

.about_d .about_d_a .swiper-button-prev:hover {
	background: url(img/about_d_left2.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 100% 100%;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
}

.about_d .about_d_a .swiper-button-next {
	background: url(img/about_d_right.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 100% 100%;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	left: auto;
	right: 0;
}

.about_d .about_d_a .swiper-button-next:hover {
	background: url(img/about_d_right2.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 100% 100%;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
}

.about_e {
	margin: 148px 0 0;
	position: relative;
}



.about_e .left {
	width: 39%;
	position: relative;
	padding-bottom: 90px;
}

.about_e .left .title {
	text-align: left;
}

.about_e .left .about_e_a {
	margin-top: 38px;
	height: 510px;
	border-top: 1px solid #f3f2f2;
}


.about_e .left .about_e_a .box {
	border-bottom: 1px solid #f3f2f2;
	padding: 26px 0;
}

.about_e .left .about_e_a .box .bt {
	font-size: 23px;
	color: #000000;
}

.about_e .left .about_e_a .box .bt span {
	color: #000000;
	font-size: 16px;
}

.about_e .left .about_e_a .box .js {
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
	margin-top: 5px;
}

.about_e .left .swiper-button-prev:after,
.about_e .swiper-button-next:after {
	opacity: 0;
}

/*.about_e .left .swiper-button-prev,.about_e .left .swiper-button-next{
	width: 50px;
	height: 50px;
	top: auto;
	bottom: 0;
}

.about_e .left .swiper-button-prev{
	background: url(img/about_e_right.png)center center/cover;
	background-size: 100% 100%;
	right: auto;
	left: 80px;
}

.about_e .left .swiper-button-prev:hover{
	background: url(img/about_e_right2.png)center center/cover;
}

.about_e .left .swiper-button-next{
	background: url(img/about_e_left.png)center center/cover;
	background-size: 100% 100%;
	
	right: auto;
	left: 0;
}

.about_e .left .swiper-button-next:hover{
	background: url(img/about_e_left2.png)center center/cover;
}*/

.about_e .swiper-button-next,
.about_e .swiper-button-prev {
	width: 40px;
	height: 40px;
	top: auto;
	bottom: 0;
	transition: all .3s ease-in-out;
}

.about_e .swiper-button-prev {
	background: url(img/about_d_left.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 100% 100%;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	z-index: 5;
	right: auto;
	left: 0;
}

.about_e .swiper-button-prev:hover {
	background: url(img/about_d_left2.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 100% 100%;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
}

.about_e .swiper-button-next {
	background: url(img/about_d_right.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 100% 100%;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	right: auto;

	left: 54px;
}

.about_e .swiper-button-next:hover {
	background: url(img/about_d_right2.png);
	background-position-x: center;
	background-position-y: center;
	background-size: 100% 100%;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
}


.about_e .left .left_img {
	display: none;
}

.about_e .right {
	width: 44.7%;
	position: absolute;
	right: 60px;
	top: 0;
}



.about_e .right .img img {
	width: 100%;
}

.about_c .img2 {
	display: none;
}

@media(max-width: 1680px) {
	.about_e .left .about_e_a {
		height: 400px;
	}

	.ydbanner .text .bt {
		font-size: 44px;
		margin-bottom: 35px;
	}
}

@media(max-width: 1500px) {
	.nybanner {
		height: 520px;
	}

	.ydbanner .text .bt {
		font-size: 36px;
		margin-bottom: 35px;
	}

	.ydbanner .text:before {
		width: 300px;
		height: 150px;
	}

	.about_a .left .title .h3.cur {
		font-size: 40px;
	}


	.title p {
		font-size: 14px;
	}

	.about_b {
		padding-bottom: 120px;
	}

	.about_d {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.about_e {
		margin-top: 120px;
	}

	.about_c {
		padding: 60px 0;
	}

	.about_d .about_d_a .box .js {
		margin-top: 5px;
	}

	.about_e .left {
		width: 44%;
	}

	.about_e .left {
		padding-bottom: 60px;
	}

	.about_d .about_d_a .box .bt {
		font-size: 28px;
	}
}

@media(max-width: 1440px) {
	.about_b .right .about_b_ol {
		margin-top: 45px;
	}

	.about_b {
		padding-bottom: 80px;
	}


}

@media(max-width:1300px) {
	.nybanner {
		height: 470px;
	}

	.about_e .left .about_e_a {
		height: 260px;
	}

	.about_e .right {
		position: initial;
	}

}

@media(max-width: 1100px) {
	.about_a .left .title .h3.cur {
		font-size: 30px;
	}

	.about_e {
		margin-top: 80px;
	}

	.about_b .right .about_b_ol li:before {
		display: none;
	}

	.about_b .right .about_b_ol li {
		width: 50%;
		margin-bottom: 0.25rem;
	}

	.about_b .right .about_b_ol li .img {
		float: left;
	}

	.about_b .right .about_b_ol li .text {
		float: left;
		margin-top: 0;
		text-align: left;
		padding-left: 8px;
	}

}

@media(max-width: 1000px) {
	.ydbanner .nybanner{
		height: 320px !important;
	}
	.about_a .left {
		width: 100%;
		margin-bottom: 20px;
	}

	.about_a .left .title .h3 {
		float: left;
		margin-right: 20px;
	}

	.about_a .left .title .h3.cur {
		font-size:32px !important;
	}

	.about_a .right {
		width: 100%;
	}

	.about_a .right .text {
		line-height: 1.4;
	}

	.about_a .right .text::-webkit-scrollbar {
		width: 2px;

	}

	.about_a .right .text::-webkit-scrollbar-track {

		width: 2px;
	}

	.about_a .right .text::-webkit-scrollbar-track-piece {
		width: 2px;
		background: #e3e3e3;
	}

	.about_a .right .text::-webkit-scrollbar-thumb {
		background: #dd2226;
		border: 5px;

	}

	.about_a .right .text::-webkit-scrollbar-button {
		display: none;

	}

	.about_a .right .text .lj a {
		padding: 5px 0;
		width: 146px;
	}

	.about_a .img {
		margin-top: 40px;
	}

	.about_b {
		padding-top: 0px;
		margin-top: 40px;
	}

	.about_b .left {
		width: 100%;
		padding: 0 0.36rem;
		margin-top: 0.2rem;
	}

	.about_b .right {
		width: 100%;
		padding-left: 0;
		margin-top: 25px;
	}

	.about_b .right .text {
		margin-top: 15px;
	}

	.about_c .img {
		padding-left: 0;
	}

	.about_d {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.about_d .about_d_a .swiper-pagination {
		width: 80%;
	}

	.about_e .left {
		width: 100%;
	}

	.about_e .left .left_img {
		display: block;
		margin: 0.3rem 0 0.4rem;
	}

	.about_e .right {
		width: 100%;
		margin-top: 20px;
		display: none;
	}

	.ydbanner .text .bt {
		font-size: 30px;
	}

	.about_a .left .title .h3 {
		margin-bottom: 0;
	}

	.about_e .left .about_e_a .box .bt {
		font-size: 20px;
		padding-left: 0.3rem;
		position: relative;
	}

	.about_e .left .about_e_a .box .bt:before {
		position: absolute;
		left: 0;
		top: 0.14rem;
		width: 0.08rem;
		height: 0.08rem;
		border: 1px solid #e60012;
		border-radius: 100%;
		content: "";
	}

	.about_e .left .about_e_a .box .js {
		padding-left: 0.3rem;
	}

	.about_e .left .about_e_a .box {
		padding: 20px 0;
	}

	.about_e .left .about_e_a {
		height: 470px;
	}

	.about_d .about_d_a .box {
		height: 400px;
	}
}
.about_a .img{
	position: relative;
	line-height: 200%;
}
.about_a .img h3{
	position: absolute;top: 20%;right: 3%;
	z-index: 333;
	width: 36%;
	margin-right: 60px;
}
.about_a .img h3 b{display: block;color: #fff;text-shadow: 0 1px 5px rgb(0, 116, 48);font-size: 50px;}
.about_a .img h3 p{margin-top: 20px;}
.about_a .img a{background: #4e4e4e;color: #fff;font-size: 16px;width: 30%;text-align: center;border-radius: 15px;margin-top: 15px;}
@media(max-width: 750px) {
	.about_c .img2 {
		display: block;
		margin-right: -2%;
	}

	.about_c .img1 {
		display: none;
	}

	.nybanner {
		height: 400px;
	}

	.ydbanner .text {
		width: 53%;
		bottom: 20px !important;
		padding: 32px 0 32px 20px;
	}

	.ydbanner .text:before {
		width: 250px;
		height: 100px;
	}

	.ydbanner .text .bt {
		margin-bottom: 18px;
		font-size: 22px;
	}

	.about_b {
		padding-bottom: 40px;
	}

	.about_d .about_d_a .box .bt {
		font-size: 26px;
	}

	.about_d_a .swiper-button-prev {
		right: 34px;
	}

	.about_d .about_d_a .swiper-button-next,
	.about_d_a .swiper-button-prev {
		width: 34px;
		height: 34px;
	}

	.about_d .about_d_a .swiper-button-next {
		right: 0;
	}

	.about_d .about_d_a .swiper-pagination {
		bottom: 0.18rem;
	}

	/*	.about_d .about_d_a .swiper-pagination{width: 100%;}*/
	.about_e {
		margin-top: 40px;
	}

	.about_c {
		padding: 40px 0;
	}

	.about_d {
		padding-top: 40px;
		padding-bottom: 25px;
	}

	.about_d .about_d_a {
		margin-top: 25px;
	}

	.about_e .left .about_e_a {
		margin-top: 24px;
	}

	.about_b .right .about_b_ol li .img {
		display: inline-block;
		width: 2rem;
	}
	.about_b .right .about_b_ol li{
		margin-bottom: 20px;
	}

	.about_d .about_d_a .swiper-slide-active .box .text {
		padding: 24px 18px;
	}

	.about_d .about_d_a .box .bt {
		font-size: 24px;
	}

	.about_d .about_d_a .box .bt span {
		font-size: 18px;
	}

}


@media(max-width: 500px) {
	.ydbanner .text .bt {
		margin-bottom: 10px;
	}

	.about_b {
		background-size: auto 100%;
	}

	.about_e .left .swiper-button-prev,
	.about_e .left .swiper-button-next {
		width: 35px;
		height: 35px;
	}

	.about_e .left .swiper-button-prev {
		left: 0;
	}

	.about_d .about_d_a .swiper-button-prev {
		right: 50px;
	}

	.about_d .about_d_a .swiper-pagination {
		width: 70%;
	}
}

@media(max-width: 430px) {
	.about_b .right .about_b_ol li {
		width: 100%;
	}
}







/**2022-5-23新增**/
.banner .swiper-wrapper .swiper-slide{
	overflow:hidden;
}

.banner .swiper-wrapper .swiper-slide-active .box{
	-webkit-animation:haha2 2000ms linear both; 
    animation:haha2 2000ms linear both;
}



.ydbanner{
	overflow:hidden;
}

.ydbanner .nybanner{
	/*-webkit-animation:haha2 2000ms linear both; 
    animation:haha2 2000ms linear both;*/
}

@-webkit-keyframes haha2{
    0%{ transform: scale(2) }
    10%{ transform: scale(1.9) }
    20%{ transform: scale(1.8) }
    30%{ transform: scale(1.7) }
    40%{ transform: scale(1.6) }
    50%{ transform: scale(1.5) }
    60%{ transform: scale(1.4) }
    70%{ transform: scale(1.3) }
    80%{ transform: scale(1.2) }
    90%{ transform: scale(1.1) }
    100%{ transform: scale(1) }
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
-webkit-animation:haha1 3s linear infinite;
}

@-webkit-keyframes haha1{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}

.gd {
	overflow: hidden;
}

.gd:after {
	content: " ";
	display: block;
	width: 200px;
	height: 80px;
	background: rgba(255, 255, 255, .2);
	position: absolute;
	top: -10px;
	left: -200px;
	transform: rotate(-45deg);
	transition: all .4s ease-in-out;
}

.gd:hover:after {
	margin-left: 400px;
}



.ydbanner .container2{
	position: relative;
}