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

@font-face {
	font-family: 'iconfont';
	src: url('../font_3516092_f6zvrkybicm/iconfont.woff2') format('woff2'),
		url('../font_3516092_f6zvrkybicm/iconfont.woff') format('woff'),
		url('../font_3516092_f6zvrkybicm/iconfont.ttf') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	color: #222;
}
.listh3{font-weight: 600; margin: 20px 0 10px;}
.lista{margin-right:20px;line-height:1.8;}

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

@media only screen and (max-width: 320px) {
	.index_btn {
		width: 300px;
		margin-left: -150px;
	}

	.index_btn li {
		width: 68px;
	}
}

@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(--colors);
	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;
	display: flex;
	justify-content: center;
	align-items: baseline;
}

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


/*首页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: 15px;
}

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

.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;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #22283c;
}

.ft142pa {
	color: #6b6b6b;
}

.foot10142r a {
	color: #fff;
	display: inline-block;
	margin-left: 30px;
}

.foot1014c {
	margin-top: 50px;
	padding-bottom: 25px;
}

.foot10141 {
	background: #22283c;
	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;
}

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

.lhpubh2 {
	font-size: 45px;
	color: #333;
	letter-spacing: 3px;
	font-weight: bold;
	margin-top: 10px;
}

.lhpubp {
	font-size: 16px;
	color: #000;
	line-height: 1.5;
}

.lhpubp1,
.lhpubh21 {
	color: #fff;
}

.lhpubp1 {
	opacity: 0.8;
}

.lhpubh2 {
	margin-top: 10px;
	/* padding-bottom: 30px; */
	position: relative;
}

/* .lhpubh2:before{ position: absolute; content: ''; background: var(--colors);left:50%;}
.lhpubh2:before{bottom:0;width: 80px; height: 4px; margin-left: -40px; } */
.lhpubp {
	font-size: 16px;
	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;
}

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

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

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

.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: 160px;
}

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

.publxyfcxm {
	margin-top: 50px;
}

.mainnewm {
	margin-top: 0;
}

.foot1014alogo2 {
	height: 50px;
}

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

/**/
:root {
	--colors: #43964e;
}

.banner-btn a:hover {
	background-color: #387e41;
}

.index-about .left .play a:hover {
	border-color: #387e41;
	background-color: #387e41;
}

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

.hdlogo img {
	height: 70px;
}

.serve_detimgwz p:nth-child(2) {
	margin-top: 0;
}

.serve_dettxt p {
	font-size: 14px;
	line-height: 1.6;
	-webkit-line-clamp: 6;
	text-align: justify;
}

.serve_detimgwz h4 {
	padding-right: 10px;
	color: var(--colors);
	font-size: 16px;
	margin-top: 10px;
}

/**/
.soloslider {
	height: 100vh;
}

.solosliderbg {
	left: -5%;
	top: -5%;
	position: absolute;
	transform: scale(1.03);
}

.solosliderbg {
	width: 110%;
	height: 110%;
	transition: all 2s ease;
}

.swiper-slide-active .solosliderbg {
	transform: scale(1);
}

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

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

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

.soloslidericon {
	width: 80px;
	height: 80px;
	position: relative;
	display: inline-block;
}

.soloslidericon img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.soloslidericon img {
	max-width: 90%;
	max-height: 90%;
}

.soloslidericon {
	margin-top: 20px;
}

.soloslidertit {
	margin: 0;
	padding: 0;
	color: #fff;
}

.soloslidertit:before {
	display: none;
}

.solosliderh5 {
	font-size: 22px;
	margin-top: 10px;
}

.solosliderp1 {
	margin-top: 15px;
	font-size: 14px;
	opacity: 0.8;
}

.solosliderwz {
	width: 450px;
	height: 450px;
}

.qqbgs {
	width: 600px;
	height: 600px;
}

