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

html {
	border: none;
	overflow-x: hidden;
	position: relative;
	margin: 0px auto;
	height: 100%;
	font-family: 'å¾®è½¯é›…é»‘';
}

@font-face {
	font-family: BIN;
	src: url("../font/BROWNSTD-REGULAR.WOFF.TTF");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: CIN;
	src: url("../font/BROWNSTD-LIGHT.WOFF");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: PIN;
	src: url("../font/PingFang Medium.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: TIN;
	src: url("../font/Times New Roman.ttf");
	font-weight: normal;
	font-style: normal;
}

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

a {
	text-decoration: none;
}

a img {
	border: 0px none;
}

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


@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 {
	max-width: 1440px;
	margin: 0px auto;
}

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

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

.scoll-top {
	background-color: rgb(255, 255, 255);
}


.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;
	border-bottom: 1px solid rgb(235,235,235);
	
}

.index-header {
	position: relative;
}

.index-logo,
.index-nav-right,
.menu-handler {
	position: relative;
	z-index: 99;
}

.scoll-top.index-header::after {
	display: none;
}

.banner img {
	float: left;
}

.banner {
	width: 100%;
}

.banner .swiper-container {
	width: 100%;
}

.banner .swiper-slide {
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide img{
	float: left;
	width: 100%;
}
.banner .swiper-pagination {
	bottom: 21%;
	margin-left: 0;
	position: absolute !important;
}

.banner .swiper-pagination-bullet {
	opacity: 1;
	border-radius: 50%;
	background: none;
	width: 12px;
	height: 12px;
	/* margin-right: 10px; */
border: 2px solid #fff;}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	position: relative;
	background: #fff;
	opacity: 1;
	/* margin-right: 10px; */
}

.banner .swiper-pagination .swiper-pagination-bullet-active::before {
	position: absolute;
	content: "";
	left: -8px;
	right: -8px;
	top: -8px;
	bottom: -8px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px;
}
.banner .swiper-pagination-fraction,
.swiper-pagination-custom,
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	top: 90%;
	display: flex;
	justify-content: center;
}


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

.index-logo {
	width: 15%;
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	align-items: center;
}

.index-logo img {
	width: 100%;
	/* margin-top: 20px; */
	max-height: 72px;
}

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

.scoll-top .index-logo img {
	/* margin-top: 20px; */
}

.index-nav-right {
	width: 74%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-header-right {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-nav-con {
	width: 82%;
	display: flex;
	justify-content: flex-start;
	margin-right: 0;
	margin-left: 0;
}

.index-nav {
	width: 100%;
}

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

.index-nav li>a:first-child {
	color: rgb(51, 51, 51);
	display: inline;
	position: relative;
	transition: all 0.6s ease 0s;
	padding: 6px 25px;
	border-radius: 20px;
}

.index-header-right .sousuo img {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}

.index-header-right .erweima:hover .erweima-pic {
	display: block;
}

.la-close {
	font-family: sans-serif;
	font-size: 35px;
}

.close-search {
	position: absolute;
	top: 60px;
	right: 70px;
	color: rgb(198, 199, 202);
	font-size: 40px;
}

.close-search:hover {
	color: rgb(198, 199, 202);
}

.erweima-pic img {
	height: 120px;
	width: 120px;
}
.navH {
	cursor: pointer;
}

.navH>a:first-child {
	line-height: 90px;
}

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

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

.index-nav li.on>a:first-child {
	background: #02509b;
	color: #fff;
	display: inline;
	padding: 6px 25px;
	border-radius: 20px;
}

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

.index-nav li>a:first-child:hover {
	background: #02509b;
	color: #fff;
}

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

.scoll-top .navH.on>a:first-child {
	background: #02509b;
	color: #fff;
}

.scoll-top .index-nav li>a:first-child {
	color: rgb(51, 51, 51);
}

.scoll-top .index-nav li>a:first-child:hover {
	background: #02509b;
	color: #fff;

}

.xnav {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(245, 245, 245);
	padding: 25px 0;
	position: fixed;
	left: 0;
	right: 0;
}

@-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%;
	z-index: 9990 !important;
}

.menu-handler {
	width: 64px;
	float: right;
	height: 54px;
	display: none;
	cursor: pointer;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 25.5px auto 0px;
	width: 28px;
	height: 3px;
	background-color: #02509b;
	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: #02509b;
	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);
}

.banner {
	position: relative;
}

