body {
	overflow-x: hidden;
}

body::-webkit-scrollbar{
	width:8px;
	background: #e2e2e2;
}
body::-webkit-scrollbar-track-color {
}
body::-webkit-scrollbar-thumb{
	background: #505050;
	border-radius:10px;
}
body::-webkit-scrollbar-thumb:hover{
	background: #c1c1c1;
}
body::-webkit-scrollbar-corner{
	background: #505050;
}
img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
  }
  
@font-face {
  font-family: 'iconfont';  /* Project id 2020657 */
  src: url('https://at.alicdn.com/t/font_2020657_snfz28a9i6b.woff2?t=1646299976999') format('woff2'),
       url('https://at.alicdn.com/t/font_2020657_snfz28a9i6b.woff?t=1646299976999') format('woff'),
       url('https://at.alicdn.com/t/font_2020657_snfz28a9i6b.ttf?t=1646299976999') format('truetype');
}
.iconfont{ 
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.bwhite {
	position: relative;
	z-index: 999999;
}
/*  logding  */
#Loding {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999999999;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%);
	-webkit-transition:all 1.1s cubic-bezier(.77,0,.175,1);
	-o-transition:all 1.1s cubic-bezier(.77,0,.175,1);
	transition:all 1.1s cubic-bezier(.77,0,.175,1)
}
.lodingnone {
	-webkit-transform:translateY(100%) !important;
	-ms-transform:translateY(100%)!important;
	transform:translateY(100%)!important;
	height: 0%!important;
}
#Loding .gif {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#Loding .gif svg {
	animation: zzz 1.8s cubic-bezier(.165,.84,.44,1);
	-webkit-animation: zzz 1.8s cubic-bezier(.165,.84,.44,1);
}

@keyframes zzz
{
	from {width: 0;}
	to {width: 250px}
}

@-webkit-keyframes  zzz
{
	from {width: 0;}
	to {width: 250px}
}

#progress { 
	position: absolute; 
	top: 0%;
	height: 3px; 
	display: none;
	background: #fff; 
	transition: opacity 0ms linear;

}
#progress.done { 
	filter:alpha(opacity=0);   
	-moz-opacity:0;   
	-khtml-opacity: 0;   
	opacity: 0;   
}



/*  菜单  */
.menu {
	position: absolute;
	right: 2.7083vw;
	top: 3.5416vw;
	z-index: 10000;
}
.hamburger {
	background-color:none;
	padding:0;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;  
}

.hamburger-box {
	width: 30px;

}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	background-color: #fff;
	height: 2px;
	width: 30px;
}
.hamburger-inner:before {
	width: 19px;
	right: 0;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;  
}
.hamburger-inner:after {
	width: 30px;
	right: 0;
}

.hamburger:hover {
	opacity: 1;
}

/*.hamburger:hover {
	background: #015BF5;
}*/
.hamburger:hover .hamburger-inner:before {
	right: 0;
}
.is-active {
/*	background: #015BF5;*/
	z-index: 9999999999;
	position: fixed;
}
.is-active .hamburger-inner:before {
	width: 26px;
}

/* PC展示NAV*/
.mounavs {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	z-index: 1;
	visibility: hidden;
	transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
	transform-origin:top left;
	-ms-transform-origin:top left; /* IE 9 */
	-webkit-transform-origin:top left; /* Safari and Chrome */
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.mounavs:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	position: absolute;
    top: 0;
    z-index: 9;
	left: 0;
}
.mounavs ul {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}
.mounavs ul li {
	display: inline-block;
	margin:0 30px;
}
.mounavs ul li a {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 24px;
}
.mounavs ul li b {
	display:block;
	font-size: 18px;
}
.mounavs ul li i {
	font-style: normal;
	font-size: 26px;
	height: 45px;
	line-height: 45px;
	margin-top: 5px;
	display: block;
	text-transform: uppercase;
}
.vis {
	left: 0 !important;
	visibility: visible !important;
	z-index: 1000010!important;  
	transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform-style: preserve-3d;
	visibility: visible;
}

/*首页css*/
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.header {
	width: 100%;
	padding: 1.675vw 2.7083vw 0px 2.7083vw;
	box-sizing: border-box;
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.header .logo {
	display: inline-flex;
	align-items: flex-end;
	height: 2.916vw;
}	
.header .logo img {
	height: 100%;
	display: inline-block;
}
.header .logo .text {
	margin-left: 30px;
	display: inline-block;
	color: #fff;
	font-size:16px; 
}
.header .logo .text b {
	color: #fff;
}
.header .nav {
	display: block;
	color: #fff;
	margin-right: 7.2vw;
}
.header .nav ul li {
	float: left;
	height: 2.916vw;
	text-align: center;
	padding: 16px 20px 20px 20px;
	position: relative;
}
.header .nav ul li a {
	font-size: 16px;
	color: #fff;
	width: 100%;
	font-weight: bold;
	position: relative;
	z-index: 11;
	height: 100%;
	display: flex;
	align-items: center;
}
.header .nav ul li span {
	display: block;
	width: 100%;
}

.header .nav ul li:before {
	content: "";
	display: block;
	position: absolute;
	width:30%;
	height: 3px;
	background: #fff;
	bottom: 23px;
	left: 50%;
	margin-left: -15%;
	z-index: 9;
	transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;  
}

.header .nav ul li:hover::before {
	transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}

#infix {
	position: relative;
	width: 100%;
	height: 100vh;
	display: block;
	z-index: 9;
	top: 0;
	left: 0;
	overflow: hidden;
}
#infix .banText .swiper-container:before {
	content: "";
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}


