body {
	background: #fff;
	margin: 0 auto;
	width: 100%;
	font-family: arial;
	max-width: 1080px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}

*:focus {
	outline: none;
}

button, input, select, label {
	vertical-align: middle;
	border: 0;
	outline: none;
	background: none;
}

img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none !important;
	vertical-align: baseline;
	cursor: pointer;
	-o-transition: .2s ease;
	-moz-transition: .2s ease;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}

.fl {
	float: right;
	_display: inline;
}

.fr {
	float: left;
	_display: inline;
}



input[type='checkbox']:focus {
	outline: none;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #8b97a7;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #8b97a7;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #8b97a7;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #8b97a7;
}

.container {
	width: 56%;
	margin: 0 auto;
	border-bottom: 1px solid #b6b8d7;
}

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

ul li a {
	display: block;
}

i, em {
	font-style: normal;
}

.none {
	display: none;
}

/* head */
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 124px;
	padding-left: 21%;
	padding-right: 21%;
	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;
}

.hd_con {
	position: relative;
}

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

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

.naver {
	position: relative;
}

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

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


.pc_banner {
	margin-top: 0px;
}

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

.naver ul li a {
	padding: 0 30px;
	line-height: 124px;
	font-size: 15px;
	color: #f5da1b;
}

.ligl::after {
	content: '';
	position: absolute;
	bottom: 51px;
	left: 50%;
	width: 84px;
	height: 22px;
	background-color: #232986;
	transform: translateX(-50%);
	transition: all .3s;
	z-index: -999;
	border-radius: 15px;
}

.naver ul li.active::after, .naver 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;
}

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

.header._hidden a.logo img, .header._hidden .hd_phone img,
.header.innerheader a.logo img, .header.innerheader .hd_phone img {
	display: none;
}

.header._hidden .hd_phone span, .header.innerheader .hd_phone span {
	color: #10132a;
}

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

.header._hidden .naver ul li a, .header.innerheader .naver ul li a {
	color: #10132a;
}

.header._hidden .naver ul li.active a, .header.innerheader .naver ul li.active a {
	color: #f4d827;
}

.header._hidden .naver ul li.active::after, .header._hidden .naver ul li:hover::after,
.header.innerheader .naver ul li.active::after, .header.innerheader .naver ul li:hover::after {
	background-color: #f4d827;
}

.header._hidden .naver::after, .header.innerheader .naver::after {
	background-color: rgba(181, 193, 202, .5);
}

.header._hidden .hd_phone span, .header.innerheader .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_banner {
	display: none;
}

/* moblie head */
.m_header {
	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;
}

.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: #d4bf33;
	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_naver {
	position: fixed;
	width: 70%;
	height: 100%;
	right: 0;
	top: 0px;
	padding-bottom: 20px;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	/* display: none; */
	z-index: 999;
	transform: translateX(150%);
	transition: all .4s;
}

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

.m_naver ul {
	padding: 15px 0;
}

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

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

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

.m_naver ul li>a.active {
	color: #f4d827;
}

.m_naver ul li>a.icon1:before, .m_naver 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_naver ul li>a.icon1.active:before, .m_naver ul li dl dd>a.icon1.active::before {
	transform: rotate(90deg);
}

.m_naver ul li dl {
	display: none;
}

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

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

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

.m_naver 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_banner .swiper-container-horizontal>.swiper-pagination-bullets, .pc_banner .swiper-pagination-custom, .pc_banner .swiper-pagination-fraction {
	bottom: 28px;
}

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

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

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

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

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

.m_banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 8px;
	opacity: 0.2;
}

.m_banner .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: 71.5%;
	margin: 0 auto;
	padding: 100px 0;
	height: 1100px;
}

.jxhs2 {
	font-size: 22px;
	padding-left: 20px;
	/* line-height: 34px; */
	margin-bottom: 10px;
	font-weight: 600;
}

.jxhs3 {
	font-size: 22px;
	padding-left: 20px;
	/* line-height: 34px; */
	margin-bottom: 10px;
	color: #1f4432;
	font-weight: 600;
}

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

.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: 50%;
}

.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;
}

.footer {
	width: 100%;
	background-color: #232986;
}

