/*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: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 .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;
}
.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;
	background-color: rgba(0, 0, 0, 0.6);
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
	width:100%;
	left: 0;
	bottom: 0;
	color: #000;
}
.section .section-list li .txt h3{
	font-weight: 500;
	font-size: 20px;
	padding-bottom: 6px;
	color:#fff;
}
.section .section-list li .txt h3:after{
	width: 45%;
	height: 1px;
	background: #dddddd;
	display: block;
    content: "";
    margin-top: 10px;
}
.section .section-list li .txt p{
	font-size: 14px;
	color: #cccccc;
}
.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;
}

.cantainer .section2 {
	text-align: center;
}
.cantainer .section2 .section-title{
	width:1280px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}
.cantainer .section2 .section-title h4{
	font-size: 34px;
	color: #000;
	
	padding-top: 55px;
	font-weight: 300;
}
.cantainer .section2 .section-title span{
	width: 25px;
	height: 2px;
	background: #000;
    display: inline-block;
    vertical-align: middle;
	margin-left: 20px;
}
.cantainer .section2 .section-title p{
	font-size:16px;
	color:#666;
	margin-top: 10px;
	margin-bottom: 40px;
}
.cantainer .section2 .section-title a{ float:right; display: inline-block; padding-top:60px;}
.cantainer .section2 .section-title a .rm {
    background: url(../images/more.png) no-repeat center center;
    height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: -12px;
}
.cantainer .section2 .prolist{
	width:1280px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}
.cantainer .section2 .prolist ul{
	width:100%;
	overflow: hidden;
}
.cantainer .section2 .prolist ul li{
	width: 30%;
	height: 426px;
	float: left;
	text-align: left;
	position:relative;
}
.cantainer .section2 .prolist ul li:nth-child(3n+1)
{
	width: 68%;margin-right: 2%;margin-bottom:2%;
}
.cantainer .section2 .prolist ul li:nth-child(3n+2){
	margin-right:0;margin-bottom:2%;
}
/*.cantainer .section2 .prolist ul li:nth-child(3n+3){
	width: 30%;margin-right: 2%;margin-bottom:2%;
}
.cantainer .section2 .prolist ul li:nth-child(3n+4){
	width: 68%;margin-right: 0;margin-bottom:2%;
}*/
.cantainer .section2 .prolist ul li:nth-child(3n+3){
	width: 30%;margin-right: 2%;margin-bottom:0;
}
.cantainer .section2 .prolist ul li:nth-child(3n+4){
	width: 33%;margin-right: 2%;margin-bottom:0;
}
.cantainer .section2 .prolist ul li:nth-child(3n+5){
	width: 33%;margin-bottom:0;
}
.cantainer .section2 .prolist ul li:last-child{ margin-right: 0;}
.cantainer .section2 .prolist ul li .pro-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cantainer .section2 .prolist ul li img{
	display: block;
	transition: all 1s;
}
.cantainer .section2 .prolist ul li .pro-img:hover img{
	transform: scale(1.1);
}
.cantainer .section2 .prolist ul li span{
	font-size: 26px;
	color: #fff;
	display: block;
	letter-spacing: 2px;
	position:absolute;
	top:10%;
	left:2%;
}
.cantainer .section2 .prolist ul li small{
	font-size: 14px;
	color: #eeeeee;
	display: block;
	letter-spacing: 2px;
	position:absolute;
	top:20%;
	left:2%;
}
.cantainer .section2 .prolist ul li i{
	border: 1px solid #fff;
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    position: absolute;
    bottom:10%;
	left:2%;
    width: 60px;
    height: 60px;
    text-align: center;
	display: block;
}

.cantainer .section2 .prolist ul li i:hover{
	border: 1px solid #00a2ea;
    color: #00a2ea;
}

.cantainer .section2 .prolist ul li p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 20px;
}
.cantainer .section2 .btn{
	display: inline-block;
	width: 240px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	color: #ff7907;
	border: 1px #ff7907 solid;
	margin-bottom: 112px;
	cursor: pointer;
	transition: all .3s;
}
.cantainer .section2 .btn:hover{
	background: #ff7907;
	color: #FFFFFF;
}
.cantainer .section2 .numCount{	
	width:1280px;
	text-align: left;
	margin: 0 auto;
}

