 

.left {
	float: left;
}

.container1 {
	width: 1200px;
	margin: 0 auto;
}

ul li a {
	display: block;
}

i,
em {
	font-style: normal;
}

.none {
	display: none;
}

/* head1 */
.head1er {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 110px;
	padding-left: 18%;
	padding-right: 18%;
	z-index: 100;
	/* border-bottom: 1px solid rgba(255,255,255,.2); */
	-webkit-transition: .8s cubic-bezier(.19, 1, .22, 1);
	-moz-transition: .8s cubic-bezier(.19, 1, .22, 1);
	-o-transition: .8s cubic-bezier(.19, 1, .22, 1);
	transition: .8s cubic-bezier(.19, 1, .22, 1);
	/* background-image: linear-gradient(180deg, rgba(3, 0, 0, 0.43) 0%, rgba(3, 0, 0, 0.22) 40%, rgba(3,0,0,0) 100%); */
	z-index: 990;
	/*background: #000000;*/
	padding-top: 4%;
}

.hd_con {
	position: relative;
}

a.logo {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

a.logo img+img {
	display: none;
}

.naver1 {
	position: relative;
}

.naver1::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 2px;
	height: 22px;
	background-color: rgb(181 193 202 / 0%);
	transform: translateY(-50%);
}

.naver1 ul li {
	position: relative;
	float: left;
}


.pc_banner1 {
	margin-top: 0px;
}

.index1 {
	/*height: 887px;*/
}

.naver1 ul li a {
	margin: 0 30px;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
}

.ligl a {
 border-bottom: 1px solid currentColor;
 line-height: 31px;
}

/*
.ligl::after {
	content: '';
	position: absolute;
	bottom: 51px;
	left: 50%;
	width: 84px;
	height: 22px;
	background-color: #fff;
	transform: translateX(-50%);
	transition: all .3s;
	z-index: -999;
	border-radius: 15px;
}
*/
.naver1 ul li.active::after,
.naver1 ul li:hover::after {
	width: 70px;
}

.hd_phone {
	font-size: 0;
	padding-top: 30px;
	padding-left: 30px;
}

.hd_phone>* {
	display: inline-block;
	vertical-align: middle;
}

.hd_phone img+img {
	display: none;
}

.hd_phone span {
	margin-left: 7px;
	font-size: 34px;
	color: #fff;
	font-family: impact;
	line-height: 1;
}

.head1er._hidden,
.innerhead1er {
	background-color: #fff;
	background-image: none;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
}

.head1er._hidden a.logo img,
.head1er._hidden .hd_phone img,
.head1er.innerhead1er a.logo img,
.head1er.innerhead1er .hd_phone img {
	display: none;
}

.head1er._hidden .hd_phone span,
.head1er.innerhead1er .hd_phone span {
	color: #10132a;
}

.head1er._hidden a.logo img+img,
.head1er._hidden .hd_phone img+img,
.head1er.innerhead1er a.logo img+img,
.head1er.innerhead1er .hd_phone img+img {
	display: inline-block;
}

.head1er._hidden .naver1 ul li a,
.head1er.innerhead1er .naver1 ul li a {
	color: #10132a;
}

.head1er._hidden .naver1 ul li.active a,
.head1er.innerhead1er .naver1 ul li.active a {
	color: #f4d827;
}

.head1er._hidden .naver1 ul li.active::after,
.head1er._hidden .naver1 ul li:hover::after,
.head1er.innerhead1er .naver1 ul li.active::after,
.head1er.innerhead1er .naver1 ul li:hover::after {
	background-color: #f4d827;
}

.head1er._hidden .naver1::after,
.head1er.innerhead1er .naver1::after {
	background-color: rgba(181, 193, 202, .5);
}

.head1er._hidden .hd_phone span,
.head1er.innerhead1er .hd_phone span color: #10132a;
}

/* �������� */
.second_main {
	display: none;
}

.second_level {
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	top: 90px;
	width: 100%;
	/* height: 220px; */
	background-color: rgba(255, 255, 255, .9);
	z-index: 99;
}

.second_wrap {
	padding-top: 50px;
	padding-bottom: 40px;
}

.second_con {
	display: flex;
	align-items: flex-start;
	width: 100%;
}

.second_left {
	width: 15%;
	margin-right: 45px;
}

.second_left h2 {
	font-size: 22px;
	color: #272636;
	line-height: 36px;
	font-weight: bold;
}

.second_left a {
	display: block;
	width: 130px;
	height: 40px;
	margin-top: 20px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 16px;
	color: #f4d827;
	text-align: center;
	border: solid 1px #f4d827;
}

.second_ul ul li {
	float: left;
	margin-right: 42px;
}

.second_ul ul li:last-child {
	margin-right: 0;
}

.second_img {
	width: 180px;
	height: 100px;
	border-radius: 6px;
	overflow: hidden;
}

.second_img img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	transition: all .4s;
}

.second_infor {
	margin-top: 12px;
}

.second_infor h3 {
	line-height: 1;
	font-size: 18px;
	color: #272636;
}

.second_infor h2 {
	font-size: 18px;
	color: #f4d827;
	line-height: 1;
	font-weight: bold;
}

.second_infor .txt {
	margin-top: 8px;
	font-size: 16px;
	color: #6d7081;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.second_ul ul li:hover .second_img img {
	transform: scale(1.1);
}

.m_banner1 {
	display: none;
}

/* moblie head1 */
.m_head1er {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	/*box-shadow: 0 4px 4px rgba(51, 51, 51, 0.1);*/
	/*background: #000000;*/
}

  .dt_2{
	color: #000;
	font-size: 30px;
text-align: center;
	margin-bottom: 7px;
padding: 5px;
}

.m_hcon {
	width: 94%;
	margin: 0 auto;
	position: relative;
}

.m_logo {
	float: left;
	margin: 10px 0;
}

.m_logo img {
	height: 35px;
}

.nav_icon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
	width: 24px;
}

.nav_icon span {
	display: block;
	width: 24px;
	height: 2px;
	border-radius: 5px;
	background: #fff;
	position: relative;
	top: 0;
	-webkit-transition: background 400ms ease, top 300ms ease, -webkit-transform 300ms ease;
	transition: background 400ms ease, top 300ms ease, -webkit-transform 300ms ease;
	-o-transition: background 400ms ease, transform 300ms ease, top 300ms ease;
	transition: background 400ms ease, transform 300ms ease, top 300ms ease;
	transition: background 400ms ease, transform 300ms ease, top 300ms ease, -webkit-transform 300ms ease;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	z-index: 9999;
}

.nav_icon span:nth-child(2) {
	width: 18px;
	margin: 7px 0;
}

.nav_icon.on span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav_icon.on span:nth-child(2) {
	opacity: 0;
}

.nav_icon.on span:nth-child(3) {
	top: -9px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.m_naver1 {
	position: fixed;
	width: 70%;
	height: 100%;
	right: 0;
	top: 0px;
	padding-bottom: 20px;
	background: #FFFFFF;
	 
	/* display: none; */
	z-index: 999;
	transform: translateX(150%);
	transition: all .4s;
}

.m_naver1.on {
	transform: translateX(0);
}

.m_naver1 ul {
	padding: 15px 0;
}

.m_naver1 ul li {
	text-indent: 6%;
	font-size: 14px;
	line-height: 40px;
	padding-right: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}

.m_naver1 ul li>a {
	display: block;
	color: #333333;
}

.m_naver1 ul li>a.icon1 {
	position: relative;
}

.m_naver1 ul li>a.active {
	color: #000;
}

.m_naver1 ul li>a.icon1:before,
.m_naver1 ul li dl dd>a.icon1::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 12px;
	transition: all ease-in-out .36s;
	right: 0;
	top: 50%;
	margin-top: -9px;
	background: url(../images/icon00.png) no-repeat center;
	background-size: 100% 100%;
}

.m_naver1 ul li>a.icon1.active:before,
.m_naver1 ul li dl dd>a.icon1.active::before {
	transform: rotate(90deg);
}

.m_naver1 ul li dl {
	display: none;
}

.m_naver1 ul li dl dd {
	font-size: 14px;
	line-height: 30px;
	text-indent: 8%;
}

.m_naver1 ul li dl dd>a {
	position: relative;
	color: #666666;
}

.m_naver1 ul li dl dd>a.icon1 {
	position: relative;
}

.m_naver1 ul li dl dd>a.active {
	color: #f79010;
}

.mhdmask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 100;
}

.mhdmask.on {
	display: block;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	display: block;
}

.pc_banner1 .swiper-container-horizontal>.swiper-pagination-bullets,
.pc_banner1 .swiper-pagination-custom,
.pc_banner1 .swiper-pagination-fraction {
	bottom: 28px;
}

.pc_banner1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 14px;
}

.pc_banner1 .swiper-pagination-bullet {
	width: 36px;
	height: 9px;
	background-color: #ffffff;
	border-radius: 4px;
	opacity: 0.2;
}

.pc_banner1 .swiper-pagination-bullet-active {
	opacity: 1;
}

.m_banner1 .swiper-container-horizontal>.swiper-pagination-bullets,
.m_banner1 .swiper-pagination-custom,
.m_banner1 .swiper-pagination-fraction {
	bottom: 10px;
}

.m_banner1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

.m_banner1 .swiper-pagination-bullet {
	width: 22px;
	height: 4px;
	background-color: #ffffff;
	border-radius: 2px;
	opacity: 0.2;
}

.m_banner1 .swiper-pagination-bullet-active {
	opacity: 1;
}