.ft1 {
	width: 100%;
	padding-top: 82px;
	padding-bottom: 30px;
}

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

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

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

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

.ft1_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; */
	margin-top: -27px;
	/* margin-right: 51px; */
	margin-left: 32px;
}

.ft1_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; */
	margin-top: -27px;
	/* margin-right: 51px; */
	margin-left: 46px;
}

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



.ft1_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;
}

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

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

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

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



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

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

.coright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, .4);
}

.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_banner1 {
	width: 100%;
	/* height: 890px; */
	margin-top: 50px;
}

.pc_banner1 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: 100%;
	height: 70px;
	font-size: 0;
	background-color: #fff;
	text-align: center;
	border-bottom: 1px solid #ebeff3;
}

.news_tab a {
	position: relative;
	display: inline-block;
	height: 70px;
	margin-right: 150px;
	line-height: 70px;
	vertical-align: middle;
	font-size: 22px;
	color: #6d7081;
}

.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: 30px;
	padding-bottom: 110px;
	background-color: #f5f7f9;
}

.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;
}

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

.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_banner {
	position: relative;
	width: 100%;
	height: 450px;
}

.details_banner>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: #eeb427;
	z-index: -1;
}

.news_dtmltop a {
	float: right;
	display: block;
	width: 140px;
	height: 34px;
	line-height: 34px;
	background-color: #f4d827;
	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: 30px;
	padding-bottom: 160px;
	background-color: #f5f7f9;
}

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

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

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

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

.pdm_limg {
	width: 100%;
	height: 433px;
	overflow: hidden;
}

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

.pdm_linfor {
	width: 100%;
	height: 120px;
	padding: 25px 40px;
}

.pdm_linfor h2 {
	position: relative;
	padding-bottom: 30px;
	font-size: 26px;
	color: #2d3943;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pdm_linfor h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 68px;
	height: 4px;
	background-color: rgb(240 193 24);
}

.pdm_linfor div {
	margin-top: 10px;
	font-size: 16px;
	color: #2d3943;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.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;
}

.mfooter {

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

.mfooter ul li {
	float: left;
	width: 20%;
	background-color: #000000;

}

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

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

.mfooter ul li .cur {
opacity: 1;
    background-color: #000000;
    border: 1px solid #000000;
}

.mfooter ul li img {
	height: 18px;
}

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

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

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

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

.ft0_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: black;
}

.fanye a {
	color: black;
	padding: 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-banner-swiper {
	width: 100%;
	height: 100%;
	position: relative;
	background: #000;
}

.index-banner-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-banner-item {
	position: relative;
}

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

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

.index-banner-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-banner-item.left .more-1 a {
	margin: auto 0;
}

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

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

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

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

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

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

.index-banner-swiper .banner-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-banner-swiper .banner-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-banner-swiper .banner-pagination span.swiper-pagination-bullet-active::after {
	opacity: .2;
}

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


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

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

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

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

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

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

}

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

.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;
}

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

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

.ft1_4 {
	padding-right: 83px;
}

.ft1_mleft {
	text-align: center;
}


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


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

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

.about1 {
	padding-top: 9%;
	padding-left: 22%;
	padding-right: 22%;
}

.gy3 {
	font-size: 40px;
	margin-top: 2%;
	color: #232986;
	font-weight: 500;
}

.gy3 span {

	font-weight: 100;
}

.gy5 {
	font-size: 15px;
	line-height: 38px;
	/* font-weight: 600; */
	padding-left: 32%;
	margin-top: 5%;
}

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

.gy6 {
	width: 40%;
	padding-top: 5%;
	float: right;
}


.gy7 {
	color: white;
	width: 55%;
	margin-left: -4%;
}


.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: 236px 0px;
	height: 500px;
	width: 60%;
	margin: 0 auto;
}

.lx1 p {
	font-size: 40px;
	color: #232986;
}

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

