@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding: 0;
	border: 0;
}

body{
	font-family: "微软雅黑";
	font-size:14px;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	margin:0;
}

ul, li{
	list-style: none;
	margin:0;
}
p{
	margin-bottom:0;
}

a{
	color: #333333;
	text-decoration: none;
}

a:hover,a:focus {
	text-decoration: none;
}

.clearfix:after{
  content: ""; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
}

.clearfix {
  zoom: 1; 
}

/*头部css*/

.container{
	width: 1200px;
	margin:0 auto;
}

.header .header_tu{
	 width:100%;
	 display:block;
	 min-width:1200px;
}

/*导航样式*/
.nav{
       min-width:1200px;
	background:#cf0005;
	height:60px;
	line-height:60px;
}

.nav1{
	height:80px;
	line-height:80px;
}

.nav_logo{
	float:left;
	 height:60px;
	 line-height:60px;
	 padding:10px 0;
	 margin-right:65px;
}



.nav_logo imng{
	vertical-align:middle;
	}

.nav ul li{
	float:left;
	/* width:12.5%; */
        padding:0 20px;
	height:60px;
	line-height:60px;
	font-size:20px;
	color:#fff;
    text-align: center;
}

.nav ul li:hover{
    background-color: #fb4747;
}

.nav ul li a{
	/* font-family:"微软雅黑"; */
    font-family: "SimHei";
	font-size:21px;
	color:#fff;
    font-weight: bolder;
}

.nav1 ul{
	float:left;
}
.nav1 ul li{
	text-align:right;
	 width:104px;
	 height:80px;
	 line-height:80px;
	 font-size:18px;
}

.nav1 ul li a {
	font-size:18px;
}

/*首页内容样式*/
.new{
	background:#fff;
	padding:42px 0;
}

