/* CSS Reset */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,400,500,600,700,800|Nunito:300,400,600,700,800");

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
textarea,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img,
button {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
}

body {
	font-size: 16px;
	line-height: 1.6em;
	position: relative;
	overflow-x: hidden;
	color: #000;
	margin: 0 auto;
}

table {
    border-collapse: collapse;
    display: table;
}
td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

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

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

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

input,
textarea {
	outline: none;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #234cad;
	text-decoration: none;
}

a:active {
	color: #000;
}

a:focus {
	outline: 0px dotted;
}

a:focus,
input:focus {
	-moz-outline-style: none;
}

::selection {
	background: #234cad;
	color: #fff;
}

::-moz-selection {
	background: #234cad;
	color: #fff;
}

::-webkit-selection {
	background: #234cad;
	color: #fff;
}

.wrap{
	margin: 0 10%;
}

.w1440 {
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 1440px;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.head {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
	z-index: 2000;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.head.head-black {}

.head-infos {
	height: 100%;
}

.head:after {}

.head:hover {
	background: rgba(0, 0, 0, .7);
}

.head.shrink {
	height: 70px;
	background: rgba(0, 0, 0, .7);
}

.head.shrink .logo {
	top: 16px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.head.shrink .logo img {
	height: 38px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.head.shrink .menu ul li ul li a {
	line-height: 20px;
}

.head.shrink .menu ul li .drop-menu {
	top: 70px;
}

.head.shrink .head-lang,
.head.shrink .menu ul li {
	line-height: 70px;
}

.head.shrink .head-search {
	top: 20px;
}

.head.shrink .search {
	height: 70px;
	line-height: 70px;
}

.head.shrink:hover {
	background: rgba(0, 0, 0, .7);
}


.logo {
	position: absolute;
	left: 10%;
	top: 22px;
	z-index: 2;
	
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.logo a{
	display: block;
}

.logo img {
	height: 46px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.head-lang {
	position: absolute;
	right: 90px;
	top: 0px;
	line-height: 90px;
	color: #fff;
	font-size: 16px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.head-lang a i {
	padding-right: 10px;
}

.head-lang a {
	color: #fff;
}

.head-search {
	position: absolute;
	right: 10%;
	top: 30px;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.head-search a {
	cursor: pointer;
	font-size: 18px;
	color: #fff;
}

.search {
	position: fixed;
	left: 0px;
	top: 0px;
	text-align: center;
	background: rgba(0, 0, 0, .8);
	height: 100%;
	width: 100%;
	z-index: 3000;
	display: none;
}

.search-tab {
	position: absolute;
	left: 50%;
	margin-left: -155px;
	margin-top: -30px;
	top: 50%;
	display: flex;
	width: 310px;
	background: #fff;
	border-radius: 10px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	box-shadow: #000 0px 0px 20px;
}

.search .search-txt {
	margin-left: 15px;
}

.search .search-txt input {
	border: none;
	height: 30px;
	line-height: 30px;
	width: 240px;
}

.search .search-btn {
	width: 30px;
	height: 60px;
	margin-left: 15px;
	position: relative;
	color: #fff;
}

.search .search-btn i {
	font-size: 22px;
	cursor: pointer;
	width: 30px;
	color: #000;
}

.search .search-btn i:before {
	position: absolute;
	left: 0px;
	top: 0px;
}

.search_close {
	font-size: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 115px;
	margin-top: -70px;
	color: #fff;
	cursor: pointer;
	z-index: 100;
}

.search_close:hover {
	color: #234cad;
}


.menu {
	text-align: center;
	padding-left: 110px;
}

.menu ul {
	display: inline-block;
}

.menu ul li {
	float: left;
	position: relative;
	line-height: 90px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.menu ul li:nth-child(3) {
	position: inherit;
}

.menu ul li a {
	display: block;
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	z-index: 2;
	margin: 0px 30px;
}

.menu ul li a.hasMenu:after {
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: normal;
	content: "\eb8b";
	font-family: "iconfont" !important;
	font-size: 24px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.menu ul li a.hasMenu {
	padding-right: 25px;
}

.menu ul li.hover a.hasMenu:after {
	transform: rotate(180deg);
}

.menu ul li.hover a {
	color: #234cad;
}

.menu ul li.hover ul li a {
	color: #000;
}

.menu ul li a:hover {
	color: #234cad;
}

.menu ul li .drop-menu {
	position: absolute;
	min-width: 140px;
	left: 0px;
	top: 90px;
	background: rgba(255, 255, 255, .8);
	border: 1px solid #eee;
	padding: 5px 0px;
	display: none;
}

.menu ul li .drop-menu.drop-menu-pro {
	width: 80%;
	background: rgba(255, 255, 255, 1);
	padding: 30px 10%;
}

.menu ul li ul {
	display: block;
}

.menu ul li ul li {
	float: none;
	position: relative;
}

.menu ul li ul li ul {
	position: absolute;
	left: 160px;
	top: 0px;
	padding: 0px;
	min-width: 160px;
	border: 1px solid #ededed;
}

.menu ul li ul li a {
	line-height: 20px;
	margin: 0px;
	padding: 12px 0px;
	color: #000;
	display: block;
	font-weight: normal;
	font-size: 14px;
}

.menu ul li ul li a:hover {
	background: #f0f4fa;
	color: #234cad;
}

.menu ul li ul li a:after {
	display: none;
}

.menu ul li ul li:nth-child(2) {
	position: relative;
}

.menu ul li ul li ul li a {
	background: #fff !important;
}

.menu ul li ul li ul li a:hover {
	background: #f0f4fa !important;
}


.pmenu {
	display: none;
}

.menu ul li ul.menu-pro {
	display: flex;
	justify-content: center;
	padding: 0 10%;
}

.menu ul li ul.menu-pro li {
	margin-left: 15px;
}

.menu ul li ul.menu-pro li h4 {
	margin-top: 10px;
}

.menu ul li ul.menu-pro li img {
	width: 200px;
	height: 140px;
}

.menu ul li ul.menu-pro li a:hover {
	background: none;
}

.menu ul li ul.menu-pro li p {
	line-height: 20px;
	text-align: left;
}

.menu ul li ul.menu-pro li p a {
	line-height: 20px;
	font-size: 16px;
	padding: 6px 0px;
	color: #000;
}

.menu ul li ul.menu-pro li p a:hover {
	color: #234cad;
}

.menu ul li ul.menu-pro li .menu-class a img {
	transition: 0.8s all;
	-webkit-transition: 0.8s all;
	-o-transition: 0.8s all;
	-moz-transition: 0.8s all;
	-ms-transition: 0.8s all;
}

.menu ul li ul.menu-pro li .menu-class a:hover img {
	transform: scale(0.95, 0.95);
}


.more {}

.more a {
	height: 44px;
	line-height: 44px;
	border: 4px solid #000;
	padding-left: 20px;
	padding-right: 50px;
	border-radius: 30px;
	color: #000;
	display: inline-block;
	position: relative;
}

.more a i {
	position: absolute;
	content: "";
	right: 0px;
	top: 0px;
	font-size: 26px;
}

.more a i:after {
	content: "";
	position: absolute;
	right: 8px;
	top: 8px;
	height: 30px;
	width: 30px;
	background: #0166ef;
	border-radius: 50%;
	z-index: 10;
}

.more a i:before {
	position: absolute;
	z-index: 20;
	color: #fff;
	right: 10px;
	top: 2px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.more a:hover {
	color: #0166ef;
	border: 4px solid #0051be;
}

.more a:hover i:after {
	color: #fff;
}

.more a:hover i:before {
	color: #fff;
}




.banner {
	height: 100vh;
	position: relative;
}

#glume {
	width: 100%;
	position: relative;
	height: 100%;
	;
	background-color: #f3f3f3;
}

#glume .Limg {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#glume .Limg li {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	list-style: none;
}

#glume .Limg li .pic {
	height: 100vh;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

#glume .Limg li.active .pic {
	animation-name: fd;
	animation-duration: 3s;
}

#glume .w1440 {
	height: 100vh;
}

#glume .Limg li .ban-txt {
	position: absolute;
	left: 20%;
	top: calc(50% - 180px);
	min-height: 200px;
	width: 60%;
	z-index: 100;
	display: none;
	text-align: center;
}

#glume .Limg li.active .ban-txt {
	display: block;
}

#glume .ban-txt em {
	font-style: normal;
	font-size: 20px;
	line-height: 1.2em;
	color: #fff;
}

#glume .ban-txt h4 {
	font-size: 42px;
	line-height: 1.6em;
	color: #fff;
	margin: 60px 0px 20px 0px;
}

#glume .ban-txt p {
	color: #fff;
	font-size: 36px;
	margin-top: 50px;
	line-height: 1.2em;
}

#glume .ban-img {
	position: absolute;
	bottom: -30px;
	right: 0px;
}

.ban-more {
	margin-top: 60px;
}

.ban-more a {
	height: 52px;
	line-height: 52px;
	border: 3px solid #fff;
	border-radius: 30px;
	padding: 0px 38px;
	color: #fff;
	display: inline-block;
	position: relative;
	margin: 0px 10px;
}


.ban-more a:hover {
	color: #fff;
	border: 3px solid #fff;
}

.ban-more a:nth-child(2):hover {
	background: #a87e1a;
	color: #fff;
}


.ban-more a:nth-child(2) {
	background-color: #ad8423;
	border: 3px solid #ad8423;
}

.glow-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,
			transparent,
			rgba(255, 255, 255, 0.5),
			transparent);
	transform: translateX(-100%);
	transition: transform 0.6s;
}

