@media (min-width:1440px ) {
	.container {
		width: 1300px;
	}
}
@media (min-width:1680px ) {
	.container {
		width: 1500px;
	}
}
.searchDiv{
	width:250px;
	position: absolute;
	top:5px;
	right:70px;
	z-index: 990;
}
#navBtn{
	z-index:990;
	right:20px;
	position: relative !important;
}

.am-animation-slide-right{
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.am-animation-slide-right img{
	width: 40px;
}

.nav-label-index{
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	/* color: #fff; */
	margin-right: 10px;
}

.nav-label-white{
	color: #000 !important;
}

.showNavBtn{
	display: block;
}

.hiddenNavBtn{
	display: none;
}

#navBtnClose{
	z-index: 9999;
}

.searchDiv .form .input-group input{
	background-color:rgba(0,0,0,0.6);
	/*border-color: rgba(0,0,0,0.6);*/
	color:white;
	
}
.searchDiv .form .input-group .btn{
	/*border-color: rgba(0,0,0,0.6);*/
	background-color:rgba(0,0,0,0.6);
}
.win-section {
  position: relative;
  height: 100vh;
  width: 100%;
  min-width: 900px!important;
  top: 0;
  left: 0;
  /* background: url(../img/index_logo.png) center center #000000 no-repeat; */
  font-size: 40px;
  overflow: hidden;
  transition: all 2s ease;
}
.theme-btn{
	background: #148EC4;
}
/** button **/
.theme-btn{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  padding: 17px 30px;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn:before{
  position: absolute;
  content: '';
  background: #1c1d1f;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.theme-btn:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn i{
  position: relative;
  top: 2px;
  font-size: 20px;
  margin-left: 40px;
}

.slider-content{
	position:absolute;
	top: 0%;
}

.group {
  width: 100%;
  height: 100vh;
  z-index: 1;
  /* display: none; */
}

/* .group.g1 {
	left:10%;
}

.group.g2 {
	left:100%;
}

.group.g3 {
	left:100%;
}

.group.g4 {
	left:100%;
}

.group.g5 {
	left:100%;
}

.group.g6 {
	left:100%;
} */

.group.current {
  display: block;
  z-index: 4;
}

.group.activity {
  display: block;
  z-index: 9;
}

.group.transition {
  transition: all 0.2s ease 0s;
}

.group.scale {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.group-contentDiv {
  height: 100%;
  position: relative;
  z-index: 99;
}
.group-contentDiv:before{
	content:"";
	display: table;
}
.group-contentDiv:after{
	content:"";
	display: block;
	clear:both;
}

.group-contentDiv .group-title{
	margin-top:2vh;
	height:10vh;
	position: relative;
	font-size:45px;
	margin-bottom:30px;
	font-weight:600;
	color:#148EC4;
	line-height: 1em;
	font-size:56px;
}
.group .group-contentDiv .group-title p:nth-child(1){
	
}
.group .group-contentDiv .group-title p:nth-child(2){
	text-indent:3em;
	line-height: 0.2em;
	margin-top:-20px;
}
.group .group-contentDiv .group-title p:nth-child(2) span{
	font-size: 30px;
}
.group .group-contentDiv .group-title span:nth-child(2){
	/*color:#148EC4;*/
	/*margin-right:30px;*/
}
.group .group-contentDiv .group-title span:nth-child(3){
	/*color:#979797;*/
}
.group-contentDiv .group-title .corner1{
	display: inline-block;
	height: 0.2em;
	margin-right: 30px;
	vertical-align: super;
	transform: rotateZ(-45deg);
}
.group-contentDiv .group-title .corner2{
	display: inline-block;
	height: 0.2em;
	transform: rotateZ(135deg);
	/*vertical-align: bottom;*/
	margin-left:5px;
}
.g1 .group-contentDiv .slider-wrapper .nivoSlider:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9), rgba(0,0,0,0.0) 80%);
	left: 0px;
	top: 0px;
	z-index: 10;
}
.g1 .group-contentDiv .logo{
	position: absolute;
	top:30px;
	left:60px;
	z-index:90;
}

.g1 video {
	width: 100vw;
	height: 100vh;
	object-fit:fill;
}
/*-------- Main Slider     --------*/
.slider-wrapper {
  position: relative;
  /*margin-top: -37px;*/
}
/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 10000;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nivo-caption p {
  padding: 5px;
  margin: 0;
}
.nivo-caption a {
  display: inline !important;
}
.nivo-html-caption {
  display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor: pointer;
  width:45px;
  height:100px;
}
.nivo-prevNav {
  left: 0px;
  background:url(../img/prev_btn.png) center center no-repeat;
}
.nivo-nextNav {
  right: 0px;
  background: url(../img/next_btn.png) center center no-repeat;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}