.index1 {
	width: 100%;
	/* margin-top: 125px; */
	margin-bottom: 110px;
	background: url(../images/gm.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.index1_co {
	padding-top: 3%;
	padding-left: 22%;
	padding-right: 22%;
}

.index1_le {
	width: 47%;
	float: left;
}

.index1_rg {
	width: 37%;
	float: right;
}

.index1_rg img {

	float: right;
}

.p1 {
	margin-top: 33%;
	font-size: 68px;
	font-weight: 500;
	color: #1e2a7b;
}

.p2 {
	font-size: 68px;
	font-weight: 100;
	color: #1e2a7b;
}

.p3 {
	margin-top: 5%;
	font-size: 31px;
	font-weight: 600;
	color: #1e2a7b;
	float: right;
	width: 100%;
	text-align: right;
}

.p4 {
	font-size: 31px;
	font-weight: 500;
	color: #1e2a7b;
	float: right;
	width: 100%;
	text-align: right;
}

.p5 {
	width: 23%;
	float: left;
	text-align: center;
	font-size: 31px;
}

.p6 {
	width: 2%;
	float: left;
	text-align: center;
	font-size: 41px;
	font-weight: 100;
}

.p7 {
	width: 70%;
	margin: 0 auto;
	padding-top: 11%;
	margin-bottom: 50px;
}

.index1_m1 {
	margin-bottom: 60px;
}

.i1m1_left {
	width: 42.5%;
}

.index_title {
	position: relative;
	padding-bottom: 28px;
}

/*
.index_title::before,.index_title::after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 4px;
}
.index_title::before{
	left: 0;
	background-color: #f0c118;
}
.index_title::after{
	left: 30px;
	background-color: #ea9125;
}*/
.index_title h2 {
	font-size: 69px;
	font-weight: bold;
	color: #272636;
	line-height: 1;
}

.index_title h2 span {
	font-size: 20px;
	color: #8f9599;
	line-height: 1;
}

.index_title h3 {
	margin-top: 37px;
	font-size: 24px;
	color: #1d4432;
	line-height: 1;
}

.index_title h3 span {
	color: #1d4432;
	font-size: 79px;
}

.i1m1_left .txt {
	margin-top: 26px;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 30px;
	color: #6d7081;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}

.i1m1_lmore {
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	border: solid 1px #f4d827;
	text-align: center;
	font-size: 16px;
	color: #f4d827;
}

.i1m1_right {
	position: relative;
	width: 49.243%;
	height: 370px;
	/*background-color: #000000;*/
}

.i1m1_right video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.txt {
	color: #6a6260;
	font-size: 18px;
	font-weight: 600;
}

.txt p {
	margin-bottom: 6px
}

.txt .n1 {
	height: 15px;
}

.g1 {
	margin-bottom: 190px
}

.g2 {
	margin-top: 40px;
	text-align: center;
}

.cp_ny {
	text-align: center;
	margin-top: 100px;
	font-size: 40px;
}

.cp_1 {
	float: left;
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 3%;
}

.cp_1:nth-child(3) {
	float: left;
	width: 31.3%;
	margin-right: 0%;
}

.cp_2 {
	width: 62.5%;
	text-align: center;
	/* padding: 50px; */
	margin: 0 auto;
	height: 1100px;
}

.cp_0 {
	width: 62.5%;
	/* FONT-WEIGHT: 600; */
	margin-top: 80px;
	margin: 0 auto;
	padding-top: 80px;
}

.cp_3 {
	width: 48.5%;
	margin-right: 3%;
	float: left;
}

.cp_3:nth-child(2) {
	width: 48.5%;
	margin-right: 0%;
	float: left;
}


.cp_4 {
	font-size: 50px;
	font-weight: 600;
	text-align: center;
}

.g3 {
	margin-bottom: 90px;
}

.cp_5 {
	width: 62.5%;
	font-size: 100px;
	font-weight: 600;
	margin: 0 auto;
	padding-top: 180px;
	padding-bottom: 180px;
	letter-spacing: 4px;
}

.cp_9 {
	width: 62.5%;
	margin: 0 auto;
	height: 800px;
}

.cp_7 {
	float: left;
}

.cp_8 {
	float: right;
	font-size: 21px;
	line-height: 39px;
	color: #6f6f70;
}

.cp_10 {
	margin-top: 50px;
}

.cp_11 {
	margin-top: 50px;
	font-size: 32px;
	font-weight: 600;
	color: black;
	line-height: 55px;
}

.cp_11 span {

	font-weight: 500;

}

.cp_12 {
	width: 62.5%;
	margin: 0 auto;
	height: 900px;
}

.cp_13 {
	float: left;
	width: 50%;
}

.cp_14 {
	float: right;
	width: 50%;
}


.cp_15 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.cp_m8 {
	width: 62.5%;
	margin: 0 auto;
}

.cp_17 {
	font-size: 35px;
	font-weight: bold;
	margin-top: 100px;
}

.cp_18 {
	margin-top: 50px;
	font-size: 25px;
}

.cp_19 {
	margin-top: 200px;
	margin-bottom: 200px;
}

.cp_20 {
	width: 62.5%;
	margin: 0 auto;
	height: 500px;
}

.cp_21 {
	font-size: 46px;
	color: #1f4432;
	font-weight: 600;
	float: left;
}

.cp_22 {

	color: #727170;
	float: right;
	font-size: 24px;
	line-height: 45px;
}

.cp_22 span {
	color: #b1afb0;
	font-size: 41px;

}

.fwcx {
	text-align: center;
	margin-top: 100px;
	font-size: 30px;
	margin-bottom: 50px;

}

.fwcx span {
	padding: 0 20px;
}

.fwcx1 {
	text-align: center;
}

.fwcx2 {
	text-align: center;
	font-size: 28px;
	line-height: 49px;
	color: #595757;
	margin-bottom: 150px;
}

.fwcx3 {
	text-align: center;
	margin-bottom: 50px;
}

.jxhs {
	width: 63%;
	margin: 0 auto;
	padding: 100px 0;
	/* margin-top: 5%; */
}

.jxhs2 {
	font-size: 20px;
	/* line-height: 34px; */
	margin-bottom: 10px;
	font-weight: 100;
	margin-top: 8%;
}

.jxhs3 span {
	color: #980606;
	font-weight: 600;

}

.jxhs3 {
	font-size: 20px;
	/* line-height: 34px; */
	margin-bottom: 10px;
	/* color: #18b0ab; */
	font-weight: 100;
}

.jxhs4 {
	float: right;
	width: 50%;
	margin-bottom: 10%;
}

.i1m1_rvideobtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0);
	z-index: 4;
}

.jxhs2_m8 .i4_list li {
	float: left;
	width: 31%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.jxhs2_m8 .i4_list li:nth-child(4n) {
	margin-right: 2%;
}

.jxhs2_m8 .i4_limg {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.jxhs1 {
	float: left;
	width: 100%;
	margin-top: 12%;
}

.lxwm {
	width: 100%;
	/* float: right; */
	height: 900px;
}

.lxwm1 {
	width: 50%;
	float: right;
	margin-top: 200px;
}

.lxwm2 {
	color: #1d4432;
	font-size: 20px;
}

.lxwm3 {
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 7px;
}

.lxwm4 {
	font-size: 50px;
	font-weight: 600;
	/* margin-bottom: 30px; */
	width: 64%;
	border-bottom: 3px solid #000000;
	padding-bottom: 21px;
}

.lxwm5 {
	margin-top: 50px;
	width: 64%;
	border-bottom: 2px solid #c4c4c6;
	padding-bottom: 30px;
}

.lxwm5 img {
	float: left;
	padding-right: 17px;
}

.lxwm6 {
	padding: 3px;
}

.lxwm7 {
	width: 50%;
	float: right;
}

.lxwm8 {
	margin-top: 36px;
	width: 64%;
	border-bottom: 2px solid #c4c4c6;
	padding-bottom: 86px;
}

.lxwm9 {
	padding-left: 66px;
}

.lxwm10 {
	padding: 3px;
}

.lxwm8 img {
	float: left;
	padding-right: 17px;
}

.sqcx {
	width: 68.5%;
	margin: 0 auto;
	padding: 150px 0;
	height: 1500px;
}

.sqcx1 {
	width: 50%;
	float: left;
}

.sqcx2 {
	font-size: 46px;
	font-weight: 600;
	margin-bottom: 38px;
}

.sqcx3 li {
	list-style-type: none;
	float: left;
	font-size: 20px;
	padding: 10px 25px;
}

.gl {
	background-color: #1d4432;
	color: white;
}

.lmgl a {
	color: #ff0000 !important;
}

.h-search {

	top: 50%;
	right: 0;
	width: 260px;
	border: 1px solid #d9d7d3;
	width: 80%;
	float: left;
	height: 60px;
	background: #f2f2f2;
}

.h-search .text {
	padding: 0 60px 0 20px;
	border: 0;
	width: 80%;
	height: 60px;
	line-height: 60px;
	color: #b4afa8;
	background: none;
	font-size: 18px;
}

.h-search .btn {
	height: 62px;
	width: 60px;
	background: url(http://www.lionelectricbicycle.com/skin/images/ico_search3.png) no-repeat center center;
	font-size: 0;
	position: absolute;
}

.sqcx5 {
	width: 50%;
	float: right;
	padding-top: 180px;
}

.sqcx7 {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 10px;
}

.sqcx8 {
	font-size: 19px;
}

.sqcx9 {
	float: left;
}

.sqcx10 {
	padding: 24px 0 10px 0;
}

.sqcx11 {
	padding: 0px 0 10px 0;
}

.sqcx6 {
	border-bottom: 2px solid #b4b4b4;
	padding-bottom: 23px;
	padding-top: 40px;
}

.sqcx4 {
	width: 100%;
	float: left;
	margin-top: 30px;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 24px;
}

.jxhs5 {
	padding-left: 20px;
	padding-top: 537px;
}

.i1m2_list li {
	float: left;
	width: 18.183%;
	margin-right: 2.27125%;
}

.i1m2_list li:nth-child(5n) {
	margin-right: 0;
}

.i1m2_list li:last-child {
	display: none;
}

.i1m2_lpage {
	position: relative;
	width: 100%;
	height: 172px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	border-radius: 10px;
}

.i1m2_linfor {
	position: absolute;
	bottom: 22px;
	left: 0;
	width: 100%;
	padding: 0 20px;
}

.i1m2_linfor h2 {
	margin-bottom: 10px;
	font-size: 22px;
	color: #f5f7f9;
	line-height: 1;
}

.i1m2_linfor h3 {
	font-size: 14px;
	color: #f5f7f9;
	line-height: 1;
}

.index2 {
	width: 100%;

	background-image: url(../images/a09.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.index_title.white h2,
.index_title.white h2 span,
.index_title.white h3 {
	color: #fff;
}

.index2_main {
	margin-top: 55px;
}

.i2_thumb {
	position: relative;
}

.i2_thumb::after {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	height: 2px;
	background: url(../images/a61.png) no-repeat center;
	background-size: 100% 100%;
}

.i2_thumb .swiper-container {
	width: 950px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.i2_tp {
	position: relative;
	padding-bottom: 22px;
	text-align: center;
}

.i2_tp::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	transform: translateX(-50%);
}

.i2_tp p {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	font-size: 24px;
	color: rgb(255 255 255);
	cursor: pointer;
	transition: all .4s;
}

.i2_thumb .swiper-slide-thumb-active .i2_tp::after {
	width: 24px;
	height: 24px;
	/* bottom: -5px; */
	background-color: rgb(255 255 255 / 34%);
}

.i2_thumb .swiper-slide-thumb-active .i2_tp::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fff;
	transform: translateX(-50%);
}

.i2_thumb .swiper-slide-thumb-active .i2_tp p {
	font-size: 23px;
	color: #4f8371;
	background-color: #fff;
	border-radius: 4px;
	transform: translateY(-15px);
	padding: 10px 20px;
}

.i2_thumb .swiper-slide-thumb-active .i2_tp p::after {
	content: '';
	position: absolute;
	bottom: -22px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #ffffff;
	border-bottom: 12px solid transparent;
	transform: translateX(-50%);
}

.i2_preview {
	position: relative;
	margin-top: 80px;
}

.i2_preview .swiper-container {
	width: 50%;
}

.i2_pvcont {
	width: 100%;
	padding: 25px 20px;
	/*background-color: #ffb400;*/
	border-radius: 10px;
	font-size: 0;
}

.i2_pvcont>* {
	display: inline-block;
	vertical-align: middle;
}

.i2_pvimg {
	width: 100%;
	/*	height: 206px;*/
	border-radius: 4px;
}

.i2_pvimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.i2_pvinfor {
	width: 61.5%;
	margin-left: 3%;
}

.i2_pvinfor .txt {
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 34px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
}

.i2_preview .swiper-button-next,
.i2_preview .swiper-button-prev {
	width: auto;
	height: auto;
	margin-top: 0;
	transform: translateY(-50%);
	background: none;
}

.i3m1_top {
	width: 100%;
	padding-top: 75px;
	padding-bottom: 24px;
	background-image: url(../images/a13.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.i3m1_tab {
	margin-top: 36px;
}

.i3m1_tab ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.i3m1_tcont {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 134px;
	height: 110px;
	z-index: 2;
	cursor: pointer;
}

.i3m1_tab ul li .i3m1_tcont::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: url(../images/a62.png) no-repeat center;
	background-size: 100% 100%;
	z-index: -1;
}

.i3m1_tcont img+img,
.i3m1_tab ul li.on .i3m1_tcont img {
	display: none;
}

.i3m1_tcont p {
	margin-top: 12px;
	font-size: 20px;
	color: #fff;
	line-height: 1;
}

.i3m1_tab ul li.on .i3m1_tcont::after {
	width: 100%;
}

.i3m1_tab ul li.on .i3m1_tcont img+img {
	display: inline-block;
}

.i3m1_tab ul li.on .i3m1_tcont p {
	color: #f4d827;
}

.index3_m2 {
	position: relative;
	width: 100%;
}

.i3m2_cont {
	width: 100%;
	height: 900px;
}

.i3m2_item {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.i3m2_circle {
	position: absolute;
	font-size: 0;
	cursor: pointer;
}

.i3m2_point1 .i3m2_circle:nth-child(1) {
	top: 37%;
	right: 49%
}

.i3m2_point1 .i3m2_circle:nth-child(2) {
	top: 29%;
	left: 23%;
}

.i3m2_point2 .i3m2_circle:nth-child(2) {
	top: 36%;
	left: 30%;
}

.i3m2_point2 .i3m2_circle:nth-child(1) {
	top: 36%;
	left: 23%;
}

.i3m2_point3 .i3m2_circle:nth-child(1) {
	top: 48%;
	right: 70%;
}

.i3m2_point4 .i3m2_circle:nth-child(1) {
	top: 51%;
	right: 41%;
}

.i3m2_point4 .i3m2_circle:nth-child(2) {
	top: 56%;
	right: 33%;
}

.i3m2_point4 .i3m2_circle:nth-child(3) {
	top: 55%;
	left: 22%;
}

.i3m2_point5 .i3m2_circle:nth-child(1) {
	bottom: 57%;
	right: 73%;
}

.i3m2_point6 .i3m2_circle:nth-child(1) {
	top: 31%;
	left: 49%;
}

.i3m2_point6 .i3m2_circle:nth-child(2) {
	top: 35%;
	left: 81%;
}

.i3m2_point6 .i3m2_circle:nth-child(3) {
	bottom: 24%;
	right: 12%;
}

.i3m2_point7 .i3m2_circle:nth-child(1) {
	top: 36%;
	left: 40%;
}

.i3m2_point7 .i3m2_circle:nth-child(2) {
	bottom: 48%;
	right: 25%;
}

.i3m2_circle>* {
	display: inline-block;
	vertical-align: middle;
}

.i3m2_circle p {
	margin-left: 10px;
	font-size: 18px;
	color: #fff;
}

.i3m2_circle i {
	width: 10px;
	height: 10px;
	background-color: #f4d827;
	position: relative;
	border-radius: 50%;
}

.i3m2_circle i:after {
	background-color: #f4d827;
}

.i3m2_circle i:before {
	background-color: rgba(172, 206, 5, .2);
}

.i3m2_circle i:before,
.i3m2_circle i:after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	border-radius: 50%;
	animation: warn 1.5s ease-out 0s infinite;
}

@keyframes warn {
	0% {
		transform: scale(0.5);
		opacity: 1;
	}

	30% {
		opacity: 1;
	}

	100% {
		transform: scale(1.4);
		opacity: 0;
	}
}

.i3m2_tab {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	font-size: 0;
	text-align: center;
}

.i3m2_tli {
	display: inline-block;
	width: 98px;
	margin: 0 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.i3m2_tliimg {
	width: 88px;
	height: 88px;
	padding-top: 6px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.i3m2_tliimg img {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	border: solid 2px #ffffff;
	transition: all .6s;
}

.i3m2_tli h2 {
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
	line-height: 1;
}

.i3m2_tli.on .i3m2_tliimg {
	background-color: #f4d827;
}

.i3m2_tli.on .i3m2_tliimg img {
	transform: rotateZ(360deg);
	border: solid 2px transparent;
}

.index4 {
	width: 100%;
	padding-top: 110px;
	padding-bottom: 90px;
	background: #f5f6f8;
}

.index4_cont {
	margin-top: 30px;
}

.i4_list li {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.i4_list li:nth-child(4n) {
	margin-right: 0;
}

.i4_limg {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.i4_limg>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
}

.i4_eye {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 35, 38, .3);
	z-index: 2;
	transition: all .4s;
}

.i4_linfor {
	width: 100%;
	height: 56px;
	padding: 16px 24px;
	background-color: #f5f7f9;
}

.i4_linfor h2 {
	font-size: 22px;
	color: #2b2b2b;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.i4_linfor .txt {
	width: 90%;
	margin-top: 10px;
	color: #6d7081;
	font-size: 14px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.i4_list li:hover .i4_limg>img {
	transform: scale(1.1);
}

.i4_list li:hover .i4_eye {
	opacity: 1;
}

.i4_list li:hover .i4_linfor {
	background-color: #232986;
}

.i4_list li:hover .i4_linfor h2,
.i4_list li:hover .i4_linfor .txt {
	color: #fff;
}

.index5 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 120px;
	background-color: #f5f7f9;
}

.index5_cont {
	margin-top: 50px;
}

.i5_list li {
	float: left;
	width: 24%;
	margin-right: 1.325%;
	margin-bottom: 20px;
	background-color: #fff;
}

.i5_list li:nth-child(4n) {
	margin-right: 0;
}

.i5_limg {
	width: 100%;
	height: 138px;
	overflow: hidden;
}

.i5_limg img {
	width: 100%;
	height: 100%;
	transition: all .4s;
}

.i5_list li:hover .i5_limg img {
	transform: scale(1.1);
}

.index6 {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 120px;
}

.index6_cont {
	margin-top: 32px;
}

.i6_list li {
	float: left;
	width: 18%;
	margin-right: 2.5%;
	overflow: hidden;
}

.i6_list li:nth-child(5n) {
	margin-right: 0;
}

.i6_list li:last-child {
	display: none;
}

.i6_lpage {
	position: relative;
	width: 100%;
	height: 344px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.i6_ltitle {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.i6_ltitle h2 {
	font-size: 22px;
	color: #f5f7f9;
	line-height: 1;
}

.i6_ltitle h4 {
	margin-top: 12px;
	font-size: 14px;
	color: #f5f7f9;
	line-height: 1;
}

.i6_linfor {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 0 26px;
	z-index: 4;
	background-color: #f4d827;
	transform: translateY(150%);
	transition: all .4s;
}

.i6_linfor h2 {
	font-size: 22px;
	color: #fff;
	line-height: 1;
}

.i6_linfor .line {
	width: 1px;
	height: 24px;
	margin: 16px auto;
	background-color: #ffffff;
}

.i6_linfor .txt {
	margin-bottom: 28px;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.i6_linfor i {
	width: 110px;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	border-radius: 20px;
	font-size: 16px;
	color: #f4d827;
	text-align: center;
}

.i6_list li:hover .i6_linfor {
	transform: translateY(0);
}

.index7 {
	padding-top: 80px;
	margin-bottom: 30px;
}

.i7_top {
	position: relative;
}

.i7_tab {
	position: absolute;
	right: 0;
	bottom: 6px;
	z-index: 4;
	font-size: 0;
}

.i7_tab a {
	display: inline-block;
	height: 48px;
	padding: 0 24px;
	margin-right: 20px;
	line-height: 48px;
	background-color: #f5f6f8;
	border-radius: 24px;
	vertical-align: middle;
	font-size: 18px;
	color: #909ba7;
}

.i7_tab a:last-child {
	margin-right: 0;
}

.i7_tab a.active {
	background-color: #f4d827;
	color: #fff;
}

.i7_cont {
	width: 100%;
	margin-top: 30px;
}

.i7_cleft {
	width: 43.79%;
}

.i7_climg {
	position: relative;
	width: 100%;
	height: 345px;
	overflow: hidden;
}

.i7_climg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
}

.i7_climg p {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 55px;
	padding: 0 18px;
	line-height: 55px;
	background-color: #f4d827;
	font-size: 28px;
	color: #fff;
	z-index: 2;
}

.i7_clinfor {
	width: 100%;
	height: 155px;
	padding: 30px 40px;
	background-color: #f5f7f9;
}

.i7_clinfor h2 {
	font-size: 20px;
	color: #272636;
	line-height: 1;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.i7_clinfor .txt {
	margin-top: 19px;
	font-size: 16px;
	color: #6d7081;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.i7_cleft:hover .i7_climg img {
	transform: scale(1.1);
}

.i7_cright {
	width: 48.64%;
}

.i7_crm1li {
	float: left;
	width: 48.128%;
}

.i7_crm1li:nth-child(2) {
	float: right;
}

.i7_crm1img {
	width: 100%;
	height: 182px;
	overflow: hidden;
}

.i7_crm1img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.i7_crm1li p {
	margin-top: 20px;
	font-size: 18px;
	color: #272636;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.i7_crm2 {
	margin-top: 35px;
	border-top: 1px dotted rgba(214, 220, 230, .5);
}

.i7_crm2 ul li {
	border-bottom: 1px dotted rgba(214, 220, 230, .5);
}

.i7_crm2 ul li a {
	width: 100%;
	padding: 22px 0;
}

.i7_crm2li .txt {
	float: left;
	width: 85%;
	font-size: 16px;
	color: #10132a;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.i7_crm2li .data {
	float: right;
	font-size: 16px;
	color: #a3a5ad;
	line-height: 1;
}

.i7_crm2 ul li:hover .i7_crm2li .txt {
	color: #f4d827;
}

.index8 {
	position: relative;
	padding-top: 72px;
}

.index8_main {
	width: 100%;
	background-image: url(../images/a64.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.index8_cont {
	position: relative;
	width: 100%;
	height: 160px;
	padding: 26px 0;
}

.i8_cpage {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 82.88%;
	height: 100%;
}

.i8_cp1 h2 {
	font-size: 36px;
	color: #c5ec0a;
	font-weight: bold;
	line-height: 1;
}

.i8_cp1 h3 {
	margin-top: 12px;
	font-size: 24px;
	color: #c5ec0a;
	line-height: 1;
}

.i8_cform form {
	display: flex;
	align-items: center;
}

.i8_cfm {
	padding-right: 15px;
}

.i8_cfinp {
	font-size: 0;
	margin-bottom: 8px;
}

.i8_cfinp input {
	display: inline-block;
	width: 194px;
	height: 50px;
	margin-right: 10px;
	padding: 0 15px;
	background-color: #ffffff;
	border-radius: 4px;
	font-size: 18px;
	color: #10132a;
}

.i8_submit {}

.i8_zoon {
	font-size: 0;
}

.i8_zoon>div {
	position: relative;
	display: inline-block;
	width: 194px;
	height: 50px;
	margin-right: 10px;
	padding-left: 15px;
	padding-right: 12px;
	background-color: #ffffff;
	border-radius: 4px;
}

.i8_zoon>div::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 14px;
	height: 9px;
	background: url(../images/icon03.png) no-repeat center;
	background-size: 100% 100%;
	transform: translateY(-50%);
}

.i8_zoon>div select {
	display: block;
	width: 100%;
	height: 100%;
	padding-right: 14px;
	font-size: 18px;
	color: #10132a;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.i8_cperson {
	position: absolute;
	bottom: 0;
	right: 0;
}

.foot1er {
	width: 100%;
	background-color: #171817;
	float: left;
}

.ft111 {
	width: 100%;
	padding-top: 82px;
	padding-bottom: 30px;
	border-bottom: 1px solid #3c3c3c;

}

.ft111_mleft ul {
	display: inline-flex;
	align-items: flex-start;
	text-align: center;
}

.ft111_mleft ul li {
	margin-right: 37px;
}

.ft111_mleft ul li:last-child {
	margin-right: 0;
}

.ft111_mleft ul li>a {
	margin-bottom: 20px;
	font-size: 14px;
	color: #f1f0f5;
	line-height: 1;
}

.ft111_mleft ul li:nth-of-type(1)::after {
	content: '';
	position: absolute;
	/* left: 0; */
	/* top: 0; */
	width: 2px;
	height: 14px;
	background-color: #ffffff;
	transform: translateY(-50%);
	margin-left: 26px;
	/* margin-bottom: -67px; */
	top: 10px;
	/* margin-right: 51px; */
	margin-left: 32px;
}

.ft111_mrcode {

	margin-left: 5%;
}

.ft111_mright {

	width: 30%;
}


.ft111_mleft ul li::after {
	content: '';
	position: absolute;
	/* left: 0; */
	/* top: 0; */
	width: 2px;
	height: 14px;
	background-color: #ffffff;
	transform: translateY(-50%);
	margin-left: 26px;
	/* margin-bottom: -67px; */
	top: 10px;
	/* margin-right: 51px; */
	margin-left: 46px;
}

.ft111_mleft ul li dd a {
	margin-bottom: 15px;
	font-size: 14px;
	color: rgba(255, 255, 255, .8);
	line-height: 1;
	text-align: left;
}



.ft111_mrphone p:nth-of-type(2) span {
	font-size: 17px;
	font-weight: 600;
	/* word-spacing: 50px; */
	letter-spacing: 1px;
	margin-top: -11px;
	margin-bottom: 18px;
	color: white;
}

.ft111_mrphone p {
	font-size: 0;
	margin-bottom: 18px;
	text-align: right;
}

.ft111_mrphone p>* {
	display: inline-block;
	vertical-align: middle;
}

.ft111_mrphone p span {
	margin-left: 10px;
	font-size: 14px;
	color: #eaeaea;
	line-height: 1;
}

.ft111_mrphone p:first-child span {
	font-size: 18px;
	letter-spacing: 0.5px;
}



.ft111_mrcode p {
	margin-top: 12px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	text-align: center;
}

.ft112 {
	width: 100%;
	/*border-top: 1px solid rgba(255, 255, 255, .1);*/
}

.coright {
	width: 100%;

	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: rgb(255 255 255);
	padding: 2% 0;
}

.float_right {
	position: fixed;
	right: 10px;
	top: 30%;
	z-index: 99;
}

.float_right ul li {
	width: 76px;
	height: 76px;
	padding-top: 12px;
	margin-bottom: 5px;
	background-color: #ffffff;
	border-radius: 6px;
	text-align: center;
}

.float_right ul li img+img,
.float_right ul li:hover img {
	display: none;
}

.float_right ul li p {
	font-size: 14px;
	color: #f4d827;
	margin-top: 8px;
}

.float_right ul li:hover {
	background-color: #f4d827;
}

.float_right ul li:hover img+img {
	display: inline-block;
}

.float_right ul li:hover p {
	color: #fff;
}

/* ���� */
.pc_banner11 {
	width: 100%;
	/* height: 890px; */
	margin-top: 50px;
}

.pc_banner11 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.ab1_m1 {
	width: 100%;
	height: 200px;
}

.ab1_m1l .index_title::before,
.ab1_m1l .index_title::after {
	width: 0;
}

.ab1_m1l .index_title h3 {
	font-size: 18px;
	margin-top: 35px;
}

.ab1_m1r {
	width: 60%;
}

.ab1_m1ritem {
	float: left;
	width: 33.33%;
	padding: 2px 55px;
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.ab1_m1ritem:last-child {
	border-right: 0;
	padding-right: 0;
}

.ab1_m1ritem h5 {
	font-size: 20px;
	color: #fff;
	line-height: 1;
}

.ab1_m1ritem h2 {
	margin-top: 8px;
	font-family: impact;
	font-size: 80px;
	color: #fff;
	line-height: 1;
}

.ab1_m1ritem h2 span {
	font-size: 40px;
	font-family: impact;
}

.ab1_m2 {
	width: 100%;
	height: 70px;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.ab1_tab {
	width: 100%;
}

.ab1_tab a {
	float: left;
	width: 20%;
	height: 70px;
	line-height: 70px;
	font-size: 22px;
	color: #fff;
	text-align: center;
}

.ab1_tab a.active {
	background-color: rgba(255, 255, 255, .3);
}

.about2 {
	width: 100%;
}

.about2_main {
	margin-top: 80px;
}

.about2_m1 {
	padding-bottom: 120px;
}

.about_title {
	position: relative;
	padding-bottom: 28px;
}

.about_title::before,
.about_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 4px;
}

.about_title::before {
	left: 0;
	background-color: #f4d827;
}

.about_title::after {
	left: 30px;
	background-color: #f4d827;
}

.about_title h2 {
	position: relative;
	display: inline-block;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 10px;
	margin-bottom: 15px;
	font-size: 42px;
	font-weight: bold;
	line-height: 1;
	color: #272636;
	z-index: 2;
}

.about_title h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 22px;
	background-color: #edab26;
	z-index: -1;
}

.about_title h3 {
	font-size: 18px;
	color: #8f9599;
	line-height: 1;
}

.ab2m1_txt {
	margin-top: 30px;
}

.ab2m1_txt .txt {
	font-size: 16px;
	letter-spacing: 1px;
	color: #6d7081;
	line-height: 30px;
}

.about2_m2 {
	padding-bottom: 100px;
}

.abm2_cont {
	margin-top: 30px;
}

.abm2_cont ul li {
	margin-bottom: 40px;
}

.abm2_cpage {
	font-size: 0;
}

.abm2_cpage>* {
	display: inline-block;
	vertical-align: middle;
}

.abm2_cimg {
	width: 25.3%;
	height: 186px;
	overflow: hidden;
}

.abm2_cimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
}

.abm2_cinfor {
	width: 74.7%;
	padding-left: 45px;
}

.abm2_cinfor h2 {
	font-size: 28px;
	color: #252732;
	line-height: 1;
}

.abm2_cinfor .txt {
	margin-top: 16px;
	font-size: 16px;
	color: #6d7081;
	letter-spacing: 1px;
	line-height: 30px;
}

.about2_m3 {
	padding-bottom: 120px;
}

.ab2m3_cont {
	margin-top: 60px;
}

.ab2m3_cont .i2_preview {
	margin-top: 0;
}

.ab2m3_cont .i2_pvcont {
	padding: 0;
}

.ab2m3_cont .swiper-button-next.swiper-button-disabled,
.ab2m3_cont .swiper-button-prev.swiper-button-disabled {
	opacity: .2;
}

.ab2m3_cont .i2_preview .swiper-container {
	width: 83.6%;
}

.ab2m3_cont .i2_pvimg {
	width: 33.753%;
	height: 240px;
}

.ab2m3_cont .i2_pvcont>* {
	vertical-align: top;
}

.ab2m3_vinfor {
	width: 62%;
	padding-left: 32px;
}

.ab2m3_vinfor i {
	display: inline-block;
	height: 54px;
	padding: 0 15px;
	margin-bottom: 12px;
	line-height: 54px;
	text-align: center;
	background-color: #f4d827;
	border-radius: 4px;
	font-size: 40px;
	color: #fff;
}

.ab2m3_vinfor h2 {
	margin-bottom: 18px;
	font-size: 22px;
	color: #272636;
	/* line-height: 1; */
}

.ab2m3_vinfor .txt {
	font-size: 18px;
	color: #6d7081;
	line-height: 32px;
}

.ab2m3_cthumb {
	width: 100%;
	margin-top: 110px;
}

.ab2m3_cthumb .swiper-container {
	width: 84%;
	padding: 10px 0;
}

.ab2m3_cthumb::after {
	content: '';
	position: absolute;
	bottom: 9px;
	left: 0;
	width: 100%;
	height: 2px;
	background: url(../images/b09.png) no-repeat center;
	background-size: 100% 100%;
}

.ab2m3_ctp {
	position: relative;
	padding-bottom: 18px;
	text-align: center;
	cursor: pointer;
}

.ab2m3_ctp::after {
	content: '';
	position: absolute;
	bottom: -9px;
	left: 50%;
	width: 10px;
	height: 10px;
	background-color: #8d8d8d;
	border-radius: 50%;
	transform: translateX(-50%);
}

.ab2m3_ctp::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 14px;
	border-radius: 50%;
	background-color: #f4d827;
	transform: translateX(-50%);
}

.ab2m3_cthumb .swiper-slide-thumb-active .ab2m3_ctp::before {
	width: 14px;
	bottom: -5px;
}

.ab2m3_cthumb .swiper-slide-thumb-active .ab2m3_ctp::after {
	width: 24px;
	height: 24px;
	bottom: -10px;
	background-color: rgba(0, 99, 79, 0.48);
}

.ab2m3_ctp p {
	position: relative;
	display: inline-block;
	/* padding: 0 10px; */
	font-size: 20px;
	color: rgba(141, 141, 141, .4);
	cursor: pointer;
	transition: all .4s;
	text-align: center;
}

.ab2m3_cthumb .swiper-slide-thumb-active .ab2m3_ctp p {
	font-size: 24px;
	color: #f4d827;
}

/* ʵ�� */
.abm4_c1 {
	margin-top: 30px;
	margin-bottom: 80px;
}

.abm4_c1left {
	width: 25.758%;
}

.abm4_c1right {
	width: 70%;
	margin-top: 44px;
	padding-left: 6.8%;
}

.abm4_c1right h1 {
	font-size: 80px;
	color: #f4d827;
	line-height: 1;
}

.abm4_c1right h3 {
	margin-top: 8px;
	font-size: 30px;
	color: #272636;
	line-height: 1;
}

.abm4_c1right .txt {
	margin-top: 25px;
	font-size: 18px;
	color: #6d7081;
	line-height: 32px;
}

.abm4_c2 {
	width: 100%;
	padding-top: 110px;
	padding-bottom: 65px;
	background-image: url(../images/b11.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.abm4_c2top {
	width: 1100px;
}

.abm4_c2tl h1 {
	font-size: 60px;
	line-height: 80px;
	color: rgba(255, 255, 255, .2);
}

.abm4_c2tl h3 {
	margin-top: 15px;
	font-size: 60px;
	color: #fff;
}

.abm4_c2tr {
	width: 60%;
	text-align: right;
}

.abm4_c2tr h1 {
	font-size: 80px;
	line-height: 1;
	color: #fff;
}

.abm4_c2tr h3 {
	margin-top: 8px;
	font-size: 30px;
	color: #fff;
	line-height: 1;
}

.abm4_c2tr .txt {
	margin-top: 25px;
	font-size: 18px;
	color: #fff;
	line-height: 32px;
}

.abm4_c2swiper {
	margin-top: 120px;
}

.abm4_c2simg {
	width: 100%;
	height: 300px;
}

.abm4_c2simg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.abm4_c3 {
	width: 100%;
	padding-top: 130px;
	height: 866px;
	/*background-image: url(../images/b15.jpg);*/
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.abm4_c3page {
	padding-right: 50px;
}

.abm4_c3item {
	width: 24%;
	margin-right: 14%;
	text-align: center;
}

.abm4_c3item:nth-child(2) {
	padding-top: 140px;
}

.abm4_c3item:nth-child(3) {
	padding-top: 80px;
}

.abm4_c3item:nth-child(3n) {
	margin-right: 0;
}

.abm4_c3item h2 {
	margin-top: 20px;
	font-size: 24px;
	color: #272636;
	line-height: 1;
}

.abm4_c3item .txt {
	margin-top: 25px;
	font-size: 16px;
	color: #6d7081;
	line-height: 28px;
	text-align: left;
}

.abm4_c4 {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	/*background-image: url(../images/b19.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.about_title.white h2,
.about_title.white h3 {
	color: #fff;
}

.abm4_c4page>.txt {
	margin-top: 25px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.abm4_c4pul {
	margin-top: 40px;
}

.abm4_c4pli {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	float: left;
	width: 22.72%;
	margin-right: 3.04%;
	height: 150px;
	border-radius: 10px;
	border: solid 4px #ffffff;
}

.abm4_c4pli:nth-child(4n) {
	margin-right: 0;
}

.abm4_c4pli p {
	margin-top: 15px;
	font-size: 30px;
	color: #fff;
	line-height: 1;
}

.abm4_c5 {
	padding-top: 90px;
	padding-bottom: 80px;
}

.abm4_c5article {
	text-align: center;
}

.abm4_c5article h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #272636;
	line-height: 1;
}

.abm4_c5article .txt {
	width: 65%;
	margin: 0 auto;
	font-size: 18px;
	color: #6d7081;
	line-height: 30px;
}

.abm4_c5list {
	margin-top: 50px;
}

.abm4_c5list li {
	float: left;
	width: 23.8%;
	height: 218px;
	margin-right: 1.6%;
	margin-bottom: 30px;
}

.abm4_c5list li:nth-child(4n) {
	margin-right: 0;
}

.abm4_c5list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Ʒ�ƹ��� */
.ab2_m5cont {
	margin-top: 40px;
	margin-bottom: 70px;
}

.ab2_m5cpage {
	position: relative;
}

.ab2_m5cpage::before {
	content: '';
	position: absolute;
	left: 12px;
	top: 5px;
	width: 2px;
	height: 100%;
	background-color: rgba(160, 160, 160, .3);
}

.ab2_m5item {
	position: relative;
	padding-left: 50px;
	margin-bottom: 60px;
}

.ab2_m5item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-color: rgba(0, 99, 79, 0.45);
	border-radius: 50%;
}

.ab2_m5item::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #f4d827;
}

.ab2_m5item .txt {
	font-size: 16px;
	color: #6d7081;
	line-height: 26px;
	letter-spacing: 1px;
}

/* ���Ŷ�̬ */
.news_tab {
	width: 60%;
	height: 70px;
	font-size: 0;
	background-color: #fff;
	text-align: center;
	padding: 5% 0;
	float: left;
}

.ic {
	font-weight: 600;
}

.news {
	width: 100%;
	margin: 0 auto;
}

.sqcx {
	width: 45%;
	float: left;
	text-align: center;
	border: 1px solid #878787;
	padding: 1%;
	margin-right: 10%;
	height: 30px;
	margin-bottom: 5%;
	border-radius: 55px;
}


.sqcx:nth-child(2) {
	width: 45%;
	float: left;
	text-align: center;
	border: 1px solid #878787;
	padding: 1%;
	margin-right: 0%;
	height: 30px;
}

.sqcx:nth-child(4) {
	width: 45%;
	float: left;
	text-align: center;
	border: 1px solid #878787;
	padding: 1%;
	margin-right: 0%;
	height: 30px;
}


.sqcx a {
	font-size: 15px;
	color: #000000;
}


.sqcx1 {
	width: 30%;
	float: right;
	text-align: center;
	 
background: #000000;
	height: 80px;
	margin-bottom: 5%;
	border-radius: 40px;
	margin-top: 6%;
}

.sqcx1 button {
	color: white;
    height: 60px;
    width: 60px;
    /* border-radius: 13px; */
    float: right;
    /* margin-right: 9px; */
    background-repeat: no-repeat;
    background-size: 84%;
    margin-top: 10px;
    background: #ffffff;
    font-size: 18px;
    border-radius: 30px;
    margin-right: 10px;
}

.sqcx1 input {
	height: 80px;
	width: 60%;
	float: left;
	margin-left: 8%;
	 color: #ffffff; 

	font-size: 16px;
}

.sqcx1 input::placeholder {
	color: #acacac;
}
.cx {
	font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 15%;
    /* padding: 5%; */
    width: 100%;
    float: left;
    margin-bottom: 15%;
}

.sqcx1 img {
	width: 34px;
    margin-top: 0.4%;
    margin-left: 1%;
    
}

.sqcx3 {
	margin-top: 35px;
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.sqcx3 p {
	text-align: center;
	padding: 2%;
}


.news_tab a {
	position: relative;
	display: inline-block;
	height: 70px;
	margin-right: 7%;
	line-height: 70px;
	vertical-align: middle;
	font-size: 22px;
	color: #000000;
	float: left;
}

.news_tab a:last-child {
	margin-right: 0;
}

.news_tab a.active {
	color: #f4d827;
}

.news_tab a.active::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #f4d827;
}

.news_main {
	width: 100%;
	padding-top: 9%;
	padding-bottom: 110px;

}

.news_list li {
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
}

.news_lpage {
	width: 100%;
	padding: 20px;
	font-size: 0;
}

.news_lpage>* {
	display: inline-block;
	vertical-align: middle;
}

.news_left {
	position: relative;
	width: 28.125%;
	height: 214px;
	overflow: hidden;
}

.news_left>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
}

.news_left .data {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50px;
	padding: 0 16px;
	font-size: 26px;
	color: #fff;
	line-height: 50px;
	background-color: rgba(0, 0, 0, .4);
}

.news_list {
	padding-bottom: 20px;
}

.news_list li:hover .news_left>img {
	transform: scale(1.1);
}

.news_list li:hover .data {
	background-color: #f4d827;
}

.news_right {
	width: 62%;
	margin-left: 3.125%;
}

.news_right h2 {
	font-size: 24px;
	color: #272636;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
}
.dt img {
width: 24px;
    margin-right: 15px;
}	
.dt {

	font-size: 16px;
	display: flex;
	padding: 15px 0;
	/* width: 100%; */
	color: #ccc5c1;
}

.dt1 {

	margin-right: 5%;
	margin-top: 4px
}

.dt2 {

	margin-right: 5%;

}

.news_right .txt {
	margin-top: 20px;
	font-size: 16px;
	color: #656664;
	line-height: 26px;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: revert;
}

.page {
	position: relative;
}

.page a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	color: #909ba7;
	line-height: 40px;
	background: #e8ebef;
	margin: 0 4px;
	font-size: 18px;
}

.page a.on {
	width: 50px;
	height: 50px;
	background: #f4d827;
	color: #fff;
	line-height: 50px;
}

.page .prev,
.page .next {
	position: absolute;
	top: 10px;
	width: 30px;
	height: 30px;
	background: none;
	line-height: inherit;
}

.page .prev {
	right: 40px;
}

.page .next {
	right: 0;
}

/* �������� */
.details_banner1 {
	position: relative;
	width: 100%;
	height: 450px;
}

.details_banner1>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_dttitle {
	position: absolute;
	bottom: 120px;
	left: 0;
	width: 100%;
	z-index: 9;
}

.news_dttl h2 {
	font-size: 32px;
	color: #ffffff;
	text-align: center;
}

.news_dttl_cont {
	margin-top: 40px;
	text-align: center;
	font-size: 0;
}

.news_dttl_cont p {
	position: relative;
	display: inline-block;
	padding: 0 28px;
	vertical-align: middle;
	font-size: 0;
}

.news_dttl_cont p:first-child::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 15px;
	transform: translateY(-50%);
	background-color: rgba(204, 204, 204, .6);
}

.news_dttl_cont p>* {
	display: inline-block;
	vertical-align: middle;
}

.news_dttl_cont p span {
	margin-left: 12px;
	font-size: 18px;
	color: #fff;
	line-height: 1;
}

.news_details {
	width: 100%;
	padding-bottom: 20px;
	background-color: #f5f7f9;
}

.news_dtmain {
	position: relative;
	width: 100%;
	padding: 45px 60px 50px;
	margin-top: -55px;
	background-color: #fff;
	z-index: 10;
}

.news_dtmleft {
	width: 100%;
}

.news_dtmltop {
	width: 100%;
	padding-bottom: 18px;
	border-bottom: 1px solid #eaf0f3;
}

.news_dth2 {
	float: left;
	position: relative;
	display: inline-block;
	padding: 4px 2px;
	font-size: 26px;
	color: #272636;
	line-height: 1;
	font-weight: bold;
	z-index: 2;
}

.news_dth2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
	/*background-color: #af20334d;*/
	z-index: -1;
}

.news_dtmltop a {
	float: right;
	display: block;
	width: 140px;
	height: 34px;
	line-height: 34px;
	background-color: #af2033;
	border-radius: 17px;
	font-size: 0;
	text-align: center;
}

.news_dtmltop a>* {
	display: inline-block;
	vertical-align: middle;
}

.news_dtmltop a span {
	margin-right: 8px;
	font-size: 14px;
	color: #fff;
}

.news_dtmltxt {
	margin-top: 30px;
	margin-bottom: 60px;
}

.news_dtmltxt .txt {
	font-size: 16px;
	color: #3e4153;
	line-height: 30px;
}

.news_dtmbtn span {
	display: block;
	padding: 10px 0;
	font-size: 0;
	border-bottom: 2px dotted #eee;
}

.news_dtmbtn span:last-child {
	border-bottom: 0;
}

.news_dtmbtn span>* {
	display: inline-block;
	vertical-align: middle;
}

.news_dtmbtn span img+img,
.news_dtmbtn span:hover img {
	display: none;
}

.news_dtmbtn span a {
	width: 88%;
	margin-left: 10px;
	font-size: 16px;
	color: #666;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_dtmbtn span:hover img+img {
	display: inline-block;
}

.news_dtmbtn span:hover span {
	color: #f4d827;
}

.news_dtmright {
	width: 23.34%;
}

.news_dtmrtitle {
	padding-bottom: 18px;
	border-bottom: 1px solid #eaf0f3;
}

.news_dtmrtitle .news_dth2 {
	float: none;
}

.news_dtmrlist ul li {
	width: 100%;
	padding: 18px 0;
	border-bottom: 1px dotted rgba(214, 220, 230, .5);
}

.news_dtmrlist ul li:nth-child(1) {
	padding: 14px 0;
}

.news_dtmrlimg {
	width: 100%;
	/*height: 166px;*/
	overflow: hidden;
}

.news_dtmrlpage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_dtmrlpage .txt {
	margin-top: 15px;
	font-size: 16px;
	color: #272636;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_dtmrlpage h2 {
	font-size: 16px;
	color: #9ca1ac;
	line-height: 1;
}

.news_dtmrlist ul li:hover .news_dtmrlpage h2,
.news_dtmrlist ul li:hover .news_dtmrlpage .txt {
	color: #f4d827;
}

/* ��Ʒ���� */
.product_main {
	width: 100%;
	padding-top: 3%;
	padding-bottom: 8%;
	float: left;
}

.product_c {
	width: 70%;
	margin: 0 auto;

}

.pdm_list {
	width: 100%;
	margin-top: 30px;
	padding-bottom: 20px;
}

.pdm_list li {
	float: left;
	width: 31%;
	margin-right: 3%;
	margin-bottom: 20px;
}

.pdm_list li:nth-child(3n) {
	margin-right: 0;
}

.pdm_lpage {
	width: 100%;
	background-color: #fff;
}

.pdm_limg {
	width: 100%;

	overflow: hidden;
}

.pdm_limg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
}

.pdm_linfor {
	width: 100%;
	height: 62px;
	padding: 25px 20px;

}

.pdm_linfor h2 {
position: relative;
    padding-bottom: 3px;
    font-size: 13px;
    color: #ffffff;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2%;
}
.pdm_linfor h3{
position: relative;
    padding-bottom: 12px;
    font-size: 21px;
    color: #ffffff;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-weight: 100;
    text-transform: uppercase;
    font-family: none;
    text-align: center;
}

.more {
	padding: 5% 0;

}

.more div {
	width: 50%;
	float: left;
	color: #000;
}

.more img {
	width: 25px;
	float: right;
}


.pdm_linfor .de {
	margin-top: 10px;
	font-size: 16px;
	color: #2d3943;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5%;
}

.reserve {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 101;
}

.reserve_main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 52px;
}

.reserve_main h2 {
	font-size: 36px;
	line-height: 1;
	color: #c5ec0a;
	font-weight: bold;
}

.reserve_fm {
	font-size: 0;
}

.reserve_fm>* {
	display: inline-block;
	vertical-align: middle;
}

.reserve_fm input {
	display: inline-block;
	width: 194px;
	height: 50px;
	margin-right: 10px;
	padding: 0 15px;
	background-color: #ffffff;
	border-radius: 4px;
	font-size: 18px;
	color: #10132a;
}

.reserve_form .sumbit {
	display: inline-block;
	width: 144px;
	height: 50px;
	font-size: 24px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	background-color: #f86503;
	border-radius: 4px;
}

/* ��Ʒ���� */
.pdm_main {
	width: 100%;
	background-color: #f5f7f9;
}

.pdm_m1 {
	width: 100%;
	padding-top: 42px;
	padding-bottom: 20px;
}

.location {
	/* font-size: 0; */
}

.location>* {
	display: inline-block;
	font-size: 18px;
	color: #2d3943;
	vertical-align: middle;
	line-height: 1;
}

.location a>* {
	display: inline-block;
	vertical-align: middle;
}

.location a span {
	margin-left: 10px;
	font-size: 18px;
	color: #2d3943;
}

.pdm_m1cont {
	margin-top: 30px;
}

.pdm_m1cswiper {
	width: 49.243%;
	height: 274px;
	background-color: #fff;
}

.pdm_m1cswiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: .1;
}

.pdm_m1cswiper .swiper-pagination-bullet-active {
	opacity: .7;
	background: #000;
}

.pdm_m1cpage {
	width: 49.243%;
	height: 274px;
	padding: 40px;
	background-color: #ffffff;
}

.pdm_m1cpage h2 {
	position: relative;
	padding-bottom: 14px;
	font-size: 26px;
	color: #272636;
	font-weight: bold;
	line-height: 1;
}

.pdm_m1cpage h2::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 68px;
	height: 4px;
	background-color: rgba(162, 165, 168, .47);
}

.pdm_m1cpage .txt {
	width: 87%;
	margin-top: 14px;
	font-size: 16px;
	color: #3e4153;
	line-height: 30px;
}

.pdm_m2 {
	width: 100%;
}

.pdm_m2tab {
	width: 100%;
	height: 70px;
	font-size: 0;
	text-align: center;
	border-bottom: 1px solid #ebeff3;
	background-color: #fff;
}

.pdm_m2tab p {
	position: relative;
	display: inline-block;
	height: 70px;
	margin-right: 210px;
	line-height: 70px;
	vertical-align: middle;
	font-size: 22px;
	color: #6d7081;
	cursor: pointer;
}

.pdm_m2tab p:last-child {
	margin-right: 0;
}

.pdm_m2tab p.active {
	color: #f4d827;
}

.pdm_m2tab p.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #f4d827;
}

.pdm_m2c1 {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 125px;
	background-color: #fff;
}

.pdm_m2c1 .txt img {
	width: auto !important;
	height: auto !important;
}

.pdm_m2c2 {
	width: 100%;
	padding-bottom: 125px;
}

/* ���� */
.case {
	margin-top: 80px;
	margin-bottom: 120px;
}

.case_cont {
	margin-top: 30px;
}

.case_dtmrlist ul {
	margin-top: 12px;
}

.case_dtmrlist ul li,
.case_dtmrlist ul li:nth-child(1) {
	padding: 0;
	margin-bottom: 18px;
	border-bottom: none;
}

/*   
.recruit .news_tab {
	border-bottom: 1px solid #ebeff3;
}*/

.recruit_m1 {
	padding-top: 50px;
	padding-bottom: 110px;
}

.recruit_m1 .txt,
.recruit_m4 .txt {
	font-size: 16px;
	letter-spacing: 1px;
	color: #6d7081;
	line-height: 28px;
}

/* �������� */
.recruit_m2 {
	padding: 60px 0;
}

.rrtm2_li {
	margin-bottom: 60px;
}

.rrtm2_title {
	font-size: 0;
}

.rrtm2_title>* {
	display: inline-block;
	vertical-align: middle;
}

.rrtm2_title i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	background-color: #f4d827;
}

.rrtm2_title span {
	margin-left: 10px;
	height: 60px;
	padding: 0 20px;
	line-height: 60px;
	background-color: #f4d827;
	font-size: 26px;
	color: #f5f7f9;
	font-weight: bold;
	border-radius: 0px 30px 30px 0px;
}

.rrtm2_li .txt {
	margin-top: 25px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #3e4153;
	line-height: 28px;
}

.recruit_m3 {
	padding-top: 50px;
	padding-bottom: 70px;
}

.rrtm3_cont {
	position: relative;
	z-index: 1;
}

.rrtm3_cont::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 36px;
	width: 1px;
	height: 98%;
	background-color: rgba(160, 160, 160, .3);
	z-index: 1;
}

.rrtm3_cli {
	position: relative;
	margin-bottom: 70px;
}

.rrtm3_clnum {
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
	color: #fff;
	background: url(../images/c03.png) no-repeat center;
	background-size: 100% 100%;
	z-index: 3;
}

.rrtm3_cltxt {
	padding-left: 92px;
	padding-top: 16px;
}

.rrtm3_cltxt .txt {
	font-size: 16px;
	letter-spacing: 1px;
	color: #6d7081;
	line-height: 26px;
}

/* ����֧�� */
.recruit_m4 {
	padding-top: 50px;
	padding-bottom: 70px;
}

/* ���˷�� */
.recruit_m5 {
	padding-top: 60px;
	padding-bottom: 110px;
}

.rrtm5_list li {
	margin-bottom: 40px;
}

.rrtm5_limg {
	float: left;
	width: 49.243%;
	height: 394px;
}

.rrtm5_limg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rrtm5_linfor {
	float: right;
	width: 49.243%;
	height: 394px;
	padding: 45px 50px;
	background-color: #ffffff;
	box-shadow: -1px 3px 32px 0px rgba(232, 240, 244, 0.77);
}

.rrtm5_linfor h2 {
	display: inline-block;
	position: relative;
	padding: 0 2px 4px;
	font-size: 26px;
	color: #272636;
	font-weight: bold;
	line-height: 1;
	z-index: 2;
}

.rrtm5_linfor h2::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 12px;
	background-color: #f4d827;
	z-index: -1;
}