.banText {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.banText .text {
	width:80%;
	position: absolute;
	left: 50%;
	margin-left: -40%;
	top: 0;
	height: 100%;
	color: #fff;
	z-index: 11;
	display: flex;
	/*visibility: hidden;*/
	align-items: center;
	justify-content: flex-end;
}
.banText .tin {
	display: block;
}
.banText .tin img {
	visibility: hidden;
}
.banText .tin .lin {
	padding: 15px 0;
}

.banText .tin .lin a {
	display: block;
	color: #fff;
	font-size: 18px;
	height: 38px;
	font-weight: bold;
	line-height: 38px;
	text-align: right;
	visibility: hidden;
}
.banText .tin .lin a:hover {
	color: #015BF5;
}


.banText .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banText .swiper-slide .bannerImg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: img 10s linear infinite;
	-webkit-animation: img 10s linear infinite; 
	animation-direction:alternate;
	-webkit-animation-direction:alternate;
}
.banText .swiper-slide .img {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 10%;
	display: flex;
	align-items: center;
}
.banText .swiper-slide .img .bos {
	width: 586px;
	max-height: 286px;
	display: inline-block;
	overflow: hidden;
	visibility: hidden;
}
.banText .swiper-slide .img img {
	display: block;
	width: 100%;
}
@keyframes img
{
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@-webkit-keyframes img
{
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
}
.banText .swiper-button-prevBT {
	display: block;
	left: 2%;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	z-index: 12;
}
.banText .swiper-button-prevBT:after {
	border-radius: 50%;
	border:1px solid #fff;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 14;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;  
}

.banText .swiper-button-prevBT span {
	display: block;
	font-size: 20px;
	color: #fff;
	position: relative;
	z-index: 16;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;  
}
.banText .swiper-button-prevBT:before {
	content:"";
	display: block;
	width: 0px;
	height: 70px;
	position: absolute;
	left: -7px;
	top: -5px;
	border-radius: 40px;
	background: #015BF5;
	z-index: 11;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;  
}
.banText .swiper-button-prevBT i {
	position: absolute;
	z-index: 11;
	color: #fff;
	top: 0;
	left: 0px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: bold;
	filter:alpha(opacity=0);   
	-moz-opacity:0;   
	-khtml-opacity: 0;   
	opacity: 0;   
	transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;  
}


.banText .swiper-button-nextBT {
	display: block;
	right: 2%;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 50%;
	border:1px solid #fff;
	line-height: 60px;
	z-index: 99;
	
}
.banText .swiper-button-nextBT span {
	display: block;
	font-size: 20px;
	color: #fff;
	position: relative;
	z-index: 16;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;  
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
}
.banText .swiper-button-nextBT:after {
	border-radius: 50%;
	border:1px solid #fff;
	content: "";
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top:0;
	left: 0;
	z-index: 13;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;  
}

.banText .swiper-button-nextBT:before {
	content:"";
	display: block;
	width: 0px;
	height: 70px;
	position: absolute;
	right: -7px;
	top: -5px;
	border-radius: 40px;
	background: #015BF5;
	z-index: 11;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;  
}
.banText .swiper-button-nextBT i {
	position: absolute;
	z-index: 11;
	color: #fff;
	top: 0;
	right: 0px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: bold;
	filter:alpha(opacity=0);   
	-moz-opacity:0;   
	-khtml-opacity: 0;   
	opacity: 0;   
	transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;  
}
.banText .swiper-button-nextBT:hover::after {
	background: #fff;
}
.banText .swiper-button-nextBT:hover span {
	color: #333 !important;
}
.banText .swiper-button-nextBT:hover::before {
	width: 260px;
}
.banText .swiper-button-nextBT:hover i {
	filter:alpha(opacity=100);   
	-moz-opacity:1;   
	-khtml-opacity: 1;   
	opacity: 1;  
	right: 180px; 	
}

.banText .swiper-button-prevBT:hover::after {
	background: #fff;
}
.banText .swiper-button-prevBT:hover span {
	color: #333 !important;
}
.banText .swiper-button-prevBT:hover::before {
	width: 260px;
}
.banText .swiper-button-prevBT:hover i {
	filter:alpha(opacity=100);   
	-moz-opacity:1;   
	-khtml-opacity: 1;   
	opacity: 1;  
	left: 180px; 	
}
.banText .swiper-button-prevBT:hover + .swiper-paginationBT {
	filter:alpha(opacity=100);   
	-moz-opacity:1;   
	-khtml-opacity: 1;   
	opacity: 1;
	margin-left: 95px;
	z-index: 12;
}
.swiper-paginationBT {
	position: absolute;
	left: 3%;
	color: #fff;
	bottom: 50%;
	width: 80px;
	font-size: 16px;
	z-index: 9;
	margin-left: 0;
	margin-bottom: -17px;
	font-weight: bold;
	filter:alpha(opacity=0);   
	-moz-opacity:0;   
	-khtml-opacity: 0;   
	opacity: 0;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;     	
}

.mouse {
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 370px;
	height: 120px;
	background: #015BF5;
	z-index: 14;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
	visibility: hidden;
	display: block;
	transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;     	
}
.mouse i {
	font-size: 30px;
	color: #fff;
	display: block;
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 40px;
	text-align: center;
	margin-left: -20px;
	animation: mouse 1.5s linear infinite;
	-webkit-animation: mouse 1.5s linear infinite;
	animation-direction: alternate;
	-webkit-animation-direction: alternate;
}
.mousenone {
	transform: rotateX(90deg)skew(30deg);
	-webkit-transform: rotateX(90deg)skew(30deg);
	transform-origin:bottom left;
	-ms-transform-origin:bottom left; /* IE 9 */
	-webkit-transform-origin:bottom left; /* Safari and Chrome */
}
@keyframes mouse {
	0%{
		-webkit-transform:translateY(-12px);
		transform:translateY(-12px);
	}
	50%{
		-webkit-transform:translateY(0px);
		transform:translateY(0px);
		}
	100%{
		-webkit-transform:translateY(-12px);
		transform:translateY(-12px)
	}
}

@-webkit-keyframes mouse {
	0%{
		-webkit-transform:translateY(-12px);
		transform:translateY(-12px)
	}
	50%{
		-webkit-transform:translateY(0px);transform:translateY(0px)
		}
	100%{
		-webkit-transform:translateY(-12px);
		transform:translateY(-12px)
	}
}

.anim {
	-moz-transform:translateY(-50%) translateX(-50%);
	-ms-transform:translateY(-50%) translateX(-50%);
	-webkit-transform:translateY(-50%) translateX(-50%);
	transform:translateY(-50%) translateX(-50%);
	position:absolute;
	top:50%;
	left:50%;
	z-index:-1;
}
.anim:before {
	position:relative;
	content:'';
	display:block;
	margin-top:50%;
}
.anim:after {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	border-radius:50%;
}
.mouse:hover>.anim:after {
	-webkit-animation:anim-out-pseudo 0.75s;
	animation:anim-out-pseudo 0.75s;
}
.mouse:hover>.anim {
	-webkit-animation:anim-out 0.75s;
	animation:anim-out 0.75s;
}
@-webkit-keyframes anim-out-pseudo {
	0% {
		background:rgba(255,255,255,0.35);
	}
	100% {
		background:transparent;
	}
}
@-webkit-keyframes anim-out {
	0% {
		width:0%;
	}
	100% {
		width:100%;
	}
}

.zwboxs {
	display: block;
	position: relative;
	z-index: 99999;
	/*margin-top: 100vh;*/
}

.byzx {
	display: block;
	background-color: #f5f6fa;
	padding:60px 0 0px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.byzx .int {
	display: block;
	font-size: 2.083vw;
	color: #333;
	font-weight: bold;
}
.byzx .int .st {
	color: #333;
	font-weight: normal;
	margin-right: 5px;
	font-weight: bold;
}
.byzx .int .st:nth-child(2) {
	margin-left: 15px;
}
.byzx .st {
	display: block;
	font-style:italic;
}
.byzx .st span {
	margin-top: 50px;
	font-size: 18px;
	color: #fff;
	padding: 5px 30px;
	display: inline-block;
	line-height: 40px;
	visibility: hidden;
	border-top:1px solid rgba(117,125,139,0.4);
	border-bottom:1px solid rgba(117,125,139,0.4);
}

.byzx .zxwm {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

.byzx .zxwm a {
	display: inline-block;
	margin: 0 20px;
	color: rgba(255,255,255,0.7);
	line-height: 50px;
	position: relative;
	transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;  
    vertical-align: middle;  
}
.byzx .zxwm a:nth-child(1) {
	line-height: 40px;
	width: 156px;
	padding: 3px;
	border:1px solid #862b39;;
	text-align: center;
	border-radius: 30px;
}

.byzx .zxwm i {
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
	position: relative;
	z-index: 100;
}
.byzx .zxwm span {
	position: relative;
	z-index: 100;
}
.byzx .zxwm a:nth-child(1):after {
	content: "";
	display: block;
	position: absolute;
	left: 2%;
	top: 7%;
	width:96%;
	height:86%;
	border-radius: 35px;
	background: #015BF5;
	z-index: 99;
	transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;  
}
.byzx .zxwm a:hover {
	color: #fff;
}
.byzx .zxwm a:nth-child(1):hover::after {
	background: rgba(255,255,255,0.8);
}
.byzx .zxwm a:nth-child(1):hover {
	color: #015BF5;
}
.services {
	background: #f9f9f9;
	top: -60px;
	padding: 40px 50px 65px 50px;
	box-sizing: border-box;
	position: relative;
}

.bty {
	display: block;
	position: absolute;
	top: 20px;
	right:3%;
	line-height: 85px;
	color: #333;
	font-size: 18px;
	letter-spacing: 3px;
}
.bty:before {
	content: "";
	display: block;
	width: 143px;
	height: 85px;
	background: url(../img/xy.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -71px;
	top: 0;
}
.titin {
	display: block;
}
.titin h3 {
	font-size: 36px;
	color: #333;
	font-style:italic;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;  
}
.titin i {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}
.titin span {
	margin-left: 18px;
	width: 4px;
	height: 4px;
	border:2px solid #015BF5;
	vertical-align: middle;
	display: inline-block;
	border-radius: 50%;
}

.services .swiper-container {
	margin-top: 80px;
}

.services .swiper-slide {
	display: block;
	text-align: center;
}
.services .swiper-slide a {
	display: block;
}
.services .swiper-slide i {
	display: block;
	width: 132px;
	height: 132px;
	overflow: hidden;
	margin: auto;
}
.services .swiper-slide i img {
	width: 100%;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;  
}
.services .swiper-slide .text {
	display: block;
	margin-top: 20px;
}
.services .swiper-slide .text h3 {
	font-size: 18px;
	display: block;
	text-align: center;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #000;
	font-weight: bold;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;  
}
.services .swiper-slide .text span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;  
}
.services .swiper-slide:hover h3 {
	color: #015BF5;
}
.services .swiper-slide:hover span {
	color: #015BF5;
}
.services .swiper-slide:hover i img {
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg); /* Safari 与 Chrome */
}
.swiper-button-nextSV {
	width: 38px;
	height: 52px;
	background: #015BF5;
	text-align: center;
	line-height: 52px;
	right: 0;
}
.swiper-button-nextSV:hover:after {
	transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg); /* Safari 与 Chrome */
}
.swiper-button-nextSV:after {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.swiper-button-prevSV {
	width: 38px;
	height: 52px;
	background: #015BF5;
	text-align: center;
	line-height: 52px;
	left: 0;
}
.swiper-button-prevSV:hover:after {
	transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg); /* Safari 与 Chrome */
}
.swiper-button-prevSV:after {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;  
}	

.Highend {
	display: block;
	position: relative; 
	background: #fff;
}

.puc {
	padding-top:6.04166vw;
	margin-left: 6%;
	margin-right: 6%;
	position: relative;
	z-index: 11;
}
.title {
	display:block;
	vertical-align: top;
}
.title h5 {
	font-size: 18px;
	display: block;
	color: #fff;
}
.title h5 i {
	margin-left: 15px;
}
.title h3 {
	font-weight: bold;
	color: #fff;
	font-size: 1.875vw;
	margin-top: 10px;
	position: relative;
}
.title h3 span {
	display: inline-block;
	position: relative;
}
.title h3 span:last-child::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	border:2px solid #fff;
	position: absolute;
	right: -20px;
	bottom: 50%;
	margin-bottom: -6px;
}
.puc .int {
	margin-left: 155px;
	vertical-align: top;
	display: block;
	margin-top: 40px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.bj {
	display: block;
	color: #fff;
	font-size: 24px;
	vertical-align: middle;
	margin-top: 60px;
}
.bj a {
	display: block;
	color: #fff;
	position: relative;
	font-weight: bold;
}
.bj span {
	padding: 0 20px;
	display: inline-block;
}
.bj i {
	font-size: 28px;
	position: absolute;
	right: -40px;
	top: 3px;
	animation: bj 1.1s linear infinite;
	-webkit-animation: bj 1.1s linear infinite;
	animation-direction: alternate;
	-webkit-animation-direction: alternate;
}

@keyframes bj {
	0%{
		-webkit-transform:translateX(-12px);
		transform:translateX(-12px);
	}
	50%{
		-webkit-transform:translateX(0px);
		transform:translateX(0px);
		}
	100%{
		-webkit-transform:translateX(-12px);
		transform:translateX(-12px)
	}
}

@-webkit-keyframes bj {
	0%{
		-webkit-transform:translateX(-12px);
		transform:translateX(-12px)
	}
	50%{
		-webkit-transform:translateX(0px);transform:translateX(0px)
		}
	100%{
		-webkit-transform:translateX(-12px);
		transform:translateX(-12px)
	}
}

.product {
	display: block;
	margin-top: 50px;
	position: relative;
	z-index: 99;
}
.product .hd {
	display: block;
}
.product .hd ul {
	display: flex;
	width: 100%;
	justify-content: center;
}
.product .hd ul li {
	line-height: 30px;
	margin: 20px 0;
	padding:0px 30px;
}
.product .hd ul li a {
	color: #fff;
	line-height: 40px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.product .hd ul li a:before {
	content: "";
	display: block;
	width: 32px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -16px;
	transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg); /* Safari 与 Chrome */
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;  
}

.product .hd ul li a:hover::before {
	transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg); /* Safari 与 Chrome */
}

