/*banner*/
.swiper-container{
	width: 100%;

}
.swiper-slide a{
	width: 100%;

	display: table;
	background-position: center top !important;
	background-size: auto 100% !important;
}


.swiper-slide a .slide-txt{
	margin:0 auto;
	/*display: table-cell;
	vertical-align: middle;*/
	padding-top: 170px;
	padding-left: 15%;
	position: relative;
	z-index: 20;
}
.swiper-slide a .slide-txt .slide-txt1{
	margin-bottom: 20px;
}
.swiper-slide a .slide-txt .slide-txt1 p{
	font-size: 56px;
}
.swiper-slide a .slide-txt .slide-txt2{
	margin-bottom: 20px;
}
.swiper-slide a .slide-txt .slide-txt2 p{
	font-size: 28px;	
}
.swiper-slide a .slide-txt .slide-txt3 p{
	font-size: 18px;
}
.swiper-slide a .slide-txt .slide-txt3 p:hover{
	color: #ED6D00;
}
.swiper-slide a .slide-txt .slide-txt3 p:hover span{
	display: block !important;
	color: #ED6D00 !important;
}

.swiper-slide .swiper-title1{
	position: absolute;
	top: 25%;
	left: 20%;
	z-index: 20;
}
.swiper-slide .swiper-title1 h3{
	font-size: 48px;
	color: #ed6d00;
	font-weight: bold;
}
.swiper-slide .swiper-title1 span{
	font-size: 48px;
	color: #ed6d00;
	font-weight: 400;
}
.swiper-slide .swiper-title1 p{
	font-size: 20px;
	color: #000000;
	margin-top: 28px;
	margin-bottom: 43px;
	letter-spacing: 1px;
}
.swiper-slide .swiper-title1>a{
	width: 180px;
	height: 40px;
	color: #ff7907;
	text-align: center;
	line-height: 36px;
	border: 2px #ff7907 solid;
}
.swiper-slide a:hover{
	cursor: pointer;
}
.swiper-pagination{
	bottom: 70px !important;
}
.swiper-pagination-bullet{
	width: 43px !important;
	height: 2px !important;
	background: #FFFFFF !important;
	border-radius:0 !important;
	opacity: 1 !important;
	margin-left: 18px !important;
}
.swiper-pagination-bullet-active{
	background: #FF6600 !important;
}
.swiper-container .swiper-button-white:hover{
    color: #999999 !important;
}
.swiper-container .prev{
	width: 55px;
	height: 75px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -33px;
	z-index: 100;
	text-align: center;
	line-height: 76px;
	cursor: pointer;
	display: none;
}
.swiper-container .next{
	width: 55px;
	height: 75px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -33px;
	z-index: 100;
	text-align: center;
	line-height: 76px;
	cursor: pointer;
	display: none;
}
.banner:hover .swiper-container .prev{
	display: block;
}
.banner:hover .swiper-container .next{
	display: block;
}
.swiper-container .next .icon-more{
	font-size: 46px;
	color: #9c9c9c;
	margin-left: 5px;
}
.swiper-container .prev .icon-back{
	font-size: 46px;
	color: #9c9c9c;
	margin-right: 5px;
}
.swiper-container .prev:hover{
	background: rgba(255,255,255,0.8);
}
.swiper-container .next:hover{
	background: rgba(255,255,255,0.8);
}
.swiper-container .prev:hover .icon-back{
	color: #f60;
}
.swiper-container .next:hover .icon-more{
	color: #f60;
}

.swiper-container .banner-video{
	width: 100%;
	height: 100%;
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
}
.swiper-container .video-b{
	width: 100%;
	height: auto;
}