.rrtm5_linfor .txt {
	width: 92%;
	margin-top: 20px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #3e4153;
	line-height: 26px;
}

.rrtm5_list li:nth-child(2n) .rrtm5_limg {
	float: right;
}

.rrtm5_list li:nth-child(2n) .rrtm5_linfor {
	float: left;
}

/* ��ϵ��ʽ */
.map {
	width: 100%;
	height: 530px;
}

.map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact_main {
	width: 100%;
	background: url(../images/c13.jpg) no-repeat center;
	background-size: cover;
}

.contact_m1 {
	padding-top: 90px;
	padding-bottom: 120px;
}

.ctm1_cont {
	width: 680px;
	margin: 0 auto;
}

.ctm1_cleft {
	position: relative;
	width: 50%;
}

.ctm1_cleft::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: rgba(109, 112, 129, .15);
}

.ctm1_ctitle {
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	font-size: 26px;
	color: #272636;
	font-weight: bold;
	line-height: 1;
}

.ctm1_ctitle::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 130px;
	height: 2px;
	background-color: #f4d827;
}

.ctm1_clul {
	margin-top: 22px;
}

.ctm1_clli {
	margin-bottom: 42px;
}

.ctm1_clli:last-child {
	margin-bottom: 0;
}

.ctm1_clli h3 {
	font-size: 18px;
	color: #272636;
	font-weight: bold;
	line-height: 1;
}