.cantainer .section2 .numCount ul { border-bottom: 1px solid #ddd;padding: 50px 0; }
.cantainer .section2 .numCount ul li { width: calc(25% - 1px);float: left;text-align: center;border-right: 1px solid #ddd; }
.cantainer .section2 .numCount ul li span{position: inherit; }
.cantainer .section2 .numCount li .item{ margin: 0 10px;}
.cantainer .section2 .numCount li .numU{ line-height:1.3;}
.cantainer .section2 .numCount ul li:last-child { width: calc(25%);border-right: none; }
.cantainer .section2 .numCount ul li .number-bar .numberSZ { font-size: 70px;font-family: "Brandon Text";line-height: 1.25;color: #333;font-weight: 500;text-align: center;vertical-align: top; display:inline-block; }
.cantainer .section2 .numCount ul li .number-bar .number-unit { font-family: "Brandon Text";font-size: 48px;color: #333;font-weight: 400;vertical-align: top; }
.cantainer .section2 .numCount ul li .number-text { line-height: 30px; height: 30px;display: inline-block;padding-left: 35px;font-size: 16px;color: #666; }
.cantainer .section2 .numCount ul li .number_icon1 { background: url(../images/icon1.png) no-repeat; }
.cantainer .section2 .numCount ul li .number_icon2 { background: url(../images/icon2.png) no-repeat; }
.cantainer .section2 .numCount ul li .number_icon3 { background: url(../images/icon3.png) no-repeat; }
.cantainer .section2 .numCount ul li .number_icon4 { background: url(../images/icon4.png) no-repeat; }


.cantainer .section2 .News_main { 	width:1280px;	margin-left:auto;	margin-right:auto;padding-bottom: 80px; }
.cantainer .section2 .News_main .News01 { background: #fff;margin-right: 40px;width: calc(33.33% - 60px); }
.cantainer .section2 .News_main .News01 .text_box { margin: 30px 30px 0; }
.cantainer .section2 .News_main .News01 .text_box h3,.cantainer .section2 .News_main .News02 ul li .text_box h3,.cantainer .section2 .News_main .News03 ul li .text_box h3{ font-size: 18px;color: #222;font-weight: 400; text-align:left; }
.cantainer .section2 .News_main .News01 .text_box span { font-size: 14px;color: #666;padding-top: 10px;display: inline-block; }
.cantainer .section2 .News_main .News01 .news_img { text-align: center;margin: 10px 30px 20px; }
.cantainer .section2 .News_main .News01 .news_img img{ width: 100%; }
.cantainer .section2 .News_main .News01 .text_box p{
	font-size: 14px;
    line-height:24px;
    color: #666;
	text-align:left;
	height:132px;
}
.cantainer .section2 .News_main .News01 .text_box .info { 
	width:100%; 
	height: 30px; 
	line-height:30px; 
	text-align:left; 
	font-size: 12px; 
	margin-bottom: 0px;
}
.cantainer .section2 .News_main .News01 .text_box .info span {
    vertical-align: middle;
    margin-right: 6px;
}
.cantainer .section2 .News_main .News01 .text_box .info .address { display: inline-block;  margin-right: 18px; }
.cantainer .section2 .News_main .News01 .text_box .info .address span {
    display: inline-block;
    font-weight: bold;
}
.cantainer .section2 .News_main .News01 .text_box .info .time {
    display: inline-block;
}
.cantainer .section2 .News_main .News01 .text_box .info .time span {
    display: inline-block;
    font-weight: normal;
	background: url(../images/icon1s.png) no-repeat;width: 20px;height: 20px;
}
.cantainer .section2 .News_main .News02 { margin-right: 40px;width: calc(33.33% - 40px); }
.cantainer .section2 .News_main .News02 ul li { width:100%; background: #fff;margin-bottom: 20px;padding: 20px 30px 22px 30px; }
.cantainer .section2 .News_main .News03 ul li { width:100%; background: #fff;margin-bottom: 20px;padding: 20px 30px; }
.cantainer .section2 .News_main .News02 ul li:last-child,.cantainer .section2 .News_main .News03 ul li:last-child { margin-bottom: 0; }
.cantainer .section2 .News_main .News03 { width: calc(33.33% + 20px); }
.cantainer .section2 .News_main .News03 ul li { margin-bottom: 0px;border-bottom: 1px solid #ddd;padding-bottom: 0; }
.cantainer .section2 .News_main .News03 ul li .time { margin-right: 20px;width: calc(18%-20px);float: left; }
.cantainer .section2 .News_main .News03 ul li .text_box { width: calc(82% - 20px);float: right; }
.cantainer .section2 .News_main ul li .text_box p { line-height: 24px;color: #666;margin: 10px 0;overflow: hidden;text-overflow: ellipsis;display: box;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; text-align:left; }
.cantainer .section2 .News_main ul li h3{ overflow: hidden;text-overflow: ellipsis;display: box;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.cantainer .section2 .News_main ul li .text_box{ padding-bottom: 10px; }
.cantainer .section2 .News_main ul li .time_more{ border-top: 1px solid #ddd;padding-top: 21px; }
.cantainer .section2 .News_main ul li .time .day { color:#000; font-size: 48px;font-weight: 300;line-height: 48px; }
.cantainer .section2 .News_main ul li .more { padding-top: 20px; }
.cantainer .section2 .News_main ul li .more a { background: url(../images/more_1.png) no-repeat;width: 30px;height: 30px;display: inline-block; }

.cantainer .section2 .News_main .News01:hover,.cantainer .section2 .News_main .News02 ul li:hover,.cantainer .section2 .News_main .News03 ul li:hover{ background: #cccccc; }
.cantainer .section2 .News_main ul li:hover .time_more{ border-top: 1px solid #999; }

.cantainer .section2 .Brand_about {
    margin-top: 40px;
	margin-bottom: 40px;
}
.cantainer .section2 .Brand_about p {
    text-align: left;
    line-height: 30px;
    color: #666;
    padding: 0 150px;
	font-size:16px;
}
.cantainer .section2 .abt_item_video {
    height: 80vh;
}
.cantainer .section2 .aitem_video {
 	margin: 0 auto;
    width: 1280px;
}
.cantainer .section2 .aitem_video video {
    width: 100%;
}

/* linker */
.sf-title-sector {
    margin: 20px 0 20px 0;
    text-align: center;
}
.sf-com-logos-list {
    margin: 40px 0;
}
.sf-container {
    box-sizing: border-box;
    margin: 0 auto;
    width: 1280px;
    max-width: 100%;
    padding: 0 15px;
	position: relative;
}
.sf-container .partner-wrapper{ width: 1240px;  overflow: hidden; }
.sf-com-logos-list .logos, .sf-com-logos-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    justify-content: flex-start;
    align-items: center;
}
.sf-com-logos-list .logos li, .sf-com-logos-list ul li {
    margin-top:10px;
	margin-bottom:10px;
    text-align: left;
    width: 18.1% !important;
	/*margin-left:1%;*/
}
.sf-com-logos-list ul li:first-child{ margin-left:20px;}
.sf-com-logos-list ul li:nth-child(5n+1){/*margin-left:1%;*/}
.sf-com-logos-list .logos li a, .sf-com-logos-list ul li a {
	width:100%;
	background:#fff;
	border: 1px solid #dbdced;
    display: block;
}
.sf-com-logos-list .logos li a:hover, .sf-com-logos-list ul li a:hover{ cursor:pointer; border: 1px solid #e77918; }
.sf-com-logos-list .logos li a img, .sf-com-logos-list ul li a img {
    display: inline-block;
    max-width: 100%;
}
.index-btn {
    width: 46px;
    height: 46px;
	display: block;
    background-size: 100%;
	position: absolute;
    z-index: 3;
    top: 50%;
	transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
}
.index-btn.index-prev {
    left: -30px;
	background-image: url(../images/prev.png);
}
.index-btn.index-prev:hover {
    background-image: url(../images/prevho.png);
}
.index-btn.index-next {
    right: -30px;
	background-image: url(../images/next.png);
}
.index-btn.index-next:hover {
    background-image: url(../images/nextho.png);
}

@media (max-width: 768px) and (min-width: 320px){
	.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: 780px;
	}
    .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;
    }
    
	.banner .swiper-container .banner-news .news{
		width: 100%;
		padding: 0 20px;
	}
	.banner .swiper-container .banner-news .news ul>li>a>p{
		width: calc(100% - 20px);
	}
	.banner .swiper-container .banner-news .news ul>li>a>span{
		display: none;
	}
	
	/* spark add */
	.cantainer .section2 .section-title{ width:100%; }
	.cantainer .section2 .section-title .fl{ width:100%; }
	.cantainer .section2 .section-title p{ padding-left:2%; padding-right:2%;}
	.cantainer .section2 .section-title h4{ padding-left:2%;}
	.cantainer .section2 .section-title a{ display:none; }
	
	.cantainer .section2 .prolist{ width:100%; }
	.cantainer .section2 .prolist ul li:nth-child(3n+1) {
		width:100%; margin-right: 0; margin-bottom: 4%;	
	}
	.cantainer .section2 .prolist ul li:nth-child(3n+2) {
   		width: 100%;margin-bottom: 4%;
	}
	.cantainer .section2 .prolist ul li:nth-child(3n+3) {
    	width: 100%;margin-bottom: 4%;margin-right: 0;
	}
	.cantainer .section2 .prolist ul li:nth-child(3n+4) {
    	width: 100%; margin-bottom: 4%;
	}
	.cantainer .section2 .prolist ul li:nth-child(3n+5) {
    	width: 100%; margin-bottom: 4%;
	}
	.cantainer .section2 .prolist ul li{
		width: 100%;
		height: auto;
		
	}
	.cantainer .section2 .prolist ul li img{ width: calc(98%); margin-left:1%; margin-right:1%;}
	.cantainer .section2 .Brand_about p{ padding: 0 20px;}
	.aitem_video{ width: 100%; }
	.cantainer .section2 .numCount {
    	width: 100%;
	}
	.cantainer .section2 .numCount ul li {
		width: 50%;
		border-right: 0;
	}
	.cantainer .section2 .numCount ul li:last-child {
    	width: 50%;
		border-right: 0;
	}
	.cantainer .section2 .numCount ul li .number-bar .numberSZ{
    	font-size: 48px;
    	width: 50%;
	}
	.cantainer .section2 .numCount ul li .number-bar .number-unit{ font-size: 28px;}
	.index-procont .info {
		width: 100%;
	}	
	.cantainer .section2 .News_main{ width: 100%; }
	.cantainer .section2 .News_main .News01,.cantainer .section2 .News_main .News02,.cantainer .section2 .News_main .News03{ 
		width: 100%; 
		margin-right:0; 
		margin-left:0; 
		margin-bottom:5%;
	}
	
	
	.sf-container{ width:100%; }
	.sf-container .partner-wrapper{ width: calc(100% - 30px);}
	.sf-com-logos-list .logos li, .sf-com-logos-list ul li{ width: calc(43%) !important; text-align:center; }
	.sf-com-logos-list ul li:first-child{ margin-left:10% !important;  }
	.sf-com-logos-list .logos li a img, .sf-com-logos-list ul li a img {
		max-width: 98%;
		padding-top:2%;
	}
	.index-btn.index-prev {
    	left: 0;
	}
	.index-btn.index-next {
    	right: 0;
	}
	
	
	.cantainer .section2 ul li{
		width: 100%;
		height: auto;
	}
	.cantainer .section2 ul li span{
		margin-top: 15px;
	}
	.cantainer .section2 ul li span:after{
		margin-top: 10px;
	}
	.cantainer .section2 ul li p{
		margin-top: 10px;
	}
	.cantainer .section2 .btn {
		margin-bottom: 60px;
	}
	
}
