*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}
.container{
	width: 1200px;
	margin:0 auto;
}
html{overflow-x:hidden;}
body{
	background: #fff;
	color: #333;
	font-size: 14px;
	min-width: 1200px;
}
a{
	outline: none;
	color: #333;
}
a:hover{
	color: #ff4c01;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.pages {
	margin: 50px auto 20px auto;
	font-size: 14px;
	text-align: center;
}
.pages ul{display: inline-block;}
.pages a,
.pages strong{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	color:#666;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
}
.pages .current{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
	
	color:#fff;
	background-color:#ff4c01;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#ff4c01;
	border-color:#fff;
	text-decoration:none;
}
.pages strong{
	color:#fff;
	background-color:#24557d;
	border-color:#fff;
}
.pages span{
	padding:0 10px;
	line-height:23px;
}

/* index top */
.head{
	height: 117px;
}
.logo{
	width: 500px;
}
.nav li{
	float: left;
	margin-left: 30px;
}
.nav li a{
	font-size: 16px;
	line-height: 117px;
}
.nav li a.hover,.nav li a:hover{
	color: #ff4c01;
}

.slideBox{width:100%; height: 635px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute;bottom: 20px; z-index:1; width: 100%;text-align: center;}
.slideBox .hd ul{ overflow:hidden; zoom:1;display: inline-block;}
.slideBox .hd ul li{ float:left; margin: 0 7px;  width:14px; height:14px; background:#fff; cursor:pointer;border-radius: 50%;}
.slideBox .hd ul li.on{background:#f58354;}
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd ul{margin: 0 auto;}
.slideBox .bd li{zoom:1; vertical-align:middle;width:100%; height: 635px;}

.pmenu ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin-top: 65px;
}
.pmenu li{
    width: 16%;
}
.pmenu li a{
	display: block;
	font-weight: 200;
}
.pmenu li a span{
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: -35px;
}
.pmenu li a p{
	font-size: 20px;
	margin-top: 30px;
}

.product{
	margin-top: 70px;
	height: 555px;
	padding: 10px 0;
	background: url(../images/pbg.jpg) no-repeat center #efefef;
}
.leftbox a{
	display: block;
	width: 597px;
	height: 555px;
	display: block;
	position: relative;
}
.leftbox .box{
	width: 597px;
	height: 555px;
	color: #fff;
	background: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.leftbox img{
	width: 597px;
	height: 555px;
}
.leftbox p{
	font-size: 18px;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 240px;
}
.leftbox i{
	display: block;
	width: 95px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	border: 1px solid #e6e6e6;
	position: absolute;
	top: 292px;
	left: 50%;
	margin-left: -48px;
}
.leftbox a:hover .box{
	background: rgba(255,76,1,.8);
}

.rightbox{
	width: 600px;
}
.rightbox li{
	float: left;
}
.rightbox li a{
	display: block;
	width: 298px;
	height: 278px;
	position: relative;
}
.rightbox li img{
	width: 298px;
	height: 278px;
}
.rightbox li p{
	position: absolute;
	line-height: 278px;
	top: 0;
	width: 100%;
	text-align: center;
	background: rgba(255,76,1,.8);
	color: #fff;
	opacity: 0;
	transition: all 0.3s;
}
.rightbox li a:hover p{
	opacity: 1;
}

.case{
	padding-top: 70px;
	padding-bottom:60px;
	background: url(../images/cbg.jpg) no-repeat top center;
	height:300px;
}
.case li{ margin-left:20px; float:left; _display:inline; overflow:hidden; height: 300px;}
.case li:first-child{ margin-left:0;}
.case li a{display: block;width: 386px;height: 279px;position: relative;}
.case li img{width: 386px;height: 279px;}
.case li .box{position: absolute;width: 332px;height: 33px;line-height: 33px;background: #fff; border-radius: 10px;bottom: -14px;left: 27px;box-shadow: 0 -2px 4px 0 rgba(51,51,51,.6)}
.case li .box span{display: block;float: left;margin-left: 14px;}
.case li .box i{display: block;float: right;width: 46px;height: 7px;background: url(../images/jt.png) no-repeat center;margin-right: 15px;margin-top: 13px;}

.footer{
	height: 425px;
	background: url(../images/fbg.jpg) no-repeat center;
	color: #fff;
	position: relative;
}
.footer .share{
	padding-top: 30px;
}
.footer .share a{
	font-size: 18px;
	color: #fff;
	position: relative;
	line-height: 20px;
	padding-left: 26px;
}
.footer .share a::before{
	content: " ";
	width: 20px;
	height: 20px;
	position: absolute;
	display: block;
	left: 0;
	top: 4px;
}
.footer .share a:first-child::before{
	background: url(../images/share.png) no-repeat 0 0;
}
.footer .share a:first-child+a::before{
	background: url(../images/share.png) no-repeat -120px 0;
}
.footer .share a:first-child+a+a::before{
	background: url(../images/share.png) no-repeat -226px 0;
}
.footer .share a:first-child+a+a+a::before{
	background: url(../images/share.png) no-repeat -341px 0;
}
.footer .ft{
	font-size: 20px;
	width: 680px;
	border-bottom: 1px solid #666;
	height: 46px;
}
.footer .fnav{
	margin-top: 30px;
}
.footer .fnav a{
	color: #999999;
	padding: 0 5px;
	position: relative;
}
.footer .fnav a::after{
	content: "|";
	position: absolute;
	right: -2px;
	color: #fff;
	font-size: 14px;
}
.footer .fnav a:last-child::after{
	display: none;
}
.footer .fnav .ft{
	margin-bottom: 20px;
}
.fcont{
	margin-top: 40px;
	height: 160px;
}
.fcont .ft{
	margin-bottom: 15px;
}
.fcont p span{
	color: #9ea3a7;
	margin-right: 60px;
	line-height: 36px;
}

.bottom{
	border-top: 1px solid rgba(253,254,255,.5);
	text-align: center;
	line-height: 50px;
}
.ewm{
	color: #909599;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: 450px;
	top: 135px;
}
.ewm img{
	width: 145px;
	margin-bottom: 10px;
}




.banner{
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}
.pagetop{
	text-align: center;
	font-size: 28px;
	margin-top: 60px;
	position: relative;
	height: 54px;
	margin-bottom: 40px;
}
.pagetop::after{
	content: " ";
	display: block;
	width: 40px;
	height: 3px;
	background: #ff4c01;
	border-radius: 5px;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
	position: absolute;
}
.content{
	line-height: 30px;
}
.content img{
	max-width: 100%;
}

.submenu{
	border-bottom: 1px solid #f0f0f0;
	text-align: center;
	margin-top: 50px;
}
.submenu ul{
	display: inline-block;
}
.submenu li{
	float: left;
	margin: 0 1px;
}
.submenu li a{
	display: block;
	padding: 0 30px;
	line-height: 40px;
	color: #666;
}
.submenu li a:hover,.submenu li a.hover{
	background: #ff4c01;
	color: #fff;
}

.list{
	margin-top: 60px;
}
.list li{
	height: 173px;
	margin-bottom: 40px;
}
.list li img{
	width: 300px;
	height: 173px;
}
.list li .listright{
	width: 870px;
}
.list li .listright a{
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.list li .listright span{
	display: block;
	color: #a8a8a8;
	line-height: 30px;
	margin-top: 10px;
}
.list li .listright p{
	color: #888;
	line-height: 22px;
}
.list li img:hover{
	opacity: 0.8;
}

.photo ul{
	margin-left: -30px;
	margin-top: 60px;
}
.photo li{
	float: left;
	text-align: center;
	margin-left: 30px;
	margin-bottom: 30px;
}
.photo li img{
	width: 277px;
	height: 260px;
}
.photo li p{
	line-height: 30px;
}
.photo li a:hover img{
	opacity: 0.8;
}
.photo li a:hover p{
	color: #ff4c01;
}

.showtop{
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-top: 50px;
	margin-bottom: 20px;
}
.showtop h1{
	font-size: 22px;
	font-weight: normal;
	color: #ff4c01;
}
.showtop p{
	font-size: 12px;
	color: #999;
	line-height: 40px;
}
.prepage{
	line-height: 30px;
	margin-top: 50px;
}