*{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: #241917;
}
.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:#241917;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#241917;
	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{
	position: relative;
	overflow: hidden;
}
.head .logo{
	position: absolute;
	left: 50%;
	margin-left: -52px;
	top: 0;
}
.nav li{
	margin: 0 52px;
	float: left;
}
.nav li:nth-child(4){
	margin-left: 170px;
}
.nav li a{
	display: block;
	padding: 0 8px;
	line-height: 110px;
	position: relative;
	font-size:15px;
}
.nav li a::after{
	content: " ";
	display: block;
	width: 0;
	left: 50%;
	height: 2px;
	bottom: 0;
	background: #333;
	transition: all 0.3s;
	position: absolute;
}
.nav li a:hover::after,.nav li a.hover::after{
	width: 100%;
	left: 0;
}

.slideBox{ width:100%; height:630px; overflow:hidden; position:relative;}
.slideBox .hd{overflow:hidden; position:absolute;bottom: 26px; z-index:1;width: 100%;text-align: center;}
.slideBox .hd ul{ overflow:hidden; zoom:1;padding: 0 20px;background: #bdc0c1;display: inline-block;height:22px;border-radius: 20px;}
.slideBox .hd ul li{ float:left; margin: 0 8px;width: 6px; height:6px;background:#fff; cursor:pointer;border-radius: 50%;margin-top:8px;}
.slideBox .hd ul li.on{background: 0; border: 2px solid #fff;margin-top: 6px;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; width:100%; height:630px;}

.tit{
	text-align: center;
}
.tit p{
	font-size: 26px;
}
.tit span{
	font-size: 13px;
	color: #939393;
	margin-top: 5px;
	display: block;
}

.product{
	margin-top: 70px;
}
.pmenu{
	text-align: center;
	margin-top: 30px;
}
.pmenu ul{
	display: inline-block;
}
.pmenu ul li{
	float: left;
	margin: 0 8px;
}
.pmenu ul li a{
	display: block;
	padding: 0 15px;
	border: 1px solid #dcdcdc;
	line-height: 29px;
	border-radius: 20px;
	font-size: 15px;
	color: #747474;
}
.pmenu ul li a:hover{
	background: #333;
	color: #fff;
	border-color: #333;
}
.product .plist{
	margin-left: -75px;
	margin-top: 30px;
}
.product .plist li{
	float: left;
	width: 350px;
	margin-left: 75px;
	margin-bottom: 50px;
}
.product .plist li img{
	width: 350px;
	height: 250px;
}
.product .plist li span{
	display: block;
	font-size: 18px;
	margin-top: 10px;
}
.product .plist li p{
	color: #9d9d9d;
	line-height: 26px;
	margin-top: 10px;
}
.product .plist li:hover img{
	opacity: 0.8;
}

.about{
	background: url(../images/abg.jpg) no-repeat center top;
	height: 700px;
	margin-top: 30px;
	padding-top: 206px;
	box-sizing: border-box;
}
.about .box{
	height: 456px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
}
.about .box .abinfo{
	width: 740px;
	margin-right: 60px;
}
.about .box img{
	margin-left: 60px;
	margin-top: 130px;
}
.about .box small{
	display: block;
	font-size: 16px;
	color: rgba(36,25,23,.6);
	margin-top: 90px;
}
.about .box span{
	display: block;
	font-size: 25px;
	margin-top: 9px;
	margin-bottom: 22px;
}
.about .box p{
	font-size: 15px;
	color: #939393;
	line-height: 28px;
}
.about .box a{
	display: block;
	width: 116px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e5e5e5;
	color: #8a8a8a;
	font-family: "宋体";
	border-radius: 20px;
	margin-top: 40px;
	transition: all 0.3s;
}
.about .box a:hover{
	background: #241917;
	color: #fff;
	border-color: #241917;
}

.case{
	margin-top: 40px;
}
.picMarquee-left{overflow:hidden; position:relative;margin-top: 40px;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 11px; float:left; _display:inline; overflow:hidden; text-align:center;}
.picMarquee-left .bd ul li img{width: 385px;height: 275px;}
.picMarquee-left .bd ul li p{font-size: 16px;color: #232323;line-height: 80px;}

.news{
	margin-top: 45px;
}
.news .tit{
	margin-bottom: 30px;
}
.newleft{
	margin-left: 20px;
}
.news .newleft a{
	display: block;
	width: 480px;
	height: 370px;
	background: #f6f7f7;
	transition: all 0.3s;
}
.news .newleft img{
	width: 480px;
	height: 283px;
	transition: all 0.3s;
}
.news .newleft span{
	display: block;
	font-size: 16px;
	padding: 0 30px;
	line-height: 40px;
	margin-top: 5px;
	transition: all 0.3s;
}
.news .newleft p{
	font-size: 13px;
	color: #939393;
	padding: 0 30px;
}
.news .newleft a:hover{
	background: #241917;
}
.news .newleft a:hover span{
	color: #fff;
}
.newright{
	margin-right: 13px;
	margin-top: -15px;
}
.newright li{
	width: 655px;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 55px;
	border-bottom: 1px solid #ebebeb;
}
.newright li a{
	color: #515050;
	font-size: 15px;
}
.newright li a:before{
	content: "○";
	font-size: 17px;
	margin-right: 10px;
}
.newright li span{
	float: right;
	color: rgba(85,85,85,.9);
}
.newright li:last-child{
	border: 0;
}
.newright li a:hover{
	color: #241917;
}

.footer{
	background: #404040;
	margin-top: 55px;
	color: #fff;
	padding-bottom: 20px;
}
.footer .container{
	width: 1140px;
}
.footer .flogo{
	margin-top: 67px;
	margin-left: 33px;
}
.footer .ft{
	font-size: 15px;
	position: relative;
	height: 36px;
	margin-bottom: 12px;
}
.footer .ft::after{
	content: " ";
	width: 44px;
	height: 2px;
	background: #8f8f8f;
	position: absolute;
	left: 0;
	bottom: 0;
}
.fnav{
	width: 200px;
	margin-left: 95px;
	margin-top: 50px;
}
.fnav li{
	float: left;
	width: 96px;
	line-height: 28px;
}
.fnav li a{
	font-size: 13px;
	color: rgba(255,255,255,.65);
}
.fcont{
	margin-top: 50px;
	margin-left: 70px;
}
.fcont p{
	font-size: 13px;
	color: rgba(255,255,255,.65);
	line-height: 28px;
}
.ewm{
	margin-top: 50px;
}
.ewm .ft{
	margin-bottom: 20px;
}
.ewm li{
	float: left;
	margin-left: 35px;
}
.ewm li:first-child{
	margin-left: 0;
}
.bottom{
	border-top: 1px solid #4f4f4f;
	margin-top: 30px;
	color: #959798;
	padding-top: 22px;
}
.bottom .link a{
	color: #959798;
	margin: 0 14px;
}
.bottom .link a:first-child{
	margin-left: 0;
}
.bottom p{
	font-size: 13px;
	line-height: 30px;
}
.bottom a{
	color: #959798;
}
.bottom .gs{
	float: right;
}

.banner{
	height: 400px;
	background: url(../images/banner.jpg) no-repeat center;
}
.main{
	margin-top: 50px;
}
.content{
	line-height: 30px;
	margin-top: 20px;
}

.submenu{
	text-align: center;
}
.submenu ul{
	display: inline-block;
}
.submenu li{
	float: left;
}
.submenu li a{
	display: block;
	font-size: 13px;
	padding: 10px 28px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	color: #666;
}
.submenu li a::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	margin-left: -32px;
	margin-top: 2px;
	background: rgba(0, 0, 0, .2);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.submenu li:first-child a::before{
	display: none;
}
.submenu li a:hover,.submenu li a.hover{
	background: #241917;
	color: #fff;
}

.list{
	margin-top: 60px;
}
.list li{
	height: 200px;
	padding: 20px;
	margin-bottom: 20px;
	transition: all 0.6s ease 0s;
	position: relative;
}
.list li a.box{
	display: block;
	width: 295px;
	height: 200px;
	overflow: hidden;
	transition: all 0.6s ease 0s;
}
.list li img{
	width: 295px;
	height: 200px;
	transition: all 0.6s ease 0s;
}
.list .listr{
	width: 500px;
	margin-left: 45px;
	margin-top: 30px;
	transition: all 0.6s ease 0s;
}
.list .listr a{
	font-size: 16px;
	color: #5a5a5a;
	line-height: 35px;
}
.list .listr span{
	display: block;
	color: #9a9a9a;
	font-size: 13px;
}
.list .listr p{
	font-size: 12px;
	color: #949494;
	line-height: 18px;
	margin-top: 20px;
}
.list li:hover{
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
}
.list li:hover img{
	transform: scale(1.06);
	-moz-transform: scale(1.06, 1.06);
	-webkit-transform: scale(1.06, 1.06);
	-o-transform: scale(1.06, 1.06);
}
.list li:hover .listr{
	margin-left: 65px;
}
.list li a.more{
	display: block;
	position: absolute;
	width: 16px;
	height: 30px;
	background: url(../images/arrow.png) no-repeat 0 7px;
	transition: all 0.4s ease 0s;
	right: 70px;
	top: 120px;
}
.list li:hover a.more{
	background: url(../images/arrow.png) no-repeat 0 -24px;
}

.photo{
	margin-top: 50px;
}
.photo ul{
	margin-left: -26px;
}
.photo li{
	float: left;
	text-align: center;
	margin-left: 26px;
	margin-bottom: 20px;
}
.photo li .box{
	width: 280px;
	height: 200px;
	overflow: hidden;
}
.photo li img{
	width: 280px;
	height: 200px;
	transition: all 0.6s ease 0s;
}
.photo li p{
	line-height: 30px;
}
.photo li:hover img{
	transform: scale(1.06);
	-moz-transform: scale(1.06, 1.06);
	-webkit-transform: scale(1.06, 1.06);
	-o-transform: scale(1.06, 1.06);
}

.showtop{
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.showtop h1{
	font-weight: normal;
	font-size: 25px;
}
.showtop p span{
	color: #999;
	margin: 0 5px;
	font-size: 12px;
	line-height: 50px;
}
.prepage{
	line-height: 30px;
	margin-top: 50px;
}