.glow-button:hover::before {
	transform: translateX(100%);
}

.glow-button {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	transition: background 0.3s;
}

.nextpage{
	position:absolute;
	left:0px;
	bottom:40px;
	height:23px;
	width:100%;		
	z-index:1100;

}

.nextpage a{
	position: absolute;
	cursor:pointer;
	left: 50%;
	bottom: 0px;
	z-index: 9;
	width: 80px;
	height: 23px;
	margin-left: -40px;
	cursor: pointer;
	-webkit-animation: boun 1s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;
	animation: boun 1s cubic-bezier(0.30, 2.40, 0.85, 2.50) infinite;
	
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;

}

.nextpage a i{ font-size: 36px; color: #fff;}

@-webkit-keyframes boun {
  from, to {
	-webkit-transform: translateY(2px) ;
			transform: translateY(2px) ;
  }
  80% {
	-webkit-transform: translateY(5px) ;
			transform: translateY(5px) ;
  }
}
@keyframes boun {
  from, to {
	-webkit-transform: translateY(2px) ;
			transform: translateY(2px) ;
  }
  80% {
	-webkit-transform: translateY(5px) ;
			transform: translateY(5px) ;
  }
}


@keyframes fd {
	0% {
		transform: scale(1.05, 1.05);
	}

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


.banner_btn {
	position: absolute;
	right: 10%;
	bottom: 80px;
	width: 300px;
	z-index: 20;
}

.banner_btn .Nubbt {
	text-align: right;
	width: 100%;
	display: block;
}

.banner_btn .Nubbt span {
	display: inline-block;
	font-style: normal;
	padding-left: 35px;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	position: relative;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	opacity: 0.6;
}

.banner_btn .Nubbt span:hover {
	opacity: 1;
}

.banner_btn .Nubbt span.on {
	opacity: 1;
	font-size: 24px;
}

.banner_btn .Nubbt span.on:after {
	content: "";
	position: absolute;
	left: 15px;
	top: 8px;
	height: 5px;
	width: 15px;
	background: #0166ef;
	border-radius: 2px;
}



.container {
	width: 100%;
	overflow: hidden;
}

.i-proclass{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap:20px;
	margin: 20px 0px;
}
.i-proclass-item{
	width: calc(50% - 10px);
	overflow: hidden;
}
.i-proclass-item a{
	display: block;
	position: relative;
}
.i-proclass-item .item-img{
	width: 100%;
	height: 620px;
	display: flex;
	align-items: center;
}
.i-proclass-item .item-img img{
	width: 100%;
	height: auto;
}
.i-proclass-item .item-txt{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 90%;
	height: 90px;
	line-height: 90px;
	background: rgba(255,255,255,0.5);
	display: flex;
	padding: 0 5%;
}
.i-proclass-item .item-txt i{
	font-size: 20px;
	padding-right: 15px;
}
.i-proclass-item .item-txt h2{
	font-size: 18px;
	font-weight: bold;
}

.i-proclass-item a img {
	width: 100%;
	transform: scale(1.05, 1.05);
	height: auto;
	transition: 0.8s all;
	-webkit-transition: 0.8s all;
	-o-transition: 0.8s all;
	-moz-transition: 0.8s all;
	-ms-transition: 0.8s all;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.i-proclass-item a:hover img {
	transform: scale(1, 1);
}


.i-about {
}

.i-about-txt {
	margin: 100px 10%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.i-about-txt p {
	font-size: 20px;
	width: 75%;
	line-height: 1.8em;
}

.i-about-more a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border:4px solid #234cad;
	text-align: center;
	background: #234cad;
	color: #fff;
}

.i-about-more i{
	font-size: 32px;
	font-weight: bold;
}

.i-about-video {
	width: 100%;
	height: 680px;
	position: relative;
}

.i-about-video video {
	width: 100%;
	height: 680px;
	background-color: #eee;
}

.i-video-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 680px;
	background-image: url(../images/video_bg.jpg);
	background-color: #eee;
	background-size: cover;
	z-index: 10;
}

.i-video-bg::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 12;
}

.i-video-bg i {
	font-size: 80px;
	color: #fff;
	display: block;
	height: 80px;
	line-height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	z-index: 20;
	cursor: pointer;
}







/**********新闻********/
.i-news {
	padding: 110px 10%;
	position: relative;
}

.i-news-tit {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

.i-news-ico {
	position: absolute;
	right: -80px;
	bottom: -100px;
	opacity: 0.6;
	z-index: 10;
	transform: rotate(200deg);
}

.i-news-ico img {
	width: 210px;
	height: auto;
}

.i-news-list {
	margin-top: 80px;
	position: relative;
}

.i-news-item {}

.i-news-img {
	width: 100%;
	height: 320px;
	overflow: hidden;
	position: relative;
}

.i-news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.i-news-item a:hover .i-news-img img {
	transform: scale(1.05, 1.05);
}

.i-news-img span{
	display: block;
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
}

.i-news-para {
	padding-top: 30px;
}

.i-news-para h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.i-news-para p {
	margin-top: 20px;
	color: #999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.i-news-more {
	margin-top: 50px;
	text-align: center;
}
.i-news-more a {
	display: block;
	height: 52px;
	line-height: 52px;
	border: 3px solid #003d8f;
	border-radius: 30px;
	padding: 0px 38px;
	color: #003d8f;
	display: inline-block;
	position: relative;
}
.i-news-more a:hover{
	background-color: #003d8f;
	color: #fff;
}

.i-news-list .swiper-button-next1 {
	position: absolute;
	right: -60px;
	top: 200px;
	height: 40px;
	width: 40px;
	overflow: hidden;
}

.i-news-list .swiper-button-prev1 {
	position: absolute;
	left: -60px;
	top: 200px;
	height: 40px;
	width: 40px;
	overflow: hidden;
}

.i-news-list .swiper-button-prev1:after {
	content: "\eb92";
}

.i-news-list .swiper-button-next1:after {
	content: "\eb94";
}

.i-news-list .swiper-button-next1:after,
.i-news-list .swiper-button-prev1:after {
	font-size: 40px;
	font-family: "iconfont" !important;
	color: #bcbcbc;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.i-news-list .swiper-button-prev1:hover:after,
.i-news-list .swiper-button-next1:hover:after {
	color: #0166ef;
}



/**********customer********/
.i-customer {
	padding: 110px 10%;
}

.i-customer-tit {
}

.i-customer-tit h4 {
	font-size: 20px;
	color: #0166ef;
	padding-bottom: 10px;
}

.i-customer-img {
	background-image: url(../images/say_img.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	padding: 200px 0px;
}


/**********chooseUs********/
.i-chooseUs {
	padding: 100px 10%;
}

.i-chooseUs-tit {
}

.i-chooseUs-tit h2 {
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 40px;
	line-height: 1.6em;
}
.i-chooseUs-tit h6{
	color: #666;
}

.i-chooseUs-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.i-chooseUs-infos{
	padding-right: 40px;
	width: calc(50% - 40px);
}

.i-chooseUs-img{
	width: 50%;
}
.i-chooseUs-items{
	margin-top: 40px;
}
.i-chooseUs-items ul li{
	margin-top: 30px;
	display: flex;
	gap: 15px;
	align-items: center;
}
.i-chooseUs-items ul li i{
	background-color: #003d8f;
	color: #fff;
	display: block;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
}
.i-chooseUs-items ul li h4{
	font-size: 16px;
}
.i-chooseUs-items ul li p{
	color: #666;
	font-size: 14px;
}

.i-chooseUs-item-img {}

.i-chooseUs-item .i-chooseUs-item-img img {
	height: 100%;
	transform: scale(1.05, 1.05);
	object-fit: cover;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.i-chooseUs-item:hover .i-chooseUs-item-img img {
	transform: scale(1, 1);
}

.i-chooseUs-item-tit {
	position: absolute;
	bottom: 15px;
	left: 0px;
	padding: 0 5%;
	width: 90%;
	z-index: 10;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-align: center;
}

.i-chooseUs-item a {
	display: block;
	color: #fff;
}

.i-chooseUs-item a:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, .5);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.i-chooseUs-item a:hover:after {
	height: 100%;
	background: rgba(0, 0, 0, .7);
}

.i-chooseUs-item a:hover .i-chooseUs-item-tit {
	font-size: 18px;
	bottom: calc(50% - 10px);
	text-align: center;
}

.i-chooseUs-more {
	padding-top: 60px;
}

.i-chooseUs-more a {
	display: block;
	
	height: 52px;
	line-height: 52px;
	border: 3px solid #ad8423;
	background-color: #ad8423;
	border-radius: 30px;
	padding: 0px 38px;
	color: #fff;
	display: inline-block;
	position: relative;
}


.i-chooseUs-more a:hover {
}

.i-app{
	background-color: #f3f3f3;
	padding: 20px 0px;
}
.app-item{
	position: relative;
	background-color: #000;
}
.app-item a{
	display: block;
}
.i-app-img{
	width: 100%;
	overflow: hidden;
}
.i-app-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.i-app-para{
	position: absolute;
	left: 5%;
	top: 5%;
	width: 40%;
}
.i-app-para h4{
	font-weight: bold;
	font-size: 30px;
	line-height: 1.6em;
	padding-bottom: 30px;
}
.app-more{
	margin-top: 40px;
	height: 46px;
	line-height: 46px;
	border: 3px solid #000;
	border-radius: 30px;
	padding: 0px 34px;
	color: #000;
	display: inline-block;
	position: relative;
}
.i-app .swiper-slide-prev a,.i-app .swiper-slide-next a{
	opacity: 0.6;
}

.i-app .swiper-button-next{
	right: 40px;
}

.i-app .swiper-button-prev{
	left: 40px;
}



/**********合作伙伴********/
.i-equipment {
	padding: 110px 10%;
	background-image: url(../images/eq_bg.jpg);
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.i-equipment-tit{
	font-size: 36px;
    padding-bottom: 40px;
    line-height: 1.6em;
	color: #fff;
	font-weight: bold;
}
.i-equipment-tit span{
	display: block;
	font-size: 14px;
	padding-right: 40%;
	line-height: 24px;
	color: #999;
	padding-top: 20px;
	font-weight: normal;
}
.i-equipment-list{
	position: relative;
}
.i-eq-info{
	text-align: center;
	color: #fff;
}
.i-eq-info span{
	display: block;
	padding-top: 20px;
}
.i-eq-img{
	overflow: hidden;
}
.i-eq-img img{
	width: 100%;
	height: auto;
}
.swiper-button-next2{
	position: absolute;
	right: 30px;
	top: calc(50% - 20px);
	z-index: 100;
}
.swiper-button-prev2{
	position: absolute;
	left: 30px;
	top: calc(50% - 20px);
	z-index: 100;
}
.swiper-button-next2 i,.swiper-button-prev2 i{
	font-size: 50px;
	color: #fff;
	opacity: 0.5;
	cursor: pointer;
}
.swiper-button-next2:hover i,.swiper-button-prev2:hover i{
	opacity: 1;
}




.foot {
	padding: 100px 10%;
	background: #000;
	overflow: hidden;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot a {
	color: #fff;
}

.foot a:hover {
	color: #0166ef;
}

.foot-left{
	width: 45%;
}
.foot-right{
	text-align: right;
	width: 40%;
}

.foot-logo{
	padding-bottom: 40px;
}

.foot-infos {
	
}
.foot-cpy{
	padding-top: 80px;
	color: #999;
}
.foot-cpy a{
	cursor: pointer;
	color: #003d8f;
}
.foot-cpy a:hover{
	color: #fff;
}


.foot-contact{
	padding-bottom: 20px;
}
.foot-contact p{
	padding-bottom: 20px;
}

.foot-email {
	margin-top: 15px;
}

.foot-email a {
	color: #0166ef;
	font-weight: bold;
	font-size: 22px;
	text-decoration: underline
}

.foot-email a:hover {
	text-decoration: none;
}

.foot-share {
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
}

.foot-share div {
	width: 38px;
	text-align: center;
	border-radius: 50%;
	margin-right: 15px;
}

.foot-share div a {
	color: #fff;
	background-color: #003d8f;
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.foot-share div a i {
	font-size: 14px;
}

.foot-share div a:hover {
	color: #fff;
}

.foot-bot-cpy {
	text-align: right;
	width: 60%;
	position: relative;
	padding-top: 22px;
}

.foot-bot-cpy a {
	cursor: pointer;
	color: #003d8f;
	margin-left: 20px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.foot-bot-cpy a:hover {
	color: #fff;
}

.float-box {
	position: fixed;
	right: 20px;
	bottom: 30%;
	width: 50px;
	z-index: 1000;
}

.float-whatsapp {
	position: relative;
}

.float-whatsapp-img {
	position: absolute;
	right: 50px;
	top: 0px;
	z-index: 1000;
	width: 200px;
	height: 300px;
	background-image: url(../images/whatsapp.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-radius: 5px;
}

.float-whatsapp a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #ddfee1;
	border-radius: 5px;
	border: 1px solid #40c351;
}

.float-whatsapp i {
	font-size: 30px;
	color: #40c351;
}

.float-msg,.float-top {
	margin-top: 10px;
}

.float-msg a,.float-top a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #eee;
	border-radius: 5px;
}
.float-msg a {
	background-color: #c7dbf5;
	border: 1px solid #003d8f;
}
.float-top a {
	background-color: #f9eac5;
	border: 1px solid #a87e1a;
}

.float-msg i {
	font-size: 30px;
	color: #003d8f;
}

.float-top i{
	font-size: 30px;
	color: #a87e1a;
}

.paging {
	padding-bottom: 40px;
}

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

.paging ul li {
	display: inline-block;
	margin-right: 5px;
}

.paging ul span {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
}

.paging ul li.disabled {
	background: #eee;
	color: #999;
	border: 1px solid #eee;
}

.paging ul li.active {
	background: #234cad;
	color: #fff;
	border: 1px solid #234cad;
}

.paging ul li a {
	display: block;
	border: 1px solid #ddd;
}


@media only screen and (max-width: 1440px) {

	body {
		font-size: 14px;
	}

	.head,
	.head.shrink {
		position: fixed;
		height: 60px;
		background: #000;
		z-index: 30;
	}

	.logo {
		position: absolute;
		left: 20px;
		top: 14px;
		z-index: 30;
	}

	.head.shrink .logo {
		top: 14px;
	}

	.logo img,
	.head.shrink .logo img {
		height: 30px;
	}

	.menu {
		display: none;
	}

	.head.shrink .head-search {
		top: 15px;
	}

	.head-lang {
		line-height: 60px;
		font-size: 16px;
		right: 60px;
	}

	.head-search {
		top: 15px;
		right: 65px;
		font-weight: bold;
	}

	.head-search a {
		font-size: 18px;
	}

	.head-search:after {
		display: none;
	}

	.head.shrink .head-lang,
	.head.shrink .menu ul li {
		height: 60px;
		line-height: 60px;
	}


	.pmenu {
		display: block;
		position: fixed;
		left: 100%;
		top: 60px;
		z-index: 200;
		width: 100%;
		height: calc(100vh - 60px);
		overflow: hidden;
		overflow-y: scroll;
		overflow-x: hidden;
		background: #fff;
		transition: 0.3s all;
		-webkit-transition: 0.3s all;
		-o-transition: 0.3s all;
		-moz-transition: 0.3s all;
		-ms-transition: 0.3s all;
	}

	.pmenu nav {
		padding: 20px;
	}

	.pmenu ul li {
		position: relative;
		border-bottom: 1px solid #ededed;
	}

	.pmenu ul li a {
		font-weight: bold;
		margin-right: 50px;
		display: block;
		line-height: 50px;
		color: #262626;
	}

	.pmenu ul li i {
		position: absolute;
		right: 0px;
		top: 16px;
		color: #666;
		font-weight: bold;
		font-size: 24px;
		transform: rotate(-90deg);
	}

	.pmenu ul li i.active {
		transform: rotate(0deg);
	}

	.pmenu ul li ul {
		display: none;
		padding: 0px 20px;
		padding-bottom: 15px;
	}

	.pmenu ul li ul li {
		border-bottom: 0px;
	}

	.pmenu ul li ul.menu-pro {}

	.pmenu ul li.active ul.menu-pro {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.pmenu ul li.active ul {
		display: block;
	}

	.pmenu ul li ul.menu-pro li {
		width: calc(33.33% - 7px);
	}

	.pmenu ul li ul li a {
		font-weight: normal;
		margin-right: 0px;
		line-height: 30px;
	}

	.pmenu ul li ul li ul {
		display: block;
	}

	.pmenu ul li ul li ul li a {
		margin-left: 40px;
		color: #666;
		line-height: 30px;
	}

	.pmenu ul li ul.menu-pro li .menu-class {}

	.pmenu ul li ul.menu-pro li .menu-class h4 {
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}

	.pmenu ul li ul.menu-pro li .menu-class img {
		width: 60%;
		max-width: 140px;
	}

	.hide-body {
		height: 0;
		overflow: hidden;
	}

	.show_menu {
		z-index: 300;
		position: absolute;
		top: 22px;
		right: 20px;
		height: 16px;
		width: 20px;
		cursor: pointer;
		z-index: 10;
	}

	.show_menu:before,
	.show_menu:after,
	.show_menu span {
		position: absolute;
		cursor: pointer;
		width: 20px;
		height: 1px;
		background: #fff;
		transition: 0.3s all;
		-webkit-transition: 0.3s all;
		-o-transition: 0.3s all;
		-moz-transition: 0.3s all;
		-ms-transition: 0.3s all;
	}

	.show_menu:before {
		content: "";
		left: 0px;
		top: 0px;
	}

	.show_menu:after {
		content: "";
		left: 0px;
		bottom: 0px;
	}

	.show_menu span {
		left: 0px;
		top: 7px;
		display: inline-block;
	}

	.hide-body .show_menu:before {
		top: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.hide-body .show_menu:after {
		bottom: 7px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.hide-body .show_menu span {
		display: none;
	}

	.hide-body .pmenu {
		left: 0px;
	}



	.banner {
		height: 600px;
		margin-top: 60px;
	}

	#glume .Limg li .pic {
		height: 600px;
		width: 100%;
		background-position: center center;
		background-size: cover;
	}

	#glume .Limg li.active .ban-txt {
		top: 100px;
		left: 5%;
	}

	#glume .ban-txt h4 {
		font-size: 60px;
		margin: 40px 0px 0px 0px;
	}

	#glume .ban-txt em {
		font-size: 18px;
	}

	#glume .ban-txt p {
		font-size: 28px;
		margin-top: 40px;
	}

	#glume .ban-img img {
		width: 700px;
	}

	.banner_btn {
		right: 5%;
	}



	.menu ul li ul.menu-pro {
		width: calc(100% - 100px);
		background: #fff;
		padding: 30px 50px;
		display: none;
		justify-content: space-between;
	}

	.menu ul li ul.menu-pro li {
		float: left;
		width: 200px;
		text-align: center;
		margin-left: 15px;
	}

	.menu ul li ul.menu-pro li h4 {
		font-weight: bold;
		font-size: 14px;
		margin-top: 15px;
	}

	.menu ul li ul.menu-pro li img {
		width: 160px;
		height: 160px;
	}

	.menu ul li ul.menu-pro li a:hover {
		background: none;
	}

	.i-about {
		padding: 80px 0px;
	}

	.i-pro,
	.i-chooseUs,
	.i-news,
	.foot-top {
		padding: 80px 5%;
	}

	.i-customer-tit {
		padding: 80px 0px 60px 0px;
	}

	.i-about-txt {
		margin-left: 10%;
	}

	.foot-bot-infos {
		padding: 25px 5%;
	}

	.foot-others p i {
		font-size: 20px;
	}

	.i-tit h2 {
		font-size: 42px;
	}



}

@media only screen and (max-width: 1300px) {
	body {}

	.banner {
		height: 500px;
		margin-top: 60px;
	}

	#glume .Limg li .pic {
		height: 500px;
		width: 100%;
		background-position: center center;
		background-size: cover;
	}

	#glume .Limg li .ban-txt {
		right: 40px;
	}

	.w1400,
	.w1200 {
		width: 100%;
	}

	#glume .Limg li .ban-txt {
		width: 50%;
	}

	#glume .ban-txt em {
		font-size: 16px;
	}

	#glume .ban-txt h4 {
		font-size: 34px;
	}

	.i-tit h2 {
		font-size: 34px;
	}



}

