/*
* @Author: hp
* @Date:   2016-08-06 11:13:30
* @Last Modified by:   hp
* @Last Modified time: 2016-08-06 18:51:58
*/
/* css初始化 */
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd{
	margin: 0;
	padding: 0;
	font-family: 微软雅黑;
}
a{
	text-decoration: none;
	color: black;
}
li{
	list-style: none;
}
input,img{
	margin: 0;
	padding: 0;
	border: 0 none;
	outline-style: none;
}
.clearfix:after{
	content: " ";
	height: 0;
	line-height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
}
.box{
	width: 1225px;
	margin: 0 auto;
}
/* 头部开始 */
.header{
	height:40px ;
	background: #333333;
}
.header li{
	float: left;
	height: 40px;
	line-height: 40px;
}

.header li a{
	color: #B0B0B0;
	font-size: 13px;
	padding: 0 7px;
	border-right: 1px solid #bbb;
}
 .header li .a-btm{
 	border-style: none;
 }
 /* logo开始 */
 .header2{
 	height: 100px;
 	line-height: 100px;
 }
  .header2 .logo{
  	float: left;
  }
 .header2 img{
 	vertical-align: middle;
 }
 /* 导航开始 */
 .nav li{
 	float: left;
 }
 .nav li a{
 	padding: 20px 12px;
 }
 .nav li a:hover{
 	color: #FF6700;
 }
/* banner开始 */
 .banner img{
 	float: right;
 }
 .banner .side{
 	width: 234px;
 	height: 435px;
 	background-color:  #2C505F;
 	float: left;
 	padding-top: 25px;
 }
 .banner .side a{
 	/* display: inline-block; */
 	color: white;
 	font-size: 13px;
 	
 }
 .banner .side li:hover{
 	background: #FF6700;
 }
 .banner .side li{
 	height: 42px;
 	padding-left: 27px;
 	padding-right: 22px;
 	background: url(images/);
 	line-height: 42px;
 }
 .banner .side a span{
 	float: right;
 }
 /* banner下半部分开始 */
 .banner-btm{
 	height: 170px;
 	margin-top: 14px;
 	margin-bottom: 66px;
 }
 .banner-btm .banner-btm1{
 	height: 170px;
 	width: 234px;
 	background: #5F5750;
 	text-align: center;
 	float: left;
 }
 .banner-btm .banner-btm1 p{
 	/* height: 0px; */
 	padding-top: 50px;
 	color: white;
 }
 .banner-btm .banner-btm2 img{
 	float: left;
 	width: 317px;
 	height: 170px;
 	margin-left: 13px;

 }

 /* 产品部分开始 */
 .product{
 	height: 798px;
 	background: #F5F5F5;
 }
 .product .title{
 	padding-top: 75px;
 	padding-bottom: 18px;
 }
 .product .title h3{
 	float: left;
 	font-weight:100;
 }
 .product .title a{
 	float: right;
 }
 .l-product{
 	float: left;
 }
 .r-product{
 	width: 988px;
 	float:right;
 	
 }
 .r-product .img{
 	width: 235px;
 	height: 300px;
 	background: white;
 	float: left;
 	margin-left: 12px;
 	margin-bottom: 12px;
 }
 .r-product img{
  	width: 235px;
 	height: 200px;
  }
   .r-product .img-btm{
   	height: 100px;
   	text-align: center;
   }
  .r-product .img-btm p{
  	font-size: 11px; 
  	margin-top: 10px;
  	color: #666;
  }
.r-product .img-btm .yuan{
	color: red;
}
/* 底部开始 */
.bottom{
	 height: 210px;
}
.bottom .l-btm{
	margin-top: 58px;
	float: left;
}
.bottom .l-btm dl{
	float: left;
	width: 160px;
}
.bottom .l-btm dt{
	font-size: 14px;
	height: 45px;
}
.bottom .l-btm dd{
	font-size: 12px;
	color: #757575;
	height: 28px;
}
 .r-btm{
	 margin-top: 58px;
	border-left: 1px #ECECEC solid;
	float: left;
	height: 115px;
	padding-left: 56px;
	text-align: center;
}
.r-btm h3{
	color: #FF6700;
}
.r-btm p{
	color: #616161;
	font-size: 12px;
	margin-top: 10px;
}
.footer{
	height: 127px;
	background: #FAFAFA;
	margin-bottom: 50px;
	padding-top: 30px;
}
.footer .logo2{
	float: left;
}
.footer .r-side{
	float: left;
	margin-left: 8px;
}
.footer .r-side a{
	font-size: 13px;
	border-right: 1px solid #BABACC;
	padding-right: 5px;
}
.footer .r-side .a-btm{
	border: none;
}
.footer .r-side p{
	font-size: 13px;
	color:#B0B0B0;
}
.footer2{
	margin-top: 35px;
	text-align: center;
}