.product .hd ul li.curr a::before {
	transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg); /* Safari 与 Chrome */
}
.product .bd {
	margin-top: 30px;
}
.product .bd ul {
	margin-left: -1.1%;
}
.product .bd ul:after {
	content: "";
	display: block;
	clear: both;
}
.product .bd ul li {
	display: block;
	float: left;
	width: 32.2%;
	height: 18.48vw;
	margin-left: 1.1%;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;  
}
.product .bd ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.product .bd ul li .imgs {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.product .bd ul li:hover .imgs {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.effect-layla {
	background:#000;
}

.effect-layla figcaption {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	z-index: 9999;
	align-items: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;  
}

.effect-layla figcaption::before,.effect-layla figcaption::after {
	position:absolute;
	content:'';
}
.effect-layla figcaption::before {
	top:20px;
	right:20px;
	bottom:20px;
	left:20px;
	border-top:1px solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(255,255,255,0.5);
	-webkit-transform:scale(0,1);
	transform:scale(0,1);
	-webkit-transform-origin:0 0;
	transform-origin:0 0
}
.effect-layla figcaption::after {
	top:40px;
	right:20px;
	bottom:40px;
	left:20px;
	border-right:1px solid rgba(255,255,255,0.5);
	border-left:1px solid rgba(255,255,255,0.5);
	-webkit-transform:scale(1,0);
	transform:scale(1,0);
	-webkit-transform-origin:100% 0;
	transform-origin:100% 0
}
.effect-layla h2 {
	display: flex;
	justify-content: center;
	-webkit-transition:-webkit-transform .35s;
	transition:transform .35s;
	max-width: 100%;
	max-height: 110px;
	overflow: hidden;
	align-items: center;
	margin: auto;
}
.effect-layla h2 img {
	max-height: 100%;
	max-width: 90%;
	display: block;
}
.effect-layla p {
	text-transform:none;
	opacity:0;
	position: absolute;
	bottom:23%;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	-webkit-transform:translate3d(0,10px,0);
	transform:translate3d(0,10px,0)
}
.effect-layla h2 {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
.effect-layla figcaption::before,.effect-layla figcaption::after,.effect-layla p {
	-webkit-transition:opacity 0.6s,-webkit-transform 0.6s;
	transition:opacity 0.6s,transform 0.6s
}

.effect-layla:hover figcaption::before,.effect-layla:hover figcaption::after {
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1)
}
.effect-layla:hover h2 {
	-webkit-transform:translate3d(0,-25%,0);
	transform:translate3d(0,-25%,0)
}
.effect-layla:hover p {
	opacity:1;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
.effect-layla:hover figcaption::after,.effect-layla:hover h2,.effect-layla:hover p,.effect-layla:hover img {
	-webkit-transition-delay:.1.5s;
	transition-delay:.1.5s
}
.effect-layla:hover figcaption {
	filter:alpha(opacity=100);   
	-moz-opacity:1;   
	-khtml-opacity: 1;   
	opacity: 1; 
} 
/*.product .bd ul li:after {
	content: '';
	position: absolute;
	top: -300px;
	right: -50px;
	bottom: 0;
	left: 0;
	border-right: 1200px solid transparent;
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 99;
}

.product .bd ul li:hover:after{
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.product .bd ul li:nth-child(n+1):after {
	border-top: 1400px solid rgba(45, 68, 152, .76);
}

.product .bd ul li:nth-child(2n+2):after {
	border-top: 1400px solid rgba(255, 241,0, .76);
}

.product .bd ul li:nth-child(3n+1):after {
	border-top: 1400px solid rgba(0, 171,74, .76);
}*/
.product .bd ul li:hover figcaption{
	background: rgba(245,177,0,0.8);
}
.client {
	display: block;
}

.client .list {
	padding:2.6vw 0 7vw;
}

.client .list ul li {
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	margin-top:3.64583vw;
}
.client .list ul li a {
	display: block;
}
.client .list ul li img {
	width: 215px;
	height: 65px;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease; 
	overflow: hidden; 
}
.client .list ul li:hover img {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
#holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  z-index: 2;

}
#holder canvas {
	background-color: #000;
}

.canvascj {
	z-index: 10000 !important;
	display: block!important;
	visibility: visible !important;
}

.zxnews {
	display: block;
	position: relative;
	width: 100%;
	overflow:hidden; 
	padding: 0 10px;
	box-sizing: border-box;
}
.zxnews .swiper-container {
	padding-left: 10px;
}
.zxnews .swiper-wrapper {
	z-index: 99;
	padding:10px 0;
	box-sizing: border-box;
	flex-direction: initial;
}
.zxnews .swiper-slide {
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 101;
	margin-top: 0 !important;
	padding:2.6vw 2vw;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;  
}

.zxnews .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.zxnews .swiper-slide h3 {
	font-size: 1.14583vw;
	color: #333;
	margin-top: 1.4vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: bold;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;  
}

.zxnews .swiper-slide .int {
	font-size: 0.8333vw;
	color: #3A3A3A;
	margin-top: 1.354vw;
	line-height:1.354vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.zxnews .swiper-slide .time {
	display: block;
	font-size: 0.8333vw;
	color: #3A3A3A;
	padding-bottom: 1.05vw;
	position: relative;
	border-bottom: 1px solid #bebebe;
	font-family: "Arial";
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;  
}
.zxnews .swiper-slide .time:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 0%;
	background-color:#015BF5; 
	bottom: -1px;
	height: 1px;
	transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
}
.zxnews .swiper-slide .tag { 
	margin-top: 1vw;
	display: flex;
	align-items: center;
	color: #909090;
	font-size: 0.8333vw;
}
.zxnews .swiper-slide .tag span {
	margin:0 8px;
	display: block;
}
.zxnews .swiper-slide:hover h3 {
	color: #015BF5;
}
.zxnews .swiper-slide:hover {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border-radius: 5px;
}
.zxnews .swiper-slide:hover .time {
	color: #015BF5;
}

.zxnews .swiper-slide:hover .time:after {
	width: 100%;
}
.newion {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 33.3%;
	height: calc(50% - 1px);
	background: #fff;
}
.puchei .title h5 {
	color: #333;
}
.puchei .title h3 {
	color: #333;
}
.puchei .title h3 span:last-child::before {
	border-color: #333;
}

.swiper-button-prevNS {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%; 
	display: flex;
	justify-content: center;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #e8e8e8;
	cursor: pointer;
}
.swiper-button-prevNS i {
	margin-right: 20px;	
	vertical-align: middle;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;  
}
.swiper-button-prevNS:hover i {
	margin-right: 30px;
}
.swiper-button-nextNS {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%; 
	display: flex;
	justify-content: center;
	height: 80px;
	line-height: 80px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #e8e8e8;
	cursor: pointer;
}
.NSbg {
	background:#015BF5;
}
.NScolor {
	color: #333;
}
.NScolor i {
	color: #333;
}
.swiper-button-nextNS i {
	margin-left: 20px;	
	font-size: 14px;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;  
	vertical-align: middle;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
}
.swiper-button-nextNS:hover {
	color: #fff;
}
.swiper-button-nextNS:hover i {
	margin-left: 30px;
	color: #fff;
}
.footer {
	background: #000;
	padding: 20px 0;
	position: relative;
	z-index: 999999;
}

.footer .int {
	display: block;
	width: 48%;
	color: #7b7c8e;
	line-height: 30px;
	font-size: 12px;
}
.footer .int  a {
	display: inline-block;
	margin-left: 20px;
	color: #7b7c8e;
}
.footer .int  a:hover {
	color: #fff;
}
.footer .img {
	position: absolute;
	right: 0;
	bottom:50%;
	margin-bottom: -42px;
	width: 81px;
	height: 81px;
	border:2px solid #fff;
}
.footer .img img {
	width: 100%;
	display: block;
}

.button--nanuk {
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.button--nanuk > span {
	display: inline-block;
}

.button--nanuk:hover > span:nth-child(odd) {
	-webkit-animation: anim-nanuk-1 0.5s forwards;
	animation: anim-nanuk-1 0.5s forwards;
}
.button--nanuk:hover > span:nth-child(even) {
	-webkit-animation: anim-nanuk-2 0.5s forwards;
	animation: anim-nanuk-2 0.5s forwards;
}
.button--nanuk:hover > span:nth-child(odd),
.button--nanuk:hover > span:nth-child(even) {
	-webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}
@-webkit-keyframes anim-nanuk-1 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, 60%, 0);
		transform: translate3d(0, 60%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 60%, 0);
		transform: translate3d(0, 60%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -60%, 0);
		transform: translate3d(0, -60%, 0);
		color: #fff;
	}
	100% {
		color: #fff;
	}
}
@keyframes anim-nanuk-1 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		color: #fff;
	}
	100% {
		color: #fff;
	}
}
@-webkit-keyframes anim-nanuk-2 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
		color: #fff;
	}
	100% {
		color: #fff;
	}
}
@keyframes anim-nanuk-2 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
		color: #fff;
	}
	100% {
		color: #fff;
	}
}
.button--nanuk:hover > span:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.button--nanuk:hover > span:nth-child(2) {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}
.button--nanuk:hover > span:nth-child(3) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.button--nanuk:hover > span:nth-child(4) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.button--nanuk:hover > span:nth-child(5) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.button--nanuk:hover > span:nth-child(6) {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.button--nanuk:hover > span:nth-child(7) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.button--nanuk:hover > span:nth-child(8) {
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}
.button--nanuk:hover > span:nth-child(9) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.button--nanuk:hover > span:nth-child(10) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.yuanqiu {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 550px;
	background: #015BF5;
	overflow: hidden;
}
.yuanqiu:before {
	content:"";
	width:35vw;
	height:35vw;
	border-radius:50%;
	background:rgba(0,74,201,.2);
	position:absolute;
	top:-20vw;
	right:-10vw;
	-webkit-animation:round1 10s linear infinite;
	animation:round1 10s  linear infinite;
}
.yuanqiu:after {
	content:"";
	width:30vw;
	height:30vw;
	border-radius:50%;
	background:rgba(0,74,201,.2);
	position:absolute;
	top:6.5vw;
	left:-10vw;
	-webkit-animation:round2 10s linear infinite;
	animation:round2 10s  linear infinite;
}


.yuanqiu2:before {
	content:"";
	width:45vw;
	height:45vw;
	border-radius:50%;
	background:rgba(0,74,201,.2);
	position:absolute;
	bottom:-20vw;
	right:0vw;
	-webkit-animation:round2 5s linear infinite;
	animation:round2 5s  linear infinite;
}
.yuanqiu2:after {
	content:"";
	width:40vw;
	height:40vw;
	border-radius:50%;
	background:rgba(0,74,201,.2);
	position:absolute;
	top:10vw;
	left:-10vw;
	-webkit-animation:round1 5s linear infinite;
	animation:round1 5s  linear infinite;
}

.yuanqiu3:after {
	content:"";
	width:35vw;
	height:35vw;
	border-radius:50%;
	background:rgba(0,74,201,.2);
	position:absolute;
	top:-10vw;
	right:-10vw;
	-webkit-animation:round1 5s linear infinite;
	animation:round1 5s  linear infinite;
}

@-webkit-keyframes round1 {
	0% {
	-webkit-transform:translateX(0%);
	transform:translateX(0%)
}
25% {
	-webkit-transform:translateX(-5%);
	transform:translateX(-5%)
}
50% {
	-webkit-transform:translateY(5%);
	transform:translateY(5%)
}
75% {
	-webkit-transform:translateX(5%);
	transform:translateX(5%)
}
100% {
	-webkit-transform:translateX(0%);
	transform:translateX(0%)
}
}@keyframes round1 {
	0% {
	-webkit-transform:translateX(0%);
	transform:translateX(0%)
}
25% {
	-webkit-transform:translateX(-5%);
	transform:translateX(-5%)
}
50% {
	-webkit-transform:translateY(5%);
	transform:translateY(5%)
}
75% {
	-webkit-transform:translateX(5%);
	transform:translateX(5%)
}
100% {
	-webkit-transform:translateX(0%);
	transform:translateX(0%)
}
}@-webkit-keyframes round2 {
	0% {
	-webkit-transform:translateX(0%);
	transform:translateX(0%)
}
25% {
	-webkit-transform:translateX(5%);
	transform:translateX(5%)
}
50% {
	-webkit-transform:translateY(-5%);
	transform:translateY(-5%)
}
75% {
	-webkit-transform:translateX(-5%);
	transform:translateX(-5%)
}
100% {
	-webkit-transform:translateX(0%);
	transform:translateX(0%)
}
}@keyframes round2 {
	0% {
	-webkit-transform:translateX(0%);
	transform:translateX(0%)
}
25% {
	-webkit-transform:translateX(5%);
	transform:translateX(5%)
}
50% {
	-webkit-transform:translateY(-5%);
	transform:translateY(-5%)
}
75% {
	-webkit-transform:translateX(-5%);
	transform:translateX(-5%)
}
100% {
	-webkit-transform:translateX(0%);
	transform:translateX(0%)
}
}

.Highend .yuanqiu2 {
    position: absolute;
    top: -70px;
    right: 0;
    width: 100%;
    height: 550px;
    overflow: hidden;
    z-index: 10;
}
.Highend .yuanqiu2:before {
	width: 36vw;
	height: 36vw;
}
.Highend .yuanqiu2:after {
	display: none;
}
.inner-bg {
	height: 33.5vw;
	min-height: 570px;
	width: 100%;
	background: #015BF5;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.inner-bg .pa {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.inner {
	display: block;
	width: 100%;
	position: relative;
	z-index: 100;
}
.inner .text1 {
	padding-top: 125px;
	text-align: center;
}

.inner .text2 {
	margin-top: 5px;
	text-align: center;
}

.textpur {
	display: block;
	text-align: center;
	margin-top: -35px;
}
.textpur .in {
	display: inline-block;
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	font-family: "宋体";
	position: relative;
}
.textpur .in span {
	text-align: center;
	padding: 6px  10px;
	position: relative;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.textpur .in span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #fff;
}
.textpur .in:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height:100%;
	background: #fff;
}
.textpur .in:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height:100%;
	background: #fff;
}
.textpur:after {
	content: "";
	display: block;
	clear: both;
}
.textpur .in span.word1 {
	padding: 0;
	margin-left: -6px;
}

.textpur .in span:first-child:before {
	display: none;
}


.jb {
	display: block;
}
.jb a {
	display: block;
	margin-top: 30px;
	text-align: center;
}
.jb span {
	position: relative;
	z-index: 12;
}
.jb i {
	display: inline-block;
	padding: 0px 30px;
	font-size: 24px;
	border:1px solid #999;
	font-style: normal;
	color: #333;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	position: relative;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;  
}


.button--nina {
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	margin: auto;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}