@media only screen and (max-width:1200px) {
	.i-about {
		padding: 60px 0px;
	}

	.i-about-txt h2 {
		font-size: 24px;
	}

	.i-about-txt p {
		padding-top: 30px;
	}

	.i-about-txt .more {
		margin-top: 60px;
	}

	.i-pro-class {
		gap: 20px;
	}

	.i-pro-list {
		margin-top: 40px;
	}

	.i-pro-list .i-prolist-info h4 {
		font-size: 18px;
		padding: 0 10%;
	}

	.i-pro-list .i-prolist-info p {
		padding: 0 10%;
	}

	.i-chooseUs-item {
		height: 240px;
	}

	.i-news-img {
		height: 220px;
		position: relative;
	}

	.i-chooseUs-tit h6 {
		padding: 0 5%;
		padding-top: 40px;
	}

	.i-news-list {
		margin-top: 60px;
	}

	.i-chooseUs-item a:after {
		height: 76px;
	}
}

@media only screen and (max-width:1000px) {}

@media only screen and (max-width:860px) {

	.i-tit h2 {
		font-size: 34px;
	}

	.i-about {
		flex-wrap: wrap;
		margin: 0 5%;
	}

	.i-about-txt h2 {
		padding-top: 30px;
	}

	.i-about-txt p {
		padding-top: 25px;
	}

	.i-about-txt .more {
		margin-top: 30px;
	}

	.i-about-box {
		width: 100%;
	}

	.i-about-txt {
		margin: 0;
	}

	.i-about-video {
		margin-top: 50px;
		width: 60%;
	}

	.i-chooseUs-tit h6 {
		font-size: 14px;
	}


	.float-box {
		width: 40px;
		right: 10px;
	}

	.float-whatsapp a,
	.float-msg a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.float-whatsapp a i,
	.float-msg a i {
		font-size: 24px;
	}

	.i-customer-img {
		padding: 160px 0px;
	}

}