.bannerWord {
	position: absolute;
	z-index: 99;
	color: rgb(255, 255, 255);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.b1 {
	font-size: 2.6vw;
	margin-bottom: 30px;
	letter-spacing: 1px;
	position: relative;
	text-align: center;
	margin-bottom: 3vw;
}

.b2 {
	font-size: 3vw;
	margin-bottom: 30px;
	letter-spacing: 1px;
	position: relative;
	text-align: center;
	margin-bottom: 3vw;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 5vw;
}

.b3 {
	background-image: linear-gradient(rgb(4, 106, 204), rgb(2, 81, 155));
	width: 160px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
}

@keyframes topFloat {
	from {
		transform: translateY(-20px);
		opacity: 0;
	}

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

.search-btn {
	background: url("../images/search.png") left center no-repeat;
	width: 40px;
	height: 40px;
}

.scoll-top {
	/* box-shadow: rgba(235, 235, 235, 0.6) 0px 1px 0px; */
}

.scoll-top .search-btn {
	background: url("../images/search.png") left center no-repeat;
	text-indent: 30px;
	width: 40px;
	height: 40px;
}


.fl {
	float: left;
}

.fr {
	float: right;
}



.search_sec {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(26, 32, 49, 0.95);
	z-index: 2147483647;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.9);
}

.search_sec.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.search_sec.active .search_field {
	margin: 0px;
}

.search_field {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	margin-top: -50px;
	transition: all 1s ease-in-out 0s;
}

.search_field .container {
	max-width: 800px;
	margin: 0px auto;
}

.search_field form {
	position: relative;
}

.search_field form input {
	width: 100%;
	height: 66px;
	background-color: rgb(229, 229, 229);
	color: rgb(38, 38, 38);
	font-size: 17px;
	padding: 0px 30px;
	border: 0px;
	box-sizing: border-box;
	border-radius: 5px;
}

.search_field form button {
	position: absolute;
	top: 24px;
	right: 24px;
	background-color: inherit;
	border: 0px;
}

.close-search {
	position: absolute;
	top: 60px;
	right: 70px;
	color: rgb(198, 199, 202);
	font-size: 40px;
}

.close-search:hover {
	color: rgb(198, 199, 202);
}

.erweima-pic img {
	height: 120px;
	width: 120px;
}

.bannerTop {
	margin-top: 90px;
}

/* è¡Œä¸šç®—æ³• */
.pubTit {
	padding-top: 60px;
	padding-bottom: 45px;
}

.Wis {
	margin-top: 25px;
}

.pub1 {
	text-transform: uppercase;
	font-size: 40px;
	text-align: center;
	color: #02509b;
}

.pub2 {
	margin: 20px auto;
	width: 60px;
	height: 4px;
	background: rgb(238, 238, 238);
}

.pub3 {
	font-size: 50px;
	color: rgb(51, 51, 51);
	text-align: center;
}

/* åˆä½œä¼™ä¼´ */
.withTit {
	padding-top: 55px;
	padding-bottom: 50px;
}

.withTit p {
	font-size: 40px;
	color: rgb(51, 51, 51);
	line-height: 52px;
}

.With {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}

.With>p:nth-child(6n+6) {
	margin-right: 0;
}

.With>p {
	border: 1px solid rgb(230, 230, 230);
	padding: 20px;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 15%;
	transition: all 0.5s;
	cursor: pointer;
}
.With>p:hover{
	box-shadow: 1px 1px 10px 1px rgb(220,220,220);
	transform: scale(1.05);
}
/* æ‚¨æ˜¯å¦éœ€è¦ */
.needBg {
	background: url(../images/blue.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 0 65px 0;
}

.needTit {
	color: #fff;
	text-align: center;
	font-weight: 600;
	margin-bottom: 50px;
	letter-spacing: 1px;
	font-size: 40px;
}

.Need {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}

.needSame {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 33.3%;
	transition: all 0.5s;
	cursor: pointer;
}
.needSame:hover .needMore{
	color: #fff;
}

.needSame:hover .needMore::after{
	height: 100%;
}

.needMore::after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 0;
	bottom: 0;
	content: '';
	background: #02509b;
	transition: all 0.4s;
	border-radius: 15px;
}
.needSame:hover img{
	transform: rotateZ(360deg);
}
.needSame img{
	transition: all 0.5s;
}
.needSame>p:nth-child(2) {
	font-size: 22px;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 1px;
	margin-top: 25px;
	margin-bottom: 20px;
}

.needSame>p:nth-child(3) {
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 20px;
}

.needSame>p:nth-child(4) {
	font-size: 32px;
	color: #fff;
	font-family: BIN;
}

.needMore {
	width: 130px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	border-radius: 25px;
	background: #fff;
	color: #02509b;
	letter-spacing: 1px;
	font-size: 14px;
	transition: all 0.3s;
	position: relative;
}
.needMore span{
	position: relative;
	z-index: 99;
}
.TIN {
	font-family: TIN;
}

/* footer */
.footer {
	padding: 45px 0;
	border-bottom: 1px solid rgb(238, 238, 238);
	display: flex;
	/* flex-direction: column; */
	align-items: center;
	justify-content: space-between;
}

.footLogo img {
	margin-left: 15px;
}

.footLogo p {
	color: rgb(102, 102, 102);
	font-size: 16px;
	line-height: 30px;
	padding-left: 100px;
	width: 50%;
}

.Top {
	border-radius: 50%;
	font-size: 12px;
	color: #000;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
	width: 65px;
	height: 65px;
	z-index: 999999;
	transition: all 0.5s;
}
.Top:hover{
	box-shadow: 1px 1px 10px 1px rgb(200,200,200);
	transform: translateY(-10px);
}
.Top span {
	margin-bottom: 4px;
	display: inline-block;
	width: 20px;
	height: 12px;
	background: url(../images/top.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.footFlex {
	display: flex;
	/* flex-direction: column; */
	/* align-items: center; */
	justify-content: space-between;
	padding: 40px 0;
}

.footLink p {
	letter-spacing: 1px;
	font-size: 20px;
	color: rgb(51, 51, 51);
	margin-bottom: 20px;
	text-align: center;
}

.footA a {
	text-align: center;
	color: #888888;
	font-size: 16px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	display: block;
	transition: all 0.4s;
}
.footA a:hover{
	color: #02509b;
}
.footA a:last-child {
	margin-bottom: 0;
}

.ressVide>p:nth-child(1) {
	color: #888888;
	font-size: 16px;
	margin-bottom: 20px;
}

.ressVide>p:nth-child(2) {
	color: #333333;
	font-size: 16px;
	margin-bottom: 20px;
}

.footRess>div:nth-child(3)>p:nth-child(2) {
	margin-bottom: 0;
}

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

.footBottom {
	padding: 30px 0;
	border-top: 1px solid rgb(238, 238, 238);
	color: #888888;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footWap a {
	padding: 0 15px;
	font-size: 16px;
	color: #888888;
	line-height: 18px;
	display: inline-block;
}

.footWap a:nth-child(2) {
	margin-right: 0;
	border-left: 2px solid rgb(212, 212, 212);
}

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

/* å…¬å…±å¯¼èˆªæ  */
.Source {
	background: #fff;
	box-shadow: 1px 1px 8px 1px rgb(235, 235, 235);
}

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

.localNav a {
	position: relative;
	margin-right: 50px;
	font-size: 18px;
	color: rgb(102, 102, 102);
	font-weight: 600;
	position: relative;
	height: 100px;
	line-height: 100px;
}

.localNav a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -38px;
	height: 3px;
	width: 0;
	transition: all 0.5s;
	background: #02509b;
}

.localNav .on {
	width: 100%;
	color: #02509b;
}

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

.localNav a:hover::after {
	width: 100%;
}

.localNav a:hover {
	color: #02509b;
}

.txr {
	display: flex;
	justify-content: flex-end;
}

.allTo {
	display: inline-block;
	width: 150px;
	text-align: center;
	font-size: 18px;
	color: rgb(51, 51, 51);
	height: 47px;
	line-height: 47px;
	margin: 0px;
	border-radius: 30px;
}

.allTo .w {
	color: rgb(51, 51, 51);
	position: relative;
	transition: all 0.25s ease 0s;
	transform-style: preserve-3d;
	pointer-events: none;
	border-radius: 30px;
}

.allTo .f {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
}

.allTo .t {
	padding: 0px 15px;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 0px;
	display: flex;
	justify-content: center;
	color: #02509b;
	top: -48px;
	transform-origin: center bottom;
	transform: rotateX(90deg);
	backface-visibility: hidden;
	align-items: center;
	border-radius: 30px;
}

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

.allTo img {
	margin-left: 12px;
	position: relative;
	top: 0px;
}

/* å…³äºŽæˆ‘ä»¬ */
.focusBg {
	position: relative;
	background: rgb(245, 245, 245);
	padding-bottom: 65px;
}

.focusImg {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 75px;
}

.focusDesc {
	padding-top: 80px;
	position: relative;
	z-index: 99;
}

.focusDesc>p:nth-child(1) {
	text-align: center;
	font-size: 36px;
	color: #333333;
	margin-bottom: 25px;
}

.focusDesc>p:nth-child(2) {
	text-align: center;
	font-size: 22px;
	color: #02509b;
}

.Focus {
	margin-top: 65px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 99;
}

.Focus>div:nth-child(4) {
	margin-right: 0;
}

.focSame img {
	height: 60px;
	margin-top: 4.5vw;
}

.focSame {
	margin-right: 5%;
	background-color: #fff;
	padding: 30px 30px 4.5vw 30px;
	width: 21.2%;
	position: relative;
	transition: all 0.5s;
	cursor: pointer;
	display: flex;
	border: 1px solid #fff;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.focSame:hover{
	border: 1px solid #02509b;
}
.focSame:hover img{
	transform: rotateY(180deg);
}
.focSame img{
	transition: all 0.5s;
}
.foc1 {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgb(219, 219, 219);
	margin-bottom: 0;
	position: absolute;
	right: 30px;
	top: 30px;
}

.foc3 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #02509b;
	margin-top: 40px;
	margin-bottom: 15px;
	text-align: center;
}

.foc4 {
	font-size: 2.2vw;
	font-family: BIN;
	color: rgb(235, 235, 235);
	text-align: center;
	text-transform: uppercase;
}

.focusWord {
	padding-top: 45px;
	position: relative;
	z-index: 99;
	line-height: 36px;
}

.focusWord p {
	margin-top: 35px;
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 36px;
	position: relative;
}

/* è£èª‰èµ„è´¨ */
.Honor {
	padding-bottom: 70px;
	background: url(../images/cir.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.honorTit {
	padding: 85px 0 80px 0;
	text-align: center;
	font-size: 50px;
	color: #fff;
}

.Have {
	margin-top: 15px;
	position: relative;
	z-index: 99;
	width: 100%;
	margin: auto;
}

.Have .swiper-slide {
	position: relative;
	background: #fff;
	min-height: 28vw;
}

.Have .hoPic {
	overflow: hidden;
	background: #fff;
	padding: 40px 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	margin-bottom: 30px;
	min-height: 25vw;
}

.Have .hoPic img {
	width: 100%;
	float: left;
}

.hoWord {
	/* height: 60px; */
	line-height: 25px;
	background: #fff;
	color: rgba(51, 51, 51);
	text-align: center;
	/* margin-top: -60px; */
	z-index: 99;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 16px;
	width: 100%;
	padding: 0 35px;
	position: absolute;
	bottom: 25px;
}

.Have {
	position: relative;
}

.Have .swiper-button-prev,
.Have .swiper-button-next {
	color: rgb(206, 206, 206);
	width: 53px;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid rgb(206, 206, 206);
	transition: all 0.3s;
	z-index: 99;
}

.Have .swiper-button-prev {
	left: -70px;
}

.Have .swiper-button-next {
	right: -70px;
}

.Have .swiper-button-prev::after,
.Have .swiper-button-next::after {
	font-size: 22px;
	transition: all 0.3s;
	font-weight: 600;
}

.Have .swiper-button-prev:hover {
	background: #2664c6;
}

.Have .swiper-button-next:hover {
	background: #2664c6;
}

/* è”ç³»æˆ‘ä»¬ */
.Contact {
	background: rgb(245, 245, 245);
	padding-bottom: 65px;
}

.tactFlex {
	display: flex;
}

.tactRess {
	width: 45%;
	background: #fff;

	padding: 35px;
}

.ressPart {
	display: flex;
	margin-bottom: 30px;
}

.ressIcon {
	margin-right: 15px;
}

.ressDesc {
	width: 90%;
}

.ressDesc>p:nth-child(1) {
	font-size: 16px;
	margin-bottom: 10px;
	color: #888888;
}

.rs2 {
	color: #333333;
	font-size: 30px;
	font-family: TIN;
}

.rs3 {
	color: #333333;
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 10px;
}

/* åœ¨çº¿ç•™è¨€ */
.Message {
	box-shadow: 1px 1px 10px 1px rgb(225, 225, 225);
	padding: 60px 115px;
	margin-bottom: 80px;
}

.messFlex {
	display: flex;
}

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

.messPut {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 35px;
}

.messPut p {
	margin-bottom: 20px;
	color: rgb(51, 51, 51);
	font-size: 20px;
}

.messPut p span {
	color: rgb(255, 0, 0);
	margin-left: 12px;
}

.messPut input {
	padding: 20px;
	background: rgb(250, 250, 250);
	border: 1px solid rgb(221, 221, 221);
	font-size: 16px;
	color: rgb(170, 170, 170);
	width: 100%;
}

.messArea p {
	margin-bottom: 20px;
	color: rgb(51, 51, 51);
	font-size: 20px;
}

.messArea p span {
	color: rgb(255, 0, 0);
	margin-left: 12px;
}

.messArea textarea {
	padding: 20px;
	background: rgb(250, 250, 250);
	border: 1px solid rgb(221, 221, 221);
	font-size: 16px;
	color: rgb(170, 170, 170);
	height: 130px;
	width: 100%;
}

.Submit {
	margin-top: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Submit button {
	display: inline-block;
	margin: 0 40px;
	width: 280px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s;
	border: 1px solid transparent;
}

.sub1 {
	background: rgb(2, 81, 155);
}
.sub1:hover{
	box-shadow: 1px 1px 10px 1px rgba(2, 81, 155,0.6);
}
.sub2:hover{
	box-shadow: 1px 1px 10px 1px rgba(153, 153, 153,0.9);
}
.sub2 {
	background: rgb(153, 153, 153);
}

.tactTit {
	padding: 55px 0 50px 0;
	text-align: center;
	font-size: 50px;
	color: #333333;
}

.contactUs_map {
	width: 55%;
}

/* äº§å“ä¸­å¿ƒ-è½¯ä»¶ */
.centerBg {
	background: url(../images/center.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 45px 0 200px 0;
	margin-top: 90px;
}

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

.centerDesc {
	width: 50%;
}

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

.centerDesc>p:nth-child(1) {
	font-size: 40px;
	color: #fff;
	margin-bottom: 35px;
}

.centerDesc>p:nth-child(2) {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}

/* äº§å“åŠŸèƒ½ */
.feaBg {
	box-shadow: 1px 1px 15px 1px rgba(2, 81, 155, 0.15);
	margin-top: -100px;
	position: relative;
	z-index: 99;
	background: #fff;
}

.Features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 20px;
	margin-top: -20px;
}

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

.feaSame {
	width: 33.3%;
	margin-bottom: 45px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	transition: all 0.5s;
	cursor: pointer;
}
.feaSame img{
	transition: all 0.5s;
}
.feaSame:hover img{
	transform: rotateY(180deg);
}
.feaSame p:nth-child(2) {
	font-size: 28px;
	color: rgb(51, 51, 51);
	margin-top: 15px;
}

.feaTit {
	padding: 50px 0 40px 0;
	font-size: 40px;
	text-align: center;
	background-image: -webkit-linear-gradient(rgb(39, 198, 255), rgb(1, 103, 242));

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;
}

/* äº§å“ä¼˜åŠ¿ */
.Kind {
	display: flex;
	flex-wrap: wrap;
}

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

.Kind>ul:nth-child(3),
.Kind>ul:nth-child(4) {
	margin-bottom: 0;
}

.Kind>ul:nth-child(1) .kind1 {
	background: rgb(2, 81, 155);
}

.Kind>ul:nth-child(2) .kind1 {
	background: rgb(8, 77, 184);
}

.Kind>ul:nth-child(3) .kind1 {
	background: rgb(1, 105, 204);
}

.Kind>ul:nth-child(4) .kind1 {
	background: rgb(18, 139, 235);
}

.kindSame {
	width: 48.5%;
	padding: 30px 30px;
	border-radius: 4px;
	box-shadow: 1px 1px 15px 1px rgba(2, 81, 155, 0.15);
	display: flex;
	align-items: center;
	background: #fff;
	margin-right: 3%;
	margin-bottom: 35px;
	transition: all 0.5s;
	cursor: pointer;
}
.kindSame:hover{
	box-shadow: 1px 1px 15px 1px rgba(2, 81, 155, 0.5);
}
.kind1 {
	width: 80px;
	height: 80px;
	border-radius: 5px;
	color: #fff;
	font-size: 44px;
	text-align: center;
	line-height: 86px;
	margin-right: 20px;
	font-family: BIN;
	letter-spacing: 1px;
}

.kind2 {
	width: 88%;
}

.kind2>p:nth-child(1) {
	color: #333333;
	font-size: 24px;
	margin-bottom: 10px;
}

.kind2>p:nth-child(2) {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}

/* åº”ç”¨åœºæ™¯ */
.View {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

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

.viewSame {
	box-shadow: 1px 1px 10px 1px rgb(230, 230, 230);
	border-radius: 5px;
	padding: 25px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	transition: all 0.5s;
}

.vi1 {
	font-size: 24px;
	color: rgb(51, 51, 51);
	margin-bottom: 15px;
	text-align: center;
}

.vi2 {
	width: 25px;
	height: 4px;
	background: rgb(2, 81, 155);
	margin: auto;
	margin-bottom: 20px;
}

.vi3 {
	font-size: 15px;
	color: #555555;
	margin-bottom: 25px;
	line-height: 26px;
}

.vi4 {
	overflow: hidden;
	border-radius: 25px 25px 0 0;
	position: relative;
}
.vi4 img{
	float: left;
	width: 100%;
}
.viHide{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0);
	transition: all 0.5s;
}
.viHide img{
	width: 25px;
	height: 24px;
}
.viewSame:hover .viHide{
	transform: scale(1);
}
.viewSame:hover{
	box-shadow: 1px 1px 10px 1px rgb(200,200,200);
	transform: scale(0.97);
}
/* æ£€æµ‹ç®—æ³• */
.Way {
	display: flex;
	padding: 35px;
	background: #fff;
	box-shadow: 1px 5px 6px 1px rgb(242, 242, 242);
}

.wayDesc {
	width: 50%;
	padding: 10px 35px 15px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

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

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

.way1 {
	font-size: 40px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-bottom: 15px;

}

.way2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	color: #555555;
	font-size: 15px;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}

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

.wayLink a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	border-right: 20px;
	text-align: center;
	border: 1px solid #02509b;
}

.proFlex {
	display: block;
}

.wapproFlex {
	display: none;
}

.Party {
	display: block;
}

.wapParty {
	display: none;
}

.wl1 {
	width: 160px;
	color: #fff;
	font-size: 15px;
	background-color: #02509b;
	margin-right: 20px;
}

.wl2 {
	color: #02509b;
	border: 1px solid #02509b;
	font-size: 15px;
	width: 100px;
	text-align: center;
}

.Ability {
	margin-top: -15vw;
	position: relative;
	z-index: 99;
}

.txr {
	margin-bottom: 30px;
}

.Detail {
	padding: 50px 0;
	border-bottom: 1px solid rgb(229, 229, 229);
}
.Detail img{
	height: auto!important;
}
.tail1 {
	text-align: center;
	color: #333333;
	margin-bottom: 25px;
	font-size: 34px;
}

.tail2 {
	line-height: 34px;
	color: #555555;
	font-size: 16px;
}

.w1100 {
	max-width: 1100px;
	margin: auto;
}

.w990 {
	max-width: 990px;
	margin: auto;
}

/* äº§å“ä¸­å¿ƒ-ç¡¬ä»¶ */
.hardWare {
	display: flex;
	align-items: center;
	padding: 60px 0;
}

.hardDesc {
	width: 50%;
	padding-right: 10%;
}

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

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

.hardDesc>p:nth-child(1) {
	font-size: 30px;
	margin-bottom: 30px;
	background-image: -webkit-linear-gradient(rgb(39, 198, 255), rgb(1, 103, 242));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hardDesc>p:nth-child(2) {
	color: #555555;
	font-size: 15px;
	line-height: 35px;
}

/* äº§å“åŠŸèƒ½ */
.Process {
	background: rgb(245, 245, 245);
}

.proSame {
	display: flex;
	align-items: center;
	transition: all 0.5s;
}
.proSame:hover .proImg img {
	transform: scale(1.1);
}
.proSame:hover .pro1{
	color: #02509b;
}
.proDesc {
	width: 50%;
}

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

.proImg img {
	width: 100%;
	float: left;
	transition: all 0.5s;
}

.pro1 {
	text-align: center;
	margin-bottom: 25px;
	color: #333333;
	font-size: 38px;
	transition: all 0.5s;

}

.pro2 {
	margin: auto;
	color: #555555;
	font-size: 18px;
	width: 70%;
	line-height: 36px;
}

.proTit {
	text-align: center;
	padding: 60px 0 40px 0;
	text-align: center;
	font-size: 40px;
	color: #02509b;
}

/* å…šå»ºå·¥ä¼š */
.parSame {
	margin-top: 65px;
	display: flex;
	transition: all 0.5s;
}

.parSame:hover .parDesc::before {
	width: 100%;
}

.parSame:hover .parImg img {
	border-radius: 1pc 2px;
	transform: scale(0.95);
}

.parDesc::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18%;
	width: 0%;
	height: 1px;
	transition: all 0.5s;
	background: #02509b;
	z-index: 99;
}

.parImg {
	overflow: hidden;
	width: 60%;
}

.parImg img {
	float: left;
	width: 100%;
	transition: all 0.5s;
}

.parDesc {
	width: 40%;
	padding: 60px;
	position: relative;
	transition: all 0.5s;
}

.parDesc::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18%;
	width: 100%;
	height: 1px;
	background: rgb(225, 225, 225);
}

.parSame:hover .par1 {
	color: #02509b;
}

.wapParty {
	display: none;
}

.par1 {
	color: #333333;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 35px;
	transition: all 0.5s;
}

.par2 {
	color: #555555;
	font-size: 16px;
	line-height: 30px;
}

.Party {
	padding-bottom: 70px;
}

/* ç¿»é¡µ */
.changePage {
	padding-bottom: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.changePage p span {
	color: ##02509b;
	font-family: 'DIN';
	margin: 0 8px;
}

.changePage a {
	padding: 10px 15px;
	border: 1px solid rgb(229, 229, 229);
	border-radius: 5px;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	color: rgb(51, 51, 51);
	margin-right: 12px;
	transition: all 0.4s;
	border-radius: 4px;
}

.changePage a:hover {
	background: #02509b !important;
	color: #fff;
}

.Report {
	margin-bottom: 25px;
}

.changePage .on {
	background: #02509b !important;
	color: #fff;
}

.getSize {
	cursor: pointer;
	transition: all 0.5s;
}

.pageEnter input {
	font-size: 14px;
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
	padding: 8px 0;
	border: 1px solid rgb(208, 208, 208);
	border-radius: 5px;
	width: 45px;
	text-align: center;
}

.changePage>a:last-child {
	margin-right: 0;
	background: rgb(242, 242, 242);
}

.changePage>a:first-child {
	background: rgb(242, 242, 242);
}

.parMore {
	display: flex;
	align-items: center;
	margin-top: 60px;
	font-size: 16px;
	color: #555555;
	transition: all 0.5s;
	width: 130px;
}

.proIcon {
	display: flex;
	align-items: center;
	width: 28px;
	height: 28px;
	background: #02509b;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: 10px;
	transition: all 0.5s;

}

.parMore span {
	display: inline-block;
	width: 14px;
	height: 10px;
	background: url(../images/arr1.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 99;
	transition: all 0.5s;
}

.parSame:hover .parMore {
	background: #02509b;
	color: #fff;
	border-radius: 25px;
	transition: all 0.5s;
	padding: 6px 12px;
}

.parSame:hover .proIcon span {
	width: 14px;
	height: 10px;
	background: url(../images/arr1.png);
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #02509b;
}

.parSame:hover .proIcon {
	background: #02509b;
	border: 1px solid #fff;
}

/* è§£å†³æ–¹æ¡ˆBanner */
.sideBanner {
	position: relative;
	overflow: hidden;
}

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

.solveWord {
	width: 55%;
	position: absolute;
	top: 22%;
}

.vo1 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 1vw;
}

.vo2 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 3vw;
}

.solveMore {
	width: 150px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 6px;
	color: #333333;
	font-size: 15px;
	position: relative;
	transition: all 0.5s;
}

.solveMore::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	bottom: 0;
	width: 0;
	border-radius: 5px;
	transition: all 0.5s;
	background: #02509b;
}

.solveMore .re1 {
	position: relative;
	z-index: 99;
	transition: all 0.5s;
}

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

.solveWord {
	transition: all 0.4s;
}

.banner .swiper-slide {
	cursor: pointer;
}

.banner .swiper-slide:hover .solveMore::after {
	width: 100%;
}

.banner .swiper-slide:hover .re1 {
	color: #fff;
}

.banner .swiper-slide:hover .re2 {
	margin-left: 15px;
	display: inline-block;
	width: 14px;
	height: 10px;
	background: url(../images/arr1.png);
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
	position: relative;
	z-index: 99;
}

.banner {
	position: relative;
}

/* è¡Œä¸šç—›ç‚¹ */
.Pain {
	background-image: url(../images/white.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 70px;
}

.painTit {
	font-size: 40px;
	color: #333333;
	padding: 65px 0 60px 0;
	text-align: center;
}

.painFlex {
	display: flex;
}

.painFlex>div:nth-child(4) {
	margin-right: 0;
}

.painSame {
	margin-right: 4%;
	border-radius: 4px;
	background: #fff;
	box-shadow: 1px 1px 10px 1px rgb(232, 238, 252);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 35px 30px;
	width: 22%;
	transition: all 0.5s;
	cursor: pointer;
}
.painSame:hover{
	box-shadow: 1px 1px 10px 1px rgb(202, 208, 252);
	transform: translateX(10px);
}
.dealPart,.dealPart img{
	transition: all 0.5s;
	cursor: pointer;
}

.dealPart:hover img{
	transform: scale(1.05);
}
.dealPart:hover .de3{
	height: auto;
}
.dealPart:hover .dealWord{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
}
.de3,.dealWord,.dealPart{
	transition: all 0.5s;
}
.dealWord{
	background: #fff;
}
.pa1 {
	font-family: BIN;
	font-size: 40px;
	color: #fff;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 35px;
	padding-top: 10px;
}

.pa2 {
	color: #00aeef;
	font-weight: 600;
	margin-bottom: 20px;
	font-size:18px;
}

.pa3 {
	color: #555555;
	font-size: 15px;
	line-height: 30px;
}

.painFlex>div:nth-child(odd) .pa1 {
	background: #02509b;
}

.painFlex>div:nth-child(even) .pa1 {
	background: #00aeef;
}

.painFlex>div:nth-child(odd) .pa2 {
	color: #02509b;
}

.painFlex>div:nth-child(even) .pa2 {
	color: #00aeef;
}

/* æ™ºæ…§å›­åŒºè§£å†³æ–¹æ¡ˆ */
.Deal {
	background-image: url(../images/scbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 70px;
	height: 390px;
}

.dealTit {
	font-size: 40px;
	color: #fff;
	padding: 55px 0 55px 0;
	text-align: center;
}

.useTit {
	font-size: 40px;
	color: #333333;
	padding: 30px 0 40px 0;
	text-align: center;
}

.dealFlex {
	display: flex;
	flex-wrap: wrap;
	margin-top: -210px;
}

.dealFlex>ul:nth-child(4n+4) {
	margin-right: 0;
}

.dealPart {
	margin-right: 3%;
	margin-bottom: 3%;
	width: 22.7%;
	border-radius: 0;
	background: #fff;
	position: relative;
	border-radius: 10px;
}

.de1 {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.de1 img {
	width: 100%;
	float: left;
	height: 210px;

}

.dealWord {
	padding: 35px 25px;
	border-radius: 0 0 10px 10px;
	box-shadow: 1px 1px 15px 1px rgb(235 235 235);
	min-height: 190px;
	position: relative;
}

.de2 {
	color: #02509b;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
	font-size: 24px;
}

.de3 {
	color: #555555;
	line-height: 28px;
	font-size: 15px;
	height: 80px;
	overflow: hidden;
	position: absolute;
	left: 25px;
	right: 25px;
}

.Use {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}

.Use a {
	font-size: 18px;
	background: rgb(229, 237, 245);
	height: 58px;
	line-height: 58px;
	color: rgb(26, 31, 79);
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0 30px;
	transition: all 0.3s;
}

.Use a:hover {
	background: #02509b;
	color: #fff;
}

/* ä½ç½® */
.localAt {
	padding: 35px 0;
	display: flex;
	align-items: center;
}

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

.localAt p,
.localAt a {
	margin: 0 3px;
	transition: all 0.4s;
	font-size: 16px;
	color: #333333;
}

.localAt a:hover {
	color: #02509b;
}

.Infor {
	padding: 35px 0 0px 0;
}

.Infor .swiper-wrapper {
	padding-bottom: 110px;
}

.inforFlex {
	display: flex;
}

.inforDesc {
	width: 50%;
}

.inforPic {
	width: 45%;
	margin-left: 5%;
	overflow: hidden;
}

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

.in1 {
	color: #333333;
	font-size: 34px;
	margin-bottom: 1.5vw;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 48px;
}

.in2 {
	color: #555555;
	font-size: 18px;
	margin-bottom: 3vw;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 36px;
}

.in3 {
	display: inline-block;
	width: 180px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: #333333;
	font-size: 18px;
	border: 1px solid rgb(170, 170, 170);
	transition: all 0.5s;
}
.in3:hover{
	    color: #fff;
	    background: rgb(2, 81, 155);
}
.pt90 {
	padding-top: 90px;
}

.Infor .swiper-slide {
	padding: 0 70px;
}

.Infor .swiper-button-prev:after {
	content: '';
	background: url(../images/arrow1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 43px;
	height: 84px;
}

.Infor .swiper-button-next:after {
	content: '';
	background: url(../images/arrow2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 43px;
	height: 84px;
}

.Infor {
	position: relative;
}

.Infor .swiper-button-prev {
	left: -33px;
}

.Infor .swiper-button-next {
	right: -33px;
}

.Infor .swiper-pagination-bullet {
	width: 55px;
	height: 5px;
	border-radius: 0;
}

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

.Infor .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 45px;
}

.bg-grey {
	background: rgb(245, 245, 245);
	padding-top: 55px;
	padding-bottom: 55px;
}

.reportBox {
	background: #fff;
	padding: 0 55px;
}

.portFlex {
	padding: 55px 0 45px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.portTit a {
	display: inline-block;
	width: 220px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-right: 5px;
	color: #333333;
	font-size: 16px;
	background: rgb(245, 245, 245);
	transition: all 0.5s;
}
.portTit a:hover{
	color: #fff;
	background: rgb(2, 81, 155);
}
.portTit .on {
	color: #fff;
	background: rgb(2, 81, 155);
}

.portPut {
	width: 280px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	border: 1px solid rgb(225, 225, 225);
}

.portPut input {
	color: #333333;
	font-size: 15px;
	height: 48px;
	letter-spacing: 1px;
}

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

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

.protSame {
	width: 31.6%;
	margin-right: 2.5%;
	transition: all 0.5s;
}
.protSame:hover img{
	transform: scale(1.1);
}
.protSame:hover .pot1{
	color: rgb(2, 81, 155);
}
.portImg {
	overflow: hidden;
}

.portImg img {
	width: 100%;
	float: left;
	transition: all 0.5s;
}

.portDesc {
	padding: 20px 0 35px 0;
}

.pot1 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
	line-height: 34px;
	transition: all 0.5s;
}

.potDate span {
	color: #999999;
	font-size: 16px;
	display: inline-block;
	padding: 0 13px;
	line-height: 16px;
}

.potDate span:first-child {
	border-right: 1px solid rgb(153, 153, 153);
	padding-left: 0;
}
.Top {
	cursor: pointer;
}
/* æ–°é—»è¯¦æƒ…é¡µ */
.newsTop {
	background: rgb(245, 245, 245);
}

.newsTit {
	padding-bottom: 35px;
}

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

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

.nt2 p {
	font-size: 16px;
	color: #999999;
	padding: 0 25px;
	line-height: 15px;
}

.nt2 p:first-child {
	border-right: 1px solid rgb(153, 153, 153);
}

.newsContent {
	margin-top: 45px;
	margin-bottom: 30px;
}
.newsContent section,
.newsContent span,
.newsContent div,
.newsContent p {
	font-size: 18px;
	margin-bottom: 30px;
	color: rgb(51, 51, 51);
	line-height: 32px;
}

.tailBottom {
	padding: 50px 0 35px 0;
	border-top: 2px solid #02509b;
	border-bottom: 2px solid #02509b;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

.tailLink a {
	font-size: 16px;
	color: rgb(102, 102, 102);
	margin-bottom: 20px;
	transition: all 0.4s;
}

.tailLink .on {
	color: #02509b;
	text-shadow: 1px 0 0 #02509b;
}

.tailLink a:hover {
	color: #02509b;
	text-shadow: 1px 0 0 #02509b;
	transform: translateY(5px);
}

.cateTit {
	text-align: center;
	font-size: 32px;
	color: rgb(51, 51, 51);
	font-weight: 600;
	padding: 45px 0 35px 0;
}

/* è¡Œä¸šç®—æ³• */
.Wis .gallery-thumbs .swiper-slide {
	transition: all 0.5s;
	cursor: pointer;
}

.Wis .gallery-thumbs .swiper-slide-thumb-active .wisName {
	color: #2664c6;
}

.Wis .gallery-thumbs .swiper-slide-thumb-active .wisTop::after {
	width: 50%;
}

.Wis .gallery-thumbs .swiper-slide:hover .wisTop::after {
	width: 50%;
}

.Wis .gallery-thumbs .swiper-slide:hover .wisName {
	color: #2664c6;
}

.wisIcon {
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	display: flex;
}

.wisIcon img {
	transition: all 0.5s;
}

.Wis .gallery-thumbs .swiper-slide:hover .wisIcon img {
	margin-top: -60px;
}

.wisTop {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.8s;
}

.wisTop::after {
	content: '';
	position: absolute;
	left: 25%;
	right: 25%;
	bottom: -25px;
	height: 4px;
	width: 0%;
	background: #2664c6;
	transition: all 0.6s;
}


.wisIcon {
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	display: block;
	width: auto;
	height: 60px;
	line-height: 0;
	overflow: hidden;
}

.Wis .gallery-thumbs .swiper-slide-thumb-active .wisIcon img {
	margin-top: -60px;
}

.Wis .gallery-thumbs {
	padding-bottom: 35px;
	border-bottom: 1px solid rgb(230, 230, 230);
}

.wisName {
	font-size: 20px;
	color: rgb(51, 51, 51);
	margin-top: 23px;
	letter-spacing: 1px;
}

.Wis .gallery-top {
	margin-top: 55px;
}

.Algor {
	display: flex;
}

.algorImg {
	width: 52%;
	overflow: hidden;
}

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

.algorDesc {
	width: 48%;
	padding: 20px 45px;
	position: relative;
}

.alg1 {
	font-size: 24px;
	color: rgb(51, 51, 51);
	margin-bottom: 30px;
}

.alg2 {
	font-size: 16px;
	color: rgb(136, 136, 136);
	line-height: 36px;
}

.alg3 {
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	background: rgb(2, 81, 155);
	position: absolute;
	bottom: 20px;
	left: 45px;
}
.algMore{
	position: relative;
	z-index: 99;
}

/* äº§å“ä¸­å¿ƒ */
.Product {
	display: flex;
}

.Product>div {
	width: 33.3%;
	background: rgb(250, 250, 250);
	padding: 60px 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.Product>div:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(2,80,155,.9);
    z-index: 1;
    transition: .8s;
}
.Product>div:hover:before{ width:100%; right:auto; left:0;}

.Product>div:nth-child(2) {
	background: rgb(245, 245, 245);
}
.Product>div:hover .duct1,
.Product>div:hover .duct2,
.Product>div:hover .ductWord p{
	color: #fff;
}
.Product>div:hover .ductImg img{
	transform: scale(1.15);
}
.Product>div:hover .ductImg{
	border-radius:3pc 8px ;
}

.duct1 {
	text-transform: uppercase;
	color: #333333;
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
	z-index: 99;
	transition: all 0.6s;
}

.duct2 {
	font-size: 40px;
	color: #333333;
	margin-bottom: 25px;
	position: relative;
	z-index: 99;
	transition: all 0.6s;
}

.ductWord p {
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #888888;
	position: relative;
	z-index: 99;
	transition: all 0.6s;
}

.ductImg {
	overflow: hidden;
	position: relative;
	z-index: 99;
	transition: all 1s;
}

.ductImg img {
	float: left;
	width: 100%;
	transition: all 1s;
}

.ductA {
	width: 250px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 25px;
	background: #fff;
	font-size: 18px;
	color: rgb(51, 51, 51);
	margin-top: 35px;
	position: relative;
	z-index: 99;
	transition: all 0.6s;
}

.ductWord {
	margin-bottom: 0;
	min-height: 140px;
}

.Point {
	background: url(../images/point.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 150px;
}

.pubwTit {
	padding-top: 90px;
	padding-bottom: 230px;
}

.pubw1 {
	text-transform: uppercase;
	font-size: 40px;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
}

.pubw2 {
	margin: 20px auto;
	width: 60px;
	height: 4px;
	background: rgb(146, 162, 176);
}

.pubw3 {
	font-size: 50px;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
}

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

.poSame {
	/* width: 20%; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.7s;
	padding: 0 5vw;
}
.poSame:hover{
	transform: translateY(-15px);
}
.poSame:hover img{
	transform: rotateY(360deg);
}
.poSame img{
	transition: all 0.6s;
}

.poSame>p:nth-child(1) {
	height: 75px;
}

.poSame>p:nth-child(2) {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.9);
	margin-top: 25px;
	text-align: center;
}

.backTo {
	display: inline-block;
	width: 150px;
	text-align: center;
	font-size: 18px;
	color: rgb(51, 51, 51);
	height: 47px;
	line-height: 47px;
	margin: 0px;
	border-radius: 30px;
}

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

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

.backTo .t {
	padding: 0px 15px;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #02509b;
	left: 0px;
	display: flex;
	justify-content: center;
	color: #fff;
	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-left: 15px;
	position: relative;
	top: -2px;
}
.sub-item{
	display: none;
	padding: 0 30px;
}
.sub-item a{
	font-size: 15px;
	color: rgba(255,255,255,0.9)!important;
	padding: 8px 12%;
	display: block;
}

.index-nav li:hover .side{ display: block;}
.index-nav li .side{position: absolute; left: 50%; top:92px; transform: translateX(-50%); display: none; }
.index-nav li .warpBox{width: 1080px; background: #fff; border-radius:3px; box-shadow: 0 0 10px rgba(0,0,0,0.2); padding: 20px 0;  overflow: hidden; }
.index-nav li .warpBox2{ width: 680px;background: #fff; border-radius:3px; box-shadow: 0 0 10px rgba(0,0,0,0.2); padding: 20px 0;  overflow: hidden; }
.index-nav li .warpBox3{background: #fff; border-radius:5px; box-shadow: 0 0 10px rgba(0,0,0,0.2); padding: 20px 0; overflow: hidden;}
.index-nav li .side .arrow{ margin: 0 auto; width: 16px; height: 7px; background: url(../images/arrow.png); background-size:100% 100% ;}
.index-nav li .warpBoxNr dl{width: 33.3%; padding: 0 28px; float: left;}
.index-nav li .warpBoxNr dl h2{ height: 40px; width: 100%; line-height: 40px; border-bottom: 1px solid #dfe2e8; font-size: 14px; color: #2d2e31;}
.index-nav li .warpBoxNr.warpBox3 dl{ width: 145px; padding: 0;}
.index-nav li .warpBoxNr.warpBox3 dl dd{ text-align: center;}
.index-nav li .warpBoxNr.warpBox3 dl dd:first-child{ padding-top: 0;}
.index-nav li .warpBoxNr dl dd{ padding-top: 20px; line-height: 14px;}
.index-nav li .warpBoxNr dl dd a{font-size: 13px; color: #404247;}
.index-nav li .warpBoxNr dl dd a:hover{ color: #02509b;}
.warpBox2  h2{
	transition: all 0.3s;
}
.warpBox2  h2:hover{
	color: #02509b!important;
}


.topFix{
	position: fixed;
	left: 0;
	right: 0;
	top: 90px;
	z-index: 999999;
	display: none; 
	cursor: pointer;
	/* height: 100vh; */
}
.headbg {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: -1;
}
.topNav{
	display: flex;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	border-top:none;
}
.tran100{
	height: 100%;
}
.topSwtich{
	width: 20%;
	background: rgb(1,80,155);
	padding: 50px 30px;
}
.topSwtich p{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 20px;
	color: #fff;
	margin-bottom: 40px;
}
.swtichAll{
	width: 80%;
}
.swtichFlex{
	background: #fff;
	padding: 45px 25px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.swtichPart{
	width: 20%;
	/* padding-right: 5%; */
	/* margin-bottom: 25px; */
	text-align: left;
}
.swtichPart p{
	font-size: 20px;
	color: #333333;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(229,229,229);
	margin-bottom: 25px;
	font-weight: 600;
}
.swtichPart a{
	font-size: 14px;
	color: #666666;
	margin-bottom: 20px;
	transition: all 0.4s;
	display: block;
	padding-bottom: 2px;
}
.swtichPart a:hover{
	color:rgb(1,80,155);
	text-decoration: underline;
}
.swtichPart .on{
	color:rgb(1,80,155);
	text-decoration: underline;
}
.topSwtich p img{
	width: 5%;
	opacity: 0;
}
.topSwtich .on img{
	opacity: 1;
}
.op1{
	opacity: 1;
}
.add:hover .topFix{
	display: block;
}
.add:hover .headbg{
	display: block;
}
.swtich2 {
	padding: 45px 40px ;
}
.swtich2 .swtichPart {
	padding-right: 5%;
	text-align: center;
}
.b3{
	display: none;
}
table td{
	padding: 10px 0;
}
.inWord{
	color: #fff;
	font-size: 2.4vw;
	position: absolute;
	text-align: center;
	top: 20%;
	width: 100%;
}
.Wis .gallery-thumbs {
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(230, 230, 230);
}
.Wis .gallery-top {
    margin-top:40px;
}