.button--nina > span {
	display: inline-block;
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--nina:hover::before {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--nina:hover > span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--nina:hover > span:nth-child(1) {
	-webkit-transition-delay: 0.045s;
	transition-delay: 0.045s;
}
.button--nina:hover > span:nth-child(2) {
	-webkit-transition-delay: 0.09s;
	transition-delay: 0.09s;
}
.button--nina:hover > span:nth-child(3) {
	-webkit-transition-delay: 0.135s;
	transition-delay: 0.135s;
}
.button--nina:hover > span:nth-child(4) {
	-webkit-transition-delay: 0.18s;
	transition-delay: 0.18s;
}
.button--nina:hover > span:nth-child(5) {
	-webkit-transition-delay: 0.225s;
	transition-delay: 0.225s;
}
.button--nina:hover > span:nth-child(6) {
	-webkit-transition-delay: 0.27s;
	transition-delay: 0.27s;
}
.button--nina:hover > span:nth-child(7) {
	-webkit-transition-delay: 0.315s;
	transition-delay: 0.315s;
}
.button--nina:hover > span:nth-child(8) {
	-webkit-transition-delay: 0.36s;
	transition-delay: 0.36s;
}
.button--nina:hover > span:nth-child(9) {
	-webkit-transition-delay: 0.405s;
	transition-delay: 0.405s;
}
.button--nina:hover > span:nth-child(10) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.button--nina:hover {
	background: none;
	border:none;
	border-bottom: 4px solid #004bcb;
	border-radius: 5px;
	font-size: 23px;
	background: #015BF5;
	color: #fff;
}

.service {
	display: block;
	width: 80%;
	margin:0 auto;
	box-sizing: border-box;
}
.chart1 .service {
	padding: 160px 23% 120px 0;
}
.chart2,.chart3,.chart4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
}
.chart1 {
	background: url(../img/fw-bg1.png) no-repeat center;
}
.chart2 {

	background: url(../img/fw-bg2.png) no-repeat center;
}
.chart3 {
	background: url(../img/fw-bg3.png) no-repeat center;
}
.chart4 {
	background: url(../img/fw-bg4.png) no-repeat center;
}
.bcg {
	min-height: 100vh;
	box-sizing: border-box;
    background-attachment: fixed;
    background-size: cover !important;
}

.service h5 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.service .int {
	margin-top: 20px;
}
.service .int img {
	vertical-align: bottom;
}
.service .int b {
	font-size: 30px;
	color: #fff;
	vertical-align: bottom;
	margin-left: 15px;
}
.service .int b span {
	color: #015BF5;
	padding: 0 5px;
}
.service .int2 {
	padding-left: 90px;
	background: url(../img/dian.png) no-repeat left center;
	font-size: 36px;
	font-family: "宋体";
	font-weight: bold;
	margin-top: 20px;
	color: #fff;
}

.service .text {
	margin-top: 90px;
}

.service .text ul li {
	display: block;
	margin-bottom: 50px;
	color: #fff;
}

.service .text ul li h3 {
	display: block;
	font-size: 24px;
	font-weight: bold;
}
.service .text ul li span {
	display: block;
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
}
.service .want {
	display: block;
	margin-top: 90px;
}
.service .want span {
	font-size: 16px;
	line-height: 30px;
	display: block;
	color: #fff;
}
.service .want ul {
	margin-top: 60px;
	margin-bottom: 40px;
}
.service .want ul li {
	float: left;
	display: block;
	margin-right: 90px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.lin-jz .bj {
	margin-top: 290px;
}
.lin-jz .bj i {
	right: auto;
	top: 3px;
	vertical-align: middle;
}

.maps {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:940px;
	background: #000;
	z-index: 9;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.maps .wz {
	position: absolute;
	left: 50%;
	margin-left: 450px;
	bottom: 390px;
}
.maps .wz .dian {
	display: block;
	width: 20px;
	height: 20px;
	background: #015BF5;
	border-radius: 50%;
	position: relative;
	z-index: 11;
}
.maps .wz .dian:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -10px;
	margin-left: -10px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	background: rgba(1,91,245,0.8);
	border-radius: 50%;
	-webkit-animation: circle 1.5s linear infinite;
	animation: circle 1.5s linear infinite;
}
@-webkit-keyframes circle {
	/* Safari and Chrome */
	from {
	opacity: 1;
	-webkit-transform: scale(0);
	}
	to {
	opacity: 0;
	-webkit-transform: scale(4);
	}
}
.maps .wz .ten {
	display: block;
	position: absolute;
	left: -181px;
	top: -33px;
	z-index: 10;
	color: #fff;
	min-width: 150px;
	padding: 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.maps .wz .ten i {
	display: inline-block;
	margin-right: 10px;
	font-size: 30px;
}
.maps .wz .ten span {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}


.pr-zt {
	position: relative;
	z-index:11;
}

.link-zt {
	margin-top: 100px;
	background: #fff;
	position: relative;
	padding: 60px  50px;
	box-sizing: border-box;
}
.link-zt .bty {
	top: 40px;
}

.link-zt .lis1 {
	display: block;
	margin-top: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.link-zt .lis1 .ol {
	float: left;
	display: block;
	width: 50%;
	padding: 90px 0 90px 120px;
	color: #333;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;  
}
.link-zt .lis1 .ol i {
	display: block;
	font-size: 34px;
}
.link-zt .lis1 .ol h3 {
	font-size: 40px;
	font-weight: bold;
	padding: 15px 0;
}
.link-zt .lis1 .ol span {
	font-size: 16px;
	color: #666;
	display: block;
}
.link-zt .lis1 .ol:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	background: #015BF5;
	transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;  
}
.link-zt .lis1 .ol:hover {
	background: url(../img/link-dw.png) repeat;
}
.link-zt .lis1 .ol:hover::before {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
}
.link-zt .lis2 {
	padding: 70px 0;
	border-bottom: 1px solid #e5e5e5;
}
.link-zt .lis2  ul {
	display: flex;
	justify-content: space-around;
}
.link-zt .lis2 ul li {
	display: inline-block;
}
.link-zt .lis2 ul li i {
	display: inline-block;
	vertical-align: middle;
	font-size: 38px;
	color: #ccc;
}
.link-zt .lis2 ul li .int {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333;
	margin-left: 15px;
}
.link-zt .lis2 ul li .int a {
	color: #333;
}
.link-zt .lis2 ul li .int h3 {
	display: block;
	font-weight: bold;
}
.link-zt .lis2 ul li .int span {
	display: block;
	line-height: 40px;
	color: #666;
	font-size: 18px;
}
.link-zt .lis2 ul li:hover h3 {
	color: #015BF5;
}
.link-zt .lis2 ul li:hover i {
	color: #015BF5;
}


.webg {
	height: 820px;
}

.we-js {
	font-size: 16px;
	color: #fff;
	line-height: 33px;
	width: 1150px;
	margin: 0 auto;
	margin-top: 50px;
}
.we-js p {
	text-indent: 2rem;
}
.we-jz .bj {
	margin-top: 65px;
}

.we {
	background: #015BF5;
	position: relative;
	z-index: 9999;
	margin-top: 75px;
	overflow: hidden;
	border-bottom: 5px solid #015BF5;
}
.we-con {
	margin-left: 3%;
	padding-top: 100px;
}
.we .boxs {
	position: relative;
	z-index: 999;
	margin-bottom: 100px;
}

.we-ri {
	width: 1100px;
	box-sizing: border-box;
	padding-left: 50px;
}


.we-ri .list1 {
	display: block;
}
.we-ri .list1 ul {
	display: flex;
	justify-content: space-between;
}
.we-ri .list1 ul li {
	display: block;
	position: relative;
}

.we-ri .list1 ul li i {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}
.we-ri .list1 ul li:first-child::before {
	display: none;
}
.we-ri .list1 ul li:before {
	content: "";
	display: block;
	position: absolute;
	left: -133%;
	top: 50%;
	width: 3px;
	height: 66px;
	margin-top: -33px;
	background: rgba(255,255,255,0.3);
}
.we-ri .list1 ul li .year {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	padding: 25px 0;
}
.we-ri .list1 ul li .year span {
	display: inline-block;
	font-size: 24px;
	vertical-align: middle;
}
.we-ri .list1 ul li i:last-child {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
.we-ri h4 {
	font-size: 24px;
	color: #fff;
	margin: 70px 0;
	font-weight: bold;
}

.we-ri .list2 {
	display: block;
}
.we-ri .list2 ul li {
	display: inline-block;
	margin-right: 70px;
	text-align: center;
}

.we-ri .list2 ul li span {
	display: block;
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	text-align: center;
}

.we-ri .int {
	font-size: 16px;
	color: #fff;
	margin-top: 70px;
	line-height: 30px;
}

.we-rite {
	width: 77%;
	position: relative;
}

.we-rite2 {
	padding: 50px 0 100px 0;
}
.bwhite .twoimgs {
	width: 100%;
}
.we-ri h3 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
}
.we-ri h3 span {
	color: #015BF5;
}
.we-ri h3 b {
	font-weight: normal;
	font-size: 16px;
	color: #333;
	vertical-align: middle;
	margin-left: 40px;
}

.we-ri .imgs {
	margin-top: 60px;
	position: relative;
}
.we-ri .imgs img {
	display: block;
	float: left;
}

.bgq {
	position: absolute;
	left: 560px;
	bottom: 15px;
}
.bgq i {
	color: #015BF5;
	display: inline-block;
	vertical-align: middle;
	font-size: 33px;
	margin-right: 10px;
	animation: bgq 1.5s linear infinite;
	-webkit-animation: bgq 1.5s linear infinite;
	animation-direction: alternate;
	-webkit-animation-direction: alternate;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
}
.bgq .tit {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	font-size: 24px;
}
.bgq .tit  h5 {
	font-weight: bold;
}
.bgq .tit span {
	text-transform: uppercase;
	font-size: 18px;
	color: #a1a1a1;
	display: block;
	margin-top: 5px;
}


@keyframes bgq {
	0%{
		-webkit-transform:rotate(180deg)translateX(-12px);
		transform:rotate(180deg)translateX(-12px);
	}
	50%{
		-webkit-transform:rotate(180deg)translateX(0px);
		transform:rotate(180deg)translateX(0px);
		}
	100%{
		-webkit-transform:rotate(180deg)translateX(-12px);
		transform:rotate(180deg)translateX(-12px)
	}
}

@-webkit-keyframes bgq {
	0%{
		-webkit-transform:rotate(180deg)translateX(-12px);
		transform:rotate(180deg)translateX(-12px)
	}
	50%{
		-webkit-transform:rotate(180deg)translateX(0px);transform:rotate(180deg)translateX(0px)
		}
	100%{
		-webkit-transform:rotate(180deg)translateX(-12px);
		transform:rotate(180deg)translateX(-12px)
	}
}

.jdt {
	display: block;
	position: relative;
}
.jdt .zt ul li {
	display: block;
	margin-top: 50px;
	height: 82px;
	display: flex;
	align-items: center;
}
.jdt .zt ul li .year {
	font-size: 30px;
	color: #015BF5;
	font-weight: bold;
	width: 120px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}
.jdt .zt ul li .tots {
	margin-left: 70px;
	vertical-align: middle;
	display: inline-block;
	font-size: 17px;
	width: 285px;
	color: #333;
	line-height: 24px;

}
.jdt .zt ul li .tots i {
	font-size: 30px;
	color: #015BF5;
	font-weight: bold;
	font-style: normal;
}

.jdt .tiao {
	position: absolute;
	left: 150px;
	height: calc(100% + 80px);
	width: 4px;
	top: -50px;
	background: #015BF5;
}
.jdt .tiao:before {
	content: "◆";
	position: absolute;
	left: -9px;
    top: -22px;
	font-size: 35px;
	color: #015BF5;
	z-index: 10;
	height: 24px;
	overflow: hidden;
	width: 21px;
	display: block;
}
.jdt .tiao ul li {
	height: 82px;
	position: relative;
	margin-top: 50px;
}
.jdt .tiao ul li:before {
	content: "";
	display: block;
	width: 6px;
	height: 5px;
	background: #015BF5;
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -2px;
}
.jdt .tiao:after {
	content: "...";
	display: block;
	color: #015BF5;
	font-weight: bold;
	font-size: 30px;
	position: absolute;
	bottom: -40px;
	left: -3px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
}
.pt80 {
	padding-top: 80px;
}
.ryte {
	display: block;
	margin-top: 70px;
}
.ryte b {
	margin-top: 40px;
	line-height: 30px;
	display: block;
	font-weight: normal;
	font-size: 16px;
}
.we .yuanqiu2:before {
	bottom: auto;
	top: 300px;
	width: 40vw;
	height: 40vw;
}

.new-bg {
	width: 100%;
	height: 36.98vw;
	background: #000;
	min-height: auto;
}
.new-bg .le {
	display: block;
	width: 64%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	border-radius:0 18.49vw 18.49vw 0;
	background: #015BF5;
	z-index: 999;
}
.new-bg .ri {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
}
.new-bg .ri img {
	width: 100%;
	display: block;
}
.new-in {
	width: 80%;
	margin: auto;
	padding-top: 210px;
}
.new-in .le {
	width: 400px;
	text-align: center;
}
.new-in .text1 {
	padding-top: 0;
}
.new-in .ri  {
	padding-top: 100px;
}
.new-in .ri h3 {
	display: block;
	font-size: 36px;
	color: #fff;
	padding-right: 80px;
	font-weight: bold;
}
.new-in .ri .bj {
	margin-top: 20px;
}

.new-con {
	background: #fff;
	margin-top: 150px;
}
.new-con .hd {
	padding: 10px 0;
}
.new-con .hd a {
	color: #333 !important;
}
.new-con .hd ul li a:before {
	background: #015BF5;
}

.new-con .cons {
	border: 1px solid #e8e8e8;
	border-bottom: 0;
}
.new-con .cons ul li {
	float: left;
	width: 33.33333333%;
	box-sizing: border-box;
	padding: 40px 2.4%;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.new-con .cons ul li:nth-child(3n) {
	border-right:0;
}
.new-con .cons a {
	display: block;
	width: 100%;
	height: 100%;
}
.new-con .cons .text {
	margin-top: 35px;
}
.new-con .cons h3 {
	font-size: 24px;
	color: #333;
	height: 35px;
	line-height: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: bold;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;  
}

.new-con .cons .int {
	margin-top: 30px;
	font-size: 16px;
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #787878;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;  
}
.new-con .cons .time {
	display: block;
	margin-top: 30px;
	font-size: 15px;
	color: #333;
	letter-spacing: 2px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;  
}
.new-con .cons .imgs {
	width: 100%;
	display: flex;
	align-items: center;
	height: 16.0275vw;
	overflow: hidden;
}
.new-con .cons .imgs img {
	width: 100%;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;  
	display: block;
}

.new-con .cons ul li:hover .imgs img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.new-con .cons ul li:hover h3 {
	color: #015BF5;
}

.new-con .cons ul li:hover .time {
	color: #015BF5;
}

.new-con .cons ul li:hover .int {
	color: #000;
}

.new-cq {
	padding: 90px 1%;
	box-sizing: border-box;
}
.new-show .new-in {
	position: absolute;
	left: 10%;
	padding-top: 100px;
}
.new-show h3 {
	font-size: 30px;
	text-align: center;
	line-height: 40px;
}
.new-show .int {
	display: block;
	margin-top: 35px;
	color: #878787;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
}
.new-show .tbcos {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	margin-top: 50px;
	display: block;
	text-align: left;
	min-height: 400px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 15px;

}
.new-show .tbcos img {
	max-width: 96%;
	overflow: hidden;
}

.new-la {
	margin-top: 80px;
	display: block;
}
.new-la a {
	display: inline-block;
	font-size: 22px;
	height: 35px;
	line-height: 35px;
	width: 50%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.new-la:after {
	content: "";
	display: block;
	clear: both;
}
.new-la i {
	font-size: 28px;
	vertical-align: middle;
	margin-left: 10px;
	display: inline-block;
}
.new-la a:nth-child(1) i {
	margin-right: 10px;
	margin-left: 0;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
}
.new-la a:hover span {
	color: #015BF5;
}


/*  手机端底部悬浮 */
.mobileBoxs {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 3px 0;
  background: #015BF5;
  width: 100%;
  z-index: 9999999999999;
  display: none;
}
.mobileBoxs ul {
  display: flex;
  justify-content: space-around;
}
.mobileBoxs ul li {
  display: inline-block;
}
.mobileBoxs ul li a {
  display: block;
}
.mobileBoxs ul li i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  margin: auto;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.mobileBoxs ul li span {
  display: block;
  font-size: 12px;
  color: #fff;
  height: 20px;
  line-height: 20px;
}

.mobileIn {
  height: 54px;
  display: none;
  width: 100%;
}

.cbfixed {
	position: fixed;
	right: 30px;
	bottom: 15%;
	z-index: 99999999;
	display: none;
}
.cbfixed ul li {
	display: block;
	width: 45px;
	height: 45px;
	background-color: #015BF5;
	text-align: center;
	position: relative;
	line-height: 45px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;  
}
.cbfixed ul li a {
	display: block;
	position: relative;
}
.cbfixed ul li i {
	font-size: 18px;
	color: #fff;
	display: block;
	position: relative;
	z-index: 999;
}
.cbfixed ul li.back {
	margin-top: 10px;
}

.cbfixed ul li .fwrx {
	position: absolute;
	right: 45px;
	width: 200px;
	text-align: center;
	color: #fff;
	line-height: 45px;
	top: 0;
	display: none;
	background-color: #000;

}

.cbfixed ul li .evmsh {
	display: none;
	position: absolute;
	right: 45px;
	width: 140px;
	height: 140px;
	background-color: #fff;
	border:1px solid #e8e8e8;
	text-align: center;
	box-sizing: border-box;
	padding: 5px;
	top: 0;
}
.cbfixed ul li .evmsh  img {
	width: 100%;
}
.cbfixed ul li:hover {
	background-color: #000;
}

#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap {
	background-color: #015BF5 !important;
}

.nb-icon-wrap {
	width: 140px !important;
}
.nb-icon-inner-wrap {
	width: 140px!important;
	height: 70px!important;
}
#newBridge .nb-icon-skin-0 .nb-icon-bridge0 {
	width: 110px!important;
	height: 39px!important;
	background-size: 100%!important;
	margin-left: -55px!important;
	margin-top: -19px!important;
}
#newBridge .nb-icon-right-center {
	top: 70% !important;
}


/*  add  */
.zxnews .swiper-slide .ints {
	position: absolute;
	bottom: -60px;
	left: 0;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: rgba(0,0,0,0.28);
	width: 100%;
	padding: 0 15%;
	box-sizing: border-box;
	display: block;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; 
}
.zxnews .swiper-slide a:hover .ints {
	bottom: 0;
}



#infix .bottom {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 30px;
	z-index: 10;
	width: 65px;
}

#infix .bottom .line {
    position: relative;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.4);
}
#infix .bottom .line.autoplay::before {
	content: "";
    left: 0;
    width: 100%;
    -webkit-transition: width 5s linear;
    -o-transition: width 5s linear;
    transition: width 5s linear;
}
#infix .bottom .line::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: width .4s ease;
    -o-transition: width .4s ease;
    transition: width .4s ease;
}