.ctm1_clli p {
	font-size: 16px;
	color: #6d7081;
	margin-top: 8px;
}

.ctm1_cright {
	width: 50%;
	text-align: right;
}

.ctm1_crp {
	margin-top: 20px;
}

.ctm1_crcode {
	display: inline-block;
	padding: 6px;
	background-color: #f4d827;
}

.ctm1_crcode img {
	width: 160px;
	height: 160px;
}

.ctm1_crp p {
	font-size: 18px;
	color: #272636;
	font-weight: bold;
	line-height: 1;
	margin-top: 15px;
}

/* ������ѯ */
.contact_m2 {
	padding-top: 80px;
	padding-bottom: 140px;
}

.ctm2_list ul li {
	float: left;
	width: 30.91%;
	height: 310px;
	margin-right: 3.635%;
	text-align: center;
	background-color: #f5f7f9;
	border-radius: 10px;
}

.ctm2_list ul li:nth-child(3n) {
	margin-right: 0;
}

.ctm2_lpage {
	padding-top: 60px;
}

.ctm2_lpage p {
	margin-top: 25px;
	font-size: 30px;
	line-height: 1;
}

.ctm2_list ul li:nth-child(1) .ctm2_lpage p {
	color: #33a0ff;
}

.ctm2_list ul li:nth-child(2) .ctm2_lpage p {
	color: #24cdd2;
}

