	#background {
		position: fixed;
		top: 0;
		left: 0;
		z-index: -100;
	}
	#container {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: -100;
	}
	#output {
		width: 100%;
		height: 100%;
	}
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 40%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
	margin-top: 10px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #fcff00;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 24px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../images/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../images/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../images/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../images/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2{
position:relative;
	background: url(https://v.xbqyw.cn/esu/bg2.jpg) no-repeat;
	background-size: cover;
	overflow:hidden;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
position:relative;
	width: 100%;
	height: 100%;
	background: url(https://v.xbqyw.cn/esu/bg3.jpg) no-repeat;
	background-size: cover;
	overflow:hidden;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	background: #f1f1f1;
}
.index_main .section4 h3{
	text-align: center;
}
.index_main .section5{
position:relative;
	background: url(https://v.xbqyw.cn/esu/bg2.jpg) no-repeat;
	background-size: cover;
	overflow:hidden;
}
.index_main .section5 h3{
	text-align: center;
}
.index_main .section6{
position:relative;
	background: url(https://v.xbqyw.cn/esu/bg3.jpg) no-repeat;
	background-size: cover;
	overflow:hidden;
}
.index_main .section6 h3{
	text-align: center;
}

		.rotate-slider{
			margin: 5em auto;
			height: 360px;
			/* overflow: hidden; */
			width: 360px;
		}
		.rotate-slider ul.slides{
			height: 100%;
			margin: 0;
			overflow: hidden;
			padding: 0;
			position: relative;
				top: 0;
				left: 50%;
			-ms-transform-origin: center center;
			transform-origin: center center;
			width: 100%;
		}
		.rotate-slider ul.slides.animate{
			-webkit-transition: all 0.75s ease-in-out;
			transition: all 0.75s ease-in-out;
		}
		.rotate-slider ul.slides li{
			background-position: center;
			background-size: cover;
			display: block;
			color: #fff;
			list-style: none;
			position: absolute;
				top: 0;
				left: 50%;
			text-align: center;
			-ms-transform-origin: bottom center;
			transform-origin: bottom center;
			width: 100%;
		}
		.rotate-slider ul.slides li:nth-of-type(1){background: #0474cf;}
		.rotate-slider ul.slides li:nth-of-type(2){background: #666;}
		.rotate-slider ul.slides li:nth-of-type(3){background: #05c6d1;}
		.rotate-slider ul.slides li:nth-of-type(4){background: #666;}
		.rotate-slider ul.slides li:nth-of-type(5){background: #e3ac04;}
		.rotate-slider ul.slides li:nth-of-type(6){background: #666;}
		.rotate-slider ul.slides li .inner{
			box-sizing: border-box;
			padding: 20px;
			height: 100%;
			width: 100%;
		}
		.rotate-slider ul.slides li .inner h1{font-size:80px;line-height:100px;}
		.rotate-slider ul.slides li .inner h2{font-size:40px;line-height:60px;}
		.rotate-slider ul.slides li .inner p{font-size:18px;line-height:30px;}
.index_main .sorttitle{position:absolute;bottom:80px;right:0px;width:calc(100% - 40px);padding:0 20px; text-align:center;color: #fff;z-index:999}
.index_main .section h3{font-size: 70px;font-weight: bold;color: #fff;}
.index_main .section h3 span{color: #fcff00;}
.index_main .section p{font-size:18px;font-weight: 500;}




@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 50px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 32%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 14px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 24px;margin-top: 0px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;margin-top: 0px;
	}

}


:root {
  --duration: 35s;
}
.wrapper-images {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) perspective(800px) rotatey(10deg) rotateX(-10deg);
}

.images-line {
  -webkit-animation: runner var(--duration) linear infinite;
          animation: runner var(--duration) linear infinite;
  display: flex;
  transform: translateX(23%);
}
.images-line:nth-child(even) {
  -webkit-animation-duration: calc(var(--duration) * 1.5);
          animation-duration: calc(var(--duration) * 1.5);
}
.images-line .line {
  background-position: 50% 50%;
  background-size: cover;
  flex: none;
  width: 30vh;
  height: 15vh;
  margin: clamp(10px, 2vw, 20px);
  position: relative;
  transition: ease-in-out all 0.3s;
  border-radius: 1rem;
  background:#f8f8f8;
}
.images-line .line .img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
  transition: ease-in-out all 0.3s;
  overflow: hidden;
  border-radius: 1rem;
}
.images-line .line:hover .img {
  cursor: pointer;
  transform: scale(1.1) translatez(0px);
}
.images-line .line:hover:after {
  filter: blur(35px) opacity(0.6);
}
.images-line .line:after {
  content: "";
  background: inherit;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 3vh;
  position: absolute;
  background-size: cover;
  z-index: -1;
  transition: ease-in-out all 0.3s;
  filter: blur(25px) opacity(0.4);
}

@-webkit-keyframes runner {
  to {
    transform: translateX(-10.4%);
  }
}

@keyframes runner {
  to {
    transform: translateX(-10.4%);
  }
}
.dev {
position: absolute;
bottom: 30%;
left: calc((60% - 100px)/2);
width:40%;
padding: 50px;
text-align:center;
letter-spacing:5px;
cursor: pointer;
z-index: 100;
background: linear-gradient(135deg,rgb(4,116,207,.8) 0%,rgb(5,198,209,.8) 50%);
border-radius: 20px;
}

@media only screen and (max-width: 1400px){
.index_main .section h3{font-size: 60px;}
.dev {
left: calc((50% - 100px)/2);
width:50%;
padding: 50px;
}

}

@media only screen and (max-width: 1199px){
.index_main .section h3{font-size: 50px;}
.dev {
left: calc((40% - 60px)/2);
width:60%;
padding: 30px;
}

}
@media only screen and (max-width: 991px){
.index_main .section h3{font-size: 50px;}
.index_main .section p{font-size:16px;}
.dev {
left: calc((30% - 60px)/2);
width:70%;
padding: 30px;
}

}

@media only screen and (max-width: 767px){
.index_main .sorttitle{bottom:120px;}
.index_main .section h3{font-size: 30px;}
.index_main .section p{font-size:12px;}
.dev {
left: calc((20% - 40px)/2);
width:80%;
padding: 20px;
}
.rotate-slider ul.slides li .inner h2 {
    font-size: 30px;
    line-height: 50px;
}
}


/* swiper */
.swiper-container {
  padding: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  transition: all 0.3s ease;
  background-position: fixed;
}

.swiper-item {
  width: 80%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
}

.swiper-slide .number {
  width: auto;
  height: auto;
  position: absolute;
  right: 10px;
  bottom: -40px;
  font-size: 120px;
  -webkit-text-stroke: 1px #333;
  color: transparent;
  font-weight: 600;
  font-family: "IBM Plex Sans", sans-serif;
  opacity: 0.3;
}

@media screen and (max-width: 512px) {
  .swiper-slide .number {
    display: none;
  }

  .swiper-item {
    width: 100%;
  }
}
.swiper-item:after {
  content: "";
  background-color: black;
  position: absolute;
  width: 100%;
  height: inherit;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
}

.swiper-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  z-index: 1;
  opacity: 0.2;
}

/* swiper arrows */
.swiper-arrows {
  width: 160px;
  height: 80px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0px;
  right: 20%;
}

@media screen and (max-width: 512px) {
  .swiper-arrows {
    right: 0%;
  }
}
.swiper-button-prev,
.swiper-button-next {
  width: 80px;
  height: 80px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: 0;
  transition: all 0.3s ease;
}

.swiper-button-prev {
  right: 80px;
  left: auto;
  background-color: rgba(255, 255, 255, 0.7);
}

.swiper-button-next {
  right: 0px;
  background-color: rgba(255, 255, 255, 0.8);
}

.swiper-button-prev span,
.swiper-button-next span {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px #666666;
  border-left: 0;
  border-bottom: 0;
  transition: all 0.1s ease;
}

.swiper-button-prev span {
  transform: rotate(-135deg);
  left: 49%;
}

.swiper-button-next span {
  transform: rotate(45deg);
  right: 49%;
}

.swiper-button-prev:hover span,
.swiper-button-next:hover span {
  width: 5px;
  height: 5px;
  border: solid 2px #fff;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  width: 0px;
  height: inherit;
  content: "";
  position: absolute;
  background-color: #333;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  opacity: 0.8;
}

.swiper-button-prev:after {
  right: 0;
}

.swiper-button-next:after {
  left: 0;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  width: inherit;
}

.swiper-button-disabled {
  opacity: 1 !important;
}

.swiper-button-disabled.swiper-button-prev span,
.swiper-button-disabled.swiper-button-next span {
  opacity: 0.2;
}

/* swiper arrows mobile */
@media screen and (max-width: 512px) {
  .swiper-button-prev,
.swiper-button-next {
    width: 60px;
    height: 60px;
    bottom: 0;
  }

  .swiper-arrows {
    height: 60px;
  }

  .swiper-button-prev {
    right: 60px;
  }

  .swiper-button-prev span {
    left: 45%;
  }

  .swiper-button-next span {
    right: 45%;
  }
}
/* swiper pagination */
.swiper-pagination {
  height: 200px;
  display: flex;
  flex-direction: column;
  width: 60px !important;
  right: calc(20% - 60px);
  bottom: 20px;
  float: right;
  position: absolute;
  left: auto !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0px;
}

.swiper-pagination-bullet {
  background-color: #333;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 3px;
  border-radius: 0px;
  opacity: 0.5;
}

.swiper-pagination-bullet:hover {
  width: 50px;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active:hover {
  width: 60px;
  transition: all 0.3s ease-in-out;
  left: 0;
  background-color: #333;
  opacity: 1;
}

/* swiper pagination mobile */
@media screen and (max-width: 512px) {
  .swiper-pagination {
    right: calc(10% - 60px);
  }

  .swiper-pagination-bullet,
.swiper-pagination-bullet:hover {
    width: 15px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0px;
  }

  .swiper-pagination-bullet-active,
.swiper-pagination-bullet-active:hover {
    width: 25px;
  }
}
/* text content */
.slide-text {
  text-align: left;
  color: #333;
  background-color: #f1f1f1;
  opacity: 1;
  z-index: 2;
  width: 40%;
  max-width: 260px;
  padding: 30px;
  position: absolute;
  right: 5%;
  border-radius: 20px;
}

.slide-text.playText {
  animation: transitionText 2s ease;
}

@keyframes transitionText {
  0% {
    right: -100%;
  }
  100% {
    right: 5%;
  }
}
.slide-text h1 {
  font-size: 25px;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.slide-text p {
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: 200;
}

/* text content mobile */
@media screen and (max-width: 512px) {
.slide-text {
  width: 60%;
  right: 0%;
}
  .slide-text h1 {
    font-size: 15px;
    letter-spacing: 0.02em;
  }

  .slide-text p {
    font-size: 14px;
  }
}
/* button */
.slide-text .btn {
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 2px;
  color: #333;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
  border: 0;
  padding: 0 15px;
  left: 0;
}

.slide-text .btn:before {
  content: "";
  background-color: #333;
  width: 2px;
  height: 20px;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: -1px;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}

.slide-text .btn:after {
  content: "";
  width: 0px;
  height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px transparent;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  top: 3px;
  left: -10px;
  transition: all 0.3s ease-in-out;
}

.slide-text .btn:hover::before {
  left: 11px;
  transform: rotate(90deg);
}

.slide-text .btn:hover::after {
  border: solid 2px #333;
  border-left: 0;
  border-bottom: 0;
  left: 10px;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.slide-text .btn:hover {
  padding-left: 35px;
}

button:focus {
  outline: 0;
}
button a {
  color:#333;
}

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 50px 0;
	width: 90%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
}
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}
figure.effect-apollo {
	background: #037bd3;
  border-radius: 20px;
}

figure.effect-apollo img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 20px;
	bottom: 20px;
	margin: 0px;
	padding: 0 10px 0;
	width: 70%;
	height:auto;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
	font-size:30px;
	font-weight:600;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo:hover img {
	opacity: 0.05;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover h2 {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-bubba {
	background: #037bd3;
  border-radius: 20px;
}

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-bubba:hover img {
	opacity: 0.05;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
  border-radius: 10px;
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
  border-radius: 10px;
}

figure.effect-bubba h2 {
	padding-top: 20%;
	padding-left: 30px;
	padding-right: 30px;
	font-size:30px;
	font-weight:600;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 15px 30px;
	max-height:70px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.swiper-pagination2{width:100%; text-align:center; margin:0 auto;position: relative;z-index: 4;padding-top:50px;}
.swiper-pagination2.swiper-pagination-bullets span{opacity: 1;background: #fff;width: 10px;height: 10px;margin: 0 5px!important;border-radius: 5px;-webkit-transition: .3s;-o-transition: .3s;transition: .3s}
.swiper-pagination2.swiper-pagination-bullets span.swiper-pagination-bullet-active{background: #2F4396;width: 30px;border-radius: 5px;}

.homenews {
margin-top: 100px;
}

.homenews-tabs {
    width: 100%;
}
.homenews-tabs .newstabs {
    width: 300px;
    height: 54px;
	margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homenews-tabs .newstabs i {
    margin-right:15px;
}

.homenews-tabs .newstabs .tab-item {
    flex-grow: 1;
    height: 100%;
    border: solid #037bd3;
    border-width: 1px 1px 1px 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s linear;
    border-radius: 0px;
	z-index:2000;
}

.homenews-tabs .newstabs .tab-item:first-child {
    border-left-width: 1px;
	border-radius: 5px 0 0 5px;
}
.homenews-tabs .newstabs .tab-item:last-child {
	border-radius: 0 5px 5px 0;
}

.homenews-tabs .newstabs .tab-item:hover {
    opacity: 0.6;
}

.homenews-tabs .newstabs .tab-item.active {
    background: #037bd3;
    color: #fff;
}

.homenews-tabs .newstabs .tab-item.active:hover {
    opacity: 1;
}

.homenews-tabs .homenews-list {
    display: none;
	position:relative;
    width: 100%;
}

.homecontact {
  color: #ffffff;
  padding: 80px 0;
  display:block;
}
.homecontact .contactus {
  height: auto;
}
.homecontact .contactinfo {
  width: 90%;
  margin:0 auto;
}
.homecontact .contac-top {
  margin: 0 0 20px;
}
.homecontact .contac-top .contac1 {
  font-size: 60px;
}
.homecontact .contac-top .contac2 {
  font-size: 44px;
}
.homecontact .contac-bot .contac1 {
  font-size: 16px;
}
.homecontact .contac-bot .contac2 {
  margin: 10px 0 15px;
}
.homecontact .contac-bot .contac2 .sp1 {
  font-size: 32px;
}
.homecontact .contac-bot .contac2 .contac2-y {
  display: inline-block;
  margin: 0 0 0 2%;
}
.homecontact .contac-bot .contac2 .contac2-y .a1 {
  display: inline-block;
  color: #2E2E2E;
  margin: 0 30px 0 0;
  position: relative;
}
.homecontact .contac-bot .contac2 .contac2-y .a1 .b1 {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  color:#037bd3;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
}
.homecontact .contac-bot .contac2 .contac2-y .a1 .b1 i {
  font-size: 25px;
  line-height: 38px;
}
.homecontact .contac-bot .contac2 .contac2-y .a1 .b2 {
  display: inline-block;
  width: 104px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #ffffff;
  color:#037bd3;
  border-radius: 20px;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.homecontact .contac-bot .contac3 {
  font-size: 16px;
  margin-bottom:20px;
}
.contac-ewm {
  display: none;
  position: absolute;
  top: -550%;
  right: 0%;
  padding: 3px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
.form-group input[type="text"], .form-group input[type="password"], .form-group input[type="tel"], .form-group input[type="email"], .form-group select , .form-group button {
    position: relative;
    display: inline-block;
    width: calc(100% - 36px);
    color: #808186;
    line-height: 26px;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0;
    background: #f3f3f3;
    border: 3px solid #f3f3f3;
	border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.form-group button {cursor: pointer;}
.form-group button:hover {    background: #037bd3;
    border: 3px solid #037bd3;
    color: #fff;
}
.contactform {
  width: 100%;
 margin: 0 0 50px 0;
    display: inline-block;
}
.field10 {
  width: 10%;
  float:left;
    display: inline-block;
}
.field20 {
  width: 20%;
  float:left;
    display: inline-block;
}
.field30 {
  width: 30%;
  float:left;
    display: inline-block;
}

.footer-bottom {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}
.footer-bottom a:hover, .footer-bottom a {
    color: #fff;
}

.section_contact{
position:relative;
	background: url(https://v.xbqyw.cn/esu/bg2.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	overflow:hidden;
}
.contact_title{margin-top:200px;}
.contact_title{font-size: 40px;font-weight: bold;color: #fff;}
.contact_title span{color: #fcff00;}
.section_contact p{font-size:18px;font-weight: 500;}
.page-title { 
    padding: 240px 0 240px; 
    position: relative;
}

.page-title .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00020f;
    opacity: 0.6;
}

.page-title .page-title-content { 
    position: relative;
}

.page-title .page-title-content .page-title-heading { 
    margin-bottom: 7px;   
}

.page-title .page-title-content .page-title-heading .title {
    color: #fff;
    line-height: 36px;
    font-size: 36px;
    font-weight: 500;
}
.page-title .page-title-content { 
    position: relative;
}

.page-title .page-title-content .page-title-heading { 
    margin-bottom: 7px;   
}

.page-title .page-title-content .page-title-heading .title {
    color: #fff;
    line-height: 60px;
    font-size: 60px;
    font-weight: 500;
}
.breadcrumbs ul li{
    display: inline-block;
    color: #ccc;
}

.breadcrumbs ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400; 
}

.breadcrumbs ul li a:hover {
    color: #48C6D3;   
}

.breadcrumbs ul li:not(:last-child) {
    margin-right: 5px;
}

.breadcrumbs ul li:not(:last-child):after {
    content: '/';
    color: #fff;
    font-size:  16px;
    margin-left: 8px;
}
.parallax {
    width: 100%;
    background-position: center center !important;
    background-repeat: repeat !important;
    background-size: cover !important;
}
.text-center{text-align:center;}

.subpages{padding:100px 0; position:relative; z-index:2000;}
.subcontainer{width:90%; margin:0 auto;overflow:auto;}
.grid.newslist{overflow:auto;padding:0;}
.grid.newslist li{ float:left; margin-right:30px; margin-bottom:30px; width:calc((100% - 60px)/3);}
.grid.newslist li:nth-child(3n) {
    margin-right: 0px;
}

/*pagination
-------------------------------------------------------------- */
.pagination-wrap {
    width: 100%;
    text-align: center;
	padding-top:60px;
}

.flat-pagination li {
    display: inline-block;
    margin: 0 8px;
}

.flat-pagination li a {
    background-color: #e1e1e1;
    font-weight: 400;
    font-size: 18px;
    padding: 8px 21px;
    display: block;
    line-height: 34px;
    text-align: center;
    border-radius: 3px;
}

.flat-pagination li a:hover,
.flat-pagination li.active a {
    background-color: #037bd3;
    color: #fff;
}

.flat-pagination li a i {
    padding-left: 3px;
}
.newsDetailsArea{
    position: relative;
    color: #fff;
}
.newsDetails{
    position: relative;
}
.ndMeta{
    position: relative;
    margin: 0 0 60px;
}
.ndMeta span{
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    color: #ccc;
    margin-right: 21px;
}
.ndMeta span i{
    position: relative;
    top: -1px;
    margin-right: 10px;
}
.ndMeta span a{
    color: inherit;
}
.ndMeta span a:hover{
    color: #037bd3;
}
.newsDetails h2.ndTitle{
    color: #fff;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: -1.32px;
    margin: 0 0 23px;
}
.nd_content{
    position: relative;
    margin-bottom: 60px;
    color: #fff;
}
.nd_content p{
    margin: 0 0 18px;
}
.nd_content img{
    max-width:100%;
}
.nd_content p:last-of-type{
    margin-bottom: 0;
}
.ndPaginations{
    position: relative;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 30px 0 30px;
	overflow:auto;
}

.pagin {
    float:left;
	width:50%;
    color: #ccc;
}
.pagin strong{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: .8;
    color: #ccc;
    display: block;
    margin-bottom: 15px;
}
.pagin  h3{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin: 0;
}
.pagin  h3 a{
    color: inherit;
}
.pagin  h3 a:hover{
    color: #037bd3;
}
.pdt5{
    padding-top: 15px;
}
.pdr5{
    padding-right: 5px;
}
.mh1{
    min-height: 1px;
}

.about-title { 
    padding: 200px 0 0px; 
    position: relative;
	color:#fff;
	font-size:16px;
}
.about-title h1 { 
	font-size:60px;
}
.about-title h2 { 
    line-height:60px; 
	font-size:40px;
	margin-bottom:60px;
}
.about-title h3 { 
    line-height:40px; 
	font-size:30px;
	margin-bottom:50px;
}
.about-title p { 
    line-height:1.5; 
	font-size:18px;
	margin-bottom:20px;
}
.contd p { 
    line-height:1.5; 
	font-size:18px;
	margin-bottom:0px;
	color:#fff;
}

.counter-all {
	margin-top:50px;
}
.counter-block {
	float:left;
	width:calc((100% - 6px)/4);
	border-right: 2px solid #ccc;
	padding: 50px 0;
	margin-bottom: 30px;
	text-align: center;
}
.counter-block:last-child {
	border-right: 0px;
}

.counter-block .count-text {
	font-size: 70px;
	color: #fff;
}


.counter-block .counter-title {
	font-size: 20px;
}
.section{position:relative; z-index:2000;}

.btn-style-one{
	position:relative;
	color:#ffffff;
	font-size:18px;
	line-height:26px;
	font-weight: 500;
	padding: 20px 60px;
	background-color:#037bd3;
	border-radius: 10px;
  transition: all 0.3s ease;
}

.btn-style-one:hover{
	color:#037bd3;
	background-color: #e1e1e1;
}

.progress-wrap {
	position: fixed;
	z-index: 3;
	right: 1%;
	bottom: 15%;
	display: none;
	transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	opacity: 0;
	visibility: hidden;
	z-index:3000;
}
.progress-wrap.active {
	opacity: 1;
	visibility: visible;
}
.progress-wrap a {
	outline: none;
	border: none;
	text-decoration: none;
	width: 60px;
	height: 60px;
	position: relative;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #fff;
	-webkit-filter: drop-shadow(0px 0px 12px rgba(44, 75, 114, 0.1));
	filter: drop-shadow(0px 0px 12px rgba(44, 75, 114, 0.1));
}
.progress-wrap a svg path {
	fill: none;
}
.progress-wrap a svg.progress-circle path {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	stroke-width: 4;
	stroke: #037bd3;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
}
.progress-wrap a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 60px;
	text-align:center;
	font-size:30px;
	transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
}
.progress-wrap:hover a span {
color:#037bd3
}
.progress-wrap {
	display: inline-block;
}
.caselink {
	display: block;
	text-align:center;
	margin-top:100px;
}

@media only screen and (max-width: 1199px){
.contact_title{font-size: 30px;}
.grid.newslist li{ float:left; margin-right:30px; margin-bottom:30px; width:calc((100% - 30px)/2);}
.grid.newslist li:nth-child(3n) {
    margin-right: 30px;
}
.grid.newslist li:nth-child(2n) {
    margin-right: 0px;
}

}
@media only screen and (max-width: 991px){
.contact_title{font-size: 24px;}
}


@media only screen and (max-width: 767px){

.homenews-tabs .newstabs {
    margin-top: 20px;
}
.homenews-tabs .newstabs {
    height: 34px;
}

.homenews-tabs .newstabs .tab-item {
    font-size: 16px;
}
.homenews-tabs .homenews-list {
    margin-top: 20px;
}

  .homecontact .contac-top .contac1 {
    font-size: 30px;
  }
  .homecontact .contac-top .contac2 {
    font-size: 16px;
    margin: 3% 0;
  }
  .homecontact .contac-bot .contac2 .sp1 {
    font-size: 20px;
  }
  .homecontact .contac-bot .contac2 .contac2-y {
    margin: 3% 0 0;
    width: 100%;
	display:none;
  }
  .homecontact .contac-bot .contac2 .contac2-y .a1 {
    margin: 0 0 3%;
  }
  .homecontact .contac-bot .contac2 .contac2-y .a1 .b2 {
    width: 84px;
  }
  .homecontact .contac-top {
    margin: 0 0 0px;
}
  .homecontact .conta {
    height: auto;
    padding: 30px 0;
  }
  .homecontact .contactinfo {
    position: relative;
    width: 90%;
    left: 0;
    top: 0;
    margin: auto !important;
  }
  .homecontact {
    padding: 30px 0;
  }
  .contactform {
    margin: 0 0 10px 0;
}
.form-group input[type="text"], .form-group input[type="password"], .form-group input[type="tel"], .form-group input[type="email"], .form-group select {
    width: calc(100% - 26px);
    padding: 3px 10px;
}
 .form-group button {
    width: 100%;
    padding: 3px 10px;
}
.field10 {
  width: 100%;
  float:left;
    display: inline-block;
	margin-bottom:10px;
}
.field20 {
  width: 100%;
  float:left;
    display: inline-block;
	margin-bottom:10px;
}
.field30 {
  width: 100%;
  float:left;
    display: inline-block;
	margin-bottom:10px;
}
.homecontact .contac-bot .contac1 {
    font-size: 12px;
}
.homecontact .contac-bot .contac3 {
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-bottom {
    margin-bottom: 60px;
}
.contact_title{font-size: 20px; margin-top:30px;}
.section_contact p{font-size:14px;}
.grid.newslist li{ float:left; margin-right:0px; margin-bottom:30px; width:100%;}
.grid.newslist li:nth-child(3n) {
    margin-right: 0px;
}
.flat-pagination li a {
    font-weight: 400;
    font-size: 16px;
    padding: 5px 12px;
    display: block;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
}
    .newsDetails h2.ndTitle{
        font-size: 24px;
      line-height: 34px;
    letter-spacing: -1.32px;
    margin: 0 0 13px;
  }
.pagin {
    float:left;
	width:100%;
}
.pagin  h3{
    font-size: 18px;
    line-height: 22px;
}
.about-title h1 { 
	font-size:21px;
}
.about-title h2 { 
    line-height:24px; 
	font-size:16px;
	margin-bottom:40px;
}
.about-title h3 {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 20px;
}
.about-title p {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 10px;
}
.counter-block {
	float:left;
	width:100%;
	border-right: 0px solid #ccc;
	padding: 0px 0;
	margin-bottom: 30px;
	text-align: center;
}
figure.effect-apollo h2 {
	font-size:20px;
	font-weight:500;
}
figure.effect-bubba h2 {
	padding-top: 10%;
	font-size:20px;
	font-weight:500;
}

.flat-pagination li {
    margin: 0 2px;
}

.shubiao{display:none}


.about-title {
    padding: 150px 0 0px;
}
.subpages {
    padding: 50px 0;
}
.btn-style-one{
	font-size:14px;
	line-height:20px;
	padding: 20px 20px;
}



}