@media only screen and (max-width: 450px) {

	.pmenu ul li ul.menu-pro li {
		width: calc(50% - 5px);
	}

	.prolist-para .more {}

	.prolist-para .more a {
		height: 32px;
		line-height: 32px;
		border: none;
		padding-left: 22px;
		padding-right: 10px;
		border-radius: 30px;
		color: #0166ef;
		display: inline-block;
		position: relative;
	}

	.prolist-para .more a i {
		position: absolute;
		content: "";
		left: 0px;
		top: 0px;
		font-size: 26px;
	}

	.prolist-para .more a i:after {
		display: none;
	}

	.prolist-para .more a i:before {
		position: absolute;
		z-index: 20;
		color: #0166ef;
		left: -8px;
	}

	.banner {}

	.banner,
	#glume .Limg li {
		height: 320px;
	}

	#glume {
		width: 100%;
		position: relative;
		height: 320px;
		background-color: #f3f3f3;
	}

	#glume .Limg {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	#glume .Limg li {
		width: 100%;
		height: 320px;
		overflow: hidden;
		position: absolute;
		cursor: pointer;
		left: 0px;
		top: 0px;
		list-style: none;
	}

	#glume .Limg li .pic {
		height: 320px;
		width: 100%;
		background-position: center center;
		background-size: cover;
	}

	#glume .w1440 {
		height: 320px;
	}

	#glume .Limg li.active .ban-txt {
		top: 60px;
	}

	#glume .ban-txt em {
		font-size: 14px;
	}

	#glume .ban-txt h4 {
		font-size: 24px;
		margin: 10px 0px 15px 0px;
	}

	#glume .ban-txt p {
		font-size: 14px;
		margin-top: 20px;
	}

	.banner_btn {
		display: none;
	}

	.ban-more {
		margin-top: 20px;
	}

	.ban-more a {
		height: 38px;
		line-height: 38px;
		border: none;
		border-radius: 0;
		border-bottom: 2px solid #0166ef;
		padding-left: 30px;
		padding-right: 0px;
		color: #fff;
		display: inline-block;
		position: relative;
		font-size: 12px;
	}

	.ban-more a i {
		position: absolute;
		content: "";
		left: 0px;
		top: 0px;
		font-size: 20px;
	}

	.ban-more a i:after {
		left: 0px;
		top: 6px;
		height: 22px;
		line-height: 22px;
		width: 22px;
	}

	.ban-more a i:before {
		position: absolute;
		z-index: 20;
		color: #fff;
		left: 1px;
		top: -1px;
	}

	.i-tit h2 {
		font-size: 24px;
	}

	.i-about-txt h2 {
		font-size: 18px;
		line-height: 1.3em;
		padding-top: 20px;
	}

	.i-pro-class {
		padding-top: 30px;
	}

	.i-pro-tit-right p {
		display: none;
	}

	.i-pro-list {
		margin-top: 60px;
	}

	.i-pro .more a {
		padding-left: 0px;
		padding-right: 0px;
		width: 26px;
		height: 26px;
		line-height: 26px;
	}

	.i-pro .more a span {
		display: none;
	}

	.i-pro .more a i:after {
		left: 2px;
		height: 22px;
		line-height: 22px;
		width: 22px;
	}

	.i-pro .more a i:before {
		left: 0px;
	}

	.i-pro .more a em:after {
		left: 2px;
		height: 22px;
		line-height: 22px;
		width: 22px;
	}

	.i-pro .more a em:before {
		left: 0px;
	}


	.i-pro-list .i-prolist-info h4 {
		margin-top: 20px;
	}

	.i-pro-list .i-prolist-info p,
	.i-pro-list .i-prolist-more {
		margin-top: 15px;
	}




	.i-news {
		margin-top: 20px;
	}

	.i-news-list {
		display: block;
		margin-top: 20px;
	}

	.i-news-item {
		width: 100%;
		margin-top: 30px;
	}

	.i-news-para h4 {
		font-size: 18px;
	}

	.i-news-para {
		padding-top: 20px;
	}

	.i-news-para p {
		margin-top: 15px;
	}

	.i-news-more {
		margin-top: 20px;
	}

	.i-news-ico img {
		width: 120px;
	}

	.i-news-ico {
		right: -63px;
		bottom: -43px;
	}

	.i-chooseUs-list {
		flex-wrap: wrap;
		margin-top: 40px;
	}

	.i-chooseUs-item {
		width: 100%;
		;
	}

	.i-pro,
	.i-chooseUs,
	.i-news,
	.foot-top {
		padding: 60px 5%;
	}

	.i-customer-tit {
		padding: 60px 0px 50px 0px;
	}



	.foot {
		padding: 20px;
	}

	.foot-others p i {
		font-size: 16px;
	}

	.foot-share div a {
		width: 34px;
		height: 34px;
		line-height: 34px;
	}

	.foot-share div a i {
		font-size: 14px;
	}

	.foot-top {
		padding: 0px;
	}

	.foot-menu {
		float: none;
		width: 100%;
		margin-top: 20px;
		display: none;
	}

	.foot-menu ul {
		gap: 15px;
	}

	.foot-menu ul li h4 a {
		font-size: 16px;
		font-weight: bold;
	}

	.foot-infos {
		float: none;
		width: 100%;
	}

	.foot-others {
		margin-top: 20px;
	}

	.foot-others p {
		padding: 3px 0px;
	}

	.foot-share {
		margin-top: 20px;
	}

	.foot-bot-infos {
		padding: 25px 0%;
		margin-top: 30px;
		display: block;
	}

	.foot-bot-logo {
		width: 100%;
	}

	.foot-bot-cpy {
		text-align: left;
		width: auto;
		padding-top: 0px;
	}

	.foot-gotop {
		right: 0px;
		top: -30px;
	}
}