html,
body {
	padding: 0;
	margin: 0;
	font-family: NunitoSans;
	font-size: 16px;
	color: #1c1c1c;
	overflow-x: hidden;
}

.wrap {
	margin: 0 auto;
	max-width: 1420px;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

img {
	max-width: 100%;
}

input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

p {
	margin: 0;
}

i,
em {
	font-style: initial;
}

.imgH {
	overflow: hidden;
}

.imgH img {
	transition-duration: .6s;
	-ms-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-webkit-transition-duration: .6s;
}

.imgH:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.flexcen {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flexsta {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.flexend {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.flexbet {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flexbet1 {
	display: flex;
	justify-content: space-between;
}

.flexaro {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

/**导航菜单**/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	color: #666;
	height: 70px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	transition: all .5s;
}

header .logo a {
	height: 70px;
	position: relative;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .logo img {
	max-height: 70%;
}

header .logo .dImg {
	display: none;
}

header .logo .hImg {
	display: block;
}

header .rightDiv {
	text-align: right;
	font-size: 0;
}

header .rightDiv .menu {}

header .rightDiv .menu>ul {
	display: inline-block !important;
}

header .rightDiv .menu>ul>li {
	float: left;
	margin: 0 35px;
}

header .rightDiv .menu>ul>li>a {
	height: 70px;
	text-align: left;
	color: #fff;
	position: relative;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: 400;
}

header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a {
	background: transparent;
	color: #f7ab00;
}

header .rightDiv .menu>ul>li>a::after {
	content: "";
	width: 50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	background: #f7ab00;
	height: 2px;
	bottom: 0;
	opacity: 0;
	transform: scaleX(0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 2px;
}

header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after {
	opacity: 1;
	transform: scaleX(1);
}

header .othersDiv {
	height: 70px;
	margin-left: 20px;
	cursor: pointer;
}

header .othersDiv i {
	font-size: 20px;
	color: #fff;
}

.searchDiv {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .8);
	z-index: 9999;
	display: none;
}

.searchDiv form {
	width: 98%;
	max-width: 520px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: relative;
}

.searchDiv form a {
	position: absolute;
	right: 10px;
	top: -40px;
	width: 20px;
}

.searchDiv form input {
	width: 100%;
	line-height: 48px;
	background: #fff;
	border-radius: 10px;
	padding: 0 120px 0 20px;
	border: 0;
}

.searchDiv form button {
	width: 100px;
	height: 100%;
	border: 0;
	background: #f7ab00;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 9px 9px 0;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}

.searchDiv form button i {
	font-size: 26px;
}

header .langB {

	position: relative;
}

header .langB::before {
	content: "";
	background-color: rgb(255, 255, 255);
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	left: -2vw;
	top: calc(50% - 10px);
}

header .langB .aB {
	font-size: 16px;
	color: rgb(255, 255, 255);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	cursor: pointer;
	position: relative;
}

header .langB .aB span {
	margin: 0 10px;
	display: block;
}

header .langB .aB .find {
	font-size: 25px;
	display: block;
}

header .langB .aB .jiantou {
	font-size: 8px;
	display: block;
}

header .langB .bB {
	position: absolute;
	left: 0;
	top: 40px;
	background: #ffffff;
	width: 100%;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: all 0.3s;
}

header .langB:hover .bB {
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateY(0);
}

header .langB .bB a {
	font-size: 14px;
	color: #333333;
	transition: all 0.3s;
	width: 100%;
	position: relative;
	display: block;
	padding: 6px 16px;
	text-align: center;
}

header .langB .bB a.on {
	background: #E8EAE9;
	pointer-events: none;
}

header .langB .bB a:hover {
	background: #f7ab00;
	color: #ffffff;
}

.on-fixed header .langB .aB {
	font-size: 16px;
	color: #0c0c0c;
	text-align: center;
	cursor: pointer;
}

.on-fixed header .langB .aB {
	color: #0c0c0c;
}

.on-fixed header .langB::before {
	content: "";
	background-color: #0c0c0c;
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	left: -2vw;
	top: calc(50% - 10px);
}


.nyBody header .langB .aB {
	font-size: 16px;
	color: #0c0c0c;
	text-align: center;
	cursor: pointer;
}

.nyBody header .langB .aB {
	color: #0c0c0c;
}

.nyBody header .langB::before {
	content: "";
	background-color: #0c0c0c;
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	left: -2vw;
	top: calc(50% - 10px);
}


header .mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/menu.png) no-repeat center center;
	background-size: 22px auto;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

header .mbtn:active {
	opacity: .8;
}

body.on-menu header .mbtn {
	background: url(../img/menu-hide1.png) no-repeat center center;
	background-size: 22px auto;
}

.on-fixed header {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .08);
}

.on-fixed header .logo .dImg {
	display: block;
}

.on-fixed header .logo .hImg {
	display: none;
}

.on-fixed header .rightDiv .menu>ul>li>a {
	color: #0c0c0c;
}

.on-fixed header .rightDiv .menu>ul>li>a::after {
	background: #f7ab00;
}

.on-fixed header .rightDiv .menu>ul>li:hover>a,
.on-fixed header .rightDiv .menu>ul>li.on>a {
	color: #f7ab00;
}

.on-fixed header .othersDiv i {
	color: #0c0c0c;
}

.on-fixed header .mbtn {
	background: url(../img/menu1.png) no-repeat center center;
	background-size: 22px auto;
}

.onFixed header {
	background: #fff;
	border-bottom: 1px solid #E2E2E2;
}

.onFixed header .logo .dImg {
	display: none;
}

.onFixed header .logo .hImg {
	display: block;
}

.onFixed header .rightDiv .menu>ul>li>a {
	color: #0c0c0c;
}

.onFixed header .rightDiv .menu>ul>li>a::after {
	background: #f7ab00;
}

.onFixed header .rightDiv .menu>ul>li:hover>a,
.onFixed header .rightDiv .menu>ul>li.on>a {
	color: #f7ab00;
}

.onFixed header .othersDiv i {
	color: #0c0c0c;
}

.onFixed header .mbtn {
	background: url(../img/menu1.png) no-repeat center center;
	background-size: 22px auto;
}

.nyBody header {
	background: #fff;
	border-bottom: 1px solid #E2E2E2;
}

.nyBody header .logo .dImg {
	display: block;
}

.nyBody header .logo .hImg {
	display: none;
}

.nyBody header .rightDiv .menu>ul>li>a {
	color: #0c0c0c;
}

.nyBody header .rightDiv .menu>ul>li>a::after {
	background: #f7ab00;
}

.nyBody header .rightDiv .menu>ul>li:hover>a,
.nyBody header .rightDiv .menu>ul>li.on>a {
	color: #f7ab00;
}

.nyBody header .othersDiv i {
	color: #0c0c0c;
}

.nyBody header .mbtn {
	background: url(../img/menu1.png) no-repeat center center;
	background-size: 22px auto;
}

.nyBody .main {
	margin-top: 0px;
}

.on-menu header .logo .dImg {
	display: none;
}

.on-menu header .logo .hImg {
	display: block;
}

.on-menu header .othersDiv i {
	color: #0c0c0c;
}

.on-menu header .mbtn {
	background: url(../img/menu1.png) no-repeat center center;
	background-size: 22px auto;
}


.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.menu:after,
.menu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.menu #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #009ae1;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left;
	position: relative;
}

.menu>ul>li>a {
	padding: 0;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: #555555;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #fff
}

.menu ul ul {
	position: absolute;
	text-align: left;
	min-width: 163px;
	width: max-content;
	top: 100%;
	left: 50%;
	transition: all 1.3s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 16px 30px rgba(26, 78, 187, .1);
	transform: translate(-50%, -10px);
}

.menu ul ul .aDiv {
	background: #fff;
	border-radius: 7px;
	overflow: hidden;
	margin-top: 10px;
	padding: 25px 0 10px;
}

.menu ul ul ul {
	transform: initial;
	top: 0;
	left: 100%;
}

.menu ul ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

.menu>ul>li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: translate(-50%, 0)
}

.menu ul ul li {
	position: relative;
	margin-bottom: 20px;
}

.menu ul ul li a {
	font-size: 16px;
	color: #606060;
	display: block;
	text-align: center;
	position: relative;
}

.menu ul ul li a:hover {
	color: #1a4ebb;
}

.menu>ul>li.proLi ul {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 70px;
	padding: 50px 3.125vw;
	width: 100vw;
	transform: none;
}

.menu>ul>li.proLi .ul {
	flex-wrap: wrap;
}

.menu>ul>li.proLi .ul li {
	position: relative;
	width: calc(16.67% - 30px);
	margin-right: 30px;
}

.menu>ul>li.proLi .ul li .imgDiv {
	padding-top: 66.67%;
}

.menu>ul>li.proLi .ul li .textDiv {
	color: #666666;
}

.menu>ul>li.proLi .ul li .textDiv span {
	color: #fff;
	display: block;
	margin-bottom: 5px;
	border-bottom: 1px solid #f7ab00;
	min-height: 64px;
	padding: 8px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: url(../img/more1.png) no-repeat center right
}


/****底部***/
.footerDiv .hdDiv {
	padding: 40px 0 40px;
	background: #252525;
}

.footerDiv .hdDiv .flexbet {
	align-items: flex-start;
	color: #b0b0b0;
}

.footerDiv .hdDiv .logoDiv {
	width: 350px;
}

.footerDiv .hdDiv .dlo {
	width: 270px
}

.footerDiv .hdDiv .shareDiv {
	margin: 25px 0 20px;
}

.footerDiv .hdDiv .shareDiv a {
	margin-right: 19px;
	position: relative;
}

.footerDiv .hdDiv .shareDiv a span {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #7a7a7a;
	border-radius: 50%;
	margin: auto;
}

.footerDiv .hdDiv .shareDiv p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding-top: 10px
}

.footerDiv .hdDiv .shareDiv .hImg {
	display: none;
}

.footerDiv .hdDiv .shareDiv a:hover .dImg {
	display: none;
}

.footerDiv .hdDiv .shareDiv a:hover .hImg {
	display: block;
}

.footerDiv .hdDiv .shareDiv a:hover span {
	background: #f7ab00;
}

.footerDiv .hdDiv .shareDiv a .ewmDiv {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 110%;
	width: 80px;
	height: 85px;
	display: none;
	background: url(../img/ewm-bg.png) no-repeat center center/100%;
	padding: 5px;
}

.footerDiv .hdDiv .shareDiv a .ewmDiv img {
	width: 70px;
}

.footerDiv .hdDiv .shareDiv a:hover .ewmDiv {
	display: block;
}

.footerDiv .hdDiv .listDiv {
	margin-left: 40px;
	max-width: 22%;
}

.footerDiv .hdDiv .listDiv>span {
	display: block;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #fff
}

.footerDiv .hdDiv .aDiv a {
	color: #b0b0b0;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}

.footerDiv .hdDiv .aDiv a:hover {
	color: #f7ab00;
}

.footerDiv .hdDiv .p {
	margin-bottom: 10px;
	;
	font-size: 14px;
}

.footerDiv .hdDiv .p i {
	margin-right: 5px;
	font-size: 20px;
	color: #b0b0b0;
}

.footerDiv .hdDiv .ewmDiv {
	width: 123px;
	text-align: center;
}

.footerDiv .hdDiv .ewmDiv p {
	margin-top: 15px;
	font-size: 14px;
}

.footerDiv .bdDiv {
	padding: 17px 0;
	text-align: center;
	background: #151515;
	color: #fff;
	font-size: 14px
}

.footerDiv .bdDiv a {
	color: #fff;
}

.footerDiv .bdDiv a:hover {
	color: #f7ab00;
}

/*::-webkit-scrollbar  
{  
    width: 2px;  
    height: 2px;  
}  
::-webkit-scrollbar-track  
{  
    border-radius: 4px;  
    background-color: #f5f5f5;
}  
::-webkit-scrollbar-thumb  
{  
    border-radius: 4px; 
    background-color: #0E50D1;
}*/

/********************************* 首页 **********************************/
/* .main{margin-top: 80px; } */


/*banner轮播*/
.index-banner {
	width: 100%;
	position: relative;
}

.index-banner .swiper-slide {
	overflow: hidden;
}

.index-banner .img {
	width: 100%;
	display: block;
	height: 50vw;
}

.index-banner .img .wrap {
	position: relative;
}

.index-banner .img .imgDiv {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: transform 10s ease, -webkit-transform 10s ease;
	z-index: 1;
}

.index-banner .img .imgDiv img {
	width: 100%;
	/* height: 100%;
	object-fit: cover; */
}

/* .index-banner .swiper-slide-active .imgDiv{ transform: scale(1.15); } */
/*.index-banner .gridVideo{width: 100%;display: block;height: 50.46875vw;position: relative;position: absolute;left: 0;top: 0;}
.index-banner .gridVideo video {width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;opacity: 1;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);transition: z-index 0s ease 0.7s,opacity 0.35s ease 0.7s;display: block;}*/
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 25px;
}

.index-banner .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: transparent;
	border-radius: 50%;
	opacity: 1;
	border: 1px solid #fff;
}

.index-banner .swiper-pagination-bullet-active {
	opacity: 1;
	position: relative;
	background: #fff;
}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px;
}