.ctm2_list ul li:nth-child(3) .ctm2_lpage p {
	color: #fb6d10;
}

.ctm2_lpage i {
	display: inline-block;
	margin-top: 70px;
	font-size: 20px;
	color: #6d7081;
	letter-spacing: 2px;
	line-height: 1;
}

/* ��α��ѯ */
.serve_m1 {
	padding-top: 55px;
	padding-bottom: 100px;
}

.svm1_search {
	text-align: center;
	font-size: 0;
}

.svm1_search>* {
	display: inline-block;
	vertical-align: middle;
}

.svm1_search input {
	width: 605px;
	height: 54px;
	margin-right: 10px;
	padding: 0 16px;
	font-size: 18px;
	background-color: #f1f4f8;
	border-radius: 4px;
	color: #6d7081;
}

.svm1_search button {
	width: 146px;
	height: 54px;
	line-height: 54px;
	background-color: #f4d827;
	border-radius: 4px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.svm1_page {
	margin-top: 60px;
}

.svm1_page h2 {
	font-size: 26px;
	color: #272636;
	text-align: center;
}

.svm1_page .txt {
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #6d7081;
	line-height: 26px;
}

/* �����̲�ѯ */
.serve_m2 {
	padding-top: 60px;
	padding-bottom: 110px;
}

.svm2_top {
	position: relative;
}

.svm2_tm {
	font-size: 0;
}

.svm2_tm>div,
.svm4_inp>div {
	position: relative;
	display: inline-block;
	width: 21%;
	height: 54px;
	margin-right: 1.2%;
	padding: 0 12px;
	background-color: #f1f4f8;
	border-radius: 4px;
}

.svm2_tm>div::after,
.svm4_inp>div::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 14px;
	height: 9px;
	background: url(../images/icon03.png) no-repeat center;
	background-size: 100% 100%;
	transform: translateY(-50%);
}

