.ad {
    clear: both;
    height: 200px;
    width: 100%;
    background-position: center;
    position: relative;
}
.about{
	padding: 80px 0 130px;
	background: #fff;
}
.about .title{
	text-align: center;
	font-size: 0;
	margin-bottom: 30px;
}
.about .title p{
	font-size: 24px;
	color: #5a5a5a;
	margin-bottom: 2px;
}
.about .title span{
	font-size: 12px;
	color: #5a5a5a;
	text-transform: uppercase;
}
/*单页*/
.page{
	font-size: 16px;
	line-height: 180%;
	min-height: 300px;
}
/*单页*/

.web-postion{
	position: relative;
    width: 100%;
    left: 0;
    bottom: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #fff;
    text-align: right;
}
.web-postion a {
    color: #fff;
    font-size: 12px;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
}
.web-postion a:hover{
	color: #1cbde9;
}

.dakuang{
	
}
.dakuang .left{
	display: inline-block;
	vertical-align: top;
	width: 240px;
	position: relative;
	top: -125px;
}
.dakuang .left .title{
	background: #00afdf;
	padding: 30px;
}
.dakuang .left .title h2{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px solid #32cdf8;
}
.dakuang .left .title p{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	padding: 14px 0;
}
.dakuang .left .fenlei{
	padding: 0 0 24px;
	background: #1e1e1e;
}
.dakuang .left .fenlei li{
	padding: 0 12px;
	transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
}
.dakuang .left .fenlei>li>a{	
    background: url(../image/xia.png) no-repeat right center;
}
.dakuang .left .fenlei>li>a.click{
	background: url(../image/shang.png) no-repeat right center;
}
.dakuang .left .fenlei a{
	display: block;
	font-size: 14px;
	color: #aaaaaa;
	line-height: 45px;
	padding: 0 14px;
	border-bottom: 1px solid #3d3d3d;
	transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}
.dakuang .left .fenlei .erji a{
	font-size: 12px;
	line-height: 35px;
}
.dakuang .left .fenlei li:hover,
.dakuang .left .fenlei li.cur,
.dakuang .left .fenlei li.active{
	background: #1cbde9;
}
.dakuang .left .fenlei li:hover a,
.dakuang .left .fenlei li.cur a,
.dakuang .left .fenlei li.active a{
	color: #fff;
	border-bottom: 1px solid #1cbde9;
}
.dakuang .left .fenlei .erji{
	display: none;
}



.dakuang .right{
	width: 920px;
}

.product{
	font-size: 0;
}
.product li{
	display: inline-block;
	vertical-align: top;
	width: 290px;
    margin-right: 25px;
    margin-bottom: 30px;
}
.product li:nth-child(3n){
	margin-right: 0;
}
.product a{
	display: block;
	padding: 15px 20px;
	border: 1px solid #eeeeee;
	transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
}
.product a:hover{
	border: 1px solid #1cbde9;
}
.product p{
	width: 100%;
	height: 188px;
	overflow: hidden;
}
.product img{
	width: 100%;
}
.product h3{
	font-size: 14px;
	color: #000000;
	margin: 35px 0 25px;
}
.product span{
	display: inline-block;
	font-size: 12px;
	color: #afafaf;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}
/*分页*/
.pagination-wrapper{ 
  	margin: 20px 0 40px 0;
  	text-align: center;
} 
.pagination{  
  	font-size: 0;
} 
.pagination li{
	display: inline-block;
	vertical-align: top;
}
.pagination a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	margin-right: 8px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dfdfdf; 
  	color: #999; 
  	text-decoration: none; 
  	border-radius: 4px;
  	box-sizing: border-box;
  	transition: all .3s;
  	background: #f7f7f7;
} 
.pagination li:last-child{
	margin-right: 0;
}
.pagination a:hover{ 
  	background:#1cbde9; 
  	color:#fff; 
  	border-color: #1cbde9;
} 
.pagination li.active a { 
  	background: #1cbde9; 
  	color: #fff;
  	border-color: #1cbde9;
} 
.pagination .pageinfo{
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #555555; 
  	color: #555555; 
  	box-sizing: border-box;
}
/*分页*/

.news li{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.news a{
	display: block;
	overflow: hidden;
}
.news img{
	width: 180px;
	height: 120px;
	margin-right: 20px;
}
.news div.fl{
	width: 720px;
	margin: 11px 0;
}
.news span{
	font-size: 15px;
	color: #5A5A5A;
	display: block;
	transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}
.news time{
	display: inline-block;
	font-size: 12px;
    padding-top: 12px;
    color: #d9d9d9;
}
.news p{
	font-size: 12px;
    padding-top: 8px;
    color: #b5b5b5;
    line-height: 20px;
    height: 48px;
    overflow: hidden;
}
.news a:hover span{
	color: #1cbde9;
}

/*新闻详情页*/
.news-info {
	
}

.news-info .hd h1 {
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	word-wrap: break-word;
	/*//word-break设置强行换行;normal 亚洲语言和非亚洲语言的文本规则，允许在字内换行*/
	word-break: normal;
	margin-bottom: 15px;
	text-align: center;
}

.news-info .hd p {
	font-size: 14px;
	line-height: 1.6;
	color: #999;
	text-align: center;
}
.news-info .hd p span{
	margin-right: 25px;
}
.news-info .bd {
	min-height: 200px;
	margin-top: 15px;
}
/*新闻详情页*/

/*上一页/下一页*/
.turn {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 10px;
}

.turn p {
	font-size: 12px;
	line-height: 30px;
	color: #333333;
}

.turn p:first-child {
	float: left;
}

.turn p:last-child {
	float: right;
}

.turn p a {
	color: #666666;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.turn p a:hover {
	color: #1cbde9;
	text-decoration: none;
}
/*上一页/下一页*/

.contact{
	text-align: center;
	margin: 90px 0 60px;
}
.contact li{
	display: inline-block;
	vertical-align: top;
	width: 290px;
}
.contact li img{
	
}

.contact li span{
	display: block;
}

.contact li p{
	font-size: 20px;
}
.contact li:last-child p{
	font-size: 14px;
}

.ifram{
	border: none;
	display: block;
	width: 100%;
	height: 320px;
}