.nivo-controlNav a {
  cursor: pointer;
}
.nivo-controlNav a.active {
  font-weight: bold;
}
/*
Skin Name: Nivo Slider Default Theme
*/
.theme-default .nivoSlider {
  position: relative;
  /*background: #fff;*/
  margin-bottom: 0;
}
.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  height:100vh!important;
  object-fit: cover;
  animation: sca 10s forwards;
}

@keyframes sca {
	0%{
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100%{
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
}


.theme-default .nivoSlider a {
  border: 0;
  display: inline-block;
}
.theme-default .nivoSlider a.btn {
  display: inline-block !important;
}

.slider_wrap{
	position: absolute;
	bottom: 20px;
	right: 40px;
	z-index: 999999;
	display: flex;
	align-items: center;
}

.slider_wrap .slider_item{
	cursor: pointer;
	margin: 10px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background:#fff;
}

.slider_item_active{
	background: #6BBCE8 !important;
}

.theme-default .nivo-directionNav a {
  display: none;
  /* position: absolute;
  top: 60%;
  transform: translateY(-50%);
  border: 0;
  opacity: 0;
  text-align: center;
  color: #fff; */
  /*font-weight:400;*/
	/* font-size:14px;
  z-index: 10000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; */
}
@media (max-width: 767px) {
  .theme-default .nivo-directionNav a {
    opacity: 1;
  }
}
.theme-default .nivo-directionNav a:before {
  font-size: 7vw;
  line-height: 1em;
}
.theme-default:hover .nivo-directionNav a {
  opacity: 1;
}
.theme-default a.nivo-nextNav {
  right: 15px;
}
.theme-default a.nivo-prevNav {
  left: 15px;
}
@media (max-width: 767px) {
  .theme-default .nivo-directionNav a {
    width: 40px;
  }
  .theme-default .nivo-directionNav a:before {
    font-size: 30px;
    line-height: 70px;
  }
  .theme-default a.nivo-nextNav {
    right: 0;
  }
  .theme-default a.nivo-prevNav {
    left: 0;
  }
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	position: absolute;
	bottom: 30px;
	right: 30px;
  width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}
.nivo-caption .text {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  -ms-animation-fill-mode: backwards;
  -o-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none;
}
.nivo-caption .text1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: calc(4vw + 20px);
  margin-bottom: .4em;
  line-height: 0.9em;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.nivo-caption .text1 span{
	font-size:0.6em;
	margin-left:30px;
}
.nivo-caption .text2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 50px;
  /*font-style: italic;*/
  margin-bottom: 0.95em;
  line-height: 1em;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.nivo-caption .text3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.nivo-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
  overflow: hidden;
  background: 0 0;
  text-align: center;
  opacity: 1;
}
.nivo-caption a.btn,
.nivo-caption a.btn.btn-lg {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	height: 49px;
	background-color: #148EC4;
	color: #ffffff;
	border-radius: 4px;
	vertical-align: top;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	text-decoration: none;
  padding: 12px 30px 17px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .nivo-caption .text1 {
    font-size: calc(4.5vw + 10px);
    margin-bottom: .25em;
  }
  .nivo-caption .text2 {
    font-size: calc(2.05vw + 15px);
    margin-bottom: 1em;
  }
}
@media (max-width: 991px) {
  .slider-wrapper {
    margin-top: 0;
  }
  .nivo-caption .text1 {
    font-size: calc(2.5vw + 10px);
  }
  .nivo-caption .text2 {
    font-size: calc(1.2vw + 10px);
  }
  .nivo-caption a.btn,
  .nivo-caption a.btn.btn-lg {
    height: 34px;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 16px 7px;
    border-radius: 4px;
  }
}
/*第二屏*/
.group.g2 .group-title{
	position: absolute;
	top:0px;
	left:0px;
	z-index: 100;
	color:white;
}
.group.g2 .group-contentDiv{
	/*background:url(../img/index_service_worldbg.png) center center white no-repeat;
	background-size:contain;*/
}
.indexBox2 {
	background-color: #000;
}
.indexBox2 .boxText {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -3.5rem;
	margin-left: -1.25rem;
	text-align: center;
	z-index: 1;
}

.indexBox2 .boxText span {
	margin: 0 auto;
	display: inline-block;
	font-size: 0.5rem;
	line-height: 0.55rem;
	color: #fff;
}

.box2-con {
	position: relative;
	overflow: hidden;
	height: 100vh;
}

.box2-inner {
	position: relative;
	height: 100%;
}
.item-inner > a{
	display: block;
	height:100%;
}
.box2-inner:hover .item-bg:after {
	opacity: 1;
}

.itemTit {
	opacity: 0;
	margin-top: -2.7rem;
	text-align: center;
}
.itemTit img{
	width: 80%;
}
.itemTit img:hover{
	animation:bebig 0.5s forwards;
	-webkit-animation:bebig 0.5s forwards; /*Safari and Chrome*/
}

@-webkit-keyframes bebig {
	0% {
		width: 80%;
	}
	100% {
		width: 100%;
	}
}

.itemTit p {
  font-size: 20px;
  color: #83D1FF;
  margin: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 250px;
  margin: 0 auto;
  /*font-family: cursive;*/
}
.itemTit h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  line-height: 44px;
}

