*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}
.container{
	width: 1300px;
	margin:0 auto;
}
html{overflow-x:hidden;}
body{
	background: #fff;
	color: #363636;
	font-size: 14px;
	min-width: 1300px;
}
a{
	outline: none;
	color: #363636;
}
a:hover{
	color: #ba1c23;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
/*
===================
分页
>>	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:#ba1c23;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#ba1c23;
	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: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
}
.head .container{
	justify-content: space-between;
}
.head .logo{
	display: block;
	width: 170px;
	height: 90px;
	background: url(../images/logo.png) no-repeat center;
}
.head .headr{
	margin-top: 35px;
}
.head .nav li{
	float: left;
	margin-left: 60px;
}
.head .nav li a{
	font-size: 15px;
	color: #fff;
	position: relative;
	padding-bottom: 22px;
}
.head .nav li a::after{
	content: " ";
	display: block;
	width: 0;
	height: 4px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: .3s ease-out;
}
.head .nav li a:hover::after,.head .nav li a.hover::after{
	width: 36px;
	margin-left: -18px;
}
.head .swich{
	margin-left: 50px;
}
.head .swich ul{
	position: relative;
	padding-left: 30px;
}
.head .swich ul::before{
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/earth.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
}
.head .swich ul::after{
	content: " ";
	display: block;
	width: 10px;
	height: 6px;
	background: url(../images/j1.png) no-repeat center;
	position: absolute;
	top: 7px;
	left: 98px;
}
.head .swich{
    width: 160px;
	height: 20px;
	overflow: hidden;
}
.head .swich:hover{
	height: auto;
}
.head .swich li{
	margin-bottom: 10px;
}
.head .swich li a{
	color: #fff;
	font-size: 15px;
}


.slideBox{width:100%; height:800px; overflow:hidden; position:relative;}
.slideBox .hd{height:4px; overflow:hidden; position:absolute;bottom:22px; z-index:1;width: 100%}
.slideBox .hd ul{overflow:hidden; 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 8px;  width:30px; height:4px;background:#fff; cursor:pointer;border-radius: 2px;}
.slideBox .hd ul li.on{background:#ba1c23;}
.slideBox .bd{position:relative; height:100%; z-index:0;}
.slideBox .bd li{zoom:1; vertical-align:middle;width:100%; height:800px;}
.slideBox .bd li a{ display:block;width:100%; height:800px;}

.about{
	background: url(../images/ab.jpg) no-repeat center;
	box-sizing: border-box;
	height: 658px;
	padding-top: 75px;
}
.about .fr{
	width: 700px;
	color: #fff;
}
.about .abinfo{
	text-align: right;
}
.about .abinfo span{
	display: block;
	font-size: 20px;
}
.about .abinfo i{
	font-style: normal;
	font-size: 65px;
	font-weight: bold;
}
.about .abinfo p{
	font-size: 16px;
	line-height: 31px;
	margin-top: 22px;
}
.about .num{
	justify-content: flex-end;
	margin-top: 40px;
}
.about .num li{
	width: 130px;
	text-align: center;
	margin-left: 80px;
}
.about .num p{
	color: rgba(255,255,255,.7);
}
.about .num span{
	font-size: 40px;
	font-weight: bold;
	position: relative;
}
.about .num span::after{
	position: absolute;
	color: rgba(255,255,255,.7);
	font-size: 14px;
	font-weight: normal;
	right: -20px;
	top: 5px;
}
.about .num li:first-child span::after{
	content: "年";
}
.about .num li:first-child+li span::after{
	content: "㎡";
}
.about .num li:first-child+li+li span::after{
	content: "人";
}

.product{
	height: 750px;
	background: url(../images/pbg.jpg) no-repeat center;
	box-sizing: border-box;
	padding-top: 85px;
}
.product .container{ position: relative;}
.product .container a.cpmore{
    position: absolute;
    width: 520px;
    height: 440px;
    left: -20px;
    top: 175px;
}
.ptit{
	color: #fff;
}
.ptit span{
	font-size: 20px;
}
.ptit p{
	font-size: 65px;
	font-weight: bold;
}

.picScroll-left{position:relative;width: 760px;float: right;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{display:block; width:48px; height:48px;overflow:hidden;cursor:pointer;position: absolute;top: -100px;}
.picScroll-left .hd .prev{background: url(../images/j3.png) no-repeat 0 0;right: 60px;}
.picScroll-left .hd .next{background: url(../images/j3.png) no-repeat -60px 0;right: 0;}
.picScroll-left .bd{overflow:hidden;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 20px; float:left; _display:inline; overflow:hidden;}
.picScroll-left .bd ul li a{
	display: block;
	width: 350px;
	background: url(../images/shadow.jpg) no-repeat bottom center #fff;
	padding-bottom: 40px;
}
.picScroll-left .bd ul li .ptop{
	height: 44px;
	justify-content: space-between;
	border-bottom: 1px solid #efefef;
}
.picScroll-left .bd ul li .ptop .more{
	width: 72px;
	border-left: 1px solid #efefef;
	background: url(../images/j2.png) no-repeat -72px 15px;
	transition: .3s ease-out;
}
.picScroll-left .bd ul li .pinfo span{
	font-size: 36px;
	font-weight: bold;
	color: #343434;
	padding-left: 24px;
	margin-top: 28px;
	display: block;
}
.picScroll-left .bd ul li .pinfo p{
	font-size: 16px;
	color: #8a8a8a;
	padding-left: 26px;
	margin-top: 2px;
}
.picScroll-left .bd ul li .pinfo img{
	width: 350px;
	height: 350px;
	display: block;
	margin-top: 30px;
}
.picScroll-left .bd ul li a:hover .ptop .more{
	background: url(../images/j2.png) no-repeat 0 15px #ba1c23;
}

.news{
	background: #fafafa;
	margin-top: 60px;
	padding-top: 80px;
	padding-bottom: 90px;
}
.news .ntop{
	justify-content: space-between;
}
.news .ntop .ntit span{
	font-size: 20px;
	color: #565656;
}
.news .ntop .ntit p{
	font-size: 65px;
	color: #343434;
	font-weight: bold;
}
.news .ntop a.more{
	display: block;
	width: 158px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-radius: 12px;
	font-size: 20px;
	color: #b5b5b5;
	font-weight: bold;
	margin-top: 45px;
}
.news .ntop a.more:hover{
	color: #fff;
	background: #ba1c23;
	border-color: #ba1c23;
}
.news ul{
	margin-top: 28px;
}
.news li{
	width: 400px;
	margin-left: 40px;
}
.news li:first-child{
	margin-left: 10px;
}
.news li h3 a{
	font-weight: normal;
	font-size: 18px;
	color: #363636;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: block;
}
.news li h3 a:hover{
	color: #ba1c23;
}
.news li span{
	font-size: 16px;
	color: #8e8e8e;
	display: block;
	margin-top: 25px;
}
.news li p{
	color: #848484;
	line-height: 25px;
	margin-top: 13px;
}
.news li .box{
	display: block;
	width: 400px;
	height: 200px;
	overflow: hidden;
	margin-top: 40px;
}
.news li img{
	width: 400px;
	height: 200px;
	transition: .3s ease-out;
}
.news li .box:hover img{
	transform: scale(1.1, 1.1);
}

.footer{
	background: #232b3b;
	color: #fff;
	padding-top: 70px;
}
.footer .fbox{
	align-items: flex-start;
	padding-bottom: 60px;
	border-bottom: 1px solid #333a49;
}
.footer .flogo{
	margin-left: 38px;
	margin-top: 46px;
	margin-right: 60px;
}
.footer .fnav ul{
	margin-left: 70px;
}
.footer .fnav li{
	font-size: 16px;
	line-height: 28px;
}
.footer .fnav ul li:first-child{
	margin-bottom: 13px;
}
.footer .fnav li a{
	font-size: 14px;
	color: rgba(255,255,255,.5);
}
.footer .ftell{
	margin-left: 128px;
	width: 300px;
}
.footer .ftell span{
	display: block;
	font-size: 16px;
	line-height: 28px;
}
.footer .ftell p{
	font-size: 24px;
	line-height: 33px;
	font-weight: bold;
	margin-top: 16px;
}
.footer .ewm{
	margin-right: auto;
}
.footer .ewm span{
	display: block;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 14px;
}
.bottom{
	justify-content: space-between;
	padding-left: 23px;
	padding-right: 15px;
	height: 90px;
	align-items: center;
}
.bottom p{
	font-size: 13px;
	color: rgba(255,255,255,.7);
	line-height: 22px;
}
.bottom p a{
	color: rgba(255,255,255,.7);
}
.bottom p span{
	font-size: 12px;
	color: rgba(255,255,255,.5);
}

.banner{
	height: 500px;
	background: url(../images/banner.jpg) no-repeat center;
}
.main{
	margin-bottom: 50px;
}
.submenu{
	justify-content: center;
}
.submenu a{
	display: block;
	line-height: 40px;
	padding: 0 25px;
	background: #232b3b;
	color: #fff;
	margin: 0 10px;
	margin-top: 30px;
}
.submenu a:hover,.submenu a.hover{
	background: #ba1c23;
	color: #fff;
}
.content{
	line-height: 26px;
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.content img{
	max-width: 100%;
}

.pagetop{
	text-align: center;
	font-size: 28px;
	color: #ba1c23;
	margin-top: 40px;
	position: relative;
	padding-bottom: 20px;
}
.pagetop::after{
	content: " ";
	display: block;
	width: 50px;
	height: 3px;
	background: #ba1c23;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	border-radius: 5px;
	bottom: 0;
}

.list{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.list li{
	border-bottom: 1px dashed #ddd;
	padding: 0 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.list li a{
	justify-content: space-between;
}
.list li .box{
	width: 300px;
	height: 150px;
	overflow: hidden;
}
.list li img{
	width: 300px;
	height: 150px;
	transition: .3s ease-out;
}
.list li a:hover img{
	transform: scale(1.1, 1.1);
}
.list li .nr{
	width: 800px;
}
.list li .nr h3{
	font-weight: normal;
	color: #ba1c23;
}
.list li .nr span{
	display: block;
	color: #999;
	line-height: 40px;
}
.list li .nr p{
	font-size: 13px;
	color: #666;
	line-height: 26px;
}

.photo ul{
	justify-content: space-between;
	flex-wrap: wrap;
}
.photo ul::after{
	content: " ";
	width: 400px;
}
.photo li{
	width: 400px;
	position: relative;
	padding-bottom: 40px;
	margin-top: 30px;
}
.photo li .box{
	width: 400px;
	height: 400px;
	overflow: hidden;
}
.photo li img{
	width: 400px;
	height: 400px;
	transition: .3s ease-out;
}
.photo li p{
	line-height: 50px;
	height: 50px;
	background: rgba(48,48,48,0.7);
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	transition: .3s ease-out;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0 20px;
}
.photo li:hover img{
	transform: scale(1.2);
}
.photo li:hover p{
	background: rgba(186,28,35,.9);
}

.show .content{
	width: 1000px;
}
.showtop{
	text-align: center;
	margin-top: 40px;
}
.showtop h1{
	font-size: 22px;
	font-weight: normal;
	color: #000;
	display: block;
	line-height: 50px;
}
.showtop p{
	font-weight: 100;
	line-height: 30px;
}

.prepage{
	line-height: 30px;
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}



.show_chanpin_tit{
	text-align: center;
	color: #333;
	font-size: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
}

/* 本例子css */
.picFocus{width:750px; position:relative;  overflow:hidden;  zoom:1;height: 650px;margin:50px auto;}
.picFocus .hd{ width:120px;overflow:hidden;float:left;margin-left:20px;}
.picFocus .hd ul li{border: 2px solid #eee;margin-bottom:10px;}
.picFocus .hd ul li.on{border-color:#ba1c23;}
.picFocus .hd ul li img{
	width:110px;
	height:110px;
	cursor:pointer;
	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
	filter: grayscale(100%);
	filter: gray;
}
.picFocus .hd ul li.on img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	filter: xray;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.picFocus .bd{border:1px solid #ddd;}
.picFocus .bd{ float:left;}
.picFocus .bd li{ vertical-align:middle; }
.picFocus .bd img{width:600px;height:600px;display:block;}


.show_chanpin_info_df{
	justify-content: space-between;
}
.show_chanpin_info_tit{
	color: #333;
	font-size: 22px;
	border-bottom: 1px dashed #a6a6a6;
	padding: 40px 0 18px;
}
.show_chanpin_info{
	width: 380px;
}
.show_chanpin .prepage.df{
	font-size: 16px;
	justify-content: space-between;
	width: 800px;
}

.show_chanpin .content table{
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    width: 100% !important;
}
.show_chanpin .content td{
    border: none !important;
    border-left:1px solid #ddd !important;
    border-top:1px solid #ddd !important;
    padding-left: 10px;
}
.content table tbody td{
    padding-left: 10px;
}