body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;font-family: 'syhtN';}
body{background:#fff;color:#333;font-family: 'syhtN';}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;box-sizing: border-box;}
a{text-decoration:none;color: #333333;}
a:hover{text-decoration: none;}
dl,dt,dd{margin: 0;}

ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}

.w90{
	width: 90%;
	margin: 0 auto;
}

.page01-banner{
	width: 100%;
	height: 100%;
	position: relative;
}
.page01-banner img{
	width: 100%;
	height: 100%;
}
.pc-banner{
	display: block;
}
.mobile-banner{
	display: none;
}
.banner-title{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.banner-title .w90{
	padding-left: 10%;
}
.banner-title-nav h3{
	font-size: 44px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.banner-title-nav h4{
	font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.get-more{
    display: block;
    margin-top: 30px;
    width: 220px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    transition-duration: .5s;
}
/*.banner-more{
	border: 1px solid #333;
	color: #333;
}*/
.get-more:hover{
	background:#d70917; 
	color:#fff; 
	border:1px solid #d70917;
}
.page02{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.vidoelist{
	min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.home-about{
	position: absolute;
    width: 50%;
    height: 100%;
    /* background: rgba(0,0,0,0.4); */
    right: 0;
    top: 0;
}
.home-about-content{
    width: 72%;
    position: absolute;
    top: 50%;
    left: 14%;
    transform: translateY(-50%);
}
.home-about-content h3{
    font-size: 36px;
    color: #FFFFFF;
    font-weight: bold;
}
.home-about-content h4{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 25px 0 35px;
}
.home-about-content p{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.6;
}
.page03{
	position: relative;
	width: 100%;
	height: 100%;
}
.proPage-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.proPage-bg ul li{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition-duration: 0.5s;
}
.proPage-bg ul li img{
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.3);
    transition-duration: 3s;
}
.home-pro-content{
    width: 84%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
}
.home-pro-fl{
    width: 36.5%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.home-pro-title{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home-pro-title h3{
    font-size: 44px;
    color: #FFFFFF;
    font-weight: bold;
}
.home-pro-title h4{
    font-size: 44px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 15px 0 35px;
}
.home-pro-title p{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.6;
}
.home-pro-fr{
    width: 63.5%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.home-pro-listBox{
    width: 100%;
    position: absolute;
    top: 35%;
    text-align: center;
}
.home-pro-listBox ul{
    display: inline-block;
    zoom: 1;
    cursor: pointer;
}
.home-pro-listBox ul li{
    float: left;
    width: 96px;
    height: 110px;
    margin: 0 25px;
    background: url(../images/pro-i1.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    transition-duration: 0.5s;
}
.home-pro-listBox ul li.hover{
    background: url(../images/pro-i2.png) no-repeat;
    background-size: 100% 100%;
}
.home-pro-listBox ul li span{
    display: block;
    width: 100%;
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.home-pro-contentBox{
    width: 100%;
    height: 380px;
    background: url(../images/pro-bg.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}
.home-pro-contenter{
    display: none;
}
.home-pro-message{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 7%;
    padding-right: 16.8%;
    box-sizing: border-box;
}
.home-pro-message h5{
    font-size: 30px;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 35px;
}
.home-pro-message p{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.6;
}
.home-news{
	position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/h-bg04.jpg) no-repeat center center;
}
.home-news-content{
	width: 82%;
    height: 100%;
    background: url(../images/h-newBg.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}
.home-news-nav{
	width: 84%;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}
.home-newList h3{
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.home-newList:hover h3{ color:#d70917}
.home-newList h4{
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 10px;
}
.home-newList p{
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.home-newList .new-img{
    width: 100%;
    height: 269px;
    overflow: hidden;
    margin-top: 40px;
}
.home-newList .new-img img{
    display: block;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
}
.home-newList:hover .new-img img{
	transform: scale(1.1);
}
.home-news-nav .owl-nav{
	overflow: hidden;
    width: 100px;
    height: 100px;
    background: #eeeeee;
    border-radius: 50%;
    position: absolute;
    z-index: 4;
    left: -130px;
    top: 50%;
    margin-top: -50px;
}
.home-news-nav .owl-nav .owl-prev, .home-news-nav .owl-nav .owl-next{
    display: block !important;
    width: 50px;
    height: 100px;
    float: left;
    overflow: hidden;
    cursor: pointer;
}
.home-news-nav .owl-nav .owl-prev{
	background: url(../images/jt01.png) no-repeat center center;
}
.home-news-nav .owl-nav .owl-next{
	background: url(../images/jt01.png) no-repeat center center;
    transform: rotate(180deg);
}
.home-news-nav .owl-nav .owl-prev:hover{
	background: url(../images/jt02.png) no-repeat center center;
	transform: rotate(180deg);
}
.home-news-nav .owl-nav .owl-next:hover{
	background: url(../images/jt02.png) no-repeat center center;
	transform: rotate(0deg);
}

.page05{
	position: relative;
	width: 100%;
    height: 100%;
    overflow: hidden;
}
.home-contact{
	position: relative;
	width: 100%;
    height: 100%;
}
.lx-bg1{
	position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    background: url(../images/h-bg05.jpg) no-repeat center center;
    background-size: cover;
    -webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;
    top: 0;
    left: 0;
    z-index: 2;
}
@keyframes scaleDraw {
	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
        0%{
				-webkit-transform: scale(1, 1);
			    transform: scale(1, 1);
				/*开始为原始大小*/
		}
		50%{
				-webkit-transform: scale(1.3, 1.3);
			    transform: scale(1.3, 1.3);
				/*开始为原始大小*/
		}
		100% {
			-webkit-transform: scale(1, 1);
		    transform: scale(1, 1);
		}
}
.home-contact-nav{
	width: 60%;
    position: absolute;
    left: 16%;
    top: 50%;
    transform: translateY(-50%);
    zoom: 1;
    z-index: 3;
}
.home-contact-nav:after{
    display: block;
    content: '';
    clear: both;
}
.home-contact-fl{
    float: left;
    width: 40%;
}
.home-contact-fl h3{
	font-size: 44px;
	color: #FFFFFF;
	font-weight: bold;
}
.home-contact-fl h4{
	font-size: 44px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 15px 0 35px;
}
.h-tel{
	zoom: 1;
	margin-bottom: 40px;
}
.h-tel:after{
	display: block;
	content: '';
	clear: both;
}
.h-tel img{
	float: left;
	margin-top: 6px;
}
.h-tel-fr{
	margin-left: 10px;
	padding-left: 10px;
	float: left;
	border-left: 1px solid #FFFFFF;
}
.h-tel-fr p{
	font-size: 18px;
	color: #FFFFFF;
}
.h-tel-fr h5{
	font-size: 30px;
	color: #FFFFFF;
}
.h-add p{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.8;
}
.home-contact-fr{
	float: right;
	width: 50%;
}
.home-contact-fr ul{
	zoom: 1;
	margin-bottom: 30px;
}
.home-contact-fr ul:after{
	display: block;
	content: '';
	clear: both;
}
.home-contact-fr ul li{
	padding: 10px 20px;
	float: left;
	width: 49%;
  margin-right: 2%;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  zoom: 1;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.home-contact-fr ul li:after{
	display: block;
	content: '';
	clear: both;
}
.home-contact-fr ul li:nth-child(2n){
	margin-right: 0;
}
.home-contact-fr ul li:nth-child(5){
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}
.home-contact-fr ul li span{
	width: 90px;
	float: left;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 40px;
}
.home-contact-fr ul li input{
	width: calc(100% - 90px);
	height: 40px;
	border: none;
	outline: none;
	background: none;
	font-size: 18px;
	color: #FFFFFF;
}
.home-contact-fr ul li textarea{
	width: 100%;
	height: 150px;
	resize: none;
	border: none;
	outline: none;
	background: none;
	font-size: 18px;
	color: #FFFFFF;
}
.contact-more{
	display: block;
	margin: 0 auto;
	width: 220px;
	height: 50px;
	background: #d70917;
	border-radius: 50px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
}
.contact-more:hover{
	color: #FFFFFF;
	font-weight: bold;
}

.h-footer{
	width: 100%;
	position: absolute;
	bottom: 40px;
	z-index: 3;
}
.h-beian{
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 2;
	opacity: 0.53;
}
.js-company{
	float: right;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 2;
	opacity: 0.53;
}

.go-proD{
	display: block;
	width: 140px;
	height: 50px;
	border: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	margin-top: 20px;
}

@media screen and (max-width: 1500px){
	.banner-title-nav h3{
		font-size: 36px;
	}
	.banner-title-nav h4{
		font-size: 26px;
	}
	.get-more{
		width: 170px;
		font-size: 16px;
	}
	.home-about-content h3{
		font-size: 32px;
	}
	.home-about-content h4{
		font-size: 16px;
	}
	.home-about-content p{
		font-size: 16px;
	}
	.home-about{
		width: 59%;
	}
	.home-pro-title h3{
		font-size: 36px;
	}
	.home-pro-title h4{
		font-size: 36px;
	}
	.home-pro-title p{
		font-size: 16px;
	}
	.home-pro-listBox{
		text-align: left;
		top: 38%;
	}
	.home-pro-listBox ul li{
		width: 86px;
    	height: 100px;
    	margin: 0 14px;
	}
	.home-pro-listBox ul li span{
		font-size: 16px;
		text-align: center;
	}
	.home-pro-contentBox{
		height: 340px;
	}
	.home-pro-message h5{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.home-pro-message p{
		font-size: 16px;
	}
	.home-newList h3{
		font-size: 18px;
	}
	.home-newList h4{
		font-size: 18px;
	}
	.home-newList p{
		font-size: 16px;
	}
	.home-news-content{
		width: 83%;
	}
	.home-news-nav{
		left: 4%;
	}
	.home-news-nav .owl-nav{
		width: 86px;
    	height: 86px;
    	left: -95px;
	}
	.home-news-nav .owl-nav .owl-prev, .home-news-nav .owl-nav .owl-next{
		width: 43px;
		height: 86px;
	}
	.home-contact-fl h3{
		font-size: 36px;
	}
	.home-contact-fl h4{
		font-size: 36px;
	}
	.h-tel-fr h5{
		font-size: 26px;
	}
	.h-tel img{
		margin-top: 12px;
	}
	.h-add p{
		font-size: 16px;
	}
	.home-contact-fr ul li{
		padding: 5px 10px;
	}
	.home-contact-fr ul li span{
		width: 80px;
		font-size: 16px;
	}
	.home-contact-fr{
		width: 55%;
	}
	.home-contact-fr ul li input{
		width: calc(100% - 80px);
	}
	.home-newList .new-img{
		height: 199px;
	}
}
@media screen and (max-width: 1366px){
	.home-newList .new-img{
		height: 187px;
	}
}
@media screen and (max-width: 769px){
	.fullpage-wrapper{
		height: auto !important;
	}
	.pc-banner{
		display: none;
	}
	.fp-tableCell{
		height: auto !important;
	}
	.mobile-banner{
		display: block;
	}
	.page01-banner{
		height: auto;
	}
	.banner-title-nav h3{
		text-shadow: 1px 1px 1px #999;
		font-size: 20px;
	}
	.banner-title-nav h4{
		text-shadow: 1px 1px 1px #999;
		font-size: 16px;
	}
	.banner-title .w90{
		padding-left: 0;
	}
	.head-bottom{
		bottom: 10px;
	}
	.down-jt{
		display: none;
	}
	.link-com{
		width: 40px;
		height: 40px;
	}
	.link-com img{
		width: 50%;
	}
	
	.page02{
		position: relative;
		padding: 30px 0;
	}
	.page02 .fp-tableCell{
		position: relative;
		padding: 30px 0;
	}

	.home-about{
		position: relative;
		width: 100%;
		height: auto;
	}
	.home-about-content{
		width: 94%;
	    position: relative;
	    top: 0;
	    left: 0;
	    transform: translateY(0%);
	    margin: 0 auto;
	}
	.home-about-content h3{
	    font-size: 20px;
	    margin: 15px 0 25px;
	}
	.get-more{
		margin: 30px auto 0;
	}
	.home-pro-message{
		position: relative;
		top: 0;
		transform: translateY(0);
		padding: 30px 3%;
	}
	.home-pro-title{
		position: relative;
		top: 0;
		transform: translateY(0);
		text-align: center;
		padding: 30px 0;
	}
	.home-pro-title h3{
		font-size: 24px;
	}
	.home-pro-title h4{
		font-size: 24px;
		margin: 0px 0 15px;
	}
	.home-pro-listBox ul{
		display: block;
		width: 100%;
	}
	.home-pro-listBox ul li{
		width: 30%;
		height: auto;
		margin: 0;
		margin-right: 5%;
		margin-bottom: 5px;
		background: rgba(255,255,255,0.5);
	}
	.home-pro-listBox ul li.hover{
		background: rgba(200,8,21,0.5);
	}
	.home-pro-listBox ul li:nth-child(3n){
		margin-right: 0;
	}
	.home-pro-listBox ul li span{
		position: relative;
	    top: 0;
	    transform: translateY(0%);
	}
	.home-pro-message h5 {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.home-news{
		height: auto;
		/*padding: 30px 0;*/
	}
	.home-news-content{
		position: relative;
		width: 100%;
		height: auto;
	}
	.vidoelist{
		height: 100%;
	}
	.home-pro{
		position: relative;
	}
	.home-pro-content{
		position: relative;
		width: 100%;
		height: auto;
	}
	.home-pro-fl{
		position: relative;
		width: 100%;
		height: auto;
	}
	.home-pro-fr{
		position: relative;
		width: 100%;
		height: auto;
	}
	.home-pro-listBox{
		position: relative;
		top: 0;
	}
	.home-pro-contentBox{
		position: relative;
		height: auto;
	}
	.home-news-nav{
		position: relative;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		transform: translateY(0);
		padding: 30px 3%;
	}
	.home-contact-nav{
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		transform: translateY(0);
		padding: 30px 3%;
	}
	.home-contact-fl{
		width: 100%;
	}
	.home-contact-fr{
		width: 100%;
	}
	.home-contact-fl h3{
		font-size: 24px;
		text-align: center;
	}
	.home-contact-fl h4{
		font-size: 24px;
		text-align: center;
		margin: 0 0 25px;
	}
	.lx-bg1{
		height: 100%;
	}
	.h-tel{
		margin-bottom: 10px;
	}
	.home-contact-fr{
		margin-top: 20px;
	}
	.home-contact-fr ul li{
		width: 100%;
		margin-right: 0;
	}
	.h-footer{
		position: relative;
		bottom: 0;
		zoom: 1;
	}
	.h-footer:after{
		display: block;
		content: '';
		clear: both;
	}
	.home-newList .new-img{
		height: auto;
	}
}


@media (-webkit-device-pixel-ratio: 1.25){ 
	body{
		zoom: 0.8;
	} 
	.section{
		height: 100% !important;
	}
	.lx-bg1{
		height: 100%;
	}
}
@media (-webkit-device-pixel-ratio: 1.5){ 
	body{zoom: 0.75;}
	.section{
		height: 100% !important;
	}
	.lx-bg1{
		height: 100%;
	}
}


















