*{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: #454545;
	font-size: 14px;
	min-width: 1200px;
}
a{
	outline: none;
	color: #454545;
}
a:hover{
	color: #f4a102;
}
.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:#f4a102;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#f4a102;
	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: 126px;
	background: #000;
	position: relative;
}
.head .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.head .logo{
	display: block;
	width: 300px;
	height: 126px;
	background: url(../images/logo.png ) no-repeat center;
	overflow: hidden;
	text-indent: -99em;
}
.head .headr{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}
.head .headr .headtop{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 36px;
	justify-content: flex-end;
}
.head .headr .headtop p{
	color: #b9b9b9;
	background: url(../images/toptell.png) no-repeat left center;
	padding-left: 21px;
}
.head .headr .headtop p span{
	font-size: 19px;
	color: #f4a201;
	font-weight: bold;
	margin-left: 13px;
}
.head .headr .headtop a{
	display: block;
	font-size: 13px;
	color: #fff;
	position: relative;
	padding-left: 30px;
	margin-left: 30px;
	padding-right: 16px;
}
.head .headr .headtop a::before{
	content: " ";
	display: block;
	width: 24px;
	height: 17px;
	background: url(../images/en.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 1px;
}
.head .headr .headtop a::after{
	content: " ";
	display: block;
	width: 10px;
	height: 6px;
	background: url(../images/arrow.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 7px;
}

/* 导航 */
.nav{
	margin-top: 15px;
}
.nav li{
	float: left;
}
.nav li .one{
	display: block;
	color: #fff;
	font-size: 16px;
	margin-left: 55px;
	height: 50px;
}
.nav li:hover .one,.nav li.hover .one{
	color: #f4a201;
}
.nav li .subbox{
	position: absolute;
	z-index: 999;
	width: 100vw;
	background: rgba(255,255,255,.9);
	left: 0;
	top: 126px;
	height: 0;
	overflow: hidden;
	transition: all 0.3s;
}
.nav li:hover .subbox{
	height: 315px;
}
.nav li .subbox .middle{
	width: 1200px;
	height: 315px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.nav li .subbox .middle .subtit{
	width: 390px;
	box-sizing: border-box;
	padding-left: 84px;
}
.nav li .subbox .middle .subtit p{
	font-size: 36px;
	color: #4e4e4e;
	margin-left: 4px;
	letter-spacing: 2px;
}
.nav li .subbox .middle .subtit p span{
	color: #f4a201;
	font-weight: bold;
}
.nav li .subbox .middle .subtit a{
	display: block;
	color: #5e5e5e;
	text-align: center;
	width: 173px;
	height: 41px;
	line-height: 41px;
	border-radius: 30px;
	border: 1px solid #dcdcdc;
	margin-top: 25px;
	transition: all 0.3s;
}
.nav li .subbox .middle .subtit a:hover{
	background: #f4a201;
	color: #fff;
	border-color: #f4a201;
}
.nav li .subbox .middle .subitem{
	width: 810px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.nav li .subbox .middle .subitem a{
	display: block;
	width: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	box-sizing: border-box;
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 26px;
	align-items: center;
}
.nav li .subbox .middle .subitem a:first-child,.nav li .subbox .middle .subitem a:first-child+a{
	border-bottom: 1px solid #e5e5e5;
}
.nav li .subbox .middle .subitem a:first-child,.nav li .subbox .middle .subitem a:first-child+a+a{
	border-right: 1px solid #e5e5e5;
}
.nav li .subbox .middle .subitem a img{
	width: 169px;
	height: 88px;
	transition: all 0.2s;
}
.nav li .subbox .middle .subitem a p{
	font-size: 15px;
	color: #686868;
	margin-left: 30px;
	background: url(../images/arrow2.png) no-repeat right center;
	line-height: 23px;
	padding-right: 45px;
	transition: all 0.2s;
}
.nav li .subbox .middle .subitem a:hover img{
	opacity: 0.8;
}
.nav li .subbox .middle .subitem a:hover p{
	color: #f4a201;
}

.slideBox{width:100%; height:636px; overflow:hidden; position:relative;}
.slideBox .hd{ height: 6px; overflow:hidden; position:absolute; bottom: 20px; z-index:1;width: 100%;}
.slideBox .hd ul{zoom:1; display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content: center;}
.slideBox .hd ul li{margin: 0 5px; width:37px; height:6px;background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f4a201;}
.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:636px;}

.tit{
	text-align: center;
}
.tit span{
	font-size: 38px;
	color: #f4a102;
	font-weight: bold;
	display: block;
	line-height: 50px;
}
.tit p{
	font-size: 33px;
	color: #525252;
	font-weight: 200;
}

.about{
	background: url(../images/abg.jpg) no-repeat center bottom;
	height: 702px;
	box-sizing: border-box;
	padding-top: 65px;
}
.about .ableft{
	width: 572px;
	float: left;
	margin-top: 60px;
}
.about .ableft .abinfo span{
	display: block;
	font-size: 34px;
	color: #000;
	font-weight: 200;
}
.about .ableft .abinfo p{
	font-size: 15px;
	color: #555555;
	line-height: 26px;
	margin-top: 30px;
}
.about .ableft .abitem{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 65px;
}
.about .ableft .abitem .item{
	position: relative;
	padding-left: 60px;
}
.about .ableft .abitem .item p{
	color: #000;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 6px;
}
.about .ableft .abitem .item a{
	font-size: 15px;
	color: #555555;
}
.about .ableft .abitem .item a:hover{
	color: #f4a102;
}
.about .ableft .abitem .item::before{
	display: block;
	content: " ";
	width: 60px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
}
.about .ableft .abitem .item:first-child::before{
	background: url(../images/abico.png) no-repeat -5px 0;
}
.about .ableft .abitem .item:first-child+.item::before{
	background: url(../images/abico.png) no-repeat -64px 0;
}
.about .ableft .abitem .item:first-child+.item+.item::before{
	background: url(../images/abico.png) no-repeat -128px 0;
}
.about .abright{
	float: right;
	margin-top: 84px;
}

.product{
	background: url(../images/pbg.jpg) no-repeat center;
	height: 566px;
	box-sizing: border-box;
	padding-top: 102px;
	text-align: center;
}
.product .box{
	height: 365px;
	background: rgba(255,255,255,.75);
	box-sizing: border-box;
	padding-top: 100px;
}
.product .box p{
	font-size: 38px;
	color: #000;
	font-weight: bold;
}
.product .box p span{
	color: #f4a201;
}
.product .box i{
	font-style: normal;
	font-size: 23px;
	color: #000;
	margin-top: 14px;
	display: block;
}
.product .box .pmenu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-top: 48px;
}
.product .box .pmenu a{
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding: 0 25px;
	line-height: 62px;
	background: rgba(245,161,2,.6);
	margin: 0 2px;
	border-radius: 10px;
	transition: all 0.3s;
}
.product .box .pmenu a:hover{
	background: rgba(245,161,2,1);
}

.news{
	padding-top: 100px;
	position: relative;
	height: 740px;
}
.news .nmenu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.news .nmenu a{
	font-size: 20px;
	color: #696969;
	margin: 0 21px;
}
.news .nmenu a:hover{
	color: #f4a102;
}
.picMarquee-left{width:100%;position:relative;margin-top: 35px;}
.news .hd .prev,.picMarquee-left .hd .next{display:block;width:22px; height:40px;overflow:hidden;cursor:pointer;position: absolute;top: 110px;}
.news .hd .prev{background:url("../images/arrow4.png") no-repeat 0 0; left: -100px;}
.news .hd .next{ background: url("../images/arrow4.png") no-repeat -23px 0; right: -100px;}
.picMarquee-left .bd{overflow: hidden;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 14px; float:left; _display:inline; overflow:hidden;width: 375px;}
.picMarquee-left .bd ul li .imgbox{width: 375px;height: 217px;overflow: hidden;display: block;}
.picMarquee-left .bd ul li .imgbox img{width: 375px;height: 217px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.picMarquee-left .bd ul li .imgbox img:hover{transform: scale(1.1, 1.1);}
.picMarquee-left .bd ul li span{color: #454545;font-size: 19px;font-weight: bold;margin-top: 25px;display: block;overflow:hidden;white-space:nowrap;text-overflow: ellipsis;}
.picMarquee-left .bd ul li span:hover{color: #f4a102;}
.picMarquee-left .bd ul li p{color: #6d6d6d;line-height: 24px;margin-top: 22px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow:hidden;}
.picMarquee-left .bd ul li a.more{font-size: 12px;color: #4a4a4a;display: block;width: 105px;height: 28px;line-height: 28px;text-align: center;border: 1px solid #d2d2d2;border-radius: 20px;margin-top: 34px;}
.picMarquee-left .bd ul li a.more:hover{background: #f4a102;color: #fff;border-color: #f4a102}
.news .more2{display: block;width: 181px;height: 43px;line-height: 43px;text-align: center;color: #fff;background: #000;border-radius: 20px;margin: 45px auto;position: relative;transition: all 0.3s;}
.news .more2:hover{background: #f4a102;}
.news .more2::after{
	content: " ";
	display: block;
	width: 15px;
	height: 18px;
	background: url(../images/arrow3.png) no-repeat center;
	position: absolute;
	bottom: -62px;
	left: 50%;
	margin-left: -7px;
}

.footer{
	background: #333;
	margin-top: 30px;
	padding-top: 50px;
	color: #fff;
}
.footer .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.fnav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	width: 710px;
}
.fnav ul{
	margin-left: 50px;
}
.fnav li{
	font-size: 19px;
	line-height: 27px;
}
.fnav li:first-child{
	margin-bottom: 7px;
}
.fnav li a{
	font-size: 14px;
	color: rgba(255,255,255,.6);
}
.fnav::after{
	content: " ";
	display: block;
	width: 1px;
	height: 166px;
	background: #464646;
	position: absolute;
	right: 0;
}
.fcont{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-right: 22px;
}
.fcont .cl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-right: 12px;
	margin-top: 14px;
}
.fcont i{
	display: block;
	font-style: normal;
	background: url(../images/talk.png) no-repeat 34px 5px #f5a102;
	width: 151px;
	line-height: 30px;
	box-sizing: border-box;
	padding-left: 60px;
	border-radius: 20px;
	margin-right: 7px;
}
.fcont p{
	font-size: 34px;
	margin-top: 10px;
}
.fcont span{
	display: block;
	background: url(../images/arrow5.png) no-repeat right center;
	padding-right: 9px;
	margin-right: 7px;
	margin-top: 7px;
}

.bottom{
	margin-top: 75px;
	color: #919191;
	line-height: 40px;
	padding-bottom: 46px;
}
.bottom a{
	color: #919191;
}
.boright{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.boright .box a{
	margin: 0 17px;
}

.banner{
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}
.position{
	background: #f7f7f7;
}
.position .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}
.position p{
	font-weight: bold;
	background: url(../images/home.png) no-repeat left center;
	line-height: 50px;
	background-size: 22px;
	padding-left: 30px;
}
.position .submenu{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.position .submenu a{
	color: #000;
	padding: 0 30px;
	display: block;
	line-height: 50px;
	margin-left: 5px;
}
.position .submenu a:hover,.position .submenu a.hover{
	background: #f4a201;
	color: #fff;
}

.main{
	margin-top: 30px;
	margin-bottom: 50px;
}
.content{
	line-height: 30px;
}
.content img{
	max-width: 100% !important;
}

.list li a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
}
.list li a .box{
	width: 350px;
	height: 200px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list li a .box img{
	max-width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.list li a .lr{
	width: 700px;
	margin-left: 50px;
}
.list li a .lr h3{
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #303030;
	padding-top: 20px;
	transition: all 0.3s;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.list li a .lr p{
	font-size: 13px;
	line-height: 26px;
	color: #888;
	padding-top: 10px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow:hidden;
}
.list li a .lr span{
	display: block;
	color: #999;
	font-size: 17px;
	margin-top: 50px;
	opacity: 0;
	transition: all 0.3s;
}
.list li a:hover img{
	transform: scale(1.1, 1.1);
}
.list li a:hover .lr h3{
	color: #f4a201;
}
.list li a:hover .lr span{
	margin-top: 30px;
	opacity: 1;
}

.psub{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 50px;
}
.psub a{
	display: block;
	margin-right: 6px;
	color: #464646;
	font-size: 18px;
	line-height: 32px;
	padding: 5px 25px;
	text-align: center;
	cursor: pointer;
	transition: .5s ease;
	background: #f7f7f7;
}
.psub a:hover,.psub a.hover{
	background: #f4a102;
	color: #fff;
}

.photo{
	margin-top: 35px;
}
.photo ul{
	margin-left: -15px;
}
.photo li{
	float: left;
	margin: 0 15px;
	width: 270px;
	margin-bottom: 30px;
}
.photo li .imgbox{
	display: block;
	width: 270px;
	height: 250px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.photo li .imgbox:hover{
	box-shadow: 0 0 6px 0 rgba(244,162,1,.7);
}
.photo li .imgbox img{
	max-width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.photo li h3 a{
	font-weight: normal;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 16px;
	display: block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.photo li img:hover{
	transform: scale(1.1, 1.1);
}

.showtop{
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.showtop h1{
	font-size: 24px;
	font-weight: normal;
	color: #333;
}
.showtop p span{
	color: #999;
	margin: 0 5px;
	line-height: 50px;
	font-size: 13px;
}
.prepage{
	line-height: 30px;
	margin-top: 50px;
	color: #f4a102;
}