.modal-body{
	padding:5px;
}
.modal-body iframe{
	display:block;
}

.sec1{
	background-color:#eaeaea;
}
.sec1 .fp-slidesNav{
	left:80% !important;
}
.sec1 .slide{
	padding-left:200px;
	display:flex;
	justify-content: center;
}
.sec1 .slide a{
	display:block;
}
.sec1 .slide img{
	max-width:100%;
}
.sec1 .fp-tableCell{
	display: flex;
    align-items: center;
}


.sec2{
	background-color:#fbfbfb;
}
.sec2 .products-box .p-item{
	float:left;
	width:33.33333333%;
	height:100vh;
}
.fold_wrap{width:100%;height:100%;margin:0;padding:0;overflow:hidden;}
.fold_wrap li{float:left;width:auto;height:100vh;position:relative;overflow:hidden;cursor:pointer;}
.pic_auto{width:100%;height:100%;}

.fold_wrap li a{
	position: relative;
    display: block;
    height: 100%;
    width: 100%;
}
.fold_wrap li a span{
	position:absolute;
	top:100px;
	left:50%;
	padding:8px 0;
	width:120px;
	margin-left:-60px;
	font-size:18px;
	text-align:center;
	color:#aaa;
	border:1px solid #aaa;
	border-radius:50px;
}
.fold_wrap li:hover a span{
	color:#fff;
	border-color:#a40319;
	background-color:#a40319;
}


.sec3 .about-box .about-info,
.sec3 .about-box .about-bg{
	float:left;
	width:40%;
	height:100vh;
}
.sec3 .about-box .about-info{
	width:60%;
}
.sec3 .about-box .about-bg{
	background:url('../images/aboutbg.jpg') no-repeat bottom left / auto 100%;
}
.sec3 .about-box .about-info{
	display:flex;
	align-items: center; 
}

.sec5 .news-box,
.sec4 .pro-box,
.sec3 .about-box .about-info .info-box{
	flex:1;
	padding-left:10%;
}
.sec-title{
	position:relative;
	padding-bottom:20px;
}
.sec-title:after{
	content:'';
	position:absolute;
	width:50px;
	height:2px;
	bottom:0;
	left:0;
	background-color:#a40319;
}
.sec-title h2{
	font-size:36px;
	font-weight:bold;
	margin:0;
}
.sec3 .about-box .aboutpic{
	max-width:100% !important;
}
.sec3 .about-box .aboutdes{
	font-size:16px;
	color:#929292;
	line-height:1.8;
	text-indent:2em;
}
.video-box{
	cursor:pointer;
	position:relative;
	float:left;
}
.video-box .play-icon{
	color: #fff;
    font-size: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: normal;
    opacity: .8;z-index: 99999;width:120px;height:120px;
}
.video-box:hover .play-icon{
	opacity: .9;
}

.about-icons{
	display:flex;
}
.about-icons li{
	padding:0 20px 0 0;
}
.about-icons li a{
	width:78px;
	padding-top:85px;
	display:block;
	text-align:center;
	color:#929292;
	font-size:15px;
}
.about-icons li.abi-sb a{
	background:url('../images/icon_sb.png') no-repeat top center /100% auto;
}
.about-icons li.abi-ry a{
	background:url('../images/icon_ry.png') no-repeat top center /100% auto;
}
.about-icons li.abi-sb:hover a{ 
	background:url('../images/icon_sb_h.png') no-repeat top center /100% auto;
}
.about-icons li.abi-ry:hover a{
	background:url('../images/icon_ry_h.png') no-repeat top center /100% auto;
}





.sec4{
	background-color:#f3f3f3;
}
.sec4 .pro-box{
	padding-right:10%;
}

.sec4 .pro-list li img{
	max-width:100% !important;
	margin:0 auto;
}
.sec4 .pro-list li .pro-pic{
	width:45%;
	float:left;
}
.sec4 .pro-list li .pro-info{
	width:55%;
	float:left;
}
.sec4 .pro-list .pro-info p{
	line-height:1.8;
	color:#5e5e5e;
	font-size:14px;
}
.sec4 .pro-list .pro-info a h3{
	font-size:20px;
	color:#fff;
	padding:17px;
	background-color:#a40319;
	float:left;
}
.sec4 .owl-theme .owl-controls .owl-buttons{
	position:relative;
}
.sec4 .owl-theme .owl-controls .owl-buttons div.owl-next,
.sec4 .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: -30px;
    top: -250px;
    position: absolute;
    text-indent: -100px;
    background: none;
    width: 18px;
    height: 97px;
    background: url(../images/owl_prev.png) center center / auto 100%;
    overflow:hidden;
}
.sec4 .owl-theme .owl-controls .owl-buttons div.owl-next{
	right:-60px;
	left:auto;
	background: url(../images/owl_next.png) center center / auto 100%;
}



.sec5 .news-box{
	padding-right:10%;
}
.sec5 .news-box li{
	margin:15px 8px 0;
	padding:15px;
	border:1px solid #d2d2d2;
}
.sec5 .news-box li img{
	max-width:100% !important;
	margin:0 auto 15px auto;
	display:block;
}
.sec5 .news-box li h4{
	font-size:16px;
	color:#000;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:normal;
	margin:0 0 10px 0;
}
.sec5 .news-box li p{
	font-size:12px;
	color:#ababab;
	line-height:1.5;
	margin-bottom:25px;
	height: 38px;
    overflow: hidden;
}
.sec5 .news-box li p.ndate{
	font-size:14px;
	color:#000;
	margin-bottom:10px;
	height:auto;
}
.sec5 .news-box li span{
	display:block;
	color:#a40319;
	text-align:center;
	margin-bottom:10px;
}
.sec5 .news-box li:hover{
	background-color:#a40319;
}
.sec5 .news-box li:hover p.ndate,
.sec5 .news-box li:hover span,
.sec5 .news-box li:hover h4{
	color:#fff;
}

@media only screen and (max-width: 1280px) {
	.sec3 .about-box .aboutdes{
		font-size:14px;
	}
	.about-icons li a{
		width: 65px;
    	padding-top: 75px;
	}
}


@media only screen and (max-width: 1024px) {
	.sec-title h2{
		font-size:32px;
	}
	.sec1 .slide{
		padding-left:150px;
	}
	.sec5 .news-box, .sec4 .pro-box, .sec3 .about-box .about-info .info-box{
		padding-left:5%;
	}
	.sec5 .news-box{
		padding-right:5%;
	}
	.sec2 .products-box .p-item{
		background-size:100% auto !important;
	}
	.fold_wrap li a span{
		font-size:16px;
	}
}