.index-banner .wrap {
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
}

.index-banner .textDiv {
	width: 55%;
	z-index: 99;
	position: relative;
}

.index-banner .textDiv .p1 {
	font-size: 2.8vw;
	font-weight: 700;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
	text-transform: uppercase;
	margin-bottom: 5.4vw;
	letter-spacing: 2px
}

.index-banner .textDiv a {
	color: #fff;
	font-size: 16px;
	padding: 10px;
	border: 1px solid #fff;
	width: 180px;
	text-transform: uppercase;
	background: rgba(255, 255, 255, .1)
}

.index-banner .textDiv a i {
	margin-left: 10px;
	transition: all .5s;
	font-size: 24px;
}

.index-banner .textDiv a:hover i {
	transform: translateX(10px);
}

@media (max-width:991px) {
	.index-banner .textDiv {
		width: 100%;
		z-index: 99;
		position: relative;
	}

}

.index-banner .swiper-slide .bg1 {
	position: absolute;
	height: 100vh;
	overflow: hidden;
	width: 100%;
	left: 0px !important;
	top: 0px;
	z-index: 5;
}

.index-banner .swiper-slide .bg1 img {
	display: block;
	width: 100%;
	/* height: 100%;
	object-fit: cover; */
	-webkit-transition: transform 7.6s linear;
	-moz-transition: transform 7.6s linear;
	-o-transition: transform 7.6s linear;
	-ms-transition: transform 7.6s linear;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.index-banner .swiper-slide.swiper-slide-active .bg1 img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}




.indexTitle {
	position: relative;
}

.indexTitle.tc {
	text-align: center;
}

.indexTitle span {
	display: block;
	font-weight: bold;
	color: #1c1c1c;
	text-transform: capitalize;
}

.indexTitle.cfff span {
	color: #fff;
}

a.imoreBtn {
	width: 180px;
	height: 45px;
	background: #f7ab00;
	color: #fff;
	border-radius: 30px;
	text-transform: uppercase;
	line-height: 45px;
	text-align: center
}

a.imoreBtn:hover {
	opacity: .8;
}

.f48 {
	font-size: 40px;
}

.f40 {
	font-size: 40px;
}

.f36 {
	font-size: 36px;
}

.f30 {
	font-size: 30px;
}

.f26 {
	font-size: 26px;
}

.f24 {
	font-size: 24px;
}

.f22 {
	font-size: 22px;
}

.f20 {
	font-size: 20px;
}

.f18 {
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.imgOver {
	position: relative;
}

.imgOver .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.imgOver .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexDiv1 {
	padding: 80px 0;
	background: #f7f7f7
}

.indexDiv1 .bdDiv {
	margin-top: 1.75rem;
	position: relative;
}

.indexDiv1 .conDiv .imgDiv {
	position: relative;
	padding-top: 72.2%;
}

.indexDiv1 .conDiv .imgDiv .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.indexDiv1 .conDiv .imgDiv .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexDiv1 .conDiv .textDiv {
	padding-top: 0.75rem;
}

.indexDiv1 .conDiv .textDiv span {
	font-weight: bold;
}

.indexDiv1 .conDiv .textDiv p {
	font-size: 0.875rem;
	margin-bottom: 0.75rem;
	min-height: 42px;
}

.indexDiv1 .conDiv .textDiv a {
	font-size: 1.125rem;
}

.indexDiv1 .btnDiv {
	position: relative;
	margin-top: 20px;
}

.indexDiv1 .swiper-button-next,
.indexDiv1 .swiper-button-prev {
	background-size: 100% 100%;
	width: 36px;
	height: 24px;
	margin-top: initial;
	position: relative;
	top: initial;
	border-radius: 20px;
	margin: 0 20px;
}

.indexDiv1 .swiper-button-prev {
	background: url(../img/left.svg) #000 no-repeat center center;
	left: 0;
	background-size: 100% 100%;
}

.indexDiv1 .swiper-button-next {
	background: url(../img/right.svg) #000 no-repeat center center;
	right: 0;
	background-size: 100% 100%;
}

.indexDiv1 .listDiv {
	margin-top: 50px
}

.indexDiv1 .listDiv ul li {
	margin-top: 1.25rem;
	align-items: initial;
}

.indexDiv1 .listDiv ul li:nth-of-type(odd) {
	flex-direction: row-reverse;
}

.indexDiv1 .listDiv ul li .imgDiv {
	width: 49.2%;
}

.indexDiv1 .listDiv ul li .imgDiv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexDiv1 .listDiv ul li .textDiv {
	width: 49.2%;
	background: #fff;
	padding: 1.25rem 2.5rem;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.indexDiv1 .listDiv ul li .textDiv .p1 {
	font-size: 1.25rem;
	line-height: 1.625;
	color: #067ca4;
	padding-bottom: .75rem;
	margin-bottom: .5rem;
}

.indexDiv1 .listDiv ul li .textDiv .p2 {
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: .5rem;
	font-weight: bold;
}

.indexDiv1 .listDiv ul li .textDiv .p3 {
	font-size: 16px;
	line-height: 36px;
	padding-top: 1.25rem;
}

.indexDiv1 .listDiv ul li .textDiv a {
	display: inline-block;
	margin-top: 2.5rem;
}


.indexDiv2 {
	background: #f7f7f7;
	padding: 60px 0 40px;
	position: relative;
	height: auto;
	overflow: hidden
}

.indexDiv2::before {
	content: "";
	width: 100%;
	height: 364px;
	background: url(../img/i-bg1.jpg) no-repeat center center;
	position: absolute;
	left: 0;
	top: 0;
}

.indexDiv2 .bdDiv {
	margin-top: 40px;
}

.indexDiv2 .bdDiv li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%
}

.indexDiv2 .bdDiv li:nth-child(3n) {
	margin-right: 0;
}

.indexDiv2 .bdDiv .conDiv {
	height: 100%;
	background: rgba(255, 255, 255, 1);
	border-radius: 12px;
	text-align: center;
	padding: 40px 40px 40px;
	box-shadow: 0px 0px 24px rgba(96, 96, 96, .1);
}

.indexDiv2 .bdDiv .conDiv img {
	margin: 0 auto
}

.indexDiv2 .bdDiv .conDiv span {
	margin: 15px 0 5px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #000
}

.indexDiv2 .bdDiv .conDiv p {
	color: #555;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 30px;
	padding: 0 10px
}

@media (max-width:991px) {
	.indexDiv2 .bdDiv li {
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%
	}

	.indexDiv2 .bdDiv li:nth-child(even) {
		margin-right: 0;
	}

	.indexDiv2 .bdDiv li:nth-child(odd) {
		margin-right: 2%;
	}

	.indexDiv2 .bdDiv .conDiv {
		height: 100%;
		background: rgba(255, 255, 255, 1);
		border-radius: 12px;
		text-align: center;
		padding: 20px 5px;
		box-shadow: 0px 0px 24px rgba(96, 96, 96, .1);
	}

	.indexDiv2 .bdDiv .conDiv span {
		margin: 15px 0 5px;
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #000
	}

	.indexDiv2 .bdDiv .conDiv p {
		color: #555;
		text-transform: capitalize;
		font-size: 14px;
		line-height: 26px;
		padding: 0 10px
	}

}

.indexDiv3 {
	background: #060a53;
	text-align: center
}

.indexDiv3 .bdDiv {
	align-items: stretch;
}

.indexDiv3 .bdDiv .textDiv {
	width: 100%;
	color: #fff;
	padding: 120px 0 130px;
}

.indexDiv3 .bdDiv .textDiv .p {
	margin: 40px 0 60px;
	line-height: 36px;
	padding: 0 60px;
	text-align: left
}

.indexDiv4 {
	padding: 80px 0;
}

.indexDiv4 .bdDiv {
	margin-top: 30px;
	position: relative;
}

.indexDiv4 .bdDiv .swiper-container {
	margin: 0 -16px;
}

.indexDiv4 .bdDiv .swiper-slide {
	padding: 16px;
}

.indexDiv4 .bdDiv a {
	display: block;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}

.indexDiv4 .bdDiv .imgDiv {
	padding-top: 82.05%;
	overflow: hidden;
}

.indexDiv4 .bdDiv .imgDiv .fd {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	transform: scale(0);
	transition: all .5s;
}

.indexDiv4 .bdDiv a:hover .imgDiv .fd {
	transform: scale(1);
}

.indexDiv4 .bdDiv a .titleDiv {
	padding: 15px;
	color: #333;
	font-weight: 500;
}

.indexDiv4 .bdDiv a:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}

.indexDiv4 .swiper-button-prev,
.indexDiv4 .swiper-button-next {
	width: 44px;
	height: 44px;
	margin-top: -22px;
	color: #3f3f3f;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	border-radius: 50%;
}

.indexDiv4 .swiper-button-prev i {
	font-size: 20px;
	transform: rotate(-180deg);
}

.indexDiv4 .swiper-button-next i {
	display: block;
	font-size: 20px;
}

.indexDiv4 .swiper-button-prev {
	left: -64px;
}

.indexDiv4 .swiper-button-next {
	right: -64px;
}

.indexDiv4 .swiper-button-prev:hover,
.indexDiv4 .swiper-button-next:hover {
	background: #f7ab00;
}

.indexDiv4 .swiper-button-prev:hover i,
.indexDiv4 .swiper-button-next:hover i {
	color: #fff;
}

.indexDiv5 {
	padding: 70px 0 120px;
	color: #fff;
}

.indexDiv5 .bdDiv {
	margin-top: 70px;
}

.indexDiv5 a {
	color: #1e1e1e;
	margin-top: 20px;
	font-size: 18px;
}

.indexDiv5 a span {
	text-decoration: underline;
	text-decoration-color: #f7ab00;
	text-underline-offset: 10px;
}

.indexDiv5 a i {
	margin-right: 10px;
	font-size: 30px;
}

.indexDiv5 a:nth-child(1) {
	margin-right: 5vw;
}

.indexDiv6 {
	padding: 60px 0 70px;
	height: auto;
	overflow: hidden
}

.indexDiv6 .bdDiv {
	margin-top: 50px;
}

.indexDiv6 .bdDiv .formDiv {
	max-width: 50%;
	float: right
}

.indexDiv6 .bdDiv .formDiv .row {
	margin: 0 -10px;
}

.indexDiv6 .bdDiv .formDiv .row>div {
	padding: 0 10px;
	margin-bottom: 20px;
}

.indexDiv6 .bdDiv .formDiv .row>div .conDiv input {
	width: 100%;
	line-height: 50px;
	border: 0;
	padding: 0;
	border-radius: 5px;
	padding: 0 15px;
	background: rgba(255, 255, 255, .8);
	color: #1c1c1c;
}

.indexDiv6 .bdDiv .formDiv .row>div .conDiv textarea {
	width: 100%;
	height: 120px;
	border: 0;
	padding: 0;
	border-radius: 5px;
	padding: 15px;
	background: rgba(255, 255, 255, .8);
	color: #1c1c1c;
}

.indexDiv6 .bdDiv .formDiv .row>div button {
	width: 220px;
	height: 50px;
	background: #f7ab00;
	color: #fff;
	border-radius: 30px;
	border: 0;
	padding: 0;
	cursor: pointer;
	margin-top: 20px;
}

.indexDiv6 .bdDiv .formDiv .row>div button:hover {
	opacity: .8;
}



.content-way {
	float: left;
	width: 40%;
	color: #fff
}

.content-way .item {
	border-bottom: 1px solid #dcdcde;
	overflow: hidden;
	padding: 30px 0;
}

.content-way .item.item2 li {
	float: left;
	width: 45%;
	margin-right: 5%;
}

.content-way .item.item2 li::after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #dedfe4;
	position: absolute;
	right: 10%;
	top: 0;
}

.content-way .item.item2 li:last-child::after {
	display: none;
}

.content-way .item.item2 li:last-child {
	width: 45%;
	margin-right: 0;
}

.content-way .item.item2 li:first-child {
	width: 50%;
}

.content-way li {
	list-style: none;
	position: relative;
	margin-bottom: 30px
}

.content-way li i {
	width: 38px;
	height: 38px;
	border: 2px solid #f7ab00;
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.content-way li i.c1 {
	background: url("../img/c2.png") center no-repeat;
}

.content-way li i.c2 {
	background: url("../img/c31.png") center no-repeat;
}

.content-way li i.c3 {
	background: url("../img/c31.png") center no-repeat;
}

.content-way li i.c4 {
	background: url("../img/c4.png") center no-repeat;
}

.content-way li span {
	display: inline-block;
	vertical-align: middle;
}

.content-way li h6 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	font-weight: bold
}

