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

html {
	border: none;
	color: rgb(51, 51, 51);
	overflow-x: hidden;
	position: relative;
	margin: 0px auto;
	height: 100%;
	font-family: 'PingFang SC', Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜, 'Microsoft YaHei', Arial, Ã©Â»â€˜Ã¤Â½â€œ, Ã¥Â®â€¹Ã¤Â½â€œ;
	box-sizing: border-box;
}

ol,
ul,
li {
	list-style: outside none none;
}

a {
	text-decoration: none;
}

a img {
	border: 0px none;
}

@font-face {
	font-family: YIN;
	src: url("../font/BAHNSCHRIFT.TTF");
	font-weight: normal;
	font-style: normal;
}

table,
tr,
td,
th {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

img {
	max-width: 100%;
}

input,
textarea,
button {
	padding: 0px 2px;
	resize: none;
	outline: none;
	border: none;
	background: none;
	appearance: none !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgb(153, 153, 153);
}

.flex-column {
	flex-direction: column;
}

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

.color-white {
	color: white;
}

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

@font-face {
	font-family: DIN;
	src: url("../font/DIN-Medium.eot?#font-spider") format("embedded-opentype"), url("../font/DIN-Medium.woff") format("woff"), url("../font/DIN-Medium.ttf") format("truetype"), url("../font/DIN-Medium.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@keyframes jello {

	0%,
	11.1%,
	100% {
		transform: none;
	}

	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		transform: skewX(-0.195312deg) skewY(-0.195312deg);
	}
}

.inner {
	margin: 0px auto;
	padding-left: 7vw;
	padding-right: 7vw;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

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

.scoll-top {
	background-color: rgba(0, 0, 0, 0.6);
}

.scoll-top .navH>a:first-child {
	color: rgb(255, 255, 255) !important;
}

.ibox-scoll {
	animation: 850ms ease 350ms 1 normal both running fadedown;
	backface-visibility: visible !important;
}

header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 99px;
	z-index: 9;
	color: rgb(255, 255, 255);
	box-shadow: rgb(220, 220, 220) 0px 2px 10px -1px;
}

.top {
	position: fixed;
	right: 0px;
	top: 0px;
	height: 99px;
}

.index-header {
	height: 90px;
	transition: all 1s ease 0s;
	position: absolute;
	z-index: 99;
	width: 100%;
	box-sizing: border-box;
}

.index-logo {
	width: 30%;
	display: flex;
	height: 90px;
	align-items: center;
}

.index-logo img {
	width: 100%;
	min-height: 30px;
}

.index-logo .img3 {
	display: none;
}

.index-nav-right {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.index-header-right {
	width: 12%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	height: 90px;
}

.index-nav-con {
	width: 81%;
	display: flex;
	justify-content: flex-end;
	margin-right: 2%;
}

.index-nav {
	width: 100%;
}

.showNav {
	cursor: pointer;
}

.index-nav li {
	transition: all 1s ease 0s;
	float: left;
	width: calc(100%/7);
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
}

.index-nav li>a:first-child {
	color: rgb(255, 255, 255);
	display: inline-block;
	position: relative;
	transition: all 1s ease 0s;
}

.nav .on>a:first-child::after {
	width: 30%;
}

.navH {
	line-height: 90px;
}

.navH>a:first-child {
	position: relative;
	transition: all 0.5s ease 0s;
}

.navH>a:first-child:hover::after {
	width: 30%;
}

.navH>a:first-child::after {
	position: absolute;
	content: "";
	bottom: 0px;
	height: 3px;
	width: 0px;
	left: 35%;
	right: 35%;
	background: rgb(255, 255, 255);
	transition: all 0.5s ease 0s;
}

.scoll-top .nav .on>a:first-child::after {
	width: 30%;
}

.scoll-top .navH>a:first-child {
	position: relative;
	transition: all 0.5s ease 0s;
}

.scoll-top .navH>a:first-child:hover::after {
	width: 30%;
}

.scoll-top .navH>a:first-child::after {
	position: absolute;
	content: "";
	bottom: 0px;
	height: 3px;
	width: 0px;
	left: 35%;
	right: 35%;
	background: #fff;
	transition: all 0.5s ease 0s;
}

.index-nav li>a:first-child {
	font-size: 16px;
}

.navH>a:hover {
	color: rgb(16, 90, 166);
}

.ibox-scoll {
	animation: 850ms ease 350ms 1 normal both running fadedown;
	backface-visibility: visible !important;
}

@-webkit-keyframes fadedown {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}

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

@keyframes fadedown {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}

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

.logo .img2 {
	display: none;
}

.scoll-top .logo .img1 {
	display: none;
}

.scoll-top .logo .img2 {
	display: block;
}

.scoll-top .logo .img3 {
	display: none;
}

.scoll-top .nav a:hover .txt,
.scoll-top .nav a.hov .txt {
	border-color: rgb(8, 65, 57);
}

.scoll-top .nav>li>a::before {
	border-top: 5px solid rgb(8, 65, 57);
}

.scoll-top .erweima-pic {
	position: absolute;
	top: 40px;
	left: -85px;
	z-index: 99;
	display: none;
	width: auto;
}

.scoll-top .erweima-pic img {
	height: 120px;
	width: 120px;
	position: relative;
	left: 43px;
}

.top {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	z-index: 2147483647 !important;
}

.menu-handler {
	width: 64px;
	float: right;
	height: 54px;
	display: none;
	cursor: pointer;
	position: relative;
	z-index: 999;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 25.5px auto 0px;
	width: 28px;
	height: 3px;
	background-color: rgb(31, 77, 158);
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.menu-handler span::after,
.menu-handler span::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 3px;
	left: 0px;
	background-color: rgb(31, 77, 158);
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.menu-handler span::before {
	top: -9px;
	transition-property: top, transform;
}

.menu-handler span::after {
	bottom: -9px;
	transition-property: bottom, transform;
}

.menu-handler.active span {
	background-color: transparent;
	transition-delay: 0s, 0s;
}

.menu-handler.active span::after,
.menu-handler.active span::before {
	transition-delay: 0s, 0.3s;
}

.menu-handler.active span::before {
	top: 0px;
	transform: rotate(45deg);
}

.menu-handler.active span::after {
	bottom: 0px;
	transform: rotate(-45deg);
}

.menuBox a:link,
.menuBox a:visited {
	color: rgb(255, 255, 255);
}

.menuBox a:active,
.menuBox a:hover {
	color: rgb(255, 255, 255);
}

.menuBox {
	background-color: rgba(0, 0, 0, 0.8);
	color: rgb(255, 255, 255);
	position: fixed;
	display: none;
	right: 0px;
	top: 0px;
	height: 100vh;
	overflow: hidden auto;
	transform: translateX(100%);
	width: 400px;
	z-index: 980;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.menuMoblie {
	padding: 60px 0px 80px;
}

.menuMoblie .nav-link {
	display: block;
	font-size: 20px;
	padding: 10px 22px 10px 80px;
	position: relative;
}

.menuMoblie .cur {
	opacity: 0.9;
	border-top: 1px solid rgb(219, 219, 219);
	border-bottom: 1px solid rgb(219, 219, 219);
	background-color: rgb(232, 232, 232);
}

.menuMoblie .cur .nav-link {
	color: rgb(8, 65, 57);
}

.menuMoblie .subnav {
	padding-bottom: 12px;
	display: none;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 10px 22px 10px 80px;
	line-height: 1.4;
	color: rgb(51, 51, 51);
	font-size: 15px;
}

.pusher-black {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 900;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
}

.menuOpen .pusher-black {
	visibility: visible;
	opacity: 1;
}

.menuOpen .menuBox {
	transform: translateX(0px);
}

.index-header-right a {
	color: rgb(255, 255, 255);
}

.index-header-right p {
	color: rgb(255, 255, 255);
	margin: 0 4px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.header {
	padding-left: 7vw;
}

.Place {
	display: flex;
	background: rgb(255, 255, 255);
	margin-top: -120px;
	position: relative;
	z-index: 99;
	margin-bottom: 30px;
}

.Place>a:last-child {
	border-right: none;
}

.plSame {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 15px;
	transition: all 0.6s;
	position: relative;
	background: #fff;
	height: 90px;
	border-right: 1px solid rgb(229, 229, 229);
}

.plSame .plcon {
	margin-right: 15px;
	position: relative;
	z-index: 99;
	transition: all 0.6s;
}

.plSame:hover {
	transform: scale(1.1);
	box-shadow: 1px 1px 10px 1px rgb(180, 180, 180);
	border-right: none;
	position: relative;
	z-index: 88;
}

.bannerbg>img {
	width: 100vw;
}

.pl1 {
	font-weight: 600;
	color: rgb(0, 0, 0);
	font-size: 20px;
	position: relative;
	z-index: 99;
	transition: all 0.6s;
}

.pl2 {
	font-size: 16px;
	color: rgb(136, 136, 136);
	position: relative;
	z-index: 99;
	transition: all 0.6s;
}

.pls1 .plcon {
	width: 32px;
	height: 34px;
	background: url("../images/ic1.png") 0% 0% / contain no-repeat;
}

.pls2 .plcon {
	width: 36px;
	height: 33px;
	background: url("../images/ic2.png") 0% 0% / contain no-repeat;
}

.pls3 .plcon {
	width: 38px;
	height: 35px;
	background: url("../images/ic3.png") 0% 0% / contain no-repeat;
}

.pls4 .plcon {
	width: 36px;
	height: 36px;
	background: url("../images/ic4.png") 0% 0% / contain no-repeat;
}

.pls5 .plcon {
	width: 37px;
	height: 32px;
	background: url("../images/ic5.png") 0% 0% / contain no-repeat;
}

.bannerWord {
	text-align: center;
	position: absolute;
	top: 40%;
	width: 100%;
}

.banner img {
	float: left;
}

.b1 {
	letter-spacing: 1px;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	font-family: Ã¥Â®â€¹Ã¤Â½â€œ;
	margin-bottom: 9px;display:none;
}

.b2 {
	display:none;letter-spacing: 1px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
}

.pb1 {
	letter-spacing: 2px;
	font-size: 58px;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 22px;
	font-weight: 600;
}

.pb2 {
	letter-spacing: 1px;
	font-size: 36px;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
}

.Design {
	height: 210px;
	background: rgb(7, 56, 175);
	position: relative;
	z-index: 999;
	/* margin-top: 50px; */
}

.deBox {
	position: relative;
}

.blue {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 210px;
}

.blue img {
	height: 100%;
	width: 100%;
}


.afDesc {
	width: 42%;
	margin-right: 3%;
	position: relative;
	z-index: 99;
}

.deFloat {
	position: relative;
	z-index: 999;
}

.afImg {
	width: 55%;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.afImg img {
	width: 100%;
	max-height: 180px;
}

.af1 {
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
	position: relative;
	z-index: 99;
}

.af2 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-height: 23px;
	letter-spacing: 1px;
	-webkit-box-orient: vertical;
	position: relative;
	z-index: 99;
}

.af3 {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: rgb(255, 255, 255);
	margin-top: 20px;
	position: relative;
	z-index: 99;
}

.af3 img {
	margin-left: 8px;
}

/* Ã¥Â¼â‚¬Ã¥Â§â€¹ */
.deAll {
	display: flex;
	transition: all 0.6s;
}

.deAll>a {
	transition: all 0.6s;
}

.deAll>a:nth-child(2),
.deAll>a:nth-child(4) {
	position: relative;
}

.deAll>a:nth-child(2)::after,
.deAll>a:nth-child(4)::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(31, 77, 158, 0.6);
	transition: all 0.6s;
}

.deAll .on {
	width: 40%;
}

.deAll .on .deBegin {
	opacity: 0;
}

.deAll .on .deAfter {
	opacity: 1;
}

.deAll>a:nth-child(2):hover .deAll>a:nth-child(1) .deBegin {
	opacity: 1;
}

.deAll>a:nth-child(2):hover .deAll>a:nth-child(1) .deAfter {
	opacity: 0;
}

.deFlex {
	width: 15%;
	position: relative;
	z-index: 99;
	transition: all 0.6s;
}


.deBegin {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.6s;
	height: 210px;
}

.beImg {
	margin-bottom: 35px;
	max-height: 50px;
	position: relative;
	z-index: 99;
	transition: all 0.6s;
}

.beWord {
	font-size: 20px;
	color: rgb(255, 255, 255);
	padding: 0px 15px;
	position: relative;
	z-index: 99;
	transition: all 0.6s;
	text-align: center;
}

.deAfter {
	height: 210px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 0;
	position: absolute;
	cursor: pointer;
	transition: all 0.6s;
	top: 0;
	padding: 0 20px;
	transition: all 0.6s;
}



/* end */

.bg-grey {
	background: rgb(241, 245, 252);
}

.ptb {
	padding-top: 25px;
	padding-bottom: 25px;
}

.News {
	display: flex;
}

.newsFlex {
	width: 68%;
	margin-right: 2%;
	background: rgb(255, 255, 255);
}

.newsTit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px;
	border-bottom: 1px solid rgb(229, 229, 229);
}

.eachTit a {
	font-size: 18px;
	color: rgb(102, 102, 102);
	margin-right: 50px;
	font-weight: 600;
	transition: all 0.5s;
	position: relative;
	cursor: pointer;
}

.eachTit a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -23px;
	height: 2px;
	width: 0%;
	background: rgb(31, 77, 158);
	transition: all 0.4s;
}

.eachTit .on {
	color: rgb(31, 77, 158);
}

.eachTit .on::after {
	width: 100%;
}

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

.eachMore {
	display: flex;
	align-items: center;

	padding: 7px 15px;
	border-radius: 20px;
	background: rgb(239, 245, 252);
	transition: all 0.5s;
	position: relative;
}

.eachMore:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	height: 0;
	bottom: 0;
	background: rgb(31, 77, 158);
	transition: all 0.5s;
	border-radius: 20px;
}

.eachMore:hover::after {
	height: 100%;
}

.eachMore:hover .e1 {
	color: #fff;
	transform: translateX(4px);
}

.eachMore:hover .e2 {
	display: inline-block;
	width: 10px;
	height: 6px;
	background: url(../images/jt1.png);
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateX(-4px);
}

.e1 {
	font-size: 12px;
	color: rgb(136, 136, 136);
	position: relative;
	z-index: 99;
	transition: all 0.5s;
}

.e2 {
	display: inline-block;
	width: 10px;
	height: 6px;
	background: url(../images/jt.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 15px;
	transition: all 0.5s;
	position: relative;
	z-index: 99;
}

.eachNews {
	display: flex;
}

.Gent {
	padding: 30px 25px;
	width: 60%;
	display: flex;
	border-right: 1px solid rgb(229, 229, 229);
}

.gentDesc {
	width: 48%;
	margin-right: 4%;
	margin-top: -15px;
}

.ge1 {
	font-size: 16px;
	color: rgb(30, 74, 158);
	margin-bottom: 10px;
	font-family: YIN;
}

.ge1 span {
	margin-right: 8px;
	font-size: 44px;
	color: rgb(30, 74, 158);
	font-weight: 600;
}

.ge2 {
	font-size: 20px;
	color: rgb(0, 0, 0);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-bottom: 10px;
}

.ge3 {
	font-size: 14px;
	color: rgb(136, 136, 136);
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}

.ge4 {
	color: rgb(170, 170, 170);
	font-size: 14px;
	display: flex;
	align-items: center;
	padding-left: 5px;
}

.ge4 img {
	margin-right: 8px;
}

.gentPic {
	width: 48%;
	overflow: hidden;
}

.gentPic img {
	float: left;
	width: 100%;
}

.Car {
	width: 40%;
	padding: 20px 17px;
	position: relative;
}

.Car .swiper-pagination-fraction {
	font-size: 16px;
	left: auto;
	right: auto;
	width: auto;
	position: absolute;
	right: 30px;
	bottom: -2px;
}

.co1 {
	font-size: 30px;
	color: rgb(255, 255, 255);
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 20px;
}

.Company {
	width: 30%;
	display: inline-block;
	background: url("../images/build.jpg") 0% 0% / cover no-repeat;
	padding: 30px;
}

.co2 {
	margin-bottom: 20px;
	width: 30px;
	height: 4px;
	background: rgb(255, 255, 255);
}

.co3 {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 30px;
}

.co4 {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: rgb(255, 255, 255);
	letter-spacing: 1px;
}

.co4 img {
	margin-left: 12px;
}

.Car .swiper-button-prev::after,
.Car .swiper-button-next::after {
	font-size: 16px;
	color: rgb(153, 153, 153);
}

.Car .swiper-button-prev {
	top: 96%;
	right: 70px;
	left: auto;
}

.Car .swiper-button-next {
	top: 96%;
	right: 0px;
}

footer {
	background: rgb(255, 255, 255);
	box-shadow: rgb(220, 220, 220) 1px 1px 10px 1px;
	position: relative;
	z-index: 99;
}

.footer {
	padding: 30px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgb(240, 240, 240);
}

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

.foDesc {
	margin-left: 12px;
}

.foDesc>p:nth-child(1) {
	color: rgb(51, 51, 51);
	font-size: 14px;
	margin-bottom: 5px;
	display: none;
}

.foDesc>p:nth-child(2) {
	color: rgb(30, 74, 158);
	font-size: 42px;
	font-family: YIN;
	font-weight:bold;
	font-style: italic;

}

.foBelong {
	padding: 35px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fow {
	font-size: 16px;
	color: rgb(136, 136, 136);
	font-family: YIN;
}

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

.foLink a {
	padding: 0px 30px;
	border-right: 2px solid rgb(212, 212, 212);
	font-size: 16px;
	align-items: center;
	color: #888;
	line-height: 17px;
	transition: all 0.5s;
}

.foLink a:hover {
	color: rgb(31, 77, 158);
}

.foLink a:last-child {
	padding-right: 0px;
	/* border-right: none; */
padding-right: 15px;margin-right: 15px;}

.foLocal {
	width: 280px;
	padding: 14px;
	font-size: 15px;
	color: rgb(102, 102, 102);
	border: 1px solid rgb(220, 220, 220);
	cursor: pointer;
	appearance: none;
	background: url("../images/tri.png") 96% center no-repeat scroll transparent;
}

.foLocal:focus {
	border: 1px solid rgb(220, 220, 220);
}

.navBox {
	background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 1));
	margin-top: 0;
	position: relative;
	z-index: 99;
	padding: 0px 0px 0 0;
	padding-bottom: 0;
	border-bottom: 1px solid rgb(229,229,229);
}

.localAt {
	display: flex;
	align-items: center;
	width: 86%;
	margin: auto;
	display: none;
}

.localAt p,
.localAt a {
	margin-right: 15px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	letter-spacing: 1px;
}

.sideNav {
	display: flex;
	align-items: center;
	padding-top: 42px;
	width: 86%;
	margin: auto;
	position: relative;
	z-index: 999;
}

.sideNav a {
	font-size: 22px;
	letter-spacing: 1px;
	color: rgb(102, 102, 102);
	text-align: center;
	/* border-right: 2px solid rgb(180, 180, 180); */
	line-height: 22px;
	width: 20%;
	position: relative;
	transition: all 0.5s ease 0s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
	word-break: break-all;
	padding-bottom: 35px;
	position: relative;
}

.sideNav .on::after {
	width: 60%;
}

.sideNav .on {
	color: rgb(0, 0, 0);
	font-weight: 600;
}

.sideNav a::before {
	position: absolute;
	content: "";
	right: 0%;
	top: 0;
	width: 2px;
	height: 20px;
	background: rgb(180, 180, 180);
	transition: all 0.5s ease 0s;
	bottom: 0;
}

.sideNav a::after {
	position: absolute;
	content: "";
	left: 20%;
	right: 20%;
	width: 0px;
	height: 2px;
	background: rgb(30, 76, 158);
	transition: all 0.5s ease 0s;
	bottom: 0;
}

.sideNav a:hover {
	color: rgb(0, 0, 0);
	text-shadow: rgb(0, 0, 0) 1px 0px 0px;
}

.sideNav a:hover::after {
	width: 60%;
}



.sideNav a:last-child::before {
	content: '';
	display: none;
}

.sideNav a:first-child {
	text-align: left;
}

.introFlex {
	display: flex;
	align-items: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.introBox {
	width: 50%;
	padding-right: 2%;
	padding-left: 10%;
	position: relative;
}

.inBg {
	position: absolute;
	right: 5%;
	bottom: 0px;
}

.pubTit {
	font-size: 2.2vw;
}

.inTit {
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 2.2vw;
	color: rgb(51, 51, 51);
}

.inDesc p {
	margin: auto;
	line-height: 40px;
	color: rgb(51, 51, 51);
	font-size: 16px;
	text-indent: 2em;
	font-family: YIN;
	width: 82%;
}

.introPic {
	width: 50%;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.8s;
}

.introPic img {
	transition: all 0.8s;
}

.introPic:hover {
	border-radius: 15px 5pc 15px 5pc;
	transform: translateY(20px);
}

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

.About {
	width: 86%;
	margin: auto;
	padding-top: 70px;
	padding-bottom: 70px;
}

.abTit {
	margin-bottom: 2vw;
	color: rgb(51, 51, 51);
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
}

.abBox p {
	font-size: 15px;
	line-height: 42px;
	color: rgb(51, 51, 51);
	overflow: hidden;
	text-indent: 2em;
	font-family: YIN;
}

.Lab {
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
}

.lab1 {
	color: rgb(51, 51, 51);
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-weight: 600;
	position: relative;
	z-index: 99;
}

.lab2 {
	color: rgb(51, 51, 51);
	font-size: 18px;
}

.Give {
	border: 1px solid rgb(229, 229, 229);
}

.Give>div:last-child {
	border-bottom: none;
}

.giveSame {
	padding: 45px 50px;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid rgb(229, 229, 229);
}

.giTit {
	font-size: 26px;
	color: rgb(51, 51, 51);
	font-weight: 600;
	width: 10%;
	margin-right: 5%;
}

.giBox {
	width: 85%;
	margin-top: -3px;
}

.giBox li {
	font-size: 18px;
	color: rgb(102, 102, 102);
	line-height: 40px;
}

.Sale {
	margin-bottom: 70px;
	display: flex;
	margin-top: -10px;
}

.saPic {
	overflow: hidden;
	width: 50%;
}

.saPic img {
	float: left;
	width: 100%;
	min-height: 405px;
}

.saDesc {
	width: 50%;
	box-shadow: rgb(232, 237, 245) 1px 1px 8px 1px;
}

.saDesc p {
	font-size: 18px;
	color: rgb(51, 51, 51);
	padding: 25px;
	height: 20%;
	display: flex;
	align-items: center;
	line-height: 26px;
}

.saDesc p:nth-child(2n) {
	background: rgb(232, 237, 245);
}

.Flag {
	width: 86%;
	margin: 85px auto auto;
	display: flex;
	align-items: center;
	padding-bottom: 80px;
}

.flagPic {
	width: 40%;
	overflow: hidden;
}

.flagPic img {
	float: left;
	width: 100%;
}

.flagDesc {
	width: 55%;
	margin-left: 5%;
	position: relative;
}

.fl3 {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.fl1 {
	color: rgb(51, 51, 51);
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 2vw;
}

.fl2 {
	font-size: 15px;
	color: rgb(51, 51, 51);
	line-height: 42px;
	text-indent: 2em;
	font-family: YIN;
	width: 96%;
}

.sideFor a {
	width: 25% !important;
}

.video-box {
	position: relative;
}



.item-video a {
	position: absolute;
	top:42%;
	left: 20%;
	transform: translate(-30px, -30px);
	width: 60px;
	height: 60px;
	z-index: 99;
}

.item-video a::before {
	position: absolute;
	inset: 10px;
	content: "";
	display: block;
	border: 3px dashed rgb(255, 255, 255);
	border-radius: 100%;
	transition: all 0.6s ease 0s;
	transform: scale(0);
	animation: 15s linear 0s infinite normal none running ro;
	opacity: 0;
}

.conn2_right:hover .item-video a::before {
	opacity: 0.6;
	transform: scale(1);
	inset: -10px;
}

.video-popwrap {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 36663;
	border-radius: 5px;
	border: 10px solid rgb(255, 255, 255);
}

.popbg {
	display: none;
	position: fixed;
	inset: 0px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 233;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.popclose {
	position: absolute;
	top: -60px;
	right: -20px;
	border-radius: 100%;
	color: rgb(255, 255, 255);
	cursor: pointer;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 43px;
	font-size: 58px;
	z-index: 33333;
}

.conn2_right {
	width: 86%;
	margin: auto 7%;
	position: relative;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.conn2_right .img {
	margin-top: -15px;
}

.conn2_right .img img {
	height: 100%;
	float: left;
	width: 40%;
	min-height: 350px;
	max-height: 350px;
}

.Adv {
	display: flex;
	align-items: center;
	width: 86%;
	margin: auto;
	position: relative;
	z-index: 99;
}

.advSame {
	width: 25%;
	display: flex;
	align-items: flex-end;
}

.num {
	font-family: YIN;
	font-size: 3.5vw;
	color: rgb(30, 74, 158);
}

.fh {
	font-weight: 600;
	position: relative;
	display: inline-block;
	top: -25px;
	left: 8px;
	font-size: 20px;
	color: rgb(30, 74, 158);
}

.adv1 {
	position: relative;
	top: 10px;
}

.adv2 {
	margin-left: 15px;
	color: rgb(85, 85, 85);
	font-size: 18px;
}

.Hope {
	background: url("../images/hope.jpg") 0% 0% / cover no-repeat;
	height: 350px;
	margin-top: 60px;
	position:relative;
	z-index:99;
}

.hoBox {
	display: flex;
	justify-content: center;
	height: 350px;
}

.hoSame {
	width: 33.3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.6s;
}

.hoSame img {
	transition: all 0.6s;
}

.hoSame:hover img {
	transform: rotateY(360deg);
}

.ho2 {
	font-size: 30px;
	margin-top: 35px;
	color: rgb(255, 255, 255);
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
}

.ho3 {
	font-size: 20px;
	margin-top: 30px;
	color: rgb(255, 255, 255);
	line-height: 32px;
	text-align: center;
}

.hoBox>div:nth-child(1) {
	margin-top: -42px;
}

.fw {
	font-weight: 600;
}

.line {
	position: absolute;
	z-index: 990;
	background: rgb(255, 255, 255);
	opacity: 0.9;
	transition: all 300ms ease 0s;
}

.line1 {
	left: 30px;
	bottom: 30px;
	width: 1px;
	height: 0px;
}

.line2 {
	left: 30px;
	top: 30px;
	width: 0px;
	height: 1px;
}

.line3 {
	right: 30px;
	top: 30px;
	width: 1px;
	height: 0px;
}

.line4 {
	right: 30px;
	bottom: 30px;
	width: 0px;
	height: 1px;
}

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

.conn2_right:hover .line1 {
	height: calc(100% - 60px);
}

.conn2_right:hover .line2 {
	width: calc(100% - 60px);
}

.conn2_right:hover .line3 {
	height: calc(100% - 60px);
}

.conn2_right:hover .line4 {
	width: calc(100% - 60px);
}

.troWord {
	font-family: YIN;
	font-size: 16px;
	color: rgb(85, 85, 85);
	line-height: 38px;
	margin-bottom: 30px;
	text-indent: 2em;
}

.con2_imgWbox {
	margin-right: 30px;
}

.mapBg {
	position: absolute;
	left: -10%;
	right: -10%;
	top: -10%;
}

.conn2_right .img {
	position: relative;
	z-index: 99;
}

.troBox {
	width: 86%;
	margin: auto auto 45px;
	position: relative;
	z-index: 99;
}

.troParh {
	font-family: YIN;
	font-size: 16px;
	color: rgb(85, 85, 85);
	line-height: 38px;
}

.Process {
	background: rgb(241, 245, 252);
	padding-bottom: 50px;
}

.proTit {
	width: 86%;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 20px;
	font-size: 30px;
	color: rgb(51, 51, 51);
	font-weight: 600;
}

.Deve {
	display: flex;
}

.vePic {
	width: 50%;
	overflow: hidden;
	margin-right: 3%;
}

.vePic img {
	width: 100%;
}

.veDesc {
	width: 47%;
}

.veDesc p {
	margin-bottom: 3px;
}

.veEvent {
	margin-bottom: 2vw;
}

.veEvent>p:nth-child(1) {
	font-size: 18px;
	color: rgb(0, 0, 0);
	margin-bottom: 8px;
}

.veDesc>div:last-child {
	margin-bottom: 0;
}

.veEvent>p:nth-child(2) {
	font-size: 16px;
	color: rgb(102, 102, 102);
}

.Brand {
	display: flex;
	padding-top: 50px;
	padding-bottom: 30px;
}

.Brand>a:last-child {
	margin-right: 0px;
}

.brSame {
	width: 33.3%;
	margin-right: 4%;
	padding: 23px;
	border: 1px solid rgb(238, 238, 238);
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	transition: all 0.5s ease 0s;
}

.brSame::after {
	content: "";
	position: absolute;
	left:0;right:0;top:0;bottom:0;
       
	height: 0px;
	background-image: url("../images/idbg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.5s ease 0s;
}

.brSame:hover::after {
	background-image: url("../images/idbg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.brSame:hover .br2 {
	color: rgba(255, 255, 255, 0.9);
}

.br1 {
	color: rgb(197, 197, 197);
	font-size: 24px;
	margin-bottom: 30px;
	position: relative;
	z-index: 99;
}

.br2 {
	color: rgb(54, 54, 54);
	font-size: 30px;
	font-family: Ã¥Â®â€¹Ã¤Â½â€œ;
	letter-spacing: 1px;
	position: relative;
	z-index: 99;
}

.sideFor>a:first-child {
	text-align: center;
}

.Brand .brIcon,
.Brand .br1,
.Brand .br2 {
	position: relative;
	z-index: 99;
	transition: all 0.6s ease 0s;
}
.brIcon{
	position: relative;
	z-index: 99;
}
.brand1 .brIcon {
	width: 70px;
	height: 70px;
	background: url("../images/id1.png") 0% 0% / cover no-repeat;
}

.brand2 .brIcon {
	width: 60px;
	height: 70px;
	background: url("../images/id2.png") 0% 0% / cover no-repeat;
}

.brand3 .brIcon {
	width: 60px;
	height: 70px;
	background: url("../images/id3.png") 0% 0% / cover no-repeat;
}

.brand1:hover .brIcon {
	background: url("../images/id11.png");
}

.brand2:hover .brIcon {
	background: url("../images/id22.png");
}

.brand3:hover .brIcon {
	background: url("../images/id33.png");
}

.brand1.on .brIcon {
	background: url("../images/id11.png");
}

.brand2.on .brIcon {
	background: url("../images/id22.png");
}

.brand3.on .brIcon {
	background: url("../images/id33.png");
}

.brSame.on .br2 {
	color: rgba(255, 255, 255, 0.9);
}

.brSame.on {
	background: url("../images/idbg.jpg");
}

.Invention {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

.venSame {
	width: 15.4%;
	margin-top: 1.5%;
	margin-right: 1.5%;
	background: rgb(241, 245, 252);
	padding: 20px 20px 15px;
	transition: all 0.6s;
	cursor: pointer;
}

.venSame:hover {
	box-shadow: 1px 1px 10px 1px rgba(31, 77, 158, 0.4);
}

.Invention>a:nth-child(6n+6) {
	margin-right: 0px;
}

.ven1 {
	overflow: hidden;
}

.ven1 img {
	width: 100%;
	float: left;
}

.ven2 {
	font-size: 16px;
	color: rgb(51, 51, 51);
	margin-top: 15px;
	text-align: center;
}

.changePage {
	/* padding-top: 35px; */
	padding-bottom: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.changePage p {
	margin-right: 12px;
	font-size: 15px;
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
}

.changePage a {
	padding: 8px 13px;
	border: 1px solid rgb(208, 208, 208);
	border-radius: 20px;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	color: rgb(51, 51, 51);
	margin-right: 16px;
	transition: all 0.4s ease 0s;
	background: rgb(255, 255, 255);
}

.changePage a:hover {
	background: rgb(30, 76, 158);
	color: rgb(255, 255, 255);
}

.pageEnter input {
	font-size: 14px;
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
	padding: 10px 0px;
	border: 1px solid rgb(208, 208, 208);
	border-radius: 20px;
	width: 65px;
	text-align: center;
	background: rgb(255, 255, 255);
}

.changePage>a:last-child {
	margin-right: 0px;
	padding: 8px 18px;
}

.changePage .on {
	color: rgb(255, 255, 255);
	border: 1px solid rgb(30, 76, 158);
	background: rgb(30, 76, 158);
}

.Art {
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
	padding-bottom: 30px;
}

.Art>a:nth-child(3n+3) {
	margin-right: 0px;
}

.artFlex {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	display: inline-block;
	transition: all 0.6s ease 0s;
	background: #fff;
}

.artPic {
	overflow: hidden;
}

.artPic img {
	float: left;
	width: 100%;
	transition: all 0.8s ease 0s;
}

.artDesc {
	padding: 20px;
	box-shadow: rgb(235, 240, 252) 1px 3px 8px 1px;
	position: relative;
}

.artDesc::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0px;
	background: rgb(30, 76, 158);
	transition: all 0.6s ease 0s;
	z-index: 8;
}

.artFlex:hover .artDesc::after {
	width: 100%;
}

.artFlex:hover .ar1 {
	color: rgb(255, 255, 255);
}

.artFlex:hover .ar2 {
	color: rgb(255, 255, 255);
}

.artFlex:hover .ar3 {
	color: rgb(255, 255, 255);
}

.artFlex:hover .arspan {
	background: rgb(255, 255, 255);
}

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

.ar1 {
	font-size: 16px;
	color: rgb(51, 51, 51);
	margin-bottom: 20px;
	position: relative;
	z-index: 99;
	transition: all 0.6s ease 0s;
}

.ar2 {
	font-size: 22px;
	color: rgb(51, 51, 51);
	margin-bottom: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 36px;
	position: relative;
	z-index: 99;
	transition: all 0.6s ease 0s;
}

.ar3 {
	font-size: 16px;
	color: rgb(51, 51, 51);
	display: flex;
	align-items: center;
	position: relative;
	z-index: 99;
	transition: all 0.6s ease 0s;
}

.ar3 span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: rgb(0, 0, 0);
	border-radius: 50%;
	margin-right: 12px;
}

.Article {
	width: 80%;
	margin: 55px auto 50px;
}

.icName {
	font-size: 30px;
	text-align: center;
	color: rgb(51, 51, 51);
	margin-bottom: 25px;
	font-weight: 600;
}

.icDate {
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
}

.icDate span {
	font-size: 14px;
	color: rgb(102, 102, 102);
	margin: 0px 10px;
}

.icleBox p {
	overflow: hidden;
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 35px;
	margin-bottom: 20px;
	font-family: 'YIN';
}
.icleBox img{
	width: auto!important;
	height: auto!important;
}
.icleBox {
	padding-bottom: 40px;
}

.icleLink {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 20px;
	border-top: 1px solid rgb(229, 229, 229);
	font-family: YIN;
}

.backTo {
	display: inline-block;
	width: 170px;
	text-align: center;
	font-size: 15px;
	color: rgb(255, 255, 255);
	height: 47px;
	line-height: 47px;
	letter-spacing: 1px;
	margin: 0px;
	border-radius: 30px;
}

.backTo .w {
	background: rgb(232, 237, 245);
	position: relative;
	transition: all 0.25s ease 0s;
	transform-style: preserve-3d;
	pointer-events: none;
	border-radius: 30px;
}

.backTo .f {
	background: rgb(232, 237, 245);
	color: rgb(51, 51, 51);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
}

.backTo .t {
	padding: 0px 15px;
	position: absolute;
	background: rgb(30, 74, 158);
	width: 100%;
	height: 100%;
	left: 0px;
	display: flex;
	justify-content: center;
	color: rgb(255, 255, 255);
	top: -48px;
	transform-origin: center bottom;
	transform: rotateX(90deg);
	backface-visibility: hidden;
	align-items: center;
	border-radius: 30px;
}

.backTo:hover .w {
	transform: translateY(30px) translateZ(-30px) rotate3d(1, 0, 0, -90deg);
}

.backTo img {
	margin-right: 12px;
	position: relative;
	top: -2px;
}

.icleBtn {
	width: 86%;
}

.icleBtn a:first-child {
	margin-bottom: 15px;
}

.icleBtn a {
	font-size: 15px;
	color: rgb(51, 51, 51);
	display: block;
	transition: all 0.5s;
}

.icleBtn a:hover {
	color: rgb(31, 77, 158);
	transform: translateX(10px);
}

.Organ {
	position: relative;
}

.or1 {
	position: absolute;
	left: 0px;
	top: 0px;
}

.or2 {
	position: absolute;
	bottom: 20px;
	right: 0px;
}

.organBox {
	width: 86%;
	margin: auto auto 60px;
}

.orPic {
	overflow: hidden;
	width: 70%;
	margin: 0px auto auto;
	position: relative;
	text-align:center
}

.orPic img {
	width:80%;
	margin:auto;
}

.orTit {
	color: rgb(0, 0, 0);
	font-weight: 600;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.Lead {
	background: rgb(241, 245, 252);
	padding-bottom: 20px;
}

.leadFlex {
	display: flex;
	flex-wrap: wrap;
	width: 86%;
	margin: auto;
}

.leadFlex>div:nth-child(3n+3) {
	margin-right: 0px;
}

.eachLead {
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 3%;
	padding: 35px 22px;
	background: rgb(255, 255, 255);
}

.leader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid rgb(30, 74, 158);
}
.leader>li:nth-child(2){
	width:10%;
}

.leadWho {
	margin-bottom: 25px;
	width: 90%;
}

.leName {
	font-size: 20px;
	color: rgb(30, 74, 158);
	margin-bottom: 15px;
}

.leName span {
	font-size: 30px;
	font-weight: 600;
	margin-right: 12px;
}

.leDesc {
	font-size: 16px;
	color: rgb(51, 51, 51);
	font-family: YIN;
}

.leadMore {
	font-size: 15px;
	color: rgb(102, 102, 102);
	line-height: 34px;
	font-family: YIN;
	margin-top: 22px;
}

.Science {
	background: url("../images/star.jpg") 0% 0% / cover no-repeat;
	padding-top: 80px;
	height: 700px;
	position: relative;
	z-index: 99;
}

.sciTit {
	width: 86%;
	margin: auto;
}

.sciTit>p:nth-child(1) {
	font-size: 2.2vw;
	color: rgb(255, 255, 255);
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 30px;
}

.sciTit>p:nth-child(2) {
	font-size: 17px;
	color: rgb(255, 255, 255);
	margin-bottom: 70px;
	line-height: 42px;
	width: 80%;
}

.exTit {
	font-size: 30px;
	color: rgb(255, 255, 255);
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 35px;
}

.Expert {
	display: flex;
}

.Expert>div:nth-child(3) {
	margin-right: 0px;
}

.exSame {
	width: 33.3%;
	margin-right: 2%;
	padding: 40px 30px;
	background: rgb(255, 255, 255);
	box-shadow: rgb(220, 220, 220) 1px 1px 10px 1px;
}

.exDesc {
	display: flex;
	align-items: center;
	color: rgb(30, 74, 158);
	margin-bottom: 20px;
}

.ex1 {
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 600;
}

.ex2 {
	margin: 0px 15px;
	color: rgb(30, 74, 158);
}

.ex3 {
	font-size: 20px;
	color: rgb(30, 74, 158);
}

.exCipe {
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 38px;
	font-family: YIN;
}



.exTop {
	background: rgb(241, 245, 252);
	padding-bottom: 60px;
}

.expertBox {
	width: 86%;
	margin: -520px auto auto;
	position: relative;
	z-index: 990;
}
.days{
	font-size:35px;
	margin-left:10px;
}
.exBottom {
	width: 86%;
	margin: 55px auto auto;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: rgb(255, 255, 255);
	padding: 35px 35px;
	text-align:left;
	line-height: 32px;
	justify-content: center;
	background: rgb(30, 76, 158);
	border-radius: 4px;
}

.exBottom span {
	font-size: 22px;
	font-weight: 600;
}

.w80 {
	width: 86%;
	margin: auto;
}

.hidePic {
	overflow: hidden;
}

.hidePic img {
	width: 100%;
	float: left;
}

.pt25 {
	padding-top: 25px;
}

.headPos {
	position: relative;
}

.viPic {
	position: absolute;
	top: 0px;
	right: 0px;
}

.compAt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0px;
	position: relative;
	z-index: 99;
}

.compA {
	font-size: 14px;
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
	font-family: YIN;
	text-decoration: underline;
}

.compSearch {
	width: 300px;
	padding: 8px 15px;
	border-radius: 25px;
	border: 1px solid rgb(170, 170, 170);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.compSearch input {
	width: 80%;
	font-size: 14px;
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
	font-family: YIN;
	line-height: 18px;
}

.topLogo {
	display: flex;
	padding: 30px 0px;
	position: relative;
	z-index: 999;
	align-items: center;
}

.topLogo p {
	font-size: 36px;
	color: rgb(51, 51, 51);
	font-family: Ã¥Â®â€¹Ã¤Â½â€œ;
	margin-left: 45px;
	padding-left: 45px;
	border-left: 2px solid rgb(200, 200, 200);
	line-height: 28px;
}

.menuBg {
	height: 60px;
	background-color: rgb(31, 77, 158);
	position: relative;
	z-index: 99;
}

.menuNav {
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	height: 60px;
	line-height: 60px;
}

.menuNav a {
	width: calc(16.6667%);
	color: rgb(255, 255, 255);
	font-size: 18px;
	text-align: center;
}

.bg-blue {
	background: rgb(241, 245, 252);
}

.Sign {
	display: flex;
	font-family: YIN;
	padding-top: 1%;
}

.signLeft {
	width: 34%;
	margin-right: 1%;
	background: rgb(255, 255, 255);
	padding: 10px;
}

.signRight {
	width: 65%;
	background: rgb(255, 255, 255);
	padding: 10px;
}

.signTit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgb(241, 245, 252);
}

.si1 {
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	background: rgb(31, 77, 158);
	padding: 15px;
}

.si1 img {
	margin-right: 10px;
}

.si2 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 15px;
}

.signMuch {
	display: flex;
}

.signMuch a {
	font-size: 15px;
	color: rgb(51, 51, 51);
	margin-right: 40px;
	transition: all 0.4s ease 0s;
	position: relative;
	cursor: pointer;
}

.signMuch a::after {
	position: absolute;
	content: "";
	height: 3px;
	left: 0px;
	right: 0px;
	bottom: -18px;
	width: 0px;
	background: rgb(31, 77, 158);
	transition: all 0.4s ease 0s;
}

/* .signMuch a:hover {
	color: rgb(31, 75, 158);
	text-shadow: rgb(31, 75, 158) 1px 0px 0px;
}

.signMuch a:hover::after {
	width: 100%;
} */

.signMuch .on::after {
	width: 100%;
}

.signMuch .on {
	color: rgb(31, 75, 158);
	text-shadow: rgb(31, 75, 158) 1px 0px 0px;
}

.si2>a:last-child {
	color: rgb(31, 75, 158);
}

.signBox {
	padding-top: 25px;
}

.signFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 0px 5px;
	transition: all 0.4s;
}

.signFlex:hover .siName {
	color: rgb(31, 77, 158);
	text-shadow: rgb(31 75 158) 1px 0px 0px;
	transform: translateX(8px);
}

.signFlex:hover .siDate {
	color: rgb(31, 77, 158);
	text-shadow: rgb(31 75 158) 1px 0px 0px;
}

.siName {
	font-size: 16px;
	color: rgb(51, 51, 51);
	display: flex;
	align-items: center;
	transition: all 0.6s;
}

.sipan {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 10px;
	background: rgb(31, 77, 158);
	border-radius: 50%;
}

.siDate {
	font-size: 14px;
	color: rgb(136, 136, 136);
	font-family: PIN;
	transition: all 0.4s;
}

.Price {
	background: url("../images/bottom.jpg") 0% 0% / cover no-repeat;
	height: 140px;
	display: flex;
}

.prType {
	text-align: center;
	background: rgb(31, 77, 158);
	color: rgb(255, 255, 255);
	font-size: 22px;
	width: 8%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}

.prDesc {
	padding-left: 3%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: YIN;
	letter-spacing: 1px;
}

.prDesc p {
	font-size: 18px;
	color: rgb(51, 51, 51);
}

.prDesc p:first-child {
	padding-bottom: 18px;
}

.prDesc p a {
	color: rgb(31, 77, 158);
	font-family: YIN;
	text-decoration: underline;
	letter-spacing: 0px;
}

.Type {
	padding-top: 20px;
	padding-bottom: 30px;
}

.foBg {
	background: url("../images/blbg.jpg") 0% 0% / cover no-repeat;
}

.foBg .foLocal {
	color: rgb(255, 255, 255);
}

.footRess {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ressFlex {
	display: flex;
	flex-wrap: wrap;
	width: 60%;
}

.ressFlex p {
	width: 50%;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	word-spacing: 30px;
	margin-bottom: 15px;
}

.footBo {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	padding: 25px 0px;
	text-align: center;
}

.messForm {
	font-family: YIN;
	background: rgb(255, 255, 255);
	padding: 0px 100px;
}

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

.formFlex>div:nth-child(2n+2) {
	margin-right: 0px;
}

.halfPut {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	display: flex;
	align-items: center;
	background: rgb(241, 245, 252);
	padding-left: 22px;
	border-radius: 4px;
}

.put1 {
	font-size: 16px;
	color: rgb(51, 51, 51);
}

.put1 span {
	color: rgb(255, 0, 0);
	margin-right: 6px;
}

.put2 {
	padding: 20px;
}

.put2 input {
	width: 90%;
	border: none;
	font-size: 16px;
}

.reNow {
	width: 100%;
	margin: 50px auto 60px;
	padding: 18px;
	background: rgb(31, 77, 158);
	color: rgb(255, 255, 255);
	font-size: 18px;
	letter-spacing: 1px;
	transition: all 0.5s ease 0s;
	border: 1px solid transparent;
	cursor: pointer;
}

.reNow:hover {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(31, 77, 158);
	color: rgb(0, 0, 0);
	border-radius: 8px;
}

.wholePut {
	background: rgb(241, 245, 252);
	display: flex;
}

.wholePut .put1 {
	padding: 20px 20px 0px 22px;
}

.wholePut .put2 textarea {
	height: 100px;
	font-size: 16px;
}

.Welcome {
	font-size: 15px;
	color: rgb(51, 51, 51);
	padding-top: 40px;
	padding-bottom: 30px;
	line-height: 44px;
}

.nowAt {
	display: flex;
	align-items: center;
	background: rgb(255, 255, 255);
	font-size: 15px;
	font-family: YIN;
	padding: 16px 0px;
}

.nowAt p:first-child {
	color: rgb(51, 51, 51);
}

.nowAt p {
	color: rgb(136, 136, 136);
	margin-right: 10px;
}

.nowAt a {
	color: rgb(136, 136, 136);
	margin-right: 10px;
	transition: all 0.5s ease 0s;
}

.nowAt a:hover {
	color: rgb(51, 51, 51);
}

.nowAt .on {
	color: rgb(51, 51, 51);
}

.pt20 {
	padding-top: 15px;
}

.Machine {
	background: rgb(255, 255, 255);
	padding: 0px 20px;
	margin-bottom: 40px;
}

.Cooper .changePage {
	padding-bottom: 30px;
}

.machFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 5px;
	border-bottom: 1px solid rgb(230, 230, 230);
	font-family: YIN;
	transition: all 0.8s;
	position: relative;
	background: #fff;
}

.machFlex::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 0;
	bottom: 0;
	transition: all 0.8s;
	height: 1px;
	background: rgb(31, 77, 158);
}

.machFlex:hover::after {
	width: 100%;
}

.machFlex .sipan {
	margin-right: 18px;
}

.machFlex:hover .siName,
.machFlex:hover .siDate {
	color: rgb(31, 77, 158);
	text-shadow: 1px 0 0 rgb(31, 77, 158);
}

.machFlex .siName,
.machFlex .siDate {
	transition: all 0.6s;
}

.siName {
	font-size: 16px;
	color: rgb(51, 51, 51);
	display: flex;
	align-items: center;
}

.sipan {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 10px;
	background: rgb(31, 77, 158);
	border-radius: 50%;
}

.siDate {
	font-size: 14px;
	color: rgb(136, 136, 136);
	font-family: PIN;
}

.Set {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.Set a {
	width: 33.3%;
	padding: 15px 0px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: rgb(51, 51, 51);
	background: rgb(255, 255, 255);
	transition: all 0.5s ease 0s;
	letter-spacing: 1px;
}

.Set a:hover {
	background: rgb(31, 77, 158);
	color: rgb(255, 255, 255);
}

.Set .on {
	background: rgb(31, 77, 158);
	color: rgb(255, 255, 255);
}

.Detail {
	background: rgb(255, 255, 255);
	padding: 0px 70px 20px;
	font-family: YIN;
}

.deTitle {
	padding-top: 40px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgb(235, 235, 235);
}

.title1 {
	text-align: center;
	font-size: 26px;
	color: rgb(31, 75, 158);
	font-weight: 600;
	letter-spacing: 1px;
	font-family: PIN;
}

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

.title2 span {
	font-size: 14px;
	color: rgb(110, 110, 110);
	margin-right: 30px;
	font-family: PIN;
}

.deSize {
	margin-right: 40px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: rgb(136, 136, 136);
}

.deSize a {
	font-size: 14px;
	color: rgb(136, 136, 136);
	margin: 0px 5px;
}

.deRight {
	display: flex;
	align-items: center;
	letter-spacing: 2px;
	font-size: 14px;
	color: rgb(51, 51, 51);
}

.Print {
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.4s ease 0s;
}

.Print:hover {
	text-shadow: rgba(31, 177, 158, 0.7) 1px 0px 0px;
}

.deRight img {
	margin-right: 10px;
}

.detailBox {
	padding-top: 40px;
	padding-bottom: 20px;
}

.detailBox p {
	font-size: 15px;
	color: rgb(51, 51, 51);
	line-height: 34px;
	margin-bottom: 18px;
	transition: all 0.4s ease 0s;
}

.sizeOn {
	transition: all 0.4s ease 0s;
	color: rgb(31, 75, 158) !important;
}

.deSize a {
	cursor: pointer;
}

.sideWith {
	margin: auto;
}


.sideWith a {
	width: 50%;
}

.sideNav {
	position: relative;
	z-index: 998;
}

.sideWith a:first-child {
	text-align: center;
}

.sideNav .on::after {
	width: 60%;
}



.sideNav a:hover::after {
	width: 60%;
}

.With {
	position: relative;
	display: flex;
	align-items: flex-end;
	margin-top: 60px !important;
}

.withBg {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
}

.withPic {
	width: 50%;
	overflow: hidden;
	position: relative;
	z-index: 99;
	margin-top: 60px;
}

.withPic img {
	width: 100%;
	float: left;
}

.withDesc {
	width: 47%;
	margin-left: 3%;
	position: relative;
	z-index: 99;
	margin-top: 60px;
	display: flex;
	flex-direction: column;
}

.wh1 {
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 15px;
	color: rgb(30, 74, 158);
	margin-right: 5px;
}

.wh2 {
	width: 32px;
	height: 3px;
	background: rgb(30, 74, 158);
	margin-bottom: 40px;
	margin-right: 6px;
}

.wh3 {
	font-size: 16px;
	line-height: 34px;
	color: rgb(85, 85, 85);
	font-family: YIN;
}

.Basic {
	margin: auto;
}

.sicTit {
	font-size: 30px;
	letter-spacing: 1px;
	color: rgb(31, 77, 158);
	font-weight: 600;
	margin-top: 45px;
	margin-bottom: 40px;
}

.basicBox {
	display: flex;
	font-family: YIN;
}

.basicBox>ul:last-child {
	margin-right: 0px;
}

.sicDesc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.sic1 {
	font-size: 28px;
	letter-spacing: 1px;
	color: rgb(31, 77, 158);
}

.sicWord {
	font-size: 14px;
	color: rgb(85, 85, 85);
	line-height: 25px;
	position: relative;
	z-index: 99;
}

.sicSame {
	width: 25%;
	margin-right: 3%;
	box-shadow: rgb(230, 230, 230) 1px 1px 10px 1px;
	border-radius: 4px;
	padding: 23px 25px 25px;
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
}

.sicSame:hover {
	box-shadow: rgb(200, 200, 200) 1px 1px 10px 1px;
	transform: scale(1.08);
}

.sicSame:hover .sic2 {
	transform: rotateY(180deg);
}

.sic2 {
	transition: all 0.6s;
}

.sicSame:hover .sicNum {
	transform: translateX(-10px);
}

.sicNum {
	color: rgb(242, 242, 251);
	text-align: right;
	font-size: 80px;
	font-family: YIN;
	font-weight: 600;
	position: absolute;
	right: 25px;
	bottom: -15px;
	transition: all 0.6s;
}

.typeBox {
	display: flex;
}

.typeSame {
	width: 33.3%;
	margin-right: 2%;
	overflow: hidden;
	background: rgb(241, 245, 252);
	transition: all 0.5s;
	cursor: pointer;
}

.typeSame:hover {
	box-shadow: 1px 1px 10px 1px rgb(200, 200, 200);
	transform: translateY(10px);
}

.typeSame:hover .tri {
	transform: translateY(-15px) scale(1.05);
}

.typeSame:hover .tyImg {
	transform: translateY(-15px) rotateZ(180deg);
}

.typeBox>div:nth-child(3) {
	margin-right: 0px;
}

.tyList {
	background: rgb(10, 123, 218);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 155px;
	overflow: hidden;
}

.tyWord {
	padding: 25px 30px 20px;
	font-size: 15px;
	color: rgb(51, 51, 51);
	line-height: 30px;
	background: rgb(241, 245, 252);
	font-family: YIN;
}

.tyImg {
	margin-bottom: -70px;
	position: relative;
	z-index: 99;
}

.tri {
	height: 155px;
	overflow: hidden;
	position: absolute;
	bottom: -40px;
	transition: all 0.6s;
}

.tyImg {
	transition: all 0.6s;
}

.Toge {
	margin-top: 50px;
}

.map2 {
	display: none;
}

.Model {
	box-shadow: rgb(220, 220, 220) 1px 1px 10px 1px;
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: rgb(51, 51, 51);
}

.m1 {
	font-size: 24px;
	color: rgb(51, 51, 51);
	margin-right: 40px;
}

.m2 {
	font-weight: 600;
	color: rgb(31, 77, 158);
	margin: 0px 5px;
}

.Progress {
	padding-top: 35px;
	padding-bottom: 110px;
	position: relative;
	margin-top: 40px;
}

.gr1 {
	font-size: 29px;
	text-align: center;
	color: rgb(102, 102, 102);
	margin-bottom: 25px;
	position: relative;
	z-index: 99;
}

.gr2 {
	color: rgb(0, 0, 0);
	font-size: 29px;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
	z-index: 99;
}

.gr3 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(30, 74, 158);
	font-size: 37px;
	margin-bottom: 15px;
	position: relative;
	z-index: 99;
	font-weight: 600;
}

.gr3 img {
	margin-right: 15px;
}

.gr4 {
	color: rgb(102, 102, 102);
	font-size: 22px;
	text-align: center;
	position: relative;
	z-index: 99;
	margin-top: 30px;
}

.gr5 {
	left: 8%;
	right: 0px;
	top: 0px;
	position: absolute;
}

.Stand {
	background: url("../images/join.jpg") 0% 0% / cover no-repeat;
	height: 440px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 70px;
	justify-content: center;
	margin-top: 45px;
}

.st1 {
	letter-spacing: 1px;
	font-weight: 600;
	text-align: right;
	margin-bottom: 25px;
	color: rgb(255, 255, 255);
	font-size: 30px;
}

.st2 {
	width: 32px;
	height: 3px;
	background: rgb(255, 255, 255);
	margin-bottom: 40px;
}

.st3 {
	font-size: 22px;
	line-height: 34px;
	color: rgb(255, 255, 255);
	font-family: YIN;
}

.jobKindcon {
	border: 1px solid rgb(229, 229, 229);
	margin-bottom: 60px;
}

.jobMore {
	display: flex;
	padding: 30px 15px;
	background: rgb(255, 255, 255);
	justify-content: space-between;
	font-size: 16px;
	color: rgb(51, 51, 51);
	font-family: YIN;
	letter-spacing: 1px;
	border-top: 1px solid rgb(229, 229, 229);
	cursor: pointer;
	align-items: center;
}

.jobNeed {
	padding: 35px 45px;
	background: rgb(255, 255, 255);
	border-top: 1px solid rgb(220, 220, 220);
	display: none;
}

.jobNeed>p:last-child {
	margin-bottom: 0px;
}

.jobNeed p {
	font-size: 15px;
	color: rgb(102, 102, 102);
	line-height: 30px;
	letter-spacing: 1px;
	font-family: YIN;
}

.Join {
	box-shadow: rgba(33, 72, 168, 0.2) 1px 1px 10px 1px;
	padding-bottom: 70px;
}

.jobTit {
	margin-top: 45px;
	margin-bottom: 30px;
	text-align: center;
}

.jobTit>p:nth-child(1) {
	color: rgb(0, 0, 0);
	margin-bottom: 15px;
	font-weight: 600;
}

.jobTit>p:nth-child(2) {
	color: rgb(31, 77, 158);
	margin-bottom: 20px;
	font-weight: 600;
}

.jobMore>li:nth-child(2),
.jobMore>li:nth-child(4) {
	font-family: PIN;
}

.jobMenu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgb(245, 245, 245);
	padding: 30px 15px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}

.jobFlex {
	display: flex;
	align-items: baseline;
	margin-bottom: 18px;
}

.j1 {
	font-size: 16px;
	color: rgb(51, 51, 51);
	font-weight: 600;
	width: 10em;
}

.jobNeed>ul:last-child {
	margin-bottom: 0px;
}

.jobMenu p {
	width: 20%;
	text-align: center;
}

.jobMore li {
	width: 20%;
	text-align: center;
}

.j2 {
	width: 80%;
}

.jhs {
	transform: scale(1.1);
	box-shadow: rgb(220, 220, 220) 1px 1px 10px 1px;
}

.Order {
	margin-top: 35px;
	display: flex;
	transition: all 0.6s ease 0s;
	transition: all 0.6s;
}

.orFlex {
	width: 50%;
	background: rgb(255, 255, 255);
	padding: 35px;
	border: 5px solid rgb(255, 255, 255);
}

.Order:hover {
	box-shadow: 1px 1px 10px 1px rgb(200, 200, 200);
	transform: translateY(10px);
}

.fx1 {
	align-items: center;
	font-size: 30px;
	color: rgb(0, 0, 0);
	font-weight: 600;
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.fx1 span {
	width: 5px;
	height: 28px;
	display: inline-block;
	background: rgb(31, 77, 158);
	margin-right: 20px;
	position: relative;
	top: 3px;
}

.fx2 {
	font-family: YIN;
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 35px;
	margin-bottom: 40px;
	text-indent: 36px;
}

.fx3 {
	display: flex;
	align-items: center;
	width: 200px;
	height: 55px;
	justify-content: center;
	background: rgb(241, 245, 252);
	border-radius: 4px;
	font-family: YIN;
	color: rgb(0, 0, 0);
	transition: all 0.5s ease 0s;
	position: relative;
}

.fx3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0px;
	height: 100%;
	background: rgb(31, 77, 158);
	transition: all 0.5s ease 0s;
	border-radius: 4px;
}

.Order:hover .fx3::after {
	width: 100%;
}

.fxpan {
	display: inline-block;
	margin-left: 18px;
	width: 62px;
	height: 23px;
	background: url("../images/row1.png") 0% 0% / cover no-repeat;
	transition: all 0.5s ease 0s;
}

.Order:hover .fxw {
	color: rgb(255, 255, 255);
}

.Order:hover .fxpan {
	width: 62px;
	height: 23px;
	background: url("../images/row2.png");
}

.fxw,
.fxpan {
	position: relative;
	z-index: 99;
	transition: all 0.5s ease 0s;
}

.orImg {
	overflow: hidden;
	width: 50%;
	border: 5px solid rgb(31, 77, 158);
}

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

.orImg img {
	width: 100%;
	float: left;
	transition: all 0.6s;
	height: 100%;
}

.pt30 {
	padding-top: 45px;
	padding-bottom: 45px;
}

.orderBox>a:first-child {
	margin-top: 0px;
}

.Contact {
	display: flex;
	box-shadow: rgb(220, 220, 220) 1px 1px 10px 1px;
	margin-top: 50px;
}

.tactInfor {
	width: 35%;
	position: relative;
    background: #1e4c9e;
}


.Contact {
	position: relative;
}

/*.Contact::after {*/
/*	content: '';*/
/*	position: absolute;*/
/*	left: 0;*/
/*	width: 35%;*/
/*	bottom: 0;*/
/*	height: 20%;*/
/*	background: rgb(56, 92, 168);*/
/*}*/

.tactForm {
	width: 65%;
	padding: 0px 70px 35px;
}

.ta1 {
	font-size: 30px;
	color: rgba(255, 255, 255, 0.9);
	padding: 35px 0px 20px;
	font-weight: 600;
}

.ta2 {
	font-size: 15px;
	line-height: 27px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 6px;
	position: relative;
	z-index: 99;
}

.tactTop {
	background: rgb(30, 76, 158);
	padding: 0px 35px 30px;
}

.tactTop>p:last-child {
	margin-bottom: 0px;
}

.tactBottom>p:last-child {
	margin-bottom: 0px;
}

.tactBottom {
background: #1e4c9e;
	padding: 25px 35px;
}

.tactForm .ta1 {
	color: rgb(0, 0, 0);
	padding-bottom: 5px;
}

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

.tactFlex>div:nth-child(2) {
	margin-right: 0px;
}

.tactPut {
	width: 47%;
	margin-right: 6%;
	border-bottom: 1px solid rgb(220, 220, 220);
	padding: 15px 0px;
}

.tactPut>p:nth-child(1) {
	color: rgb(136, 136, 136);
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.tactPut>input {
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-family: PIN;
}

.tactWhole {
	width: 100%;
	border-bottom: 1px solid rgb(220, 220, 220);
	padding: 30px 0px 3px;
}

.tactWhole>p:nth-child(1) {
	color: rgb(136, 136, 136);
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 14px;
}

.tactWhole>textarea {
	color: rgb(0, 0, 0);
	font-size: 16px;
	height: 60px;
	font-family: PIN;
	width: 100%;
}

.confirm {
	display: inline-block;
	background: rgb(31, 77, 158);
	font-size: 16px;
	letter-spacing: 1px;
	color: rgb(255, 255, 255);
	width: 40%;
	border-radius: 30px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	margin: 40px auto auto 30%;
	/*margin-bottom: 15px;*/
	transition: all 0.5s;
	border: 1px solid rgb(31, 77, 158);
	cursor: pointer;
}

.confirm:hover {
	border: 1px solid rgb(31, 77, 158);
	box-shadow: 1px 1px 10px 1px rgba(31, 77, 158, 0.5);
	background: #fff;
	color: rgb(31, 77, 158);
}

.Contact input::-webkit-input-placeholder,
.Contact textarea::-webkit-input-placeholder {
	color: rgb(0, 0, 0);
}

.Market {
	padding-top: 55px;
	text-align: center;
}

.Market>p:nth-child(1) {
	color: rgb(0, 0, 0);
	font-size: 2.4vw;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.Market>p:nth-child(2) {
	font-size: 20px;
	color: rgb(85, 85, 85);
	letter-spacing: 1px;
}

.networkimg {
	width: 100%;
	margin: 0px auto;
	position: relative;
	margin-bottom: 60px;
	margin-top: -60px;
	position: relative;
	margin-left: -60px;
}

.netShow {
	position: absolute;
	right: -65px;
	top: 38%;
	background: rgb(31, 77, 158);
	padding: 15px;
	max-width: 150px;
	display: none;
}

.ns1 {
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}

.ns2 {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 15px;
}

.ns3 {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}

.ns4 {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}

.netDesc {
	opacity: 0;
	background: ;
	padding: 15px;
	max-width: 180px;
	position: absolute;
	transition: all 0.5s;
	min-width: 150px;
	z-index: 999;
}

.op1 {
	opacity: 1;
	transform: translateY(10px);
}

.net1 {
	font-weight: 600;
	color: rgb(31, 77, 158);
	font-size: 20px;
	margin-bottom: 10px;
	transition: all 0.5s;
}

.net2 {
	font-size: 16px;
	line-height: 28px;
	color: rgb(31, 77, 158);
	margin-bottom: 15px;
	transition: all 0.5s;
}

.net3 {
	font-size: 16px;
	line-height: 28px;
	color: rgb(31, 77, 158);
	transition: all 0.5s;
}

.net4 {
	font-size: 16px;
	line-height: 28px;
	color: rgb(31, 77, 158);
	transition: all 0.5s;
}

.netPath {
	font-weight: 600;
	color: rgb(31, 77, 158);
	font-size: 16px;
	letter-spacing: 1px;
	width: 9vw;
	height: 3.2vw;
	line-height: 3.2vw;
	position: relative;
	text-align: center;
}

/* Ã¥ÂÅ½Ã¨Â¥Â¿Ã¥Å“Â°Ã¥Å’Âº */
.netWork1 {
	position: absolute;
	left: 38%;
	top: 27%;
}

.netWork1 .netPath {
	background: rgb(182, 199, 219);
}

.netWork1 .netDesc {
	background: rgb(182, 199, 219);
	top: -90%;
	left: -190px;
}

.netWork1 .netPath .n1 {
	width: 0;
	height: 0;
	border-top: 11px solid rgb(182, 199, 219);
	border-left: 30px solid transparent;
	border-right: 0;
	position: absolute;
	right: 0;
	bottom: -11px;
}

/* Ã¥ÂÅ½Ã¥Å’â€”Ã¥Å“Â°Ã¥Å’Âº */
.netWork2 {
	position: absolute;
	left: 52%;
	top: 20%;
}

.netWork2 .netPath {
	background: rgb(120, 163, 198);
}

.netWork2 .netDesc {
	background: rgb(120, 163, 198);
	right: -190px;
	top: -100%;
}

.netWork2 .netPath .n1 {
	width: 0;
	height: 0;
	border-top: 11px solid rgb(120, 163, 198);
	border-left: 30px solid transparent;
	border-right: 0;
	position: absolute;
	right: 0;
	bottom: -11px;
}

/* Ã¥ÂÅ½Ã¥Ââ€”Ã¥Å“Â°Ã¥Å’Âº */
.netWork3 {
	position: absolute;
	left: 26%;
	bottom: 8%;
}

.netWork3 .netPath {
	background: rgb(216, 228, 242);
}

.netWork3 .netDesc {
	background: rgb(216, 228, 242);
	left: -190px;
	top: -100px;
}

.netWork3 .netPath .n1 {
	width: 0;
	height: 0;
	border-bottom: 11px solid rgb(216, 228, 242);
	border-left: 30px solid transparent;
	border-right: 0;
	position: absolute;
	right: 0;
	top: -11px;
}

/* Ã¥ÂÅ½Ã¤Â¸Å“Ã¥Å“Â°Ã¥Å’Âº */
.netWork4 {
	position: absolute;
	right: 10%;
	bottom: 19%;
}

.netHide:hover .netDesc {
	background: rgb(31, 77, 158);
}

.netHide:hover .net1,
.netHide:hover .net2,
.netHide:hover .net3,
.netHide:hover .net4 {
	color: #fff;
}

.netWork4 .netPath {
	background: rgb(127, 187, 213);
}

.netWork4 .netDesc {
	background: rgb(127, 187, 213);
	left: -190px;
	top: -100%;
}

.netWork4 .netPath .n1 {
	width: 0;
	height: 0;
	border-bottom: 11px solid rgb(127, 187, 213);
	border-right: 37px solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	left: 0;
	top: -11px;
}

/* Ã¥ÂÅ½Ã¤Â¸Â­Ã¥Å“Â°Ã¥Å’Âº */
.netWork5 {
	position: absolute;
	right: 9%;
	top: 54%;
}

.netWork5 .netPath {
	background: rgb(216, 228, 242);
}

.netWork5 .netDesc {
	background: rgb(31, 77, 158);
	right: -190px;
	top: -120px;
}

.netWork5 .netDesc .net1 {
	color: #fff;
}

.netWork5 .netDesc .net2 {
	color: #fff;
}

.netWork5 .netDesc .net3 {
	color: #fff;
}

.netWork5 .netDesc .net4 {
	color: #fff;
}

.netWork5 .netPath .n1 {
	width: 0;
	height: 0;
	border-bottom: 11px solid rgb(216, 228, 242);
	border-right: 37px solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	left: 0;
	top: -11px;
}



/* end */
.networkimg li {
	position: absolute;
	animation: 1s linear 0s infinite alternate none running ani-svg;
}

.netHide {
	cursor: pointer;
	/* position: relative; */
}

.networkimg li:nth-child(1) {
	top: 28.9%;
	left: 21.5%;
}

.networkimg li:nth-child(2) {
	top: 67.9%;
	left: 27.1%;
}

.networkimg li:nth-child(3) {
	top: 50.7%;
	left: 39.1%;
}

.networkimg li:nth-child(4) {
	top: 51.5%;
	left: 47.4%;
}

.networkimg li:nth-child(5) {
	top: 38.4%;
	left: 60%;
}

.networkimg li:nth-child(6) {
	top: 44.9%;
	left: 51.2%;
}

.networkimg li:nth-child(7) {
	top: 56.3%;
	left: 55.6%;
}

.networkimg li:nth-child(8) {
	top: 65.9%;
	left: 47.7%;
}

.networkimg li:nth-child(9) {
	top: 79.5%;
	left: 45.5%;
}

.networkimg li:nth-child(10) {
	top: 23.6%;
	right: 14.5%;
}

.networkimg li:nth-child(11) {
	top: 29.5%;
	left: 81.6%;
}

.networkimg li:nth-child(12) {
	top: 35.5%;
	left: 78.6%;
}

.networkimg li:nth-child(13) {
	top: 43%;
	left: 68.5%;
}

.networkimg li:nth-child(14) {
	top: 46.6%;
	left: 61.3%;
}

.networkimg li:nth-child(15) {
	top: 46.2%;
	left: 64.5%;
}

.networkimg li:nth-child(16) {
	top: 55.3%;
	left: 62.9%;
}

.networkimg li:nth-child(17) {
	top: 68.1%;
	left: 51.8%;
}

.networkimg li:nth-child(18) {
	top: 84.6%;
	left: 54.5%;
}

.networkimg li:nth-child(19) {
	top: 91.4%;
	left: 57.5%;
}

.networkimg li:nth-child(20) {
	top: 75.3%;
	left: 51.8%;
}

.networkimg li:nth-child(21) {
	top: 42.8%;
	right: 31.2%;
}

.networkimg li:nth-child(22) {
	top: 72.1%;
	left: 62%;
}

.networkimg li:nth-child(23) {
	top: 65.7%;
	left: 64%;
}

.networkimg li:nth-child(24) {
	top: 62.7%;
	left: 68.8%;
}

.networkimg li:nth-child(25) {
	top: 49.8%;
	left: 68.5%;
}

.networkimg li:nth-child(26) {
	top: 62.2%;
	left: 71.4%;
}

.networkimg li:nth-child(27) {
	top: 64.3%;
	left: 75.3%;
}

.networkimg li:nth-child(28) {
	top: 66.9%;
	left: 73.7%;
}

.networkimg li:nth-child(29) {
	top: 77.2%;
	left: 71.9%;
}

.networkimg li:nth-child(30) {
	top: 70.6%;
	left: 66.7%;
}

.networkimg li:nth-child(31) {
	top: 84.4%;
	left: 62.9%;
}

.cwNav {
	display: flex;
	align-items: center;
	padding-bottom: 4vw;
	margin: auto;
}

.cwNav a {
	font-size: 22px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	border-right: 2px solid rgba(255, 255, 255, 0.8);
	line-height: 16px;
	width: 20%;
	position: relative;
	transition: all 0.5s ease 0s;
}

.cwNav .on::after {
	width: 60%;
}

.cwNav .on {
	color: rgb(0, 0, 0);
	font-weight: 600;
}

.cwNav a:hover::after {
	width: 60%;
}

.cwNav a::after {
	position: absolute;
	content: "";
	left: 20%;
	right: 20%;
	width: 0px;
	height: 2px;
	background: rgb(30, 76, 158);
	transition: all 0.5s ease 0s;
	bottom: -40px;
}

.cwNav a:hover {
	color: rgb(0, 0, 0);
	text-shadow: rgb(0, 0, 0) 1px 0px 0px;
}

.cwNav a:last-child {
	border-right: none;
}

.cwNav a:hover {
	color: #000;
	text-shadow: 1px 0px 0px #000;
}

.localFlex {
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.reBack {
	display: flex;
	align-items: center;
	color: rgb(255, 255, 255);
	width: 160px;
	height: 50px;
	justify-content: center;
	background: rgb(31, 77, 158);
	transition: all 0.5s;
}

.reBack:hover {
	box-shadow: 1px 1px 8px 1px rgb(31, 77, 158);
	transform: translateX(-12px);
}

.reBack:hover img {
	transform: translateX(-5px);
}

.reBack img {
	margin-right: 12px;
	transition: all 0.5s;
}

.cwMt {
	margin-top: -31vw;
	position: relative;
	z-index: 99;
}.cwTop{display:none;} 

.localFlex {
	margin: auto;
}

.localFlex .nowAt {
	background: none;
}

.localFlex .nowAt a,
.localFlex .nowAt p {
	color: rgb(255, 255, 255);
}

.bannerTop {
	padding-top: 90px;
}

.speNav .index-nav li>a:first-child {
	color: rgb(0, 0, 0);
	font-family: YIN;
}

.speNav .index-header-right a {
	color: rgb(0, 0, 0);
	font-family: YIN;
	transition: all 0.3s;
}

.speNav .index-header-right a:hover {
	color: rgb(31, 77, 158);
	text-shadow: 1px 0 0 rgb(31, 77, 158);
}

.speNav .index-header-right p {
	color: rgb(0, 0, 0);
}

.speNav .index-header-right {
	border-left: 1px solid rgb(220, 220, 220);
}

.speNav .navH>a:first-child::after {
	background: rgb(31, 77, 158);
}

.scoll-top .speNav .navH>a:first-child {
	color: rgb(0, 0, 0) !important;
}

.scoll-top .speNav .index-header-right p {
	color: rgb(0, 0, 0) !important;
}

.scoll-top .speNav .index-header-right a {
	color: rgb(0, 0, 0);
	font-family: YIN;
}

.speBg {
	background: rgb(255, 255, 255);
	box-shadow: 1px 1px 5px 1px rgb(200, 200, 200);
}

.Material {
	display: flex;
	padding: 40px;
	background: rgb(255, 255, 255);
	position: relative;
	z-index: 99;
}

.mt20 {
	padding-top: 40px;
}

.terPic {
	width: 50%;
	overflow: hidden;
	border: 5px solid rgb(241, 245, 252);
}

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

.terDesc {
	width: 46%;
	margin-left: 4%;
}

.ter1 {
	font-size: 32px;
	letter-spacing: 1px;
	color: rgb(0, 0, 0);
	font-weight: 600;
	margin-bottom: 8px;
}

.ter2 {
	font-size: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(225, 225, 225);
	color: rgb(0, 0, 0);
}

.terWord {
	height: 210px;
	overflow-y: auto;
	padding-top: 20px;
}

.terWord {
	overflow: hidden auto;
	color: rgb(85, 85, 85);
	font-size: 14px;
	line-height: 30px;
	padding-right: 15px;
	font-family: YIN;
}

.terWord::-webkit-scrollbar {
	width: 3px;
}

.terWord::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: rgb(31, 77, 158) 0px 0px 5px inset;
	background: rgb(31, 77, 158);
}

.terWord::-webkit-scrollbar-track {
	box-shadow: rgb(210, 219, 236) 0px 0px 5px inset;
	border-radius: 0px;
	background: rgb(210, 219, 236);
}

.terAsk {
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.askNow {
	display: inline-block;
	width: 150px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 5px;
	letter-spacing: 1px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	margin-right: 40px;
	background-color: rgb(31, 77, 158);
	border: 1px solid rgb(31, 77, 158);
	transition: all 0.6s;
}

.askNow:hover {
	background-color: #fff;
	border: 1px solid rgb(31, 77, 158);
	color: rgb(31, 77, 158);
	box-shadow: 1px 1px 10px 1px rgba(31, 77, 158, 0.5);
	text-shadow: 1px 0 0 rgb(31, 77, 158);
}

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

.askIcon {
	margin-right: 10px;
	display: none;
}

.askNum>p:nth-child(1) {
	font-size: 14px;
	color: rgb(85, 85, 85);
	margin-bottom: 3px;
	font-family: YIN;
	display: none;
}

.askNum>p:nth-child(2) {
	font-size: 32px;
	color: rgb(31, 77, 158);
	font-family: YIN;
		font-weight:bold;
	font-style: italic;
}

.sysBg {
	padding: 0px 40px;
	padding-top: 5px;
	padding-bottom: 40px;
	background: #fff;
}

.Special {
	margin-bottom: 0px;
}

.speTit {
	padding: 30px 0px 30px;
}

.spt1 {
	font-size: 30px;
	color: rgb(31, 77, 158);
	letter-spacing: 1px;
	font-weight: 600;
	padding-bottom: 20px;
	border-bottom: 2px solid rgb(31, 77, 158);
	display: inline;
	position: relative;
	z-index: 999;
}

.spt2 {
	height: 2px;
	width: 100%;
	background: rgb(225, 225, 225);
	position: relative;
	position: relative;
	margin-top: 20px;
}


.speUl li {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: rgb(85, 85, 85);
	line-height: 28px;
	font-family: YIN;
}

.speUl li span {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: rgb(31, 77, 158);
	margin-right: 20px;
}

.runDesc {
	margin-bottom: 35px;
	font-size: 16px;
	color: rgb(85, 85, 85);
	font-family: YIN;
	line-height: 28px;
}

.Run {
	display: flex;
	padding-top: 25px;
}

.Run>div:nth-child(3) {
	margin-right: 0px;
}

.runSame {
	width: 33.3%;
	margin-right: 3%;
	background-color: rgb(241, 245, 252);
	padding: 0;
	border-radius: 8px;
}

.run1 {
	font-size: 1.4vw;
	color: rgb(255, 255, 255);
	font-weight: 600;
	padding: 12px 0;
	border-radius: 30px;
	width: 80%;
	margin: auto;
	background: rgb(31, 77, 158);
	text-align: center;
	margin-top: -27px;
}

.run2 {
	font-size: 14px;
	color: rgb(51, 51, 51);
	text-align: center;
	line-height: 32px;
	font-family: YIN;
	padding: 20px 32px;
}



.sysBg tbody th,
.sysBg tbody td {
	border: 2px solid rgb(120, 120, 120);
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: rgb(51, 51, 51);
	font-family: 'YIN';
	position: relative;
}

.sysBg tbody p,
.table-container p {
	padding: 10px 10px;
	font-size: 16px;
	line-height: 28px;
	font-family: 'YIN';
}

.border {
	padding: 0 !important;
}

.border p {
	line-height: 20px;
}

.border::before {
	content: '';
	position: absolute;
	left: 33.3%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgb(225, 225, 225)
}

.border::after {
	content: '';
	position: absolute;
	left: 66.6%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgb(225, 225, 225)
}

.Tech tbody td p {
	float: left;
	width: 33.3%;
	text-align: center;
}

.Tech tbody tr:nth-child(1)>th:nth-child(1) {
	width: 14%;
}

.Tech tbody tr:nth-child(2)>td:nth-child(2) {
	width: 14%;
}

.Tech tbody tr:nth-child(3)>td:nth-child(3) {
	width: 14%;
}

.Tech tbody tr:nth-child(4)>td:nth-child(4) {
	width: 29%;
}

.Tech tbody tr:nth-child(5)>td:nth-child(5) {
	width: 29%;
}

.gyTit {
	padding: 0 0 15px 0;
	font-size: 22px;
	color: rgb(31, 77, 158);
	font-weight: 600;
	letter-spacing: 1px;
}

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

.gy1 {
	width: 45%;
	overflow: hidden;
}

.gy1 img {
	float: left;
	width: 100%;
}

.gy2 {
	width: 51%;
	margin-left: 4%;
	font-size: 16px;
	line-height: 32px;
	color: #555555;
	font-family: 'YIN';
}

.System {
	margin-top: 40px;
	margin-bottom: 10px;
}

.sys2 {
	font-size: 16px;
	line-height: 35px;
	font-family: 'YIN';
	letter-spacing: 1px;
	margin-top: -5px;
}
.sysBg img{
	width: auto!important;
	height: auto!important;
}

/* Ã¨Â§â€ Ã©Â¢â€˜ */
.index-video .swiper-wrapper .swiper-slide {
	cursor: pointer;
	transition: all 0.6s;
	overflow: hidden;
}

.index-video .swiper-wrapper .swiper-slide .img {
	overflow: hidden;
}

.index-video .swiper-wrapper .swiper-slide:hover .img img {
	transform: scale(1.1);
}


.index-video .swiper-wrapper .swiper-slide .img img {
	width: 100%;
	object-fit: cover;
	float: left;
	transition: all 0.6s;
}

.index-video .swiper-wrapper .swiper-slide .play {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
	top: 0;
	left: 0;
}

.index-video .swiper-wrapper .swiper-slide .play figure {
	cursor: pointer;
	position: relative;
}

.index-video .swiper-wrapper .swiper-slide .play figure img {
	position: relative;
	z-index: 99;
}

.index-video .swiper-wrapper .swiper-slide .play figure::before {
	background: rgba(31, 77, 158, 0.6);
	transform: scale(0);
	transition: all .5s;
	border: 1px dashed rgba(255, 255, 255, 0.6);
	width: 70px;
	height: 70px;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	margin-left: -36px;
	margin-top: -38px;
}

.index-video .swiper-wrapper .swiper-slide .play:hover figure::before {
	transform: scale(1);
}

.videos {
	position: fixed;
	left: 50%;
	top: 45%;
	margin-left: -25vw;
	margin-top: -25vh;
	z-index: 100;
}

.vclose {
	position: absolute;
	right: -60px;
	top: 18px;
	border-radius: 100%;
	cursor: pointer;
}

.videosx {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 99999999;
	display: none;
}

.Video {
	cursor: pointer;
}

.Video .swiper-button-next {
	right: -60px;
	top: 58%;
	opacity: 0;
	transition: all 0.5s;
}

.Video .swiper-button-prev {
	left: -60px;
	top: 58%;
	opacity: 0;
	transition: all 0.5s;
}

.Video:hover .swiper-button-next {
	opacity: 1;
}

.Video:hover .swiper-button-prev {
	opacity: 1;
}

.askForm {
	margin-top: 10px;
}

.askFlex {
	display: flex;
	margin-bottom: 25px;
}

.askFlex>div:nth-child(3) {
	margin-right: 0;
}

.askPut {
	width: 33.3%;
	margin-right: 2%;
}

.askPut>p:nth-child(1) {
	color: #000;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 25px;
	font-family: YIN;
}

.askPut>p:nth-child(1) span {
	margin-left: 10px;
	color: rgb(255, 0, 0);
}

.askPut>input {
	color: rgb(170, 170, 170);
	font-size: 16px;
	padding: 16px;
	background: rgb(241, 245, 252);
	border-radius: 3px;
	font-family: YIN;
	letter-spacing: 1px;
	width: 100%;
}

.askWhole>p:nth-child(1) {
	color: #000;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: YIN;
	margin-bottom: 25px;
}

.askWhole>textarea {
	color: rgb(170, 170, 170);
	font-size: 16px;
	padding: 16px;
	background: rgb(241, 245, 252);
	border-radius: 3px;
	width: 100%;
	font-family: YIN;
	letter-spacing: 1px;
	height: 120px;
}

.giveUp {
	display: inline-block;
	background: rgb(31, 77, 158);
	font-size: 16px;
	letter-spacing: 1px;
	color: rgb(255, 255, 255);
	width: 50%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	margin: 40px auto auto 25%;
	transition: all 0.6s;
	border: 1px solid rgb(31, 77, 158);
	cursor: pointer;
}

.giveUp:hover {
	border: 1px solid rgb(31, 77, 158);
	background: #fff;
	color: rgb(31, 77, 158);
	box-shadow: 1px 1px 10px 1px rgba(31, 77, 158, 0.5);
	;
}

/* Ã¨Âµâ€žÃ¦â€“â„¢Ã¤Â¸â€¹Ã¨Â½Â½ */
.Download {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: 50px;
}

.Download>a:nth-child(2n+2) {
	margin-right: 0;
}

.Download>a:nth-child(1),
.Download>a:nth-child(2) {
	border-top: 1px solid rgb(225, 225, 225);
}

.downSame {
	width: 46%;
	margin-right: 8%;
	padding: 30px 0;
	border-bottom: 1px solid rgb(225, 225, 225);
	display: flex;
	align-items: flex-start;
	transition: all 0.8s;
	position: relative;
}

.downSame::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: rgb(31, 77, 158);
	transition: all 0.6s;
}

.downSame:hover::before {
	width: 100%;
}

.downSame:hover .down1 {
	color: rgb(31, 77, 158);
	text-shadow: 1px 0 0 rgb(31, 77, 158);
}

.downSame:hover {
	transform: translateY(10px);
}

.downSame:hover .dIcon {
	width: 50px;
	height: 44px;
	background: url(../images/down1.png);
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
	transform: rotateY(180deg);
}

.dIcon {
	width: 50px;
	height: 44px;
	background: url(../images/down.png);
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.4s;
}

.downDesc {
	margin-left: 25px;
	width: 80%;
}

.down1 {
	font-size: 18px;
	margin-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #000;
	transition: all 0.8s;
}

.down2 {
	font-size: 14px;
	color: rgb(170, 170, 170);
}

.netHide,
.netPath,
.n1 {
	transition: all 0.5s;
}

.partChoose .on .netPath {
	background: rgb(31, 77, 158);
	color: #fff;
}

.partChoose .on .netPath .n1 {
	border-bottom: 11px solid rgb(31, 77, 158);
}

.netHide:hover .netPath {
	background: rgb(31, 77, 158);
	color: #fff;
}

.netWork1:hover .netPath .n1 {
	border-top: 11px solid rgb(31, 77, 158);
}

.netWork2:hover .netPath .n1 {
	border-top: 11px solid rgb(31, 77, 158);
}

.netWork3:hover .netPath .n1 {
	border-bottom: 11px solid rgb(31, 77, 158);
}

.netWork4:hover .netPath .n1 {
	border-bottom: 11px solid rgb(31, 77, 158);
}

.netWork5:hover .netPath .n1 {
	border-bottom: 11px solid rgb(31, 77, 158);
}

.index-banner .swiper-slide {
	position: absolute;
}

.pc-ban figure {
	width: 100%;
	height: 100%;
	background: rgb(33 69 168 / 20%);
	z-index: 5;
	display: flex;
	align-items: center;
	position: absolute;
	justify-content: center;
}

/* Ã¦â€°â€¹Ã©Â£Å½Ã§ÂÂ´ */
.wapBanner {
	display: none;
}

.pc-ban {
	position: relative;
}

.pc-ban .swiper-slide {
	height: 100vh;
}

.pc-ban-word {
	position: absolute;
	top: 36%;
}

.Down {
	position: absolute;
	bottom: 200px;
	cursor: pointer;
}

.wapDesign {
	display: none;
}

.wapFlex {
	display: flex;
}

.wapFlex .af1 {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	z-index: 99;
}

.wapFlex .af2 {
	color: rgb(102, 102, 102);
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-height: 25px;
	letter-spacing: 1px;
	-webkit-box-orient: vertical;
	position: relative;
	z-index: 99;
}

.wapFlex .af3 {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000;
	margin-top: 20px;
	position: relative;
	z-index: 99;
}

.af3 img {
	margin-left: 8px;
}

.wapDesign .swiper-wrapper {
	padding-bottom: 35px;
}

.wapDesign {
	padding: 20px 15px 0 15px;
}

.wapDesign .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 18px;
}

:root {
	--swiper-theme-color: rgb(31, 77, 158) !important;
}

.wapDesign .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

.footEwm {
	display: flex;
	align-items: center;
	margin-left: 40px;
}

.footEwm img {
	width: 100px;
}

.ewmWord {
	color: rgb(51, 51, 51);
	font-size: 14px;
	margin-left: 15px;
	font-family: 'YIN';
	letter-spacing: 1px;
}

.eoWord {
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-top: 12px;
}

.pcIcon_box {
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9999
}

.pcIcon_box .pcIcon {
	text-align: center
}

.pcIcon_box .pcIcon li {
	width: 68px;
	height: 68px;
	border-bottom: 1px solid #fff;
	background: rgb(31,77,158);
	font-family: PingFangSC-Medium;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding: 13px 0;
	cursor: pointer
}

.pcIcon_box .pcIcon li:last-child {
	border: none
}

.pcIcon_box .pcIcon li img {
	margin: 0 auto 5px auto
}

.pcIcon_box .pcIcon .phone_box {
	position: relative
}

.pcIcon_box .pcIcon .phone_box .phone_bg {
	background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
	width: 211px;
	/* height: 72px;*/
	text-align: center;
	padding: 12px 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 75px;
	line-height: 1;
	/*	align-items: center;
 	justify-content: center;
 	flex-direction: column;*/
	display: none;
}

.phone_bg>p:nth-child(1) {
	color: #000;
	font-size: 22px;
	margin-bottom: 10px;
	font-family: 'DIN';
	font-weight: 600;
}

.phone_bg>p:nth-child(2) {
	color: #000;
	font-size: 12px;
}

.pcIcon_box .pcIcon .orcode_box {
	position: relative
}

.pcIcon_box .pcIcon .orcode_box .orcode_bg {
	background: url(../img/orCodeBg.1538ddcb.png) no-repeat;
	width: 197px;
	height: 204px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 70px
}

.pcIcon_box .pcIcon .orcode_box .orcode_bg img {
	margin: 25px auto
}

.pcIcon_box .pcIcon .orcode_box .orcode_bg p {
	margin-top: -25px
}

.pcIcon a:hover {
	color: #fff;
}
.position-relative{
	position: relative;
}
.showewm:hover .rightEwm {
	display: block;
}
.withTel{
	display: flex;
	align-items: center;
	margin-top:25px;
	color:rgb(31, 77, 158);
	font-size: 18px;
	letter-spacing: 1px;
}
.withTel p{
	margin-right: 20px;
	display: flex;
	align-items: center;
	font-weight:600;
}
.withTel p img{
	margin-right: 10px;
	width:35px;
}

.rightEwm {
	padding: 10px;
	animation: rightFloat .3s;
	position: absolute;
	display: none;
	top: -25px;
	z-index: 99;
	border-radius: 5px;
	right: 75px;
	width: 120px;
	height: 120px;
}

@keyframes rightFloat {
	from {
		transform: translateX(-20px);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}
