body,
div,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0;
	padding: 0;
}

* {
	font-family: "微软雅黑";
}

ul li {
	list-style: none;
}

a:hover {
	text-decoration: none;
}


/*nav*/
nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
.nav-l {
	float: left;
}

.nav-l img {
	width: 250px;
}

.nav-r {
	margin-top: 19px;
	float: right;
}

.nav-r li {
	float: left;
}

.nav-r li a {
	display: inline-table;
	margin-right: 26px;
	color: #FFFFFF;
	font-weight: bolder;
}

.nav-r li:last-child a {
	margin-right: 0;
}

/*newshow*/
.content_text{
	margin-top: 35px;
	line-height: 32px;
	letter-spacing: 2px;
    text-indent: 2em;
}
.news_prev{
	padding-bottom: 5px;
	border-bottom: 1px solid #5E5E5E;
	color: #333333;
	float: left;
}
.news_next{
	padding-bottom: 5px;
	border-bottom: 1px solid #5E5E5E;
	color: #333333;
	float: right;
}
/*新闻资讯*/

.title {
	font-size: 50px;
	line-height: 54px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif!important;
	color: #000a1b;
	font-weight: 700;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	position: relative;
	z-index: 0;
	letter-spacing: 2px;
}

.subtitle {
	width: 180px;
	border-bottom: 1px solid #666;
	font-size: 28px !important;
	text-align: center;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000a1b;
	text-transform: uppercase;
	font-weight: bolder;
	letter-spacing: .5px;
	margin: 0 auto 20px auto;
	padding-bottom: 15px !important;
}

.titlems {
	color: #000;
	font-size: 12px;
	margin-bottom: 35px;
	text-align: center;
}

.news-box {
	text-align: center;
	padding: 0 150px;
}

.new-item {
	margin-right: 35px;
	max-width: 310px;
	display: block;
	border:1px solid #a0a0a0;
	padding: 10px;
}
.news-box ul li:last-child .new-item{
	margin-right: 0;
}
.new-item img {
	margin-bottom: 20px;
	width: 100%;
}

.new-item h3 {
	color: #000000;
	font-weight: bolder;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.new-item p.txt{
	color: #666;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 60px;
	margin-bottom: 30px;
	text-align: justify;
	text-indent: 2em;
}
.new-item p.date{
	color: #999;
	margin-bottom: 15px;
	text-align: right;
	font-size: 12px;
}
/*about*/
.abouttxt{
	/*margin:80px 0;*/
	padding: 50px 180px;
	text-align: center;
	background:#f3f3ec;
}
.abouttxt p{
	text-align: justify;
	text-indent: 2em;
	margin-bottom: 10px;
	line-height: 28px;
	color: #000;
	font-weight: 500;
}
.abouttxt h3{
	margin-bottom: 15px;
	text-transform:uppercase
}
.btn-history{
	display: block;
	background: #000;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 180px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	-moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.btn-history:hover{
	color: #000000;
	background: none;
	border: 1px solid #000000;
}
/*product*/
.group{
	margin-bottom: 100px;
	background: #ebeaea;
}
.menu li{
	text-align: center;
	width: 180px;
	float: left;
}
.menu li a{
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 40px;
}
.menu li.active a{
	color: #FFFFFF;
	background: #cb0b0c;
}
.probox{
	position: relative;
	padding: 25px;
	-moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.probox p{
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 95%;
	height:40px;
	margin-left: -47.5%;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	color: #000000;
	color: #fff;
	background: #cecccc;
	-moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.probox img{
	-moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.probox:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.probox:hover p{
	color: #cb0b0c;
}
.group-btns{
	margin-top: 50px;
}
.group-btns a{
	font-size: 16px;
	color: #333333;
}
.group-btns li.active a{
	color:#cb0b0c;
	font-family: bolder;
}
.btn-control{
	display: block;
	width: 32px;
	height: 32px;
	font-weight: bold;
	line-height: 27px;
	font-size: 18px;
	border-radius: 50%;
	border: 2px solid #737373;
}

.xstxt{
	margin-bottom: 50px;
}
.xstxt p{
	text-align: justify;
	text-indent: 2em;
	font-size: 13px;
	margin-bottom: 5px;
}

.c-txt p{
	color: #333;
	margin-bottom:35px ;
}
.c-txt p a{
	color: #333;
}

.c-txt img{
	max-width:140px;
}

/*prosigle*/

.detial li:first-child h3{
	font-weight: bolder;
	margin-bottom: 15px;
}

.detial li:nth-child(2) p{
	margin-bottom: 10px;
	
	font-size: 16px;
}
/* FOOTER *****************************************/

footer {
	margin: 60px 0 0 0;
	z-index:200;
	width:100%;
	/*height:300px;*/
	padding-top:30px;
	padding-bottom: 10px;
	font-size:15px;
	color:#777;
	background:#444;
	font-weight:normal;	
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 	transition:bottom 0.5s ease-out;
}

.footer_box{
width:1100px;
margin:0px auto;
}
.footer_box ul{
/*width:90px;*/
float:left;
margin-right:50px;
}
.footer_box ul li{
list-style:none;
font-size:12px;
text-align:left;
line-height:25px;

}
.footer_box ul p{
padding-top:5px;
font-size:14px;
color:#fff;
text-align:left;
margin-bottom:10px;
}
.footer_box ul li a{
color:#ccc;
text-decoration:none
}
.footer_box ul li a:hover{
color:#fff
}
.copy{
border-top:1px solid #222;
width:90%;
margin:0px auto;
height:35px;
margin-top:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-top:10px;
color:#999999;
padding-left:50px
}