.content-way li h5 {
	font-size: 16px;
	color: #fafafa;
	margin: 8px 0 0 0;
}

.ewm {
	width: 120px;
	margin-right: 20px;
	float: left
}

.ewm img {
	width: 100%
}

.ewm p {
	text-align: center;
	font-size: 14px;
	line-height: 36px
}


@media (max-width:991px) {
	.indexDiv6 {
		padding: 20px 0 20px;
		height: auto;
		overflow: hidden
	}

	.indexDiv6 .bdDiv {
		margin-top: 20px;
		display: block
	}

	.content-way {
		float: left;
		width: 100%;
		color: #fff
	}

	.indexDiv6 .bdDiv .formDiv {
		max-width: 100%;
		float: none;
	}

	.content-way {
		float: none;
		width: 100%;
		color: #fff;
		height: auto;
		overflow: hidden;
		margin-bottom: 10px
	}

	.indexDiv6 .bdDiv .formDiv .row>div button {
		width: 160px;
		height: 40px;
		background: #f7ab00;
		color: #fff;
		border-radius: 30px;
		border: 0;
		padding: 0;
		cursor: pointer;
		margin-top: 10px;
	}

	.indexDiv6 .bdDiv .formDiv .row>div {
		padding: 0 10px;
		margin-bottom: 10px;
	}
}

.nyBanner .wrap {
	position: relative;
	height: 400px;
	color: #fff;
	text-align: center;
}

.nyBanner .line {
	width: 60px;
	height: 4px;
	background: #f7ab00;
	margin: 10px auto;
}

.nyBanner p {
	text-transform: uppercase;
}

.nyHead {
	background: #f7f7f7;
}

.nyHead .wrap {
	flex-wrap: wrap;
}

.breadcrumbDiv {
	color: #333;
	padding: 20px 0;
	text-transform: uppercase;
}

.breadcrumbDiv i {
	margin-right: 10px;
	font-size: 21px;
}

.breadcrumbDiv a {
	color: #333;
}

.breadcrumbDiv a:hover {
	color: #f7ab00;
}

.twoMenuDiv {
	text-align: left;
	margin-bottom: 20px;
	height: auto;
	overflow: hidden
}

.twoMenuDiv .lf {
	float: left;
	width: 6%
}

.twoMenuDiv .bt {
	background: #f7ab00;
	height: 100px;
	width: 100px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	font-size: 24px;
	font-weight: bold;
	padding-top: 13px
}

.twoMenuDiv .yb {
	float: right;
	width: 91%
}

.twoMenuDiv a {
	color: #3e3e3e;
	margin: 0 10px 0 0;
	font-weight: 400;
	border-width: 1px;
	border-color: rgb(209, 209, 209);
	border-style: solid;
	background-color: rgb(255, 255, 255);

	text-align: center;
	padding: 0;
	line-height: 36px;
	font-size: 15px;
	margin-bottom: 20px;
	width: 11%;
	display: block;
	float: left
}

.twoMenuDiv a:first-child {
	margin-left: 0;
}

.twoMenuDiv a.on {
	color: #f7ab00;
}

.twoMenuDiv a.on::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #f7ab00;
	position: absolute;
	left: 0;
	bottom: 0;
}

.aboutDiv .itemDiv {
	padding: 115px 0;
	border-bottom: 1px solid rgba(178, 178, 178, .5);
	align-items: flex-start;
}

.aboutDiv .itemDiv:last-child {
	border: 0;
}

.aboutDiv .itemDiv .ilDiv {
	width: 36.6%;
	font-weight: 600;
}

.aboutDiv .itemDiv .ilDiv .line {
	width: 94px;
	height: 1px;
	background: #f7ab00;
	margin-top: 10px;
}

.aboutDiv .itemDiv .irDiv {
	width: 54%;
}

.aboutDiv .itemDiv .irDiv .textDiv {
	line-height: 2;
	margin-bottom: 50px;
}

.aboutDiv .itemDiv .irDiv ul {
	align-items: stretch;
}

.aboutDiv .itemDiv .irDiv ul li {
	flex: auto;
	display: flex;
	justify-content: center;
	position: relative;
}

.aboutDiv .itemDiv .irDiv ul li::after {
	content: "";
	width: 1px;
	height: 43px;
	background: #b3b2b2;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.aboutDiv .itemDiv .irDiv ul li:nth-child(1) {
	justify-content: flex-start;
}

.aboutDiv .itemDiv .irDiv ul li:last-child::after {
	display: none;
}

.aboutDiv .itemDiv .irDiv ul li p {
	font-weight: 500;
	color: #535353;
	margin-bottom: 0px;
}

.aboutDiv .itemDiv .irDiv ul li .data {
	color: #f7ab00;
	font-weight: 200;
}

.aboutTitle span {
	color: #f7ab00;
	font-weight: bold;
	font-size: 36px
}

.aboutTitle .line {
	width: 63px;
	height: 3px;
	background: #f7ab00;
	margin-top: 15px;
}

.aboutDiv1 {
	padding: 60px 0;
	overflow: hidden;
	width: 100%
}

.aboutDiv1 .bdDiv {
	align-items: flex-start;
}

.aboutDiv1 .bdDiv .textDiv {
	width: 100%;
}

.aboutDiv1 .bdDiv .textDiv .title {
	font-weight: bold
}

.aboutDiv1 .bdDiv .textDiv .p {
	margin: 20px 0 50px;
	line-height: 36px;
	color: #333;
}

.aboutDiv1 .bdDiv .textDiv .p strong {
	color: #f7ab00;
}

.aboutDiv1 .bdDiv .textDiv ul {}

.aboutDiv1 .bdDiv .textDiv ul li {
	width: 32%;
	margin-right: 2%;
	float: left;
	background: rgba(255, 255, 255, .5);
	box-shadow: 0 8px 15px 0 rgba(95, 125, 158, .2);
	padding: 30px 20px;
	box-sizing: border-box
}

.aboutDiv1 .bdDiv .textDiv ul li:nth-child(3n) {
	margin-right: 0;
}

.aboutDiv1 .bdDiv .textDiv ul li .conDiv {
	padding: 0 27px;
	border-left: 1px solid #d7d7d7;
	position: relative;
}

.aboutDiv1 .bdDiv .textDiv ul li .conDiv::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 52px;
	border-left: 5px solid #f7ab00;
}

.aboutDiv1 .bdDiv .textDiv ul li .conDiv span {
	display: block;
	margin: 20px 0 10px;
	font-weight: bold;
	color: #f7ab00
}

.aboutDiv1 .bdDiv .textDiv ul li .conDiv p {
	color: #666;
}

@media (max-width:991px) {
	.aboutDiv1 {
		padding: 20px 0;
		overflow: hidden;
		width: 100%
	}

	.aboutDiv1 .bdDiv .textDiv ul li {
		width: 100%;
		margin-right: 0;
		float: left;
		background: rgba(255, 255, 255, .5);
		box-shadow: 0 8px 15px 0 rgba(95, 125, 158, .2);
		padding: 30px 20px;
		box-sizing: border-box
	}

	.aboutDiv1 .bdDiv .textDiv .p {
		margin: 20px 0 20px;
		line-height: 30px;
		color: #333;
		font-size: 15px
	}
}

.aboutDiv3 {
	padding: 60px 0;
	background: #f5f5f5
}

.aboutDiv3 .bdDiv {
	margin-top: 40px;
}

.aboutDiv3 .bdDiv .imgDiv {
	position: relative;
	padding-top: 67.469879%;
}

.aboutDiv3 .bdDiv .imgDiv .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.aboutDiv3 .bdDiv .imgDiv .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aboutDiv3 .bdDiv .swiper-slide {
	padding: 40px 0;
	transition: all .5s;
}

.aboutDiv3 .bdDiv .swiper-slide-active {
	transform: scale(1.2);
}

.aboutDiv3 .bdDiv .swiper-button-prev,
.aboutDiv3 .bdDiv .swiper-button-next {
	width: 36px;
	height: 64px;
	margin-top: -21px;
}

.aboutDiv3 .bdDiv .swiper-button-prev {
	background: url(../img/left.png) no-repeat center center;
	left: -64px;
}

.aboutDiv3 .bdDiv .swiper-button-next {
	background: url(../img/right.png) no-repeat center center;
	right: -64px;
}

.aboutDiv2 {
	width: 100%;
	overflow: hidden;
	height: auto
}

.aboutDiv2 .hdDiv {
	width: 100%;
}

.aboutDiv2 .hdDiv img {
	width: 100%
}

.aboutDiv2 .bdDiv {
	margin-top: -134px;
	position: relative;
	background: #f7ab00;
	color: #fff;
	padding: 44px 0 30px;
	border-radius: 20px;
}

.aboutDiv2 .bdDiv ul {
	flex-wrap: wrap;
	align-items: stretch;
}

.aboutDiv2 .bdDiv ul li {
	width: 20%;
	padding: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center
}

.aboutDiv2 .bdDiv ul li::after {
	content: "";
	width: 1px;
	height: 49px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: .4;
}

.aboutDiv2 .bdDiv ul li p {
	margin-top: 5px;
}

.aboutDiv2 .bdDiv ul li .num sub {
	font-size: 18px;
}


.videoPop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .72);
	z-index: 9999;
	display: none;
}

.videoPop a.closeBtn {
	position: absolute;
	right: 20px;
	top: 20px;
}

.videoPop .video {
	width: 95%;
	max-width: 1000px;
	max-height: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.aboutDiv5 {
	padding: 70px 0;
}

.aboutDiv5 .bdDiv {
	flex-direction: row-reverse;
}

.aboutDiv5 .bdDiv .textDiv {
	width: 44.285%;
}

.aboutDiv5 .bdDiv .textDiv ul li {
	margin-top: 36px;
}

.aboutDiv5 .bdDiv .textDiv ul li img {
	margin-right: 20px;
}

.aboutDiv5 .bdDiv .textDiv ul li span {
	color: #f7ab00;
}

.aboutDiv5 .bdDiv .textDiv ul li p {
	color: #666666;
	margin-top: 8px;
}

.aboutDiv5 .bdDiv .imgDiv {
	width: 47.2%;
}

.aboutDiv31 {
	padding: 60px 0 60px;
}

.aboutDiv31 .bdDiv {
	margin-top: 40px;
	align-items: flex-start;
}

.aboutDiv31 .bdDiv .blDiv {
	width: 55.71%;
}

.aboutDiv31 .bdDiv .blDiv .title {
	margin-bottom: 40px
}

.aboutDiv31 .bdDiv .blDiv .p {
	margin: 20px 0 40px;
}

.aboutDiv31 .bdDiv .blDiv ul li {
	align-items: flex-start;
	margin-bottom: 16px;
	background: #f6f6f6;
	padding: 15px;
	border-radius: 10px
}

.aboutDiv31 .bdDiv .blDiv ul li .iconDiv {
	width: 80px;
	height: 80px;
}

.aboutDiv31 .bdDiv .blDiv ul li .iconDiv img {
	width: 100%
}

.aboutDiv31 .bdDiv .blDiv ul li .textDiv {
	width: calc(100% - 110px);
}

.aboutDiv31 .bdDiv .blDiv ul li .textDiv span {
	padding-top: 10px;
	display: block
}

.aboutDiv31 .bdDiv .blDiv ul li .textDiv p {
	margin-top: 10px;
	opacity: .8;
	font-size: 15px
}

.aboutDiv31 .bdDiv .brDiv {
	width: 42%;
}



.aboutDiv6 {
	padding: 60px 0;
}

.aboutDiv6 .p {
	margin-top: 25px;
	color: #666;
	line-height: 2;
	text-align: center;
}

.aboutDiv6 .bdDiv {
	margin-top: 40px;
}

.aboutDiv6 .bdDiv .swiper-container {
	padding-bottom: 50px;
}

.aboutDiv6 .bdDiv .imgDiv {
	position: relative;
	padding-top: 134.2%;
}

.aboutDiv6 .bdDiv .imgDiv .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #d6d6d6;
	padding: 11px;
	background: #fff;
}

.aboutDiv6 .bdDiv .imgDiv .pic img {
	max-width: 100%;
	max-height: 100%;
}

.aboutDiv6 .bdDiv .swiper-button-prev,
.aboutDiv6 .bdDiv .swiper-button-next {
	width: 36px;
	height: 64px;
	margin-top: -21px;
}

.aboutDiv6 .bdDiv .swiper-button-prev {
	background: url(../img/left.png) no-repeat center center;
	left: -64px;
}

.aboutDiv6 .bdDiv .swiper-button-next {
	background: url(../img/right.png) no-repeat center center;
	right: -64px;
}

.aboutDiv6 .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
}

.aboutDiv6 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #bcbcbc;
	border-radius: 6px;
	opacity: 1;
}

.aboutDiv6 .swiper-pagination-bullet-active {
	opacity: 1;
	position: relative;
	width: 30px;
	background: #f7ab00;
}

