/*banner*/
.swiper-container{
	width: 100%;
	height: 650px;
}
.swiper-slide a{
	width: 100%;
	height: 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;
	color:#333;
}
.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 .swiper-container .banner-news {
	width: 100%;
	height: 44px;
	background: rgba(0,0,0,0.4);
	position: relative;
	bottom: 44px;
	left: 0;
	z-index: 1000;
}
.banner .swiper-container .banner-news .news{
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
.banner .swiper-container .banner-news .news .news-event{
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	line-height: 44px;
}
.banner .swiper-container .banner-news .news ul{
	width: calc(100% - 150px);
	float: right;
}
.banner .swiper-container .banner-news .news ul>li>a{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 44px;
}
.banner .swiper-container .banner-news .news ul>li>a>p{
	width: calc(100% - 200px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.banner .swiper-container .banner-news .news ul>li>a>span{
	float: right;
}
.banner .swiper-container .banner-news .news ul>li>a>p:hover{
	color: #f60;
}
.banner .swiper-container .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 h4,.section  h5{font-weight:400;text-align:center;}
.section h4{font-size:2.5em;line-height:1.8em;margin-top:.875em;}
.section h5{line-height:1.2em;margin-bottom:2em;font-size:1.2em;color:#555;}
.section .section-list li{
	width:25%;
	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;
	height:17vw;
}
.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 aside{ opacity:0; position:absolute; z-index:10; left:0; top:0; height:100%; width:100%;background:rgba(255,137,11,0.7); color:#fff; text-align:center; transition:0.5s ease-in-out;}
.section .section-list li h3{font-size:36px;line-height:60px;padding-top:100px;}
.section .section-list li p{ font-size:16px; line-height:30px; max-height:60px;}
.section .section-list li span{display:block; margin:0 auto; width:100px; line-height:34px; border:1px solid #fff; border-radius:34px; position:relative;margin-top:15px;}
.section .section-list li span:before{ position:absolute; content:''; background:url(/skin/images/more.gif) no-repeat left center; width:25px; height:100%; top:0; left:-8px;}
.section .section-list li .ytable{ width:80%; margin:0 auto;}
.section .section-list li a:hover aside{ opacity:1;}

.section .section-list li i{display:none;}
.section .section-list li:hover i{display:block;width:100%;height:100%;position:absolute;top:0;left:0;/*background-color:rgba(255,137,11,0.9);*/}
.section .section-list li:hover .txt{display:block;}
.section .section-list li .txt{
	display:none;
	position: absolute;
	left:50%;
	bottom:50%;
	color: #fff;
	margin-left:-14.5%;
	margin-top:-14.5%;
	
}
.section .section-list li .txt h3{
	font-weight: 500;
	font-size: 22px;
	padding-bottom: 8px;
}
.section .section-list li .txt h3:after{
	width:100%;
	height: 1px;
	background: #fff;
	display: block;
    content: "";
    margin-top: 12px;
}
.section .section-list li .txt p{
	font-size: 15px;
	color: #fff;
}
.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;
}
.section .news_list{width:1280px;margin:0 auto;display:flex;}
.section .news_list dt,.section .news_list dd{width:50%;}
.section .news_list dt ul li{display:flex;border-bottom:1px solid #ccc;padding-bottom:1.2em;margin-bottom:1.2em;}
.section .news_list dt ul li:nth-child(1){padding-top:1.2em;border-top:1px solid #ccc;}
.section .news_list dt ul li .time{width:20%;text-align:center;}
.section .news_list dt ul li .time i{font-style:normal;display:block;font-size:1.1875em;}
.section .news_list dt ul li .time b{font-style:normal;display:block;color:#ff890b;font-size:4.2em;}
.section .news_list dt ul li .arclist{width:65%;}
.section .news_list dt ul li .arclist a{font-size:1.5em;color:#000;line-height:2.1em;}
.section .news_list dt ul li .arclist p{color:#7e7e7e;line-height:1.5em;}
.section .news_list dt ul li .ico_left{width:15%;background-image:url(/skin/images/ico_left.png);background-repeat:no-repeat;background-position:center;}
.section .news_list dt ul li .ico_left a{display:block;width:100%;height:100%;}
.section .news_list dd{position: relative;margin-left:1.2em;}
.section .news_list dd .video-btn{cursor:pointer;}
.section .news_list dd .txt{position: absolute;left:45px;bottom:50px;color:#000;}
.section .news_list dd .txt h3 {font-weight:500;font-size:22px;padding-bottom:8px;text-align:left;}
.section .news_list dd .txt h3::after {width:45%;height:1px;background:#737373;display:block;content:"";margin-top:12px;}
.section .news_list dd .txt p {font-size:15px;color:#737373;}
.section .video-btn img{height:96%;}
.section .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;}

.cooperation{width:1280px;margin:0 auto;display:flex;}
.cooperation li{width:25%;}
.cooperation li img{width:100%;}

@media screen and (min-width: 320px) and (max-width: 1156px){
	.bdInner,.tempWrap,.section .news_list,.footer .footer-service{width:100%!important;}
	.footer .footer-service .item{width:80px!important;margin-right:120px!important;}
	.footer .footer-service .item:last-child{width:250px!important;}
	.footer .footer-page .page{width:100%;}
}