.ads{
    background: #fff;
    padding-top: 20px;
}

 #wrapper{width: 583px;height: 400px; float:left;}
  #banner{position:relative;width:583px;height: 400px;overflow: hidden;}
  .imgList{position:relative;width:1800px;height:400px;z-index: 10;overflow: hidden;}
  .imgList li{float:left;display: inline;}
  .imgList li a img{width: 583px;height: 400px;}
  
  .bg{position: absolute;bottom: 0;width: 583px;height: 40px;z-index:20;opacity: 0.7;filter:alpha(opacity=70);background: black;}
  .infoList{position: absolute;left: 10px;bottom: 10px;z-index: 30;}
  .infoList li{display: none;}
  .infoList .infoOn{display: inline;color: white;}
  .indexList{position: absolute;right: 10px;bottom:15px;z-index: 30;}
  .indexList li{float: left;margin-right: 5px; width:10px; height:10px;cursor: pointer; background:#fff; border-radius:5px;}
  .indexList .indexOn{background: red;font-weight: bold;color: white;}
  

  
  .wen-body{
	  float:left;
	   width:580px;
	   margin-left:20px;
  }
  .media-heading{
	  height:33px;
	  line-height:33px;
	  margin-bottom:15px;
 overflow: hidden;
   }
  .media-heading a{
	   font-size:30px;
	   font-family:"微软雅黑";
	   color:#ce0202;
	   font-weight:bold;
           height:33px;
           overflow: hidden;
  }
  .text-grey{
	  font-size:16px;
	  color:#979595;
	  line-height:1.8;
         height:84px;
	 overflow: hidden;
          text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;

  }

 
 
    .wen-body ul{
		/*padding-top:15px;*/
	}
   .wen-body ul li a {
    width: 100%;
	font-size:16px;
    line-height: 50px;
    display: block;
    height: 50px;
    box-sizing: border-box;
    color: #030303;
    background: url(../images/dian.png) no-repeat center left;
    padding-left: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wen-body ul li a:hover{
      color:#ce0202;
}

.n_more{
	background:#de3d33;
	display:block;
	float:right;
	padding: 5px 10px;
	border-radius:5px;
	
}
.n_more a{
	font-size:16px;
	color:#fff;
}

.yeas{
        min-width:1200px;
	background:#fff;
	padding:20px 0 30px 0;
}
.left-project{
	margin-right:17px;
}
.right-project{
	margin-left:17px;
}
.big_title{
	text-align:center;
	margin-bottom:20px;
}

.list_box{
	 width:583px;
	 float:left;
}

.image-list_box{
    width:583px;
    float:left;
}

.hd{
	border-bottom:1px solid #ce0202;
	margin-bottom:15px;
}
.hd h3 {
    background: #e40000;
    color: #fff;
    font-size: 20px;
    float: left;
    height: 45px;
    /* margin-left: 45px; */
    line-height: 45px;
    padding: 0 12px;
    position: absolute;
    /* border-radius: 5px 5px 0px 0px; */
    font-weight: bolder;

}

.header-title:before,
.header-title:after {
    content: "";
    position: absolute;
}

/* .header-title:before{
    height: 0;
    width: 0;
    border-top: 45px solid #e40000;
    border-left: 45px solid transparent;
    top: 0;
    left: -45px;
} */

.header-title:after{
    height: 0;
    width: 0;
    border-top: 45px solid transparent;
    /* border-bottom: 25px solid transparent; */
    border-left: 30px solid #e40000;
    right: -30px;
}

.hd a{
	float:right;
	font-size:14px;
	color:#ce0202;
	display:block;
	height:45px;
	line-height:45px;
}

 .list_box ul li a {
    width: 100%;
	font-size:16px;
    line-height: 53px;
    display: block;
    height: 53px;
	box-sizing: border-box;
    color: #030303;
    background: url(../images/dian.png) no-repeat center left;
    padding-left: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_box ul li a:hover{
color:#ce0202;
}

 .list_box ul li span {
    text-align: right;
    width: 100px;
    float: left;
    line-height: 53px;
}

.train-list li{
    width: 583px;
    float: left;
    display: block;
    clear: none;
}

.train-list li:nth-child(even) {
    padding-left: 17px;
}

.train-list li:nth-child(2n-1){
    
    padding-right: 17px;
}

.list_box ul li a p {
    width: calc(100% - 100px);
    float: left;
    margin-bottom: 0;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.study{
	background:#faf7f7;
	padding:20px 0 30px 0;
}

.garden{
	padding:30px 0;
}
.garden1{
         padding-bottom:30px;
	 padding-top:0px;
}
.hd1{
	border-bottom:5px solid #e40000;
	height:55px;
	line-height:55px;
	padding:0 20px;
	margin-bottom: 15px;
}
.hd1 h3{
	font-size:24px;
	color:#525252;
	float:left;
}

.hd1 h3 span{
	 width:27px;
	 height:28px;
	  display: inline-block;
		vertical-align: middle;
	 background:url(../images/biao.png) no-repeat  center;
	 margin-right:10px;
}

.hd1 a{
	display:block;
	height:55px;
	line-height:55px;
	font-size:14px;
	color:#b9060a;
	float:right;
}

.link  li{
	float:left;
	 width:180px;
	 height:72px;
	 margin:15px 7px;
}


.list_box ul.link  li a {
	 background:none;
	 padding-left:0;
	  height:72px;
	  line-height:72px;
}


.list {
	padding-bottom:5px;
}

.lists{
	 width:100%;
}
.location {
    float: right;
    color: #5a5858;
    font-size: 16px;
	position:relative;
	top:30px;
}

.title {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 15px;
}

.title h3 {
    color: #b9060a;
    font-size: 24px;
    float: left;
    height: 45px;
    line-height: 45px;
	font-weight:normal;
    border-bottom: 2px solid #b9060a;
}
.title_list {
 min-height: 180px;
}

.article h1 {
    font-size: 22px;
    color: #030303;
    text-align: center;
    font-weight: normal;
	margin-top: 35px;
    margin-bottom: 15px;
}
.article h2{
	 text-align:center;
	font-size:18px;
	color:#504e4e;
	 margin-bottom:15px;
}


.article h4 {
    color: #2a2929;
	background:#eeeeee;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    padding: 5px 0;
	margin-bottom:20px;
}

.article .yinti{
	font-size:14px;
	color:#928d8d;
	border:1px solid #e5e5e5;
	 padding:20px;
	  margin-bottom:20px;
	   line-height:1.7;
}

.p6_left{
	 width:100%;
	  /*height:460px;*/
	 
}

.p6_left p{
	 height:38px;
	 line-height:38px;
	  width:100%;
	  word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	  
}

.content{
min-height:200px;

}
.content p {
    font-family: "微软雅黑";
    font-size: 16px;
    margin-bottom: 10px;
    color: #3a3838;
    text-indent: 2em;
	line-height:1.5;
}

.content p  img{
	/*display:block;*/
	 max-width:100%;
}

.page {
    text-align: center;
    margin: 40px auto;
}

.p_first_d,.p_first,.p_last_d,.p_last{
    display:none;
}


.p_prev_d,.p_prev {
    font-size: 12px;
    color: #808080;
    background: url(../images/Previous.png) no-repeat 5px  center;
   /* padding-left: 17px;*/
    padding-top:7px;
    padding-bottom:7px;
   /* padding-right:15px;*/
    /* width:60px;*/
   /* border: 1px solid #d9d9d8;*/
    margin: 0px 4px;
}

.p_no {
    /* padding: 5px 15px;
    border: 1px solid #d9d9d8; */
    margin: 0px 4px;
   color: #2559a6;
}

.p_no_d {
   background: #b9060a;
   color: #fff;
    padding: 5px 15px;
    border: 1px solid #d9d9d8;
    margin: 0px 4px;
}

.p_next,.p_next_d {
    font-size: 12px;
    color: #808080;
    background: url(../images/next.png) no-repeat  57px center;
    /*padding-right: 17px;
    padding-left: 15px;*/
    padding-top:7px;
    padding-bottom:7px;
   /* width:60px; */
    margin-left:4px;
   /* border: 1px solid #d9d9d8;*/
}


.footer{
       min-width:1200px;
	background:#cf0005;
	padding:60px 0;
	text-align:center;
}

.footer p{
	color:#fff;
	font-size:16px;
	line-height:1.6;
}

.index-title {
    text-align: center;
    position: relative;
    height: 60px;
    line-height: 60px;
    width: 1200px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #e40000;
}

.index-title:after,
.index-title:before {
    content: "";
    position: absolute;
    top: 28px;
    background: #e40000;
    height: 4px;
    width: 33%;
}

.index-title:after {
    left: 0;
}

.index-title:before {
    right: 0;
}