.lx2 {

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

.lx2 p {
	font-size: 22px;
	font-weight: 600;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	color: black;
}


.lx5 p {
	font-size: 22px;
	font-weight: 600;
	float: left;
	width: 87%;
	margin-bottom: 20px;
	color: black;
}

.lx5 {

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

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

.lx5 .lx3 {
	font-weight: 100;
	font-size: 18px;
	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-size: 100%;
	height: 780px;
}

.lx8 {
	padding: 18% 0px;

	width: 60%;
	margin: 0 auto;
}

.lx9 {

	float: right;
	width: 66%;

}

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

.form-3 li {
	list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 42%;
    margin-right: 10%;
    border-bottom: 1px solid black;
	margin-bottom: 6%;
}

.ly {
width: 90%;
    margin: 0 auto;
    margin-top: 5%;
}

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

	transition: all .4s ease;
}


.form-3 li input::placeholder {  
	color: #999999;  
	opacity: 1;  
  }  

  .form-3 textarea::placeholder {  
	color: #999999;  
	opacity: 1;  
  }  


.form-3 li:nth-child(2) {
	margin-right: 0%;
    float: right;
}

 

.textarea-1 {
	min-height: 50px;
	border-bottom: 1px solid black;
}

.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: 2rem;
	width: 8rem;
	background: #000;
}

.lian-more i {
	width: 0.6rem;
	height: 1rem;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	background: url(../image/r1.svg) center no-repeat;
	background-size: 100%;
}

.font14 {
	font-size: 11px;
	color: #000;
}

input::placeholder {
	color: #000;
}

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

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

.index3 li {
	list-style: none;
	/*padding: 0 1.2rem 1.2rem 1.2rem;*/
}

.index3 {
	margin-bottom: 50px;
}

.ab li {

	float: left;
	font-size: 14px;
	color: white;

	text-align: center;
	margin-right: 6%;
	border-radius: 6px;
	padding: 1% 1.5%;
	list-style: none
}

.ab {
	padding: 2rem 1rem;
}

.ab li a {
	color: black;
}

.ab li:nth-of-type(2) {

	float: left;
	font-size: 14px;
	color: white;

	text-align: center;
	border-radius: 6px;
	padding: 1% 1.5%;
}


.ab .on {
	background: black;
}

.ab .on a {
	color: white;
}

.cp2 {
	width: 90%;
	margin: 0 auto;
}


.cp21 {
	width: 27%;
	float: left;
	text-align: center;
	border: 1px solid #878787;
	padding: 1%;
	margin-right: 9.5%;
}

.cp21 a {
	font-size: 15px;
	color: #888888;
}

.cp21:nth-child(3) {
	width: 27%;
	float: left;
	text-align: center;
	border: 1px solid #878787;
	padding: 1%;
	margin-right: 0%;
}

.cp21:nth-child(4) {
	width: 27%;
	float: left;
	text-align: center;
	border: 1px solid #878787;
	/* padding: 3%; */
	margin: 6% 4.75% 11% 18.25%
}

.cp21:nth-child(5) {
	width: 27%;
	float: left;
	text-align: center;
	border: 1px solid #878787;
	/* padding: 3%; */
	margin: 6% 18.25% 11% 4.75%
}

.cur {
	background-color: #cdcdcd;
	border: 1px solid #cdcdcd;
}

.cur a {
	background-color: #cdcdcd;
	font-weight: 600;
	color: #000;
}

.cp3 {

	width: 90%;
	margin: 0 auto;

}

.cp4 {
	width: 47%;
	float: left;
	margin-right: 6%;
}

.cp4 img {
	border-radius: 9%;
	width: 100%;
}

.cp5 img {
	width: 50%;
	padding: 5% 0;
}

.cp5 p {
	font-weight: 600;
    /* text-align: right; */
    /* float: right; */
    padding: 4% 1%;
    font-size: 14px;
    color: black;
    text-align: center;

}

.cp5 {
	margin-bottom: 10%;
}

.cp6 {
	height: 30px;
	float: left;
	width: 100%;
}

.cp4:nth-child(2) {
	margin-right: 0%;
}

.cp4:nth-child(4) {
	margin-right: 0%;
}

.cp4:nth-child(6) {
	margin-right: 0%;
}

.cp4:nth-child(8) {
	margin-right: 0%;
}

.cp4:nth-child(10) {
	margin-right: 0%;
}

.cp4:nth-child(12) {
	margin-right: 0%;
}