/*  moban add  */

.new-con {
	min-height: 700px;
	border-radius: 0px 0 5px 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding:0 1.5625vw 1.5625vw 1.5625vw;
	box-sizing: border-box;
}
.new-cq .topboxs:first-child {
	margin-top: 0;
}
.new-cq .topboxs {
	font-size: 18px;
	margin-top: 16px;
}
.new-cq .topboxs:after {
	content: "";
	display: block;
	clear: both;
}
.new-cq .topboxs .boxs {
	width: 90%;
	float: right;
}
.new-cq .topboxs .quan {
	float: left;
	display: inline-block;
	height: 40px; 
}
.new-cq .topboxs .quan span {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.new-cq .topboxs i {
	font-size: 20px;
	color: #015BF5;
	margin-right: 15px;
}

.new-cq .topboxs .lis {
	float: left;
	margin-right: 65px;
	margin-bottom: 20px;
	height: 40px;
	display: flex;
	position: relative;
	align-items: center;
	transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;  
}
.new-cq .topboxs .lis:after {
	content: "";
	display: block;
	width: 60%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30%;
	background: #015BF5;
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg); /* Safari 与 Chrome */
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;  
}
.new-cq .topboxs:nth-child(2) .lis {
	color: #666;
}
.new-cq .topboxs .lis:hover {
	color: #015BF5;
}
.new-cq .topboxs .lis:hover::after {
	transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg); /* Safari 与 Chrome */
} 	

.new-cq .topboxs .lis.curr {
	color: #015BF5;
}
.new-cq .topboxs .lis.curr::after {
	transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg); /* Safari 与 Chrome */
} 	
.moban .new-cq {
	padding-top:60px;
	padding-bottom: 60px; 
}
.mobancon {
	margin-top: 25px;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 45px;
}
.mobancon:after {
	content: "";
	display: block;
	clear: both;
}
.mobancon a {
	display:block;
	position: relative;
	width: 100%;
	height: 100%;
}
.wall .article:hover .yl {
	bottom: 0;
	opacity: 1;
}
.wall .yl {
	padding: 4px 8px;
	border-radius: 3px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    position: absolute;
    right: 0;
	bottom: -10px;
	font-size: 13px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease; 
	opacity: 0;
    color: rgba(0,0,0,0.65); 
    z-index: 9; 
}
.wall .yl i {
    margin: 0 5px 0 0;
}
.wall .yl:hover {
	background: #015BF5;
	color: #fff;
}
.article {
  display: block;
  margin: 0 0 30px 0;
  padding: 18px;
  background: #fff;
  border:1px solid #eee;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 220ms;
  cursor: pointer;
  position: relative;
}

.article:hover {
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
	transition: all 500ms;
}

.article  img {
  display: block;
  width: 100%;
  margin: 0 0 0px 0;
  position: relative;
  z-index: 5;
}
.article h2 {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.wall {
  display: block;
  position: relative;
}
.wall-column {
  display: block;
  position: relative;
  width: 25%;
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
}

.textAnimation:before {
  content:"";
  position:absolute;
  width:30px;
  height:70px;
  top:0;
  left:0px;
  overflow:hidden;
  background:-moz-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.5)50%,rgba(255,255,255,0)100%);
  background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));
  background:-ms-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.5)50%,rgba(255,255,255,0)100%);
  background:-webkit-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.5)50%,rgba(255,255,255,0)100%);
  background:-o-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.5)50%,rgba(255,255,255,0)100%);
  -webkit-transform:skewX(-32deg);
  -ms-transform:skewX(-32deg);
  -moz-transform:skewX(-32deg);
  transform:skewX(-32deg);
  z-index: 99;
  opacity: 0;
  animation: gd 2.5s linear;
  -webkit-animation: gd 2.5s linear;
}

@keyframes gd
{
  0%   {left: -10px;opacity: 0;}
  50%  {left: 45px;opacity: 1;}
  100% {left: 80px;opacity: 0;}
}

@-webkit-keyframes  gd
{
  0%   {left: -10px;opacity: 0;}
  50%  {left: 45px;opacity: 1;}
  100% {left: 80px;opacity: 0;}
}

.page .pagination:after {
	content: "";
	display: block;
	clear: both;
}

.page .pagination a.cur {
	background: #015BF5;
	color: #fff;
	border: 1px #015BF5 solid;
}
.page .pagination a:hover {
	border: 1px #015BF5 solid;
	color: #015BF5;
}
.page .pagination a.cur:hover {
	color: #fff;
}

/*  add2  */
.pro-tou {
	background:#015BF5;
	height: 120px;
	width: 100%;
}

.pro-banner {
	position: relative;
}