.svm2_tm>div select,
.svm4_inp>div select {
	display: block;
	width: 100%;
	height: 100%;
	padding-right: 14px;
	font-size: 18px;
	color: #10132a;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.submitbtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 11%;
	height: 54px;
	line-height: 54px;
	background-color: #f4d827;
	border-radius: 4px;
	font-size: 20px;
	color: #fff;
}

.svm2_main {
	margin-top: 40px;
}

.svm2_mleft {
	width: 23.64%;
	height: 780px;
	background-color: #f5f7f9;
	border-radius: 6px;
	overflow-y: scroll;
}

.svm2_mleft::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.svm2_mleft::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 5px #f4d827;
	background-color: #f4d827;
}

.svm2_mleft::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px #f5f7f9;
	border-radius: 0;
	background-color: #f5f7f9;
}

.svm2_mlli {
	width: 100%;
	padding: 25px 20px;
	cursor: pointer;
}

.svm2_mlli h2 {
	font-size: 20px;
	color: #f4d827;
	line-height: 1;
	font-weight: bold;
}

.svm2_mllp {
	margin-top: 18px;
}

.svm2_mllp p {
	font-size: 16px;
	color: #6d7081;
	line-height: 28px;
}

.svm2_mllp p span {
	color: #444657;
	font-weight: bold;
}

.svm2_mright img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.svm2_mlli:hover {
	background-color: #f4d827;
}

.svm2_mlli:hover h2,
.svm2_mlli:hover .svm2_mllp p,
.svm2_mlli:hover .svm2_mllp p span {
	color: #fff;
}

.svm2_mright {
	width: 74.7%;
	height: 780px;
}

/* ������ѯ */
.serve_m3 {
	margin-top: 70px;
	margin-bottom: 150px;
}

/* ��Ϣ���� */
.serve_m4 {
	padding-top: 50px;
	padding-bottom: 100px;
}

.svm4_title {
	position: relative;
	text-align: center;
	z-index: 2;
}

.svm4_title::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #f3f3f3;
	transform: translateY(-50%);
	z-index: -1;
}

.svm4_title>div {
	position: relative;
	display: inline-block;
	padding: 0 42px;
	background-color: #fff;
	z-index: 2;
}

.svm4_title h2 {
	font-size: 28px;
	color: #272636;
	line-height: 1;
}

.svm4_title h4 {
	margin-top: 10px;
	font-size: 14px;
	color: #8f9599;
	line-height: 1;
}

.svm4_page {
	margin-top: 38px;
}

.svm4_inp {
	font-size: 0;
	margin-bottom: 20px;
}

.svm4_inp>* {
	display: inline-block;
	vertical-align: middle;
}

.svm4_inp input {
	width: 32%;
	height: 54px;
	padding: 0 16px;
	font-size: 18px;
	background-color: #f1f4f8;
	border-radius: 4px;
	margin-right: 2%;
}

.svm4_inp>div {
	width: 32%;
	padding: 0 16px;
	margin-right: 0;
}

.svm4_inp>div select {
	padding-right: 16px;
}

.svm4_textare {
	width: 100%;
	height: 154px;
	padding: 16px;
	margin-bottom: 25px;
	background-color: #f1f4f8;
	border-radius: 4px;
}



.svm4_btn {
	display: block;
	width: 100%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	background-color: #f4d827;
	border-radius: 4px;
}

/* ����2020.9.8 */
.i3m2_pop {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 660px;
	padding: 40px 50px;
	background-color: #fff;
	border-radius: 10px;
	transform: translate(-50%, -50%);
}

.i3m2_popclose {
	position: absolute;
	top: 14px;
	right: 14px;
}

.i3m2_pop h2 {
	position: relative;
	display: inline-block;
	padding: 0 5px 4px;
	font-size: 28px;
	color: #252732;
	line-height: 1;
	font-weight: bold;
	z-index: 1;
}

.i3m2_pop h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background-color: #ea9125;
	z-index: -1;
}

.i3m2_pop .txt {
	margin-top: 16px;
	font-size: 16px;
	color: #6d7081;
	line-height: 30px;
}

.mfoot1er {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 56x;
	z-index: 99;
	background-color: #fff;
}

.mfoot1er ul li {
	float: left;
	width: 24.7%;
	background-color: #ea9125;
	margin-right: 0.4%;
}

.mfoot1er ul li:last-child {
	margin-right: 0;
}

.mfoot1er ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 56px;
}

.mfoot1er ul li img {
	height: 24px;
}

.mfoot1er ul li p {
	margin-top: 5px;
	font-size: 12px;
	color: #fff;
}

.ft110_main {
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding-top: 26px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #282c2b;
}

.ft110_main h2 {
	font-size: 14px;
	color: #f1f0f5;
	line-height: 18px;
}

.ft110_mlist {
	width: 92%;
	padding-left: 30px;
}

.ft110_mlist a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	padding: 0 20px;
	line-height: 1;
	color: rgba(241, 240, 245, .7);
}

.news_dtmltxt .txt img {
	width: auto !important;
	height: auto !important;
}



.fanye {
	text-align: center;
	color: #484848;
	margin-bottom: 10%;
}

.fanye a {
	color: #484848;
	padding: 8px 11px;
	font-size: 13px;
}

.page-num-current {
	background: #484848;
	color: white !important;
	border-radius: 5px;
}





@media screen and (max-width:680px) {
	.index7 {
		padding-top: 20px;
	}
}


@media screen and (max-width:1200px) {
	.index7 {
		padding-top: 40px;
	}
}

@media screen and (max-width:1366px) {
	.index7 {
		padding-top: 40px;
	}
}

.nybj {
	background-image: url(../images/nybj.jpg);
}




.mbshow {
	display: none !important;
}


/* index */
.index-banner1-swiper {
	width: 100%;
	height: 100%;
	position: relative;
	background: #000;
}

.index-banner1-swiper .swiper-slide-active .img .pic {
	animation: srmgani 4000ms 1 ease forwards;
}

@keyframes srmgani {
	0% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1.0);
	}
}

.index-banner1-item {
	position: relative;
}

.index-banner1-item .text {
	position: absolute;
	left: 13%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	color: #fff;
}

.index-banner1-item .title-1 {
	margin-bottom: 5%;
	font-weight: bold;
	font-size: 55px;
}

.index-banner1-item .text-1 {
	overflow: hidden;
	margin-top: -1%;
}

.more-1 {
	margin-top: 5%;
}

.more-1 a {
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .5);
	margin: auto;
}

.more-1 span {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 13px;
}

.more-1 i {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 8px;
	background: url('/skin/images/r1.png') center no-repeat;
	margin-left: 20px;
}

.more-1 a:hover {
	background: #1457a0;
	border: 1px solid #1457a0;
}

.index-banner1-item.left .more-1 a {
	margin: auto 0;
}

.index-banner1-item.center .text {
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.index-banner1-item.center .more-1 a {
	margin: auto;
}

.index-banner1-item.right .text {
	left: auto;
	text-align: right;
	transform: translateY(-50%);
	right: 13.5%;
}

.index-banner1-item.right .more-1 a {
	margin: auto 0;
	display: inline-block;
}

.index-banner1-swiper .banner1-pagination {
	z-index: 160;
	bottom: 30px;
	position: absolute;
	text-align: center;
}

.index-banner1-swiper .banner1-pagination span {
	margin: auto 5px !important;
	position: relative;
	width: 20px;
	height: 20px;
	background: none;
	display: inline-block;
	vertical-align: middle;
}

.index-banner1-swiper .banner1-pagination span::after {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: #fff;
	opacity: 0;
	border-radius: 100%;
}

.index-banner1-swiper .banner1-pagination span::before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	background: #fff;
	opacity: 1;
	border-radius: 100%;
}

.index-banner1-swiper .banner1-pagination span.swiper-pagination-bullet-active::after {
	opacity: .2;
}

.index-banner1-swiper .swiper-slide .title-1,
.index-banner1-swiper .swiper-slide .text-1,
.index-banner1-swiper .swiper-slide-active .title-1,
.index-banner1-swiper .swiper-slide-active .text-1,
.index-banner1-swiper .swiper-slide-active .more-1 {
	transform: translateY(0px);
	opacity: 1;
}

.logo img  {
	width: 178px; 
}

@media screen and (max-width: 860px) {

	.index-banner1-item .text {
		left: 5%;
		width: 90%;
	}

	.index-banner1 .title-1,
	.index-content .title-1 {
		font-size: 30px;
	}

	.index-banner1-item .text-1 {
		font-size: 16px;
	}

	.more-1 a {
		width: 120px;
		height: 35px;
		line-height: 35px;
	}

	.index-banner1 .banner1-pagination {
		bottom: 10px;
	}

}

.naver1 {
	/* 根据需要添加样式 */
}

