@font-face {
	font-family: "OpenSans-Bold";
	src: url("../font/OpenSans-Bold.eot") format("eot"), url("../font/OpenSans-Bold.woff") format("woff"), url("../font/OpenSans-Bold.ttf") format("truetype"), url("../font/OpenSans-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-Semibold";
	src: url("../font/OpenSans-Semibold.eot") format("eot"), url("../font/OpenSans-Semibold.woff") format("woff"), url("../font/OpenSans-Semibold.ttf") format("truetype"), url("../font/OpenSans-Semibold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-Regular";
	src: url("../font/OpenSans-Regular.eot") format("eot"), url("../font/OpenSans-Regular.woff") format("woff"), url("../font/OpenSans-Regular.ttf") format("truetype"), url("../font/OpenSans-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans-Light";
	src: url("../font/OpenSans-Light.eot") format("eot"), url("../font/OpenSans-Light.woff") format("woff"), url("../font/OpenSans-Light.ttf") format("truetype"), url("../font/OpenSans-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "DINCondensedBold";
	src: url("../font/DINCondensedBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

:root {
	--yellow: #ff9d1f;
	--green: #21AEC9;
	--green: linear-gradient(to right, rgb(0, 47, 108) 0%, rgb(0, 174, 199) 100%);
	--green: #21AEC9;

}

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

body {
	font-family: "Microsoft YaHei", "PINGFANGHK", "PingFang-HK", PingFang SC, "Source Han Sans CN", Open Sans, arial, 'Hiragino Sans GB';
}

body {
	line-height: 1.4;
	font-size: 16px;
}

.disabled {
  pointer-events: none;
  opacity: 0.5; /* 可选：让元素看起来无法点击 */
}

.sgp-in-head {
	transition: all 0.3s ease;
}

.border_ra8 {
	border-radius: 8px;

}

.border_ra16 {
	border-radius: 16px;
}

.pubflex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.w-90 {
	width: 94%;
	margin: 0 auto;
}

.sgp-in-head,
.sgp-in-head a {
	color: #fff;
	font-size: 16px;
}

.sgp-in-head {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 60;
}

.sgp-in-head-a,
.sgp-in-head-b {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sgp-in-head-a {
	line-height: 42px;
	text-align: right;
}

.sgp-in-head-a a {
	display: inline-block;
	margin-left: 15px;
}

.sgp-in-head-ss i {
	font-size: 20px;
	position: relative;
	top: 2px;
}

.sgp-in-head-b-m {
	align-items: center;
}

.sgp-in-logo {
	position: relative;
	height: 30px;
	width: 213px;
}

.sgp-in-logo img {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
}

.logo-2 {
	opacity: 0;
}

.sgp-in-nav {
	display: flex;
	align-items: center;
}

.sgp-in-nav a {
	line-height: 80px;
	height: 80px;
	margin: 0 25px;
}

.sgp-in-head {
	background: rgba(255, 255, 255, 0.2);
}

.sgp-in-lauge span {
	position: relative;
	padding-left: 30px;
}

.sgp-in-lauge span:before,
.sgp-in-lauge span:after {
	position: absolute;
	content: '';
	width: 22px;
	height: 100%;
	left: 0;
	top: 0;
}

.sgp-in-lauge span:after,
.sgp-in-lauge span:before {
	background-position: center;
	background-repeat: no-repeat;
}

.sgp-in-lauge span:after,
.sgp-in-lauge span:before {
	background-size: 100% auto;
}

.sgp-in-lauge span:after {
	background-image: url(../img/language_icon_1.gif);
}

.sgp-in-lauge span:before {
	background-image: url(../img/language_icon_2.gif);
}

.sgp-in-lauge span:after {
	opacity: 0;
}

.sgp-in-lauge i {
	font-size: 16px;
	margin-left: 5px;
}

.active .sgp-in-head {
	background: rgba(0, 0, 0, 1);
	top: -46px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);


}

.active .sgp-in-head {
	background: rgba(255, 255, 255, 1);
	top: -46px;
}

.active .sgp-in-head,
.active .sgp-in-head a {
	color: #1d1d1f;
}

.active .logo-2 {
	opacity: 1;
}

.active .logo-1 {
	opacity: 0;
}

.active .bba-head-search {
	background: #fafafa;
}

.ycxuanf {
	width: 50px;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px 0;
	/* background: #21AEC9; */
}

.ycxuanf {
	position: fixed;
	right: 20px;
	z-index: 33;
	bottom: 100px;
	display: none;
}

.ycxuanf2 {
	display: block;
}

.ycxuanf img {
	max-width: 100%;
}

.ycxuanf span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 45px;
	text-align: center;
	background: #fc672e;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 20px;
}

.ycxuanf .ycxuanf_top {
	background: #fff;
	color: #fc672e;
	border: 1px solid #fc672e;
}

.ycxuanf_top img {
	margin-top: 16px;

}

.ycxuanf .ycxuanf_top:hover {
	cursor: pointer;
}

.header.on .sgp-in-head {
	background: #fff;
}

.header.on .sgp-in-head-a {
	display: none;
}

.header.on .sgp-in-nav a {
	color: #333;
}

.header.on .logo-2 {
	opacity: 1;
}

.header.on .logo-1 {
	opacity: 0;
}

.header.on .sgp-in-head {
	top: 0;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

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

.w1400 {
	width: 1400px;
	margin: 0 auto;
}

.banp1 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.2;
}

.banp2 {
	margin-top: 15px;
	font-size: 24px;
}

.banp3 {
	font-size: 48px;
	font-weight: bold;
	background: linear-gradient(to right, #00AEC7, #002F6C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banp4 {
	font-size: 18px;
	margin-top: 20px;
	width: 45%;
	line-height: 28px;
}

.banp5 {
	color: #333;
}

.banp6 {
	color: rgb(51, 51, 51, 0.8);
}



.xxbppwz {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.xxbppwz .sg2banerp3-1 {
	margin-top: 50px;
	margin-left: 0;
}

#wrap,
#container {
	background: #fff;
}

.sg2baner {
	height: 100vh;
	width: 100%;
	position: relative;
}

.sg2_pagin {
	position: absolute;
	bottom: 10% !important;
	left: 11% !important;
	z-index: 1;
	width: auto !important;
}

.sg2_pagin .swiper-pagination-bullet-active {
	background: #00AEC7;
}

.sg2banerimg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sg2banerimg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	z-index: 3;
	object-fit: cover;
}

.sg2banerp3,
.bb-pub-more {
	border-radius: 30px;
	padding: 0;
	font-size: 14px;
	width: 155px;
	/* margin: 0 10px; */
	/* margin-right: 20px; */
	text-align: center;
}

.sg2banerp3,
.bb-pub-more {
	display: inline-block;
	margin-top: 80px;
	box-sizing: border-box;
}

.sg2banerp3,
.bb-pub-more {
	color: #fff;
	/* background: linear-gradient(to right, rgb(0, 47, 108) 0%, rgb(0, 174, 199) 100%); */
	background: #00AEC7;
	height: 40px;
	line-height: 40px;
	/* border: 2px solid transparent; */
	transition: all 0.3s ease;
}

.sg2banerp3-1,
.bb-pub-more-1 {
	background: none;
	color: #fff;
	border-color: #fff;
	border: 1px solid #fff;
}

.sg2banerp3-2 {
	background: none;
	color: #222;
	border-color: #222;
	border: 1px solid #222;
}

.bb-pub-more-2 {
	background: none;
	color: #333;
	border-color: #dfdfdd;
}

.bb-pub-more-3 {
	border-color: var(--green);
	border: 1px solid #a5a5a5;

}

.sg2banerwz {
	position: absolute;
	width: 80%;
	min-width: 1200px;
	z-index: 10;
}

.sg2banerwz {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: left;
}

.sg2banerwz2 {
	text-align: center;
}

.sg2banerwz {
	color: #fff;
	line-height: 1.4;
}

.sg2banerp1 {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
}

.sg2banerp2 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 15px;
}

.bb-pub-more:hover,
.sg2banerp3-1:hover,
.sg2banerp3-2:hover,
.bb-pub-more-1:hover,
.bb-pub-more-2:hover,
.bb-pub-more-3:hover {
	/* background: linear-gradient(to right, rgb(0, 47, 108) 0%, rgb(0, 174, 199) 100%); */
	background: #00AEC7;
	color: #fff;
	border-color: var(--green);
	border: 1px solid transparent;
}

.honora1_item:hover .sg2banerp3-2 {
	background: #00AEC7;
	color: #fff;
	border-color: var(--green);
	border: 1px solid transparent;
	cursor: pointer;
}

.bb-pub-more {
	margin: 0;
	margin-right: 15px;
}

#scroll_down {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
}

#scroll_down:after {
	display: block;
	content: "";
	width: 1px;
	height: 50px;
	position: absolute;
	top: 100%;
	left: 50%;
	background: rgba(0, 0, 0, 0.4);
	margin-left: -1px;
}

#scroll_down a {
	position: relative;
	display: block;
	padding-bottom: 35px;
}

#scroll_down a:before {
	display: block;
	content: "";
	width: 1px;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: rgba(255, 255, 255, 0.5);
	margin-left: -1px;
}

#scroll_down a:after {
	display: inline-block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 60px;
	background: #fff;
	transform: scaleY(0);
	animation: lineActiveAnimation 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
	margin-left: -1px;
}

#scroll_down .txt {
	font-size: 16px;
	color: #fff;
	margin-bottom: 17px;
	display: block;
}

#scroll_down .fig {
	width: 25px;
	height: 38px;
	border: 1px solid #fff;
	border-radius: 25px;
	margin: 0 auto;
}

@keyframes lineActiveAnimation {
	0% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: center top;
		transform-origin: center bottom
	}

	49% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: center top;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: center bottom;
		transform-origin: center top
	}

	99% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: center bottom;
		transform-origin: center top
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: center bottom;
		transform-origin: center top
	}
}

.sg2baner {
	background: #000;
}

.sg2banerwz-1 {
	top: 28%;
	top: 36%;
	transform: translateX(-50%);
}

/* .sg2baner .swiper-slide:before {
    width: 100%;
    height: 100%;
}

.sg2baner .swiper-slide:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: 5;
    background: #000;
    opacity: 0.1;
} */

.sg2-a {
	margin-top: -1px !important;
	z-index: 10;
}

.w-12 {
	width: 1250px;
	margin: 0 auto;
}

.sg2-a {
	text-align: center;
	padding: 90px 0;
	position: relative;
	padding-bottom: 0;
}

.sg2-a-h4 {
	font-size: 56px;
	color: #002f6c;
	font-weight: 700;
	line-height: 1.2;
}

.sg2-a-p1 {
	font-size: 25px;
	margin-top: 25px;
	/* padding: 0 250px; */
	line-height: 1.8;
}

.sg2-a {
	background: #fff;
}

.ani_style3 {
	opacity: 0;
}

.ani_style1 {
	opacity: 0;
}

.ani_style1.is-inview {
	animation: 1s aniStyle2 0.3s;
	animation-fill-mode: forwards;
}

.ani_style3.is-inview {
	animation: 1s aniStyle3 0.3s;
	animation-fill-mode: forwards;
}

.ge4msgmbmp1 {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	width: 100%;
	line-height: 1.2;
	margin-top: 20px;
}

.banner-btn a:hover {
	background-color: var(--colors);
}

.index-about .left .play a:hover {
	border-color: var(--colors);
	background-color: var(--colors);
}

.ge4msgmbmp1 a {
	display: inline-block;
	margin-left: 5px;
	text-decoration: underline;
	color: rgba(255, 255, 255, 0.5);

}

.ge4msgmbmp1 {
	position: relative;
	padding-left: 20px;
}

.ge4msgmbmp1 i {
	position: absolute;
	left: 0;
	top: -2px;
}

.checks {
	display: inline-block;
	border: 1px solid #fff;
	width: 16px;
	height: 16px;
	border-radius: 3px;
}

.checks.on {
	background: url(../img/checkson.svg) center no-repeat;
	background-size: 100% auto;
	border: 1px solid red;
}

@keyframes aniStyle1 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes aniStyle2 {
	0% {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0px, 0);
	}
}