.qqbgs {
	position: absolute;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.qqbgs img {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

.qqbgs img.img1 {
	animation: rotate_o 10s infinite;
}

.qqbgs img.img2 {
	animation: rotate_o 15s infinite;
}

.qqbgs img.img3 {
	animation: rotate_t 11s infinite;
}

.qqbgs img.img4 {
	animation: rotate_o 17s infinite;
}

.qqbgs img.img5 {
	animation: rotate_t 12s infinite;
}

.qqbgs img.img6 {
	animation: rotate_o 17s infinite;
}

@keyframes rotate_o {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes rotate_t {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(-360deg)
	}
}

.solosliderbtn {
	bottom: 50px;
	text-align: center;
	position: absolute;
	width: 85%;
	left: 50%;
	transform: translateX(-50%);
}

.solosliderbtn {
	min-width: 1200px;
	color: #fff;
	font-size: 14px;
}

.solosliderline,
.solosliderbtn ul {
	width: 12.5%;
	cursor: pointer;
}

.solosliderbtn ul {
	float: left;
	padding-bottom: 50px;
	position: relative;
}

.solosliderbtn span {
	opacity: 0.8;
	display: block;
	vertical-align: top;
	height: 20px;
	line-height: 20px;
}

.solosliderbtn i {
	position: absolute;
	border-radius: 50%;
	display: block;
}

.solosliderbtn i {
	left: 50%;
	margin-left: -25px;
	bottom: -25px;
	transform: scale(0);
}

.solosliderbtn i {
	opacity: 0;
}

.solosliderbtn i {
	width: 50px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.solosliderbtn i:before {
	position: absolute;
	border-radius: 50%;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.solosliderbtn i:before {
	background: #fff;
	width: 10px;
	height: 10px;
}

.solosliderbtn:before {
	height: 0;
	overflow: hidden;
	position: absolute;
	content: '';
	left: 0;
	bottom: 0
}

.solosliderbtn {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}

.solosliderline {
	height: 1px;
	background: #fff;
	left: 0;
	bottom: -1px;
	position: absolute;
}

.solosliderbtn .curr i {
	opacity: 1;
	transform: scale(1);
}

.solosliderbtn .curr span {
	opacity: 1;
}

.solosliderbtn span {
	transition: all 0.3s ease;
}

.solosliderbtn i {
	transition: all 0.5s ease;
}

.solosliderbg {
	z-index: 1;
}

.qqbgs {
	z-index: 3;
}

.solosliderwz,
.solosliderbtn {
	z-index: 5;
}

.solosliderline {
	z-index: 2;

}



/**/

/**/
.pubright {
	right: 20px;
	position: fixed;
	bottom: 50px;
	/* top:50%; transform: translateY(-50%); */
	width: 55px;
	z-index: 6;
}

.pubright {
	opacity: 0;
	right: -55px;
	transition: all 0.3s ease;
}

.pubrightbtn {
	color: #fff;
	margin-top: 10px;
	position: relative;
}

.pubrightbtn {
	width: 100%;
	line-height: 55px;
	height: 55px;
	border-radius: 50%;
	text-align: center;
	background: #005845;
}

.pubright_top {
	background: rgba(0, 186, 83, 0.8);
}

.pubright_weixin {
	background: rgba(53, 168, 219, 0.8);
}

.pubright_msg {
	background: rgba(53, 168, 219, 0.8);
}

.pubright_msg i {
	font-size: 23px;
}

.pubright_weixin i {
	font-size: 23px;
}

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

.pubrightsub {
	width: 180px;
	text-align: left;
	box-sizing: content-box;
	left: -190px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	padding-right: 10px;
}

.pubrightsubm {
	padding: 25px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pubrighth5 {
	font-weight: 200;
	padding-bottom: 20px;
	color: #1262a1;
	font-size: 18px;
	line-height: 1;
}

.pubrightsub img {}

.pubrightsub {
	transition: all 0.5s ease;
	top: 42%;
	opacity: 0;
	visibility: hidden;
	left: -190px;
}

.pubrightbtn:hover .pubrightsub {
	opacity: 1;
	top: 50%;
	visibility: visible;
}

.pubrightsub1 {
	width: 230px;
	left: -240px;
}



.pubrighth5p1 {
	color: #444;
	line-height: 24px;
}

.pubrighticon1,
.pubrighticon2 {
	position: relative;
	margin-right: 10px;
	top: 2px;
}

.pubrighticon1 {
	font-size: 20px;
}

.pubrighticon2 {
	font-size: 20px;
}

.pubrighth5p2 {
	margin-top: 10px;
}

.showMan {

	opacity: 1;

	transition: all 0.5s ease;

	right: 20px;

	/* transform: scale(1) rotate(-360deg) translate(0px);

			-webkit-transform: scale(1) rotate(-360deg) translate(0px);

			-moz-transform: scale(1) rotate(-360deg) translate(0px);

			-o-transform: scale(1) rotate(-360deg) translate(0px); */

}

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

/**/


.ment_li1 .a1 {
	color: #fff;
	font-size: 18px;
	padding: 13px 20px;
}

.ment_li1:hover .a1 {
	border-bottom: 3px solid #43964e;
	cursor: pointer;
}

.ment_li1 {
	position: relative;
	transition: all 0.3s ease;
}

.ment_li1:hover .ment_item {
	/* display: block; */
	opacity: 1;
	visibility: visible;
	/* overflow: hidden; */
}

.ment_item {
	position: absolute;
	top: 65px;
	background: #004098;
	/* display: none; */
	width: 150px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	padding: 20px 0 20px 20px;
}

.ment_item a {
	color: #fff !important;
	padding: 0 0 10px 0 !important;
	display: inline-block !important;
	line-height: normal !important;
	background: #004098;
	padding: 10px 10px 10px 20px !important;
	text-align: left;
	width: 100%;
}

.ment_item a:hover {
	background: #fff;
	color: #004098 !important;
	border-radius: 10px 0 0 10px;
}


/**/

/**/
.xxbanerpage {
	position: relative;
	background-position: center;
	background-size: cover;
	height: 480px;
	margin-top: 86px;
}

.abouta1 {
	position: relative;
}

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

.xxnew2 {
	top: 45%;
}

.xxnew3 {
	top: 32%;
}

.xxnew_p1 {
	color: #fff;
	font-size: 18px;
	opacity: 0.9;
	padding-bottom: 10px;
}

.xxnew_p2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
}

.xxnew_ul2 {
	padding-top: 30px;
}

.xxnew_ul2 a {
	color: #fff;
}

.xxnew_ul2 em {
	color: #fff;
	padding: 0 5px;
}

/**/
.foot2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}

.foot_ul1 {
	width: 50%;
	display: flex;
}

.foot_ul1 li {
	margin-right: 40px;
}

.foot_ul2 {
	width: 50%;
	text-align: end;
}

.foot_ul2 img {
	height: 55px;
}

.foot3 {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.foot3_ul1 {
	width: 50%;
}

.foot3_ul2 {
	width: 45%;
	margin-bottom: 20px;
}

.foot3_ul3 {
	height: 95%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.foot3_top {
	display: flex;
	justify-content: space-between;
	/*width: 90%;*/
}

.foot3_left {
	display: flex;
}
.foot3_left2 {
	display: flex;
	flex-direction: column;
}

.foot3_left3 {
	padding-left: 30px;
    margin-top: 20px;
    font-size: 14px;
}

.foot3_left3 ul {
	margin-top: 20px;

}

.foot3_img1 {
	margin-right: 15px;
	margin-top: 7px;
}

.foot3_p1 {
	font-size: 18px;
	color: #231815;
	font-weight: bold;
}

.foot3_p2 {
	font-size: 34px;
	color: #231815;
	font-weight: bold;

}

.foot3_p3 {
	font-size: 12px;
	color: #231815;

}

.foot3_p4 {
	font-size: 20px;
	color: #231815;
	font-weight: bold;
	margin-top: 10px;
}

.foot3_p5 {
	margin-top: 6px;
}

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

.foot3_foot a {
	margin-right: 50px;
	position: relative;
}

.footer_ul4_wx {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: -140px;
	left: -30px;
	width: 100px;
	text-align: center;
	transition: all 0.3s ease;
}

.footer_ul4_wx2 {
	display: flex;
	flex-direction: column;
	left: -10px;
	top: -170px;
	text-align: left;
}

.footer_ul4_li1 {
	display: flex;
}

.footer_ul4_li2 {
	width: 400px;
}

.footer_ul4_wx p {
	margin-top: 5px;
	font-size: 14px;
}

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


.foot3_ul4 {
	margin-top: 30px;
}

.foot3_ul4 input {
	width: 100%;
	border-radius: 3px;
	background: #f6f6f6;
	background: #e5e5e5;
	padding: 20px;
	margin-top: 10px;
}

.foot3_ul4 .input1,
.foot3_ul4 .input2 {
	width: 49%;
}

.foot3_ul4 .input2 {
	margin-left: 5px;
}

.foot3_ul4 textarea {
	width: 100%;
	height: 120px;
	border-radius: 3px;
	background: #e5e5e5;
	padding: 20px;
	margin-top: 10px;
	font-family: none;
}

.foot3_btn {
	text-align: end;
}

.foot3_btn span {
	display: inline-block;
	width: 190px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #e5e5e5;
	margin-top: 20px;

}

.foot5 {
	margin-top: 30px;
	border-top: 1px solid #eee;

}

.foot5_tit {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.foot5_div {
	border: 1px solid #b5b1b0;
	padding: 10px;
	border-radius: 20px;
	margin-top: -70px;
	background: #fff;
	display: flex;
	justify-content: space-around;
	width: 205px;
}

.foot5_div img {
	height: 18px;
}

/**/

/* 新闻 */
.zxnew,
.zxcdf,
.zxcarers {
	/* background: #f0f0f0; */
}

.zxnewtop {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}

.pubsubs a {
	color: #444;
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	margin-left: 35px;
	position: relative;
}

.pubsubs a:before {
	position: absolute;
	content: '';
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.pubsubs a:before {
	border: 1px solid #444;
	top: 50%;
	margin-top: -5px;
}

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

.pubsubs a:hover,
.pubsubs a.on {
	color: #000;
}

.pubsubs a:hover:before,
.pubsubs a.on:before {
	border-color: #000;
	background: #000;
}

.pubsubs a:before,
.pubsubs a {
	transition: all 0.3s ease;
}

.zxnewtop {
	border-bottom: 1px solid #444;
}

.zxnewtopr {
	padding-top: 50px;
}



.zxnewba {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.zxnewbimg {
	width: 35%;
	overflow: hidden;
}

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

.zxnewbwz {
	width: 47%;
	padding-top: 20px;
}

.zxnewbdate,
.zxnewbwz {
	padding-left: 40px;
}

.zxnewbtit {
	font-size: 26px;
	color: #222;
}

.zxnewbi {
	position: absolute;
	font-size: 30px;
	top: 20px;
	right: 30px;
	color: #333;
}

.zxnewbms {
	color: #666;
	margin-top: 35px;
}

.zxnewbdate {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
}

.zxnewbdate {
	bottom: 0;
	left: 35%;
}

.zxnewbimg img,
.zxnewbtit,
.zxnewbi {
	transition: all 0.3s ease;
}

.zxnewba:hover .zxnewbtit,
.zxnewba:hover .zxnewbi {
	color: #0052d9;
}

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

.zxnewba:hover .zxnewbi {
	right: 0;
}

.zxnewbm {
	padding: 65px 0;
	border-bottom: 1px solid #555;
}

.zxnewbm:last-child {
	border: none;
	padding-bottom: 0;
}

.zxnewbm:first-child {
	padding-top: 0;
}



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

.newdzxdate {
	color: #666;
	margin-top: 10px;
}

.newdzxdesc {
	margin-top: 45px;
	margin-bottom: 45px;
}

.newdzxdesc img {
	width: 100%;
}

.newdzxdesc img {
	margin: 0 auto;
}

.newdzxdesc iframe{
    width:100%;
    height:500px;
}


.sharelistsub a {
	font-size: 24px;
	margin-right: 15px;
}

.sharelistsub a {
	color: #000;
	opacity: 0.7;
	transition: all 0.3s ease;
}

.sharelistsub a:hover {
	opacity: 1;
}





.sharelistsub {
	margin-top: 20px;
}

.bsBox {
	box-sizing: content-box;
}

.zxnewother li {
	padding: 15px 0;
	border-bottom: 1px solid #d6d6d6;
}

.zxnewother a {
	color: #333;
}

.zxnewother a:hover {
	color: #0052d9;
}

.zxnewother li:last-child {
	border: none;
}





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

.zxcasealla {
	width: 33%;
	margin-top: 0.5%;
	overflow: hidden;
}

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

.zxcasealla {
	position: relative;
}

.zxcasealla:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: #000;
	width: 100%;
	height: 100%;
}

.zxcaseallicon {
	position: absolute;
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.zxcaseallicon {
	background: #fff;
	border-radius: 50%;
}

.zxcaseallicon img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.zxcaseallicon img {
	max-width: 90%;
	max-height: 90%;
}

.zxcaseallwz {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px;
	z-index: 5
}

.zxcaseallicon {
	opacity: 0
}

.zxcaseallwz {
	color: #fff;
}

.zxcaseallwz p {
	font-size: 30px;
	line-height: 1.4;
}

.zxcaseallwz span {
	line-height: 1;
	display: inline-block;
	margin-top: 5px;
}

.zxcasealla:before {
	z-index: 2;
	opacity: 0;
}

.zxcasealla:before,
.zxcaseallimg,
.zxcaseallicon {
	transition: all 0.5s ease;
}

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

.zxcasealla:hover .zxcaseallicon {
	opacity: 1;
}

.zxcasealla:hover .zxcaseallimg {
	transform: scale(1.03);
}


.zxcasec {
	background: #f0f0f0;
}

.zxcasecm {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #000;
}

.zxcaseca {
	width: 33%;
	margin-top: 0.1%;
	overflow: hidden;
}

.zxcaseca2 {
	width: 49.95%;
}

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

.zxcaseca {
	position: relative;
}

.zxcaseca:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: #000;
	width: 100%;
	height: 100%;
}

.zxcasecwz {
	position: absolute;
	left: 0;
	bottom: -28px;
	padding: 25px;
	z-index: 5;
	padding-left: 35px;
}

.zxcasecwz {
	color: #fff;
}

.zxcasecwz p {
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
}

.zxcasecjt {
	display: inline-block;
	margin-top: 10px;
	position: relative;
	line-height: 1;
	font-size: 22px;
}

.zxcasecjt {
	opacity: 0;
}

.zxcasecjt,
.zxcasecwz p {
	position: relative;
	top: 0;
}

.zxcasecjt {
	left: -10px;
}

.zxcaseca:before {
	z-index: 2;
	opacity: 0;
}

.zxcaseca:before,
.zxcasecimg,
.zxcasecjt,
.zxcasecwz p,
.zxcasecwz {
	transition: all 0.5s ease;
}

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

.zxcaseca:hover .zxcasecimg {
	transform: scale(1.03);
}

.zxcaseca:hover .zxcasecwz p {
	top: -10px;
}

.zxcaseca:hover .zxcasecwz {
	bottom: 0;
}

.zxcaseca:hover .zxcasecjt {
	left: 0;
	opacity: 1;
}



.zxcdb {
	padding-top: 0;
}

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

.zxcdbtit {
	margin-top: -140px;
}

.zxcdbtzw,
.zxcdbtit {
	z-index: 3;
	position: relative;
}

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

.zxcdbtzwr {
	width: 32%;
	position: sticky;
	top: 0;
	right: 0;
}

.zxcdbtzwl {
	width: 60%;
}

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


.zxcdbtitm {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 40px;
}

.zxcdbtit {
	padding: 0 100px;
}

.zxcdb {
	background: #f0f0f0;
}

.zxcdbtzw {
	background: #fff;
	/* padding: 80px 100px; */
}



.zxcdbtzwra {
	background: #f8fafb;
	padding: 30px;
}

.zxcdbtzwrul {
	padding-top: 7px;
}

.zxcdbtzwrul li {
	display: flex;
	color: #333;
	padding-top: 8px;
}

.zxcdbtzwrul li span {
	width: 75px;
}

.zxcdbtzwrul li i {
	color: #999;
}

.zxcdbtzwrh5 {
	font-weight: bold;
	font-size: 18px;
}

.zxcdbtzwrp1 {
	font-size: 12px;
	color: #666;
}

.zxcdbtzwrs {
	position: sticky;
	top: 110px;
}

.zxcdbtzwrb {
	/* margin-top: 50px; */
}

.zxcdbotherm {
	display: flex;
	margin-top: 25px;
}

.zxcdbotherimg {
	width: 100px;
}

.zxcdbotherimg img {
	width: 100%;
}

.zxcdbtzwrbp1 {
	font-weight: bold;
	font-size: 16px;
}

.zxcdbtzwrbp2 {
	color: #666;
	margin-top: 5px;
}

.zxcdbotherwz {
	padding-left: 20px;
	padding-top: 5px;
}

/**/

/**/
.prmain {
	margin-top: 50px;
	position: relative;
}

.casea3_btn3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between;
	z-index: 1;
	width: 90%;
}

.casea3_btn3 i {
	font-size: 50px;
	color: #43964E;
}

.casea3_btn3 i:hover {
	cursor: pointer;
}

.pr_li1 {
	overflow: hidden;
}

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

.pr_ul1:hover .pr_li1 img {
	transform: scale(1.05);
}

.pr_item {
	position: relative;
}

.pr_title {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
	width: 100%;
	height: 100%;
	padding: 40px 30px;
	transition: all 0.3s ease;
}

.pr_hr {
	width: 20px;
	height: 4px;
	background: #fff;
}

.pr_p1 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}

.pr_page {
	text-align: center;
}

.pr_page span {
	margin: 30px 5px 0 5px;
	background: #159848;
}

.pr_item2 {
	margin-top: 30px;
	/* margin-bottom: 200px; */
	opacity: 0;
	transition: all 0.3s ease;
}

.pr_itemp1 {
	color: #fff;
	transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.pr_itema1 {
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	/* border-bottom: 2px solid #fff; */
	color: #fff;
	margin-top: 10px;
}

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

.pr_bo {
	width: 0%;
	height: 2px;
	background: #fff;
	margin-top: 10px;
	transition: all 0.3s ease;
}

.pr_itema1:hover {
	color: #fff;
}

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

.pr_item:hover .pr_item2 {
	opacity: 1;
}

.pr_item:hover .pr_title {
	background: rgba(0, 0, 0, 0.2);
}

.pr_item:hover .pr_itemp1 {
	transform: translateY(-10px);
}

.pr_item:hover .pr_bo {
	width: 100%;
}

/**/
/* .nav_tit a.on::before {
	content: "";
	width: 37px;
	height: 3px;
	background: #009944;
	position: absolute;
	top: 45px;
	left: 12px;
} */
.nav_tit2 {
	white-space: nowrap;
	overflow-x: auto;
}
.nav_tit2::-webkit-scrollbar {
	height: 4px;
	/* 指定滚动条宽度 */
}
.nav_tit {
	width: 100%;
	height: 58px;
	line-height: 50px;
	background: #fff;
	display: flex;
	justify-content: center;
	box-shadow: 6.444px 2.735px 17.85px 3.15px rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 11;
}

.nav_tit a.on {
	display: inline-block;
	color: #000;
	border-bottom: 3px solid #009944;
	opacity: 1;
	position: relative;
}



.nav_tit a {
	display: inline-block;
	color: #000;
	opacity: 0.5;
	margin: 0 20px;
	/*font-weight: bold;*/
	transition: all 0.3s ease;

}

.nav_tit a:hover {
	border-bottom: 3px solid #009944;
	opacity: 1;
	cursor: pointer;

}

.nav_tit2 a {
	display: inline-block;
	color: #000;
	opacity: 0.5;
	margin: 0 20px;
	/*font-weight: bold;*/
	/* transition: all 0.3s ease; */
}

.nav_tit2.active {
	position: fixed;
	z-index: 11;
	background: #fff;
	top: 80px;
	display: flex;
	justify-content: center;
	width: 100%;
}

.nav_tit2 a:hover {
	display: inline-block;
	color: #009944;
	border-bottom: 2px solid #009944;
	opacity: 1;
}

.relative {
	position: relative;
}

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

.pd80px {
	padding: 80px 0;
}

.pd80px2 {
	padding: 0 0 80px 0;
}

/**/
/**/
.xyabout {
	position: relative;
	background-image: url(../img/about/xyimg1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* height: 850px; */
}

.xyabout_mian {
	width: 80%;
}

.xyabout_p1 {
	font-size: 18px;
	font-weight: bold;
}

.xyabout_p2 {
	font-weight: bold;
	font-size: 40px;
}

.xyabout_p3 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 30px;
}

.xyabout_p3 span {
	color: #009944;
}

.xyabout_tit {
	padding: 40px 0 50px 0;
	border-top: 1px solid #e0e2e5;
	border-bottom: 1px solid #e0e2e5;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.xyabout_p4 {
	font-size: 36px;
	font-weight: bold;
	color: #009944;
}

.xyabout_p5 {
	margin-top: 25px;
}

.xyabout_con {
	margin-top: 20px;
}

.xyabout_con p {
	margin-top: 30px;
	color: #434343;
}


.xyab2_con {
	display: none;
	position: relative;
}


.xyab2_con img {
	width: 100%;
}

.xyabout2_list {
	margin-top: 80px;
}

.xyab2_list {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

.xyab2_item {
	width: 50%;
	border-top: 1px solid #fff;
}

.xyab2_item img {
	width: 60px;
	height: 60px;
	margin-top: 30px;
}

.xyab2_itemp1 {
	text-align: right;
}

.xyab2_itemp2 {
	font-size: 30px;
	color: #fff;
}

.xyab2_con.on {
	display: block;
	/* opacity: 1;
	visibility: visible; */
}

.xyabout2_item {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f3f1ef;
	padding-bottom: 20px
}

.xyabout2_name {
	width: 33.33%;
	display: flex;
	position: relative;
	transition: all 0.3s ease;
}

.xyabout2_name.on {
	color: #009944;
}

.xyabout2_name.on .xyabout2_s1 {
	color: #009944;

}

.xyabout2_name.on::before {
	content: "";
	position: absolute;
	top: 75px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #009944;
}

.xyabout2_con {
	width: 100%;
	margin-top: 40px;
}

.xyabout2_s1 {
	color: #808080;
}

.xyabout2_s2 {
	margin-right: 15px;
}

.xyabout2_s3 {
	font-size: 26px;
	font-weight: bold;
}

.line2 {
	position: absolute;
	margin: 10px 0;
	width: 100%;
	height: 2px;
	top: 64px;
}

.line_hove {
	width: 0;
	height: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.5s ease;
}

.xyabout2_name:hover .line_hove {
	width: 100%;
	background: #009944;
	height: 2px;
}

.xyaboutys {
	/* margin-top: 80px; */
	background: #f3f5f8;
}

/**/


.sdtopbrb span {
	font-size: 16px;
	line-height: 20px;
	padding-left: 10px;
}

.sdtopbrb span a {
	padding-left: 0;
}

.joinb_s3 {
	width: 260px;
}

.resume_sub {
	width: 300px !important;
}

.superior {
	height: 720px;
}

.ropes_p7 {
	width: 50%;
}

.casedetail_li3 span {
	display: inline-block;
	width: 100px;
	max-width: none;
}

.casedetail_li2 .casedetail_span2 {
	width: auto;
}

.a2_p2 {
	font-size: 16px;
}

.a4_li1 p {
	font-size: 15px;
}

/*.servicea1_p1{*/
/*   line-height: 30px;*/
/*}*/





.sdtopbrb span {
	font-size: 16px;
	line-height: 20px;
	padding-left: 10px;
}

.sdtopbrb span a {
	padding-left: 0;
}

.joinb_s3 {
	width: 260px;
}

.resume_sub {
	width: 300px !important;
}

.superior {
	height: 720px;
}

.ropes_p7 {
	width: 50%;
}

.casedetail_li3 span {
	display: inline-block;
	width: 100px;
	max-width: none;
}

.casedetail_li2 .casedetail_span2 {
	width: auto;
}

.a2_p2 {
	font-size: 16px;
}

.a4_li1 p {
	font-size: 15px;
}

/*.servicea1_p1{*/
/*   line-height: 30px;*/
/*}*/

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

.xyabout_preul1 {
	width: 50%;
}

.xyabout_preul1 p {
	line-height: 28px;
}

.xyabout_preul2 {
	width: 40%;
	 margin-top: -100px; 
}

.pre_p1 {
	font-size: 16px;
	font-weight: bold;
}

.pre_p2 {
	margin-top: 30px;
}

.xy_honor {
	/* margin-top: 80px; */
	position: relative;
	background-image: url(../img/about/honor_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 550px;
}

.honor_con {
	margin: 40px 0;
	position: relative;
}

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

.honor_con2 {
	/* display: none; */
	opacity: 0;
	visibility: hidden;
	z-index: -6;
	transition: all 0.3s ease;
}

.honor_con2.on {
	/* display: block; */
	opacity: 1;
	visibility: visible;
	z-index: 3;
}


.honor_item {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.honor_name {
	width: 170px;
	height: 80px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.honor_name img {
	margin-top: 10px;
}

.honor_name p {
	font-size: 16px;
	color: #fff;
	opacity: 0.5;
	margin-top: 5px;
	font-weight: bold;
}

.honor_name.on p {
	color: rgb(244, 163, 50);
	opacity: 1;
}

.honor_name.on {
	border: 1px solid rgba(244, 163, 50);
}

.honor_cer,
.honor_cer2,
.honor_cer3 {
	color: #fff;
	padding: 20px 0;
	transition: all 0.3s ease;
	position: relative;
}
.honor_cer3{
    overflow: visible;
}

.honor_cer .swiper-slide,
.honor_cer2 .swiper-slide {
	transition: all 0.3s ease;
	transform: scale(0.7);
	text-align: center;
	overflow: hidden;
	/* padding: 30px 0; */
}

.honor_cer3 .swiper-slide {
	transition: all 0.3s ease;
	transform: scale(0.7);
	text-align: center;
	/*overflow: visible;*/
	/* padding: 30px 0; */
}

.honor_cer .swiper-slide-active,
.honor_cer2 .swiper-slide-active {
	transform: scale(1);
	/* margin-right: 40px !important;
	margin-left: 40px; */
}

.honor_cer3 .swiper-slide-active {
	transform: scale(1);
}

.honor_cer img {
	width: 100%;
}

.honor_cer3 img {
	width: 80%;
}

.honor_pn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 26%;
	display: flex;
	justify-content: space-between;
	color: #fff;
	z-index: 10;
}

.honor_cer3p1 {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.honor_pn i {
	font-size: 30px;
}

.xyabout_255 {
	color: #fff;
}

.honor_pn:hover i {
	cursor: pointer;
}

.issubm {
	opacity: 0;
	visibility: hidden;
	z-index: -6;
	transition: all 0.3s ease;
}

.issubm.on {
	opacity: 1;
	visibility: visible;
	z-index: 3;
}

/**/
.about3 {}

.about3_list {
	position: relative;
}

.about3_li1 {
	overflow: hidden;
}

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

.about3_li1:hover img {
	transform: scale(1.05);
}

.about3_item {
	position: absolute;
	top: 20%;
	left: 10%;
}

.about3_itemp1 {
	font-size: 18px;
	color: #fff;
}

.about3_itemp2 {
	font-size: 44px;
	color: #fff;
	font-weight: bold;
	margin-top: 30px;
}

.about3_itemp3 {
	margin-top: 40px;
}

.about3_itemp3 a {
	display: inline-block;
	background: #fff;
	width: 220px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	transition: all 0.3s ease;
}

.about3_itemp3 a img {
	margin-top: 28px;
	margin-left: 15px;
}

.about3_cen {
	text-align: center;
}

/* .about3_itemp3 a:hover{
	background: #4fb8f9;
	color: #fff;
} */

.about3_itemp4 {
	width: 100%;
	text-align: right;
	background: #f7f7f7;
	color: #000;
	padding: 35px 40px 35px 0;
	font-size: 39px;
}

.about3_list2 {
	margin-top: 30px;
}


.press_top {
	display: flex;
	align-items: center;
	justify-content: center;
}

.press_span1 {
	color: #000;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
}

.press_span2 a {
	color: #70b638;
}

/* .fztxbg1 {
	right: 0;
	top: 58%;
}

.fztxbgr {
	background: url(../img/fztxbg2.svg) right top no-repeat;
	background-size: auto 100%;
}

.fztxbg {
	position: absolute;
	width: 35%;
	height: 84%;
	max-height: 500px;
	overflow: hidden;
} */

.xxnew_page {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.xxnew_page a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	border-radius: 50%;
	margin: 0 5px;
	border: 1px solid #666;
	transition: all 0.3s ease;
}

.xxnew_page a.on {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #70b638;
	color: #fff;
	border-radius: 50%;
	margin: 0 5px;
	border: 1px solid #70b638;
}

.xxnew_page a:hover {
	background: #70b638;
	color: #fff;
}

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

.press_ul1 {
	width: 54%;
	/* padding: 20px; */
	position: relative;
}

.press_ul3 {
	width: 44%;
	/* padding: 20px; */
}

.press_ul1 li {
	overflow: hidden;
}

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

.press_ul1:hover img {
	transform: scale(1.05);
}

.press_p1 {
	font-size: 16px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.press_p2 {
	line-height: 1.6;
	color: #666;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 15px;
}

.press_p3 {
	line-height: 1.6;
	color: #666;
	font-size: 14px;
}

.press_p4 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.press_p5 {
	font-size: 14px;
	color: #Fff;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: none;
}


.press_a1 {
	color: #000;
}

.press_p6 {
	color: #fff;
	display:none;
}

.press_a1 i {
	transition: all 0.3s ease;
	color: #009944;
	margin-left: 20px;
}

.product_ul2:hover i,
.product_cul1:hover i {
	margin-left: 20px;
}

.press_li1 {
	position: absolute;
    padding:20px;
    background: rgba(0,0,0,0.3);
	width: 100%;box-sizing:border-box;left:0;bottom:0;
}

.press_ul2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 10px 15px rgb(53 168 219 / 8%);
	margin-top: 20px;
	transition: all 0.3s ease;
	/* border-radius: 6px; */
	overflow: hidden;
}

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

.press_li2 {
	width: 30%;
	overflow: hidden;
}


.press_ul2 img {
	transition: all 0.3s ease;
}

.press_ul2:hover img {
	transform: scale(1.05);
}

.press_li3 {
	width: 70%;
	padding: 15px;
}

.press_ul2:hover {
	background: #004098;
	color: #fff;
}

.press_ul2:hover .press_p2 {
	color: #fff;
}

.pressb {
	width: 100%;
	background: #f3f4f9;
}

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

.prlist_ul1 {
	width: 32%;
	padding: 35px 30px;
	background: #fff;
	transition: all 0.3s ease;
	margin-top: 30px;
	/* border-radius: 12px; */
}

.prlist_ul1:hover {
	background: #004098;
	color: #fff;
	cursor: pointer;
}

.prlist_ul1:hover i {
	margin-left: 40px;
	color: #fff;
}

.prlist_ul1:hover .prlist_li2,
.prlist_ul1:hover .press_a1 {
	color: #fff;
}

.prlist_li1 {
	/* height: 35px; */
	font-size: 16px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.prlist_li2 {
	line-height: 1.6;
	margin-top: 10px;
	color: #666;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 45px;
}

.prlist_li3 {
	margin-top: 15px;
}

.pressc {
	width: 100%;
}

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

.pressc_ul1 {
	width: 50%;
}

.pressc_ul1 li {
	overflow: hidden;
	border-radius: 6px;
}

.pressc_ul1 img {
	transition: all 0.3s ease;
}

.pressc_ul1:hover img {
	transform: scale(1.05);
}

.pressc_ul2 {
	width: 50%;
	padding: 40px 60px;
}

.pressc_p1 {
	font-size: 14px;
	color: #70b638;
}

.pressc_p2 {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.4;
}

.pressc_li1 {
	margin-top: 30px;
}

.pressc_li2 {
	margin-top: 40px;
}

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

/**/

.pr_list {
	width: 100%;
	background: #fff;
}

.pr_p1s {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #000;
	line-height: 1.2;
}

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

.pr_ul1 {
	width: 49%;
}

.pr_li1 {
	overflow: hidden;
}

.pr_li1 img {
	transition: all 0.3s ease;
}

.pr_ul1:hover .pr_li1 img {
	transform: scale(1.05);
}

.pr_li2 {
	padding: 30px 70px;
	display: flex;
	justify-content: space-between;
	background: #f3f4f9;
	flex-wrap: wrap;
	align-items: center;
}

.pr_li2 i {
	font-size: 40px;
}

.pr_span2 {
	font-weight: bold;
	font-size: 18px;
}

.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: 15px;
	margin-top: 30px;
	transition: all 0.3s ease;
}

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

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

.xxnew_item:hover {
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	cursor: pointer;
	background: #1f528e;
}

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

.xxitem_ul1 {
	width: 20%;
}

.xxitem_ul1 li {
	overflow: hidden;

}

.xxitem_ul2 {
	width: 80%;
	padding: 30px 40px;
}

.xxitem_p1 {
	font-size: 12px;
	color: #666;
}

.xxitem_p2 {
	font-size: 18px;
	color: #222;
	font-weight: bold;
	margin-top: 10px;
}

.xxitem_p3 {
	color: #333;
	margin-top: 20px;
	line-height: 1.6;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

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

.newpagenewm a,
.newpagenewm .prev,
.newpagenewm .next {
	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;
}


/**/
.join_p1 {
	margin-bottom: 20px;
	text-align: center;
}

.join_p2 {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}

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

}

.join_ul1 {
	padding: 60px;
	width: 50%;
	background: #f7f9fa;
}

.join_ul2 {
	width: 50%;
}

.join_p3 {
	font-size: 32px;
	font-weight: bold;
}

.join_p4 {
	margin-top: 20px;
}


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

.powerb_ul1 {
	width: 33%;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}

.powerb_li1 img {
	height: 50px;
}

.powerb_li2 {
	margin-top: 20px;
	color: #fff;
}

.color1 {
	color: #fff;
}

.incareerb {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 180px 0;
}

.join_page {
	position: relative;
	width: 246px;
	height: 4px;
	margin: 0 auto;
	margin-top: 50px;
	background: none;
}

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

.join_page .swiper-scrollbar-drag {
	background: #5a9356;
	height: 4px;
}

.join_sw {
	margin-top: 40px;
}

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

.manpower3_ul {
	width: 49%;
	margin-top: 30px;
	border-radius: 6px;
	padding: 30px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease;
	box-shadow: 0px 4px 25.81px 3.19px rgba(0, 0, 0, 0.04);
}

.manpower3_ul:hover {
	box-shadow: 0 10px 25px rgb(0 0 0 / 13%);
	color: #5a9356;
}

.manpower3_li {
	font-weight: bold;
}

.manpower3_li2 {
	color: #044838;
}

.manpower3_ul2 {
	margin: 30px auto;
	margin-bottom: 0px;
}

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

.join_p5 a {
	display: inline-block;
	width: 220px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	background: #f7f9fa;
	font-weight: bold;
}

.join_p5 i {
	margin-left: 20px;
}

.zxcarers_li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 40px;
	border-bottom: 1px solid #e1e1e2;
}

.zxcarers_li2 {
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e2;
}

.zxcarers_span1 {
	font-size: 30px;
	font-weight: bold;
}

.zxcarers_span2 {
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #70b638;
	border-radius: 6px;
}

.career2_p1 {
	font-weight: bold;
}

.career2_p2 {
	margin-top: 30px;
}

.re_p1 {
	margin-top: 20px;
}

.resear_bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
	padding: 100px 0;
}

.honor_cer3 {
	margin-top: 100px;
}

.honor_pn2 {
	margin-top: 130px;
	display: flex;
	justify-content: center;
}

.honor_pn2 i {
	font-size: 30px;
}

.honor_pr3,
.honor_ne3 {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #f3f3f3;
	text-align: center;
	line-height: 50px;
	color: #717171;
	transition: all 0.3s ease;
	margin: 0 20px;
}

.honor_pr3:hover,
.honor_ne3:hover {
	background: #009944;
	color: #fff;
	cursor: pointer;
}

/**/
/**/
.resa {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 160px;
}

.resa_ul1 {
	width: 45%;
}

.resa_item {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	text-align: center;
}

.resa_ul3 img {
	height: 38px;
}

.resa_item p {
	margin-top: 20px;
}

.resa_ul3 {
	width: 24%;
}

.resa_ul2 {
	width: 48%;
	position: relative;

}

.resa_p1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
}

.resa_p2 {
	margin-top: 60px;
	line-height: 28px;
	text-align: justify;
}

.resa_p2 strong {
	color: #009944;
}

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

.resa_ul2:hover img {
	transform: scale(1.04);
}

.resa_bg1 {
	width: 100%;
	height: 100%;
	background: #f6f6f6;
	position: absolute;
	bottom: -30px;
	left: 35px;
	z-index: -1;
}

.resa_bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
	padding: 100px 0;
}

.resa_p3 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.resa_ul4 {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	
}
.resa_ul4_desc{
    width:100%;
    text-align: center;
	margin-top: 50px;
    margin-bottom: 270px;
    color: #888;
}

.resa_ul4 span {
	margin: 0 40px;
}

.resa_ul4 strong {
	font-size: 46px;
	margin: 0 10px;
}

.resa_bg2 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	/* background-attachment: fixed; */
}

.resa_stand {
	padding: 100px 80px;
}

.resa_p4 {
	margin-top: 40px;
	line-height: 28px;
}


.resa_p5 {
	margin-top: 15px;
}


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

.patent_p1 p{
	display: inline-block;
	width: 50%;
	position: relative;
	margin-top: 20px;
	padding-right: 20px;
}

.patent_p1 p::before {
	content: "";
	width: 5px;
	height: 5px;
	background: #7f7f7f;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	left: -15px;
}

.patent_img1 {
	width: 100%;
	margin: 80px 0;
}

/**/

/**/
.solu_main {
	display: flex;
	justify-content: space-between;
}

.solu_ul1 {
	width: 40%;
}

.solu_ul2 {
	width: 50%;
}

.solu_p1 {
	font-size: 32px;
	font-weight: bold;
}

.solu_p2 {
	margin-top: 40px;
}

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

.solu_ul2:hover img {
	transform: scale(1.05);
}

.relate {
	background: #f8f8fa;
	position: relative;
}

.soluts,
.soluts2 {
	margin-top: 40px;
}

.soluts2 .soluts_page {
	width: 86%;
}

.soluts_page {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 111;
	width: 90%;
	display: flex;
	justify-content: space-between;
}
.soluts_page .solu_s1{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #004098;
}

.soluts_page i {
	font-size: 30px;
	color: #fff;
}

.soluts_page i:hover {
	cursor: pointer;
}

.solutimg {
	position: relative;
	z-index: 11;
	overflow: hidden;
	display: inline-block;
	transition: all 0.3s ease;
	width: 100%;
}

.solutimg img {
	width: 100%;
	transition: all 0.3s ease;
	cursor: pointer;
}

.solutimg3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 50px 30px;
}

.solutimg:hover img {
	transform: scale(1.05);
	cursor: pointer;
}

.solutimg:hover .product_p4 i {
	margin-left: 200px;
}

.product_p2 {
	font-size: 26px;
	font-weight: bold;
}

.product_p3 {
	height: 2px;
	width: 100%;
	background: #8c97a3;
	margin-top: 30px;
}

.product_p4 {
	/*margin-top: 250px;*/
	position: absolute;
	bottom: 20px;
}

.product_p4 i {
	font-size: 30px;
	transition: all 0.5s ease;
}



.solutimg2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 40px;
	background: #e4e4e4;
}

.solutimg2 i {
	font-size: 30px;
}

/* .soluts .swiper-slide-active .solutimg2 {
	background: #004098;
	color: #fff;
} */

.solutmain .solutimg2 {
	transition: all 0.3s ease;

}

.soluts .solutmain:hover .solutimg2 {
	background: #004098;
	color: #fff;
}

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

.field_ul1 {
	width: 32%;
	margin-right: 15px;
	margin-top: 20px;
}

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

.field_li2 {
	overflow: hidden;
}

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

.field_li2:hover img {
	transform: scale(1.05);
}

.field_li1 {
	height: 94px;
	line-height: 94px;
	text-align: center;
	background: #f3f3f3;
	color: #000;
	transition: all 0.3s ease;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.field_ul1:hover .field_li1 {
	background: #004098;
	color: #fff;
	cursor: pointer;
}

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

.field_ul3 {
	width: 50%;
}

.field_ul3 img {
	width: 100%;
}

.field_ul4 {
	width: 50%;
	padding: 0px 50px;
}

.field_p1 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 100px;
}

.field_p2 {
	margin-top: 20px;
}

.field_ul5 {
	text-align: end;
	margin-top: 30px;
}

.field_ul5 a {
	display: inline-block;
	width: 188px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 27px;
	background: #f6f6f6;
}

.contact {
	width: 100%;
	background: #f3f4f9;
}

.contact img {
	width: 100%;
}

.contact_main {
	padding: 0 30px;
	margin-top: -210px;
	z-index: 1;
	position: relative;
}

.contact_main3 {
	margin-top: -180px;
}

.contact_item1 {
	width: 49%;
	background: #004098;
	padding: 80px 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact_left1 {
	width: 100%;
}

.contact_left2 {
	width: 24%;
}

.contact_left2 img {
	width: 150px;
}

.contact_p1 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.contact_div {
	margin-top: 20px;
}

.contact_p2 {
	margin-top: 15px;
	color: #fff;
	white-space: nowrap;
}

.contact_p3 {
	display: inline-block;
	width: 25px;
}

.contact_p4 {
	font-size: 14px;
}

.contact_p5 {
	color: #fff;
	display: inline-block;
	/*width: 145px;*/
	/*height: 33px;*/
	/*line-height: 31px;*/
	    padding: 5px 20px;
	border: 1px solid #Fff;
	text-align: center;
	border-radius: 17px;
	margin-left: 50px;
	transition: all 0.3s ease;
}

.contact_p5:hover {
	background: #fff;
	color: #1f528e;
}

.contact_main2 {
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact_item2 {
	padding: 50px 70px;
	background: #fff;
	width: 49%;
	margin-top: 30px;
	transition: all 0.3s ease;
}

.contact_item3 {
	padding: 50px 35px;
	width: 60%;
}

.contact_item2 .contact_p2 {
	color: #004098;
}

.contact_item2 .contact_p4 {
	color: #000;
}

.contact_item2:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.contact_p6 {
	font-size: 24px;
	font-weight: bold;
	color: #004098;
}

.con_join {
	position: relative;
}

.con_join img {
	width: 100%;
}

.con_main {
	position: absolute;
	top: 30%;
	color: #fff;
}

.con_p1 {
	font-size: 40px;
	font-weight: bold;
	margin: 10px 0 40px 0;
}

.con_a1 {
	display: inline-block;
	color: #000;
	width: 225px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	border-radius: 29px;
}

.con_a1 i {
	margin-left: 20px;
}

.con_main input {
	display: inline-block;
	color: #000;
	width: 315px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	border-radius: 29px !important;
	margin-right: 10px;
	padding: 0 30px;
}

.pro_p1 {
	color: #fff;
	line-height: 30px;
}

.pr_img1 {
	margin-top: 40px;
}

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

.product_item {
	width: 33%;
	text-align: center;
	margin-top: 40px;
}

.product_p1 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0 40px;
	white-space: pre-wrap;
    overflow-wrap: break-word;
}

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

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

.infomation_item {
	width: 22%;
	margin-right: 45px;
	background: #e9e9e9;
	text-align: center;
	margin-top: 40px;
}
.infomation_item:nth-child(1) {
	margin-top: 0;
}
.infomation_item:nth-child(2) {
	margin-top: 0;
}
.infomation_item:nth-child(3) {
	margin-top: 0;
}
.infomation_item:nth-child(4) {
	margin-top: 0;
}

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

.infomation_ul1 img {
	width: 95%;
	height: 355px;
}

.infomation_ul1 {
	padding: 10px 0;
}

.infomation_ul2 {
	padding: 15px ;
	background: #f3f3f3;
		transition: all 0.3s ease;

}

.infomation_item:hover .infomation_ul2 {
	background: #004098;
	color: #fff;
}
.infomation_p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.infomation_page{
	text-align: center;
}
.infomation_page .pagination {
	margin-top: 0;
	margin-bottom: 40px;
}


/**/
/**/

.pc {
	display: block;
}

.phone {
	display: none;
}


  /* 搜索结果也 */

.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(images/ss.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: #35a8db;}
.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: #35a8db;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:#35a8db;}
.result-item a:hover .dot{background: #35a8db;}

@media screen and (max-width:768px){
	.search-result-main{ margin-top: 80px !important;}
	.searchtab{min-height: inherit;padding-bottom: 40px;}
	.search-result-main .input-warp {width: 100%;margin: 0;margin-top: 15px;}
	.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; position: absolute;left:0;top:23px;}
	.result-item{margin: 0;}
	.result-item p{ font-size: 14px;}
	.result-item p{white-space:normal}
	.result-item a{ position: relative;padding-left: 12px;}
	
    .newdzxdesc iframe{
        width:100%;
        height:200px;
    }

}

@media screen and (max-width:1600px) {
	.contact_p1 {
		font-size: 28px;
	}
}

@media screen and (max-width:1440px) {
	.zxcdbtit {
		padding-left: 50px;
		padding-right: 50px;
	}

	.contact_p1 {
		font-size: 28px;
	}

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

@media screen and (max-width:1280px) {
	.contact_p1 {
		font-size: 28px;
	}

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

@media screen and (max-width:768px) {
	.pc {
		display: none;
	}

	.phone {
		display: block;
	}
	.phone_lan {
        position: relative;
    }

  .phone_lan img {
    height: 25px;
    margin-left: 60px;
  }

  .phone_lange {
    position: absolute;
    top: 40px;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    width: 100px;
    background: #fff;
    text-align: center;
  }

  .phone_lan:hover .phone_lange {
    opacity: 1;
    visibility: visible;

    
  }

  .phone_lange a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
  }
  
  .infomation_item{
      margin-right: 10px;
  }
  .infomation_item:nth-child(3) {
	margin-top: 10px;
}

.infomation_item:nth-child(4) {
	margin-top: 10px;
}

.infomation_item {
	margin-top: 10px;
	width: 48%;
}

.infomation_item:nth-child(4n) {
	margin-right: 10px;
}
.infomation_item:nth-child(2n){
	margin-right: 0;
}

.infomation_ul1 img{
	height: 222px;
}
  
}



/* cookies */
.cookzew{width: 1000px;min-width: inherit;}
.cookzew .nh-detailml{width: 100%;}
.sgcooka{box-shadow: 0 5px 15px rgba(0,0,0,0.08);display: none;}
	.sgcooka{position: fixed;z-index: 333;background: #fff;width:430px;right:30px;bottom: 30px;}
	.sgcookah4{font-weight: 700;font-size: 18px;}
	.sgcookaa,.sgcookab{padding: 20px;box-sizing: border-box;position: relative;}
	.sgcookclose,.sgcookclose2{position: absolute;width: 30px;height: 30px;line-height: 30px;text-align: center;z-index:3;}
	.sgcookclose,.sgcookclose2{right: 15px;top:15px;cursor: pointer;font-size: 22px;}
	.sgcookab{border-top: 1px solid #ccc;width: 100%;display: flex;justify-content: space-between;}
	.sgcookab a{text-align: center;width:31%;box-sizing: border-box;border: 1px solid #333;border-radius: 5px;overflow: hidden;font-size: 14px;}
	.sgcookab a{transition: all 0.3s ease;height: 42px;line-height: 40px;}
	.sgcookab a.acceptall{background: #004098;color: #fff !important;border-color:#004098;}
	.sgcookab a:hover{border-color:#004098;color:#004098;}
	.sgcookadesc{margin-top: 10px;}
	.sgcookadesc{font-size: 16px;}
	.sgcookadesc a{color: #004098;text-decoration: underline;}
	.sgcooka{width: calc(100% - 100px);display: block;left: 50px;}
	.sgcookab a{width: auto;padding: 0 30px;margin: 0 15px;}
	.sgcookab{justify-content: center;}
.sgcookaa,.sgcookab{padding:0;}
.sgcookam{display:flex;align-items:end;padding:20px;width:100%;box-sizing:border-box;}
.sgcookaa{width:75%}
.sgcookab{width:25%;padding-left:5%;box-sizing:border-box;border:none;justify-content:flex-start;}
@media screen and (max-width: 1440px){
.sgcookadesc{font-size: 14px;}
}