﻿
/*---------- import ---------*/
@import url('layout.css');
@import url('page.css');
/*---------- base ---------*/
* {
	padding: 0px;
	margin: 0px;
}
html {
	background: #FFF;
}
body {
	font: 14px Verdana,Arial,Tahoma;
	font-family: 微软雅黑 ;
	width: 100%;
	min-width: 1200px;
}
img {
	border: none;
}
a{
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: none;
}
input, select, button {
	font: 12px Verdana,Arial,Tahoma;
	vertical-align: middle;
}
.keshi{
	width: 1200px;
	margin: auto ;
}
/************top********/
.top{
	float: left ;
	width: 100%;
	background: #d00000;
	height: 30px;
}
.hyfw{
	float: left ;
	width: 430px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.top_lx{
	float: right ;
	width: 250px;
	height: 20px;
	margin-top: 5px;
}
.top_lx ul li{
	float: left ;
	width: 110px;
	border-left: 1px #fff solid;
	line-height: 20px;
	text-align: center ;
}
.top_lx ul li:first-child{
	border-left:none;
}
.top_lx ul li a{
	font-size: 14px;
	color: #fff;
}
.logo{
	float: left ;
	width: 100%;
	height: 126px;
	border-bottom:1px #dcdbdc solid ;
}
.logo_img{
	float: left ;
	width: 593px;
}
.logo_img a img{
	width: 100%;
	float: left ;
}
.top_dh{
	float: right ;
	width: 341px;
}
.top_dh img{
	width: 100%;
	float:  left ;
}
.dh{
	float: left ;
	width: 100%;
}
.dhnr{
	float: left ;
	width: 100%;
}
.dhnr ul li{
	float: left ;
	width: 150px;
	text-align: center ;
	line-height: 53px;
}
.dhnr ul li a{
	font-size: 16px;
	color: #000;
	float: left ;
	width: 150px;
}
.dhnr ul li a:hover {
	background: #d00000;
	color: #fff;
}
.slide{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	float: left ;
}
.slide ul{
	width: 10000%;
	list-style-type: none;
}
.next_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .5;
	vertical-align: middle;
	background: rgba(0,0,0);
	right: 5px;
	top: 50%;
	color: #fff;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	font-family: "瀹嬩綋";
}
.prev_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .9;
	vertical-align: middle;
	background: rgba(0,0,0,.1);
	left: 5px;
	top: 50%;
	color: #fff;
	font-family: "瀹嬩綋";
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}
.slide ul:after{
	content: '';
	clear: both;
	display: block;
}
.slide ul li{
	float: left;
	text-align: center;
}
.slide ul li img{
	vertical-align: middle;
	max-width: 100%;
}
.slide .circle_btn{
	position: absolute;
	bottom: 15px;
	text-align: center;
	left: 0;
	display: table;
	margin: 0 auto;
	width: 100%;
}
.slide .circle_btn button{
	box-sizing: content-box;
	opacity: .8;
	outline: none;
	border: none;
	padding: 2px 18px;
	background: rgba(255,255,255,.2);
	margin: 2px 5px;
	overflow: hidden;
	transition: all .6s;
	cursor: pointer;
}
.slide .circle_btn button.active{
	background: rgba(167,167,167,.8);
}
/********产品******/
.cp{
	float: left ;
	width: 100%;
	margin-top: 20px;
}
.cplb{
	float: left ;
	width: 266px;
}
.cpbt{
	float: left ;
	width: 100%;
}
.cpbtnr{
	float: left ;
	border: 3px #d00000 solid ;
	width: 260px;
	padding-bottom: 15px;
}
.cpbtnr ul li{
	float: left ;
	width: 100%;
	height: 38px;
	border-bottom: 1px #aaaaaa dashed;
	line-height: 38px;
	background: url('../images/cpfltb.jpg') no-repeat 13px center ; 
}
.cpbtnr ul li a{
	font-size: 16px;
	color: #000;
	padding-left: 37px;
}
.cpnr{
	float: right ;
	width: 900px;
}
.cpnr ul li{
	float: left ;
	width: 273px;
	border: 1px #c2c2c2 solid ;
	margin-left: 20px;
	margin-top: 10px;
}
.cpnr ul li .cpimg{
	float: left;
	width: 273px;
	height: 187px;
	overflow: hidden ;
}
.cpnr ul li .cpimg a img{
	width: 100%;
}
.cpnr ul li .cpname{
	float: left ;
	width: 273px;
	height: 29px;
	line-height: 29px;
	text-align: center ;
	overflow: hidden ;
}
.cpnr ul li .cpname a{
	font-size: 16px;
	color: #000;
}
.dhht{
	float: left ;
	width: 100%;
	background: url('../images/ljxxht.jpg') no-repeat center center;
	height: 209px;
	margin-top: 25px;
}
.dhhtan{
	float: right ;
	width: 168px;
	height: 50px;
	border:2px #fff solid ;
	background: #fa2020;
	border-radius:5px;
	text-align: center ;
	line-height: 50px;
	margin-right: 80px;
	margin-top: 145px;
}
.dhhtan a{
	font-size: 16px;
	color: #fff;
}
/*************公司简介*******************/
.gsjj{
	float: left ;
	width: 100%;
	margin-top: 50px;
}
.gsjjbt{
	float: left ;
	width: 100%;
	background: url('../images/btbj.jpg') no-repeat center bottom ; 
	text-align: center ;
	font-size: 35px;
	line-height: 35px;
	padding-top: 30px;
	padding-bottom: 10px;
}
.gsjjbt span{
	font-size: 14px;
	color: #707070;
}
.gsjjnr{
	float: left ;
	width: 100%;
	margin-top: 20px;
}
.gsjjimg{
	float: left ;
	width: 483px;
}
.gsjieshao{
	float: right ;
	width: 670px;
	font-size: 16px;
	line-height: 32px;
	color: #000;
	overflow: hidden ;
}
.gsjjmore{
	float: left ;
	margin-top: 40px;
	font-size: 16px;
	color: #000;
	width: 670px;
}
.gsjjmore a{
	font-size: 16px;
	color: #d00000;
}
/*********************生产设备*******************/
.scsb{
	float: left ;
	width: 100%;
	margin-top: 40px;
}
.scsbtp{
	float: left ;
	width: 100%;
	margin-top: 25px;
}
.scsbtp ul li{
	float: left ;
	width: 282px;
	margin-left: 15px;
	margin-top: 10px;
}
.scsbtp ul li .scsbimg{
	float: left ;
	width: 282px;
	height: 260px;
}
.scsbtp ul li .scsbname{
	float: left ;
	width: 282px;
	height: 40px;
	line-height: 40px;
	overflow: hidden ;
	text-align: center ;
}
.scsbtp ul li .scsbname a{
	font-size: 16px;
	color: #000;
}
.shebeimore{
	float: left ;
	width: 100%;
	margin-top: 50px;
}
.sbmore{
	width: 158px;
	height: 34px;
	border: 1px #c0c0c0 solid ;
	text-align: center ;
	line-height: 34px;
	margin: auto ;
}
.sbmore a{
	color: #d00000;
}
.new{
	float: left ;
	width: 100%;
	margin-top: 35px;
}
.news{
	float: left ;
	width: 560px;
}
.newsbt{
	float: left ;
	width: 560px;
	height: 38px;
	background: #f6f6f6;
}
.newsbtnr{
	float: left ;
	width: 516px;
	background: url('../images/xwtb.jpg') no-repeat left center ; 
	font-size: 18px;
	font-weight: bold ;
	color: #000;
	line-height: 38px;
	padding-left: 39px;
}
.newsbtnr a{
	float: right ;
	width: 68px;
	text-align: center ;
	line-height: 38px;
	color: #000;
	font-size: 16px;
}
.newnr{
	float: left ;
	width: 100%;
	margin-top: 10px;
	padding-left: 10px;
}
.newnr ul li{
	float: left ;
	width: 100%;
	height: 32px;
	border-bottom: 1px #c3c3c3 dashed ;
}
.newnr ul li .newname{
	float: left ;
	width: 450px;
	height: 32px;
	line-height: 32px;
}
.newnr ul li .newname a{
	font-size: 16px;
	color: #000;
}
.newnr ul li .newtime{
	float: right ;
	width: 100px;
	font-size: 14px;
	color: #494949;
	line-height: 32px;
}
.ky{
	float: right ;
}
/********************底部*******************/
.footer{
	float: left ;
	width: 100%;
	background: #d00000;
	margin-top: 30px;
}
.footer_xx{
	float: left ;
	width: 785px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	padding-top: 22px;
	padding-bottom: 17px;
}
.footer_ewm{
	float: right ;
	width: 132px;
	margin-right: 39px;
	margin-top: 15px;
}
.pagination-wrapper1 {
	margin: 20px 0;float:left;
}
.pagination1 {
	height: 34px;
	text-align: center;
}
.pagination1 li {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 0 8px;
	font-size: 16px;
	border: 1px solid #ccc;
	color: #333;

}
.pagination1 li a {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	padding: 0 8px;
}
.pagination1 li a:hover {
	background: #1f96ef;
	color: #fff;
	
}
.pagination1 li.thisclass {
	background: #1f96ef;
	color: #fff;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	font-size: 16px;
	border: 1px solid #ccc;
}
.pagination1 li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #971b21;
	color: #fff;
	cursor: default;
}
















