﻿@charset "utf-8";

*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body{
	font-weight: normal;
	margin:0 auto;
	font-size:12px;
	font-family: '微软雅黑';
	line-height:normal;
    position: relative;
}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;font-weight: normal;}
ul { list-style:none;}
*{ margin:0px; padding:0px;list-style: none;}
img { border:0px;display: block;max-width: 100%;}
h2,h4{font-weight: normal;}
a { color:#05a; text-decoration:none;transition: all .5s;}
.clear{ clear:both;}
.clearfix{ zoom: 1; }
.clearfix:after { content: ''; display: block; clear: both; }
.fl {float:left;}
.fr {float:right;}
.hidden{display: none;}
/*-----------------头部开始--------------------*/
input:focus,button:focus,select:focus{
    outline: none;
}
.rela{
	position: relative;
}

.w_1200{
	width: 1200px;
	margin: 0 auto;
}


.banner img{
	width: 100%;
}

.news_box{
	padding: 30px 0;
}

.tbox{
	margin: auto;
}

.w_1170{
	width: 1170px;
	margin: auto;
}

.shiji_show_list{
	margin-top: 40px;
}

.shiji_show_list li{
	float: left;
	width: 210px;
	margin-right: 30px;
	margin-bottom: 20px;
}

.shiji_show_list li:nth-child(5n){margin-right: 0;}

.shiji_show_list li p{
	font-size: 16px;
	color: #333;
	padding: 12px 0;
	text-align: center;
}

.desc_box{
	width: 960px;
	margin: auto;
	margin-bottom: 35px;
	height: 150px;
	overflow-y: scroll;
	margin-top: 30px;
}

.desc_box p{

	font-size: 15px;
	color: #333;
	line-height: 1.6;
}