@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body{
	/*background: #f0f9f3;*/
  font-family:Arial, 'Microsoft YaHei','Hiragino Sans GB', sans-serif;
  	/*box-sizing: border-box;*/
  	color: #333;
  	font-size: 14px;
}
h1,h2,h3,h4,h5,h6{
	font-weight:500;
	margin-top: 10px;
}

ul li{
	list-style-type:none;
}
a {
    text-decoration: none;
    color: #292929;
}

a:focus, a:hover {
  color: #e50516;
  text-decoration: none;
  transition: all 0.6s;
}
p{
  margin:0;
}
input{
  outline: none;
}
ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}
.clearfix{
	clear: both;
}
.mar-top60{
	margin-top: 60px;
}
.mar-top80{
	margin-top: 80px;
}

/*// 导航*/
.w1200 {
    width: 1200px;
    width: 1200px\0;
    +width: 1200px;
    _width: 1200px;
    margin: 0 auto;
}
.conter {
    width: 1200px;
    margin: 0 auto;
}
.daoh {
    height: 60px;
    border: 1px solid #fff;
}
.daoLef {
    float: left;
    border: 1px solid #fff;
    line-height: 60px;
}
.daoh .daoLef span {
    line-height: 60px;
}
.banner {
    width: 1200px;
    margin: 0 auto;
}
.banner img {
    width: 100%;
}
/*//我们的新时代*/
/*标题*/
.news_head {
    border-bottom: 1px solid #e5e5e5;
    height: 42px;
    line-height: 42px;
    position: relative;
}

.news_title h2 {
    font-size: 26px;
    border-left: 4px solid #e50516;
    padding-left: 20px;
    color: #1a1a1a;
    height: 28px;
line-height: 28px;
cursor: pointer;
transition: all 0.5s;
}
.news_title h2:hover{
	color: #e50516;
}
.more_div {

}
.more_div a {
    cursor: pointer;
    border-radius: 2px;
    position: absolute;
right: 0;
top: 0px;
    
}
.more_div a:hover{
	color: #e50516;
	/*transform:  1s;*/
	transition: all 1s;
	text-decoration: none;
	
}
/*.newbox {
    width: 1200px;
    margin: 60px auto 0px;
}*/

.biaoyu{
	font-size: 28px;
	color: #e50516;
	border-bottom: 1px solid #e50516;
	padding-bottom: 20px;
	text-align: center;
}

/*动态信息*/
.dtxx_box{
	padding-top: 15px;
}

.dtxx_ul li {
	list-style-type: disc;
	color: red;
	line-height: 36px;
	font-size: 16px;
	margin: 18px 0 18px 18px;
}
.dtxx_ul li a{
	color: #333;
	cursor: pointer;
	transition: all 0.5s;
        font-size:20px;
}
.dtxx_ul li a:hover{
	color: #e50516;
}
.dtxx_ul li span{
	color: #777;
	float: right;
}
/*先进典型图片*/

.qgfx_box {
    margin-left: -2.5%;
}
.qgfx_ul {
    width: 100%;
}
.qgfx_ul li {
    width: 17.5%;
    float: left;
    margin: 20px 0 2% 2.5%;
}
.qgfx_ul li img {
    float: left;
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 15px;
    height: 258px;
    overflow: hidden;
}
.qgfx_ul li p {
    font-size: 18px;
    font-family: "微软雅黑";
    color: #292929;
    line-height: 28px;
    display: block;
    padding: 0px 0 10px;
}



/*//视频—+图片*/
.sptp_con-left{
	width: 570px;
  height: 200px;
  float: left;
  margin-top: 30px;
}
.sptp_con-left li{
	float: left;
	width: 270px;
	height: 160px;
	overflow: hidden;
}
.sptp_con-left li:nth-of-type(even){
	margin-left: 30px;
}
.sptp_con-left li a img{
	width: 100%;
	height: 100%;
}