.itemTitDH {
	-webkit-animation: itemTitDH 4s 0.3s cubic-bezier(0.23, 1, 0.32, 1) forwards;
	animation: itemTitDH 4s 0.3s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@-webkit-keyframes itemTitDH {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes itemTitDH {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
.PPitemDH { -webkit-animation: PPitemDH 3s cubic-bezier(0.23, 1, 0.32, 1); animation: PPitemDH 3s cubic-bezier(0.23, 1, 0.32, 1); }
@-webkit-keyframes PPitemDH {  0% {
 opacity:0;
 -webkit-transform:translate3d(0, 100%, 0);
 transform:translate3d(0, 100%, 0)
}
 100% {
 opacity:1;
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
}
@keyframes PPitemDH {  0% {
 opacity:0;
 -webkit-transform:translate3d(0, 100%, 0);
 transform:translate3d(0, 100%, 0)
}
 100% {
 opacity:1;
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
}
.g2 .item:not(.boxText) {
	position: absolute;
	left: 0;
	top: 0;
	width: 24.9%;
	height: 100%;
	background: #252525;
	-webkit-transition: width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s, -webkit-transform 0.6s 0.7s;
	transition: width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s, -webkit-transform 0.6s 0.7s;
	transition: transform 0.6s 0.7s, width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s;
	transition: transform 0.6s 0.7s, width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s, -webkit-transform 0.6s 0.7s;
	will-change: transform, width, opacity;
}

.g2 .item:not(.small-active) {
	cursor: pointer;
}

.g2 .item-OF {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.g2 .item-inner {
	overflow: hidden;
	position: relative;
	height: 100%;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

.box2-con.item-inactive .item-inner {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.g2 .item-bg {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.6s 0.7s;
	transition: -webkit-transform 0.6s 0.7s;
	transition: transform 0.6s 0.7s;
	transition: transform 0.6s 0.7s, -webkit-transform 0.6s 0.7s;
	will-change: transform;
}

.g2 .item-bg:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

.box2-con.item-inactive .item-bg:before {
	-webkit-transform: translate3d(0, -100%, 0) scale(1.2);
	transform: translate3d(0, -100%, 0) scale(1.2);
}

.g2 .item.small-active .item-bg:before {
	-webkit-transition: -webkit-transform 0.8s;
	transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	transition: transform 0.8s, -webkit-transform 0.8s;
}

.g2 .item.small-active .indexMorePP {
	display: block;
	width: 100%;
	height: 100%;
}

.g2 .item-bg:after {
	content: '';
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.g2 .box2-con.s-item-active .item-bg:after {
	background: none;
	-webkit-transition: opacity 0.5s 1.4s;
	transition: opacity 0.5s 1.4s;
	opacity: 1 !important;
}

.g2 .item-content {
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s 1.2s;
	transition: all 0.3s 1.2s;
}

.g2 .box2-con.item-inactive .item-content {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.g2 .box2-con.s-item-active .item-content {
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.g2 .item-con {
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

.g2 .item.small-active .item-con {
	z-index: 1000;
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: all 0.5s 1.4s;
	transition: all 0.5s 1.4s;
}

.g2 .item-close {
	z-index: -1;
	position: absolute;
	right: 1.4rem;
	top: 0.4rem;
	width: 0.46rem;
	height: 0.46rem;
	opacity: 0;
	transition: all 0s 0.45s;
	cursor: pointer;
	border-radius: 50%;
	background-image: url(http://www.faw.com.cn/fawcn/template/common/image/indexClose-PP.png);
	background-size: 100%;
}

.g2 .item.small-active .item-close {
	z-index: 5;
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: all 0s 1.4s;
	transition: all 0s 1.4s;
}


/*
.item-close:before,
.item-close:after { content: ''; position: absolute; left: 0; top: 50%; width: 100%; height: 0.04rem; margin-top: -0.04rem; background: #fff; opacity: 0; -webkit-transition: opacity 0s; transition: opacity 0s; }
*/

.g2 .item.small-active .item-close:before,
.g2 .item.small-active .item-close:after {
	opacity: 1;
}

.g2 .item-close:before {
	-webkit-transform: rotate(45deg) translateX(100%);
	transform: rotate(45deg) translateX(100%);
}

.g2 .item.small-active .item-close:before {
	-webkit-transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
	transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
	-webkit-transform: rotate(45deg) translateX(0);
	transform: rotate(45deg) translateX(0);
}

.g2 .item-close:after {
	-webkit-transform: rotate(-45deg) translateX(100%);
	transform: rotate(-45deg) translateX(100%);
}

.g2 .item.small-active .item-close:after {
	-webkit-transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
	transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
	-webkit-transform: rotate(-45deg) translateX(0);
	transform: rotate(-45deg) translateX(0);
}

.g2 .item-index {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -80px;
	width: 100%;
	height: 100%;
	min-height: 250px;
	text-align: center;
	font-size: 20vw;
	line-height: 0.85;
	font-weight: bold;
	-webkit-transition: opacity 0.3s 1.4s, -webkit-transform 0.5s;
	transition: opacity 0.3s 1.4s, -webkit-transform 0.5s;
	transition: transform 0.5s, opacity 0.3s 1.4s;
	transition: transform 0.5s, opacity 0.3s 1.4s, -webkit-transform 0.5s;
	-webkit-transform: translate3d(0, 1vw, 0);
	transform: translate3d(0, 1vw, 0);
}

.g2 .item:hover .item-index {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.g2 .box2-con.s-item-active .item-index {
	-webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
	transition: opacity 0.3s, -webkit-transform 0.5s;
	transition: transform 0.5s, opacity 0.3s;
	transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
	opacity: 0;
}

.g2 .item-index-back,
.g2 .item-index-front {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.g2 .item-index-back {
	color: #2f3840;
	opacity: 0;
	-webkit-transition: opacity 0.25s 0.25s;
	transition: opacity 0.25s 0.25s;
}

.g2 .item:hover .item-index-back {
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
	opacity: 1;
}

.g2 .item-index-overlay {
	overflow: hidden;
	position: relative;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.5s 0.1s;
	transition: -webkit-transform 0.5s 0.1s;
	transition: transform 0.5s 0.1s;
	transition: transform 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
	color: transparent;
}

.g2 .item-index-overlay:before {
	content: attr(data-index);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: -webkit-transform 0.5s 0.1s;
	transition: -webkit-transform 0.5s 0.1s;
	transition: transform 0.5s 0.1s;
	transition: transform 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
}

.g2 .item:hover .item-index-overlay {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.g2 .item:hover .item-index-overlay:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.g2 .item:nth-child(1) {
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.box2-con.s-item-active .item:nth-child(1):not(.small-active) {
	-webkit-transform: scale(0.5) translate3d(0%, 0, 0);
	transform: scale(0.5) translate3d(0%, 0, 0);
	opacity: 0;
	-webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
	transition: opacity 0.95s, -webkit-transform 0.95s;
	transition: transform 0.95s, opacity 0.95s;
	transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}

.g2 .item:nth-child(1) .item-inner {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.g2 .item:nth-child(1) .item-bg {
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.g2 .item:nth-child(1) .item-bg:before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	background-image: url(../img/1slices.png);
	background-size: 100%100%;
}

.g2 .item.small-active:nth-child(1) .item-bg:before {
	/*background-image: url(http://www.faw.com.cn/fawcn/template/common/image/img2-bigHQ.jpg);*/
}

.g2 .item:nth-child(2) {
	-webkit-transform: translate3d(101%, 0, 0);
	transform: translate3d(101%, 0, 0);
	-webkit-transform-origin: 155.2083333333% 50%;
	transform-origin: 155.2083333333% 50%;
}

.g2 .box2-con.s-item-active .item:nth-child(2):not(.small-active) {
	-webkit-transform: scale(0.5) translate3d(105.2083333333%, 0, 0);
	transform: scale(0.5) translate3d(105.2083333333%, 0, 0);
	opacity: 0;
	-webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
	transition: opacity 0.95s, -webkit-transform 0.95s;
	transition: transform 0.95s, opacity 0.95s;
	transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}

.g2 .item:nth-child(2) .item-inner {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.g2 .item:nth-child(2) .item-bg:before {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	background-image: url(../img/2slices.png);
	background-size: 100%100%;
}

.g2 .item.small-active:nth-child(2) .item-bg:before {
	/*background-image: url(http://www.faw.com.cn/fawcn/template/common/image/img2-bigJF.jpg);*/
}

.g2 .item:nth-child(3) {
	-webkit-transform: translate3d(202%, 0, 0);
	transform: translate3d(202%, 0, 0);
	-webkit-transform-origin: 260.4166666667% 50%;
	transform-origin: 260.4166666667% 50%;
}

.g2 .box2-con.s-item-active .item:nth-child(3):not(.small-active) {
	-webkit-transform: scale(0.5) translate3d(210.4166666667%, 0, 0);
	transform: scale(0.5) translate3d(210.4166666667%, 0, 0);
	opacity: 0;
	-webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
	transition: opacity 0.95s, -webkit-transform 0.95s;
	transition: transform 0.95s, opacity 0.95s;
	transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}

.g2 .item:nth-child(3) .item-inner {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.g2 .item:nth-child(3) .item-bg:before {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	background-image: url(../img/3slices.png);
	background-size: 100%100%;
}

.g2 .item.small-active:nth-child(3) .item-bg:before {
	/*background-image: url(http://www.faw.com.cn/fawcn/template/common/image/img2-bigBT.jpg);*/
}

.g2 .item:nth-child(4) {
	-webkit-transform: translate3d(303%, 0, 0);
	transform: translate3d(303%, 0, 0);
	-webkit-transform-origin: 365.625% 50%;
	transform-origin: 365.625% 50%;
}

.g2 .box2-con.s-item-active .item:nth-child(4):not(.small-active) {
	-webkit-transform: scale(0.5) translate3d(315.625%, 0, 0);
	transform: scale(0.5) translate3d(315.625%, 0, 0);
	opacity: 0;
	-webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
	transition: opacity 0.95s, -webkit-transform 0.95s;
	transition: transform 0.95s, opacity 0.95s;
	transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}

.g2 .item:nth-child(4) .item-inner {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.g2 .item:nth-child(4) .item-bg:before {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	background-image: url(../img/4slices.png);
	background-size: 100%100%;
}

.g2 .item.small-active:nth-child(4) .item-bg:before {
	/*background-image: url(http://www.faw.com.cn/fawcn/template/common/image/img2-bigHZHZ.jpg);*/
}

.g2 .item:hover .item-bg:after {
	opacity: 0;
}

.g2 .item.small-active {
	z-index: 1;
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: width 0.7s 0.7s, z-index 0s, -webkit-transform 0.6s;
	transition: width 0.7s 0.7s, z-index 0s, -webkit-transform 0.6s;
	transition: transform 0.6s, width 0.7s 0.7s, z-index 0s;
	transition: transform 0.6s, width 0.7s 0.7s, z-index 0s, -webkit-transform 0.6s;
}

.g2 .item.small-active .item-bg {
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
}

.g2 .item.small-active .item-bg:before {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.g2 .icon-link {
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 32px;
}

.g2 .icon-link img {
	width: 100%;
	vertical-align: top;
}

.g2 .icon-link--twitter {
	left: auto;
	right: 5px;
}
/*第三屏*/
.group.g3 .group-contentDiv{
	background:url(../img/index_technology_bg.jpg) center center no-repeat;
	background-size: cover;
}
.group.g3 .group-title{
	color:white;
}
/*.group.g3 .group-title{
	width:420px;
	color:#148EC4;
	line-height: .9em;
	text-align: left;
	float:left;
	margin-left:44%;
	height:20vh;
}*/
/*.group.g3 .group-title span:nth-child(3){
	color:white;
}

.group.g3 .group-title p:last-child{
	color:#148EC4;
	text-align: right;
}*/
.g3 .more{
	position: absolute;
	left:0px;
	right:0px;
	bottom:5vh;
	text-align: center;
	line-height: 1em;
}
.g3 .more a{
	color:#FFFFFF;
	font-size:22px;
	font-weight: 600;
}

.g3 .tabber-wap .tabber-item{
	display: flex;
	align-items: center;
	text-decoration:none;
	background: rgba(255, 255, 255, .3);
	font-size: 30px;
	width: 300px;
	color: #fff;
	position: absolute;
	padding: 10px;
	border-radius: 8px;
}

.g3 .tabber-wap .tabber-item img{
	width: 30px;
}

.topleft{
	top: 40%;
	left: 5%;
	justify-content: flex-end;
}

.buttomleft{
	bottom: 40%;
	left: 5%;
	justify-content: flex-end;
}

.topright{
	top: 40%;
	right: 5%;
	justify-content: flex-start;
}

.buttomright{
	bottom: 40%;
	right: 5%;
	justify-content: flex-start;
}

.group.g3 .container{
	margin-top:26vh;
	height:55vh;
}
.group.g3 .group-contentDiv .star{
	position: absolute;
	width:10px;
	height: 10px;
	background-color:rgba(255,255,255,0.7);
	border-radius: 50%;
}
.group.g3 .group-contentDiv .star .shadow{
	width:20px;
	height:20px;
	position: absolute;
    top: 50%;
	left: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 5s infinite;
    -moz-animation: ripple 5s infinite;
    -ms-animation: ripple 5s infinite;
    -o-animation: ripple 5s infinite;
    animation: ripple 5s infinite;
}
@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
/*.group.g3 .container .leftBlock{
	padding-right:0px;
	display: none;
}
.group.g3 .container .rightBlock{
	padding-left:0px;
	display: none;
}
.group.g3 .container a{
	display: block;
	height:100%;
}
.group.g3 .container a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.group.g3 .container .leftBlock .squareItem{
	width:100%;
}
@media (max-width:767px){
	.group.g3 .container .leftBlock .squareItem{
		height:292.5px;
		margin-top:-88px;
	}
	.group.g3 .container .rightBlock{
		height:205px;
	}
}
@media (min-width:768px){
	.group.g3 .container .leftBlock .squareItem{
		height:269.767px;
		margin-top:-81px;
	}
	.group.g3 .container .rightBlock{
		height:190px;
	}
}
@media (min-width:992px){
	.group.g3 .container .leftBlock .squareItem{
		height:352.733px;
		margin-top:-107px;
	}
	.group.g3 .container .rightBlock{
		height:246px;
	}
}
@media (min-width:1200px){
	.group.g3 .container .leftBlock .squareItem{
		height:482.5px; 
		margin-top:-132px;
	}
	.group.g3 .container .rightBlock{
		height:352px;
	}
}
@media (min-width:1440px ) {
	.group.g3 .container .leftBlock .squareItem{
		height:556.5px; 
		margin-top:-132px;
	}
	.group.g3 .container .rightBlock{
		height:425px;
	}
}
@media (min-width:1680px ) {
	.group.g3 .container .leftBlock .squareItem{
		height:556.5px; 
		margin-top:-132px;
	}
	.group.g3 .container .rightBlock{
		height:425px;
	}
}*/
/*group4*/
.group.g4 .group-title{
	position: relative;
	margin-bottom:20vh;
	color:white;
}
.group.g4 .group-title p:last-child span{
	margin-left:100px;
}
.group.g4 .group-contentDiv{
	background:url(../img/index_scheme_bg.png) center top no-repeat;
	background-size:cover;
	position: relative;
}
.group.g4 .group-contentDiv .mask{
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-color:rgba(0,0,0,0.6);
}
/*.g4 .flud-container{
	margin-left:0px;
	margin-right:0px;
}*/
.skew-wrapper{
	/*margin:0px -15px;*/
}
.skew-wrapper .btn {
	padding: 13px 18px 17px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	height: 49px;
	background-color: #148EC4;
	color: #ffffff;
	border-radius: 4px;
	vertical-align: top;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	text-decoration: none;
}
.skew-wrapper .btn:hover, .btn.active, .btn:active, .btn.focus, .btn:focus {
	background: #fff;
	color: #000000;
}
.skew-wrapper .btn.btn-sm {
	height: 43px;
	font-size: 16px;
	line-height: 23px;
	padding: 6px 22px 11px;
	border-radius: 4px;
}
@media (min-width: 768px) {
  .skew-wrapper {
    position: relative;
    overflow: hidden;
    height: 450px;
    padding: 0px 45px;
    background: #252936;
  }
  .skew-wrapper .skew-container {
    height: 100%;
    padding: 0 35px;
  }
  .skew-wrapper:before,
  .skew-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 210px;
    z-index: 100;
    background: url(../img/flash.png) no-repeat center top;
  }
  .skew-wrapper:after {
    left: auto;
    right: 0;
  }
  .skew-wrapper .skew {
    transform: skew(16deg, 0);
    overflow: hidden;
    display: block;
    width: 25%;
    height: 100%;
    position: relative;
    float: left;
    transition: all 0.3s ease 0.05s;
  }
  .skew-wrapper .skew:before {
    content: "";
    z-index: 100;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -ms-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    pointer-events: none;
  }
  .skew-wrapper .skew:hover:before {
    left: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
  }
  .skew-wrapper .skew + .skew {
    margin-left: -2px;
  }
  .skew-wrapper .skew .straight-image {
  	background-size: cover;
    background-position: center;
    background-repeat: repeat;
  }
  .skew-wrapper .skew.min {
    width: 20%;
  }
  .skew-wrapper .skew.active {
    width: 40%;
    z-index: 99;
  }
  .skew-wrapper .straight-image {
    position: absolute;
    height: 100%;
    width: 200%;
    left: -50%;
    transform: skew(-16deg, 0);
  }
  .skew-wrapper .straight {
    position: absolute;
    transform: translate(-50%, -50%) skew(-16deg, 0);
    display: block;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10;
  }
  .skew-wrapper .straight .title {
    display: block;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #fff;
  }
}
@media (max-width: 1199px) {
  .skew-wrapper {
    height: 350px;
    padding: 0 50px;
  }
  .skew-wrapper:before,
  .skew-wrapper:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .skew-wrapper .straight .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .skew-wrapper {
    position: relative;
    overflow: hidden;
    height: 450px;
    background: #252936;
    padding: 0;
  }
  .skew-wrapper .skew {
    overflow: hidden;
    display: block;
    width: 100%%;
    height: 450px;
    position: relative;
  }
  .skew-wrapper .skew .straight-image {
    background-position: center;
    background-repeat: repeat;
  }
  .skew-wrapper .straight-image {
    position: absolute;
    top: 0;
    height: 450px;
    width: 100%;
    transform: none;
  }
  .skew-wrapper .straight {
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10;
  }
  .skew-wrapper .straight .title {
    display: block;
    margin-bottom: 1em;
    font-size: 38px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  }
  .skew-wrapper .slick-prev {
    left: -10px;
  }
  .skew-wrapper .slick-next {
    right: -10px;
  }
  .skew-wrapper .slick-dots {
    bottom: 0 !important;
  }
}
.group.g5 .group-contentDiv{
	background:url(../img/index_news_bg.png) center top #FFFFFF no-repeat;
	background-size:cover;
}
.group.g5 .group-title{
	margin-bottom:15vh;
}

.group.g5 .group-title p:last-child span{
	margin-left:140px;
}
.group.g5 .item{
	position: relative;
	animation-delay: 0.5s;
	display: none;
}
/*.group.g5 .item:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	background-color:#000000;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	transform: scale(0.2,1);
}*/
.group.g5 .item:after{
	content:"";
	position: absolute;
	left:0px;
	bottom:-5px;
	right:0px;
	border-bottom:solid #148EC4 2px;	
}
.group.g5 .item a{
	display: block;
	height:100%;
	text-decoration: none;
}
.group.g5 .item .img{
	height:60vh;
	background-color:#000000;
}
.group.g5 .item .img img{
	display: block;
	width:100%;
	height:100%;
	object-fit: cover;
}
.group.g5 .item .title{
	position: absolute;
	padding:10px 40px;
	background-color:#148EC4;
	bottom:50px;
	right:0px;
	color:white;
	font-size:16px;
	font-weight: 600;
	transition: all .5s ease;
}
/*.group.g5 .item:hover:before{
	opacity:0.6;
	transform:scale(1,1);
}*/
.g5 .item:hover .img{
	opacity:0.7;
}
.g5 .item:hover .title{
	background-color:#FFFFFF;
	color:black;
}

/*group6*/
.g6{
	background-color:#1F1F1F;
}
.g6 .nav-container{
	position: absolute;
	top:0px;
	left:8%;
	bottom:0px;
	width:80%;
	height:400px;
	margin:auto;
	font-size:14px;
	background:url(../img/column.footer_bg.png) center center;
	background-size: contain;
	display: none;
}

.g6-logo {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	margin-bottom: 10px;
	margin-bottom: 50px;
}
.g6-logo p{
	margin: 0;
	margin-left: 30px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.am-animation-scale-up {
 -webkit-animation:am-scale-up 2.5s cubic-bezier(.23,1,.32,1);
 animation:am-scale-up 2.5s cubic-bezier(.23,1,.32,1);
}
.col-5-1{
	width: 20%;
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
	float:left;
}
.g6 ul{
	list-style: none;
	padding-left:40px;
}
.g6 li{
	padding:10px 0px;
}
.g6 li a{
	font-size:16px;
	color:white;
	text-decoration: none;
}
.g6 li:first-child{
	padding-bottom:35px;
}
.g6 li:first-child a{
	font-size:28px;
}

.bottom-tab{
	display: flex;
	align-items: flex-end;
	position: absolute;
	bottom: 30px;
	right: 80px;
}

.bottom-tab .forU{
	display: block;
	width: 150px;
}

.bottom-tab .label-tab{
	margin: 0 20px;
}

.bottom-tab .label-tab .title{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.bottom-tab .label-tab img{
	width: 100px;
}

#win-menu {
  width: 10%;
  min-width: 90px;
  height:300px;
  position: absolute;
  left:0px;
  top:0px;
  bottom:0px;
  margin:auto 0px;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 60;
}
#win-menu a {
  text-align: center;
  display: flex;
  line-height: 60px;
  height: 60px;
  border-radius: 0;
  position: relative;
  color: #fff;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  text-decoration:none;
}

#win-menu a div{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

#win-menu a span{
	display: block;
	margin-left: 10px;
	font-size: 18px;
	line-height: 20px;
	/* position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px; */
}
#win-menu a i{
	width: 30px;
	font-size: 22px;
	transition: all .6s ease;
}
#win-menu a:hover span{
	/* display: inline; */
	/* opacity: 1; */
	/* transform: scale(1.5); */
  	/* font-weight:600; */
}
#win-menu a:hover{
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#win-menu a.active div{
	border: 1px solid #fff;
	border-radius: 8px;
	transform: scale(1.2);
}

/* #win-menu a.active span{
	transform: scale(1.3);
}

#win-menu a.active i{
	transform: scale(1.3);
} */

.sliderMore{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	z-index: 999999;
	text-align: center;
}

.anit {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -80px;
	-webkit-animation:godown 2.5s infinite;
	animation:godown 2.5s infinite;
}

@keyframes godown {
	0% {
		top: -80px;
	}
	100% {
		top: -50px;
	}
}

.sliderMore img{
	width: 55px;
}
.sliderMore p{
	margin-top: 10px;
	font-size: 20px;
	color: #fff;
    text-align: center;
}

.swiper-container {
    width: 90%;
    /* height: 300px; */
}  
.swiper-slide img{
	width: 100%;
}

.swiper-pagination{
	width: 100%;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: 0 10px;
}

.topNav{
	width: 100%;
	height: 65px;
	background:rgba(0,0,0,0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	justify-content: flex-end;
	align-items: center;
	display: flex;
}

.topNav:hover{
	background-image: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0.5), rgba(0,0,0,0.8));
}

.topNav .selItem-content{
	display: flex;
	margin-right: 20px;
}

.topNav .selItem-content .selItem-title{
	/* color: #fff; */
	margin: 0 20px;
	font-size: 20px;
	padding:  10px 0;
	cursor: pointer;
	font-weight: bold;
}

.topNav .selItem:hover .item-content{
	display: block;
}

.topNav .item-content{
	display: none;
	position: absolute;
	top: 50px;
	padding-top: 15px;
}

.color_block{
	color: #000;
}

.color_white{
	color: #fff;
}

.topNav .item-content a{
	background: rgba(0,0,0,0.4);
	font-size: 16px;
	padding: 20px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	display: block;
}

.topNav .item-content p:hover{
	color: #148CC1;
}

.selItem_active{
	border-bottom: 2px solid #148CC1;
}

.topNav_a:hover .color_block{
	color: #fff !important;
}

.topNav_a:hover .color_white{
	color: #000 !important;
}

.topNav_a:hover .showNavBtn{
	display: none;
}

.topNav_a:hover .hiddenNavBtn{
	display: block;
}

.swiper-container-g1{
	position: absolute;
	top: 30%;
	z-index: 10;
	width: 100%;
}

.swiper-g1-item {
	/* display: none; */
	width: 100%;
	min-height: 10px;
	display: block;
	animation-iteration-count: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: calc(4vw + 20px);
	margin-bottom: .4em;
	line-height: 0.9em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	text-align: center;
	color: #fff;
}

.swiper-g1-item-active {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-ms-animation-fill-mode: backwards;
	-o-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-iteration-count: none;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}