.dropdown {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dropdown li {
	position: relative;
	/* 使得子元素可以相对于这个 li 定位 */
	display: inline-block;
}

.dropdown li a {
	display: block;
	/* 确保整个区块可点击 */
	padding: 10px;
	/* 根据需要调整内边距 */
	text-decoration: none;
	color: #333;
	/* 根据需要调整链接颜色 */
}

.dropdown-content {
	display: none;
	/* 默认隐藏下拉内容 */
	position: absolute;
	top: 100%;
	/* 定位到触发元素的下方 */
	left: 0;
	/* 根据需要调整水平位置 */
	background-color: #fff;
	/* 根据需要调整背景颜色 */
	min-width: 160px;
	/* 根据需要调整宽度 */
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content li {
	/* 为下拉内容的列表项添加样式 */
}

.dropdown-content li a {
	padding: 10px;
	/* 根据需要调整内边距 */
	color: #333;
	/* 根据需要调整链接颜色 */
}

.dropdown-trigger:hover .dropdown-content {
	display: block;
	/* 鼠标悬停时显示下拉内容 */
}

.p8 {
	font-weight: 500;
	font-size: 27px;
	color: #f4d827;
	margin-bottom: 27px;
}

.p8 span {

	font-weight: 100;
}

.p9 {
	font-size: 16px;
	color: white;
	margin-bottom: 13px;
}

.p10 {
	font-size: 16px;
	color: white;
	margin-bottom: 55px;
}

.ft111_2 {
	width: 50%;
	float: left;
}

.ft111_3 {
	width: 50%;
	float: right;
}

.ft111_4 {
	padding-bottom: 12%;
}

.ft111_mleft {
	text-align: center;
}


.about {
	width: 100%;
	/* margin-top: 125px; */


	background-size: 100%;
	background-repeat: no-repeat;
}

.gy1 {
	width: 61%;

	padding-top: 9%;
	margin: 0 auto;

}

.gy1 p {
	float: right;
	margin-bottom: 20%;
	margin-left: 42%;
	margin-right: 5%;
}

.gy1 img {


	margin-bottom: 7%;

}

.gy1 img:nth-child(2) {

	float: right;
	margin-bottom: 0%;
	margin-left: 42%;
	margin-right: 5%;
}

.gy2 {
	font-size: 52px;
	color: #232986;

}

.i4_lp {
	width: 70%;
	margin: 0 auto;
	padding-top: 5%;
}

.i4_lp p {
	float: right;
}

.about1 {
	padding-top: 0%;
	/*padding-left: 10%;
	padding-right: 10%;*/
}

.about2::after {
	content: '';
	position: absolute;
	/* bottom: 51px; */
	left: 50%;
	width: 50%;
	height: 100%;
	background-color: #f4f4f4;
	/* transform: translateX(-50%); */
	transition: all .3s;
	z-index: -999;
	/* border-radius: 15px; */
	border-radius: 20px 0 0 0;
}

.gy3 {
	width: 50%;
	float: right;
}

.gy3 span {

	font-weight: 100;
}

.gy4 {
	width: 45%;
	float: left;
}

.gy4 p {
	font-size: 14px;
	margin-bottom: 8%;
}

.gy5 {
	font-size: 15px;
	line-height: 38px;
	/* font-weight: 600; */
	/* padding-left: 32%; */
	margin-top: 12%;
	/* float: right; */
	width: 61%;
	/* margin-left: 10%; */
	/* padding-left: 5%; */
	margin: 0 auto;
}

.ab2 {
	height: 934px;
	background: url(../images/gy3.jpg) #000000;
	background-size: 100%;
	/* background: black; */
	background-repeat: no-repeat;
}

.gy6 {
	width: 48%;
	padding-top: 5%;
	float: left;
}


.gy7 {
	width: 48%;
	padding-top: 5%;
	float: right;
}


.gy8 {
	width: 23%;
	float: left;
	text-align: center;
	font-size: 15px;
}

.gy9 {
	width: 2%;
	float: left;
	text-align: center;
	font-size: 15px;
	font-weight: 100;
}

.gy10 {
	font-size: 39px;
	color: white;
	width: 100%;
	float: left;
	margin-top: 10%;
	font-weight: 100;
	line-height: 60px;
}

.gy11 {
	font-size: 16px;
	font-weight: 100;
	line-height: 33px;
	font-family: system-ui;
	margin-top: 1%;
	opacity: 0.7;
}

.gy12 {
	width: 100%;
	font-size: 16px;
	color: white;
	float: left;
	margin-top: 21%;
	line-height: 30px;
	opacity: 0.9;
	font-weight: 100;
}

.gy13 {
	float: left;
	margin-top: 39%;
	margin-left: 23%;
}

.gy15 {
	background: url(../images/gy7.jpg);
	height: 1190px;
	background-size: 100%;
	text-align: center;
}

.gy16 {
	margin-top: 12%;
}

.jphs {
	text-align: center;
	font-size: 30px;
	padding: 190px 0;
}

.cp_6 {
	width: 65%;
	margin: 0 auto;
}

.jphs1 {
	text-align: center;
	padding: 100px 0 200px 0;
}

.jphs2 {
	width: 150px;
	margin: 0 auto;
	background: #e7e7e7;
	padding: 6px;
	font-size: 19px;
}

.jphs2 img {
	margin-bottom: 3px;
}

.jphs3 {
	text-align: center;
	font-size: 30px;
	padding: 150px 0
}

.jphs4 {
	width: 60%;
	margin: 0 auto;
	border-bottom: 3px solid #000000;
	padding: 0 0 62px 0
}

.jphs5 {
	width: 60%;
	margin: 0 auto;
	border-bottom: 1px solid #000000;
	padding: 0 0 10px 0
}

.jphs6 {
	margin-top: 8%;
}

.lx1 {
	padding: 3% 5%;

	width: 60%;
	margin: 0 auto;
	background: white;
	position: absolute;
	/* margin-bottom: -10%; */
	/* margin-top: -7%; */
	z-index: 9;
	transform: translate(32%, -23%);
}

 

.lx1 p span {
	font-weight: 100;
}

.lx2 {

	margin-top: 4%;
	width: 33%;
	float: left;
	margin-bottom: 10px;
	 
}

.lx2 p {
font-size: 22px;
    font-weight: 600;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: black;
    background: #ffffff;
    height: 195px;
    text-align: center;
    display: flex
;
    /* justify-content: center; */
    /* align-items: center; */
    margin-top: 3%;
}

.content {
	width: 65%;
	float: right;
}

.content img {
	margin-top: 1%;
	width: 100%;
}

.content1 {
	margin-top: 6% !important;
}

.lx5 p {
	font-size: 18px;
	/* font-weight: 600; */
	float: left;
	width: 85%;
	margin-bottom: 4px;
	color: black;
}

.lx5 {
	width: 90%;
    float: left;
    margin: 12px 0;
}

.lx5 img {
	float: left;
	width: 7%;
	margin-right: 5%;
}

.lx5 .lx3 {
	font-weight: 600;
	font-size: 16px;
	/*margin-left: 13%;*/
}

.lx6 {
	font-weight: 100;
	font-size: 23px;
	margin-left: 1%;
	margin-top: 4%;
}

.lx7 {
	/*background-image: url(../images/lx4.png);*/
	background-repeat: no-repeat;
	background: #e6e6e6;

	width: 100%;
}

.lx8 {
	padding: 700px 0px 20% 0px;

	width: 62%;
	margin: 0 auto;
}

 
.lx9 {

	float: right;
	width: 66%;

}


.form-3 {
	margin-bottom: 1%;
	overflow: hidden;
	margin-top: 6%;
}

.form-3 li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 31%;
	margin-right: 2%;
}

.input-1,
.textarea-1 {
	background: white;
	padding: 1rem 1rem;
	box-sizing: border-box;
	border: none;
	width: 100%;

	transition: all .4s ease;
}

.form-3 {
	margin-bottom: 1%;
	overflow: hidden;
	margin-top: 6%;
}

.textarea-1 {
	min-height: 130px;
}

.lian-more {
	margin-top: 3%;
	position: relative;
	overflow: hidden;
}

.lian-more button {
	display: inline-block;
	position: relative;
	/* border: 2px solid #bf1313; */
	padding: 0 2rem;
	overflow: hidden;
	line-height: 4rem;
	width: 14rem;
	background: #000000;
    border-radius: 54px;
}

.sq {
	padding: 2% 0 16% 0;
	width: 30%;
	margin: 0 auto;
}

.xwzx {
	margin-top: 5%;
}

.xwzx .pdm_linfor {
	padding: 25px 0px;
	border: 0px solid #e6e6e6;
}

.xwzx .pdm_linfor h2 {


	font-weight: 600;
}

.xwzx .pdm_linfor h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #af2033;
}



.xwzx .pdm_linfor .de {
	margin-top: 10px;
	font-size: 13px;
	color: #2d3943;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	border-bottom: 0px solid #e6e6e6;
	padding-bottom: 0%;
}

.xw1 {
	font-size: 42px;
	font-weight: 600;
	padding: 25% 0 5% 0;
}

.xw2 {
	font-size: 20px;
	/* font-weight: 600; */
	padding: 0% 0 5% 0;
}

.xw3 {
	font-size: 26px;
	/* font-weight: 600; */
	padding: 10% 0 20% 0;
}

.xw4 {
	font-size: 17px;
	color: white;
	background: #af2033;
	width: 39%;
	height: 37px;
	text-align: center;
	padding: 7px;
}

.xwzx .pdm_list li {

	margin-bottom: 50px;
}
 

.sqcx {
	width: 68.5%;
	margin: 0 auto;
	padding: 150px 0;
	height: 1500px;
}

.sqcx1 {
	width: 100%;
	float: left;
}

.sqcx2 {
	font-size: 46px;
	font-weight: 600;
	margin-bottom: 38px;
}

.sqcx3 li {
	list-style-type: none;
	float: left;
	font-size: 20px;
	padding: 10px 25px;
}

.gl {
	background-color: #1d4432;
	color: white;
}

.lmgl a {
	color: #ff0000 !important;
}

.h-search {

	top: 50%;
	right: 0;
	width: 260px;
	border: 1px solid #d9d7d3;
	width: 80%;
	float: left;
	height: 60px;
	background: #f2f2f2;
}

.h-search .text {
	padding: 0 60px 0 20px;
	border: 0;
	width: 80%;
	height: 60px;
	line-height: 60px;
	color: #b4afa8;
	background: none;
	font-size: 18px;
}

 

.font14 {
	font-size: 1rem;
	color: #fff;
}

input::placeholder {
	color: #acacac;
}

.textarea-1::placeholder {
	color: #acacac;
	font-family: "微软雅黑";
}

.form-4 {
	margin-bottom: 1%;
	overflow: hidden;
	margin-top: 2%;
	width: 97%;
}

/*9.8*/

.index_introduce {
	text-align: center;
	padding: 5% 0;
}

.index_brand {
	margin: 0 auto;
	width: 60%;
	position: relative;
}

.index_brand ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.index_brand ul li {
	flex: 0 0 50%;
	box-sizing: border-box;
	padding: 10px;
}

.index_brand ul li img {
	width: 100%;
	height: auto;
	display: block;
}

.index_product_1 {
	text-align: center;
	padding: 5% 0 2% 0;
}

@media (max-width: 780px) {
	.index_brand {

		width: 90%;

	}

	.index_product .product-list {

		gap: 10px;
	}
}

.index_product {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;

}

.index_product .product-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 50px;
}



.btn {
	display: inline-block;
	padding: 12px 35px;
	text-decoration: none;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	transition: all 0.3s ease;
}

.btn-dark {
	background-color: #000;
	color: #fff;
}

.btn-light {
	background-color: #fff;
	color: #000;
	border: 1px solid #cccccc6e;
}

.btn-dark:hover {
	background-color: #333;
}



.btn-light:hover {
	background-color: #f0f0f0;
}

.with-shadow {
	box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
}

@media (max-width: 780px) {

	.index_product .product-list {

		gap: 10px;
	}

	.btn {

		padding: 9px 15px;

		font-size: 12px;
	}
}


.foot1er_introduce {
	display: flex;
	/* justify-content: space-between;     */
	align-items: center;
	padding: 3% 0 1% 0;
	width: 63%;
	margin: 0 auto;
}

.index_product_2 {

	width: 100px;
	height: auto;
	margin-right: 18%;
}

.index_product_2 img {
	width: 100%;
	height: auto;
	display: block;
}

/* 导航栏样式 */
.foot1er_introduce ul {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 35px;
}

.foot1er_introduce ul li a {
	text-decoration: none;
	color: #afafaf;
	font-size: 14px;

}

.foot1er_introduce ul li a:hover {
	text-decoration: underline;
}

.foot1er_introduce_2 {
	display: flex;
	width: 63%;
	margin: 2% auto;
}

.foot1er_introduce_2>div {}

.index_product_3 {
	width: 27%;

}

.index_product_4 {
	width: 22%;

}

.index_product_5 {
	width: 25%;

}

.index_product_6 {
	width: 35%;

}


.index_product_3 div {
	color: #c7c7c7;
	position: relative;
	padding-top: 35px;
	margin-bottom: 35px;
	font-size: 13px;
	/* font-weight: 600;*/
}

.index_product_3 div::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5%;
	height: 2px;
	background-color: #c7c7c7;

}



.index_product_4>div:first-child {
	color: #c7c7c7;
	border: 1px solid #c7c7c7;
	border-radius: 30px;
	padding: 5px 10px;
	text-align: center;
	width: 130px;
	margin-bottom: 30px;
	font-size: 11px;

}


.index_product_4>div:last-child p a {
	color: #c7c7c7;
	font-size: 12px;

	margin-bottom: 7px;

}
.lxtxt {
font-size: 25px;
    color: #000000;
    font-weight: 600;
    float: left;
    margin-top: 9%;
    margin-bottom: 2%;
}

.index_product_4>div:last-child p {
	color: #c7c7c7;
	font-size: 12px;

	margin-bottom: 7px;

}
.cpfl_2 li a{
   color:black ;
}

.index_product_6 {
	width: 52%;
	/* text-align: right; */
	/* margin-left: 10%;*/
}

.index_product_6>div:first-child {
	color: #c7c7c7;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: right;
}

.index_product_6>div:last-child {
float: left;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    width: 83%;
    gap: 24px;
}

.index_product_6>div:last-child>div {

	text-align: center;

}

.index_product_6 img {


	height: auto;
	display: block;
	margin: 0 auto;
}

.index_product_6 p {
	color: #c7c7c7;
	margin: 5px 0;
	font-size: 10px;
}

