﻿
/*banner背景图片动画*/
@-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: 44%;
	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;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.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(../image/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../image/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../image/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../image/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{
	background: #ffffff;
}
.index_main .section3{
	background: #f3f3f3;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{

}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	background: #f5f5f5;
}
.index_main .section4 h3{
	text-align: center;
}
/* case */
.qcontainer {
	border: 0px #f00 solid;
	padding: 0 30px;
}
.qcontainer h2 p,.main2_1_l{
	color: #ffffff;
}
.main2_1_l{
	margin-bottom: 20px;
}
.qcontainer h2 span{
	color:#ffffff;
	width: 100%;
    line-height: 100%;
    text-transform: uppercase;
}


.swiper3 {
	width: 100%;
	padding-bottom: 72px !important;
}
.swiper3 .item {
	width: 100%;
   background: url(../img/pic15.png)  center top;
}
.swiper3 .item .pic {
	width: 100%;
	padding: 0 15px 15px;
    background: url(../img/pic13.png)  center bottom;
	overflow: hidden;
}
.swiper3 .item .pic_nr {
	width: 100%;
	overflow: hidden;
	height: 200px;
}
img{
	/* min-width: 100%;
	height: auto; */
}
.swiper3 .item .pic img {
  width: 100%;
  height: 100%;
}
.swiper3 .item .number {
	width: 100%;
	line-height: 60px;
	border-bottom: 1px solid #e5e6e7;
}
.swiper3 .item .number::after{
	content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.swiper3 .item .number p {
	font-size: 36px;
	color: #000;
	width: 66.8%;
	padding: 0 22px;
	
}
.swiper3 .item .number .fl{
	margin: none !important;
}
.swiper3 .item .number span {
	width: 33.2%;
	text-align: center;
	padding: 0 5px;
	border-left: 1px solid #e5e6e7;
}
.swiper3 .item .number span img {
	width: 29px;
}
.swiper3 .item .number span img.img1 {
	display: inline-block;
}
.swiper3 .item .number span img.img2 {
	display: none;
}
.swiper3 .item .text {
	width: 100%;
	padding: 38px 22px 32px;
}
.swiper3 .item .text1 {
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper3 .item .text2 {
	font-size: 14px;
	color: #636465;
	width: 100%;
	height: 96px;
	line-height: 24px;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.swiper3 .item:hover {
  background: url(../img/pic15h.png) center top;
}
.swiper3 .item:hover .number p {
	color: #fff;
}
.swiper3 .item:hover .number span img.img1 {
	display: none;
}
.swiper3 .item:hover .number span img.img2 {
	display: inline-block;
}
.swiper3 .item:hover .text1 {
	color: #fff;
	border-bottom: none;
}
.swiper3 .item:hover .text2 {
	color: #fff;
	border-bottom: none;
}

.swiper3 .swiper-button-next,
.swiper3 .swiper-button-prev {
	position: absolute;
	top: auto;
    bottom: 0px;
    width: 63px;
    height: 62px;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
	justify-content: center;
	background-size: cover !important;
}
.swiper3 .swiper-button-prev {
  background: url(../img/pic16.png) no-repeat center;
  left: 0px;
  right: auto;
}
.swiper3 .swiper-button-next {
  background: url(../img/pic17.png) no-repeat center;
  right: auto;
  left: 73px;
}
.swiper3 .swiper-button-prev:hover {
  background: url(../img/pic16h.png) no-repeat center;
}
.swiper3 .swiper-button-next:hover {
  background: url(../img/pic17h.png) no-repeat center;
}
.swiper3 .swiper-button-next:after,
.swiper3 .swiper-button-prev:after {
  content: "";
}
.swiper3 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 60px;
	left: 0;
	display: none;
}
.swiper3 .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 100%;
	background: url(../img/pic2.png) no-repeat center;
	background-size: cover;
  opacity: 1;
}
.swiper3 .swiper-pagination-bullet-active {
  background: url(../img/pic2h.png) no-repeat center;
	background-size: cover;
  opacity: 1;
}
.fp-tableCell{
	padding: 10px 0;
	box-sizing: border-box;
    width: 100%;
}

@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 36px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 36px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
	}
}
@media only screen and (max-width: 992px){
	.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: 42%;
	}
	.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;
	}

}
@media only screen and (max-width: 1190px){
    .swiper1 .item .pic{
		display: block !important;
	}
	.banner_section{
		height: auto !important;
	}
	.header .left{
		width: 30% !important;
	}
	.swiper3 {
		padding-bottom: 50px;
	}
	
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}