@keyframes aniStyle3 {
	0% {
		opacity: 0;
		transform: scale(1.3);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.sg2-a-h4 span {
	display: block;
}

.sg2-a-h4 em {
	font-size: 28px;
	font-weight: 300;
	color: #002f6c;
	text-transform: uppercase;
	margin-top: -10px;
}

.nh2aboutr {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 80px;
}

.nh2aboutr ul {
	width: 25%;
	text-align: center;
}

.nh2aboutrp1 {
	color: #00AEC7;
}

.nh2aboutrp1 i {
	font-style: normal;
	padding-left: 5px;
}

.nh2aboutrp2 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}

.sg2h4_s1 {
	/* background: linear-gradient(90deg, #002f6c  0%, #00aec7 100%); */
	background: linear-gradient(to right, #002f6c 0%, #00aec7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bba-head-p1 a {
	color: #fff;
	font-size: 12px;
}

.bba-head-p1 a {
	display: inline-block;
	margin-left: 35px;
}

.bba-head-p1 .sgp-in-lauge {
	display: inline-block;
	margin-left: 35px;
}

.sgp-in-nav a {
	font-weight: bold;
}

.bba-head-btn {
	font-size: 14px;
}


.sg2-b {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	margin-top: -10px;
	z-index: 12;
	background: #e4e4e4;
}

.sg2-b-video {
	width: 100%;
	vertical-align: top;
	height: 100vh;
	object-fit: cover;
}

.sg2-b-bga {
	position: absolute;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sg2-b-bga {
	left: 0;
	top: 0;
}

.sg2-b-qq {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	border-radius: 50%;
}

.sg2-b-qq {
	position: absolute;
	width: 35vw;
	height: 35vw;
	border: 1200px solid #fff;
	box-sizing: content-box;
}

.sg2-c {
	position: relative;
	z-index: 12;
	background: #757982;
	padding: 90px 0;
	overflow: hidden;
}

.sg2-c-video {
	width: 100%;
	vertical-align: top;
	object-fit: cover;
}

.sg2-c-h5 {
	font-size: 50px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	line-height: 1.2;
}

.sg2-c-h5 span {
	font-weight: bold;
	display: block;
}

.sg2-c-li {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.sg2-c-li-m {
	width: 25%;
	line-height: 1.6;
	text-align: center;
}

.sg2-c-desc {
	margin-top: 10px;
	color: #fff;
}

.sg2-c-b {
	margin-top: -50px;
}


.sg2-a {
	background: #e4e4e4;
	padding-bottom: 10px;
}

.sg2-a-p1 {
	color: #333;
}

.sg2-b-qq {
	border-color: #e4e4e4;
}

body {
	background: #e4e4e4;
	height: 100vh;
}

.sg2-b-tit {
	position: absolute;
	width: 100%;
	top: 120px;
	left: 0;
	text-align: center;
	z-index: 6;
	line-height: 1.2;
}

.sg2-b-tit {
	font-size: 50px;
	font-weight: 300;
	color: #444;
	opacity: 0;
}

.sg2-b-tit span {
	display: block;
	color: #c01822;
	font-weight: bold;
}

.sg2-b-box {
	height: 100vh;
	position: relative;
}

.b2gsj {
	position: absolute;
	left: 50%;
	margin-left: -700px;
	bottom: 5%;
	z-index: 4;
	opacity: 0;
}

.b2gsj_tit {
	position: absolute;
	left: 50%;
	top: 85%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.b2gsj_tit .bb-pub-p2 {
	margin-top: 40px;
}


.b2gsj {
	width: 1400px;
	display: flex;
}

.b2gsj ul {
	width: 20%;
	text-align: center;
}

.b2gsjicon {
	display: inline-block;
	width: 60px;
	height: 60px;
	position: relative;
}

.b2gsjicon img {
	position: absolute;
	max-width: 90%;
	max-height: 90%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.b2gsjp1 {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}

.b2gsjp2 {
	font-weight: bold;
	font-size: 42px;
	line-height: 1;
	color: var(--green);
	color: #fff;
	margin-top: 5px;
}

.b2gsjp2 i {
	font-size: 30px;
	font-style: normal;
}

.b2gsjp2 span,
.b2gsjp2 i {
	display: inline-block;
	vertical-align: middle;
}

.sg2-c {
	padding-top: 110px;
	height: 100vh;
	box-sizing: border-box;
	width: 100%;
}

.sg2-c-video {
	height: 88vh;
	object-fit: cover;
	width: 100%;
}

.sg2-c-b {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	bottom: 50px;
}

.sg2-c-a {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 120px;
	z-index: 3;
}

.sg2-c-li-m {
	line-height: 1.2;
}

.sg2-c-desc {
	font-weight: 300;
}

.sg2-c-icon {
	position: relative;
	display: inline-block;
	width: 65px;
	height: 62px;
}

.sg2-c-icon img {
	position: absolute;
	max-width: 80%;
	max-height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.bblogobg,
.bblogologo {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.sg2-c {
	padding: 0;
}

.bblogowz {
	display: none;
	position: absolute;
	opacity: 0;
	width: 1400px;
	left: 50%;
	margin-left: -700px;
}

.bblogowz {
	top: 50%;
	transform: translateY(-50%);
}

.bblogowzm {
	padding-left: 5%;
}



.bb-pub-h2,
.ggdbt {
	background-image: linear-gradient(to top, #14a3c2 0%, #07578f 100%);
	-webkit-background-clip: text;
	color: transparent;
}

.bb-pub-h2 {
	font-size: 48px;
	font-weight: 500;
	line-height: 1.2;
	display: inline-block;
	letter-spacing: 4px;
	color: #000;
}

.bb-pub-p1 {
	margin-top: 20px;
}

.bb-pub-h2-fff,
.bb-pub-p1-fff {
	color: #fff;
	background-image: none;
}

.bb-pub-p2 {
	margin-top: 85px;
}

.sg2-top-80 {
	margin-top: 80vh;
	background: #000;
	text-align: center;
	overflow: hidden;
}

.sg2-top-80 {
	position: relative;
	width: 100%;
	align-items: center;
	z-index: 20;
}

.sg2-d-h4 {
	background: #000;
	position: relative;
	z-index: 12;
}

.sg2-d-h4 span {
	display: block;
}

.sg2-d {
	padding: 90px 0;
	background: #000;
	padding-top: 30%;
}

.sg2-d-h4 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 150px;
	line-height: 1;
}

.sg2-d-h4 {}

.sg2-d-h4 span {
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(90deg, #bfbfbf, #cfcfcf 24%, #cccccc 35%, #ffffff 66%, #ffffff);
}

.sg2-d-img {
	margin-top: 20px;
}

.sg2-d-m {
	padding-top: 0;
}

.sg2-d-img-0 {
	margin-top: 8%;
}

.sg2-d-img {
	overflow: hidden;
	position: relative;
	height: 570px;
}

.sg2-d-img-bg,
.sg2-d-img-video {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sg2-d-img-bg,
.sg2-d-img-video {
	width: 110%;
	height: 110%;
	left: -5%;
	top: -5%;
}

.sg2-d-img-video {
	object-fit: fill;
}

.sg2-d-img-wz {
	width: 100%;
	text-align: center;
	color: #fff;
}

.sg2-d-img-h4 {
	font-size: 38px;
	font-weight: bold;
	color: #fff;
}

.sg2-d-img-p1 {
	font-size: 18px;
}

.sg2-d-img-more {
	display: inline-block;
	border: 1px solid #fff;
	padding: 10px 35px;
	line-height: 1;
}

.sg2-d-img-more {
	border-radius: 25px;
	margin-top: 25px;
}

.sg2-d-img-wz1 {
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 12;
}

.sg2-d-img-more:hover {
	background: #c01822;
	color: #fff;
	border-color: #c01822;
}

.sg2-d-img-more {
	transition: all 0.3s ease;
}

.sg2-d-n {
	display: flex;
	width: 100%;
	margin-top: 20px;
}

.sg2-d-n-m {
	width: 49.2%;
	margin-right: 1.6%;
	background: #1d1d1f;
	padding-bottom: 35px;
}

.sg2-d-n-m:nth-child(2n) {
	margin-right: 0;
}

.sg2-d-n-img img {
	width: 100%;
}

.bbgs {
	text-align: center;
	background: #fff;
	padding: 100px 0;
}

.bbgsslider-btn {
	position: absolute;
	text-align: center;
	border-radius: 50%;
	z-index: 3;
	transition: all 0.3s ease;
}

.bbgsslider-btn {
	width: 48px;
	height: 48px;
	top: 311px;
	background: rgba(0, 0, 0, 0);
	line-height: 48px;
	cursor: pointer;
}

.bbgsslider-btn i {
	font-size: 42px;
	color: #fff;
}

.bbgsslider-btn:hover {
	background: rgba(0, 0, 0, 0.3);
}

.bbgsslider-prev {
	left: 50%;
	margin-left: -700px;
	margin-left: -607px;
}

.bbgsslider-next {
	right: 50%;
	margin-right: -700px;
	margin-right: -607px;
}

.bbgssliderm {
	width: 1280px;
}

.bbgsslider {
	margin-top: 45px;
}

.smile_btn {
	width: 22%;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}

.smile_btn2 {
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.developSwiper {
	margin-top: 40px;
}

.develop_box {
	overflow: hidden;
	margin-top: 20px;
}

.develop_item {
	background: #f5f5f5;
	padding: 40px 30px 40px 40px;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
}

.develop_p2 {
	font-size: 26px;
	/* font-weight: 300; */
	color: #002f6c;
	text-align: left;
}

.develop_ul1 {
	width: 39%;
	position: relative;
	text-align: left;
}

.develop_ul1 .sg2banerp3 {
	margin: 0;
	margin-top: 60px;
}

.develop_ul2 {
	width: 55%;
}

.develop_ul2 img {
	width: 100%;
	border-radius: 20px;
}

.develop_p3 {
	margin-top: 60px;
}

.develop_p4 {
	position: absolute;
	bottom: 0;
	left: 0;
	/* font-weight: 300; */
	font-size: 14px;
}


.develop_pagin {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}


.develop_scroll {
	position: relative;
	width: 246px;
	height: 4px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background: none;
}


.develop_scroll::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0px;
	left: 0;
	background: #dcdedf;
}


.develop_scroll .swiper-scrollbar-drag {
	background: #21AEC9;
	height: 1px;
}

.bbfw {
	padding: 100px 0;
	background: #ededed;
}

.bbfwm {
	width: 1400px;
	display: flex;
}

.bbfwma {
	width: 50%;
	text-align: center;
}

.bbfwp1 {
	margin-top: 20px;
}

.bbfwp2 {
	margin-top: 50px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	overflow: hidden;
}


.shnewli {
	margin-top: 45px;
}

.shnewlim {
	width: 50%;
}

.shnewlim1 {
	padding-right: 15px;
}

.shnewlim2 {
	padding-left: 15px;
}

.shnewwz0 {
	padding: 45px;
	background: #fff;
}

.shnewwzh4 {
	font-size: 18px;
	height: 24px;
	line-height: 1;
	overflow: hidden;
	font-weight: bold;
	color: #222;
}

.shnewwzms {
	margin-top: 15px;
	height: 20px;
	line-height: 1;
	overflow: hidden;
}

.shnewwzmore {
	margin-top: 15px;
	display: inline-block;
	height: 20px;
	padding-right: 30px;
	line-height: 20px;
	position: relative;
}

.shnewwzmore {
	font-size: 14px;
}

.shnewwzmore i {
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.shnewimg {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.shnewimg img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	object-fit: fill;
}

.shnewimg1 {
	height: 330px;
	border-radius: 0;
}

.shnewspan {
	position: absolute;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.shnewspan1 {
	left: 30px;
	top: 30px;
}

.shnewspan {
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
}

.shnewspan:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.shnewspan:before {
	background: var(--green);
	opacity: 0.5;
}

.shnewspan i {
	font-size: 12px;
	opacity: 1;
	vertical-align: top;
	font-style: normal;
	position: relative;
	z-index: 3;
}

.shnewzw0,
.shnewimg2 {
	border-radius: 12px;
	overflow: hidden;
}

.shnewzw1,
.shnewzw2 {
	width: 50%;
}

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

.shnewzw1 {
	padding-right: 15px;
}

.shnewzw2 {
	padding-left: 15px;
}

.shnewimg2 {
	height: 245px;
}

.shnewwz2 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 3;
}

.shnewwzh41,
.shnewwzmore1,
.shnewwzms1 {
	color: #fff;
}

.shnewwzh41 {
	font-size: 16px;
}

.shnewwz21 {
	padding: 30px;
	padding-bottom: 15px;
}

.shnewwzmore1 {
	padding: 0;
	width: 21px;
}

.shnewwzmore i {
	transition: all 0.3s ease;
}

.bgzz2 {
	opacity: 0.7;
}

.shnewbg {
	opacity: 1;
	position: absolute;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.shnewbg2 {
	opacity: 0;
	background: #062f42;
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.shnewbg,
.shnewzw img,
.shnewwzh40,
.shnewspan:before,
.shnewbg2 {
	transition: all 0.5s ease;
}

.shnewzw:hover .shnewbg {
	opacity: 0;
}

.shnewzw:hover .shnewbg2 {
	opacity: 0.6;
}

.shnewzw:hover img {
	transform: scale(1.03);
}

.shnewzw:hover .shnewwzh40 {
	color: #FF671F;
}

.shnewzw:hover .shnewspan:before {
	opacity: 1;
}

.shnewzw:hover .bgzz2 {
	opacity: 1;
}

.shnewbg2 {
	display: none;
}

/* .shnewzw:hover .shnewwzmore i{right:-10px;} */
* {
	box-sizing: border-box;
}

.shnew {
	padding: 120px 0;
	background: #fafafa;
}

.shnewli {
	width: 1400px;
	margin: 0 auto;
	margin-top: 45px;
}

/* .sgdfoot {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
} */

.sgdfoot {
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #012E6F;
}

.sg2-nums {
	margin-top: 80vh;
}

.sg2-b-box {
	position: relative;
}

.sg2-e {
	position: relative;
	overflow: hidden;
	height: 80vh;
	margin-top: 20px;
}

.sg2-e-top,
.sg2-e-center {
	z-index: 3;
	position: absolute;
	background: #000;
}

.sg2-e-top {
	width: 100%;
	left: 0;
	top: 0;
	height: 12vw;
}

.sg2-e-center {
	width: 12vw;
	height: 100%;
	top: 0;
	position: absolute;
}

.sg2-e-center-l {
	left: 0;
}

.sg2-e-center-r {
	right: 0;
}

.bbewz {
	position: absolute;
	width: 1400px;
	left: 50%;
	margin-left: -700px;
	text-align: right;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
}

.bbewzm {
	display: inline-block;
	text-align: left;
	width: 460px;
	width: 520px;
}

.bba-head-btnm {
	font-size: 14px !important;
}

.bba-head-btnm {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	border-radius: 30px;
}

.bba-head-search {
	background: #fff;
	color: #333;
}

.bba-head-buy {
	background: #00AEC7;
}

.bba-head-search span,
.bba-head-search i {
	color: #333;
}

.bba-head-buy .sdshangpin {
	font-size: 16px;
}

.bba-head-buy .sdshanglajiantou {
	font-size: 14px;
	position: relative;
	top: 1px;
}

.bba-head-btnm span,
.bba-head-btnm i {
	display: inline-block;
	vertical-align: top;
}

.bba-head-buy span {
	padding: 0 10px;
}

.bba-head-buy span,
.bba-head-buy i {
	color: #fff !important;
}

.bba-head-search i {
	font-size: 22px;
	margin-left: 15px;
	position: relative;
	top: 1px;
}

.bba-head-search {
	padding: 0 25px;
	margin-left: 15px;
}

.bba-head-buy {
	position: relative;
}

.bb-pub-shop {
	position: absolute;
	top: 44px;
	left: 0;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	color: #000;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.bb-pub-shop a {
	display: inline-block;
	width: 100%;
	height: 40px;
	text-align: left;
	padding-left: 20px;
}

.bb-pub-shop img {
	/* margin-right: 5px; */
	width: 20px;
	margin-top: 10px;
}

.bb-pub-shop .shop_s1 {
	display: inline-block;
	color: #555 !important;
}

.shop_img2 {
	display: none;
}

.bb-pub-shop a:hover {
	background: #00AEC7;
}

.bb-pub-shop a:hover .shop_img2 {
	display: inline-block;
}

/* .bb-pub-shop a:hover .shop_img1 {
    display: none;
} */

.bb-pub-shop a:hover .shop_s1 {
	color: #fff !important;
}

.bba-head-buy:hover .bb-pub-shop {
	opacity: 1;
	visibility: visible;
}

.bba-head-buy .shop1 {
	height: 15px;
	margin-top: 10px;
}


/* 底部footer */
.footer {
	width: 100%;
	background: #002e6f;
	padding: 80px 0 40px 0;
	color: #fff;
}

.footer_main {
	display: flex;
	justify-content: space-between;
}

.footer_ul1 {
	width: 60%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer_item {
	width: 22%;

}

.footer_m {
	margin-top: 50px;
}



.footer_item a {
	color: #fff;

}


.footer_item h4 {
	font-size: 16px;
	margin-bottom: 20px;
}

.footer_item p {
	font-size: 14px;
	margin-top: 10px;
}

.footer_ul2 {
	width: 35%;
}

.footer_ul2 span {
	font-size: 24px;
	/* background: linear-gradient(to right, #2db5aa, #025eac);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
	font-weight: bold;
	color: #fff;
}

.footer_from {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.from_item1 {
	width: 49%;
	border-radius: 8px;
	overflow: hidden;
}

.from_item2 {
	width: 100%;
	margin-top: 10px;
}

.from_item1 input {
	width: 100%;
	background: rgb(255, 255, 255, 0.2);
	border-radius: 4px;
	border: none;
	outline: none;
	height: 52px;
	line-height: 52px;
	padding: 0 15px;
	color: #fff;
}

.from_item1 input::-webkit-input-placeholder {
	color: rgb(255, 255, 255, 0.5);
}

.from_item2 textarea::-webkit-input-placeholder {
	color: rgb(255, 255, 255, 0.5);
}

.from_item2 select {
	width: 100%;
	background: rgb(255, 255, 255, 0.2);
	border-radius: 4px;
	border: none;
	outline: none;
	height: 52px;
	line-height: 52px;
	padding: 0 15px;
	color: rgb(255, 255, 255, 0.5);
	;

}

.webboxs {
	position: absolute;
	width: 100%;
	height: 0;
	overflow: hidden;
	left: 0;
	top: -100px;
}

.footer_ss1 {
	color: rgb(255, 255, 255, 0.4);

}

.from_item2 option {
	color: #000;
}

.from_item2 textarea {
	width: 100%;
	background: rgb(255, 255, 255, 0.2);
	border-radius: 8px !important;
	border: none;
	outline: none;
	height: 86px;
	padding: 15px;
	color: #fff;
}

.footer_btn {
	/* text-align: end; */
	margin-top: 20px;
}

.footer_btn button {
	display: inline-block;
	/* background-image: -webkit-linear-gradient(24deg, rgb(45, 181, 170) 0%, rgb(2, 94, 172) 99%); */
	background: #00AEC7;
	width: 157px;
	height: 45px;
	color: #fff;
	border-radius: 22.5px;
	/* margin-top: 20px; */
	border: 1px solid transparent;
	transition: all 0.3s ease;
	/* background: transparent; */
}

.footer_btn:hover button {
	background: #00AEC7;
	border: 1px solid #00AEC7;
	color: #fff;
}

.footer_bom {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

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

.footer_ul3 .xxlogo2 {
	height: 24px;
}

.footer_ul7 {
	width: 70%;
}



.footer_ul7 span {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	margin-right: 10px;
	background: #00AEC7;
	margin-top: 30px;
}

.footer_ul7 i {
	font-size: 25px;
}


.footer_ul8 {
	width: 30%;
	text-align: right;
}

.footer_ul8 img {
	height: 50px;
}

.ycxuanf_img1 img {
	margin-bottom: 20px;
}

.footer_ul9 span {
	position: relative;
}

.footer_ul9 span:hover .footer_ul4_wx {
	opacity: 1;
	visibility: visible;
}

.footer_ul4_wx img {
	border-radius: 10px;
}

.footer_p1 {
	font-size: 20px;
}

.footer_p2 {
	font-size: 32px;
	margin: 10px 0;
}

.footer_p3 {
	text-transform: uppercase;
}

.footer_ul4 {
	width: 40%;
	text-align: end;
}

.footer_ul4 i {
	margin: 0 15px;
	font-size: 22px;
	color: #939393;
}

.footer_ul4 a {
	position: relative;
}

.footer_ul4_wx {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: -120px;
	left: -20px;
	width: 100px;
	transition: all 0.3s ease;
}

.footer_ul4 a:hover .footer_ul4_wx {
	opacity: 1;
	visibility: visible;
}


.footer_ul5 {
	margin-left: 50px;
}

.footer_ul5 a {
	margin: 0 15px;
}

.footer_hr {
	width: 100%;
	height: 1px;
	margin: 15px 0;
	background: #33588c;
}

.footer_ul6 {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #666;
}

.footer_ul6 a {
	color: rgb(255, 255, 255, 0.4);
	font-size: 14px;
}

/**/

.bangban {
	position: relative;
	margin-top: 130px;
}

.bangban .isimg {
	width: 100%;
	position: relative;
}

.ban_top {
	width: 100%;
	/* border-bottom: 1px solid rgb(255, 255, 255, 0.5); */
	position: absolute;
	top: 0;
}

.ban_top ul {
	height: 55px;
	line-height: 55px;

}

.ban_ul1 a {
	color: #fff;
	margin: 0 3px;
}

.ban_ul3 {
	display: flex;
	justify-content: space-between;
}

.ban_a1 {
	font-weight: bold;
}

.ban_ul1 em {
	margin: 0 5px;
	color: #fff;
}

.ban_top2 {
	background: #fff;
	box-shadow: 6.444px 2.735px 17.85px 3.15px rgba(0, 0, 0, 0.05);
}

.down_top {
	margin-top: 83px;
}

.ban_top3 {
	box-shadow: 0px 12px 24px 0px rgba(4, 0, 0, 0.04);

}

.ban_top3 a {
	color: #000;
}

.ban_top3 em {
	color: #000;
}

.ban_ul2 a {
	color: #000;
}

.ban_ul2 em {
	margin: 0 5px;
	color: #000;

}

/*  */
.pd80px {
	padding: 100px 0;
}

.banp3 {
	font-size: 36px;
	font-weight: bold;
	background: linear-gradient(to right, #2db5aa, #025eac);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about_p p {
	margin-top: 20px;
	line-height: 26px;
}

.about_p p:first-of-type {
	margin-top: 40px;
}

.about_bg {
	position: relative;
}

.about_bg img {
	width: 100%;
}

.about_bgtit {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between;
	width: 100%;
	text-align: center;
}

.about_bgtit1 {
	width: 33%;
}

.about_bgtit1_s1 {
	font-size: 44px;
	font-weight: bold;
	color: #fff;
}

.about_bgtit1_s2 {
	font-size: 28px;
	color: #fff;
}

.about_bgtit1_s3 {
	color: #fff;
	margin-top: 30px;
}

.culture_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.culture_left {
	display: flex;
	justify-content: space-between;
	width: 100%;
}



.culture_ul1,
.culture_ul2,
.culture_item {
	width: 50%;
	overflow: hidden;
}

.culture_ul1 .cul_img1,
.culture_item .cul_img1 {
	width: 100%;
	transition: all 0.3s ease;
		transform: scale(1.1);
}

.culture_ul1 .cul_img1:hover,
.culture_item .cul_img1:hover {
	transform: scale(1.2);
}


.culture_item2 {
	background: #f5f6f7;
	padding: 30px;
}

.culture_p1 {
	font-size: 28px;
	font-weight: bold;
}

.culture_ul2 {
	display: flex;
}


.culture_li1 {
	margin-top: 120px;
}

.culture_li2 {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.culture_li2 img {
	height: 30px;
}

.culture_p2 {
	margin-top: 65%;
	font-size: 20px;
}

.culture_item3 {
	background: #002f6c;
}

.culture_item3 .culture_p1,
.culture_item3 .culture_p2 {
	color: #fff;
}


.culture_p3 {
	margin: 20px 0 10px 0;
}

.culture_p4 {
	font-size: 20px;
}

.text_c {
	text-align: center;
}

.text_r {
	text-align: right;
}

.use_p2 {
	text-align: center;
}

.below_p1 {
	text-align: center;
	margin-top: 20px;
}

.below_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.below_left {
	width: 100%;
}

.below_left video {
	width: 100%;
	border-radius: 10px;
}

.below_right {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.below_item {
	width: 32%;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 24.3px 2.7px rgba(49, 49, 49, 0.05);
	z-index: 5;
	padding: 20px;
}

.below_item_li,
.exhibition_li1 {
	border-radius: 10px;
	overflow: hidden;
}

.below_item_li img,
.exhibition_item img {
	width: 100%;
	transition: all 0.3s ease;
}

.below_item:hover .below_item_li img,
.exhibition_item:hover .exhibition_li1 img {
	transform: scale(1.1);
}

.below_p2 {
	font-size: 20px;
	color: #333;
	margin: 15px 0 10px 0;
}

.below_p3 {
	font-size: 14px;
	color: #555;
}

.below_item {
	margin-top: 20px;
	/* margin-bottom: 20px; */
}

.exhibition {
	width: 100%;
	background: #f9f9f9;
}

.exhibition_swiper {
	margin-top: 40px;
}

.hbfd_swiper {
	padding: 20px 0 40px 0;
}

.hbfd_page {
	width: 200px;
	text-align: center;
	margin: 0 auto;
	/* overflow-x: scroll; */
	white-space: nowrap;
}

.hbfd_page span {
	margin: 0 5px;
}

.hbfd_page .swiper-pagination-bullet-active {
	background: #ff661c;
}

.exhibition_item {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}

.exhibition_item p {
	font-size: 20px;
	color: #333;
	margin-top: 20px;
}

.exhibitio_btn {
	text-align: right;
	margin-top: 40px;
}

.exhibitio_btn span {
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #333;
	border: 1px solid #333333;
	transition: all 0.3s ease;
	text-align: center;
	line-height: 40px;
	margin-left: 10px;
}


.exhibitio_btn span:hover {
	background: #ff661c;
	color: #fff;
	border: 1px solid #ff661c;
	cursor: pointer;
}

.honor {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.honor .swiper{
    margin: 0;
}

.honor_ul2 {
	display: flex;
}

.issubm {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	margin-top: 40px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.issubm.on {
	opacity: 1;
	visibility: visible;
}

.issub2 {
	border-bottom: 1px solid #fff;
	margin-left: 50px;
	padding: 5px 0;
}

.issub2:hover {
	cursor: pointer;
}

.issub2.on {
	color: #FF671F;
	border-bottom: 1px solid #FF671F;
}

.honor_item {
	border-bottom: 1px solid #fff;
	margin-left: 50px;
	padding: 10px 0;
}

.honor_item.on {
	color: #FF671F;
	border-bottom: 1px solid #FF671F;
}

.honor_img {
	display: none;
	margin-top: 40px;
}

.honor_img.on {
	display: block;
	margin-top: 40px;
}

.honor_main {
	position: relative;
	height: 650px;
}

.honor_img {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	margin-top: 40px;
	overflow: hidden;
}

.honor_p1 {
	margin-top: 40px;
}

.honor_item1 {
	text-align: center;
	border-radius: 10px;
	background: #f9f9f9;
	padding-bottom: 40px;
}

.honor_p2 {
	font-size: 14px;
	margin-top: 15px;
	text-align: center;
	/*color: #fff;*/
}

.honor_li1 {
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	margin-top: -5px;
}

.honor_li1 img {
	width: 100%;
	transition: all 0.3s ease;
}

.honor_item1:hover .honor_li1 img {
	transform: scale(1.1);
}

.honor_img2 {
	display: none;
	margin: 0 auto;

}

.honor_img1 {
	display: block;
	margin: 0 auto;
}

.honor_item1:hover .honor_img1 {
	display: none;
}

.honor_item1:hover .honor_img2 {
	display: block;
}

.honor_swiper1 {
	position: relative;
}

.honor_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	display: flex;
	justify-content: space-between;
	width: 100%;
	border: 1px solid red;
}

.share {
	width: 100%;
	background: #f5f5f5;
}

.share_swiper {
	margin-top: 40px;
	position: relative;
}

.share_item {
	background: #fff;
	display: flex;
	justify-content: space-between;
	border-radius: 10px 100px 10px 100px;
	overflow: hidden;
}

.share_left {
	width: 50%;
	padding: 5%;
}

.share_right {
	width: 50%;
	overflow: hidden;

}

.share_right img {
	width: 100%;
	transition: all 0.3s ease;

}

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

.share_p1 {
	font-size: 24px;
	color: #05306d;
}

.share_p2 {
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}

.share_btn {
	position: absolute;
	bottom: 60px;
	left: 50px;
	z-index: 111;
	text-align: left;
	width: 50% !important;
	margin-top: 0;
}

.new_list {
	display: flex;
	flex-wrap: wrap;
}

.new_main {
	margin-top: 40px;
}

.new_a1 {
	display: none;
}

.new_a1.on {
	display: block;
}

.new_item {
	width: 50%;
}

.new_item:nth-child(1n) {
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-top: 5%;
}

.new_item:nth-child(2n) {
	border-right: none;
	border-left: none;
	border-top: 1px solid #e1e1e1;
	padding-left: 5%;
	padding-bottom: 5%;
	padding-right: 0%;
}

.new_item:nth-child(1),
.new_item:nth-child(2) {
	padding-top: 0%;
	border-top: none;
}

/*.new_item:last-child {*/
/*	border-bottom: none;*/
/*}*/

.new_item img {
	width: 100%;
}

.new_p1 {
	font-size: 22px;
	color: #283e6b;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.new_p2 {
	font-size: 16px;
	color: #888;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new_li1 {
	overflow: hidden;
}

.new_li1 img {
	width: 100%;
	transition: all 0.3s ease;
}

.new_item:hover .new_li1 img {
	transform: scale(1.1);
}

.new_s {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.new_s1 {
	font-size: 66px;
	color: #eee;
	transition: all 0.3s ease;
}

.new_s2 {
	padding-left: 20px;
	color: #eee;
	transition: all 0.3s ease;
}

.new_s3 {
	font-size: 14px;
	color: #283e6b;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	padding-bottom: 5px;
	border-bottom: 1px solid #283e6b;
}

.new_item:hover {
	cursor: pointer;
}

.new_item:hover .new_s3 {
	opacity: 1;
	visibility: visible;
}

.new_item:hover .new_s1,
.new_item:hover .new_s2 {
	color: #283e6b;
}

.newpagenewm {
	margin-top: 40px;
	display: flex;
	align-items: center;
}

.newpagenewm a.on,
.newpagenewm a:hover {
	background: #ff661c;
	color: #fff;
}

/*.newpagenewm i:hover {*/
/*	background: #ff661c;*/
/*	color: #fff;*/
/*	cursor: pointer;*/
/*}*/

.newpagenewm a {
	position: relative;
	font-size: 14px;
	transition: all 0.3s ease;
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	background: #f6f6f6;
}

.cooperation {
	width: 100%;
	background: #f6f6f6;
}

.cooperation_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.cooperation_item {
	width: 49%;
	background: #fff;
	border-radius: 10px;
	padding: 4% 5%;
	margin-top: 20px;
	margin-right: 15px;
	transition: all 0.3s ease;
}

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

.coop_p2 {
	display: flex;
	align-items: center;
}

.coop_p2 span {
	margin-left: 20px;
	color: #333;
	font-size: 24px;
}

.coop_p1 {
	margin-top: 20px;
	color: #555;
}

.coop_img1 {
	display: block;
}

.coop_img2 {
	display: none;
}

.cooperation_item:hover .coop_img1 {
	display: none;
}

.cooperation_item:hover .coop_img2 {
	display: block;
}

.cooperation_item:hover {
	background: #ff661c;
}

.cooperation_item:hover .coop_p2 span {
	color: #fff;
}

.cooperation_item:hover .coop_p1 {
	color: #fff;
}

.coop_item {
	overflow: hidden;
	border-radius: 20px;
}

.coop_item img {
	width: 100%;
	border-radius: 20px;
	transition: all 0.3s ease;
}

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

.cooper_main {
	position: relative;
	background: #fff;
}

.cooper_slider {
	margin-top: 40px;
}

.cooper_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cooper_btn span {
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff;
	border: 1px solid #fff;
	transition: all 0.3s ease;
	text-align: center;
	line-height: 40px;
}

.cooper_btn span:hover {
	border: 1px solid #ff661c;
	background: #ff661c;
	cursor: pointer;
}

/*  */
.laybg {
	background: #000;
	opacity: 0.5;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 766;
	width: 100%;
	height: 100vh;
}

.layvideo {
	position: fixed;
	z-index: 799;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.layvideo {
	max-height: 90%;
	text-align: center;
}

.layvideo video {
	/* width: 80%; */
	max-width: 80%;
	max-height: 70vh;
}

.laybg,
.layvideo {
	display: none;
}

.layclose {
	position: absolute;
	right: -40px;
	top: 0;
	color: #fff;
	font-size: 24px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.layclose {
	transform: rotateZ(45deg);
}

.layclose i {
	font-size: 24px;
}

.layclose i,
.js_video_play i {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.plafa_js_video:hover {
	cursor: pointer;
}

/*  */

.abt26btc2bg,
.abt26btc3bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 300;
	background: #000;
	opacity: 0.5;
	display: none;
}

.abt26btc2,
.abt26btc3 {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 310;
	display: none;
	/* width: 80%; */
	max-width: 80%;
	max-height: 90vh;
}

.abt26btc2close2,
.abt26btc3close3 {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	/* right: -50px; */
	right: -10%;
	top: 0px;
	background: url(../img/guanbia2.svg) center no-repeat;
	background-size: cover;
}

.pro_pop {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px;
	padding: 90px 80px 80px 80px;
}

.pro_p8 {
	font-size: 24px;
	font-weight: bold;
}

.pro_p9 {
	margin-top: 20px;
	color: #888;
}

.pro_p10 {
	font-size: 14px;
	color: #888;
	margin-top: 20px;
}

.pro_10 {
	width: 100%;
	height: 150px;
	line-height: 150px;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #888;
	text-align: center;
}

.pro_textarea {
	width: 100%;
	height: 150px;
	border-radius: 16px !important;
	border: 1px solid #ddd;
	padding: 20px;
	margin-top: 20px;
	font-family: none;
}

.pro_p11 {
	color: #999;
}

.pro_p11 a {
	color: #999;
}

.pro_p11 .checks {
	border: 1px solid #ddd;
}

.pop_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pop_item {
	width: 45%;
	margin-top: 30px;
}

.pop_item input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ddd;
	height: 40px;
	outline: none;
}

.city-picker-select {
	display: flex;
	width: 45%;
}

.city-picker-select select {
	width: 100%;
	line-height: 22px !important;
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	height: 40px !important;
	background: transparent !important;
	font-family: none !important;
	outline: none;
	margin-top: 30px;
	color: #888;
	margin-right: 20px;
}

.city-picker-select select:nth-child(2) {
	margin-right: 0;
}

.pop_item2 {
	width: 45%;
	margin-top: 30px;
}

.pop_item2 select {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ddd;
	height: 40px !important;
	outline: none;
	color: #888;
}

.footer_btn2 {
	margin-top: 40px;
}

/* .footer_btn3 button {
	border: 1px solid #fff;
	color: #fff;
} */

.carbona1 {
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
	margin-top: 80px;
}

.carbona1_left {
	width: 50%;
}

.carbona2_main {
	align-items: center;
}

.carbona2_left {
	width: 50%;
	text-align: center;
}

.carbona1_left img {
	width: 90%;
}

.carbona1_item {
	width: 50%;
}

.carbona1_item p {
	font-size: 20px;
	color: #666;
	margin-top: 20px;
}

/*  */

.coop_item2 {
	position: relative;
}

.coop_item_text {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0, 0.4);
	width: 100%;
	padding: 30px 40px;
}

.coop_item_p1 {
	font-size: 20px;
	color: #fff;
}

.coop_item_p2 {
	font-size: 16px;
	color: #fff;
}

.carbonb1 img {
	width: 100%;
}

.carbona1_main {
	padding-bottom: 100px;
	position: relative;
	z-index: 11;
}

.carbonb1 {
	padding: 60px 0 40px 0;
	z-index: 11;
}

.carbom_h {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 100%;
}




.carbom_main {
	padding-bottom: 100px;
}

.carbom_more {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.carbom_item {
	width: 32%;
	box-shadow: 0px 0px 27px 0px rgba(51, 51, 51, 0.07);
	border-radius: 20px;
	padding: 40px 30px;
	text-align: center;
	position: relative;
	border: 1px solid transparent;
	transition: all 0.3s ease;
}

.carbom_item:hover p {
	color: #000;
}

.por_item {
	width: 32%;
	box-shadow: 0px 0px 27px 0px rgba(51, 51, 51, 0.07);
	border-radius: 20px;
	padding: 35px 30px;
	text-align: center;
	position: relative;
	border: 1px solid transparent;
	transition: all 0.3s ease;
	margin-right: 20px;
	margin-top: 40px;
}

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

.carbom_li1 {
	margin-top: 10px;
	overflow: hidden;
}

.carbom_li1 img {
	width: 80%;
	transition: all 0.3s ease;
}

.carbom_p1 {
	font-size: 24px;
	color: #333;
	margin-top: 10px;
}

.carbom_p2 {
	font-size: 20px;
	color: #333;
	min-height: 28px;
}

.carbom_s1 {
	display: inline-block;
	padding: 10px 40px;
	border-radius: 30px;
	border: 1px solid #333;
	margin-top: 20px;
	transition: all 0.3s ease;
}

.carbom_item:hover .carbom_s1,
.por_item:hover .carbom_s1 {
	background: #1caec6;
	color: #fff;
	border: 1px solid #1caec6;
}

.carbom_item:hover,
.por_item:hover {
	border: 1px solid #1caec6;
}

.por_item:hover .carbom_li1 img,
.carbom_item:hover .carbom_li1 img {
	transform: scale(1.1);
}

/* 
.por_bj {
    position: absolute;
    top: 30px;
    left: 50px;
    z-index: 111;
} */
.por_bj {
	position: relative;
	text-align: left;
}

.por_bj span {
	padding-left: 20px;
}

.por_bj::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 6px;
	width: 10px;
	height: 10px;
	background: transparent;
	border-radius: 20px;
	z-index: 1;
	border: 1px solid #000;
}

.por_bj:hover::before {
	background: #fc672e;
	border: 1px solid #fc672e;
}

.por_bj:hover {
	cursor: pointer;
}

.por_bj.on::before {
	background: #fc672e;
	border: 1px solid #fc672e;
}




/* .carbom_item::after {
    content: "";
    border: 1px solid #0000;
    bottom: -1px;
    left: -1px;
    opacity: 0;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: background-size .5s linear, opacity 1s;
    z-index: 1;
    background-size: 0px 0px;
    background: radial-gradient(circle at bottom left, #00306d 12.5%, #3988ab 37.5%, #1caec5);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 200% 200%;
    border: 0;
    -webkit-clip-path: polygon(0 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0, 0 0);
}

.carbom_item:hover::after {
    opacity: 1;
} */

.corbom_video {
	position: relative;
	margin-top: 40px;
}

.corbom_li .corbom_img1 {
	width: 100%;
	transition: all 0.3s ease;
}

.corbom_li {
	overflow: hidden;
	border-radius: 20px;
}

.corbom_video:hover .corbom_li .corbom_img1 {
	transform: scale(1.1);
}

.corbom_btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.carbon_uer {
	margin-top: 120px;
}


.pro_list {
	background: #f6f6f6;
	width: 100%;
	margin-top: 40px;
}

.pro_list_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pro_list_ul1 {
	width: 80%;
	display: flex;
	align-items: center;
}

.pro_list_ul2 {
	width: 20%;
}

.pro_list_ul2 .footer_btn button {
	margin-top: 0;
}

.pro_list_li1 {
	width: 32%;
	position: relative;
	margin-right: 10px;
}

.pro_list_li2 {
	overflow: hidden;
}

.pro_list_li2 .pro_img1 {
	width: 90%;
	transition: all 0.3s ease;
}

.pro_list_li1:hover .pro_list_li2 .pro_img1 {
	transform: scale(1.1);
}

.pro_img2 {
	position: absolute;
	top: 0;
	right: 0;
}

.detail_visit {
	width: 100%;
	background: #f3f3f3;
	padding: 60px 0;
}

.visit_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.visit_item {
	width: 33%;
	text-align: center;
	transition: all 0.3s ease;
	position: relative;
}

.visit_item img {
	width: 100px;
	border-radius: 10px;
}

.visit_ul1 {
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease; */
	display: block;
}

.visit_ul2 {
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease; */
	display: none;
}

.visit_item:hover .visit_ul2 {
	/* opacity: 1;
	visibility: visible; */
	display: block;
}

.visit_item:hover .visit_ul1 {
	/* opacity: 0;
	visibility: hidden; */
	display: none;
}

/* .visit_ul2 {
	display: none;
}

.visit_item:hover .visit_ul2 {
	display: block;
}

.visit_item:hover .visit_ul1 {
	display: none;
} */

.visit_p1 {
	font-size: 24px;
	margin-top: 20px;
	color: #333;
}

.visit_p2 {
	font-size: 16px;
	color: #555;
	margin-top: 5px;
}

/* */


body {
	color: #222;
}

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

.more2 {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	border: 1px solid #ed0023;
	border-radius: 20px;
	padding: 0 30px;
	font-size: 14px;
}

.more2 i {
	width: 13px;
	margin-left: 10px;
	height: 100%;
	vertical-align: top;
	display: inline-block;
	background-size: 100% auto;
	position: relative;
}

.more2 i:before,
.more2 i:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.more2 i:before {
	background: url(../img/icon_viewmore_hei.svg) center no-repeat;
	background-size: 100% auto;
	opacity: 0.8;
}

.more2 i:after {
	background: url(../img/icon_viewmore_wt.svg) center no-repeat;
	opacity: 0;
	background-size: 100% auto;
}

.more2:hover i:after {
	opacity: 1;
}

.more2:hover {
	background: #ed0023;
	color: #fff;
}

.more2,
.more2 i:before,
.more2 i:after {
	transition: all 0.3s ease;
}

.mabmdescp {
	margin-top: 60px;
}

.more21 {
	border-color: #fff;
	margin-top: 60px;
}

.more21 i:after {
	opacity: 1;
}

.more21 i:before {
	opacity: 0;
}

.more21:hover {
	background: #fff;
	color: #333;
}

.more21:hover i:before {
	opacity: 1;
}

.more21:hover i:after {
	opacity: 0;
}


.pubcn,
.puben {
	text-align: center;
	line-height: 1.1;
}

.pubcn {
	font-size: 45px;
	font-weight: bold;
	line-height: 1.4;
}

.puben {
	color: #ebebeb;
	font-size: 30px;
	font-family: "DINCondensedBold", aril;
	text-transform: uppercase;
}

.pubcn2 {
	text-align: center;
	font-size: 18px;
	padding-bottom: 10px;
	color: #444;
}

.headerm {
	width: 80%;
	margin: 0 auto;
	min-width: 1200px;
}

.swiper-slide:before {
	transition: all 0.5s ease;
}

.headerma {
	border-bottom: 1px solid #ebf3f9;
	font-size: 12px;
	color: #363636;
	position: relative;
}

.hdalogo {
	position: absolute;
	right: 0;
	padding-left: 25px;
	top: 25px;
	background: #fff;
}

.headerma li {
	height: 68px;
	line-height: 68px;
	margin-right: 30px;
	float: left;
}

.hdasearch {
	display: block;
	vertical-align: top;
	width: 20px;
	height: 100%;
	background: url(../img/search2.png) center no-repeat;
	background-size: 100% auto;
}

.headermb {
	border-bottom: 4px solid #dbdbdb;
}

.hdbnav {
	width: 85%;
}

.hdbnav li {
	float: left;
	height: 75px;
	line-height: 75px;
	padding: 0 12px;
	margin-right: 5%;
}

.hdbnav li>a {
	display: block;
	position: relative;
	font-size: 18px;
	color: #000;
}

.hdbnav li>a:before {
	position: absolute;
	width: 100%;
	content: '';
	height: 4px;
	background: #e30a20;
	left: 0;
	bottom: 4px;
	opacity: 0;
}

.hdbnav li>a i {
	position: absolute;
	display: none;
	width: 10px;
	height: 10px;
	right: 0;
	background: url(../img/pbtyuyan4.png) center no-repeat;
	background-size: 100% auto;
	top: 34px;
}

.hdbnav .hasnav i {
	display: block;
}

.hdbnav .hasnav>a {
	padding-right: 25px;
}

.hdbnav li.on>a:before,
.hdbnav li:hover a:before {
	opacity: 1;
	bottom: 0;
}

.mtoplauge1 {
	display: block;
}

.xjt {
	width: 10px;
	height: 75px;
	background: url(../img/pbtyuyan4.png) center center no-repeat;
	background-size: 100% auto;
	display: block;
}

.headerma li,
.xjt {
	height: 40px;
	line-height: 40px;
}

.hdasearch {
	width: 15px;
}

.hdbnav li {
	height: 73px;
	line-height: 73px;
}

.headermb {
	border-width: 3px;
	border: none;
}

.hdbnav li>a:before {
	height: 3px;
}

.hdalogo img {
	height: 40px;
}

.hdalogo {
	top: 60px;
}

.mtoplauge1 {
	top: 0;
	width: 30px;
	margin-right: 10px;
}

.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 66;
	background: #fff;
	transition: all 0.3s ease;
}

.header.scron {
	top: -41px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}


.bannerpage {
	position: absolute;
	width: 80% !important;
	min-width: 1200px;
	left: 50% !important;
	;
	transform: translateX(-50%);
	bottom: 5% !important;
	;
	z-index: 88;
	text-align: left;
}

.banner {
	height: 100vh;
}

.hbimg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.hbtxt {
	width: 70%;
	min-width: 1200px;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	position: absolute;
	z-index: 6;
	color: #fff;
}

.hbtxth5 {
	font-size: 50px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 3px;
}

.hbtxtmore {
	position: relative;
	font-size: 18px;
	padding-bottom: 25px;
	margin-top: 45px;
	display: inline-block;
}

.hbtxtmore,
.hbtxtmore:hover {
	color: #fff;
}

.hbtxtmore:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background: url(../img/morea.png) left top no-repeat;
}

.hbtxtmore:hover:before {
	left: 10px;
}

.hbtxtmore:before {
	transition: all 0.6s ease;
}

.wzxg1,
.wzxg2,
.wzxg3 {
	position: relative;
	opacity: 0;
	top: 50px;
	transition: all 0.6s ease;
}

.swiper-slide-active .wzxg1,
.swiper-slide-active .wzxg2,
.swiper-slide-active .wzxg3 {
	top: 0;
	opacity: 1;
}

.swiper-slide-active .wzxg1 {
	transition-delay: 0.3s;
}

.swiper-slide-active .wzxg2 {
	transition-delay: 0.5s;
}

.swiper-slide-active .wzxg3 {
	transition-delay: 0.7s;
}




/*切换按钮*/
.index_btn {
	width: 520px;
	position: absolute;
	bottom: 6%;
	left: 50%;
	margin-left: -260px;
	z-index: 999;
}

.index_btn:after,
.index_btn li:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
}

.index_btn li:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	left: 0;
	bottom: 0;
	opacity: 0.5;
	position: absolute;
}

.index_btn:after {
	left: 0;
	bottom: -2px;
}

.index_btn li {
	text-indent: 4px;
	cursor: pointer;
	float: left;
	font-size: 16px;
	float: left;
	width: 33.33%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	position: relative;
}

.index_btn li em {
	opacity: 1;
	font-style: normal;
	font-size: 18px;
	transition: all 0.3s ease;
}

.index_btn li i {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	display: block;
	height: 1px;
	background: #fff;
}

.index_btn li:hover em {
	opacity: 1;
	color: var(--colors);
}

.index_btn li.hover {}

.index_btn li.hover em {
	opacity: 1;
	color: var(--colors);
}

.index_btn li i {
	width: 100%;
	animation: widthA 5s infinite;
}

.index_btn li.hover i {
	width: 100%;
	animation: initial;
}

.index_btn li:before {
	right: 0;
	bottom: -2px;
	z-index: 4;
}

.index_btn li.hover:before {
	background: #fff;
}



@keyframes widthA {
	0% {
		width: 0%;
	}

	50% {
		width: 55%;
	}

	100% {
		width: 0%;
	}
}

.ser_info_box {
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
	width: 1330px;
	margin: 0 auto;
	margin-top: 50px;
}

.serve_dettxt h5 {
	transform: skewX(5deg);
}

.serve_dettxt ul>li:first-child {}

.serve_dettxt ul>li:last-child {
	border: none;
}

.ser_info_box>div:first-child {
	margin-left: 0;
}

.serve_case {
	float: left;
	margin-left: 10px;
	transition: all .3s;
	width: 200px;
	position: relative;
	box-sizing: border-box;
}

.serve_case.on {
	width: 490px;
}

.serve_case {
	border-radius: 5px;
	overflow: hidden;
}

.serve_det {
	height: 400px;
	position: relative;
}

.serve_detimg {
	width: 200px;
}

.serve_dettxt {
	width: 58%;
	width: calc(100% - 190px);
	width: 300px;
	background: #ffffff;
	padding: 0 35px;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	right: 50px;
	top: 0;
	opacity: 0;
}

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

.serve_detimgwz {
	position: absolute;
	width: 100%;
	padding: 0 15%;
	padding-right: 2%;
	top: 15%;
	color: #fff;
	font-size: 24px;
}

.serve_detimgwz img {
	height: 30px;
	display: none;
}

.serve_detimgwz3 img {
	height: 22px;
}

.serve_detimgwz p:nth-child(2) {
	margin-top: 15px;
	color: var(--colors);
}

.serve_case.on .serve_dettxt {
	opacity: 1;
	right: 0;
}

.serve_dettxt h5 {
	font-size: 24px;
	color: var(--colors);
	font-weight: bold;
}

.serve_dettxt p {
	margin-top: 20px;
	margin-left: 7px;
	overflow: hidden;
	transform: skewX(5deg);
}

.serve_dettxt ul {
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	padding: 0 35px;
	box-sizing: border-box;
}

.serve_dettxt ul {
	top: 15%;
	transform: none;
}

.serve_dettxt li {
	padding: 35px 0;
	border-bottom: 1px solid #b5b5b5;
	position: relative;
	padding-left: 115px;
}

.sdptxtp1 {
	font-size: 20px;
	font-weight: bold;
}

.sdptxtp2 {
	font-size: 16px;
	margin-top: 5px;
}

.serve_dettxt i {
	position: absolute;
	width: 80px;
	height: 80px;
	left: 5px;
	top: 50%;
	margin-top: -40px;
	background-position: center;
	background-repeat: no-repeat;
}

.serve_dettxt li:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #f7b40a;
	z-index: 3;
}

.serve_dettxt li:hover:before {
	width: 100%;
}

.serve_dettxt ul>li:last-child:before {
	display: none;
}

.serve_detimgwz,
.serve_dettxt i,
.sdptxtp1,
.sdptxtp2 {
	transform: skewX(5deg);
}

.serve_case,
.serve_dettxt,
.serve_dettxt li:before,
.serve_detimgwz em {
	transition: all 0.5s ease;
}


.serve_detimgwz em {
	font-size: 28px;
	position: relative;
	margin-top: 20px;
	display: inline-block;
	left: 5px;
	opacity: 1;
}

.serve_case.on .serve_detimgwz em {
	left: 0;
	opacity: 0;
}

.serve_dettxt a {
	margin-top: 65px;
	margin-left: 20px;
}




.mainpro {
	padding-top: 65px;
	padding-bottom: 65px;
}

.mproa {
	float: left;
	width: 32.33%;
	padding: 0;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	margin-right: 1.5%;
}

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

.mproa>div {
	position: relative;
	padding: 40px 0;
}

.mproa .mprop {
	color: #222;
}

.mproa,
.mproa:hover {
	color: #fff;
}

.mproa:hover {
	box-shadow: 0 10px 20px rgba(227, 10, 32, 0.1)
}

.mainprom,
.mainprom1 {
	width: 80%;
	margin: 0 auto;
	margin-top: 50px;
	min-width: 1200px;
}

.mainprom ul {}

.mproa {
	border-bottom: 1px solid #f2f2f2;
}

.mproimg {
	height: 300px;
	width: 90%;
	left: 5%;
	position: relative;
}

.mproimg img {
	max-width: 50%;
}

.mproimg img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.mprop {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

.mprotxt {
	background: #b50011;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	opacity: 0;
	color: #fff;
	z-index: 1;
}

.mprotxtm i {
	background: url(../img/icon_viewmore_wt.svg) left top no-repeat;
	width: 30px;
	height: 18px;
	background-size: 100%;
	margin-top: 50px;
	display: inline-block;
}

.mprotxtm h4 {
	font-size: 29px;
	line-height: 1.2;
}

.mprotxtm p {
	font-size: 14px;
	margin-top: 20px;
}

.mprotxtm {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	padding: 0 15%;
	transform: translateY(-50%);
}

.mproa:hover .mprotxt {
	opacity: 1;
	top: 0;
}

.mpromore {
	text-align: center;
}

.mpromore a i {
	background: url(../img/icon_viewmore_wt.svg) center no-repeat;
	width: 25px;
	background-size: 25px auto;
	position: absolute;
	right: 20px;
	height: 100%;
}

.mpromore a {
	height: 45px;
	line-height: 45px;
	width: 55px;
	background: #e30a20;
	display: inline-block;
	border-radius: 3px;
	margin-top: 70px;
	padding: 0 15px;
	position: relative;
}

.mpromore a span,
.mpromore a i {
	height: 100%;
	display: inline-block;
	color: #fff;
}

.mpromore a span {
	position: absolute;
	top: 0;
	left: 15px;
	opacity: 0;
}

.mpromore a:hover span {
	opacity: 1;
}

.mpromore a:hover {
	width: 135px;
}

.mpromore a,
.mpromore span,
.mpromore i {
	transition: all 0.3s ease;
}

.mpromore a:hover {
	box-shadow: 0 8px 20px rgba(227, 10, 32, 0.1);
}




.mainappla {
	padding-top: 65px;
	padding-bottom: 65px;
	background: #f9f9f9;
}

.mainapplam {
	margin-top: 50px;
}




.ecasem {
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
	box-sizing: border-box;
	min-width: 1200px;
	margin-top: 20px;
}

.ecasem img {
	vertical-align: top;
	width: 100%;
}

.ecasemp {
	padding: 30px;
	padding-bottom: 20px;
}

.ecasemp p {
	font-size: 18px;
	color: #222;
}

.ecasemp span {
	font-size: 12px;
	color: #999;
	display: block;
	margin-top: 25px;
	position: relative;
	line-height: 20px;
}

.ecasempi {
	display: block;
	position: absolute;
	right: 15px;
	top: 1px;
	opacity: 0;
	background: url(../img/icon3.png) center right no-repeat;
	background-size: auto 100%;
	height: 18px;
	width: 30px;
}

.ecasema {
	display: block;
	position: relative;
	top: 0;
	box-shadow: 0 5px 12px rgba(0, 72, 152, 0.08);
	vertical-align: top;
	border-bottom: 1px solid #fff;
}

.ecasempi,
.ecasema,
.ecasemp p {
	transition: all 0.5s ease;
}

.ecasema:hover {
	box-shadow: 0 10px 20px rgba(0, 72, 152, 0.1);
	top: -5px;
	border-bottom: 1px solid #e30a20;
}

.ecasema:hover p {
	color: #e30a20;
}

.ecasema:hover .ecasempi {
	right: 0;
	opacity: 1;
}

.ecasebtn {
	text-align: right;
	margin-top: 20px;
}

.ecasebtnm {
	display: inline-block;
	border: 1px solid #004798;
	cursor: pointer;
	border-radius: 50%;
	margin-left: 10px;
	width: 55px;
	height: 55px;
	transition: all 0.3s ease;
	opacity: 1;
}

.btnlr {
	width: 48px;
	height: 48px;
	cursor: pointer;
	z-index: 8;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	border-radius: 50%;
	overflow: hidden;
}

.btnlr i {
	display: block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
}

.btnlr1 i {
	background: url(../img/zjta.png) center no-repeat;
	background-size: 24px auto;
}

.btnlr2 i {
	background: url(../img/yjta.png) center no-repeat;
	background-size: 24px auto;
}

.btnlr1 {
	left: 28%;
}

.btnlr2 {
	right: 28%;
}

.btnlr:before {
	transition: all 0.3s ease;
	position: absolute;
	background: #000;
	opacity: 0;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.btnlr:hover:before {
	opacity: 0.5;
}

.mainnew {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #fff;
	position: relative;
	z-index: 6;
}

.mainnewm {
	width: 80%;
	margin: 0 auto;
	margin-top: 50px;
	width: 1350px;
}

.mainnewml,
.mainnewmr {
	width: 50%;
}

.mainnewml {
	padding-right: 10px;
}

.mainnewmr {
	padding-left: 10px;
}

.mainnewml,
.newslider {
	height: 100%;
}

.newslider .swiper-slide {
	opacity: 0 !important;
}

.newslider .swiper-slide-active {
	opacity: 1 !important;
}

.mainnewml {
	height: 574px;
	height: 650px;
	position: relative;
}

.newslider {
	padding-bottoom: 25px;
}

/*.newlbtn{position:absolute;width:45px;height:36px;bottom:78px;z-index:7;box-shadow:0 5px 10px rgba(228, 0, 0, 0.1);}*/
/*.newlbtnl{background:url(../img/zjta.png) center no-repeat #6fb92c;background-size:15px auto;left:0;}
.newlbtnr{background:url(../img/yjta.png) center no-repeat #6fb92c;background-size:15px auto;left:55px;}
*/
.mnewaaimg {
	overflow: hidden;
	position: relative;
}

.mnewaaimg img {
	width: 100%;
}

.mnewaaimg span {
	position: absolute;
	display: inline-block;
	padding: 8px 25px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 20px;
	left: 20px;
	top: 20px;
	z-index: 5;
}

.mnewa {
	position: relative;
	height: 100%;
}

.mnewatxt {
	position: absolute;
	background: #fff;
	width: 60%;
	padding: 25px 8%;
	right: 30px;
	bottom: 25px;
	z-index: 10;
}

.mnewatxt span {
	color: #575757;
	font-size: 12px;
	vertical-align: top;
}

.mnewatxt h4 {
	font-size: 18px;
	color: #000;
	margin-top: 5px;
}

.mnewatxt p {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	margin-top: 10px;
}

.mnewatxt i {
	display: inline-block;
	width: 21px;
	height: 15px;
	background: url(../img/ico_more_b02.png) center no-repeat;
	background-size: 100% auto;
	margin-top: 25px;
	position: relative;
	left: 0;
	vertical-align: top;
}

.mnewatxt1 i {
	display: inline-block;
	width: 21px;
	height: 15px;
	background: url(../img/ico_more_b02.png) center no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 45px;
	top: 34px;
	transition: all 0.3s ease;
	opacity: 0;
}

.mnewatxt1 span {
	color: #575757;
	font-size: 12px;
	line-height: 1;
}

.mnewatxt1 h4 {
	font-size: 18px;
	color: #000;
	margin-top: 5px;
	line-height: 1;
}

.mnewatxt1 {
	padding: 15px 35px;
	position: relative;
}

.mainnewmr .mnewaaimg {
	height: 226px;
}

.mainnewmra {
	display: block;
	width: 100%;
	vertical-align: top;
	background: #fff;
}

.mainnewmra {
	margin-top: 20px;
}

.mainnewmra:first-child {
	margin-top: 0;
}

.mainnewmra:hover h4,
.mnewa:hover h4 {
	color: #e40000;
}

.mainnewmra:hover img,
.mnewa:hover img {
	transform: scale(1.02);
}

.mainnewmra:hover .mnewaaimg span,
.mnewa:hover .mnewaaimg span {
	background: var(--colors);
}

.mainnewmra:hover h4,
.mnewa:hover h4 {
	color: var(--colors) !important;
}

.mainnewmra:hover i {
	right: 35px;
	opacity: 1;
}

.mnewa:hover i {
	left: 5px;
}



.maintzz {
	padding-top: 65px;
	padding-bottom: 65px;
	background: #f5f5f5;
}

.maintzzm {
	width: 80%;
	margin: 0 auto;
	margin-top: 50px;
	width: 1350px;
}

.gpimg {
	width: 810px;
}

.menu_area {
	width: calc(100% - 822px);
}

.menu_area a {
	display: table;
	width: 100%;
	position: relative;
	padding: 0 60px 0 40px;
	background-color: #fff;
	height: 171px;
	margin-top: 12px;
}

.menu_area a:first-child {
	margin-top: 0;
}

.menu_area a:before {
	content: '';
	display: block;
	position: absolute;
	left: 40px;
	top: 50%;
	width: 52px;
	height: 52px;
	margin-top: -26px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .3s;
}

.menu_area a:before {
	background-image: url(../img/ico_ir01.png);
}

.menu_area a.ic02:before {
	background-image: url(../img/ico_ir02.png);
}

.menu_area a.ic03:before {
	background-image: url(../img/ico_ir03.png);
}

.menu_area a:hover:before {
	background-image: url(../img/ico_ir011.png);
}

.menu_area a.ic02:hover:before {
	background-image: url(../img/ico_ir022.png);
}

.menu_area a.ic03:hover:before {
	background-image: url(../img/ico_ir033.png);
}

.menu_area a:after {
	content: '';
	display: block;
	position: absolute;
	right: 60px;
	top: 50%;
	width: 21px;
	height: 15px;
	margin-top: -7px;
	background: url(../img/ico_more_b02.png) no-repeat 0 0 / contain;
	transition: all .3s ease;
}

.menu_areatxt {
	display: table-cell;
	position: relative;
	height: 52px;
	padding-left: 76px;
	font-size: 20px;
	font-weight: 700;
	color: #212121;
	vertical-align: middle;
}

.menu_area a:hover:after {
	right: 50px;
}

.mnewatxt,
.mainnewmra {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.mainnewmra img,
.mnewa img {
	transition: all 0.6s ease;
}

.menu_area a:before,
.menu_area a:after,
.hdbnav li>a:before,
.mprotxt,
.mproa,
.mainnewmra,
.mnewatxt i,
.mnewatxt h4,
.mnewatxt1 h4,
.mnewaaimg span {
	transition: all 0.3s ease;
}



.foot {
	background: #151821;
	padding-top: 90px;
	padding-bottom: 50px;
}

.footm {
	width: 80%;
	min-width: 1200px;
	margin: 0 auto;
}

.ftTactList .icon {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	display: block;
	font-size: 0;
	border: solid 1px rgba(255, 255, 255, .15);
	border-radius: 100%;
	margin-bottom: 15px;
}

.ftTactList .tit {
	font-size: 16px;
	color: #8c8c8c;
}

.ftTactList .txt {
	font-size: 35px;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
}

.ftTactList li {
	margin-right: 120px;
}

.nanum {}

.nanum {
	font-family: "DINCondensedBold", aril;
	font-size: 16px;
}

.ftTactList .spanTxt {
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
}

.ftTactList {
	display: flex;
}

.footma {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.ftTactList .icon img {
	display: inline-block;
	vertical-align: middle;
}

.footmaa {
	width: 820px;
	text-align: right;
}

.footmaa a {
	font-size: 12px;
	color: #dedede;
	padding: 0 40px;
	line-height: 40px;
	border: 1px solid #3a3c44;
	display: inline-block;
	border-radius: 5px;
	margin-left: 5%;
	transition: all 0.3s ease;
}

.footmaa a:hover {
	box-shadow: 0 10px 20px rgba(227, 10, 32, 0.2);
	border: 1px solid rgba(227, 10, 32, 0.5)
}

.footmb {
	position: relative;
	padding-bottom: 30px;
	margin-top: 140px;
	border-bottom: 1px solid #2d3038;
}

.footmb .fr {
	position: absolute;
	right: 0;
	bottom: 30px;
}

.footmc {
	padding-top: 40px;
}

.footmc,
.footmc a {
	color: rgba(255, 255, 255, 0.3);
	font-size: 12px;
}

.footmc a {
	padding-left: 20px;
}




/*底部*/
.foot {
	background: #20283e;
}

.footmb {
	margin-top: 0;
}

.footma {
	margin-top: 30px;
	display: block;
}

.footm,
.footmfm {
	width: 92%;
}

.footmaa {
	width: 535px;
}

.footmf {
	border-bottom: 1px solid #2d3038;
	padding-bottom: 40px;
	margin-top: 20px;
}

.footml {
	width: calc(90% - 535px) !important;
	display: flex;
	justify-content: space-between;
}

.ftTactList li {
	margin-right: 0;
}

.ftEwm img {
	width: 140px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 3px;
}

.footmaa {
	position: relative;
}

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

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.mppiont {
	box-sizing: content-box;
	position: absolute;
	width: 8px;
	height: 8px;
	cursor: pointer;
	border-radius: 50%;
	z-index: 10;
}

.mppiontdot {
	width: 8px;
	height: 8px;
	background: var(--yellowhover);
	border-radius: 50%;
	left: 1px;
	top: 1px;
	display: block;
	position: absolute;
}

.mppiontpulse {
	position: absolute;
	top: -18px;
	left: -18px;
	height: 46px;
	width: 46px;
	border: 2px solid var(--colors);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 0 4px var(--colors), 0 0 10px var(--colors) inset;
	opacity: .12;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: 0 0
}

.mppiont1 {
	left: 123px;
	top: 187px;
}

.mppiont2 {
	left: 384px;
	top: 207px;
}

.mppiont3 {
	left: 291px;
	top: 246px;
}

.mppiont4 {
	left: 348px;
	top: 154px;
}

.mppiont5 {
	left: 424px;
	top: 187px;
}

.mppiont6 {
	left: 633px;
	top: 819px;
}

.mppiont7 {
	left: 876px;
	bottom: 48px;
}

.mppiont8 {
	left: 66px;
	top: 83px;
}

.mppiont .delay-01 {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s
}

.mppiont .delay-02 {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s
}

.mppiont .delay-03 {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s
}

.mppiont .delay-04 {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 00.8s;
	-o-animation-delay: 0.8s;
	animation-delay: 0.8s
}

.mppiont .delay-05 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s
}

.mppiont .delay-06 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s
}




/*1011*/
.foot {
	background: #ebebeb;
	padding-bottom: 20px;
}

.footmb,
.footmf,
.ftTactList .icon,
.ftEwm img {
	border-color: rgba(0, 0, 0, 0.2);
}

.ftTactList .txt {
	color: #111;
}

.footmc,
.footmc a {
	color: #666;
}

.foot {
	padding-top: 70px;
}

.footmf {
	margin-top: -40px;
}

.footmf {
	padding-bottom: 25px;
}

.footmc {
	padding-top: 20px;
}

/*.mppiontpulse{ background-color:#3071b7; border-color:#3071b7;}
.mppiontdot{ background-color:#3071b7; }*/
/*内页*/
.drowInto-Box {
	width: 100%;
	padding: 66px 0;
	background-color: #FFFFFF;
}

.ntotaindesc {
	font-size: 14px;
	line-height: 25px;
	color: #333;
}

h3.both3 {
	font-size: 32px;
	line-height: 38px;
	color: #3071b7;
	text-align: center;
	margin: 0 auto 30px;
}

.drownDlBoxs {
	margin-top: 50px !important;
}

.drownDlBoxs dl {
	width: 25%;
	float: left;
	box-sizing: border-box;
	border: 1px #F1F1F1 solid;
}

.drownDlBoxs dl dt img {
	display: block;
	width: 100%;
	vertical-align: top;
}

.drownDlBoxs dl dt {
	height: 160px;
}

.drownDlBoxs dl dd {
	padding: 20px;
	position: relative;
	z-index: 20;
	background: #ffffff;
}

.drownDlBoxs dl dd p {
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

.drownDlBoxs dl dd::after {
	content: '';
	width: 100%;
	height: 16px;
	position: absolute;
	left: 0;
	top: -15px;
	z-index: 22;
	background: url(../img/sanjiao.png) no-repeat center;
	background-size: 100%;
}

.drownDlBoxs dl dd span {
	display: inline-block;
	font-size: 30px;
	line-height: 38px;
	color: #1a1818;
	margin: 8px 6px 8px 0;
	font-weight: bold;
}

.hsjya {
	text-align: center;
	padding: 65px 0;
	background: #f7fbfb;
	font-size: 32px;
	display: none;
}

.c01 {
	color: #cd0000
}

.c02 {
	color: #009f38
}

.hsjyap2 {
	margin-top: 35px;
}


/*人文*/
.zaiyiqi {
	padding: 65px 0;
	background: #fcfcfc;
	position: relative;
	z-index: 6;
}

.zaiyiqim {
	width: 80%;
	margin: 0 auto;
	margin-top: 50px;
	width: 1440px;
}

.zyqimga {
	overflow: hidden;
}

.zaiyiqil .zyqimga {
	text-align: right;
}

.zaiyiqir .zyqimga {
	text-align: left;
}

.zaiyiqil,
.zaiyiqir {
	width: 50%;
	overflow: hidden;
	position: relative;
	color: #fff;
}

.zaiyiqil {
	padding-right: 8px
}

.zaiyiqir {
	padding-left: 8px
}

.zaiyiqimbg {
	width: 47%;
	height: 100%;
	position: absolute;
	top: 0;
}

.poabsolutewh50 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 18%;
	box-sizing: border-box;
}

.poabsolutewh50 h3 {
	font-size: 30px;
}

.zaiyiqil {
	text-align: left;
}

.zaiyiqir {
	text-align: left;
}

.zaiyiqimbg1 {
	background: #eb6100;
	left: 0;
}

.zaiyiqimbg2 {
	background: #099509;
	right: 0;
}

.poabsolutewh50 h4 {
	font-size: 28px;
}

.poabsolutewh50 p {
	margin-top: 10px;
}

.zaiyiqima img {
	max-width: 100%;
	transition: all 0.3s ease;
}

.zaiyiqima:hover .zyqimga>img {
	transform: scale(1.03);
}

.zaiyiqima:hover .isssiocn {
	left: 5px;
}

.isssiocn {
	position: relative;
	left: 0;
	transition: all 0.3s ease;
}

.zaiyiqil1 {
	width: 100%;
	padding-right: 0;
}

.zaiyiqil1 .zyqimga img {
	width: 100%;
}

.zaiyiqim3 {
	margin-top: 0;
	margin-top: 16px;
}

.poabsolutewh501 {
	padding-left: 60px;
}

.poabsolutewh501 h4 {
	margin-top: 10px;
	font-size: 32px;
}

/*全球布局*/
.globalp2 {
	color: #fff;
	text-align: center;
}

.global-Maps {
	background: #003B6C;
	padding: 70px 0 65px;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.world-animation-wrapper {
	position: absolute;
	width: 55%;
	right: 3%;
	bottom: -85%;
	z-index: -3;
}

.world-animation-wrapper .effect {
	position: absolute;
	z-index: 5;
	transform: translateZ(0);
	perspective: 1000;
}

.world-animation-wrapper .world__animation {
	animation: spin 300s linear infinite;
	perspective: 1000;
	transform: rotateZ(0);
}

.global-Maps h3.both3 {
	color: #fff;
}

.globalBgBox {
	position: relative;
}

.globalBgBox .bgMaps {
	width: 1000px;
	height: 510px;
	background: url(../img/bg_global_footprint.png) no-repeat center;
	margin: 35px auto 0;
	position: relative;
	z-index: 10;
}

.map__lines1 {
	width: 550px;
	height: 75px;
	position: absolute;
	top: 130px;
	right: 316px;
	transform: rotate(6deg);
}

.map__lines1:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/lin1.png) no-repeat right top;
	background-size: cover;
	display: block;
}

.map__lines3 {
	width: 285px;
	height: 92px;
	position: absolute;
	top: 182px;
	right: 322px;
	transform: rotate(20deg);
}

.map__lines3:after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../img/lin3.png) no-repeat right top;
	background-size: cover;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.map__lines4 {
	width: 505px;
	height: 139px;
	position: absolute;
	top: 150px;
	right: 326px;
	transform: rotate(-178deg);
}

.map__lines4:after {
	content: '';
	background: url(../img/lin1.png) no-repeat left top;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	animation-delay: 2s;
}

.map__lines:after {
	animation: skew_line 3.5s infinite linear 0s;
	-webkit-animation: skew_line 3.5s infinite linear 0s;
}

.maps {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #005cb9;
	border: 2px #e0e0e0 solid;
}

.maps:before {
	content: '';
	width: 12px;
	height: 12px;
	border: 5px rgba(109, 177, 49, 0.4) solid;
	display: block;
	border-radius: 50%;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	position: absolute;
	top: -9px;
	left: -9px;
}

.maps:after {
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	top: -13px;
	left: -13px;
	border-radius: 50%;
	border: 2px rgba(109, 177, 49, 0.4) solid;
}

.map1 {
	top: 228px;
	right: 215px;
}

.map1 {
	background-color: #ff0000;
}

.map2 {
	top: 208px;
	right: 214px;
}

.map3 {
	top: 255px;
	right: 239px;
}

.map4 {
	top: 232px;
	right: 265px;
}

.map5 {
	top: 315px;
	right: 262px;
}

.map6 {
	top: 212px;
	right: 163px;
}

.map7 {
	top: 209px;
	left: 252px;
}

.map8 {
	top: 190px;
	left: 490px;
}

.map9 {
	top: 169px;
	left: 206px;
}

@keyframes spin {
	100% {
		transform: rotateZ(360deg);
	}
}

@keyframes skew_line {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}



.entryBoxs {
	width: 100%;
	padding: 80px 0;
	background: #f6f9fa;
}

.entryBoxs .entry-item {
	float: left;
	width: 32%;
	margin-right: 2%;
	background-color: #fff;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
}

.entryBoxs .entry-Img {
	width: 100%;
	overflow: hidden;
}

.entryBoxs .entry-Img img {
	vertical-align: top;
	width: 100%;
}

.entryBoxs .entry-txts {
	padding: 30px 40px;
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
}

.entryBoxs .entry-txts span {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #333;
}

.entryBoxs .entry-txts span::after {
	content: '';
	width: 30px;
	height: 35px;
	background: url(../img/entr-right2.png) no-repeat right center;
	background-size: 26px;
	display: inline-block;
	float: right;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
}

.entryBoxs .entry-item:nth-child(3) {
	margin-right: 0;
}



.entryBoxs .entry-item:hover .entry-Img img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}

.entry-item:hover .entry-txts span {
	color: #3071b7;
}


.entryBoxs .entry-item:hover .entry-txts {
	padding: 30px 50px;
}



.sumOne {
	padding: 60px 0;
	background: #F8F8F8;
}

.leftbor,
.rightbor {
	width: 47.5%;
}

.leftbor {
	margin-right: 5%;
}

.themeCount {
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 2px;
	color: #333333;
	margin-bottom: 15px;
}

.themeCount p a {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #666666;
}

.gpwidts {
	padding: 123px 0;
	position: relative;
	height: 370px;
	box-sizing: content-box;
}

.gpjsLeft {
	color: #FFFFFF;
}

.gpjsLeft>p,
.gpjsLeft .learnop a {
	font-size: 12px;
	color: #FFFFFF;
	transition: all .5s ease;
}

.gpjsLeft h5 {
	font-size: 26px;
	line-height: 24px;
	color: #ffffff;
	margin: 20px 0 50px;
}

.gpjsLeft .learnop {
	margin-top: 100px;
}

.gpjsRight .switChUls {
	position: relative;
	width: 341px;
	max-height: 425px;
	background-color: rgba(179, 179, 179, 0.35);
	border-radius: 9px;
	overflow: hidden;
}

.switChUls_II li {
	border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
}

.switChUls_II li p {
	color: #ffffff;
}

.switChUls_II li.one p {
	font-size: 16px;
	line-height: 16px;
}

.switChUls_II li.two p {
	font-size: 32px;
	line-height: 32px;
	background: url(../img/up_red.png) no-repeat 40% center;
	background-size: 20px;
}

.switChUls_II li.three {
	padding: 25px 30px;
}

.switChUls_II li.three p {
	font-size: 16px;
}

.switChUls_II li.four {
	padding: 20px 30px;
}

.switChUls_II li.four p {
	font-size: 12px;
}

.switChUls_II li:last-child p {
	padding: 12px 30px;
}

.switChUls_II li p i,
.switChUls_II li p a {
	display: inline-block !important;
}

.switChUls_II li p i {
	font-size: 10px !important;
}

.switChUls_II li:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.2);
}

.switChUls_II li.one {
	padding: 18px 30px;
}

.switChUls_II li.two {
	padding: 24px 30px;
}




.fourBoxs {
	width: 100%;
	background: #F8F8F8;
	padding: 65px 0;
}

.sourBoxs {
	width: 48.5%;
	height: 324px;
	position: relative;
	float: left;
	margin: 40px 3% 0px 0;
	overflow: hidden;
	cursor: pointer;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.sourBoxs:nth-child(-n+2) {
	margin-top: 0;
}

.coverBg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.sourBoxs:nth-of-type(2n) {
	margin-right: 0;
}

.bgBoxs {
	width: 358px;
	position: absolute;
	left: -20px;
	bottom: 68px;
	z-index: 2;
	padding: 20px 40px 20px 60px;
}

.bgBoxs::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	transform: skewX(-19deg);
	-webkit-transform: skewX(-19deg);
	-moz-transform: skewX(-19deg);
	display: block;
	position: absolute;
	z-index: -1;
	right: 0;
	transition: all .3s ease-in-out;
	opacity: 0;
	height: 100%;
	width: 90%;
	top: 50%;
	transform: skewX(-15deg) translateY(-50%) translateX(-20%);
}

.bgBoxs1::after {
	background-color: #2c72b8;
}

.bgBoxs2::after {
	background-color: #96aa4a;
}

.bgBoxs3::after {
	background-color: #195387;
}

.bgBoxs4::after {
	background-color: #6fba28;
}

.bgBoxs h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #ffffff;
}

.bgBoxs p {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}

.sourBoxs:hover .coverBg {
	transform: scale(1.1);
}

.sourBoxs:hover .bgBoxs::after {
	opacity: .9;
	transform: skewX(-15deg) translateY(-50%) translateX(0);
}





.tzzmaine .tzzmainba {
	border: none;
}

.tzzmainebr {
	border-radius: 12px;
	background: #FFFFFF;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.tzzmainebl,
.tzzmainebr {
	height: 213px;
	width: 575px;
	overflow: hidden;
}

.tzzmainebr {
	box-shadow: 0px 1px 33px 0px rgba(230, 230, 230, 0.75);
}

.tzzmainebrm {
	font-size: 13px;
	height: 181px;
	border-radius: 10px;
	padding-left: 45px;
	padding-top: 30px;
}

.tzzmainebrmp1 {
	font-size: 20px;
	color: #3071b7;
}

.tzzmainebrmp2 {
	padding-top: 8px;
}

.tzzmainebrmpp3 {
	padding-top: 80px;
}

.gpBox {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.tzzmainebrmpp3 span {
	display: inline-block;
	margin-right: 20px;
}

.tzzmainebrmpp3 .spa1 {
	background: url(../img/email.png) left center no-repeat;
	padding-left: 30px;
}

.tzzmainebrmpp3 .spa2 {
	background: url(../img/etel.png) left center no-repeat;
	padding-left: 30px;
}

.tzzmainebrmpp3 .spa3 {
	background: url(../img/zhen1.png) left center no-repeat;
	padding-left: 30px;
	background-size: 20px;
}

.tzzmainebr:hover {
	background: #3071b7;
}

.tzzmainebr:hover p {
	color: #FFFFFF;
}

.tzzmainebr:hover .tzzmainebrmpp3 .spa1 {
	background: url(../img/email-bai.png) no-repeat left center;
}

.tzzmainebr:hover .tzzmainebrmpp3 .spa2 {
	background: url(../img/tel-bai.png) no-repeat left center;
}

.tzzmainebr:hover .tzzmainebrmpp3 .spa3 {
	background: url(../img/zhen.png) left center no-repeat;
	padding-left: 30px;
	background-size: 20px;
}

.tzzmainbal {
	color: #222222;
	font-size: 12px;
	line-height: 24px;
}

.tzzmainbal p {
	font-size: 32px;
	padding-top: 10px;
}

.tzzmaine {
	padding: 65px 0;
}

.tzzmaineb {
	margin-top: 35px;
}




/*新闻中心*/


.newestBox {
	padding: 60px 0;
	background-color: #fff;
}

.new-contain-irem {
	height: 630px;
}

.newCount {
	width: 100%;
	margin-bottom: 35px;
}

.newCount h4 {
	font-size: 28px;
	line-height: 26px;
	color: #222222;
}

.newCount P a {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}

.newCount P a:hover {
	color: #114897;
}


.latesCount {
	width: 100%;
	background: #F8F8F8;
	padding: 60px 0;

}

.countList {
	width: 26%;
	height: 120px;
	background-color: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	padding: 34px;
	margin-top: 30px;
	margin-right: 2.5%;
	cursor: pointer;
	vertical-align: top;
	box-sizing: content-box;
	transition: all 0.3s ease;
}

.countList:nth-of-type(-n+3) {
	margin-top: 0;
}

.countList:nth-of-type(3n) {
	margin-right: 0;
}

.tzzmaincbldown,
.tzzmaincbldown:before,
.tzzmaincbldown:after,
.tzzmaincbldown span {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.tzzmaincbldown {
	padding: 0 10px;
	width: 9px;
	position: absolute;
	height: 30px;
	background: #eeeeee;
	border-radius: 3px;
	right: 25px;
	font-size: 12px;
	color: #000;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}

.tzzmaincbldown:before {
	position: absolute;
	top: 0;
	content: '';
	background: url(../img/right.png) center no-repeat;
	right: 10px;
	width: 5px;
	height: 100%;
}

.tzzmaincbldown:after {
	opacity: 0;
	position: absolute;
	top: 0;
	content: '';
	background: url(../img/right-new.png) center no-repeat;
	right: 10px;
	width: 5px;
	height: 100%;
}

.tzzmaincbldown4::before {
	width: 9px;
	height: 100%;
	background: url(../img1/xaizai1.png) center no-repeat;
}

.tzzmaincbldown span {
	opacity: 0;
	position: absolute;
	right: 15px;
	top: 0;
	height: 100%;
	width: 75px;
	line-height: 15px !important;
	font-size: 14px !important;
}

.tzzmaincbldown:hover {
	width: 100px;
}

.tzzmaincbldown:hover span {
	opacity: 1;
}

.countList:hover .tzzmaincbldown {
	width: 100px;
}

.countList .tzzmaincbldown span {
	line-height: 30px !important;
	opacity: 1;
}

.count_ptitle span {
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #3071b7;
}

.count_ptitle span:nth-child(1) {
	height: 54px;
	overflow: hidden;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.count_ptitle span:nth-child(2) {
	font-size: 14px;
	color: #6f6f6f;
}

.count-area {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
	background: url(../img/area.png) no-repeat left center;
	padding-left: 20px;
	margin-top: 30px;
	position: absolute;
	bottom: 30px;
}

.latesCount .tzzmaincbldown {
	top: 130px;
}

.countList:hover {
	background: #3071b7;
}

.countList:hover .count_ptitle span {
	color: #FFFFFF;
}

.countList:hover .count-area {
	color: #FFFFFF;
	opacity: 0.6;
}

/*  */
.count-social {
	width: 100%;
	background-color: #FFFFFF;
	padding: 60px 0;
}

.dl-social {
	width: 100%;
}

.dl-social dl {
	width: 380px;
	border-radius: 3px;
	float: left;
	margin-right: 30px;
	margin-top: 30px;
}

.dl-social dl a {
	display: block;
	background-color: #FFFFFF;
}

.dl-social dl a:hover img {
	transform: scale(1.03);
}

.dl-social dl a:hover p {
	color: #3071b7
}

.dl-social dl:nth-of-type(3n) {
	margin-right: 0;
}

.dl-social dl:nth-of-type(-n+3) {
	margin-top: 0;
}

.dl-social dl dt {
	width: 380px;
	overflow: hidden;
	border-radius: 6px;
}

.dl-social dl dt img {
	max-width: 100%;
	transition: all 0.3s ease;
}

.dl-social dl dd {
	padding: 22px 18px;
	font-size: 16px;
	color: #000000;
}

.desc-word {
	max-height: 66px;
	height: 66px;
	overflow: hidden;
}

.dl-social dl dd time {
	font-size: 12px;
	margin-top: 12px;
	display: block;
}

/* .dl-social dl a {
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
} */



.estItem-Box {
	width: 100%;
	height: 100%;
}

.estItem-Box .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.estItem-Box .swiper-slide {
	background-size: cover;
	background-position: center;
}

.estItem-Box .gallery-top {
	width: 69%;
	height: 100%;
	float: left;
	overflow: hidden;
	border-radius: 6px;
}

.estItem-Box .gallery-top .swiper-slide {
	cursor: pointer;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.estItem-Box .gallery-top .swiper-slide .bgImgs {
	width: 100%;
	height: 413px;
	overflow: hidden;
	border-radius: 6px;
	overflow: hidden;
}

.estItem-Box .gallery-top .swiper-slide .bgImgs img {
	display: block;
	width: 100%;
	height: 100%;
}

.slide-down-txt {
	padding: 30px 40px 0 50px;
}

.slide-down-txt>div {
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.slide-down-txt h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: #000000;
	margin-bottom: 14px;
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slide-down-txt h4 time {
	font-size: 12px;
	margin-left: -97px;
	margin-right: 32px;
}

.slide-down-txt div p {
	font-size: 15px;
	line-height: 26px;
	color: #000000;
}

.slide-down-txt .readMore {
	width: 145px;
	height: 42px;
	background-color: #114897;
	border-radius: 5px;
	display: block;
	text-align: left;
	padding: 0 20px;
	line-height: 41px;
	font-size: 15px;
	color: #fffefe;
	margin-top: 26px;
	border: 1px transparent solid;
}

.slide-down-txt .readMore span {
	display: block;
	position: relative;
}

.slide-down-txt .readMore span:before,
.slide-down-txt .readMore span:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 5px;
	height: 100%;
	content: '';
}

.slide-down-txt .readMore span:before {
	background: url(../img/right-new.png) center no-repeat;
}

.slide-down-txt .readMore span:after {
	background: url(../img/right.png) center no-repeat;
	opacity: 0;
	right: 10px;
}

.slide-down-txt .readMore:hover span:before {
	opacity: 0;
}

.slide-down-txt .readMore:hover span:after {
	opacity: 1;
	right: 0;
}

.slide-down-txt .readMore span:before,
.slide-down-txt .readMore span:after,
.slide-down-txt .readMore {
	transition: all 0.3s ease;
}

.slide-down-txt .readMore:hover {
	background: #FFFEFE;
	border: 1px #114897 solid;
	color: #333333;
}

.estItem-Box .gallery-thumbs {
	width: 30%;
	height: 413px;
	box-sizing: border-box;
	overflow: hidden;
}

.estItem-Box .gallery-thumbs .swiper-slide {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
	opacity: 1;
}

.estItem-Box .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}


/*  */
.newItem {
	width: 100%;
	padding: 50px 0;
	background: #FFFFFF;
	overflow: hidden;
}

.newpagenewm {
	padding: 30px 0;
}

.newtAIN {
	margin-bottom: 16px;
}

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

.newtAIN::after {
	content: '';
	width: 100%;
	border-bottom: solid 1px #e5e5e5;
	display: block;
	margin-top: 16px;
}

.newtAIN:last-child::after {
	border-bottom: none;
	margin-top: 0;
}

.itemlist {
	width: 1100px;
	margin: auto;
	display: table;
	padding: 15px 20px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.list-newleft,
.list-newright {
	display: table-cell;
	vertical-align: middle;
	display: inline-block;
}

.list-newleft {
	width: 25%;
	height: 165px;
	margin-right: 4%;
	overflow: hidden;
}

.list-newleft img {
	display: inline-block;
	/* max-width: 100%; */
	max-height: 100%;
}

.list-newright {
	width: 66%;
}

.list-newright>div {
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.list-newright time {
	margin-bottom: 10px;
	display: block;
	color: #827c7c;
}

.list-newright h3 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
}

.list-newright>div p {
	width: 80%;
	color: #545353;
}

.itemlist:hover {
	background-color: #ffffff;
	box-shadow: 0px 1px 33px 0px rgba(236, 236, 236, 0.75);
	border-radius: 6px;
}

.itemlist:hover .list-newright h3 {
	color: #114897;
}

.itemlist:hover::after {
	content: '';
	background: url(../img/dm2-icon2.png) no-repeat right center;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 5%;
}

.prevnext {
	text-align: center;
	padding: 50px 0 70px;
}

.prevnext div {
	width: 198px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 16px;
	border-radius: 6px;
	overflow: hidden;
	display: inline-block;
	margin: 0 30px;
	border: 1px transparent solid;
	cursor: pointer;
}

.prevnext .prevs {
	background-color: #313131;
}

.prevnext .prevs:hover {
	background: #FFFFFF;
	color: #333333;
	border: 1px #313131 solid;
}

.prevnext .nexts {
	background-color: #114897;
}

.prevnext .nexts:hover {
	background: #FFFFFF;
	color: #333333;
	border: 1px #114897 solid;
}

/*  */
.theWyaBoxs {
	width: 100%;
	background: #FAFAFA;
	padding: 80px 0;
	/* text-align: center; */
	/* margin-top: 50px; */
}

.wayItem1 {
	/* width: 40%; */
	/* height: 213px; */
	border-radius: 6px;
	overflow: hidden;
}

.wayItem1 img {
	display: block;
	max-width: 100%;
}

.theWyaBoxs .wayItem {
	width: 48%;
	background-color: rgba(255, 255, 255, 0.53);
	border-radius: 6px;
	border: solid 1px #e9e9e9;
	text-align: left;
	display: inline-block;
	padding: 30px 46px;
	transition: all 0.3s ease;
}

.countWay .wayItem {
	background-color: rgba(255, 255, 255);
}

.theWyaBoxs .wayItem:nth-child(1) {
	margin-right: 2%;
}

.theWyaBoxs .wayItem h3 {
	font-size: 20px;
	line-height: 20px;
	color: #3071b7;
	margin-bottom: 20px;
}

.theWyaBoxs .wayItem p {
	font-size: 13px;
	line-height: 26px;
	color: #000000;
}

.theWyaBoxs .wayItem .botBotn {
	vertical-align: bottom;
	margin-top: 59px;
}

.theWyaBoxs .wayItem .botBotn p {
	font-size: 12px;
	padding-left: 30px;
}

.theWyaBoxs .wayItem .botBotn p.fl {
	background: url(../img/email-hei.png) no-repeat left center;
}

.theWyaBoxs .wayItem .botBotn p.fr {
	background: url(../img/tel-hei.png) no-repeat left center;
}

.theWyaBoxs .wayItem:hover {
	box-shadow: 0px 5px 33px 0px rgba(0, 0, 0, 0.2);
	background: #3071b7;
}

.theWyaBoxs .wayItem:hover h3,
.theWyaBoxs .wayItem:hover p {
	color: #FFFFFF;
}

.theWyaBoxs .wayItem:hover .botBotn p.fl {
	background: url(../img/email-bai.png) no-repeat left center;
}

.theWyaBoxs .wayItem:hover .botBotn p.fr {
	background: url(../img/tel-bai.png) no-repeat left center;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.ban_page {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 111;
}

.ban_page span {
	background: #fff;
	margin: 0 10px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	opacity: 1;
}

.ban_page .swiper-pagination-bullet-active {
	background: #1cadc6;
}

/*首页banner文字*/
.hbtxth5 {
	font-size: 60px;
	line-height: 1.4;
	margin-top: 30px;
}

.hbtxth52 {
	font-size: 55px
}

.hbtxtp1 {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 2px;
}

.xxhbtxtmore {
	margin-top: 70px;
}

.hbtxt {
	text-align: left;
	margin-top: -2%;
}

.hbtxtp11 {
	font-size: 30px;
	font-weight: normal;
}

.hbtxtp3 {
	font-size: 32px;
}

.xxatit span,
.xxatit img {
	display: inline-block;
	vertical-align: middle;
}

.xxatit img {
	padding: 0 15px;
}


h3.both3,
.newCount h4,
.themeCount h4,
.gpjsLeft h5,
.tzzmainbal p {
	font-weight: bold;
}

/*body,a{ cursor: url(https://www.vshow.net/shubiaoshou.png),auto;}*/

.pagina {
	text-align: right;
}

.hbtxt1 {
	text-align: center;
}

.is3hide {
	display: none;
}


/*1014*/
.pubcn4 {
	color: #6fb92c;
}

.four14 {
	width: 85%;
	margin: 0 auto;
	margin-top: 50px;
	padding-bottom: 0;
	width: 1400px;
}

.four14m {
	width: 24%;
	margin-right: 1.33%;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.four14m:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
	background: rgba(0, 126, 233, 0.3);
	opacity: 0;
	z-index: 3;
}

.four14img {
	width: 100%;
	vertical-align: top;
}

.four14m:last-child {
	margin-right: 0;
}

.four14wz {
	position: absolute;
	width: 100%;
	padding: 0 40px;
	z-index: 6;
	left: 0;
}

.four14wz span {
	color: #fff;
	font-family: "DINCondensedBold", aril;
	font-size: 16px;
	opacity: 0.6;
	text-transform: uppercase;
}

.four14wz h4 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

.four14wz i {
	display: block;
	position: relative;
	opacity: 0;
	left: -8px;
	background: url(../img/icon005.png) left top no-repeat;
	background-size: 100% auto;
	width: 8px;
	height: 20px;
}

.four14mi1 {
	margin-bottom: 10px;
}

.four14mi2 {
	margin-top: 10px;
}

.four14m1 .four14wz {
	bottom: 40px;
}

.four14m2 .four14wz {
	top: 40px;
}

.four14img,
.four14wz,
.four14m:before,
.four14wz,
.four14wz i {
	transition: all 0.5s ease;
}

.four14m:hover .four14img {
	transform: scale(1.05);
}

.four14m:hover i {
	left: 3px;
	opacity: 1;
}

.four14m:hover .four14wz {
	left: 10px;
}

/*.four14m1:hover .four14wz{bottom:50%; transform:translateY(-50%);}
.four14m2:hover .four14wz{top:50%; transform:translateY(-50%);}*/
.four14m:hover:before {
	opacity: 1;
}

.dxbgs {
	opacity: 1;
	z-index: 8;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.dxbgs1 {
	background: #f7f7f7;
}

.dxbgs3 {
	background: #fff;
}

.dxbgs2 {
	background: #f6f9fa;
}

.jgsj1 {
	transition: all 1.2s cubic-bezier(.165, .84, .44, 1) 0.3s;
}

.jgsj2 {
	transition: all 1.2s cubic-bezier(.165, .84, .44, 1) 0.5s;
}

.jgsj3 {
	transition: all 1.2s cubic-bezier(.165, .84, .44, 1) 0.7s;
}

.jgsj4 {
	transition: all 1.2s cubic-bezier(.165, .84, .44, 1) 0.9s;
}

.aos-animate .dxbgs {
	top: -103%;
}


.shuju {
	background: #fff;
}

.mainnew {
	background: #f6f9fa;
}

.foot1014m {
	width: 1350px;
	margin: 0 auto;
}

.foot1014a {
	padding: 85px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 35px;
}

.ft14qxqy {
	border: 1px solid rgba(255, 255, 255, 0.4);
	height: 40px;
	line-height: 40px;
	padding: 0 35px;
	border-radius: 20px;
	color: #333;
	font-size: 14px;
}

.ft14qxqy span {
	display: inline-block;
	position: relative;
	padding-right: 20px;
}

.ft14qxqy span:before,
.ft14qxqy span:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 100%;
	content: '';
}

.ft14qxqy span:before {
	background: url(../img/pbtyuyan41.png) right center no-repeat;
	background-size: 100% auto;
}

/*.ft14qxqy span:after{ background:url(../img/icon004.png) right center no-repeat;}*/
.foot1014alogo {
	padding-top: 0;
}

.foot1014b {
	padding-top: 45px;
}

.foot1014bm {
	font-size: 13px;
	color: #333;
	position: relative;
	padding-top: 55px;
	padding-bottom: 40px;
	margin-right: 100px;
}

.foot1014bp2 {
	font-size: 26px;
	color: #fff;
	padding: 10px 0;
}

.foot1014bp0 {
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #939393;
	left: 0;
	top: 0;
}

.foot1014bp01 {
	background: url(../img/ico-eml.png) center no-repeat;
}

.foot1014bp02 {
	background: url(../img/ico-tel.png) center no-repeat;
}

.foot1014bl {}

.foot1014bc {
	padding-left: 60px;
}

.foot1014bcm {
	min-width: 110px;
}

.foot1014bcm li {
	margin-top: 5px;
	line-height: 20px;
}

.foot1014bcm span {
	font-size: 13px;
	color: #3071b7;
}

.foot1014bcm a {
	font-size: 12px;
	color: #656565;
	position: relative;
	padding-left: 0;
}

.foot1014bcm a:before {
	position: absolute;
	left: 0;
	top: 4px;
	width: 5px;
	opacity: 0;
	height: 9px;
	background: url(../img/fotalink.png) center no-repeat;
	content: '';
}

.foot1014bcm ul:nth-child(2n) {
	padding-top: 10px;
}

.foot1014bcm a:before,
.foot1014bcm a {
	transition: all 0.5s ease;
}

.foot1014bcm a:hover {
	padding-left: 10px;
}

.foot1014bcm a:hover:before {
	opacity: 1;
}

.foot1014bp1 {
	color: #8c8c8c;
	font-size: 14px;
}

.foot1014bp3 {
	color: #8c8c8c;
	font-size: 12px;
	margin-top: 10px;
}

.foot1014brp2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5;
	opacity: 1;
	background: #22283d;
}

.banp7 {
	background: linear-gradient(to right, #2db5aa, #025eac);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.foot10141 .mppiont1 {
	top: 95px;
}

.foot10141 .mppiont2 {
	top: 76px;
}

.foot10141 .mppiont3 {
	top: 180px;
}

.foot10141 .mppiont4 {
	top: 103px;
}

.foot10141 .mppiont5 {
	top: 107px;
}

.foot10142 p {
	opacity: 0.3;
}

.foot10142 {
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #fff;
}

.ft142pa {
	color: #6b6b6b;
}

.foot10142r a {
	color: #fff;
	display: inline-block;
	margin-left: 30px;
}

.foot1014c {
	margin-top: 50px;
	padding-bottom: 25px;
}

.foot10141 {
	padding-bottom: 40px;
}

.xxglobalp3 {
	margin-top: 70px;
}

.xxglobalbg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	background: #3071b7;
}

.xxglobalbg1 {
	background: #3071b7;
}

.xxglobalbg2 {
	background: #860001;
}

/*.xxglobalbg{-webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1);
}*/
.xxglobalbg {
	transform: skew(15deg) translateX(-150%);
}

.globalani1,
.globalani2,
.globalani3 {
	opacity: 0;
	position: relative;
	left: -100px;
	transition-property: opacity, left;
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
	-webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1);
}

.globalani2 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}

.globalani3 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}

/*.aos-animate .xxglobalbg{-webkit-transform: translateX(100%);transform: translateX(100%);}*/
/*.aos-animate .xxglobalbg{animation:hm_b_t 1s forwards;}*/
.aos-animate .xxglobalbg {
	-webkit-animation-name: img_anime;
	animation-name: img_anime;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.xxglobalbg.ys1s {
	animation-delay: 0.2s;
}

.aos-animate .globalani1,
.aos-animate .globalani2,
.aos-animate .globalani3 {
	opacity: 1;
	left: 0;
}

.wsbgimg {
	background: #fff;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	background: #fff;
}

.animationimg {
	opacity: 0;
	transition-timing-function: ease;
	transition-duration: 0.5s;
}

.aos-animate .animationimg {
	-webkit-animation-name: emergence;
	animation-name: emergence;
	-webkit-animation-duration: 0.65s;
	animation-duration: 0.65s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.aos-animate .wsbgimg {
	-webkit-animation-name: emergence1;
	animation-name: emergence1;
	-webkit-animation-duration: 0.65s;
	animation-duration: 0.65s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.pbmore {
	/* transform: skewX(5deg);
	width: 160px;
	font-size: 14px; */
	background: var(--colors);
	color: #fff;
	overflow: hidden;
	display: inline-block;
	position: relative;
	transition: background-color 0s cubic-bezier(.52, .08, .18, 1) 0s;
	/* height: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: top; */
}

.pbmore span {
	transition: all 0.55s cubic-bezier(.52, .08, .18, 1);
	position: relative;
	z-index: 5;
}

.pbmore:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 110%;
	content: '';
	height: 100%;
	background: #fff;
	transition: -webkit-transform .55s cubic-bezier(.52, .08, .18, 1);
	transition: transform .55s cubic-bezier(.52, .08, .18, 1);
	transition: transform .55s cubic-bezier(.52, .08, .18, 1), -webkit-transform .55s cubic-bezier(.52, .08, .18, 1);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: translateX(-101%) skewX(0deg);
	transform: translateX(-101%) skewX(0deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pbmore i {
	position: absolute;
	height: 100%;
	top: 0;
	transition: all 0.4s ease;
	z-index: 8;
	width: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.pbmore2 i {
	display: none;
}

.i_white {
	background-image: url(../img/icon005.png);
}

.i_blue {
	background-image: url(../img/icon006.png);
}

.i_black {
	background-image: url(../img/icon007.png);
}

.ir20p {
	right: 20px;
}

.il20p {
	left: -20px;
}

/* .pbmore:hover {
	background-color: #fff;
	transition: all .1s linear .35s;
}

.pbmore1:hover {
	background: #f6f9fa;
}

.pbmore:hover span {
	color: #ce2d26;
}

.pbmore:hover:after {
	-webkit-transform: translateX(0) skewX(0deg);
	transform: translateX(0) skewX(0deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.pbmore:hover .ir20p {
	right: -20px;
}

.pbmore:hover .il20p {
	left: 20px;
} */

.pbmore3 {
	width: auto;
	height: auto;
	padding: 15px 30px;
	line-height: 16px;
	border: 1px solid var(--colors);
}

.pbmore3:hover span {
	color: var(--colors);
}

.mnewatxt1 i {
	background-image: url(../img/icon006.png);
	width: 9px;
}

.mnewatxt i {
	background: none;
	width: 9px;
}

.mnewatxt i:before,
.mnewatxt i:after {
	transition: all 0.3s ease;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.mnewatxt i:before {
	background-image: url(../img/icon006.png);
}

.mnewatxt i:after {
	background-image: url(../img/icon007.png);
	opacity: 0;
}

.mnewatxt i {
	background-image: url(../img/icon006.png);
	width: 9px;
}

.mnewa:hover i:before {
	opacity: 0;
}

.mnewa:hover i:after {
	opacity: 1;
}

.pbmore4 i {
	display: none;
}

/*  */
/*
			*history
			*/
.history_item {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}

.his_p1 {
	font-size: 34px;
	color: #002f6c;
}

.history_ul1 {
	width: 45%;
	overflow: hidden;
	border-radius: 10px;
}

.history_ul1 img {
	width: 100%;
	transition: all 0.3s ease;
}

.history_ul1:hover img {
	transform: scale(1.05);
}

.his_line {
	width: 100%;
	height: 2px;
	background: #002f6c;
	margin: 20px 0;
	position: relative;
}

.his_line::before {
	position: absolute;
	content: "";
	width: 150px;
	height: 3px;
	background: #ff661c;
}

.his_p2 {
	font-size: 16px;
	color: #333;
}

.history_ul2 {
	width: 50%;
	position: relative;
	margin-top: 80px;
}

.history {
	width: 100%;
	background: #f9f9f9;
}

.wcwzbd {
	background: #f7f7f7;
	margin-top: 20px;
}

.wcwzbd .aboutB .aboutB-b .aboutB-h .swiper-container .swiper-slide {
	opacity: 0.8;
	transition: all 0.8s;
	/* transform: scale(0.94); */
	padding: 40px 0 0 0;
}

.wcwzbd .aboutB .aboutB-b .aboutB-h .swiper-container .swiper-slide-active {
	opacity: 1;
	/* transform: scale(1.17); */
}

.aboutB-h {
	margin-top: 30px;
	position: relative;
}

.wcwzbd .aboutB .aboutB-b .aboutB-h .swiper-container .swiper-slide .aboutB-d {
	border-radius: 20px;
	padding: 40px 30px 40px 30px;
	background: #fff;
}

.wcwzbd .aboutB .aboutB-b .aboutB-h .swiper-container .swiper-slide-active .aboutB-d {
	border-radius: 20px;
	padding: 40px 30px 40px 30px;
	background: #fff;
}


.wcwzbd .aboutB .aboutB-b .aboutB-c {
	position: relative;
}

.wcwzbd .aboutB .aboutB-b .aboutB-c .gallery-thumbs {
	/* padding: 0 45px; */
	text-align: left;
}

.wcwzbd .aboutB .aboutB-b .aboutB-c .gallery-thumbs .swiper-slide {
	cursor: pointer;
	padding-top: 55px;
	width: 89px;
	position: relative;
	overflow: hidden;
}

.wcwzbd .aboutB .aboutB-b .aboutB-c .gallery-thumbs:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #002f6c;
	position: absolute;
	left: 0;
	top: 50%;
}

.wcwzbd .aboutB .aboutB-b .aboutB-c .gallery-thumbs .swiper-slide span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #cccccc;
	border-radius: 50%;
	position: absolute;
	left: 2.5%;
	top: 50%;
	z-index: 9;
	transform: translate(-50%, -50%);
}

.wcwzbd .aboutB .aboutB-b .aboutB-c .gallery-thumbs .swiper-slide p {
	font-size: 18px;
	color: #002f6c;
}

.wcwzbd .aboutB .aboutB-b .aboutB-c .gallery-thumbs .swiper-slide-thumb-active span:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 1px solid #002f6c;
}

.wcwzbd .aboutB .aboutB-b .aboutB-c .gallery-thumbs .swiper-slide-thumb-active span {
	background: #ff661c;
}

.his_btn {
	position: absolute;
	top: 90%;
	left: 55%;
	transform: translate(-50%, -50%);
	z-index: 111;
	width: 10%;
	margin-top: 0;
	text-align: left;
}

.his_btn span {
	margin-left: 0;
	margin-right: 10px;
}

.swiper-button-next-white {
	width: 42px;
	height: 42px;
	right: 0;
	border-radius: 50%;
	color: #333;
	/* background: #333333; */
	border: 1px solid #333333;
	transition: all 0.3s ease;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 16px;
	color: #333;
}

.swiper-button-prev-white {
	border-radius: 50%;
	/* background: #333333; */
	border: 1px solid #333333;
	width: 42px;
	height: 42px;
	left: 0;
	transition: all 0.3s ease;
}

.swiper-button-next-white:hover {
	background: #ff661c;
	border: 1px solid #ff661c;
}

.swiper-button-prev-white:hover {
	background: #ff661c;
	border: 1px solid #ff661c;

}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
	color: #fff;
}

@media(max-width: 1023px) {
	.wcwzbd .aboutB .aboutB-b .aboutB-h .swiper-container .swiper-slide-active {
		transform: initial;
	}
}

/* .wcwzbd .aboutB .aboutB-b .aboutB-c .gallery-thumbs .swiper-slide:nth-child(1):after {
					width: 100%;
					height: 1px;
					background: linear-gradient(to right, #2db5aa, #025eac);
					position: absolute;
					left: 0;
					top: 43px;
					transition: all 0.4s;
					content: "";
				}
	
				.wcwzbd .aboutB .aboutB-b .aboutB-c .gallery-thumbs .swiper-slide:before {
					width: 0;
					height: 1px;
					background: linear-gradient(to right, #2db5aa, #025eac);
					position: absolute;
					left: 0;
					top: 43px;
					transition: all 0.4s;
					content: "";
				} */

.wcwzbd .aboutB .aboutB-b .aboutB-c .gallery-thumbs .swiper-slide.chang:before {
	width: 150%;
}

.ig {
	width: 100%;
	background: url(../images/ig1_1.png);
	height: 260px;
	font-family: "Roboto Bold";
}

.ig .ig1 {
	width: 73%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.ig .ig1 .ig1_1 {
	font-size: 48px;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.ig .ig1 .ig1_2 {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.ig .ig1 .ig1_2 .ig1_3 {
	border: 1px #fff solid;
	border-radius: 60px;
	width: 100%;
	padding: 20px 65px;
	position: relative;
}

.ig .ig1 .ig1_2 .ig1_3 a {
	font-size: 18px;
	color: #ffffff;
}

.homeBoxC-d .zx {
	position: absolute;
	width: 150px;
	right: -165px;
	top: 50%;
	transform: translateY(-50%);
}

/*
				*history
				*/
/*  */
.pbmore4 {
	width: 100%;
	height: 110px;
	line-height: 110px;
	transform: none;
	border-radius: 10px;
	font-size: 18px;
	margin-top: 15px;
}

.pbmore4:hover span {
	color: var(--colors);
}


.hbtxt2 {
	text-align: center;
}

.lhpubp,
.lhpubh2 {
	text-align: center;
}

.lhpubp2 {
	font-size: 24px;
}

.lhpubh2 {
	text-transform: uppercase;
	font-size: 48px;
	color: #333;
	font-weight: bold;
	margin-top: 0;
}

.lhpubp {
	font-size: 16px;
	color: #000;
	line-height: 1.5;
}

.lhpubp1,
.lhpubh21 {
	color: #fff;
}

.lhpubp1 {
	opacity: 0.8;
}

/* .ggdbt {
	background-image: linear-gradient(to right, rgba(0, 89, 152, 1) 0%, rgba(0, 139, 213, 1) 100%);
	-webkit-background-clip: text;
	color: transparent;
	display: inline-block;
} */

.lhpubp2-fff {
	color: #fff;
	background-image: none;
}

.bb-pub-p1 {
	margin-top: 20px;
}

.lhpubh2 {
	position: relative;
	line-height: 1.4;
}

/* .lhpubh2:before{ position: absolute; content: ''; background: var(--colors);left:50%;}
.lhpubh2:before{bottom:0;width: 80px; height: 4px; margin-left: -40px; } */
.lhpubp {
	font-size: 14px;
	opacity: 0.8;
}

.list-btn {
	display: block;
	width: 50px;
	height: 50px;
	z-index: 2;
	position: absolute;
}

.list-btn svg {
	width: 100%;
	height: 100%;
}

.list-btn:before {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-size: 7px auto;
	background-position: center;
	background-repeat: no-repeat;
}

.list-btnl:before {
	background-image: url(../img/icon0011.png);
}

.list-btnr:before {
	background-image: url(../img/icon005.png);
}

.list-btn .btn-inner {
	display: block;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.list-btn svg {
	-webkit-animation-name: spin;
	animation-name: spin;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.list-btn path {
	-webkit-transition: stroke .4s;
	transition: stroke .4s;
}

.list-btn:hover .btn-inner {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.list-btn:hover svg {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.list-btn:hover path {
	stroke: #0071be !important;
}


.newlbtnl {
	left: 0;
	bottom: 50px;
}

.newlbtnr {
	left: 80px;
	bottom: 50px;
}

.lpbanerp1 {
	margin-top: 60px;
}


/*内页*/
.gotops {
	display: block;
	position: fixed;
	right: 50px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	bottom: 120px;
	z-index: 66;
	background: var(--colors);
	border-radius: 50%;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
	transition: all 0.5s ease;
	display: none;
}

.gotops span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/backtops.gif) center no-repeat;
	background-size: 70% auto;
}

.gotops:hover {
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.08);
}

.go19gg {
	display: none;
	color: #fff;
	position: fixed;
	right: 50px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 66;
	border-radius: 50px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
	transition: all 0.5s ease;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}

.go19gg:hover {
	width: 100px;
}

.go19gg:hover:before {
	opacity: 0;
}

.go19gg:hover span {
	opacity: 1;
}

.go19gg span {
	color: #fff;
	opacity: 0;
	transition: all 0.3s ease;
}

.go19lx {
	bottom: 240px;
}

.go19cp {
	bottom: 180px;
}

.go19gg:before {
	position: absolute;
	width: 50px;
	height: 100%;
	right: 0;
	top: 0;
	content: '';
	transition: all 0.3s ease;
}

.go19cp:before {
	background: url(../img/cpanniu2.png) center no-repeat;
	background-size: 14px auto;
}

.go19lx:before {
	background: url(../img/cpanniu1.png) center no-repeat;
	background-size: 16px auto;
}

.go19lx {
	background: #734688;
}

.go19cp {
	background: rgba(48, 113, 183, 1);
}


.zlndheig {
	height: 57px;
}

.xflmnav {
	position: relative;
	left: 0;
	top: 0;
	background: #fff;
	text-align: center;
	width: 100%;
	transition: all 0.3s ease;
	border-bottom: 2px solid #f1f4f5;
}

.xflmnav dd {
	width: 150px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 55px;
	border-right: 1px solid #f5f5f5;
	line-height: 55px;
	font-size: 16px;
}

.xflmnav dd:before,
.xflmnav dd:after {
	position: absolute;
	height: 3px;
	background: #3071b7;
	bottom: -2px;
	width: 0;
	content: '';
}

.xflmnav dd:before {
	left: 50%;
}

.xflmnav dd:after {
	right: 50%;
}

.xflmnav a {
	color: #666;
}

.xflmnav a,
.xflmnav dd:before,
.xflmnav dd:after {
	transition: all 0.3s ease;
}

.xflmnav dd:hover:before,
.xflmnav dd:hover:after,
.xflmnav dd.on:before,
.xflmnav dd.on:after {
	width: 50%;
}

.xflmnav dd:hover a,
.xflmnav dd.on a {
	color: #3071b7;
	font-weight: bold;
}

.xflmnav.active {
	top: 103px;
	opacity: 1;
	z-index: 15;
	position: fixed;
	;
}



.bc .xxhead {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.bc .xxhead .xxnav a {
	color: #333;
}

.bc .xxhead .logo2 {
	opacity: 1;
}

.bc .xxhead .logo1 {
	opacity: 0;
}

.bc .xxhead .xxaluage i:after,
.bc .xxhead .xxaluage span:after,
.bc .xxhead .xxaluage:after,
.bc .xxhead.xxsearch:after {
	opacity: 1;
}

.bc .xxhead .xxaluage i:before,
.bc .xxhead .xxaluage span:before,
.bc .xxhead .xxaluage:before,
.bc .xxhead .xxsearch:before {
	opacity: 0;
}

.bc .xxhead .xxaluage span {
	color: #333;
}

.bc .xxhead .xxright:before,
.bc .xxhead .xxline {
	background: #ddd;
}



.xxhead.nobaner {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.xxhead.nobaner .xxnav a {
	color: #333;
}

.xxhead.nobaner .logo2 {
	opacity: 1;
}

.xxhead.nobaner .logo1 {
	opacity: 0;
}

.xxhead.nobaner .xxaluage i:after,
.xxhead.nobaner .xxaluage span:after,
.xxhead.nobaner .xxaluage:after,
.xxhead.nobaner .xxsearch:after {
	opacity: 1;
}

.xxhead.nobaner .xxaluage i:before,
.xxhead.nobaner .xxaluage span:before,
.xxhead.nobaner .xxaluage:before,
.xxhead.nobaner .xxsearch:before {
	opacity: 0;
}

.xxhead.nobaner .xxaluage span {
	color: #333;
}

.xxhead.nobaner .xxright:before,
.xxhead.nobaner .xxline {
	background: #ddd;
}


.ny15pen {
	font-family: "DINCondensedBold", aril;
	text-transform: uppercase;
	font-size: 30px;
	color: #b8b8b8;
}

.ny15pcn {
	font-weight: bold;
	font-size: 45px;
	color: #3071b7;
	line-height: 45px;
}

.ny15top {
	margin-top: 103px;
}

.border6 {
	border-radius: 6px;
	overflow: hidden;
}

.bntx1,
.bntx2 {
	position: relative;
	left: -100px;
	opacity: 0;
	transition: all 0.6s cubic-bezier(.52, .08, .18, 1);
}

.bntx1 {
	transition-delay: 0.6s;
}

.bntx2 {
	transition-delay: 0.8s;
}

.ny15baner .xxglobalbg {
	transition-delay: 0.3s;
}

.aos-animate .bntx1,
.aos-animate .bntx2 {
	opacity: 1;
	left: 0;
}

.ny15smalnav {
	height: 100%;
	padding-left: 40px;
}

.ny15nhome,
.ny15nem,
.ny15nsub,
.ny15smalnav a {
	height: 100%;
	margin-right: 20px;
}

.ny15nsub span {
	font-size: 16px;
	color: #333;
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	position: relative;
}

.ny15nsub span:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../img/icon008.png) center no-repeat;
	background-size: 100% auto;
}

.ny15nem {
	background: url(../img/icon010.png) center no-repeat;
	background-size: 100% auto;
	width: 5px;
}

.ny15nhome {
	background: url(../img/icon009.png) center no-repeat;
	background-size: 100% auto;
	width: 12px;
}

.ny15nsub {
	position: relative;
}

.ny15nsubm {
	position: absolute;
	width: 120px;
	left: -15px;
	top: 66px;
	padding-top: 6px;
	display: none;
	z-index: 6;
}

.ny15nsubm dl {
	background: #fff;
	padding: 5px 0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	line-height: 24px;
	font-size: 14px;
}

.ny15nsubm dl dd {
	padding: 5px 15px;
}

.ny15backbottom {
	position: absolute;
	right: 85px;
	top: 0;
	color: #666;
	font-size: 14px;
	background: url(../img/icon011.jpg) center right no-repeat;
	padding-right: 25px;
	cursor: pointer;
}

.ny15backbottom i {
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	background: #3071b7;
	right: 0;
	border-radius: 50%;
	z-index: 3;
	top: 30%;
}

.ny15backbottom i {
	animation: tgguangfu 1.5s infinite;
}

@keyframes tgguangfu {
	0% {
		top: 30%
	}

	100% {
		top: 50%;
	}
}

@-webkit-keyframes img_anime {
	0% {
		-webkit-transform: skew(15deg) translateX(-150%);
		transform: skew(15deg) translateX(-150%);
	}

	42.5%,
	44.5% {
		-webkit-transform: skew(15deg) translateX(-20%);
		transform: skew(15deg) translateX(-20%);
	}

	100% {
		-webkit-transform: skew(15deg) translateX(150%);
		transform: skew(15deg) translateX(150%);
	}
}

@-webkit-keyframes emergence {
	0% {
		opacity: 0;
	}

	99.9% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes emergence1 {
	0% {
		opacity: 1;
	}

	99.9% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}



.ny15topa {
	text-align: right;
	padding: 50px 0;
}

.ny15topam {
	display: inline-block;
	text-align: center;
	padding-right: 85px;
}

.ny15topb {
	width: 90%;
	margin-left: 10%;
	padding-bottom: 6px;
	position: relative;
	height: 66px;
	line-height: 66px;
	box-sizing: content-box;
	background: #efefef;
	background: linear-gradient(90deg, rgba(243, 243, 243, 100%) 0%, rgba(245, 245, 245, 100%) 50%, rgba(253, 253, 253, 100) 100%);
}

.ny15topb:before {
	background: url(../img/isbgac.jpg) right bottom no-repeat #3071b7;
	content: '';
	position: absolute;
	width: 100%;
	height: 6px;
	bottom: 0;
	left: 0;
}

.ny15baner {
	height: 520px;
	position: relative;
	width: 100%;
}

.ny15banerimg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ny15banerh5 {
	color: #fff;
	font-size: 55px;
	line-height: 1.5;
	font-weight: bold;
}

.ny15banerwz {
	position: absolute;
	left: 50%;
	margin-left: -700px;
	bottom: 100px;
}

.my15gfa {
	background: #fff;
}

.my15gfaa {
	padding: 80px 0;
}

.my15gfamp1 {
	padding: 0 85px;
	text-align: center;
	font-size: 18px;
	color: #222;
	line-height: 1.8;
}

.my15gfamp1 p {
	margin-top: 30px;
}

.my15gfamp1 p:first-child {
	margin-top: 0;
}

.my15gfab {
	position: relative;
	height: 610px;
}

.my15gfabp1 {
	position: relative;
	width: 92%;
}

.my15gfabp1 img {
	width: 100%;
	vertical-align: top;
}

.my15gfabp1h5 {
	color: #fff;
	font-size: 40px;
	line-height: 1.5;
	font-weight: bold;
	position: absolute;
	z-index: 6;
	left: 100px;
	bottom: 100px;
}

.my15gfabp2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 38%;
	overflow: hidden;
	z-index: 10;
}

.my15gfabp2 img {
	width: 100%;
	vertical-align: top;
}

.my15gfb {
	padding: 160px 0;
	position: relative;
	overflow: hidden;
}

.my15gfbbg {
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.my15gfbwz {
	width: 50%;
	color: #fff;
}

.my15gfbm {
	position: relative;
	z-index: 6;
}

.my15gfbh4 {
	font-size: 32px;
}

.my15gfbh5 {
	font-size: 40px;
	margin-top: 20px;
	line-height: 1.5;
	font-weight: bold;
}

.my15gfbdesc {
	font-size: 16px;
	margin-top: 40px;
	line-height: 1.7;
}

.my15gfbmore {
	margin-top: 80px;
}

.my15gfb1 {
	margin-top: 80px;
}


/*.aos-animate.my15gfabp2 img {
    border-radius: 5px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.my15gfabp2 img{border-radius: 50%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    position: relative;
    -webkit-transition-duration: 0.75s;
    -o-transition-duration: 0.75s;
    transition-duration: 0.75s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
*/
.my15gfc {
	padding: 90px 0;
	background: #f6f9fa;
}

.swiper-case {
	margin-top: 50px;
}

.swiper-case .swiper-slide {
	height: 445px !important;
}

.my15gfcwz {
	position: relative;
}

.my15gfcwz img {
	width: 100%;
	vertical-align: top;
}

.my15gfcwzh5 {
	position: absolute;
	width: 100%;
	left: 0;
	padding: 60px;
	bottom: 0;
	color: #fff;
	z-index: 6;
	font-size: 24px;
	transition: all 0.3s ease-in;
	opacity: 0;
}

.my15gfcwzh5m {
	padding: 30px 45px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
}

.my15gfcwzh5m p,
.my15gfcwzh5m span {
	position: relative;
	z-index: 5;
}

.my15gfcwzh5m span {
	display: block;
	margin-top: 12px;
	font-size: 16px;
}

.my15gfcwzh5m em {
	display: inline-block;
	font-style: normal;
	padding: 0 10px;
}

.my15gfcwzh5m p {
	margin-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.my15gfcwzh5m:before {
	transition: all 0.3s ease;
	background: url(../img/my15gfcwzh5m.jpg) center no-repeat;
	opacity: 0.8;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
}

.my15gfcwz {
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 6px;
	transition: all 0.6s;
	overflow: hidden;
}

.my15gfcwz {
	height: 80%;
	top: 50%;
	background-size: auto 100%;
	background-position: left center;
}

.swiper-case .swiper-slide-active {
	z-index: 8;
}

.swiper-case .swiper-slide-active .my15gfcwzh5 {
	opacity: 1;
	transition-delay: 0.5s;
}

.swiper-case .swiper-slide-active:hover .my15gfcwzh5m:before {
	opacity: 1;
}

.swiper-slide-active .my15gfcwz {
	width: 210%;
	height: 100%;
	box-shadow: 0 5px 20px 0 rgba(26, 34, 74, 0.26);
}

.caseboton {
	width: 980px;
	margin: 0 auto;
	text-align: right;
	padding: 0 60px;
	margin-top: 40px;
}

.caseboton1,
.caseboton2 {
	position: relative;
	display: inline-block;
	margin-left: 20px;
}


.down-listBox {
	display: none !important;
}

.mnewa,
.mainnewmra,
.my15gfabp1,
.my15gfabp2 {
	border-radius: 6px;
	overflow: hidden;
}

/*.mainnewm .dxbgs { display:none;}*/
* {
	outline: none;
}

@keyframes hm_b_t {
	0% {
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
	}

	60% {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}

	100% {
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
	}
}


.show {
	display: block !important;
}

.xxright:before {
	display: none !important;
}

.xxhead {
	border: none !important;
}

.xxnav {
	height: 103px !important;
}

.xxnav>li {
	padding-top: 25px;
	padding-bottom: 25px;
	height: 103px;
}

.xxlogo {
	margin-top: 25px;
}

.xxaluage1 {
	margin-top: 54px !important;
}

.xxright {
	top: 40px !important;
}

.xxhead {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.go19cp {
	display: none !important;
}

.gotops {
	bottom: 70px;
}

.go19lx {
	bottom: 130px;
}

.ptb90p {
	padding: 90px 0;
}



.pubcn3 {
	color: #222;
	line-height: 1.4;
}

.drownDlBoxs dl {
	border-color: #f6f9fa;
	border-radius: 6px;
	overflow: hidden;
}



.publxyfcx {
	width: 100%;
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	background: #fff;
}

.publxyfcxm {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.lxyfcxbg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.lxyfcxm {
	position: relative;
	z-index: 3;
}

.lxyfcxma {
	width: 1356px;
	margin: 0 auto;
}

.lxyfcxmam {
	width: 30%;
}

.lxyfcxmam:nth-child(2) {
	margin: 0 2%;
	width: 36%;
}

.lxyfcxmaurl {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	text-align: center;
}

.lxyfcxmawz span {
	display: block;
	font-size: 24px;
	color: var(--colors);
}

.lxyfcxmawz {
	height: 90px;
	line-height: 90px;
}

.lxyfcxmawz1 {
	height: 120px;
	line-height: 120px;
}

.lxyfcxmaurl:hover .lxyfcxmaimg img {
	transform: scale(1.03);
}

.lxyfcxmaurl:hover {
	background: var(--colors);
}

.lxyfcxmaurl:hover span {
	color: #fff;
}

.lxyfcxmaimg img,
.lxyfcxmaurl,
.lxyfcxmaurl span {
	transition: all 0.3s ease;
}

.lxyfcxmaimg img {
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}

.list-btn:hover path {
	stroke: var(--colors) !important;
}

.ft14qxqy {
	width: 175px;
}

.ft14qxqy span {
	color: #fff;
}

.videobgs {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.3;
	z-index: 3;
}

.lxyfcxma {
	margin-top: 50px;
}

#page-dot,
.list-btn svg {
	display: none !important;
}

.list-btn {
	background: var(--colors);
}


.red .pbmore,
.red .lxyfcxmaurl:hover,
.red .list-btn,
.red .mainnewmra:hover .mnewaaimg span,
.red .mnewa:hover .mnewaaimg span,
.red .mppiontdot {
	background: #ce2d26;
}

.red .index_btn li:hover em,
.red .index_btn li.hover em,
.red .lhpubh2,
.red .pbmore4:hover span {
	color: #ce2d26;
}

.red .lxyfcxmaurl:hover span {
	color: #fff;
}

.red .lxyfcxmaurl span,
.red .serve_dettxt h5 {
	color: #222;
}

.red .lhpubh21 {
	color: #fff;
}

.red .mnewatxt h4,
.red .mnewatxt1 h4 {
	color: #222 !important;
}

.red .mainnewmra:hover h4,
.red .mnewa:hover h4 {
	color: #ce2d26 !important;
}

.red .xxhead.tab .xxnav li>a:hover {
	color: #ce2d26;
}

.red .mppiontpulse {
	border: 2px solid #ce2d26;
	box-shadow: 0 0 4px #ce2d26, 0 0 10px #ce2d26 inset;
}

.xxaluage1 {
	display: none;
}

.ser_info_box,
.lxyfcxma,
.mainnewm {
	width: 1200px;
}

/* .ser_info_box{ transform: none;} */
.serve_detimg {
	width: 220px;
}

.serve_case {
	width: 220px;
}

.serve_case.on {
	width: 510px;
}

.serve_dettxt {
	width: 290px;
}

.pbmore4 {
	height: 98px;
	line-height: 98px;
}

.lhpubh2 {
	line-height: 1.3;
}


.mainnewm {
	margin-top: 0;
}


.video-ban,
.video-ban:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.video-ban:before {
	content: '';
	background: #000;
	opacity: 0.2;
}

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



/* 凯 */
/* body{font-family: 'Poppins', sans-serif !important;} */
:root {
	--hovers: #f46f02;
	--blackbg: #f9f9f9;
	--colors: #005998;
	--yellow: #85c101;
	--yellowhover: #85c101;
}



.sgp-in-lauge {
	color: #000;
	height: 40px;
}

.sgp-in-lauge span {
	position: relative;
	padding-left: 30px;
}

.sgp-in-lauge span:before,
.sgp-in-lauge span:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 100%;
	left: 0;
	top: 0;
}

.sgp-in-lauge span:after,
.sgp-in-lauge span:before {
	background-position: center;
	background-repeat: no-repeat;
}

.sgp-in-lauge span:after,
.sgp-in-lauge span:before {
	background-size: 100% auto;
}

.sgp-in-lauge span:after {
	background-image: url(../img/language_icon_1.gif);
}

.sgp-in-lauge span:before {
	background-image: url(../img/language_icon_1.gif);
}

.sgp-in-lauge span:after {
	opacity: 0;
}

.sgp-in-lauge i {
	font-size: 12px;
	margin-left: 5px;
	transform: scale(0.9);
	position: relative;
	display: inline-block;
}


.g-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.1);
}

.g-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.g-header-a {
	display: flex;
	justify-content: space-between;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
	height: 40px;
	line-height: 39px;
	transition: all 0.3s ease;
}


.g-header-a-link {
	color: #000;
}

.g-header-a-link:hover {
	color: #000;
}

.g-header-a,
.g-header-a a {
	font-size: 13px;
	font-weight: 300;
}

.g-header-a-link {
	margin-left: 40px;
	display: inline-block;
}

.g-header-bm {
	width: 100%;
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.g-header-b {
	width: 100%;
	background: rgba(255, 255, 255, 0);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.g-header-b-l {
	display: flex;
}

.g-header-logo-z {
	width: 210px !important;
}

.g-header-logo-f {
	height: 43px !important;
	width: 210px !important;
}

.g-header-logo {
	/* height: 50px;
	width: 165px; */
	position: relative;
}

.g-header-logo img {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
}

.g-header-logo-2 {
	opacity: 0;
	visibility: hidden;
}

.g-header-nav {
	display: flex;

	width: 100%;
	justify-content: center;
}

.g-header-nava {

	font-size: 18px;
	color: #000;
	display: block;
	height: 90px;
	line-height: 90px;
	vertical-align: top;
	position: relative;
}

.g-header-nava,
.g-header-nava:hover {
	color: #fff;
}

/* .has.g-header-nava {
	padding-right: 30px;
} */

/* .g-header-navli:nth-child(2) .has.g-header-nava{padding-right: 35px;} */

.g-header-nava sup {
	position: absolute;
	font-size: 12px;
	top: 32px;
	right: 20px;
	display: block;
	line-height: 1;
}

/* .has.g-header-nava {
	padding-right: 21px;
} */

.has.g-header-nava i {
	opacity: 1;
	visibility: visible;
}

.g-header-nava i {
	visibility: hidden;
	opacity: 0;
}

.g-header-nava i {
	font-size: 12px;
	position: absolute;
	transform: scale(0.9);
	right: 0;
	top: 50%;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	margin-top: -10px;
	font-weight: bold;
}

.g-header-navli {
	margin: 0 25px;
	 position: relative; 
}

.g-header-b-ra {
	color: #fff;
	line-height: 40px;
	margin-left: 40px;
	font-size: 13px;
	font-weight: 300;
}

.g-header-b-ra span,
.g-header-b-ra i {
	display: inline-block;
	vertical-align: top;
}

.g-header-b-ra i {
	margin-right: 5px;
}

.g-header-b-ra1 i {
	font-size: 20px;
}

.g-header-b-ra2 i {
	font-size: 24px;
}

.g-header-b-ra3 i {
	font-size: 24px;
}

.g-header-b-r {
	display: flex;
	align-items: center;
	/* width: calc(100% - 210px - 32px); */
}

.g-header.active {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	border-color: #fff;
}

.g-header.active .g-header-logo-2 {
	opacity: 1;
	visibility: visible;
}

.g-header.active .g-header-logo-1 {
	opacity: 0;
	visibility: hidden;
}

.g-header.active .g-header-nava {
	color: #222;
}

.g-header.active .g-header-nava:hover {
	color: #00AEC7;
}

.g-header .g-header-nava:hover {
	color: #00AEC7;
}

.g-header.active .g-header-b-ra {
	color: #444;
}

/* .g-header.small{top:-40px;} */

.g-header,
.g-header-b-ra,
.g-header-nava {
	transition: all 0.3s ease;
}


/* 一层 */
.g-header-a,
.sgp-in-lauge i {
	/* display: none; */
}

.sgp-in-lauge {
	display: flex;
}

.sgp-in-lauge span {
	margin-right: 10px;
}

.sgp-in-lauge span {
	display: block;
	width: 25px;
	height: 40px;
	padding-left: 0;
}

.sgp-in-lauge span:before,
.sgp-in-lauge span:after {
	width: 100%;
}

.g-header-b-rb {
	/* width: 80px; */
	display: flex;
	justify-content: space-between;
	/* margin-left: 40px; */
}

.g-header-b-ra {
	margin-left: 0;
}

.g-header.active .sgp-in-lauge span:before {
	opacity: 0;
}

.g-header.active .sgp-in-lauge span:after {
	opacity: 1;
}

/* .g-header .g-header-a {
	height: 0px;
	opacity: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.13);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.g-header.on .g-header-a {
	height: 40px;
	opacity: 1;
	overflow: visible;
}

.g-header.active .g-header-a {
	height: 0;
}

.g-header.active .sgp-in-lauge {
	display: none;
} */

.nh-pgbaner {
	position: relative;
	height: 550px;
}

.nh-pgbaner-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.nh-pgbaner-wz {
	position: absolute;
	z-index: 4;
	color: #fff;
}

.nh-pgbaner-h4 {
	font-size: 56px;
	font-weight: 700;
	line-height: 1.4;
}

.nh-pgbaner-wz {
	width: 100%;
	left: 50%;
}

.nh-pgbaner-wz {
	top: 50%;
	transform: translate(-50%, -50%);
	margin-top: 55px;
}

.w-14 {
	max-width: 1400px;
	min-width: 1200px;
	margin: 0 auto;
	width: 90%;
}

.g-b-more {
	position: relative;
}

.g-b-more:before,
.g-b-more:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	background: #85c101;
}

.g-b-more {
	display: inline-block;
	cursor: pointer;
}

.g-b-more {
	color: #fff;
	line-height: 54px;
	height: 54px;
	padding: 0 60px;
}

.g-b-more {
	/* border-radius: 52px; */
	transition: all 0.3s ease;
	overflow: hidden;
	margin-top: 70px;

}

.g-b-more:before {
	background: var(--yellow);
}

.g-b-more:after {
	background: var(--yellowhover);
	opacity: 0;
}

.g-b-more:hover:before {
	opacity: 0;
}

.g-b-more:hover:after {
	opacity: 1;
}

.g-b-more span {
	position: relative;
	z-index: 3;
}

.g-b-more:hover {
	color: #fff;
}

/* a:hover {
	color: #fff;
} */

.ptb100p {
	padding: 100px 0;
}

/* 页码 */
.nh-page-num {
	text-align: center;
	margin-top: 80px;
}

.nh-page-num a,
.nh-page-num p,
.nh-page-num span,
.nh-page-num li {
	color: #fff;
	font-size: 12px;
	border: 1px solid #fff;
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	box-sizing: border-box;
	margin: 0 5px;
}

.nh-page-num-000 a,
.nh-page-num-000 p,
.nh-page-num-000 span,
.nh-page-num-000 li {
	color: #333;
	border: 1px solid #aaa;
}

.nh-page-num a:hover,
.sg2-page-num .on {
	background: var(--yellow);
	border: transparent;
	color: #fff;
}

.nh-page-num-000 a:hover {
	color: #fff;
}

.nh-page-num span,
.sg2-page-num p {
	border: 1px solid transparent;
	margin: 0;
}

.nh-page-num .on {}


.nh-pub-h2 {
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}

/* 新闻 */
.nh-new {
	padding-top: 0;
}

.nh-sub {
	margin-top: 80px;
}

.nh-subm {
	text-align: center;
}

.nh-suba {
	display: inline-block;
	margin: 0 15px;
}

.nh-suba {
	position: relative;
}

.nh-suba:before,
.nh-suba:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}

.nh-suba {
	display: inline-block;
	cursor: pointer;
	color: #333;
}

.nh-suba {
	line-height: 52px;
	height: 52px;
	padding: 0 60px;
}

.nh-suba {
	border-radius: 52px;
	transition: all 0.3s ease;
	overflow: hidden;
}

.nh-suba:before {
	background: var(--yellow);
}

.nh-suba:before {
	background: #f4f4f4;
}

.nh-suba:after {
	background: var(--yellowhover);
	opacity: 0;
	background: var(--yellow);
}

.nh-suba:hover:before,
.nh-suba.on:before {
	opacity: 0;
}

.nh-suba:hover:after,
.nh-suba.on:after {
	opacity: 1;
}

.nh-suba span {
	position: relative;
	z-index: 3;
}

.nh-suba:hover,
.nh-suba.on {
	color: #fff;
}


.nh-mbx {
	line-height: 59px;
	height: 60px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}

.nh-mbx em {
	font-size: 12px;
	padding: 0 5px;
	padding-right: 8px;
}

.nh-new-list {
	margin-top: 60px;
}

.nh-new-blink {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.nh-new-blink:nth-child(1) {
	margin-top: 0;
}

.nh-new-bimg {
	width: 32.33%;
}

.nh-new-bimg img {
	width: 100%;
	vertical-align: top;
	transition: all 0.3s ease;
}

.nh-new-bimg {
	overflow: hidden;
}

.nh-new-bwz {
	width: 67.67%;
	box-sizing: border-box;
	padding-left: 40px;
}

.nh-new-tit {
	color: #222;
	font-weight: bold;
	font-size: 18px;
}

.nh-new-tit {
	margin-top: 10px;
}

.nh-new-date {
	color: #666;
}

.nh-new-desc {
	margin-top: 15px;
	color: #333;
}

.nh-new-more {
	display: inline-block;
	margin-top: 35px;
	position: relative;
	padding-right: 20px;
}

.nh-new-more i {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 16px;
}

.nh-new-more i,
.nh-new-more {
	color: #999;
}

.nh-new-blink:hover img {
	transform: scale(1.05);
}

/* 投资者 */
.nh-ir-a {
	padding-top: 80px;
}

.nh-ir-am {
	position: relative;
	height: 460px;
	margin-top: 40px;
}

.nh-ir-abg {
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.nh-ir-awz {
	z-index: 3;
	position: absolute;
	box-sizing: border-box;
	padding: 0 10%;
	color: #fff;
}

.nh-ir-awz {
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.nh-ir-ap1 {
	font-size: 24px;
}

.nh-ir-ap2 {
	font-size: 50px;
	font-weight: 700;
	margin-top: 80px;
	line-height: 1;
}

.nh-ir-ap3 {
	font-size: 18px;
	margin-top: 120px;
}

.nh-ir-ap3 b {
	font-weight: 700;
}

.nh-ir-b {
	background: var(--blackbg);
}

.nh-ir-blist {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.nh-ir-blink {
	width: 48.5%;
	margin-right: 3%;
	margin-top: 3%;
	background: #fff;
	position: relative;
	display: none;
}

.nh-ir-blink:nth-child(-n+4) {
	display: flex;
}

.nh-ir-blink:nth-child(2n) {
	margin-right: 0;
}

.nh-ir-bp1 {
	color: #999;
}

.nh-ir-bp2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 10px;
}

.nh-ir-bbtn {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid var(--hovers);
	line-height: 48px;
	overflow: hidden;
	text-align: center;
}

.nh-ir-bbtn {
	color: var(--hovers);
	border-color: var(--hovers);
	right: 35px;
	top: 50%;
	margin-top: -25px;
}

.nh-ir-bbtn i {
	display: inline-block;
	position: relative;
	font-size: 22px;
	z-index: 3;
	transform: rotateZ(90deg);
}

.nh-ir-bbtn:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.nh-ir-bbtn:after {
	background: var(--yellowhover);
	opacity: 0;
}

.nh-ir-blink:hover .nh-ir-bbtn:after {
	opacity: 1;
}

.nh-ir-blink:hover i {
	color: #FFF;
}

.nh-ir-blinkm {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	padding: 35px;
	padding-right: 100px;
}

.nh-ir-blink:hover .nh-ir-blinkm {
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.nh-ir-bbtn:after,
.nh-ir-bbtn i,
.nh-ir-blinkm {
	transition: all 0.3s ease;
}

.nh-ir-bmore {
	margin-top: 60px;
	text-align: center;
}


/* 联系 */
.nh-cona-a {
	padding-top: 80px;
}

.nh-conap1 {
	font-weight: 700;
	font-size: 30px;
}

.nh-conap2 {
	padding-top: 30px;
}

.nh-conap2 p {
	position: relative;
	padding-left: 30px;
	font-size: 18px;
	margin-top: 10px;
	line-height: 1.2;
}

.nh-conap2 i {
	position: absolute;
	left: 0;
}

.nh-conap21 i {
	font-size: 20px;
}

.nh-conap22 i {
	font-size: 21px;
}

.nh-conap23 i {
	font-size: 20px;
}

.nh-cona-am {
	display: flex;
	width: 100%;
	align-items: center;
}

.nh-cona-aimg img {
	width: 100%;
	vertical-align: top;
}

.nh-cona-aimg {
	width: 50%;
}

.nh-cona-awz {
	width: 50%;
	padding: 0 5%;
}

.nh-cona-am {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

.nh-cona-am:hover {
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.nh-conb {
	background: var(--blackbg);
}

.nh-conb-sub {
	text-align: center;
}

.nh-conb-sub span {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.nh-conb-sub span {
	position: relative;
	font-size: 18px;
	cursor: pointer;
}

.nh-conb-sub span:before,
.nh-conb-sub span:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}

.nh-conb-sub span {
	display: inline-block;
	cursor: pointer;
	color: #333;
}

.nh-conb-sub span {
	line-height: 52px;
	height: 52px;
	padding: 0 50px;
}

.nh-conb-sub span {
	transition: all 0.3s ease;
	overflow: hidden;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.nh-conb-sub span:before {
	background: var(--yellow);
}

.nh-conb-sub span:before {
	background: #f4f4f4;
}

.nh-conb-sub span:after {
	background: var(--yellowhover);
	opacity: 0;
	background: var(--yellow);
}

.nh-conb-sub span:hover:before,
.nh-suba.on:before {
	opacity: 0;
}

.nh-conb-sub span:hover:after,
.nh-conb-sub span.on:after {
	opacity: 1;
}

.nh-conb-sub span i {
	position: relative;
	z-index: 3;
	font-style: normal;
}

.nh-conb-sub span:hover,
.nh-conb-sub span.on {
	color: #fff;
}

.nh-conb-form {
	background: #fff;
	border-radius: 20px;
	padding: 80px;
}

.nh-conb-forma {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-bottom: 20px;
}

.nh-conb-cell {
	width: 48.5%;
}

.nh-conb-cell-100 {
	width: 100%;
}

.nh-conb-txt {}

.nh-conb-txt {
	background: no-repeat;
	border: none;
	width: 100%;
	padding: 0 15px;
	outline: none;
	height: 45px;
	line-height: 45px;
}

.nh-conb-text {
	background: no-repeat;
	border: none;
	width: 100%;
	padding: 15px;
	outline: none;
	resize: none;
}

.nh-conb-text,
.nh-conb-txt {
	background: #fafafa;
	margin-top: 8px;
}

.nh-conb-text {
	height: 150px;
	line-height: 20px;
}

.nh-conb-formb {
	text-align: right;
}

.nh-conb-formb {
	padding-top: 20px;
}

.nh-conb-sub {
	margin-top: 60px;
}

.disappear.swiper-slide-active .aniStyle2 {
	opacity: 0;
	animation: 1s aniStyle2 0.3s;
	animation-fill-mode: forwards;
}


.disappear_img2 {
	background-image: url(../demo/index/index_qybg.jpg);
}

.disappear_img6 {
	background-image: url(../demo/index/index_busi.jpg);
}

.ani_style3 {
	opacity: 0;
}


.tdelay1 {
	animation-delay: 0.3s !important;
}

.tdelay2 {
	animation-delay: 0.5s !important;
}

.tdelay3 {
	animation-delay: 0.7s !important;
}

@keyframes aniStyle1 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes aniStyle2 {
	0% {
		opacity: 0;
		transform: translate3d(0, 80px, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0px, 0);
	}
}

@keyframes aniStyle3 {
	0% {
		opacity: 0;
		transform: scale(1.3);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

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

.nh2aboutp1 {
	font-size: 24px;
	margin-top: 20px;
}

.nh2aboutp2 {
	font-size: 16px;
	margin-top: 40px;
}

.nh2aboutp2 {
	font-weight: 300;
}

.nh2aboutp1-fff {
	color: #fff;
}

.lhpubh2-fff {
	color: #fff;
}

.nh2aboutp2-fff {
	color: #fff;
	opacity: 0.8;
}

.nh2aboutp3 {
	margin-top: 75px;
}

.nh2aboutp3 a {
	margin: 0;
}

.nh2aboutl .lhpubh2,
.nh2aboutl {
	text-align: left;
}

.nh2about {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.nh2aboutl {
	width: 52%;
}


.nh2aboutr {
	/* width: 35%; */
	padding: 50px 0;
	min-width: 500px;
}

.nh2aboutrp1 {
	line-height: 1;
}

.nh2aboutrp1 span {
	font-size: 40px;
	font-weight: bold;
}

.nh2aboutrp1 i {
	font-style: normal;
	padding-left: 5px;
	font-size: 27px;
}

.nh2aboutrp1 em {
	font-style: normal;
	position: relative;
	margin-left: 10px;
}

.nh2aboutrp1 i {
	position: absolute;
	left: -5px;
	top: -16px;
	background-image: linear-gradient(to top, #14a3c2 0%, #07578f 100%);
	-webkit-background-clip: text;
	color: transparent;
}

.nh2aboutrp2 {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
	color: #555;
}

.nh2aboutr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.nh2aboutr ul {
	width: 33%;
}

.nh2aboutr ul:nth-child(even) {
	margin-right: 0;
}

.nh2about {
	background: url(img/nh2aboutrbg.jpg) right center no-repeat;
}

/* .nh25m{transition: all 0.6s ease;opacity: 0;transform:scale(0.9);opacity: 0;}
	#home #main #roll .row.on .nh25m {transform:scale(1);opacity: 1;}*/
#home #main #roll #r5.del .rowbg,
.disappear .rowbg {
	transform: scale(1);
}

#home #main #roll #r5 .rowbg,
.disappear.swiper-slide-active .rowbg {
	transform: scale(1.2);
	transition: all 5s ease;
}

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

.nhvideo2x {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	object-fit: cover
}

.index_3a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.index_p3 {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 40px;
}

.index_p4 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}

.index_p4 span {
	margin-right: 20px;
}

.index_title {
	margin: 0 auto;
	text-align: left;
}

.ban_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.ban_list ul {
	width: 50%;
	margin-top: 60px;
}

.qiye_ul1 {
	width: 45%;
}

.qiye_ul2 {
	width: 50%;
	text-align: center;
}

.sgp-in-lauge {
	position: relative;
}

.g-header-a-r {
	display: flex;
}

.g-header-a-r img {
	margin-top: 10px;
	margin-right: 5px;
	width: 20px;
}

.sgp-in-lauge-list {
	position: absolute;
	left: 50%;
	/* width: 140px; */
	margin-left: -35px;
	/* padding-top: 10px; */
	top: 95%;
	/* display: none; */
	opacity: 0;
	text-align: center;
	visibility: hidden;
	transition: all 0.3s ease;
	padding: 0px 40px;
	/* border-radius: 20px; */
	z-index: 111;
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.sgp-in-lauge-list a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 16px;
}

.sgp-in-lauge:hover .sgp-in-lauge-list {
	/* display: block; */
	opacity: 1;
	visibility: visible;
}

.full3subitem {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.full3subitem:nth-child(2n) {
	border-right: none;
}

.full3subitem2 {
	margin-top: 1px;
}

.full3subitem img {
	width: 30px;
	margin-right: 10px;
}

.full_title {
	color: #Fff;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.full_p1 {
	font-size: 30px;
	font-weight: 300;
}

.full_p2 {
	margin-top: 20px;
}

.full_p3 {
	font-size: 16px;

	line-height: 1.8;
	margin-top: 30px;
	font-weight: 300;

	width: 50%;
	height: 120px;
}

.small_list {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.small_item {
	width: 33.33%;
	position: relative;
}

.small_li1 {
	overflow: hidden;
}

.small_li1 img {
	transition: all 0.3s ease;
	width: 100%;
}

.small_item:hover .small_li1 img {
	transform: scale(1.1);
}

.small_li2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 40px 20px;
	transition: all 0.3s ease;
}

.small_p2 {
	font-size: 30px;
	font-weight: bold;
}

.small_p3 {
	font-weight: 300;
}

.small_p4 {
	position: absolute;
	bottom: 8%;
}

.small_li3 {
	margin-top: 20px;
	height: 85%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}

.small_item:hover .small_li2 {
	transform: translateY(-50px);
	background: #f37200;
}

.small_item:hover .small_li3 {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease;
}

.text_c {
	text-align: center;
}

.g-baner-h6 {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	margin-top: 20px;
}

.index_h4 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
}

.index_m2 {
	margin-top: 20px;
}

.esg_p1 {
	font-size: 30px;
	line-height: 1.4;
	width: 50%;
	margin-top: 30px;
	color: #fff;
	font-weight: 300;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.esg_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.esg_li2 {
	position: relative;
}

.esg_li2 img {
	width: 240px;
}

.esg_li3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #f37200;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: rgb(255, 255, 255, 0.7);
}

.new_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.new_top2 {
	margin-top: 60px;
}

.new_p3 {
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.new_p3 a {
	color: #333;
	margin: 0 3px;
}

.new_p3 em {
	margin: 0 5px;
}

.new_title h3 {
	font-size: 34px;
	font-weight: bold;
}

.new_p4 {
	font-size: 14px;
	color: #888;
	margin-top: 10px;
}

.new_p5 {
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.new_p5 a {
	display: inline-block;
	padding: 10px 30px;
	background: #f6f6f6;
	border-radius: 20px;
	margin-right: 30px;
	transition: all 0.3s ease;
}

.new_p5 .on {
	background: #1caec6;
	color: #fff;
}

.new_p5 a:hover {
	background: #1caec6;
	color: #fff;
}

.new_p6 {
	font-size: 22px;
	color: #222;
	margin-top: 30px;
}

.newSwiper {
	overflow: hidden;
}

.new_list {
	margin-top: 40px;
}

.index_qiye {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new1_list {
	margin-top: 40px;
}

.xxnew_item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	box-shadow: 0 0 20px rgb(0 0 0 / 8%);
	padding: 10px;
	margin-top: 30px;
	transition: all 0.3s ease;
	overflow: hidden;
	border-radius: 8px;
}

.xxnew_item:first-child {
	margin-top: 0;
}

.xxnew_item img {
width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 180px;
    object-fit: cover;
}

.xxnew_item:hover {
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	cursor: pointer;
	/* background: #0056a7; */
}

.xxnew_item:hover img {
	transform: scale(1.05);
}

.xxnew_item:hover .xxitem_p3,
.xxnew_item:hover .xxitem_p2,
.xxnew_item:hover .xxitem_p1 {
	/* color: #fff; */
}

.xxnew_item:hover .xxitem_p2 {
	color: #002F6C;
}

.xxitem_ul1 {
	width: 30%;
}

.xxitem_ul1 li {
	overflow: hidden;
	border-radius: 10px;
}

.xxitem_ul2 {
	width: 70%;
	padding: 00px 40px;
}

.xxitem_p1 {
	font-size: 12px;
	color: #666;
	margin-top: 20px;
}

.xxitem_p2 {
	font-size: 18px;
	color: rgb(0, 0, 0, 0.8);
	font-weight: bold;
	margin-top: 10px;
}

.xxitem_p3 {
	color: rgb(0, 0, 0, 0.5);
	margin-top: 20px;
	line-height: 1.6;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.xxitem_p4 {
	margin-top: 0;
}

.qiye_p1 {
	font-size: 16px;
	color: #333;
	margin-top: 60px;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 24px;
}

.carou_item {
	text-align: center;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 0 10px;
}

.carou_item img {
	width: 95%;
	border-radius: 20px;
}

.carouselSwiper {
	margin-top: 40px;
	position: relative;
}

.carou_li1 {
	padding: 30px 16px 65px 16px;
	display: none;
}

.carou_item.swiper-slide-active .carou_li1 {
	display: block;
}

.carou_item.swiper-slide-active {
	display: block;
	background: linear-gradient(to top, #ebf4ff, #fff);
}

.carou_p1 {
	font-size: 24px;
	color: #333;
}

.carou_p2 {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	min-height: 80px;
}

.carou_p3 {
	font-size: 16px;
	color: #666;
}

.carou_p4 {
	margin-top: 30px;
}

.carou_p4 i {
	font-size: 20px;
}

.carou_page {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
	width: 70%;
	display: flex;
	justify-content: space-between;
}

.carou_page span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #ff661c;
	border-radius: 50%;
	color: #fff;
}

.carou_page span:hover {
	cursor: pointer;
}

.main_mt40 {
	margin-top: 40px;
}

.publi1 {
	overflow: hidden;
}

.publi1 img {
	width: 100%;
	transition: all 0.3s ease;
}

.honora1_item {
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
}

.honora1_item:hover .publi1 img {
	transform: scale(1.1);
}

.honora1_p1 {
	font-size: 24px;
	color: #222;
	margin-top: 40px;
}

.honora1_p2 .sg2banerp3 {
	margin-top: 20px;
}

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

.swiper_page span {
	width: 17px;
	height: 3px;
	border-radius: 0px;
}

.swiper_page .swiper-pagination-bullet-active {
	background: #ff661c;
}

.honora1_p3 {
	margin-top: 30px;
	color: #333;
	letter-spacing: 1px;
	line-height: 24px;
}

.honor2Swiper {
	padding: 0 30px;
}

.honora2_list {
	margin-top: 20px;
}

.honora2_item {
	padding: 20px 0;
	text-align: center;
	box-shadow: 0px 0px 18px 0px rgba(207, 207, 207, 0.35);
	border-radius: 10px;
	margin-top: 20px;
}

.honora2_p1 {
	font-size: 14px;
	color: #333;
	margin-top: 15px;
}

.honora2_li1 {
	overflow: hidden;
}

.honora2_li1 img {
	transition: all 0.3s ease;
}

.honora2_item:hover .honora2_li1 img {
	transform: scale(1.1);
}

.colorfff {
	color: #fff;
}

.honora2_p2 {
	width: 27px;
	height: 2px;
	background: #fff;
	display: inline-block;
	margin-top: 20px;
}

.shnewli_m {
	margin-top: 70px;
}

.shnewli_m .bb-pub-more {
	border: 1px solid #222;
	color: #222;
	background: transparent;
}

.shnewli_m .bb-pub-more:hover {
	border: 1px solid #00AEC7;
	color: #fff;
	background: #00AEC7;
}


.law {
	margin-top: 90px;
	line-height: 28px;
	color: #999;
}

.law_p1 {
	color: #222;
	font-size: 36px;
	font-weight: bold;
}


.law_p2 {
	font-size: 24px;
	color: #222;
	font-weight: bold;
}

.law_p3 {
	font-size: 20px;
	font-weight: bold;
	color: #222;
}

.law table {
	border-collapse: collapse;
	/* 合并边框 */
	width: 70%;
	margin: 0 auto;
}

.law th,
.law td {
	border: 1px solid black;
	padding: 10px;
	text-align: left;
}

.contact_main {
	width: 100%;
	background: #f8f8f8;
}

.contact {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 8px;
}

.contact_ul1 {
	width: 48%;
	padding: 80px 40px;
	position: relative;
}

.contact_ul1 .ge4msgmbmp1 {
	color: #000;
}

.contact_ul1 .ge4msgmbmp1 a {
	color: #000;
}

.contact_ul1 .checks {
	border: 1px solid #000;
}

.contact_ul1 .checks.on {
	border: 1px solid red;

}




.contact_p2 {
	font-size: 16px;
	font-weight: bold;
}

.contact_form {
	margin-top: 40px;
}

.contact_form input {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	outline: none;
	border: 1px solid #cfcfcf;
	padding: 0 20px;
	border-radius: 8px !important;
	margin-top: 20px;
}

.contact_ul2 {
	width: 51%;
	padding: 80px 40px;
}

.contact_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.contact_item {
	display: flex;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;

	margin-top: 30px;
}

.contact_item:first-child {
	width: 100%;
}

.contact_tit {
	margin-left: 25px;
}

.contact_p3 {
	color: rgb(0, 0, 0, 0.5);
	font-size: 14px;
	font-weight: bold;
}

.contact_p4 {
	font-size: 18px;
	color: #333;
	margin-top: 5px;
}

.contact_list2 {
	display: flex;
	margin-top: 50px;
}

.contact_item2 {
	text-align: center;
	margin-right: 30px;
}

.contact_p5 {
	margin-top: 25px;
}

.honor_s1 {
	font-size: 32px;
	font-weight: bold;
	background: linear-gradient(to right, #2db5aa, #025eac);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.map_main {
	position: relative;
}

.map_main img {
	width: 100%;
}

.map_a1 {
	position: absolute;
	top: 74%;
	left: 34%;
}

.map_a2 {
	position: absolute;
	top: 21%;
	left: 59%;
}

.map_a3 {
	position: absolute;
	top: 67%;
	left: 58%;
}

.map_a4 {
	position: absolute;
	top: 70%;
	left: 67%;
}

.map_img1 {
	position: absolute;
	top: -130px;
	left: -80px;
	background-image: url(../demo/about/mapimg2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 210px;
	height: 131px;
	padding: 10px 13px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 11;
}

.map_p1 {
	font-size: 16px;
	color: #10487e;
}

.map_p2 {
	font-size: 14px;
	color: #333;
	margin-top: 5px;
}

.map_item:hover .map_img1 {
	opacity: 1;
	visibility: visible;
}

.map_item img {
	width: 20px;
}

.manual li::before {
	position: static;
	width: 0;
	height: 0;
	border: 0;
}

.manual li {
	padding-left: 0;
}

.carbon_p1 {
	font-size: 24px;
	margin-bottom: 5px;
}

.join {
	width: 100%;
	background: #f8f8f8;
}

.join_main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.malstyle {
	position: sticky;
	top: 100px;
	background: #fff;
	padding: 30px 40px;
	border-radius: 16px;
}

.join_ul1 {
	width: 30%;
	/* background: #fff; */
}

.join_tit:first-child {
	margin-top: 0;
}

.join_ul2 {
	width: 68%;
}

.join_tit {
	font-size: 18px;
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	transition: all 0.3s ease;
}

.join_tit:hover {
	cursor: pointer;
	color: #1caec6;
	border-bottom: 1px solid #1caec6;
}

.join_tit.on {
	color: #1caec6;
	border-bottom: 1px solid #1caec6;
}

/**/
.manual_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;
}


.manual_item3 {
	background: #fff;
	padding: 20px 40px;
	margin-top: 20px;
}

.manualm0 {
	margin-top: 0;
}

.manual_p2 {
	font-size: 18px;
	color: #333;
}

.manual_item:hover {
	cursor: pointer;
}

.serv_List {
	display: none;
	padding: 30px 50px 60px 50px;
	box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.28);
	margin: 20px 0;
}

.qua_List {
	margin: 0;
	border-radius: 0 0 8px 8px;
	box-shadow: none;
	background: #fff;
	padding: 0px 50px 60px 50px;
}

.qua_List h4 {
	padding: 25px 0;
	border-top: 1px solid #e8e8e8;
}

.qua_title p {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}

.qua_title p:last-of-type {
	margin-top: 20px;
}

.manual_s1 {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #a2a2a2;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.manual .on .manual_s1 {
	border: 1px solid #ec923d;
	background: #ec923d;
	color: #fff;
	transform: rotate(180deg);
}

/**/

.g-header-navli:hover .nav_main {
	opacity: 1;
	visibility: visible;
}

.nav_main {
	/* width: 100%; */
	width: 230px;
	position: absolute;
	top: 90px;
	left: -70px !important;
	left: 0px;
	/* background: #fff; */
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	/* box-shadow: 0px 1px 18.86px 0.14px rgb(75 75 75 / 10%); */
	/* border-radius: 20px; */
}

.nav_main2 {
	width: 600px;
	/*left: -230px;*/
}

.nav_top {
	/* width: 230px; */
	padding: 30px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.nav_top_a1 {
	text-align: center;
	margin: 0 10px;
}

.nav_top_a1 p {
	margin-top: 20px;
}

.nav_top_a1:hover p {
	color: #00aec7;
}

.nav_top_a1 img {
	border-radius: 16px;
}

.nav_top2 {
	display: flex;
	flex-direction: column;
}

.nav_top2-2 {
	/*left: -250px;*/
}

.nav_top2-6 {
	/*left: 240px;*/
}


.nav_top_a2 {
	color: rgb(0, 0, 0, 0.7);
	font-size: 16px;
	margin-top: 10px;
	padding: 5px 60px;
	transition: all 0.3s ease;
}
.headerbg {
	/* content: "";
	display: block; */
	width: 100vw;
	/* height: 100px; */
	background: #fff;
	position: fixed;
	left: 0;
	top: 130px;
	z-index: 49;
	display: none;
	box-shadow: 0px 1px 18.86px 0.14px rgb(75 75 75 / 10%);
}
.g-header-navli_3 .nav_main {
	width: 500px;
}

.headerbg.active {
	display: block;
}
.nav_top_a2:hover {
	box-shadow: 0px 1px 18.86px 4.14px rgb(75 75 75 / 10%);
	border-radius: 19.5px;
	color: #00AEC7;
}

.parame_top {
	padding: 30px 0;
	box-shadow: 0px 7px 30.4px 1.6px rgba(51, 51, 51, 0.09);
	margin-top: 130px;
}

.parame_top a {
	margin: 0 8px;
}

.ban_a2 {
	color: #1caec6;
}

.carbona1_right {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.carbona2_right {
	width: 45%;
	box-shadow: 0px 7px 30.4px 1.6px rgba(51, 51, 51, 0.09);
	padding: 80px 40px;
	position: relative;

}

.carbona2_right::before {
	content: "";
	width: 100%;
	height: 5px;
	background: linear-gradient(to right, #4fc1b8, #f8fbfd);
	position: absolute;
	top: 30px;
	left: 0;
}

.carbona2_right::after {
	content: "";
	width: 100%;
	height: 5px;
	background: linear-gradient(to right, #ebf8f7, #337dbc);
	position: absolute;
	bottom: 30px;
	left: 0;
}

.car_list {
	margin-top: 30px;
}

.car_ul1 {
	width: 44%;
}

.car_ul2 {
	width: 50%;
}

.car_item {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #efefef;
	word-wrap: break-word;
}

.car_item:last-child {
	border-bottom: none;
}

.car_p1 {
	position: relative;
	font-size: 16px;
	color: #666;
	padding-left: 20px;
}

.car_p1::before {
	content: "";
	width: 4px;
	height: 15px;
	border-radius: 1px 3px 3px 1px;
	background: #1caec6;
	background-size: 100% 100%;
	position: absolute;
	top: 4px;
	left: 5px;
}

.car_p2 {
	font-size: 20px;
	color: #333;
	margin-top: 10px;
	padding-left: 20px;

}

/*  */

.pro_pop2 {
	padding: 60px 70px;
	width: auto;
}

.pro_pop3 {
	width: 1200px;
}



.compare {
	display: flex;
	height: 600px;
	overflow-x: scroll;
	padding: 30px 0;
}

.compare::-webkit-scrollbar {
	width: 3px;
}

.compare_item {
	width: 33%;
}

.compare_img img {
	width: 80%;
}

.compare_img {
	text-align: center;
}

.com_bg1 {
	background: #1caec6;
	/*height: 600px;*/
	padding: 20px 80px;
}

.com_bg2 {
	background: #fff;
	padding: 20px 10px;

}

.com_m1 {
	margin-top: 70%;
	/* margin-top: 320px; */
}

.com_m2 {
	margin-top: 25px;
}

.com_title p {
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

.com_title2 p {
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
}

.com_title2 .com_p3 {
	background: #f6f6f6;
}

.border_le28 {
	border-radius: 28px 0 0 28px;
}

.border_ri28 {
	border-radius: 0 28px 28px 0;
}

.com_title .com_p1 {
	margin-top: 70px;
}

.com_p2 {
	position: relative;
}

.com_p2::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 15px;
	left: 15px;
}

/*  */

.prord {
	width: 100%;
	background: #f6f6f6;
}

.prord2 {
	width: 100%;
	background: #fff;
}

.pro_left,
.pro_right {
	width: 45%;
}
.pro_right{
    text-align: center;
}

.pro_right img {
	    /* width: 100%; */
    max-height: 450px;
    max-width: 100%;
}

.banp40 {
	font-size: 40px;
	font-weight: bold;
	background: linear-gradient(to right, #2db5aa, #025eac);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.prord_p1 {
	width: 28px;
	height: 2px;
	background: linear-gradient(to right, #2db5aa, #025eac);
	margin: 40px 0 30px 0;
}

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

.prord_p3 {
	font-size: 20px;
	color:#555;
}

.prord_main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-s4 {
	margin-top: 70px;
}

/*  */

.search-result-main {
	display: block;
	margin-top: 120px !important;
	padding-top: 20px;
}

.search-result-main-p {
	font-size: 12px;
	color: #9d9d9c;
	margin-top: 0;
}

.search-result-main .input-warp {
	position: relative;
	width: 434px;
	margin: 60px auto;
	border: 1px solid #bfbfbf;
	border-radius: 10px;
	background: url(../img/search2.png) 13px 13px no-repeat;
	background-size: 20px auto;
}

.search-result-main .input-warp input {
	width: 78%;
	height: 46px;
	line-height: 46px;
	margin-left: 43px;
	border-color: transparent;
	background-color: transparent;
	outline: none;
	color: #666;
}

.searchtab {
	min-height: 400px;
}

.search-class-list {
	border-bottom: 1px solid #ddd;
}

.search-class-list li {
	float: left;
	font-size: 16px;
}

.search-class-list li.on a {
	color: #000;
}

.search-class-list li a {
	padding: 0 26px;
	padding-left: 0;
	color: #999;
	line-height: 45px;
	position: relative;
}

.search-class-list li.on a span:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #3071b7;
}

.search-result-main a {
	display: block;
}

.search-result-title {
	color: #999;
	padding-top: 20px;
}

.result-list {
	overflow: hidden;
}

.result-item {
	width: 48%;
	margin-right: 4%;
	border-bottom: 1px solid #e7e7e7;
	float: left;
}

.result-item:nth-child(2n) {
	margin-right: 0;
}

.result-item .dot {
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 10px;
	background: #828282;
	border-radius: 50%;
	vertical-align: middle;
}

.result-item p {
	display: inline-block;
	vertical-align: middle;
	word-break: normal;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.search-result-main a {
	display: block;
}

.result-item a {
	display: block;
	width: 100%;
	padding: 28px 0;
	color: #696969;
}

.result-item a:hover {
	color: #3071b7;
}

.result-item a:hover .dot {
	background: #3071b7;
}

@media screen and (max-width:1000px) {
	.search-result-main {
		margin-top: 90px !important;
	}

	.searchtab {
		min-height: inherit;
		padding-bottom: 40px;
		min-height: 400px;
	}

	.search-result-main .input-warp {
		width: 100%;
		margin: 0;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.search-class {
		margin-top: 10px;
	}

	.result-item a {
		padding: 15px 0;
	}

	.result-item {
		display: block;
		width: 100%;
		padding: 0;
		color: #696969;
	}

	.result-item .dot {
		margin: 0 5px;
	}

	.abt26btc2,
	.abt26btc3 {
		width: 90%;
		max-width: 90%;
	}

	.footer_btn button {
		margin-top: 20px;
	}

	.footer_btn {
		margin-top: 0;
	}

	.city-picker-select {
		width: 100%;
	}

	.checks {
		width: 14px;
		height: 14px;
	}

	.ge4msgmbmp1 i {
		top: 0;
	}

	.ban_ul3 {
		justify-content: flex-end;
		font-size: 14px;
	}
}

/*  */