.foot1er_introduce_3 {
	padding-top: 1%;
}

.dt_1 {
	font-size: 70px;
    font-family: 'playfairdisplaysc';
    margin-bottom: -2%;
    padding: 3%;
    text-align: center;
    margin-top: 2%;
}

.pp_11 {
    font-size: 25px;
    font-family: none;
    margin-bottom: -2%;
    /* padding: 0%; */
    text-align: center;
    /*font-weight: lighter;*/
    margin-bottom: 2%;
}

@media (max-width: 1600px) {

	.index_product_6>div:last-child {

		width: 97%;
	}
}

@media (max-width: 1356px) {

	.index_product_6>div:last-child {

		width: 100%;
	}
}


@media (max-width: 1164px) {

	.foot1er_introduce {

		width: 91%;

	}

	.foot1er_introduce_2 {

		width: 91%;

	}
}

.about_2 {

	display: none;
}

.about_3 {
	padding: 5% 0 2% 0;
	text-align: center;
}

.about_4 {
	display: flex;

	justify-content: center;
}

.about_4_p {
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	padding: 5%;
}

.about_5 {
	margin-top: 10%;
}

.about_6 {
	display: none;
}

.ys_1 {
	margin-bottom: 1%;
}

.ys_1_1 {
	margin-bottom: 1%;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	margin-top: 7%;
}

.ys_1_2 {
	margin-top: 3%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}

.pz_1_1 {
	padding: 5% 2%;
}

.pz_1_1 p {
	text-align: center;

	font-size: 23px;
	line-height: 53px;
}

.cpjs_1 {
	padding: 5% 2% 0 2%;
	text-align: center;
}

.cpjs_2 {
	padding: 0% 2% 0 2%;
	text-align: center;
}

.cpjs_3 {
	text-align: center;
	margin-top: 2%;
}

.cpjs_3 li {
	list-style: none;
	padding-bottom: 1%;
}

.cpjs_3 ul {
	display: flex;

	justify-content: center;
}

.cpjs_3 ul li:nth-child(1) {
	margin-right: 0.8%;
}

.cpjs_4 {
	padding: 5% 2% 0 2%;
	text-align: center;
}

.cpjs_3 {

	margin-bottom: 12%;
}

.cpfl_1 {
	text-align: center;
	padding: 5% 0 2% 0;
}

.cpfl_2 {

	text-align: center;
	padding: 10% 2%;
}

.cpfl_2 li {
font-size: 70px;
    margin-bottom: 11px;
}

.xgt_1 {
	display: flex;
	justify-content: center;
}

.xgt_2 {
	padding: 10% 5% 15% 5%;
}

.xgt_2 p:nth-child(1) {
	font-size: 26px;
	font-family: math;
	margin-bottom: 10%;
}

.xgt_2 p:nth-child(2) {
	font-size: 50px;
}

.xgt_2 p:nth-child(3) {
	font-size: 50px;
	margin-bottom: 10%;
}

.xgt_2 p {
	font-size: 23px;
	line-height: 55px;
}


.zs_1 {
	margin-bottom: 12%;
	width: 80%;
	margin: 0 auto;
	padding: 5% 0 5% 0;
}

.zs_1 ul {


	flex-wrap: wrap;
}

.zs_1 li {

	padding-bottom: 2%;
}

.zs_1 ul li:nth-child(1n) {
	margin-right: 2%;
}

.cp1 li {
	float: left;
	width: 46.3%;
	margin-right: 3%;
	margin-bottom: 20px;
}

.cp2 {
	width: 100%;
	overflow: hidden;

}

.cp3 {
	padding: 0px !important;
	margin-top: -54px;
	height: auto !important;
}

.cp4 a {
	text-align: left;
	font-size: 22px;
	color: #2d3943;
	color: #2d3943;
}

.cp3 h2 {
	position: relative;
	padding-bottom: 12px;
	font-size: 18px;
	color: #ffffff;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	background: #00000085;
	height: 55px;
	padding: 22px 20px;
	text-align: left;
}

.cp4 {
	margin-bottom: 7%;
}

.cp4 img {
	float: right;
	width: 25px;
}

.cp5 {
	padding: 5% 3% 3% 3%;
	border-bottom: 1px solid #9999994d;
	color: #999999;
}

.cp6 {
	padding-top: 5%;

}
.pp_1 {
font-size: 36px;
    font-family:none;
    margin-bottom: -2%;
    /* padding: 0%; */
    text-align: center;
    font-weight: lighter;
    margin-bottom: 6%;

}

@media (max-width: 900px) {
    .pp_1 {
    font-size: 16px;
        font-family: none;
        margin-bottom: -2%;
        /* padding: 0%; */
        text-align: center;
        font-weight: 100;
        margin-bottom: 14%;
        margin-top: 5%;
}
    
	.dt {
		font-size: 11px;
		display: flex;
		padding: 15px 0;
		/* width: 100%; */
		color: #ccc5c1;
	}
	.dt img {
		width: 15px;
		margin-right: 8px;
	}
	.dt1 {
		margin-right: 3%;
		margin-top: 2px;
	}
	.dt2 {
		margin-right: 3%;
	}

	.cp1 li {

		width: 100% !important;

	}

	.cp5 {
		padding: 5% 3% 6% 3%;
		border-bottom: 1px solid #9999994d;
		color: #999999;
		color: 3px;
		font-size: 13px;
	}

	.cp4 img {
		float: right;
		width: 15px;
	}

	.cp4 a {
		text-align: left;
		font-size: 13px;
		color: #2d3943;
		color: #2d3943;
	}

	.zs_1 {

		width: 100%;

	}

	.foot1er_introduce {

		display: none;

	}

	.index_product_3 {
		display: none;
	}

	.index_product_4 {
		display: none;
	}

	.index_product_6 {
		display: none;
	}

	.cp {

		width: 56%;
		margin: 0 auto;
	}

	.about_2 {

		display: block;
	}

 

	.about_3 {
		width: 50%;
		margin: 0 auto;
	}

	.about_4_img {

		display: none;
	}

	.about_4_p {
		font-size: 15px;
		font-weight: normal;

	}

	.about_4 {
		display: block;

	}

	.about_4 {
		/* display: block; */
		background: url(../images/about41.png);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.about_5 {
		display: none;
	}

	.about_6 {
		margin-top: 10%;
		display: block;
	}

	.ys_1_1 {

		font-size: 20px;

	}

	.ys_1_2 {

		font-size: 12px;
		line-height: 24px;
	}

	.pz_1_1 p {
		text-align: center;
		font-size: 14px;
		line-height: 37px;
	}

	.cpjs_1 img {

		width: 73%;

	}

	.cpjs_3 li {
		list-style: none;
		padding-bottom: 1%;
		padding: 3% 6% 3% 6%;
	}

	.cpjs_3 ul {
		display: block;
		justify-content: center;
	}

	.cpjs_4 img {
		width: 50%;
	}

	.cpjs_3 {

		margin-bottom: 12%;
	}

	.cpfl_2 li {
		font-size: 44px;
	}

	.cpfl_2 {

		padding: 20% 2%;
	}

	.jjb_2 {

		width: 200%;
	}

	.cp1 {
		padding: 15% 2% 8% 2%;
	}

	.xgt_1 {
		display: block;
		justify-content: center;
	}

	.xgt_2 p {
		font-size: 16px;
		line-height: 44px;
	}

	.xgt_2 p:nth-child(3) {
		font-size: 40px;
		margin-bottom: 6%;
	}

	.xgt_2 p:nth-child(2) {
		font-size: 40px;
	}

	.xgt_2 p:nth-child(1) {
		font-size: 18px;
		font-family: math;
		margin-bottom: 3%;
	}

	.dt_1 {
		font-size: 20px;
     	font-family: 'playfairdisplaysc';  
     	 
		margin-bottom: 0%;
		padding: 8%;
		text-align: center;
	}
	.content img {
		display: none;
	}
}

@media (max-width: 1498px) {
   .head1er {
  
    padding-left: 10%;
    padding-right: 10%;
}
}

@media (max-width: 1200px) {
.pc_banner1 {
    margin-top: 0px;
}
}

 .fenlei{
        display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 3%;
    border-bottom: 2px solid #000000;
    }
    .fl1{
      width: 30%;
      text-align: center;
    }
    .fl1 a{
      font-size: 25px;
    color: #000000;
    padding: 15px;
    }
    .gl1{
     border: 2px solid #000000;
    }
     .dt_2{
	color: #000;
	font-size: 30px;
text-align: center;
	margin-bottom: 7px;
padding: 5px;
}
             .dt_3{
	color: #000;
	font-size: 20px;
text-align: center;
	margin-bottom: 7px;
padding: 5px;
}

.row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
            width: 100%;
        }
        .left-select, .right-select {
            width: 48%;
        }
        .full-width-select {
            width: 100%;
        }
        select {
           color: #000000;
    padding: 15px;
    /* border-radius: 4px; */
    border: 2px solid #000000;
        }
        .cx1 {
          width: 50%;
          margin: 0 auto;
          padding: 20px 0;
          margin-bottom: 10%;
        }
         .cx2 {
        font-size: 20px;
    padding: 16px 0;
         }
          .cx3 {
         padding: 30px 0 20px 20px;
    border-bottom: 2px solid #000000;
    width: 65%;
    margin-top: 8%;
          }
          
           .fenlei1 {
    display: flex;
    width: 66%;
    margin: 0 auto;
    padding: 3%;
    margin-top: 5%;
}
    .fl2{
      width: 22%;
      text-align: center;
    }
    .fl2 a{
      font-size: 23px;
    color: #000000;
    padding: 15px;
    }
    .gl2{
    font-weight: 600;
    
    }
    
     .fenlei2 {
    display: flex;
    width: 70%;
    margin: 0 auto;
    padding: 3%;
   text-align: center;
      justify-content: center;
    align-items: center;
}

.fl3:nth-child(2) {
    border-left: 2px solid #000;
}
.fl3:nth-child(3) {
    border-left: 2px solid #000;
}
    .fl3{
      width: 22%;
      height: 75px;
        padding: 16px 0;
    }
    .fl2 p{
      font-size: 23px;
    color: #000000;
    
    }
    .gl3{
      font-size: 23px;
font-family: none;
    font-weight: 100;
    }
      .fl4{
     font-size: 55px;
    margin-bottom: 25px;
      }
      
         .fenlei{
        display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 3%;
    border-bottom: 2px solid #000000;
    }
    .fl1{
      width: 30%;
      text-align: center;
    }
    .fl1 a{
      font-size: 25px;
    color: #000000;
    padding: 15px;
    }
    .gl1{
     border: 2px solid #000000;
    }
    
    
        .fenlei1 {
           display: flex
;
    width: 73%;
    margin: 0 auto;
    padding: 1%;
    /* border-bottom: 2px solid #000000; */
    /* text-align: left; */
    margin-top: 0%;
        }

        .fl2 {
            width: 22%;
            text-align: center;
        }

        .fl2 a {
            font-size: 23px;
            color: #000000;
            padding: 15px;
        }

        
    
     .carousel-container {
            position: relative;
            width: 50%;
            height: 500px;
            overflow: hidden;
            /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
            
            margin: 0 auto;
            padding-bottom: 80px;
            margin-bottom: 6%;
        }

        .carousel-slides {
            display: flex;
            width: 100%;
            height: 100%;
            transition: transform 0.5s ease;
        }

        .carousel-slide {
            min-width: 100%;
            height: 100%;
        }

        .carousel-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .carousel-controls {
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 35px;
            z-index: 10;
        }

        .carousel-btn {
            width: 24px;
            height: 24px;
            background-color: rgba(255, 255, 255, 0.7);
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s ease;
        }

        .carousel-btn:hover {
            background-color: rgba(255, 255, 255, 0.9);
        }

        .carousel-btn svg {
            width: 28px;
            height: 22px;
            fill: #333;
        }

        .carousel-dots {
            display: flex;
            gap: 22px;
        }

        .carousel-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #7c7c7c;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .carousel-dot.active {
            background-color: #7c7c7c;
            transform: scale(1.5);
        }
        
        
         .cpzx_1{
                 display: flex;
    flex-wrap: wrap;
    width: 65%;
    margin: 0 auto;
             }
             .cpzx_3{
                 margin-top: 5%;
             }
             
             .cpzx_3 p{
                 font-size: 22px;
                 padding: 22px 0;
                 line-height: 37px;
             }
              .cpzx_3 p:nth-of-type(2){
             font-weight: 600;
    font-size: 30px;
              }
              
              
                .fws2 ul{
        display: flex;
    flex-wrap: wrap;
    width: 65%;
    margin: 0 auto;
    }
    .fws2 ul li{
   width: 48%;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 5%;
    margin-left: 2%;
    }
    
    .fws3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 2%;
    }
    .fy1{
    width: 70%;
    margin: right;
    text-align: right;
    padding: 5% 0;
    color: #000000;
    margin: 0 auto;
    }
    .page-num{
    padding: 9px 13px;
    color: #000000;
    margin-left: 1%;
    }
    .page-num-current {
    background: #000000;
    color: white !important;
    /* border-radius: 5px; */
    padding: 9px 13px;
    /* margin-left: 5%; */
}

.gl2 {
font-weight: 600;
}
    