.aboutDiv6 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

@media (max-width:991px) {
	.aboutDiv2 .bdDiv ul li {
		width: 33%;
		padding: 10px;
		position: relative;
		display: flex;
		justify-content: center;
		text-align: center
	}

	.aboutDiv6 {
		padding: 20px 0;
	}

	.aboutDiv2 .bdDiv {
		margin-top: -134px;
		position: relative;
		background: #f7ab00;
		color: #fff;
		padding: 20px;
		border-radius: 20px;
	}

	.aboutDiv2 .bdDiv ul li .num sub {
		font-size: 12px;
	}
}

.collectDiv {
	padding: 40px 0 40px;
}

.collectDiv .hdDiv {}

.collectDiv .hdDiv .hlDiv {
	width: 30%;
}

.collectDiv .hdDiv .hrDiv {
	width: 50%;
}

.collectDiv .bdDiv .rowDiv {
	margin-top: 0;
}

.collectDiv .bdDiv .rowDiv .row {
	margin: 0 -10px;
}

.collectDiv .bdDiv .rowDiv .row>div {
	padding: 0 10px;
	margin-bottom: 20px;
	flex: 0 0 25%;
	max-width: 25%;
}

.collectDiv .bdDiv .rowDiv .row>div a {
	display: block;
	position: relative;
}

.collectDiv .bdDiv .rowDiv .row>div .imgDiv {
	padding-top: 100%;
	overflow: hidden;
}

.collectDiv .bdDiv .rowDiv .row>div .titleDiv {
	padding: 10px 0;
	color: #090909;
	text-align: center
}

.collectDiv .bdDiv .rowDiv .row>div a:hover .titleDiv {
	color: #f7ab00;
}

.collectDiv .bdDiv .rowDiv .row>div .tag {
	position: absolute;
	right: 0;
	top: 0;
	width: 72px;
	height: 30px;
	background: #f7ab00;
	color: #fff;
	text-transform: capitalize;
}

.collectDiv .titB {
	padding: 20px 0;

	font-size: 18px;

	color: rgb(0, 0, 0);

	display: flex;

	justify-content: flex-start;

	align-items: center;
}

.collectDiv .titB i {
	font-style: normal;
	margin: 0 20px;
	color: #1d6747;
}

.collectDiv .titB b {
	font-weight: 400;
}


.faqsDiv {
	padding: 106px 0;
}

.faqsDiv .bdDiv {
	margin-top: 10px;
}

.faqsDiv .bdDiv ul li {
	margin-top: 25px;
	padding: 0 20px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.faqsDiv .bdDiv ul li .hd {
	padding: 20px 60px 20px 0;
	position: relative;
	cursor: pointer;
}

.faqsDiv .bdDiv ul li .hd::after {
	content: "";
	width: 30px;
	height: 4px;
	background: #6d6d6d;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s;
}

.faqsDiv .bdDiv ul li .bd {
	padding: 25px 0;
	border-top: 1px solid #6d6d6d;
	display: none;
}

.faqsDiv .bdDiv ul li.on .hd::after {
	width: 44px;
	background: #f7ab00;
}

.galleryDiv {
	padding: 70px 0 110px;
}

.galleryDiv .bdDiv .row>div {
	margin-bottom: 40px;
}

.galleryDiv .bdDiv .row>div .imgDiv {
	padding-top: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.galleryDiv .bdDiv .row>div .imgDiv .bgDiv {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .46);
	opacity: 0;
	transform: scale(0);
	transition: all .5s;
}

.galleryDiv .bdDiv .row>div .titleDiv {
	margin-top: 15px;
	color: #292929;
	text-align: center;
}

.galleryDiv .bdDiv .row>div a:hover .imgDiv .bgDiv {
	opacity: 1;
	transform: scale(1);
}

.contactDiv {
	padding: 60px 0 90px;
}

.contactDiv .hdDiv {
	border-bottom: 1px solid #bcbcbc;
	padding-bottom: 40px;
}

.contactDiv .hdDiv .hlDiv {
	width: 33%;
}

.contactDiv .hdDiv .hrDiv {
	width: 77%;
	border-left: 1px solid #bcbcbc;
	padding: 0 30px;
}

.contactDiv .bdDiv {
	padding: 45px 0 105px;
}

.contactDiv .bdDiv .leftDiv {
	width: 40%;
}

.contactDiv .bdDiv .leftDiv .p1 {
	margin-bottom: 20px;
}

.contactDiv .bdDiv .leftDiv .p2 {
	color: #4c4c4c;
}

.contactDiv .bdDiv .leftDiv .p2 p {
	margin-bottom: 15px;
}

.contactDiv .bdDiv .leftDiv .text:nth-child(1) {
	margin-bottom: 50px;
}

.contactDiv .bdDiv .leftDiv dl {
	color: #090909;
}

.contactDiv .bdDiv .leftDiv dl dt {
	width: 20%;
	font-weight: normal;
}

.contactDiv .bdDiv .leftDiv dl dd {
	margin-bottom: 0;
}

.contactDiv .bdDiv .rightDiv {
	width: 50%;
}

.contactDiv .bdDiv .rightDiv .inputDiv {
	margin-bottom: 0px;
	padding: 20px 0;
	border-bottom: 1px solid #c7c7c7;
	color: #080808;
}

.contactDiv .bdDiv .rightDiv form {
	width: 100%;
}

.contactDiv .bdDiv .rightDiv form input {
	width: calc(100% - 100px);
	border: 0;
	padding: 0 14px;
	font-size: 16px;
	color: #080808;
	background: #fff;
}

.contactDiv .bdDiv .rightDiv form textarea {
	width: 100%;
	border: 0;
	padding: 10px 0;
	font-size: 16px;
	color: #080808;
	resize: none;
	height: 116px;
	display: block;
}

.contactDiv .bdDiv .rightDiv form button {
	width: 296px;
	line-height: 61px;
	border: 0;
	color: #fff;
	background: #f7ab00;
	cursor: pointer;
	padding: 0;
	text-transform: capitalize;
	border-radius: 10px;
	margin-top: 40px;
}

.collectDetailDiv .wrap {}

.collectDetailDiv .hdDiv {
	padding: 60px 0 0;
	height: auto;
	overflow: hidden
}

.collectDetailDiv .hdDiv .hlDiv {
	width: 50%;
	float: left
}

.collectDetailDiv .hdDiv .hrDiv {
	width: 45%;
	float: right
}

.collectDetailDiv .hdDiv .hrDiv .dl {
	margin: 20px 0 30px;
}

.collectDetailDiv .hdDiv .hrDiv dl {
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.collectDetailDiv .hdDiv .hrDiv dl dd {
	margin-bottom: 0;
}

.collectDetailDiv .hdDiv .hrDiv .p {
	color: #333333;
	line-height: 33px
}

.collectDetailDiv .hdDiv .hrDiv .p h1 {
	color: #f7ab00;
	font-size: 18px;
	font-weight: bold
}

.collectDetailDiv .hdDiv .hrDiv .p p {
	padding-bottom: 10px
}

.collectDetailDiv .hdDiv .hrDiv a {
	width: 215px;
	height: 50px;
	background: #f7ab00;
	border-radius: 25px;
	color: #fff;
}

.collectDetailDiv .hdDiv .hrDiv .title {
	border-left: 5px solid #f7ab00;
	padding-left: 20px;
	margin-bottom: 30px
}

.collectDetailDiv .hdDiv .hrDiv .title p {
	color: #f7ab00;
	margin-bottom: 5px
}

.collectDetailDiv .hdDiv .hrDiv .title h1 {
	font-size: 30px;
	font-weight: bold
}

.collectDetailDiv .bdDiv {
	padding: 0 0;
}

.collectDetailDiv .bdDiv .titleDiv a {
	font-size: 16px;
	color: #383838;
	margin-left: 20px;
}

.collectDetailDiv .bdDiv .titleDiv a:hover {
	text-decoration: underline;
	color: #f7ab00;
}

.collectDetailDiv .fangDiv {
	position: relative;
	padding-top: 42.7%;
	margin-top: 20px;
}

.collectDetailDiv .fangDiv .imgs {
	top: 0;
	left: 0;
	width: 100%
}

.collectDetailDiv .fangDiv img {
	max-width: initial;
}

.collectDetailDiv .fangDiv #imgs2 {
	border: 2px solid #fff;
}

.collectDetailDiv .featureDiv {
	padding: 60px 0;
	overflow: hidden;
	background: #f6f6f6
}

.collectDetailDiv .featureDiv .indexTitle {
	margin-bottom: 40px;
}

.collectDetailDiv .featureDiv .row {
	margin: 0 -40px;
}

.collectDetailDiv .featureDiv .row>div {
	margin-top: 40px;
	text-align: center;
	padding: 0 40px;
}

.collectDetailDiv .featureDiv .row>div h1 {
	font-size: 20px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px
}

.collectDetailDiv .featureDiv .row>div p {
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
	color: #555
}

.tuijianDiv {
	padding: 100px 0;
	overflow: hidden;
}

.tuijianDiv .swiperDiv {
	margin-top: 30px;
	position: relative;
}

.tuijianDiv .swiperDiv .swiper-slide a {
	display: block;
	position: relative;
}

.tuijianDiv .swiperDiv .swiper-slide .imgDiv {
	padding-top: 100%;
	overflow: hidden;
}

.tuijianDiv .swiperDiv .swiper-slide .titleDiv {
	padding: 10px 0;
	color: #090909;
	text-align: center
}

.tuijianDiv .swiperDiv .swiper-slide a:hover .titleDiv {
	color: #f7ab00;
}

.tuijianDiv .swiperDiv .swiper-slide .tag {
	position: absolute;
	right: 0;
	top: 0;
	width: 72px;
	height: 30px;
	background: #f7ab00;
	color: #fff;
	text-transform: capitalize;
}

.tuijianDiv .swiper-button-prev,
.tuijianDiv .swiper-button-next {
	width: 46px;
	height: 46px;
	margin-top: -23px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border-radius: 50%;
	border: 1px solid #000;
	border-radius: 50%;
}

.tuijianDiv .swiper-button-prev i {
	font-size: 30px;
	transform: rotate(-180deg);
}

.tuijianDiv .swiper-button-next i {
	display: block;
	font-size: 30px;
}

.tuijianDiv .swiper-button-prev {
	left: 0;
}

.tuijianDiv .swiper-button-next {
	right: 0;
}

.tuijianDiv .swiper-button-prev:hover,
.tuijianDiv .swiper-button-next:hover {
	background: #f7ab00;
	border-color: #f7ab00;
}

.tuijianDiv .swiper-button-prev:hover i,
.tuijianDiv .swiper-button-next:hover i {
	color: #fff;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		visibility: visible;
		width: 0;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		width: 100%;
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		visibility: visible;
		width: 0;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		width: 100%;
	}
}

/*body:after {
    content: '';
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}*/




/*.menu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.menu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}
.menu ul ul li.has-sub:hover>a::after{border-color:#fff}*/


@media (max-width:1620px) {
	.indexDiv4 .bdDiv {
		padding: 0 60px;
	}

	.indexDiv4 .swiper-button-prev {
		left: 0;
	}

	.indexDiv4 .swiper-button-next {
		right: 0;
	}
}

@media (max-width:1440px) {
	.wrap {
		padding: 0 30px;
		width: 100%;
	}

	.collectDetailDiv .featureDiv {
		padding: 20px 0;
	}

	.collectDetailDiv .featureDiv .row {
		margin: 0 -20px;
	}

	.collectDetailDiv .featureDiv .row>div {
		padding: 0 20px;
	}
}

@media (max-width:1220px) {
	.f48 {
		font-size: 40px;
	}

	.f40 {
		font-size: 36px;
	}

	.f36 {
		font-size: 30px;
	}

	header .rightDiv .menu>ul>li {
		margin: 0 1.5vw;
	}
}

@media (max-width:1100px) {}

@media (min-width:992px) and (max-width:1024px) {}

@media (min-width:768px) and (max-width:991px) {}

