﻿@charset "utf-8";
.alert_video{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.95);
	display: none;
}
.alert_video .video_box{
	width: 60vw;
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border:12px solid #fff;
	border-radius: 20px;
}
.alert_video .close_icon{
	position: absolute;
	width: 50px;
	height: 50px;
	right: 60px;
	top: 60px;
	z-index: 1000;
	cursor: pointer;
}

.header_box{
	background: transparent;
}
.header_box ~ .body {
    padding-top: 0;
}
.footer_box{
	height: 100%;
	padding-bottom: 0;
}
.footer_box .footer_4{
	padding-bottom: 0;
}
.menus .menus_nav .menus_nav_txt{
	color: #fff;
}


.swiper_con{
	width: 100%;
}
.swiper_con .img{
	width: 100%;
}
html,body,.body,.swiper_con{
	width: 100%;
	height: 100%;
}
.swiper1{
	width: 100%;
	height: 100%;
}
.i1_box{
	margin: 0 10%;
	width: calc(100% - 20%);
	color:#fff;
	font-size: 36px;
	line-height: 46px;
	top: 50%;
	position: absolute;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*.swiper1 > .swiper-wrapper > .swiper-slide:nth-child(1){
	
}
.swiper1 > .swiper-wrapper > .swiper-slide:nth-child(2){
	
}
.swiper1 > .swiper-wrapper > .swiper-slide:nth-child(3){
	
}
.swiper1 > .swiper-wrapper > .swiper-slide:nth-child(4){
	
}
.swiper1 > .swiper-wrapper > .swiper-slide:nth-child(5){
	
}
.index .swiper1 > .swiper-wrapper > .swiper-slide:nth-child(6){
	
}
.swiper1 > .swiper-wrapper > .swiper-slide:nth-child(7){
	
}*/

.product .swiper1 > .swiper-wrapper > .swiper-slide:nth-child(8){
	height: 65%;
	background: #ffffff;
}
.index .swiper1 > .swiper-wrapper > .swiper-slide:nth-child(6){
	height: 65%;
	background: #ffffff;
}
.swiper2{
	width: 100%;
	height: 100%;
}
.swiper_prev{
	left: 40px;
	width: 13px;
	height: 14px;
}
.swiper_next{
	right: 40px;
	width: 13px;
	height: 14px;
}
.swiper_prev:focus,
.swiper_next:focus{
	outline: none;
}
.swiper-button-prev2,
.swiper-button-next2{
	margin-top:-7px;
}
.swiper_prev:after, 
.swiper_next:after{
	content:initial;
}
.swiper_btn{
	width: 66px;
	height: 66px;
	position: fixed;
	bottom: 45px;
	left: 50%;
	margin-left: -33px;
	z-index: 1000;
	cursor: pointer;
}
.swiper_btn .img{
	width: 100%;
	height: 100%;
	-webkit-animation: swiperBtn 1.5s infinite;
	animation: swiperBtn 1.5s infinite;
}
.swiper_btn_top{
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.swiper_btn_bottom{
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.swiper_btn_top:focus,
.swiper_btn_bottom:focus{
	outline: none;
}
@-webkit-keyframes swiperBtn{
    0% {
    	transform: scale(0.9) ;
    }
    50% {
      	transform: scale(1);
    }
    100% {
    	transform: scale(0.9) ;
    }
}
@keyframes swiperBtn{
    0% {
    	transform: scale(0.9) ;
    }
    50% {
      	transform: scale(1);
    }
    100% {
    	transform: scale(0.9) ;
    }
}
.i2_box{
	width: 1024px;
	position: absolute;
	left: 50%;
	margin-left: -504px;
	top: 0;
	height: 484px;
	background: #fec222;
}
.i2_box .i2_inner{
	margin:215px 120px 0 120px;
	text-align: center;
}
.i2_box .i2_title{
	font-size: 60px;
	line-height: 80px;
}
.i2_box .i2_subtitle{
	font-size: 30px;
	color:#fff;
	line-height: 50px;
}

.i3_box{
	width: calc(100% - 20%);
	height: 100%;
	padding: 0 10%;
}
.i3_box .i3_inner{
	
}
.i3_box .i3_title{
	font-size: 60px;
	line-height: 72px;
	color:#fec222;
}
.i3_box .i3_subtitle{
	font-size: 30px;
	line-height: 36px;
	margin-top: 20px;
}
.i3_box .i3_img{
	width: 56px;
	height: 56px;
	margin-top: 65px;
}

.i4_box{
	width: calc(100% - 40%);
	height: 100%;
	padding: 0 20%;
}
.i4_box .i4_inner{
	
}
.i4_box .i4_title{
	font-size: 60px;
	line-height: 72px;
	color:#fec222;
}
.i4_box .i4_subtitle{
	font-size: 30px;
	line-height: 36px;
	margin-top: 20px;
	color:#fff;
}
.i4_img{
	width: 56px;
	height: 56px;
	margin-top: 65px;
}
.circle_arrow{
	position: absolute;
	bottom: 55px;
	right: 45px;
	z-index: 100;
}
.i6_box{
	width: 100%;
}
.i6_box .i6_inner{
	padding: 0 11%;
}
.i6_box .i6_title{
	font-size: 30px;
	text-align: center;
	padding-top: 10%;
}
.i6_box .i6_content{
	padding-top: 3%;
}

.i6_box .i6_img1{
	width: 6.5%;
	margin-top: -18%;
}
.i6_box .i6_left{
	margin-right: 7%;
}
.i6_box .i6_left_box{
	margin-left: 20px;
	text-align: center;
}
.i6_box .i6_img1 .img{
	width: 100%;
}
.i6_box .i6_left_title{
	font-size: 20px;
}
.i6_box .i6_left_subtitle{
	color:#fcc80e;
	font-size: 100px;
	line-height: 1;
	position: relative;
  	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  	height: 100px;
}
.i6_box .i6_left_subtitle .add{
	font-size: 30px;
	position: absolute;
	right: -20px;
	top: 0;
}
.i6_box .i6_left_msg{
	font-size: 14px;
}
.i6_box .i6_center{
	position: relative;
	width: 33%;
	cursor: pointer;
}
.i6_box .i6_center .img{
	width: 100%;
}
.i6_box .i6_center .video_icon{
	width: 13%;
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.i6_box .i6_right {
	width: 32%;
	margin-left: 20px;
	color:#666666;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}
.i7_box{
	height: calc(100% - 100px);
	margin-top: 100px;
}
.i7_box .i7_txt{
	height: 21%;
	text-align: center;
	font-size: 48px;
}
.i7_box .i7_txt .txt{
	padding-top: 2%;
}
.i7_box .i7_content{
	height: 56%;
	overflow: hidden;
}
.i7_box .i7_xx{
	height: 100%;
}
.i7_box .i7_con{
	width: 33.333333%;
	height: 100%;
}
.i7_box .i7_content .i7_nav{
	height: 50%;
	float: left;
	width: 100%;
	position: relative;
}
.i7_box .i7_con:nth-child(1) .i7_nav,
.i7_box .i7_con:nth-child(2) .i7_nav{
	color:#333;
}


.i7_box .i7_con:nth-child(3) .i7_nav{
	color:#fff;
}
.i7_box .i7_btn{
	width: 180px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #fcc80e;
	color:#333;
	font-size: 14px;
	margin: auto;
	display: block;
	margin-top: 3.5%;
}
.i7_box .i7_btn:hover{
	background: #fcc80e;
	color:#333;
}
.i7_box .i7_inner{
	padding: 40px 40px 0 40px;
	overflow: hidden;
}
.i7_box .i7_title{
	font-size: 20px;
	line-height: 30px;
	text-align: left;
}
.i7_box .i7_subtitle{
	font-size: 16px;  
	line-height: 30px;
	max-height: 60px;
}
.i7_box .i7_detail{
	font-size: 12px;
	margin-top: 20px;
}
.i7_box .i7_time{
	font-size: 12px;
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 40px;
}
.i7_box .arrow_right{
	width: 6px;
	height: 13px;
	margin-left: 10px;
}
/*响应式适配*/
@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	.product .swiper1 > .swiper-wrapper > .swiper-slide:nth-child(8){
		height: 70%;
	}
	.index .swiper1 > .swiper-wrapper > .swiper-slide:nth-child(6){
		height: 70%;
	}
	.i7_box .i7_inner {
	    padding: 16px 20px 0 20px;
	}
	.i7_box .i7_time {
	    left: 20px;
	    right: 20px;
	    bottom: 16px;
	}
	.i7_box .i7_title {
	    font-size: 16px;
	    line-height: 24px;
	}
	.i7_box .i7_subtitle {
	    font-size: 16px;
	    line-height: 24px;
	    max-height:48px;
	    -webkit-line-clamp: 2;
	}
	.i7_box .i7_detail {
	    margin-top: 15px;
	}
}
@media screen and (max-width: 1450px) {
	.i7_box .i7_content{
		height: 62%;
	}
	.i7_box .i7_btn{
		margin-top: 2.3%;
	}
	
	.i7_box .i7_detail{
		margin-top: 12px;
	}
	.i7_box .i7_time {
	    left: 20px;
	    right: 20px;
	    bottom: 16px;
	}
}
@media screen and (max-width: 1335px) {
	.i6_box .i6_title{
		padding-top: 12%;
	}
	.i6_box .i6_content{
		padding-top: 5%;
	}
	.i7_box .i7_title {
	    font-size: 16px;
	    line-height: 24px;
	}
	.i7_box .i7_subtitle {
	    font-size: 16px;
	    line-height: 24px;
	    max-height:48px;
	    -webkit-line-clamp: 2;
	}
	.i7_box .i7_detail {
	    margin-top: 6px;
	}
	.i6_box .i6_left_subtitle{
		font-size: 90px;
		height: 90px;
	}
	.i6_box .i6_left {
	    margin-right: 4%;
	}
	.i6_box .i6_left_box {
	    margin-left: 15px;
	}
}
@media screen and (max-width: 1200px) {
	.alert_video .video_box{
		width: 80vw;
    	border: 6px solid #fff;
    	border-radius: 10px;
	}
	.alert_video .close_icon {
	    width: 30px;
	    height: 30px;
	    right: 20px;
	    top: 20px;
	}
	.swiper_btn {
	    bottom: 20px;
	    width: 40px;
    	height: 40px;
    	margin-left: -20px;
	}
	.circle_arrow{
		bottom: 25px;
		right: 20px;
	}
	.i1_box{
		font-size: 16px;
		margin: 0 13%;
    	width: calc(100% - 26%);
    	line-height: 24px;
	}
	.swiper_prev{
		left: 20px;
	}
	.swiper_next{
		right: 20px;
	}
	
	.i2_box{
		width: 80%;
		position: absolute;
		left: 10%;
		top: 50px;
		background: #fec222;
		margin-left: 0;
		height: auto;
	}
	.i2_box .i2_inner{
		margin:0;
		padding: 20px;
	}
	.i2_box .i2_title{
		font-size: 18px;
		line-height: 26px;
	}
	.i2_box .i2_subtitle{
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
	.i3_box .i3_title{
		font-size: 20px;
		line-height: 26px;
	}
	.i3_box .i3_subtitle{
		font-size: 16px;
		line-height: 20px;
		margin-top: 20px;
	}
	.i3_box .i3_img{
		width: 36px;
		height: 36px;
		margin-top: 30px;
	}
	
	
	.i4_box .i4_title{
		font-size: 20px;
		line-height: 26px;
	}
	.i4_box .i4_subtitle{
		font-size: 16px;
		line-height: 20px;
		margin-top: 20px;
	}
	
	
	.i4_img{
		width: 36px;
		height: 36px;
		margin-top: 30px;
	}
	.i4_box {
	    width: calc(100% - 20%);
	    padding: 0 10%;
	}
	.i6_box .i6_title{
		padding-top: calc(50px + 10%);
		font-size: 20px;
	}
	.i6_box .i6_img1{
		display: none;
	}
	.i6_box .i6_content{
		display: block;
		padding-top: 6%;
	}
	.i6_box .i6_right{
		width: 100%;
		margin-left: 0;
		font-size: 12px;
		line-height: 20px;
	}
	.i6_box .i6_left{
		margin-right: 0;
		text-align: center;
		display: block;
	}
	.i6_box .i6_left_subtitle {
	    font-size: 50px;
	    line-height: 50px;
	    height: 50px;
	}
	.i6_box .i6_left_box{
		margin-left: 0;
	}
	.i6_box .i6_center{
		width: 40%;
		margin: auto;
		margin-top: 10%;
	}
	.i6_box .i6_left_subtitle .add {
	    font-size: 30px;
	    position: relative;
	    right: 0px;
	    top: -30px;
	}
	.i6_box .i6_left_title {
	    font-size: 16px;
	}
	.i6_box .i6_left_msg {
	    font-size: 12px;
	}
	.i7_box {
	    height: calc(100% - 50px);
	    margin-top: 50px;
	}
	.i7_box .i7_txt{
		height: 15%;
	}
	.i7_box .i7_txt .txt{
		padding-top: 8%;
		font-size: 26px;
	}
	.i7_box .i7_title {
	    font-size: 12px;
	    line-height: 20px;
	}
	.i7_box .i7_subtitle {
	    font-size: 12px;
	    line-height: 20px;
	    max-height:80px;
	    -webkit-line-clamp: 4;
	}
	.i7_box .i7_inner {
	    padding: 10px 10px 0 10px;
	}
	.i7_box .i7_time {
	    left: 10px;
	    right: 10px;
	    bottom: 10px;
	    font-size: 10px;
	}
	.i7_box .i7_detail {
	    font-size: 10px;
	    margin-top: 10px;
	}
	.i7_box .i7_content {
	    height: 66%;
	}
	.i7_box .i7_btn {
	    margin-top: 9%;
	}
	.swiper1 > .swiper-wrapper > .swiper-slide:nth-child(8) {
	    height: auto !important;
	} 
}
@media screen and (max-width: 1100px) {
	
}
@media screen and (max-width: 1000px) {
	
}
@media screen and (max-width: 768px) {
	.i6_box .i6_center {
	    width: 60%;
	}
	.i7_box .i7_title {
	    font-size: 16px;
	    line-height: 24px;
	}
	.i7_box .i7_subtitle {
   	 	font-size: 14px;
    	line-height: 24px;
    	max-height:initial;
	    -webkit-line-clamp: 1000;
	}
	.i7_box .i7_con{
		width: 100%;
	}
	.i7_box .i7_nav2{
		padding: 10px 0;
		display: block;
	}
	
	.i7_box .i7_nav_img{
		width: 100%;
	}
	.i7_box .i7_inner {
	    padding: 0 20px 10px 20px;
	}
	.i7_box .i7_time{
		position: initial;
		padding: 0 20px;
	}
}
@media screen and (max-width: 500px) {
		
}
@media screen and (max-width: 330px) {
	
}



.header-ss{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background: rgba(0,0,0,.8);
	display: none;
}
.header-ss-a{
	width: 600px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -300px;
}
.header-ss-a .int1{
	width: 485px;
	height: 50px;
	line-height: 50px;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	padding:  0 10px;
	padding-right: 100px;
}
.header-ss-a .int2{
	width: 50px;
	height: 50px;
	border: none;
	background: no-repeat center;
	background-image: url(../img/ss03.png);
	position: absolute;
	top: 0;
	right: 60px;
	cursor: pointer;
}
.header-ss-x{
	width: 50px;
	height: 50px;
	background: url(../img/x01.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
@media(max-width:750px){
	.header-ss-a{
		width: auto;
	}
	.header-ss-a .int1{
		width: 200px;
		margin-right: 1rem;
		font-size: 13px;
		padding-right: 60px;
		padding-left: 0;
		margin: 0;
	}
	.header-ss-a{
		margin-left: -135px;
	}
	.header-ss-x{
		width: 30px;
		background-size: 30px;
		right: 0;
	}
	.header-ss-a .int2{
		width: 30px;
		background-size: 15px;
		right: 30px;
	}
}