.cp4:nth-child(14) {
	margin-right: 0%;
}

.cp4:nth-child(16) {
	margin-right: 0%;
}

.cp4:nth-child(18) {
	margin-right: 0%;
}

.cp4:nth-child(20) {
	margin-right: 0%;
}

.cp4:nth-child(22) {
	margin-right: 0%;
}

.cpzx_1 {
	width: 90%;
	margin: 0 auto;
	padding: 4% 0 7% 0;
}

.cpzx_2 {
	width: 90%;
	margin: 0 auto;

}

.cpzx_2 li {
	list-style: none;
	width: 46.5%;
	float: left;
	margin-right: 7%;
	margin-bottom: 7%;
}

.cpzx_2 li:nth-child(2) {
	list-style: none;
	width: 46.5%;
	float: left;
	margin-right: 0%;
}

.cpzx_2 li:nth-child(4) {
	list-style: none;
	width: 46%;
	float: left;
	margin-right: 0%;
}


.cpzx_2 li:nth-child(6) {
	list-style: none;
	width: 46%;
	float: left;
	margin-right: 0%;
}


.ny {
	width: 90%;
	margin: 0 auto;
}

.ny_1 {
padding-top: 0%;
    padding-bottom: 9%;
}

.ny_1 p {
	font-size: 20px;
	font-weight: 600;
}

.ny_2 {
	padding-top: 1%;

	width: 100%;
	padding-bottom: 2%;
}

.ny_2 img {
	width: 60px;
}

.ny_2 p {
font-size: 15px;
    float: right;
    font-weight: 600;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 4%;
}

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

.ny_4 {
	width: 50%;
	float: right;
	margin-top: 13%;
}

.ny_5 {
	background: #efebe8;
	 
	background-size: 100%;
	background-repeat: no-repeat;
}

.ny_5 li {
	list-style: none;
	width: 90%;
	margin: 0 auto;
	padding-top: 20%;
}

.ny_5 li:nth-child(2) {
	list-style: none;
	width: 90%;
	margin: 0 auto;
	padding-top: 7%;
	padding-bottom: 20%;
}


.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: 100%;
	float: left;
	text-align: center;
	border: 1px solid #878787;
	 
	margin-right: 10%;
	height: 28px;
	margin-bottom: 5%;
	border-radius: 30px;
	margin-top: 15%;
}


.sqcx1 button{
	background: black;
    color: white;
    height: 28px;
  
    width: 70px;
    /* border-radius: 13px; */
    float: right;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px ;
    margin-top: -1px;
}

.sqcx1 input {
margin-top: 1.5%;
    width: 53%;
    float: left;
    margin-left: 3%;
    /* color: blue; */
    margin-top: 1.5%;
}

.sqcx1 input::placeholder {
    color: #9f9f9f;
}

.sqcx1 img {
	width: 19px;
    margin-top: 1.2%;
    margin-left: 2%;
    float: left;
}

.sqcx3 {
margin-top: 35px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.sqcx3 p {
text-align: center;
    padding: 2%;
}



.wg {
	background: #fff;
	width: 100%;
	float: left;
}

.wg button {
	background: #343434;
	font-weight: 600;
}

.wg1 {
	margin-top: 7%;
	margin-bottom: 10%;
	border: 1px solid #b5b5b5;
	background: white;
	box-shadow: inset 0 10px 10px -10px rgb(0 0 0 / 31%);
}

.wg1 img {
	width: 19px;
	margin-top: 1%;
	margin-left: 2%;
	float: left;
}

.wg1 input {
	width: 65%;
	font-size: 13px;
	font-weight: lighter;

}

.tb li {
	list-style-type: none;
	float: left;
	width: 15%;
	/* margin-right: 5%; */
	/* padding: 5%; */
	margin: 5%;
}

.tb li a p {
	color: #434343;
	font-size: 11px;
	text-align: center;
	padding: 10px 0;
}

.sy {
    width: 100%;
    float: left;
    padding-top: 3%;
}

.sy li {
	list-style-type: none;
	margin-bottom: 10%;
}

.cp4:nth-child(2n) {
    margin-right: 0%;
}