@media (max-width:991px) {
	.wrap {
		padding: 0 20px;
		width: 100%;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(0, 0, 0, .1);
	}

	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}*/
	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0;
		font-size: 12px;
		color: #333;
		background: 0 0
	}

	.menu ul ul li:hover>a,
	.menu ul ul li a:hover {
		color: #333
	}


	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(0, 0, 0, 0);
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #fff;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #fff;
		;
		z-index: 99
	}

	/*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}
	.indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}
	.indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/

	/*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.on-fixed .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}*/


	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul .wrap {
		padding: 0 15px;
	}

	.menu ul ul .hd {
		display: none;
	}

	.menu ul ul .bd {
		padding: 0;
	}

	header .rightDiv .menu>ul>li li a {
		text-align: left;
		line-height: 50px;
		border: 0;
	}

	/*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/
	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a {
		color: #fff;
	}

	header:before {
		display: none;
	}

	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}

	header .header-container {
		height: 50px;
	}

	header .logo a {
		height: 50px;
		width: initial;
	}

	header .logo a img {
		max-height: 70%;
	}

	header .mbtn {
		display: block;
	}

	body.on-menu header {
		background: #fff;
	}

	body.on-menu.on-fixed header {
		background: #fff;
	}

	body.on-menu header .mbtn {
		z-index: 1;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: calc(100% - 50px);
		padding-top: 0;
		background-color: #fff;
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}

	.on-fixed header .rightDiv .menu {
		background-color: #fff;
	}

	header .rightDiv .menu ul {
		float: initial;
		height: initial;
	}

	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}

	header .rightDiv .menu>ul {
		display: block;
		padding-top: 0;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 15px;
		background: none;
		color: #000;
	}

	header .rightDiv .menu>ul>li>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover>a,
	header .rightDiv .menu>ul>li:focus>a,
	header .rightDiv .menu>ul>li.on>a,
	header .rightDiv .menu>ul>li.active>a {
		font-weight: bold;
	}

	header .rightDiv .menu>ul>li>a span {
		line-height: 50px;
	}

	.menu ul ul {
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: translate(0px);
		transition: transform .6s;
		padding: 0;
		left: 0;
		display: block;
	}

	/* header .rightDiv .menu>ul>li>a{color: #333;} */
	.main {
		position: relative;
		right: 0;
		transition: right 300ms !important;
	}

	header .rightDiv .otherDiv {
		height: 50px;
		justify-content: center;
		float: initial;
	}

	.menu ul ul .ul span {
		margin-top: 0;
	}

	/* header .rightDiv .menu>ul>li .aDiv{margin-bottom: 20px;} */
	header .rightDiv .menu>ul>li li {
		border: 0;
	}

	header .rightDiv .menu>ul>li li a {
		line-height: initial;
		margin-bottom: 20px;
		height: initial;
		color: #fff;
	}

	/*.twoMenuDiv.onFixed{top: 50px;}
	.twoMenuDiv ul li a.top_dh_in::after{bottom: 8px;width: 4px;height: 4px;}*/

	.menu ul ul:before {
		display: none !important;
	}

	.menu ul ul:after {
		display: none !important;
		;
	}

	.menu ul ul a {
		padding: 0 15px;
		margin: 0;
	}

	.menu li:hover>ul {
		transform: translate(0);
	}

	header .rightDiv .menu ul li .ulDiv {
		display: block;
	}

	.menu ul ul {
		height: initial;
	}

	.menu ul ul .ul {
		display: block;
		padding: 10px 30px 0;
	}

	.menu ul ul .ul li:nth-child(2) {
		margin-left: 0;
	}

	/* .menu ul ul .ul span{color: #fff;} */
	.menu ul ul .ul a {
		/* color: #fff; */
		margin-top: 0;
	}

	header .logo {
		max-width: 50%;
	}

	header .othersDiv {
		padding-right: 0px;
		height: 50px;
	}

	.nyBody .main {
		margin-top: 0px;
	}

	header .langB {
		position: relative;
		margin-right: 30px;
	}

	.newsDiv .bdDiv ul li .imgDiv {
		width: 40%;
		height: 220px;
	}

	.newsDiv .bdDiv ul li .textDiv {
		width: 55%;
	}

	.newsDiv .bdDiv ul li .textDiv .title {
		margin-bottom: 20px;
	}

	.newsDiv .bdDiv ul li .textDiv .p {
		margin-bottom: 20px;
	}

	.f48 {
		font-size: 36px;
	}

	.f40 {
		font-size: 30px;
	}

	.f36 {
		font-size: 28px;
	}

	.f30 {
		font-size: 24px;
	}

	.f24 {
		font-size: 18px;
	}

	/* .nyBanner .wrap{height: 360px; } */
	.index-banner .textDiv a {
		padding: 5px 10px;
	}

	.collectDiv .bdDiv .rowDiv .row>div {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.galleryDiv .bdDiv .row>div {
		margin-top: 30px;
	}

	.collectDetailDiv .hdDiv {
		display: block;
	}

	.collectDetailDiv .hdDiv .hlDiv {
		width: 100%;
	}

	.collectDetailDiv .hdDiv .hrDiv {
		width: 100%;
		margin-top: 30px;
	}

	.collectDetailDiv .featureDiv .row>div h1 {
		font-size: 16px;
		color: #333;
		font-weight: bold;
		margin-top: 20px
	}

	.collectDetailDiv .featureDiv .row>div p {
		margin-top: 10px;
		font-size: 14px;
		line-height: 26px;
		color: #555
	}

	.collectDetailDiv .featureDiv .conDiv img {
		width: 50px
	}
}

.hidden-xs {
	display: block;
}

.visible-xs {
	display: none;
}