.pro-banner .cons {
	width: 74.6875%;
	margin: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pro-banner .cons .left {
	display: block;
	max-width: 43%;
}
.pro-banner .cons .left .top {
	font-size: 18px;
	display: flex;
	align-items: center;
}
.pro-banner .cons .left .top span {
	display: inline-block;
	margin-right: 25px;
}

.pro-banner .cons .left h3 {
	font-size: 48px;
	font-weight: bold;
	margin-top: 15px;
}

.pro-banner .cons .left a {
	width: 200px;
	height: 60px;
	background: #015BF5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;  
}
.pro-banner .cons .left a i {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-left: 6px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
}
.pro-banner .cons .left a:hover {
	border-radius: 3px;
	background: #000;
}
.pro-banner .cons .right {
	width: 56.98%;
	height: 24.58vw;
	background: url(../img/pro-img2.png) no-repeat center center;
	background-size: 100% 100%;
	position: relative;
}

.pro-banner .cons .right .img {
	width: 75.36%;
	height: 81%;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -37.68%;
	top: 0;
	margin-top:4.4%;	
}
.pro-banner .cons .right .img img {
	width: 100%;
	height: 100%;
	display: block;
}

.cltf {
	display: block;
	width: 74.6875%;
	margin: 0 auto;
}

.cltf h3 {
	margin-top: 90px;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}

.cltf .st {
	margin-top: 35px;
	text-align: center;
}
.cltf .st span {
	display: inline-block;
	line-height: 55px;
	color: #666;
	padding: 0 25px;
	font-size: 18px;
	border-top: 1px solid rgba(153,153,153,0.25);
	border-bottom: 1px solid rgba(153,153,153,0.25);
}

.cltf  .list {
	position: relative;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cltf  .list .left {
	width: 57.3%;
/*	max-height: 40.5vw;*/
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 15;
}
.cltf  .list .left  img {
	width: 100%;
	display: block;
}

.cltf  .sas {
	display: block;
	z-index: 15;
}

.cltf  .sas h4 {
	font-size: 30px;
	font-weight: bold;
}
.cltf  .sas .out {
	font-size: 16px;
	color: #666;
	display: block;
	margin-top: 16px;
	line-height: 25px;
}

.cltf  .list .sas img {
	width: 62.5%;
	display: block;
	margin-top: 70px;
}

.cltf  .list:after {
	position: absolute;
	width: 100%;
	height: 34.9vw;
	content: "";
	display: block;
	left: 0;
	top: 50%;
	margin-top: -17.45vw;
	z-index: 9;
	background: url(../img/pro-img5.png) center center;
}
.sheji {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	margin: 50px auto;
	overflow: hidden;
	flex-direction: column;
}

.sheji img {
	max-width: 100%;
}

.jie {
	font-size: 16px;
	margin:120px auto 50px;
	color: #0045FF;
	width: 62%;
	line-height: 30px;
}
.jie span {
	color: #333;
}
.jie a {
	color: #0045FF;
	margin: 0 5px;
}
.jie a:hover {
	color: #000;
}
.dislin {
	background: #f6f6f6;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 260px;
}

.dislin img {
	width:284px;
}

.sheji {
	position: relative;
}
.shui {
	position: absolute;
	right: 0;
	bottom: 0%;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}
.shui span  {
	width:100%;
	height: 30%;
	display: block;
	opacity: 0.1;
	background: url(../img/shuiyin.svg) no-repeat right bottom;
	background-size: 45%;	
}

.xcxevm {
	width: 135px;
	height: 135px;
	margin-top: 45px;
	overflow: hidden;
}
.xcxevm img {
	width: 100%;
	display: block;
}

.xcx {
	width: 69.735%;
}

.xcx .img {
	width: 100%;
	display: block;
}
.xcx .img img {
	width: 100%;
	display: block;
}


/*   add  */
#canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    z-index: 2;
    display: block;
}
.byzx .text {
	font-weight: 900;
	font-size: 4.47916vw;
	color: rgba(0,0,0,0.23);
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: -2vw;
	opacity: 0.15;
	font-family: 'Arial';
}
.case-list {
	display: block;
	margin: 0 auto;
	margin: 4vw 2.7vw 0 2.7vw;
	position: relative;
	z-index: 999;
}

.case-list ul li {
	display: block;
	width: 50%;
	height: 24.2vw;
	float: left;
	position: relative;
}
.case-list ul li a {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 4.6875vw;
	box-sizing: border-box;
	flex-direction: column;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.case-list ul:after {
	content: "";
	display: block;
	clear: both;
}

.case-list ul li h3 {
	font-size: 2.083vw;
	color: #FFFFFF;
	margin-top: 3vw;
	font-weight: bold;
	visibility: hidden;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;  
}
.case-list ul li .out {
	margin-top: 12px;
	font-size: 16px;
	color: #FFFFFF;
	visibility: hidden;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;  
}

.case-list ul li .view-case {
	margin-top: 0px;
	width: 203px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F5B100;
	border-radius: 30px;
	position: relative;
	color: #fff;
	font-weight: bold;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;  
}

.case-list ul li .view-case i {
	font-size:32px;
	color: #fff;
	margin-left: 18px;
}
.case-list ul li:hover h3 {
	margin-top: 0;
}
.case-list ul li:hover .out {
	margin-top: 16px;
}
.case-list ul li:hover .view-case {
	opacity: 1;
	visibility: visible;
	margin-top: 30px;
}

.case-list ul li .view-case:hover {
	-webkit-transform: rotateX(-15deg)rotateY(8deg);
	-moz-transform: rotateX(-15deg)rotateY(8deg);
	-ms-transform: rotateX(-15deg)rotateY(8deg);
	transform: rotateX(-15deg)rotateY(8deg);
}

.Highend {
	position: relative;
	z-index: 99;
	background: #f5f6fa;
	padding-bottom: 50px;
}
.Highend .yuanqiu {
	top: -70px;
	z-index: 9;
}

.Highend .yw {

}
/*.yw .text {
	font-size:4.9vw;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Arial";
	display: block;
	text-align: center;
	color: rgba(0,74,201,1);
	opacity: 0.15;
	text-shadow: 1px 1px #0DADC5,-1px -1px #0DADC5,1px -1px #0DADC5,-1px 1px #0DADC5;
}*/
.Highend .yw .text {
	position: absolute;
	width: 34.635416vw;
	left: 50%;
	z-index: 10;
	margin-left: -17.317708vw;
	top: 15.583vw;
	visibility: hidden;
}
.Highend .yw .text img {
	width: 100%;
	display: block;
}
.allUp {
	width:21.35416vw;
	height: 3.802vw;
	text-align: center;
	line-height:3.802vw;
	font-weight: 500;
	font-size:1.35416vw;
	color: #333333;
	display: block;
	background-color: #fff;
	margin: 50px auto 0;
	border-radius: 3px;
}

.btn10{ border:1px solid #d0d0d0; position:relative; color: #666; overflow: hidden; -webkit-transition: all .6s;transition: all .6s;}
.btn10:hover{ color:#fff; border-color:#0251d8;}
.btn10 .bgsqr1{content: '';width: 0;height: 0;-webkit-transform: rotate(360deg); transform: rotate(360deg);border-style: solid;border-width: 0; border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent; border-left-color:#0251d8;position: absolute;bottom: 0;left: 0; -webkit-transition: all 0.6s; transition: all 0.6s;}
.btn10 .bgsqr2{content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);transform: rotate(360deg);border-style: solid;border-width: 0; border-top-color:transparent;border-left-color:transparent;border-bottom-color:transparent;border-right-color:#0251d8; position: absolute;top: 0; right: 0;-webkit-transition: all 0.6s; transition: all 0.6s;}
.btn10:hover .bgsqr1{ border-width:200px 0 0 200px;}
.btn10:hover .bgsqr2{ border-width:0 200px 200px 0;}
.btn10 span{ position:relative; z-index:1;}


.btn14{ border:1px solid #ccc; position:relative; color: #000; overflow: hidden; -webkit-transition: all .6s;transition: all .6s;}
.btn14:hover{ color:#fff; border-color:#015BF5;}
.btn14 .bgsqr1,.btn14 .bgsqr2,.btn14 .bgsqr3,.btn14 .bgsqr4{background:#015BF5;position: absolute;top:0; width: 0px;height: 100%;-webkit-transition: all 0.4s; transition: all 0.4s; opacity:0.35;}
.btn14 .bgsqr3,.btn14 .bgsqr4{ opacity:0.75;}
.btn14 .bgsqr1{ left:0;}
.btn14 .bgsqr2{ right:0}
.btn14 .bgsqr3{ right:0;}
.btn14 .bgsqr4{ left:0;}
.btn14:hover .bgsqr1,.btn14:hover .bgsqr2,.btn14:hover .bgsqr3,.btn14:hover .bgsqr4{ width:100%;}
.btn14:hover .bgsqr3,.btn14:hover .bgsqr4{-webkit-transition-delay:.4s;transition-delay:.4s;}
.btn14 span{ position:relative; z-index:1;}




.shades {
	margin-top: 50px;
}

.shades ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.shades ul li {
	display: block;
	width: 20.83333%;
	position: relative;
	height: 40.46875vw;
	overflow: hidden;
	transition: all 700ms cubic-bezier(.9, 0, .33, 1);
}
.shades ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.shades ul li .img1 {
	position: absolute;
	left: 0;'
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	transition: all 700ms cubic-bezier(.9, 0, .33, 1);
}
.shades ul li .img1 img {
	width: 100%;
	height: 100%;
	display: block;
}

.shades ul li .img2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: all 700ms cubic-bezier(.9, 0, .33, 1);
}
.shades ul li .img2 img {
	width: 100%;
	height: 100%;
	display: block;
}

.shades ul li .text {
	height: 100%;
	padding-top: 16.979vw;
	padding-left: 4.6875vw;
	padding-right: 4.6875vw;
	box-sizing: border-box;
	display: block;
	flex-direction: column;
	position: relative;
	z-index: 9999;
	transition: all 700ms cubic-bezier(.9, 0, .33, 1);
}

.shades ul li .text h3 {
	font-weight: bold;
	font-size: 1.5625vw;
	color: #FFFFFF;
	text-align: center;
	visibility: hidden;
	letter-spacing: 0;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: all 700ms cubic-bezier(.9, 0, .33, 1);
}

.shades ul li .text .out {
	font-size: 1.25vw;
	color: #FFFFFF;
	text-align: center;
	margin-top: -35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 700ms cubic-bezier(.9, 0, .33, 1);
}

.shades ul li .text .st {
	font-size: 0.828vw;
	color: #FFFFFF;
	margin-top: 20px;
	text-align: center;
	line-height: 1.5625vw;
	overflow: hidden;
	visibility: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	visibility: hidden;
	transition: all 700ms cubic-bezier(.9, 0, .33, 1);
}

.shades ul li .same {
	display: flex;
	align-items: center;
	margin-top: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all 700ms cubic-bezier(.9, 0, .33, 1);
}

.shades ul li .same img {
	width: 5.2083vw;
	height: 5.2083vw;
	overflow: hidden;
	margin-right: 25px;
	border-radius: 50%;
}
.shades ul li .lin {
	width: 10.416vw;
	height: 2.8125vw;
	border: 1px solid #FFFFFF;
	color: #fff;
	font-size: 0.9375vw;
	border-radius: 3px;
	margin-top: 20px;
	opacity: 0;
	display: block;
	position: relative;
	visibility: hidden;
	transition: all 700ms cubic-bezier(.9, 0, .33, 1);
}
.shades ul li .lin .btn-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.shades ul li .lin i {
	font-size: 1.5625vw;
	margin-right: 10px;
}
.shades ul li.currs {
	width: 34.74vw;
}
.shades ul li.currs .img1 {
	opacity: 0;
	visibility: hidden;
}
.shades ul li.currs .img2 {
	opacity: 1;
	visibility: visible;
}

.shades ul li.currs .text {

	padding-left:4.21875vw;
	width: 100%;
	padding-top: 7.552vw;
}
.shades ul li.currs .text h3 {
	font-size: 1.979vw;
	text-align: left;
}
.shades ul li.currs .text .out {
	margin-top: 30px;
	opacity: 1;
	text-align: left;
	visibility: visible;
}

.shades ul li.currs .text .st {
	font-size: 14px;
	padding-left: 0;
	text-align: left;
}

.shades ul li.currs .text .same {
	margin-top: 3.6458vw;
	opacity: 1;
	visibility: visible;
}

.shades ul li.currs .text .lin {
	margin-top: 3.7458vw;
	opacity: 1;
	visibility: visible;
}

.puc .int span {	
	display: block;
}

.index-new {
	padding:30px 0 50px 0;
}


.tc-btns {
	margin-top: 3vw;
	display: flex;
	align-items: center;
	justify-content: center;
}


.tc-btns a {
	width: 16.4583vw;
	height:3.28125vw;
	background: #337eff;
	margin: 0 10px;
	font-size: 1.4583vw;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tc-btns i {
	font-size: 1.735vw;
	margin-right:15px;
}
.tc-btns .fn {
	background: #F5B100;
}
.tc-btns a:after {
	width: 100%;
	height: 35%;
	left: 0;
	top: 100%;
	background: #085ae8;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform-origin: 0% 0%;
	transform: rotateX(-90deg);
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tc-btns .fn:after {
	width: 100%;
	height: 35%;
	left: 0;
	top: 100%;
	background: #cd9400;
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateX(-90deg);
	-moz-transform-origin: 0% 0%;
	-moz-transform: rotateX(-90deg);
	-ms-transform-origin: 0% 0%;
	-ms-transform: rotateX(-90deg);
	transform-origin: 0% 0%;
	transform: rotateX(-90deg);
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tc-btns a:hover {
	-webkit-transform: rotateX(15deg);
	-moz-transform: rotateX(15deg);
	-ms-transform: rotateX(15deg);
	transform: rotateX(15deg);
}


.connect {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	padding: 2.604vw  7.291vw;
}

.connect h3 {
	font-size: 2vw;
	color: #333333;
	color: #333;
}

.connect .st {
	font-size: 14px;
	color: #333;
	display: block;
	margin-top: 10px;
}

.connect .right {
	display: flex;
	align-items: center;
}

.connect .right .god {
	margin-left: 10.416vw;
}
.connect .right .god span {
	animation:tel 6s ease-out 0s infinite;
	-webkit-animation:tel 6s ease-out 0s infinite;
	display:inline-block;
}
.connect .right .god span:nth-child(1) {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
}
.connect .right .god span:nth-child(2) {
	animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
}
.connect .right .god span:nth-child(3) {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
.connect .right .god span:nth-child(4) {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.connect .right .god span:nth-child(5) {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.connect .right .god span:nth-child(6) {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.connect .right .god span:nth-child(7) {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.connect .right .god span:nth-child(8) {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
.connect .right .god span:nth-child(9) {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.connect .right .god span:nth-child(10) {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
.connect .right .god span:nth-child(11) {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.connect .right .god span:nth-child(12) {
	animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
}
/*.connect .right .god .st {
	margin-left: 0.86vw;
}*/
.footer {
	padding: 2.5vw 7.291vw 0 7.291vw;
}
.footer-nav {
	display: flex;
	justify-content: space-between;
}
.footer-nav ul {
	display: block;
}
.footer-nav ul:after {
	content: "";
	display: block;
	clear: both;
}
.footer-nav ul li {
	display: block;
	float: left;
	margin-right: 3.64583vw;
}
.footer-nav ul li a {
	display: block;
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 1.6625vw;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease; 
}
.footer-nav ul li h3 {
	font-size: 0.8333vw;
	font-weight: bold;
	color: #fff;
	margin-bottom: 8px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease; 
}

.footer-nav ul li a:hover {
	color: #fff;
}
.footer-nav ul li a h3:hover {
	color: #F5B100;
}

.index-evm {
	text-align: center;
	font-size: 12px;
	color: #fff;
	display: block;
	line-height: 22px;
}

.index-evm  .imgs {
	width: 7.6vw;
	height: 7.6vw;
	background: #FFFFFF;
	border-radius: 0.833vw;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	margin-bottom: 10px;
	overflow: hidden;
}

.index-evm  .imgs img {
	width: 96%;
}

.footer .bottom {
	display: block;
	text-align: center;
	font-size: 12px;
	color: rgba(255,255,255,0.9);
	margin-top: 10px;
	padding:2.604vw 10px 0.8333vw 10px;
}
.footer .bottom  a {
	color: rgba(255,255,255,0.9);
}

@-webkit-keyframes tel{
	0%{-webkit-transform:scale(1);}
	1%{-webkit-transform:scale(1.3);}
	3%{-webkit-transform:scale(0.8);}
	6%{-webkit-transform:scale(1);}
	100%{-webkit-transform:scale(1);}
}
@keyframes tel{
	0%{transform:scale(1);}
	1%{transform:scale(1.3);}
	3%{transform:scale(0.8);}
	6%{transform:scale(1);}
	100%{transform:scale(1);}
}


.product-show {
	display: block;
	width: 100%;
	height:23.4375vw;
	min-height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.product-show .text {
	position: absolute;
	left: 7.03125vw;
	bottom: 2.916666vw;
}
.product-show .text h3 {
	font-weight:bold;
	font-size: 2.604166vw;
	color: #FFFFFF;
}
.product-show .text .st {
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 20px;
}

.linkurl {
	background: #f5f7fa;
	padding: 30px 7.03125vw;
}
.linkurl a {
	font-size:0.9375vw;
	color: #757575;
	display: flex;
	align-items: center;
}

.linkurl span {
	width: 150px;
	height: 45px;
	border: 1px solid #DCDCDC;
	border-radius: 22.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 40px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; 
}
.linkurl span:hover {
	background: #015BF5;
	color: #fff;
	border: 1px solid #015BF5;
}

.pro-cons {
	display: block;
	max-width: 100%;
	overflow: hidden;
}
.pro-cons img {
	width: 100%;
	display: block;
}


.product .bd .pro-xcx {
	display: block;
	box-sizing: border-box;
	width: 78.54166vw;
	margin: 0 auto;
}
.product .bd .pro-xcx::after {
	content: "";
	display: block;
	clear:both;
}
.product .bd .pro-xcx li {
	display: block;
	width: 18%;
	height: 25.260416vw;
	margin:0 1%;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
	margin-bottom: 30px;
	overflow:initial; 
}

.product .bd .pro-xcx li .csb {
	padding: 0 1.40625vw;
	box-sizing: border-box;
	display: flex;
	border:1px solid #e3e2e5;
	height: 100%;
	width: 100%;
	align-items: center;
	padding-top: 4vw;
	flex-direction: column;
}

.product .bd .pro-xcx li .csb .img {
	width: 6.25vw;
	height: 6.25vw;
	min-width:80px;
	min-height: 80px;
	display: block;
	overflow: hidden;	
	border-radius: 50%;
	border:1px solid #e3e2e5;
}
.product .bd .pro-xcx li .csb .img img {
	width: 100%;
	height: 100%;
	display: block;
}

.product .bd .pro-xcx li .csb h3 {
	font-size: 1.25vw;
	font-weight: bold;
	margin-top:2.604166vw;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}

.product .bd .pro-xcx li .csb .line {
	width: 24px;
	height: 4px;
	background: #333;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 0.9vw;
}

.product .bd .pro-xcx li .csb .st {
	text-align: center;
	font-size: 0.83333vw;
	line-height: 1.8;
	color: #9797a1;
}

.product .bd .pro-xcx li .inpoty {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;  
}

.product .bd .pro-xcx li .inpoty  .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;  
}
.product .bd .pro-xcx li .inpoty  .img  img {
	width: 100%;
	height: 100%;
}
.product .bd .pro-xcx li .inpoty  .img2  img {
	width: 100%;
	height: 100%;
}
.product .bd .pro-xcx li .inpoty  .img2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease; 
}

.product .bd .pro-xcx li .inpoty .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 90;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease; 
}

.product .bd .pro-xcx li .inpoty .text img {
	width: 6.25vw;
	height: 6.25vw;
	min-width:80px;
	min-height: 80px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
.product .bd .pro-xcx li .inpoty .text  .int {
	margin-bottom: 20px;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}

.product .bd .pro-xcx li:hover .inpoty {
	opacity: 1;
}


.product .bd .pro-xcx li:hover .inpoty {

	box-shadow: 0px 0px 15px rgba(0,0,0,0.11);
}


/* 方案add  */
.product-fa {
	display: block;
	width: 100%;
	height:29.6875vw;
	min-height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.product-fa .fa-text {
	width: 1200px;
	margin: 0 auto;
	padding-top: 11.14583vw;
}

.product-fa .fa-text h3 {
	font-size: 40px;
	color: #fff;
}

.product-fa .fa-text .st {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 20px;
	width: 725px;
}

.view-case2 {
	margin-top: 34px;
	width: 203px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2DB1AE;
	border-radius: 30px;
	position: relative;
	color: #fff;
	font-weight: bold;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;  
}

.view-case2 i {
	font-size:32px;
	color: #fff;
	margin-left: 18px;
}


.view-case2:hover {
	-webkit-transform: rotateX(-15deg)rotateY(8deg);
	-moz-transform: rotateX(-15deg)rotateY(8deg);
	-ms-transform: rotateX(-15deg)rotateY(8deg);
	transform: rotateX(-15deg)rotateY(8deg);
}

.fa-wrap {
	width: 1200px;
	margin: 0 auto;
}

.zhjy-ys {
	margin-top: 75px;
}

.titles {
	font-size: 40px;
	color: #333333;
	text-align: center;
}

.zhjy-ys ul {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}

.zhjy-ys ul li {
	display: block;
	width: 220px;
}

.zhjy-ys ul li .img {
 	width: 100%;
 	height: 96px;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 }
.zhjy-ys ul li .img img {
  	max-width: 90%;
  	-webkit-transform: rotateX(0deg)rotateY(0deg);
	-moz-transform: rotateX(0deg)rotateY(0deg);
	-ms-transform: rotateX(0deg)rotateY(0deg);
	transform: rotateX(0deg)rotateY(0deg);
  	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;  
  }
.zhjy-ys ul li h3 {
	text-align: center;
	font-size: 20px;
	color: #000000;
	margin: 20px 0 25px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;  
}

.zhjy-ys ul li .st {
	text-align: center;
	color: #727272;
	font-size: 12px;
	line-height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:4;
}  

.zhjy-ys ul li:hover .img img {
	-webkit-transform:rotateY(-30deg);
	-moz-transform: rotateY(-30deg);
	-ms-transform:rotateY(-30deg);
	transform:rotateY(-30deg);
}

.zhjy-ys ul li:hover h3 {
	color: #1777FF;
}
.zhjy-cj {
	background: #F2F4F6;
	margin-top: 75px;
	padding: 60px 0 120px 0;
}

.zhjy-cj ul {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}

.zhjy-cj ul li {
	width: 290px;
	background: #FFFFFF;
	padding: 30px 36px 36px 36px;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.zhjy-cj ul li h3 {
	color: #0A0A0A;
	line-height: 25px;
	font-size: 18px;
	margin-bottom: 18px;
	position: relative;
	z-index: 99;
	transition: all 700ms cubic-bezier(.8, 0, .33, 1);
}

.zhjy-cj ul li .line {
	width: 100%;
	height: 1px;
	background:#DCDCDC;
	position: relative;
	z-index: 99;
	transition: all 700ms cubic-bezier(.8, 0, .33, 1);
}

.zhjy-cj ul li .st {
	margin-top: 18px;
	color: #727272;
	line-height: 18px;
	font-size: 12px;
	padding: 0 1px;
	text-align: justify;
	position: relative;
	z-index: 99;
	transition: all 700ms cubic-bezier(.8, 0, .33, 1);
}

.zhjy-cj ul li:after {
	content: "";
	width: 200%;
	height: 200%;
	position: absolute;
	left: -50%;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
	background: #1777FF;
	transition: all 700ms cubic-bezier(.8, 0, .33, 1);
}
.zhjy-cj ul li:hover::after {
	opacity: 1;
	visibility: visible;
	transform: translateY(-60%);
	-webkit-transform: translateY(-60%);
}
.zhjy-cj ul li:hover h3 {
	color: #fff;
}
.zhjy-cj ul li:hover .line {
	color: #fff;
}
.zhjy-cj ul li:hover .st {
	color: #fff;
}


.zhjy-sx {
	margin-top: 70px;
	margin-bottom: 100px;
}

.zhjy-sx .swiper-container {
	margin-top: 70px;
	position: relative;
}
.zhjy-sx .swiper-container:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #cdcdcd;
	position: absolute;
	left: 0;
	z-index: 9;
	top: 12px;
}
.zhjy-sx .swiper-container .jt {
	position: absolute;
	right: 0;
	top: 12px;
	color: #2DB1AE;
	font-size: 20px;
}
.zhjy-sx .swiper-wrapper {
	position: relative;
	z-index: 99;
}
.zhjy-sx .swiper-slide {
	flex-direction: column;
	justify-content: center;
}

.zhjy-sx .kuang {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(45, 177, 174, 0.36);
	border: 5px solid #2DB1AE;
}

.zhjy-sx h3 {
	font-size: 22px;
	color: #393939;
	line-height: 34px;
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
}

.zhjy-sx .st {
	text-align: justify;
	margin-top: 24px;
	color: #727272;
	font-size: 15px;
	line-height: 22px;
}

.zhjy-sx .swiper-button-nexts {
	position: absolute;
	right: -3px;
	top: 2px;
	z-index: 99999;
	cursor: pointer;
}

.zhjy-sx .swiper-button-nexts i,.zhjy-sx .swiper-button-prevs i {
	color: #2DB1AE;
	font-size: 24px;
}


.zhjy-cj2 ul {
	flex-wrap: wrap;
}

.zhjy-cj2 ul li {
	display: block;
	width: 386px;
	margin-bottom: 20px;
}

.zhjy-cj2 ul li:after {
	display: none;
}
.zhjy-cj2 ul li:before {
	content: "";
	width: 100%;
	height: 100%;
	background:url('../img/zhjy-cjbg.png') no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top:80%;
	opacity: 0;
	visibility: hidden;
	transition: all 700ms cubic-bezier(.8, 0, .33, 1);
}
.zhjy-cj2 ul li:hover::before {
	top: 0;
	visibility: visible;
	opacity: 1;
}

.zhjy-sx2 .imgs {
	margin: 50px 0 60px 0;
}
.zhjy-sx2 .int {
	display: block;
}
.zhjy-sx2 .int span {
	display: block;
	font-size: 16px;
	color: #727272;
	margin-top: 10px;
	line-height: 22px;
	position: relative;
}
.zhjy-sx2 .int span:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #2DB1AE;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -3px;
	border-radius: 50%;
}


.zhcy-yx {
	padding: 75px 0 100px 0;
	background: #F3F5FA;
}

.titles span {
	display: block;
	color: #727272;
	font-size: 18px;
	margin-top: 21px;
}

.zhcy-yx .list {
	padding-top: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.zhcy-yx .list .img {
	display: block;
}

.zhcy-yx .list .btn-an {
	width: 203px;
	height: 60px;
	background: #2589FF;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 110px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;  
}
.zhcy-yx .list .btn-an:hover {
	background: #F5B100;
}

.zhcy-yx .list ul li {
	background: #fff;
	width: 211px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px #EAF4FF;
	border-radius: 8px;
	padding: 25px 20px 20px 20px;
	box-sizing: border-box;
	position: absolute;
}

.zhcy-yx .list ul li h3 {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #0A0A0A;
}
.zhcy-yx .list ul li img {
	padding-right: 10px;
}
.zhcy-yx .list ul li .st {
	font-size: 12px;
	color: #727272;
	line-height: 18px;
	margin-top: 12px;
}

.zhcy-yx .list ul li:nth-child(1) {
	left: 84px;
	top: 84px;
	animation: qiu 1.5s linear infinite;
	-webkit-animation: qiu 1.5s linear infinite;
	animation-direction:alternate;
	-webkit-animation-direction:alternate; /* Safari å’Œ Chrome */
}

.zhcy-yx .list ul li:nth-child(2) {
	left: 0px;
	top: 253px;
	  animation: qiu2 2s linear infinite;
  -webkit-animation: qiu2 2s linear infinite;
  animation-direction:alternate;
  -webkit-animation-direction:alternate; /* Safari å’Œ Chrome */
}

.zhcy-yx .list ul li:nth-child(3) {
	left: 130px;
	top: 410px;
	  animation: qiu 2s linear infinite;
  -webkit-animation: qiu 2s linear infinite;
  animation-direction:alternate;
  -webkit-animation-direction:alternate; /* Safari å’Œ Chrome */
}

.zhcy-yx .list ul li:nth-child(4) {
	right: 95px;
	top: 84px;
	  animation: qiu2 1.5s linear infinite;
  -webkit-animation: qiu2 1.5s linear infinite;
  animation-direction:alternate;
  -webkit-animation-direction:alternate; /* Safari å’Œ Chrome */
}

.zhcy-yx .list ul li:nth-child(5) {
	right: 0px;
	top: 253px;
	  animation: qiu3 2s linear infinite;
  -webkit-animation: qiu3 2s linear infinite;
  animation-direction:alternate;
  -webkit-animation-direction:alternate; /* Safari å’Œ Chrome */
}

.zhcy-yx .list ul li:nth-child(6) {
	right:110px;
	top: 409px;
	  animation: qiu 2s linear infinite;
  -webkit-animation: qiu 2s linear infinite;
  animation-direction:alternate;
  -webkit-animation-direction:alternate; /* Safari å’Œ Chrome */
}
@keyframes qiu
{
  from {
    transform: translate(0px,0px);
    -ms-transform: translate(0px,0px); 
    -webkit-transform: translate(0px,0px); 
  }
  to {
    transform: translate(20px,40px);
    -ms-transform: translate(20px,40px); 
    -webkit-transform: translate(20px,40px); 
  }
}


@-webkit-keyframes qiu 
{
  from {
    transform: translate(0px,0px);
    -ms-transform: translate(0px,0px); 
    -webkit-transform: translate(0px,0px); 
  }
  to {
    transform: translate(10px,30px);
    -ms-transform: translate(10px,30px); 
    -webkit-transform: translate(10px,30px); 
  }
}

@keyframes qiu2
{
  from {
    transform: translate(0px,0px);
    -ms-transform: translate(0px,0px); 
    -webkit-transform: translate(0px,0px); 
  }
  to {
    transform: translate(30px,15px);
    -ms-transform: translate(30px,15px); 
    -webkit-transform: translate(30px,15px); 
  }
}


@-webkit-keyframes qiu2 
{
  from {
    transform: translate(0px,0px);
    -ms-transform: translate(0px,0px); 
    -webkit-transform: translate(0px,0px); 
  }
  to {
    transform: translate(-30px,50px);
    -ms-transform: translate(-30px,50px); 
    -webkit-transform: translate(-30px,50px); 
  }
}


@keyframes qiu3
{
  from {
    transform: translate(0px,0px);
    -ms-transform: translate(0px,0px); 
    -webkit-transform: translate(0px,0px); 
  }
  to {
    transform: translate(-35px,60px);
    -ms-transform: translate(-35px,60px); 
    -webkit-transform: translate(-35px,60px); 
  }
}


@-webkit-keyframes qiu3 {
  from {
    transform: translate(0px,0px);
    -ms-transform: translate(0px,0px); 
    -webkit-transform: translate(0px,0px); 
  }
  to {
    transform: translate(15px,15px);
    -ms-transform: translate(15px,15px); 
    -webkit-transform: translate(15px,15px); 
  }
}


.zhcy-cb {
	padding: 90px 0;
}

.zhcy-cb ul {
	margin-top: 110px;
	display: flex;
	justify-content: space-between;
}
.zhcy-cb ul li {
	width: 360px;
	background: #FFFFFF;
	box-shadow: 0px 2px 24px -1px rgba(0, 0, 0, 0.07);
	border-radius: 8px;
	border: 1px solid #EFEFEF;
	padding: 66px 20px 20px 20px;
	box-sizing: border-box;
	text-align: center;
}
.zhcy-cb ul li h3 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	line-height: 28px;
}

.zhcy-cb ul li .st {
	font-size: 13px;
	font-weight: 400;
	color: #727272;
	line-height: 18px;
	margin-top: 22px;
}
.zhcy-cb ul li .img {
	margin-top: 30px;
}

.zhcy-xl {
	padding: 110px 0;
	background: #F3F5FA;
}

.zhcy-xl .list {
	margin-top: 70px;
	background: #FFFFFF;
	box-shadow: 0px 2px 24px -1px rgba(186, 186, 186, 0.07);
	border-radius: 8px;
	border: 1px solid #EFEFEF;
	padding: 65px 80px;
	box-sizing: border-box;
	position: relative;
}

.zhcy-xl .list .right {
	position: absolute;
	right: 130px;
	top: 40px;
	bottom: 40px;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.zhcy-xl .list .right .box {
	display: block;
}

.zhcy-xl .list .right .box h3 {
	font-weight: bold;
	color: #393939;
	font-size: 25px;
	line-height: 30px;
	position: relative;
}
.zhcy-xl .list .right .box h3:before {
	position: absolute;
	left: -30px;
	content: "";
	top: 50%;
	margin-top: -7px;
	width: 9px;
	height: 9px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(45, 177, 174, 0.36);
	border: 2px solid #2DB1AE;
	border-radius: 50%;
}

.zhcy-xl .list .right .box .st {
	color: #727272;
	line-height: 22px;
	font-size: 15px;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.zhwl {
	height: 55.52083vw;
	min-height: 940px;
	width: 100%;
	position: relative;
	z-index: 99;
}

.zhwl h3 {
	padding-top: 10.15625vw;	
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

.zhwl .st {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 30px;
	text-align: center;
}

.zhwl .list {
	margin-top: 90px;
	position: relative;
}

.zhwl .list .td {
	width: 510px;
}
.zhwl .list .td h4 {
	color: #FFFFFF;
	line-height: 38px;
	font-size: 28px;
	margin-bottom: 30px;
}

.zhwl .list .td .int {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 22px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.zhwl .list .td .int:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2DB1AE;
	margin-right: 15px;
}
.zhwl .list .td .view-case {
	margin-top: 60px;
}

.zhwl .list .img {
	position: absolute;
	right: -100px;
	top: 0;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;  
}
.zhwl .list:hover .img {
	-webkit-transform: rotateZ(-5deg);
	-moz-transform: rotateZ(-5deg);
	-ms-transform: rotateZ(-5deg);
	transform: rotateZ(-5deg);
}

.wl-con {
	background: #fff;
	position: relative;
	z-index: 99;
	padding: 20px 0;
}

.wl-con .shades {
	margin-top: 0;
}

.twonav {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 88px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;  
}
.header .nav ul li .twonav a {
	text-align: center;
	padding: 8px 0;
	font-size: 14px;
	font-weight: normal;
	justify-content: center;
}
.header .nav ul li .twonav a:hover {
	color: #2589FF;
}
.header .nav ul li:hover .twonav {
	opacity: 1;
	visibility: visible;
}

.mou-twonav {
	display: none;
}

/*  add  */
.tppic {
	float: left;
	width: 16.04166vw;
	height: 16.04166vw;
	overflow:hidden;
	position: relative;
	text-align: center; 
}
.tppic .img {
	width: 100%;
	height: 100%;
	z-index: 99;
}
.tppic .img img {
	width: 100%;
	display: block;
} 
.tppic .text {
	display: block;
	font-size: 1.5625vw;
	color: #fff;
	position: absolute;
	height:55%;
	width: 100%;
	top: 0;
	border-radius: 50%;
	padding-top: 45%;
	z-index: 999;
	text-shadow: 3px 3px 5px #333;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tppic .stext {
	font-size: 1.04166vw;
	color: #fff;
	position: absolute;
	bottom:0%;
	z-index: 9999;
	width: 100%;
	left: 0;
	text-transform: uppercase;
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tppic:hover .text{
	padding-top: 40%;
	height: 60%;
	background: rgba(250,108,13,0.7);
}
.tppic:hover .stext {
	bottom:35%;
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	filter:alpha(opacity=1);
}
.ml-60 {
    margin-left: -3.125vw;
}
.mt40 {
	margin-top: 40px;
}

.why {
	margin-top: 80px;
	width: 90%;
}
.why .hd ul li {
	display: block;
	float: left;
	width: 16.5%;
	padding: 20px 0 20px 0;
	text-align: center;
	position: relative;
}
.why .hd ul li.on {
	background-color: #f5f5f5;
}
.why .hd ul li.on i {
	width: 0;
	height: 0;
	border-width:14px 14px 0px 14px;
    border-style: solid;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -7px;
    border-color:#f5f5f5 transparent transparent;
}
.why .hd ul li .img {
	width: 100%;
	text-align: center;
}
.why .hd ul li .img img {
	display: block;
	margin: auto;
}
.why .hd ul li .text {
	color: #2c2c2c;
	font-size: 16px;
	margin-top: 5px;
}
.why .bd {
	overflow:hidden;
	margin-top: 30px 
}
.why .bd .text {
	width: 90%;
	float: left;
	padding: 30px 5% 30px 5%;
	background-color: #f5f5f5;
	font-size: 16px;
	line-height: 25px;
}
.culture .list .text span {
	display: block;
}
.culture {
	margin-top: 60px;
	width: 90%;
	padding-bottom: 50px;
}
.culture .list {
	float: left;
	margin-left: 2%;
	width: 32%;
	padding-bottom: 10px;
	background-color: #fff;
}
.culture .list:hover img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
}


.culture .list:first-child {
	margin-left: 0;
}
.culture .list .img {
	display: block;
	width: 100%;
	overflow:hidden; 
}
.culture .list .img img {
	width: 100%;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.culture .list h3 {
	font-size: 18px;
	color: #333;
	display: block;
	margin: 10px 0;
}
.culture .list .text {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.we-rite .lists {
	margin-top: 20px;
	width: 1100px;
	margin-bottom: 80px;
}
.we-rite .lists ul:after {
	content: "";
	display: block;
	clear: both;
}
.we-rite .lists ul li {
	width:210px;
	margin-top: 43px;
	margin-left: 50px;
	float: left;
	height: 290px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.we-rite .lists ul li img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}