@font-face
{
	font-family: hm;
	src: url('../font/wy.otf')
}

.wrap{
	width: 100%;
	min-width: 1200px;
}
.w1200{
	width: 1200px;
	margin:auto;
}
.pr{
	position: relative;
}
.delay_1s{
	animation-delay:1s;
}
.delay_01s{
	animation-delay:0.1s;
}
.delay_02s{
	animation-delay:0.2s;
}
.delay_03s{
	animation-delay:0.3s;
}
.delay_04s{
	animation-delay:0.4s;
}
.delay_05s{
	animation-delay:0.5s;
}
.delay_06s{
	animation-delay:0.6s;
}
.delay_08s{
	animation-delay:0.8s;
}
.delay_09s{
	animation-delay:0.9s;
}
.delay_07s{
	animation-delay:0.7s;
}
.animated{

}

.section1{
	overflow: hidden;
}
#slideWrap{
	position: relative;
	height: 100%;
}
.banner{
	position: relative;
	height: 100%;
}

.banner .next,.banner .prev{
	position: absolute;
	display: block;
	height: 32px;
	width: 21px;
	background: url(../images/slider-arrow.png) center center no-repeat;
	top:50%;
	margin-top: -16px;
	z-index: 100;
}

.banner .next{
	background-position: -176px 0px;
	left:20px;
}
.banner .prev{
	background-position: -58px 0px;
	right:20px;
}
.banner .slide1{
	background: url(../images/banner1.jpg) center center no-repeat;
	background-size: cover;
}
.banner .slide2{
	background: url(../images/banner2.jpg) no-repeat;
	background-size: cover;
}
.banner .slide3{
	background: url(../images/banner3.jpg) no-repeat;
	background-size: cover;
}
.banner_txt{
	margin-top: 125px;
}
.nav{
	height: 100px;
	background: rgba(0,0,0,0.9);
	position: absolute;
	z-index: 10;
	width: 100%;
	line-height: 100px;
	top:0px;
}
.logo{
	font-size: 0px;
}
.logo img{
	vertical-align: middle;
}
.nav_list{
	font-size: 0px;
}
.nav_list .nli{
	display: inline-block;
	font-size: 16px;
	line-height: 100px;
	color:white;
	position: relative;
	text-align: center;
	width: 100px;
}
.nav_list .nli h2{
	font-weight: normal;
	opacity: 0.8;
	transition: all 0.5s;
}
.nav_list .nli:hover h2{
	opacity: 1;
}
.sub{
	position: absolute;
	width: 100%;
	background: rgba(66,66,66,0.8);
	border-top: 4px solid #8e040a;
	margin-top: -4px;
	box-sizing: border-box;
	transition: all 0.3s;
	transform:scaleY(0);
	transform-origin: top;
	overflow: hidden;
	z-index: 100;
}
.nav_list .nli:hover .sub{
	transform:scaleY(1);
}
.sub li{
	line-height: 33px;
	font-size: 16px;
	color:white;
	text-align: center;
	border-bottom: 1px solid #939393;
}
.sub li:hover{
	border-color: #427ac0;
}
.sub a:first-child li{
	margin-top: 10px;
}
.sub a:last-child li{
	margin-bottom: 10px;
}
.section2{
	background:url(../images/line1.png) bottom repeat-x,url(../images/bg1.jpg);
}
.title{
	text-align: center;
}
.title h4{
	font-size: 20px;
	font-weight: normal;
	margin-top: 17px;
}
.about_body{
	height: 585px;
	background: url(../images/about_bg.png) center center no-repeat;
	margin-top: 20px;
}
.about_body .w1200{
	padding-top: 98px;
}
.about_txt{
	width: 530px;
	background: url(../images/about_bg1.png) center left no-repeat;
}
.about_p{
	color:white;
	font-size: 18px;
	font-weight: lighter;
	margin-top: 30px;
	line-height: 28px;
	padding-left: 25px;
}
.about_more{
	display: block;
	width: 177px;
	height: 53px;
	background: url(../images/more_img1.png) center center no-repeat;
	margin:auto;
	margin-top: 35px;
}
.section3{
	background:url(../images/line1.png) bottom repeat-x,url(../images/bg1.jpg);
}
.product_body{
	background: url(../images/pro_bg.png) center center no-repeat;
	height: 318px;
	padding-top: 25px;
	box-sizing: border-box;
	margin-top: 20px;
}
.picScroll-left{
	position: relative;
}
.picScroll-left .tempWrap{
	margin:auto;
}
.picScroll-left a.next,.picScroll-left a.prev{
	position: absolute;
	width: 24px;
	height: 43px;
	background: url(../images/arr.png) no-repeat;
	top:50%;
	margin-top: -22px;
}
.picScroll-left a.next{
	background-position: 0px 0px;
	left:-20px;
}
.picScroll-left a.prev{
	background-position: -27px 0px;
	right:-20px;
}
.picScroll-left .picList li{
	width: 360px;
	height: 256px;
	margin:0px 14px;
	position: relative;
	overflow: hidden;
}
.picScroll-left .picList li .p_title{
	position: absolute;
	width: 276px;
	height: 60px;
	background: url(../images/title_bg.png) center center no-repeat;
	z-index: 10;
	top:50%;
	margin-top: -30px;
	left:50%;
	margin-left: -130px;
	text-align: center;
	line-height: 60px;
	font-size: 26px;
	color:white;
}
.picScroll-left .picList li .p_title a{
	font-family: "hm";	
}
.picScroll-left .picList li img{
	transition: all 0.5s;	
}
.picScroll-left .picList li:hover img{
	transform: scale(1.1);
}
.picScroll-left .picList li:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background: url(../images/kuang.png) no-repeat;
	background-size: cover;
}
.product_nav_list{
	font-size: 0px;
	display: inline-block;
	vertical-align: top;
}
.product_nav_list li{
	width: 42px;
	height: 176px;
	background: url(../images/li_bg1.jpg) center center no-repeat;
	display: inline-block;
	font-family: "hm";
	font-size: 20px;
	vertical-align: top;
	color:#fff3dd;
	padding-top: 28px;
	padding-right: 3px;
	box-sizing: border-box;
	text-align: center;
	margin:0px 12px;
}
.product_nav_list li:hover{
	background: url(../images/li_bg2.jpg) center center no-repeat;
}
.product_nav_list li.qian{
	background: url(../images/li_bg2.jpg) center center no-repeat;
}
.product_nav .circle{
	width: 63px;
	height: 62px;
	background: url(../images/circle_bg.png) center center no-repeat;
	display: inline-block;
	margin:48px 18px 0px;
}
.product_nav .w1200{
	padding-top: 20px;
	text-align: center;
}
.section4{
	background-image: url(../images/line1.png),url(../images/bg2.jpg);
	background-repeat: repeat-x,no-repeat;
	background-size:auto ,cover;
	background-position: bottom,0% 0%;
	/*background-size: cover;*/
}
.advan_body{
	width: 1248px;
	height: 652px;
	margin:auto;
	font-size: 0px;
	/*overflow: hidden;*/
	position: relative;
}
.advan_body .hp{
	position: absolute;
	width: 158px;
	height: 455px;
	background: url(../images/hp.png) center center no-repeat;
	right:-158px;
	bottom: 0px;
}
.advan_body .item{
	display: inline-block;
	vertical-align: top;
}
.advan_body .left{
	background: url(../images/advan_left.png) center left no-repeat;
	height: 652px;
	width: 51px;
}
.advan_body .right{
	background: url(../images/advan_right.png) center right no-repeat;
	height: 652px;
	width: 65px;
}
.advan_body .center{
	background: url(../images/advan_bg1.png) center center no-repeat;
	height: 652px;
	/*width: 1132px;*/
	width: 0px;
	transition: width 1s;
	overflow: hidden;
}
.advan_body .center.on{
	width: 1132px;
}
.slideBox{
	padding-top: 105px;
	padding-right: 60px;
	position: relative;
}
.slideBox li{
	width: 500px;
}
.slideBox a.prev,.slideBox a.next{
	position: absolute;
	bottom: -50px;
	width: 32px;
	height: 32px;
	background: url(../images/arr1.png);
}
.slideBox a.prev{
	background-position: left center;
	margin-left: 203px;
}
.slideBox a.next{
	background-position: right center;
	margin-left: 259px;
}
.slideBox li .text_list{
	height: 130px;
	background: #f8f1e4;
	box-sizing: border-box;
	padding-top: 26px;
	padding-left: 33px;
	padding-right: 33px;
	margin-top: 30px;
}
.slideBox li .text_list .advan_title{
	font-size: 27px;
	font-family: 'hm';
	color:#000;
}
.slideBox li .text_list .advan_line{
	background: url(../images/line2.png) center left repeat-x;
	height: 7px;
	margin-top: 8px;
}
.slideBox li .text_list .advan_p{
	font-size: 16px;
	font-weight: lighter;
	line-height: 20px;
	margin-top: 5px;
}
.section5{
	background:url(../images/line1.png) bottom repeat-x,url(../images/bg1.jpg);
}
.news_body{
	background: url(../images/news_bg.png) center center no-repeat;
	height: 548px;
	margin-top: 34px;
}
.news-picScroll-left{
	padding-top: 30px;
	position: relative;
}
.news-picScroll-left a.prev,.news-picScroll-left a.next{
	position: absolute;
	width: 24px;
	height: 43px;
	background: url(../images/arr.png) no-repeat;
	top: 50%;
	margin-top: -22px; 
}
.news-picScroll-left a.prev{
	left:0px;
	background-position: 0px 0px;
}
.news-picScroll-left a.next{
	background-position: -27px 0px;
	right:0px;
}
.news-picScroll-left .picList{

}
.news-picScroll-left .tempWrap{
	margin:auto;
}
.news-picScroll-left .picList li{
	width: 300px;
	background: #fff3dc;
	padding:20px;
	/*box-sizing: border-box;*/
	margin:0px 11px;
}
.news-picScroll-left .picList li .news_pic{
	width: 300px;
}
.news-picScroll-left .picList li .news_pic img{
	width: 100%;
}
.news-picScroll-left .picList li .news_title h2{
	font-size: 20px;
	color:#000;
	margin-top: 23px;
	font-weight: normal;
}
.news-picScroll-left .picList li .news_title .line{
	height: 7px;
	background: url(../images/line2.png) repeat-x;
	margin:12px auto;
}
.news-picScroll-left .picList li .news_title p{
	font-size: 16px;
	line-height: 20px;
}
.news-picScroll-left .picList li .news_title a.more{
	display: block;
	width: 122px;
	height: 37px;
	background: url(../images/more_img2.png) center center no-repeat;
	margin:16px auto;
}
.section6{
	background:url(../images/line1.png) bottom repeat-x,url(../images/bg1.jpg);
}
.contact_body{
	height: 510px;
	background: url(../images/contact_bg.png);
	margin-top: 20px;
	position: relative;
}
.contact_body .long{
	position: absolute;
	right:0px;
	top:0px;
	margin-top: -200px;
}
.contact_body .w1200{
	padding-top: 42px;
	box-sizing: border-box;
}
.contact_list{
	width: 400px;
	margin-right: 125px;
	position: relative;
	z-index: 10;
}
.contact_list li{
	overflow: hidden;
	background: url(../images/line3.png) bottom repeat-x;
	padding-bottom: 25px;
	margin-top: 20px;
}
.contact_list .contact_icon{
	width: 100px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.contact_list .contact_icon img{
	vertical-align: middle;
}
.contact_list .contact_text{
	color:#fff3dc;
}
.contact_list .contact_text .title{
	font-size: 18px;
	margin-top: 3px;
	text-align: left;
}
.contact_list .contact_text p{
	font-size: 30px;
	line-height: 35px;
	margin-top: 5px;
	text-align: left;
}

.footer{
	padding-top:40px;
	position: absolute;
	bottom:15px;
	width: 100%;
}
.foot_nav{
	width: 450px;
	border-right: 1px solid #c2b8a6;
	margin-right:30px;
}
.foot_nav li{
	display: inline-block;
	font-size: 16px;
	font-weight: lighter;
	line-height: 28px;
	width:96px;
	text-align: left;
}
.foot_num{
	text-align: left;
	width: 570px;
}
.foot_num .tel400{
	font-size: 20px;
}
.foot_num .tel400 span{
	font-size: 35px;
}
.foot_num .copyright{
	font-size: 18px;
	font-weight: lighter;
	line-height: 35px;
}
.foot_ewm{
	margin-top: -20px;
	width: 80px;
}
.foot_ewm img{
	width: 100%;
}
@media screen and (max-width: 1630px) {
    .long {
        display: none;
    }
}

@media screen and (max-width: 1230px) {
    #advan_body {
        margin-top: -30px;
    }
    #advan_title img{
		width: 300px;
    }
    #advan_title h4{
    	font-size: 16px;margin-top: 7px;
    }
}
@media screen and (max-height: 880px) {
	.footer{
    	display: none;
    }
}
@media screen and (max-width: 1590px) {
	.hp{
		display: none;
	}
}