/*手机*/
@media (max-width:767px) {
	/* html, body{min-width: initial;overflow-x: hidden;} */

	.hidden-xs {
		display: none;
	}

	.visible-xs {
		display: block;
	}

	.floatRightDiv {
		display: none;
	}

	.wrap {
		padding: 0 15px;
		width: 100%;
	}

	.f48 {
		font-size: 20px;
	}

	.f40 {
		font-size: 25px;
	}

	.f36 {
		font-size: 23px;
	}

	.f30 {
		font-size: 20px;
	}

	.f26 {
		font-size: 20px;
	}

	.f24 {
		font-size: 19px;
	}

	.f22 {
		font-size: 18px;
	}

	.f20 {
		font-size: 17px;
	}

	.f18 {
		font-size: 14px;
	}

	.index-banner .img {
		height: 60vw;
	}

	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 5px;
	}

	.index-banner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.index-banner .textDiv .p1 {
		font-size: 20px;
	}

	.index-banner .textDiv a {
		width: 120px;
		font-size: 12px;
		padding: 0;
		line-height: 30px
	}

	.indexTitle .line {
		width: 60px;
	}

	.indexDiv1 {
		padding: 20px 0;
	}

	.indexDiv1 .bdDiv {
		margin-top: 0;
	}

	.indexDiv1 .bdDiv .row>div {
		margin-top: 20px;
	}

	.indexDiv1 .listDiv {
		margin-top: 20px;
	}

	.indexDiv1 .listDiv ul li {
		display: block
	}

	.indexDiv1 .listDiv ul li .imgDiv {
		width: 100%;
	}

	.indexDiv1 .listDiv ul li .imgDiv img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.indexDiv1 .listDiv ul li .textDiv {
		width: 100%;
		background: #fff;
		padding: 20px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}

	.indexDiv1 .listDiv ul li .textDiv .p2 {
		font-size: 20px;
		line-height: 1.25;
		margin-bottom: 15px;
		font-weight: bold;
	}

	.indexDiv1 .listDiv ul li .textDiv .p3 {
		font-size: 16px;
		line-height: 30px;
		padding-top: 0
	}

	.indexDiv1 .listDiv ul li .textDiv a {
		display: inline-block;
		margin-top: 20px;
	}

	.indexDiv2 {
		padding: 20px 0;
	}

	.indexDiv2 .bdDiv {
		margin-top: 20px;
		display: block
	}

	.indexDiv2 .bdDiv .row>div .titleDiv {
		padding: 10px;
	}

	.indexDiv2 .bdDiv .moreDiv {
		margin-top: 30px;
	}

	.indexDiv3 .bdDiv {
		display: block;
	}

	.indexDiv3 .bdDiv .textDiv {
		width: 100%;
		padding: 40px 0;
	}

	.indexDiv4 {
		padding: 20px 0 20px;
	}

	.indexDiv4 .bdDiv {
		padding: 0 50px;
		margin-top: 30px;
	}

	.indexDiv4 .swiper-button-prev,
	.indexDiv4 .swiper-button-next {
		width: 35px;
		height: 35px;
		margin-top: -17px;
	}

	.indexDiv5 {
		padding: 30px 0 50px;
	}

	.indexDiv5 .bdDiv {
		margin-top: 35px;
		flex-direction: column;
	}

	.indexDiv5 a:nth-child(1) {
		margin-right: 0;
	}

	.collectDetailDiv .hdDiv .hrDiv .title h1 {
		font-size: 20px;
		font-weight: bold;
	}

	.footerDiv .hdDiv {
		padding: 30px 0 10px;
	}

	.footerDiv .hdDiv .flexbet {
		width: 100%;
		flex-wrap: wrap;
	}

	.footerDiv .hdDiv .logoDiv {
		width: 100%;
	}

	/* .footerDiv .hdDiv .logoDiv .shareDiv{justify-content: center; } */
	.footerDiv .hdDiv .listDiv {
		width: 50%;
		margin-top: 30px;
		max-width: 100%;
		margin-left: 0;
		display: none
	}

	.footerDiv .hdDiv .listDiv:last-child {
		display: block
	}

	.footerDiv .hdDiv .listDiv>span {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.footerDiv .hdDiv .listDiv:last-child {
		width: 100%;
	}

	.footerDiv .hdDiv .ewmDiv {
		width: 100px;
	}

	.footerDiv .bdDiv {
		font-size: 14px;
		padding: 15px 0;
	}

	.nyBanner .wrap {
		height: 46vw;
	}

	.nyBanner .line {
		width: 30px;
		margin: 10px auto;
	}

	.breadcrumbDiv {
		font-size: 12px;
		padding: 10px 0;
	}

	.twoMenuDiv a {
		font-size: 12px;
	}

	.aboutDiv .itemDiv {
		padding: 50px 0;
		display: block;
	}

	.aboutDiv .itemDiv .ilDiv {
		width: 100%;
	}

	.aboutDiv .itemDiv .irDiv {
		width: 100%;
		margin-top: 30px;
	}

	.aboutDiv .itemDiv .irDiv .textDiv {
		margin-bottom: 30px;
	}

	.aboutDiv .itemDiv .irDiv ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.aboutDiv .itemDiv .irDiv ul li {
		width: 50%;
		margin: 10px 0;
		text-align: center;
	}

	.aboutDiv .itemDiv .irDiv ul li:nth-child(1) {
		justify-content: center;
	}

	.aboutDiv .itemDiv .irDiv ul li:nth-child(2)::after {
		display: none;
	}

	.aboutDiv .itemDiv .irDiv ul li span {
		font-size: 36px;
	}

	.collectDiv {
		padding: 20px 0;
	}

	.collectDiv .hdDiv {
		display: block;
		margin-bottom: 20px;
	}

	.collectDiv .hdDiv .hlDiv {
		width: 100%;
	}

	.collectDiv .hdDiv .hrDiv {
		width: 100%;
		margin-top: 20px;
	}

	.collectDiv .bdDiv .rowDiv .row>div {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.contactDiv {
		padding: 40px 0;
	}

	.contactDiv .hdDiv {
		display: block;
	}

	.contactDiv .hdDiv .hlDiv {
		width: 100%;
		margin-bottom: 20px;
	}

	.contactDiv .hdDiv .hrDiv {
		width: 100%;
		padding: 0 0 0 30px;
	}

	.contactDiv .bdDiv {
		display: block;
		padding-bottom: 50px;
	}

	.contactDiv .bdDiv .leftDiv {
		width: 100%;
	}

	.contactDiv .bdDiv .rightDiv {
		width: 100%;
		margin-top: 40px;
	}

	.contactDiv .bdDiv .rightDiv form button {
		width: 225px;
		line-height: 50px;
	}

	.faqsDiv {
		padding: 50px 0 80px;
	}

	.galleryDiv {
		padding: 50px 0 80px;
	}

	.galleryDiv .bdDiv .row>div .titleDiv {
		margin-top: 10px;
	}

	.collectDetailDiv .hdDiv {
		padding: 20px 0 0;
		height: auto;
		overflow: hidden;
	}

	.collectDetailDiv .bdDiv {
		padding: 0px 0 0px;
	}

	.collectDetailDiv .bdDiv .titleDiv {
		flex-wrap: wrap;
	}

	.collectDetailDiv .bdDiv .titleDiv a {
		margin-left: 0;
	}

	.collectDetailDiv .featureDiv .indexTitle {
		margin-bottom: 20px;
	}

	.collectDetailDiv .featureDiv .row {
		margin: 0 -10px;
	}

	.collectDetailDiv .featureDiv .row>div {
		margin-top: 30px;
		padding: 0 10px;
	}

	.tuijianDiv {
		padding: 50px 0;
	}

	@media (max-width:320px) {}

}

.indp1 {
	padding: 0 0 80px;
}



.indp1 .nrBox {
	padding: 64px 22px;
	width: 100%;
	overflow: hidden;
}

.indp1 .swiper {
	overflow: visible;
}

.indp1 .swiper-wrapper {
	align-items: stretch;
}

.indp1 .swiper-slide {

	height: auto;

}

.indp1 .kuang {

	display: block;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 15px 0px rgba(0, 33, 22, 0.15);

	transition: all 0.5s;

	position: relative;

	z-index: 1;
}

.indp1 .kuang:hover {
	transform: scale(1.26);
	z-index: 2;
}

.indp1 .imgB {}

.indp1 .imgB img {
	width: 100%
}

.indp1 .tips {
	background-color: #f7ab00;
	position: absolute;
	right: 0;
	top: 0;
	min-width: 80px;
	line-height: 32px;
	font-size: 20px;
	color: rgb(255, 255, 255);
	font-weight: bold;

	text-align: center;

	border-radius: 0 0 0 10px;

	max-width: 100%;

	width: max-content;

	padding: 0 16px;
}

.indp1 .titB {
	font-size: 18px;
	color: #333;

	border-bottom: 6px solid #f7ab00;
	font-weight: bold;
	text-align: center;

	padding: 15px 24px;
}

.indp1 .swiper-pagination {
	display: none;
}

.indp1 .swiper-button-prev {

	position: absolute;

	top: 0;

	left: 0;

	width: calc(50% - 726px);

	height: 100%;

	z-index: 2;

	margin: 0;
	background: url(../img/l_f.png) no-repeat center;

}

.indp1 .swiper-button-next {

	position: absolute;

	top: 0;

	right: 0;

	width: calc(50% - 726px);

	height: 100%;

	z-index: 2;

	margin: 0;
	background: url(../img/r_t.png) no-repeat center;

}

.indp1 .swiper-button-prev::after,

.indp1 .swiper-button-next::after {
	color: #ffffff;
	font-size: 56px;
	font-weight: 100;
}

@media only screen and (max-width:990px) {
	.indp1 .nrBox {
		padding: 20px 22px;
		width: 100%;
		overflow: hidden;
	}

	.indp1 {
		padding: 0 0 20px;
	}

	.indp1 .titB {
		font-size: 14px;
		color: #333;
		border-bottom: 6px solid #f7ab00;
		font-weight: bold;
		text-align: center;
		padding: 10px;
	}

	a.imoreBtn {
		width: 140px;
		height: 35px;
		background: #f7ab00;
		color: #fff;
		border-radius: 30px;
		text-transform: uppercase;
		line-height: 35px;
		text-align: center;
	}
}

.indexDiv41 {
	padding: 80px 0;
}

.indexDiv41 .bdDiv {
	display: grid;
	grid-template-columns: 1fr minmax(50%, 0.425fr);
}

.indexDiv41 .bdDiv .imgDiv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexDiv41 .bdDiv .textDiv {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 40px;
	background-color: #e9e9ea;
}

.indexDiv41 .bdDiv .textDiv small {
	font-weight: 500;
	font-size: 1rem;
	line-height: 122%;
	display: block;
}

.indexDiv41 .bdDiv .textDiv span {
	font-size: 48px;
	line-height: 130%;
	font-weight: 700;
	display: block;
}

.indexDiv41 .bdDiv .textDiv p {
	margin: 20px 0 40px;
	line-height: 36px
}

.indexDiv41 .bdDiv .textDiv p strong {
	color: #f7ab00
}

.indexDiv41 .bdDiv .textDiv .imoreBtn {
	background: #f7ab00;
	color: #fff;
	border: 1px solid #f7ab00;
	line-height: 46px;
	text-align: center
}

.indexDiv41 .bdDiv .textDiv .imoreBtn:hover {
	background: transparent;
	color: #f7ab00;
}

.sy_ys {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}

.sy_ys .t_b {
	width: 92px;
	height: 92px;
	border-radius: 50%;
	border: 1px solid #f7ab00;
	margin: 0 auto;
	position: relative;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.sy_ys .n_r:hover .t_b {
	border: 1px solid #fff;
}

.sy_ys .t_b:after {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #fcf5e6;
	content: "";
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.sy_ys .n_r:hover .t_b:after {
	background-color: #f7ab00;
}

.sy_ys .b {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin: 0 auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	position: relative;
	z-index: 9;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.sy_ys .n_r:hover .b {
	background-position: bottom center;
}

.sy_ys .n_r {
	padding: 50px;
	border-radius: 10px;
	text-align: center;
	margin-top: 30px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.sy_ys .n_r:hover {
	background-color: #f7ab00;
	box-shadow: 0 8px 15px 0 rgba(211, 33, 10, .2);
}

.sy_ys .n_r h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 30px;
	margin: 25px 0 10px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.sy_ys .n_r:hover h3 {
	color: #fff;
}

.sy_ys .n_r p {
	font-size: 15px;
	color: #555;
	line-height: 30px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.sy_ys .n_r:hover p {
	color: #fff;
}

.sy_ys a.sy_an {
	width: 100%;
	background-image: -webkit-linear-gradient(left, #e5402c, #cc0001);
	background-image: -moz-linear-gradient(left, #e5402c, #cc0001);
	background-image: -ms-linear-gradient(left, #e5402c, #cc0001);
	background-image: -o-linear-gradient(left, #e5402c, #cc0001);
	background-image: linear-gradient(left, #e5402c, #cc0001);
}

@media only screen and (max-width:990px) {
	.sy_ys {
		padding: 60px 0;
	}

	.sy_ys .n_r {
		padding: 25px;
	}

	.sy_ys .n_r h3 {
		font-size: 18px;
		line-height: 28px;
		margin: 10px 0;
	}

	.sy_ys .n_r p {
		font-size: 14px;
		line-height: 24px;
	}
}

.guanyu {
	background-size: auto 100%;
	overflow: hidden;
	padding: 80px 0 60px;
}

.guanyu .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin: 0 auto;
	max-width: 1400px
}

.sy_gypic {
	width: 45%;
	overflow: hidden;
	position: relative
}

.sy_gyzi {
	width: 50%;
	margin-right: 3%
}

.sy_gyzi h1 {
	display: block;
	font-family: Arial;
	font-size: 40px;
	line-height: 60px;
	color: #1c1c1c;
	font-weight: bold;
}

.sy_gyzi h2 {
	display: block;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

.sy_gyzi p {
	display: block;
	margin: 20px auto 40px;
	font-size: 16px;
	line-height: 36px;
	color: #464646;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden
}

.sy_gyzi p strong {
	color: #f7ab00
}

.sy_gyzi span a {
	display: block;
	background: #f7ab00;
	width: 160px;
	color: #fff;
	line-height: 45px;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	transition: all 0.6s
}

.sy_gyzi span a:hover {
	background: #f16800;
	transition: all 0.6s
}

.guanyu .nyTitle {
	margin-bottom: 30px
}

.sy_gyzi1 {
	width: 70%;
	margin-right: 3%;
}

.sy_gyzi1 h1 {
	display: block;
	font-family: Arial;
	font-size: 40px;
	line-height: 60px;
	color: #1c1c1c;
	font-weight: bold;
}

.sy_gyzi1 h2 {
	display: block;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

.sy_gyzi1 p {
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #464646;
}

.sy_gyzi12 {
	width: 100%;
}

.sy_gyzi1 h1 {
	display: block;
	font-family: Arial;
	font-size: 40px;
	line-height: 60px;
	color: #1c1c1c;
	font-weight: bold;
}

.sy_gyzi1 h2 {
	display: block;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

.sy_gyzi12 p {
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #464646;
}


@media only screen and (max-width:1200px) {
	.guanyu {
		padding: 50px 0;
	}

	.sy_gyzi h1 {
		display: block;
		color: #f7ab00;
		font-size: 30px
	}

	.sy_gyzi h2 {
		display: block;
		color: #333;
		font-size: 16px
	}

	.sy_gyzi p {
		display: block;
		margin: 20px auto;
		font-size: 12px;
		line-height: 25px;
	}

	.sy_gyzi span a {
		width: 120px;
		line-height: 35px;
		font-size: 12px
	}
}

@media only screen and (max-width:992px) {
	.guanyu {
		padding: 30px 0;
	}

	.guanyu .wrap {
		display: block;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
		margin: 0 auto;
		max-width: 1400px
	}

	.guanyu {
		background: #fafafa
	}

	.guanyu .contain {
		display: block;
		width: 92%
	}

	.sy_gypic {
		width: 100%;
		overflow: hidden
	}

	.sy_gyzi {
		width: 100%;
		margin-top: 10px
	}

	.sy_gyzi h1 {
		display: block;
		color: #f7ab00;
		font-size: 22px;
		line-height: 40px
	}

	.sy_gyzi p {
		display: block;
		margin: 0 auto 20px;
		font-size: 14px;
		line-height: 25px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 7;
	}
}




.idx_bg {
	color: #333;
	height: auto;
	overflow: hidden;
	padding: 20px 0 80px
}

.m2a {
	float: left;
	width: 18.4%;
	text-align: center;
	background: #fff;
	box-shadow: 0 8px 15px 0 rgba(95, 125, 158, .2);
	margin-right: 2%;
	padding: 30px 0;
	border-radius: 10px;
}

.m2a:last-child {
	margin-right: 0
}

.m2a h3 {
	font-size: 16px;
	font-weight: normal;
	color: #f7ab00;
	font-style: normal
}

.m2a h3 i {
	font-weight: bold;
	font-size: 48px;
	margin-right: 10px;
	font-style: normal
}

.m2a p {
	font-size: 16px;
	width: 90%;
	margin: 10px auto 0;
	text-transform: capitalize
}

.idx_a {
	color: #999;
}

.idx_a:hover {
	color: #CE1515;
}

@media only screen and (max-width:640px) {
	.idx_bg {
		padding: 30px 0 10px
	}

	.m2a {
		float: left;
		width: 32%;
		text-align: center;
		border-right: #fff 1px solid;
		margin-bottom: 20px
	}

	.m2a:nth-child(3n) {
		border-right: #fff 0 solid
	}

	.m2a h3 i {
		font-weight: bold;
		font-size: 28px;
		margin-right: 10px;
		font-style: normal
	}

	.m2a p {
		font-size: 16px;
		width: 90%;
		margin: 10px auto 0;
		min-height: inherit;
		text-transform: capitalize
	}
}


.sy_rmcp {
	padding: 0px 0;
	margin-top: 60px
}

.sy_rmcp .tit {
	margin-bottom: 50px;
}

.sy_rmcp .more {
	float: left;
	margin-top: 50px;
}

.sy_rmcp .top {
	position: relative;
	overflow: hidden;
}

.sy_rmcp .top .t_p {
	width: 60%;
	position: absolute;
	top: 0;
	left: 0;
}

.sy_rmcp .top .t_p img {
	width: 100%;
	display: block;
	max-width: 850px
}

.sy_rmcp .w_z {
	width: 43%;
	float: right;
	position: relative;
	z-index: 9;
	margin-right: 8%;
	padding: 110px 0 110px
}

.sy_rmcp .w_z h5 {
	font-size: 18px;
	color: #060d1a;
	margin-bottom: 10px;
}

.sy_rmcp .w_z h1 {
	font-size: 40px;
	color: #1c1c1c;
	margin-bottom: 20px;
	position: relative;
	font-weight: bold;
}

.sy_rmcp .w_z h3 {
	font-size: 16px;
	color: #444;
	line-height: 36px;
	margin-bottom: 20px;
	width: 80%
}

.sy_rmcp .w_z p {
	font-size: 16px;
	color: #333;
	margin-bottom: 16px;
}

.sy_rmcp .w_z p span {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	color: #f7ab00;
	display: inline-block;
	margin-right: 8px;
}

@media only screen and (max-width:1600px) {
	.sy_rmcp .top .t_p {
		width: 50%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.sy_rmcp .w_z {
		width: 40%;
		float: right;
		position: relative;
		z-index: 9;
		margin-right: 8%;
		padding: 50px 0 110px
	}

}

@media only screen and (max-width:1400px) {
	.sy_rmcp .top .t_p {
		width: 45%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.sy_rmcp .w_z {
		width: 45%;
		float: right;
		position: relative;
		z-index: 9;
		margin-right: 8%;
		padding: 10px 0 0
	}

}

@media only screen and (max-width:992px) {
	.sy_rmcp {
		padding: 0px 0;
		margin-top: 20px
	}

	.sy_rmcp .top .t_p {
		width: 100%;
		position: inherit;
		top: inherit;
		left: inherit;
		margin-bottom: 20px
	}

	.sy_rmcp .w_z {
		width: 100%;
		float: none;
		position: inherit;
		z-index: 9;
		margin-right: 0;
		padding: 10px 0 0;
		width: 90%;
		margin: 0 auto
	}

	.sy_rmcp .top {
		position: inherit;
		overflow: hidden;
	}

	.sy_rmcp .w_z h1 {
		font-size: 20px;
		color: #1c1c1c;
		margin-bottom: 20px;
		position: relative;
		font-weight: bold;
	}

	.sy_rmcp .w_z h3 {
		font-size: 14px;
		color: #444;
		line-height: 26px;
		margin-bottom: 20px;
		width: 100%
	}

	.sy_rmcp .w_z p {
		font-size: 14px;
		color: #333;
		margin-bottom: 10px;
		line-height: 26px;
	}
}

.ny_ban {
	width: 100%;
	height: 460px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 99;
}

.ny_ban:after {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 2;
	opacity: 0.1;
	background-image: -webkit-linear-gradient(120deg, #000 0%, #000 100%);
	background-image: -moz-linear-gradient(120deg, #000 0%, #000 100%);
	background-image: -ms-linear-gradient(120deg, #000 0%, #000 100%);
	background-image: -o-linear-gradient(120deg, #000 0%, #000 100%);
	background-image: linear-gradient(120deg, #000 0%, #000 100%);
}

.ny_ban .container {
	position: absolute;
	top: 60%;
	left: 50%;
	color: #fff;
	z-index: 99;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.ny_ban .w_z {
	position: relative;
	text-align: center;
}

.ny_ban .w_z h3 {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 10px;
	letter-spacing: 4px;
	font-weight: bold
}

.ny_ban .w_z h4 {
	font-size: 18px;
	line-height: 30px;
}

@media only screen and (max-width:992px) {
	.ny_ban {
		height: 360px;
		background-attachment: scroll;
	}

	.ny_ban .container {
		width: 100%;
		top: 65%;
	}

	.ny_ban .w_z h3 {
		font-size: 32px;
		line-height: 40px;
	}

	.ny_ban .w_z h4 {
		font-size: 16px;
		line-height: 28px;
	}
}

@media only screen and (max-width:640px) {
	.ny_ban {
		height: 220px;
	}

	.ny_ban .w_z h3 {
		font-size: 22px;
		line-height: 32px;
	}

	.ny_ban .w_z h4 {
		font-size: 14px;
		line-height: 24px;
	}
}



.yanxueDiv1 {
	padding: 80px 0;
}

.yanxueDiv1 ul li {
	margin-bottom: 30px;
}

.yanxueDiv1 ul li .conDiv {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, .1);
}

.yanxueDiv1 ul li .imgDiv {
	width: 33%;
	height: 300px;
	overflow: hidden;
}

.yanxueDiv1 ul li .textDiv {
	width: 67%;
	padding: 40px;
}

.yanxueDiv1 ul li .textDiv .p1 {
	color: #999999;
	font-size: 14px;
	margin: 15px 0;
}

.yanxueDiv1 ul li .textDiv .title {
	color: #000;
}

.yanxueDiv1 ul li .textDiv .p {
	color: #666666;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 30px
}

.yanxueDiv1 ul li .textDiv .moreBtn {
	width: 120px;
	height: 40px;
	background: #f7ab00;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	box-shadow: 0px 0px 24px rgba(247, 171, 0, .25);
}

.yanxueDiv1 ul li .textDiv .title:hover {
	color: #f7ab00;
}

.yanxueDiv3 {
	padding: 80px 0;
	overflow: hidden;
}

.yanxueDiv3 .bdDiv {
	margin-top: 50px;
}

.yanxueDiv3 .swiper-container {
	overflow: initial;
	padding-bottom: 40px;
}

.yanxueDiv3 .imgDiv {
	padding-top: 64.9%;
}

.yanxueDiv3 .swiper-scrollbar {
	background: #d9ece7;
}

.yanxueDiv3 .swiper-scrollbar-drag {
	background: #f7ab00;
}

.pageDiv {
	text-align: center;
	margin-top: 50px
}

.pageDiv a,
.pageDiv span {
	display: inline-block;
	margin: 0 3px;
	color: #333333;
	border-radius: 2px;
	font-size: 14px;
	border: 1px solid #eeeeee;
	padding: 6px 13px;
	background: #fff;
}

.pageDiv span {
	color: #fff;
	background: #f7ab00;
	border-color: #f7ab00;
}



.ny_bd {
	width: 100%;
	padding: 60px 0;
	background-color: #f7f7f7;
	overflow: hidden;
}

.ny_bd .lx_bd .row {
	margin: 0;
	background-color: #fff;
	justify-content: space-between;
}

.ny_bd .lx_bd .b_t {
	text-align: center;
	margin-bottom: 50px;
}

.ny_bd .lx_bd .b_t h3 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 10px;
}

.ny_bd .lx_bd .b_t h4 {
	font-size: 16px;
	color: #777;
	line-height: 26px;
}

.ny_bd .lx_bd .t_p {
	width: 40%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ny_bd .lx_bd .b_d {
	width: 60%;
	padding: 30px 50px 70px;
}

.ny_bd .lx_bd .b_d ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ny_bd .lx_bd .b_d ul li {
	width: 45%;
	margin-top: 20px;
	position: relative;
}

.ny_bd .lx_bd .b_d ul li.q_b {
	width: 100%;
}

.ny_bd .lx_bd .b_d input {
	width: 100%;
	height: 61px;
	border: 0;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	line-height: 60px;
	color: #333;
	display: block;
}

.ny_bd .lx_bd .b_d input::placeholder {
	color: #999;
}

.ny_bd .lx_bd .b_d textarea {
	width: 100%;
	height: 122px;
	padding-top: 17px;
	border: 0;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	line-height: 26px;
	color: #333;
	resize: none;
	display: block;
}

.ny_bd .lx_bd .b_d textarea::placeholder {
	color: #999;
}

.ny_bd .lx_bd .b_d button {
	width: 160px;
	height: 50px;
	background-color: #f7ab00;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	margin-top: 20px;
	margin-right: 20px;
	outline: none;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	border: 0;
}

.ny_bd .lx_bd .b_d button.c_z {
	background-color: #888;
}

.ny_bd .lx_bd .b_d button:hover {
	background-color: #05439a;
}

.ny_bd .lx_bd .b_d button.c_z:hover {
	background-color: #2b2b2b;
}

@media only screen and (max-width:1440px) {
	.ny_bd {
		padding: 70px 0;
	}

	.ny_bd .lx_bd .b_t {
		margin-bottom: 40px;
	}

	.ny_bd .lx_bd .b_t h3 {
		font-size: 26px;
		line-height: 32px;
	}

	.ny_bd .lx_bd .b_d {
		padding: 20px 30px 20px;
	}

	.ny_bd .lx_bd .b_d ul li {
		width: 47%;
		margin-top: 10px;
	}

	.ny_bd .lx_bd .b_d input {
		height: 51px;
		font-size: 14px;
		line-height: 50px;
	}

	.ny_bd .lx_bd .b_d textarea {
		height: 99px;
		padding-top: 10px;
		font-size: 14px;
		line-height: 22px;
	}

	.ny_bd .lx_bd .b_d button {
		width: 140px;
		height: 46px;
		font-size: 15px;
		line-height: 46px;
		margin-top: 15px;
		margin-right: 15px;
	}
}

@media only screen and (max-width:640px) {
	.ny_bd {
		padding: 20px 0 20px;
	}

	.ny_bd .lx_bd .b_t {
		margin-bottom: 30px;
	}

	.ny_bd .lx_bd .b_t h3 {
		font-size: 20px;
		line-height: 30px;
		padding: 0 10px;
	}

	.ny_bd .lx_bd .b_t h4 {
		font-size: 14px;
		line-height: 22px;
	}

	.ny_bd .lx_bd .t_p {
		display: none;
	}

	.ny_bd .lx_bd .b_d {
		width: 100%;
	}

	.ny_bd .lx_bd .b_d ul li {
		width: 100%;
	}

	.pd80 {
		padding: 20px 0;
	}


}

.contactDiv1 {
	padding: 60px 0;
	height: auto;
	overflow: hidden
}

.contactDiv1 .b_t h3 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 50px;
	text-align: center
}

.contactDiv1 .adTitleDiv {
	text-align: center;
}

.contactDiv1 .bdDiv {
	overflow: hidden;
}

.contactDiv1 .bdDiv .row {
	margin: 0 -30px;
}

.contactDiv1 .bdDiv .row>div {
	padding: 0 30px;
	margin-bottom: 40px;
}

.contactDiv1 .bdDiv .row>div .conDiv {
	background: #f5f5f5;
	padding: 50px;
	text-align: center;
	height: 100%;
}

.contactDiv1 .bdDiv .row>div .conDiv .iconDiv {
	width: 80px;
	height: 80px;
	background: #f7ab00;
	border-radius: 50%;
	margin: 0 auto;
}

.contactDiv1 .bdDiv .row>div .conDiv span {
	display: block;
	font-size: 20px;
	margin: 20px 0 10px;
	font-weight: bold
}

.contactDiv1 .bdDiv .row>div .conDiv p {
	color: #666;
	flex-wrap: wrap;
}

.contactDiv1 .mapDiv iframe {
	width: 100%;
	height: 600px;
}

.contactDiv2 .adTitleDiv {
	text-align: center;
}

.contactDiv2 .bdDiv {
	margin-top: 50px;
}

.contactDiv2 .bdDiv .row>div {
	margin-bottom: 30px;
}

.contactDiv2 .bdDiv .row>div span {
	display: block;
	margin-bottom: 10px;
}

.contactDiv2 .bdDiv .row>div input {
	display: block;
	width: 100%;
	line-height: 60px;
	padding: 0 20px;
	background: #fff;
	border: 0;
}

.contactDiv2 .bdDiv .row>div textarea {
	display: block;
	width: 100%;
	height: 180px;
	padding: 10px 20px;
	background: #fff;
	border: 0;
	resize: none;
}

.contactDiv2 .bdDiv button.reset {
	width: 140px;
	height: 60px;
	border: 1px solid #f7ab00;
	color: #f7ab00;
	border-radius: 30px;
	background: transparent;
	cursor: pointer;
}

.contactDiv2 .bdDiv button.submit {
	width: 200px;
	height: 60px;
	background: #f7ab00;
	color: #fff;
	border-radius: 30px;
	margin-left: 30px;
	border: 0;
	cursor: pointer;
}

@media only screen and (max-width:992px) {
	.contactDiv1 .bdDiv .row>div {
		padding: 0 20px;
		margin-bottom: 20px;
	}

	.contactDiv1 .bdDiv .row>div .conDiv {
		background: #f5f5f5;
		padding: 30px;
		text-align: center;
		height: 100%;
	}


}

.nyTitle.tc {
	text-align: center;
}

.nyTitle span {
	color: #333333;
	font-weight: bold;
	display: block;
}

.nyTitle .line {
	width: 36px;
	height: 4px;
	background: #f7ab00;
	margin-top: 15px;
}

.nyTitle.tc .line {
	margin: 15px auto 0;
}



.ny_alxq {
	padding: 60px 0;
	height: auto;
	overflow: hidden
}

.ny_alxq h2 {
	font-size: 20px;
	color: #555;
	line-height: 84px;
	border-bottom: #999 1px dotted;
	margin-bottom: 50px;
	text-align: left;
}

.ny_alxq h2 a {
	padding: 0 10px;
	float: left;
	color: #666;
	font-size: 28px;
}

.ny_alxq h2 a i {
	font-size: 20px;
}

.ny_alxq h2 a:hover {
	color: #e87503;
}

.ny_alxq .top {
	padding-bottom: 30px;
	overflow: hidden;
	width: 48%
}

.ny_alxq .top .left {
	width: 100%;
}

.ny_alxq .top .left .line {
	width: 14px;
	height: 4px;
	background: #e87503;
	margin-bottom: 15px;
	margin-top: 0px;
}

.ny_alxq .top .left h3 {
	font-size: 28px;
	color: #e87503;
	line-height: 1.8;
	margin-bottom: 30px;
}

.ny_alxq .top .left h4 {
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
}

.ny_alxq .top .left p {
	font-size: 16px;
	color: #555;
	margin-bottom: 30px;
	line-height: 36px;
}

.ny_alxq .top .left .lj {
	padding-top: 20px;
}

.ny_alxq .top .left a {
	display: block;
	width: 180px;
	height: 45px;
	background: #f7ab00;
	color: #fff;
	border-radius: 30px;
	line-height: 45px;
	text-align: center;
}

.ny_alxq .top .right {
	width: 100%;
}

.ny_alxq .tp {
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.ny_alxq .tp .left {
	width: 60%;
}

.ny_alxq .tp .left img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.ny_alxq .tp .right {
	width: 38%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.ny_alxq .tp .right li {
	width: 100%;
	height: 48%;
	list-style: none
}

.ny_alxq .tp .right li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fl {
	float: left
}

.rt {
	float: right
}

.ny_alxq img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.dz_cc {
	padding: 80px 0;
	height: auto;
	overflow: hidden
}

.dz_cc .cc_lb {
	margin-top: 30px;
}

.dz_cc .cc_lb .b_t {
	font-size: 20px;
	font-weight: bold;
	color: #349a46;
	line-height: 32px;
	margin-bottom: 10px;
}

.dz_cc .cc_lb .b_t i {
	vertical-align: middle;
	margin-right: 5px;
}

.dz_cc .cc_lb table {
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

.dz_cc .cc_lb table td {
	padding: 15px 0;
	text-align: center;
	border: 1px solid #ddd;
}

.dz_cc .cc_lb table td.tb_hd {
	background-color: #f7ab00;
	color: #fff;
}

@media only screen and (max-width:992px) {
	.dz_cc {
		padding: 20px 0;
		height: auto;
		overflow: hidden
	}


}

.sx {
	background-color: #FFFFFF;
	overflow: hidden;
	border: #eee 1px solid;
	margin-top: 60px
}

.sx .h_mid {
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	border-bottom: 1px solid #e8e8e8;
}

.sx .ul_05 {
	position: relative;
	padding-left: 140px;
	padding-right: 20px;
	overflow: hidden;
	border-bottom: #eee 1px solid;
	height: auto
}

.sx .ul_05:last-child {
	border-bottom: none
}

.sx .ul_05 .h4 {
	position: absolute;
	left: 0px;
	font-size: 16px;
	color: #fff;
	background: #000;
	width: 120px;
	text-align: center;
	height: 80px;
	line-height: 80px
}

.sx .ul_05 .li a {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 80px;
	padding: 0 18px;
}

.sx .ul_05 .li:hover a {
	color: #f7ab00;
}

.sx .ul_05 .li.on a {
	color: #f7ab00;
}



.productDetailDiv {
	padding: 60px 0;
}

.productDetailDiv .hd {
	align-items: flex-start;
}

.productDetailDiv .hd .leftDiv {
	width: 69%;
}

.productDetailDiv .hd .rightDiv {
	width: 28%;
}

.productDetailDiv .hd .rightDiv .title {
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
	margin-bottom: 15px
}

.productDetailDiv .hd .leftDiv .swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.productDetailDiv .hd .leftDiv .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.productDetailDiv .hd .leftDiv .swiper-slide .pic {
	padding-top: 49.7%;
	position: relative;
	width: 100%;
	border: 1px solid #fff;
}

.productDetailDiv .hd .leftDiv .swiper-slide .pic .imgDiv {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xiangqing {
	font-size: 15px;
	color: #F00;
	padding-top: 20px
}

.productDetailDiv .hd .leftDiv .swiper-slide .pic .imgDiv img {
	width: 100%;
	height: auto;
}

.productDetailDiv .hd .leftDiv .gallery-top {
	width: 100%;
}

.productDetailDiv .hd .leftDiv .smallDiv {
	position: relative;
	padding: 0;
}

.productDetailDiv .hd .leftDiv .gallery-thumbs {
	box-sizing: border-box;
	text-align: center;
	margin: 10px 0 0;
}

.productDetailDiv .hd .leftDiv .gallery-thumbs .swiper-slide {
	width: 25%;
	opacity: 1;
}

.productDetailDiv .hd .leftDiv .gallery-thumbs .swiper-slide-thumb-active .pic {
	opacity: 1;
	border: 1px solid #f7ab00;
}

.productDetailDiv .rightDiv .p {
	margin: 10px 0 30px;
}

.productDetailDiv .rightDiv .p p {
	margin: 10px 0;
	line-height: 36px;
	font-size: 15px
}

.productDetailDiv .rightDiv a {
	width: 140px;
	height: 40px;
	background: #f7ab00;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	margin-right: 15px
}

.productDetailDiv .rightDiv a img {
	margin-right: 16px;
}

.productDetailDiv .rightDiv a:hover {
	opacity: .8;
}

.productDetailDiv .bd {
	margin-top: 50px;
}

.productDetailDiv .hdDiv {
	position: relative;
}

.productDetailDiv .hdDiv::after {
	content: "";
	width: calc(100% - 20px);
	background: #f7ab00;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.productDetailDiv .hdDiv span {
	width: 102px;
	height: 31px;
	background: url(../img/t-bg.png) no-repeat center center;
	color: #fff;
}

.productDetailDiv .bd .tb {
	padding: 65px 0;
}

.productDetailDiv .bd .tb p {
	line-height: 2.4;
	color: #333333;
}

.zhengwen {
	font-size: 16px;
	line-height: 30px
}

.zhengwen img {
	max-width: 100%
}

.productDetailDiv .bt {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 2.5;
	border-bottom: #eee 2px solid;
	margin-top: 40px
}

.productDetailDiv .bt span {
	display: inline-block;
	padding: 0 25px;
	background: #f7ab00;
	text-transform: capitalize;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}


.productDetailDiv .formDiv {
	margin-top: 20px;
	height: auto;
	overflow: hidden
}

.productDetailDiv .formDiv .row {
	margin: 0 -18px;
}

.productDetailDiv .formDiv .row>div {
	padding: 0 18px;
	margin-bottom: 16px;
}

.productDetailDiv .formDiv form {
	width: 100%;
}

.productDetailDiv .formDiv form .inputDiv {
	background: #F6F6F6;
	border-radius: 4px;
	padding: 0 20px;
}

.productDetailDiv .formDiv form .inputDiv p {
	width: 50px;
	color: #666;
	text-align: right;
	font-size: 14px;
}

.productDetailDiv .formDiv form p i {
	color: #D02229;
}

.productDetailDiv .formDiv form .inputDiv input {
	width: calc(100% - 60px);
	line-height: 54px;
	border: 0;
	padding: 0;
	font-size: 16px;
	color: #333;
	background: #F6F6F6;
}

.productDetailDiv .formDiv form .textareaDiv {
	background: #F6F6F6;
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 14px;
	width: 100%
}

.productDetailDiv .formDiv form .textareaDiv p {
	color: #666;
}

.productDetailDiv .formDiv form textarea {
	width: 100%;
	border: 0;
	padding: 10px 0 0;
	font-size: 16px;
	color: #333;
	resize: none;
	height: 80px;
	display: block;
	background: #F6F6F6;
}

.productDetailDiv .formDiv form button {
	width: 180px;
	height: 45px;
	border: 0;
	color: #f7ab00;
	border: #f7ab00 2px solid;
	background: #fff;
	cursor: pointer;
	padding: 0;
	border-radius: 4px;
	font-size: 16px;
	margin-top: 20px
}

.productDetailDiv .formDiv form button i {
	margin-left: 14px;
	font-size: 16px;
	display: block;
}

.productDetailDiv .formDiv form .yzmDiv {
	margin-bottom: 10px;
	margin-right: 35px;
	background: #F6F6F6;
	padding: 0 0 0 20px;
	width: 420px;
}

.productDetailDiv .formDiv form .yzmDiv p {
	width: 65px;
	color: #666;
	text-align: right;
	font-size: 14px;
}

.productDetailDiv .formDiv form .yzmDiv input {
	width: calc(100% - 210px);
	line-height: 56px;
	border: 0;
	border-radius: 4px 0 0 4px;
	background: #F6F6F6;
	padding: 0;
}

.productDetailDiv .formDiv form .conDiv {
	flex-wrap: wrap;
	align-items: flex-start;
}

.productDetailDiv .col-md-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.productDetailDiv .col-md-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.featureDiv1 {
	padding: 0 0 40px;
	overflow: hidden;
	background: #fff
}

.featureDiv1 .indexTitle {
	margin-bottom: 40px;
}

.featureDiv1 .row {
	margin: 0 -40px;
}

.featureDiv1 .row>div {
	margin-top: 40px;
	text-align: center;
	padding: 0 40px;
}

.featureDiv1 .row>div h1 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-top: 20px
}

.featureDiv1 .row>div p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #555
}

@media only screen and (max-width:990px) {
	.sx {
		background-color: #FFFFFF;
		overflow: hidden;
		border: #eee 1px solid;
		margin-top: 20px
	}

	.sx .h_mid {
		font-size: 20px;
		color: #333333;
		line-height: 40px;
		border-bottom: 1px solid #e8e8e8;
	}

	.sx .ul_05 {
		position: relative;
		padding-left: 100px;
		padding-right: 20px;
		overflow: hidden;
		border-bottom: #eee 1px solid;
		height: auto
	}

	.sx .ul_05:last-child {
		border-bottom: none
	}

	.sx .ul_05 .h4 {
		position: absolute;
		left: 0px;
		font-size: 14px;
		color: #fff;
		background: #000;
		width: 100px;
		text-align: center;
		height: 40px;
		line-height: 40px
	}

	.sx .ul_05 .li a {
		display: block;
		font-size: 14px;
		color: #333333;
		line-height: 40px;
		padding: 0 10px;
	}

	.ny_alxq {
		padding: 20px 0;
		height: auto;
		overflow: hidden;
	}

	.ny_alxq .top {
		padding-bottom: 0px;
		overflow: hidden;
		width: 100%;
	}

	.ny_alxq .tp {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		margin-bottom: 20px
	}

	.ny_alxq .top .left a {
		margin: auto;
	}

	.ny_alxq .top .left h3 {
		font-size: 20px;
		color: #e87503;
		line-height: 1.8;
		margin-bottom: 20px;
	}

	.ny_alxq .top .left p {
		font-size: 16px;
		color: #555;
		margin-bottom: 10px;
		line-height: 30px;
	}

	.yanxueDiv1 {
		padding: 20px 0;
	}

	.yanxueDiv1 ul li .conDiv {
		background: #fff;
		border-radius: 12px;
		overflow: hidden;
		box-shadow: 0px 0px 24px rgba(0, 0, 0, .1);
		display: block
	}

	.yanxueDiv1 ul li .imgDiv {
		width: 100%;
		height: 200px;
		overflow: hidden;
	}

	.yanxueDiv1 ul li .textDiv {
		width: 100%;
		padding: 20px;
	}

	.contactDiv1 .b_t h3 {
		font-size: 20px;
		color: #000;
		font-weight: bold;
		line-height: 30px;
		margin-bottom: 20px;
		text-align: center;
	}

	.contactDiv1 {
		padding: 20px 0;
		height: auto;
		overflow: hidden;
	}

	.collectDiv .titB {
		padding: 10px 0;
		font-size: 14px;
		color: rgb(0, 0, 0);
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.collectDiv .titB i {
		font-style: normal;
		margin: 0 5px;
		color: #1d6747;
	}

	.twoMenuDiv .lf {
		float: none;
		width: 100%
	}

	.twoMenuDiv .bt {
		background: #f7ab00;
		height: 80px;
		width: 80px;
		text-align: center;
		color: #fff;
		border-radius: 6px;
		font-size: 20px;
		font-weight: bold;
		padding-top: 13px
	}

	.twoMenuDiv .yb {
		float: none;
		width: 100%;
		margin-top: 20px
	}

	.twoMenuDiv a {
		color: #3e3e3e;
		margin: 0 2% 0 0;
		font-weight: 400;
		border-width: 1px;
		border-color: rgb(209, 209, 209);
		border-style: solid;
		background-color: rgb(255, 255, 255);

		text-align: center;
		padding: 0;
		line-height: 36px;
		font-size: 15px;
		margin-bottom: 20px;
		width: 32%;
		display: block;
		float: left;
		box-sizing: border-box
	}

	.twoMenuDiv a:nth-child(3n) {
		margin-right: 0;
	}

	.productDetailDiv {
		padding: 20px 0;
	}

	.productDetailDiv .hd .leftDiv {
		width: 100%;
	}

	.productDetailDiv .hd {
		display: block
	}

	.productDetailDiv .hd .rightDiv {
		width: 100%;
		margin-top: 20px
	}

	.productDetailDiv .hd .rightDiv .title {
		font-size: 20px;
		font-weight: bold;
		text-transform: capitalize;
		border-bottom: 1px solid #e7e7e7;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.index-banner .img .imgDiv img {
		width: 100%;
		/* height: 100%; */
		/* object-fit: fill; */
		transform: none;
	}
}
.detailP .pageTitle{
	font-size: 36px;
	color: rgb(51, 51, 51);
	font-weight: bold;text-align: center;
}
.detailP .pageTime{
	font-size: 16px;
	color: rgb(102, 102, 102);
	margin-top: 20px;text-align: center;
}
.detailP .pageNr{
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.875;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-top: 32px;
	padding: 24px 0;
	margin-bottom: 24px;
	min-height: 400px;
}
.detailP .pageNr img,.detailP .pageNr video,.detailP .pageNr iframe{
	max-width: 100%;
}
.detailP .pageNum{
	
}
.detailP .pageNum a{
	font-size: 16px;
	color: rgb(102, 102, 102);
	margin-top: 8px;
}
.detailP .pageNum a:first-child{margin-top: 0;}
.detailP .pageNum a:hover{
	color: #f7ab00;
}
@media (max-width:1432px) {
	.detailP .pageTitle{font-size: 32px;}
}
@media (max-width:1232px) {
	.detailP .pageTitle{font-size: 28px;}
}
@media (max-width:1024px) {
	.detailP .pageTitle{font-size: 24px;}
}
@media (max-width:800px) {
	.detailP .pageTime{font-size: 14px;margin-top: 8px;}
	.detailP .pageNr{font-size: 14px;line-height: 1.6;margin-top: 16px;padding: 16px 0;}
	.detailP .pageNum a{font-size: 14px;}
}