.banner-news {
	width: 100%;
	height: 44px;
	background: rgba(0,0,0,0.4);
	left: 0;

	
}
.banner-news .news{
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
.banner-news .news .news-event{
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	line-height: 44px;
}
.banner-news .news ul{
	width: calc(100% - 150px);
	float: right;
}
.banner-news .news ul>li>a{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 44px;
}
.banner-news .news ul>li>a>p{
	width: calc(100% - 200px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.banner-news .news ul>li>a>span{
	float: right;
}
.banner-news .news ul>li>a>p:hover{
	color: #f60;
}
.banner-news .news ul>li>a>span:hover{
	color: #f60;
}


.section .section-list{
	width: 100%;
	overflow: hidden;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select:none;
	user-select:none;
}
.section .section-list li{
	width: 50%;
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
	background-position: center top !important;
	background-size:cover !important;
	position: relative;
	float: left;
}
.section .section-list li a{
	width: 100%;
	height: 100%;
	display: block;
}
.section .section-list li a:hover{
	cursor: pointer;
}
.section .section-list li img{
	display: block;
}
.section .section-list li .txt{
	position: absolute;
	left: 25px;
	bottom: 20px;
	color: #000;
}
.section .section-list li .txt h3{
	font-weight: 500;
	font-size: 22px;
	padding-bottom: 8px;
}
.section .section-list li .txt h3:after{
	width: 45%;
	height: 1px;
	background: #737373;
	display: block;
    content: "";
    margin-top: 12px;
}
.section .section-list li .txt p{
	font-size: 15px;
	color: #737373;
}
.section .section-list .video-btn{
	width: 100%;
	cursor: pointer;
}
.section .section-list .video-btn img:nth-child(2){
	width: 50px;
	height: 50px;
	opacity: 0.5;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
}
.section .section-list .video-btn img:nth-child(2):hover{
	opacity: 0.8;
}

@media only screen and (max-width:1599px){
	.swiper-container{
		height: 550px;
	}
	.swiper-slide a .slide-txt{
		padding-top: 170px;
	}
	.swiper-slide a .slide-txt .slide-txt1 p{
		font-size: 56px;
	}
	.swiper-slide a .slide-txt .slide-txt2 p{
		font-size: 20px;
	}
	.swiper-slide a .slide-txt .slide-txt3 p{
		font-size: 16px;
	}
}

@media only screen and (max-width:1380px){
	.swiper-container{
		height: 600px;
	}
	.swiper-slide a .slide-txt{
		padding-top: 170px;
	}
	.swiper-slide a .slide-txt .slide-txt1 p{
		font-size: 45px;
	}
	.swiper-slide a .slide-txt .slide-txt2 p{
		font-size: 20px;
	}
	.swiper-slide a .slide-txt .slide-txt3 p{
		font-size: 16px;
	}
	.banner-news .news{
		width: 1100px;
	}
}

@media only screen and (max-width:1199px){
	.section .section-list li{
		width: 50%;
	}
	.swiper-slide a .slide-txt{
		padding-left: 9%;
	}
	.swiper-container .banner-video video{
		width: auto;
		height: 100%;	
	}
	.banner-news .news{
		width: 900px;
	}
	.banner-news .news ul{
		width: calc(100% - 120px);
	}
	.banner-news .news ul>li>a>p{
		width: calc(100% - 150px);
	}
}

@media only screen and (max-width:991px){
	.banner-news .news{
		width: 700px;
	}
	.banner-news .news ul{
		width: calc(100% - 100px);
	}
	.banner-news .news ul>li>a>p{
		width: calc(100% - 110px);
	}
}

@media only screen and (max-width:767px){
	.section .section-list li .txt{
		left: 5%;
	}
	.section .section-list li{
		width: 100%;
		border-top: none;
	}
	.section .section-list li:first-child{
		border-top: 2px #FFFFFF solid;
	}
	.section .section-list li .txt h3{
		font-size: 18px;
	}
	.section .section-list li .txt p{
		font-size: 13px;
	}

	.swiper-container{
		height: 650px;
	}
    .swiper-slide a{
    	background-position:top center !important;
    	background-size:100% !important;
    }
    .swiper-pagination-bullet{
    	margin-left: 10px !important;
    }
	.swiper-container .next{
    	display: none !important;
    }
    .swiper-container .prev{
    	display: none !important;
    }
    .swiper-container .swiper-slide .banner-video{
    	display: none;
    }
    .swiper-container .swiper-slide .video-b{
    	display: none;
    }
    
    .swiper-slide a .slide-txt{
    	display: block;
    	vertical-align: auto;
		padding-left: 7%;
		padding-top: 120px;
	}
	.swiper-slide a .slide-txt .slide-txt1 p{
		font-size: 35px;
	}
	.swiper-slide a .slide-txt .slide-txt2 p{
		font-size: 18px;
	}
	.swiper-slide a .slide-txt .slide-txt3 p{
		font-size: 16px;
	}
	.banner-news .news{
		width: 100%;
		padding: 0 20px;
	}
	.banner-news .news ul>li>a>p{
		width: calc(100% - 20px);
	}
	.banner-news .news ul>li>a>span{
		display: none;
	}
}

@media only screen and (max-width:620px){
	.swiper-container{
		height: 640px !important;
	}
}
@media only screen and (max-width:520px){
	.swiper-container{
		height: 520px !important;
	}
	.swiper-slide a .slide-txt{
		padding: 90px 15px 0 30px;
	}
	.swiper-slide a .slide-txt .slide-txt1 p{
		font-size: 30px;
	}
	.swiper-slide a .slide-txt .slide-txt2 p{
		font-size: 16px;
	}
	.swiper-slide a .slide-txt .slide-txt3 p{
		font-size: 14px;
	}
}
@media only screen and (max-width:420px){
	.swiper-container{
		height: 480px !important;
	}
}
@media only screen and (max-width:380px){
	.swiper-container{
		height: 450px !important;
	}
	.swiper-slide a .slide-txt{
		padding-top: 50px;
	}
	.swiper-slide a .slide-txt .slide-txt1 p{
		font-size: 22px;
	}
	.swiper-slide a .slide-txt .slide-txt2 p{
		font-size: 12px;
	}
	.swiper-slide a .slide-txt .slide-txt3 p{
		font-size: 12px;
	}
}

@media only screen and (max-width:350px){
	.swiper-container{
		height:410px !important;
	}
}
