@charset "utf-8";
/* CSS Document */
/*CSS重置*/

.imgItemText img {
    width: 482px;
    height: 142px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 12px;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "微软雅黑";
  min-width:1200px;
}

input {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  display: block;
  cursor: pointer;
}

p {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  display: inline-block;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;

}

.center {
  width: 1160px;
	margin: 0 auto;
	position: relative;
}

.clearfix {
  clear: both;
}


/*header样式*/
.header{
  height:100px;
}
.header img{
 width: 530px;
    height: 54px;
  float:left;
  margin-top: 20px;
}
.header_search{
  float:right;
  margin-top: 32px;
}	
.header_search input{
   width:238px;
   height:37px;
   float:left;
   border:1px solid #258532;
   padding-left: 28px;
   font-size: 14px;
   color:#999999;
  }
.header_search h1{
    float: left;
    width: 60px;
    height:39px;
    background-color: #258532;
    color:#fff;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
 }
 .nav{
  background-color: #258532;
  width: 100%;
  height:48px;
  }
 .nav li{
   float: left;
   text-align: center;
   max-width: 105px;
 }
 .nav li:hover{
   background-color: #fff;
   transition:0.8s;
 }
  .nav .nav_active{
   background-color: #fff;
  
 }
   .nav li a{
     line-height: 48px;
     color:#fff;
     font-size: 16px;
     font-weight: 600;
		 padding: 0 20px;
	 height:48px;
	 display:block;
   }
    .nav li a:hover{
      color:#258532;
    }
     .nav .nav_current{
       color:#258532;
     }





  .wrapper{
	width:100%;
	height:540px;
	position:relative;
	overflow:hidden; 
	margin:0 auto;
	 }

	 .wrapper .imgItem{
		width: calc(100% / 4);
    height: 540px;
    float: left;
		 position: relative;
	 }
	 .wrapper .imgItemText{
		
		position: absolute;
		/* bottom: 8%; */
		right: 20%;
		color: white;
		font-size: 24px;
		opacity: 0;
		margin-top: -200px;
	}
.wrapper .imgItemText.active{
		transition: all 0.8s;
		right: 0%;
		opacity: 1;
	}
.banner_chinese{
	font-size:30px;
	line-height:56px;
	font-weight:600;
	}
.img_group{
	width:400%;
	height:540px;
} 
.img_group img{
	width:100%;
	height:100%;
}


.ctrl_button{
  float: right;
	margin-top: -37px;
	position: relative;
	z-index: 9999;
}
.ctrl_button li{
	width:26px;
	height:4px;
	margin:8px;
	float:left;  
	background-color: #fff;
}
.ctrl_button .ctrl_current{
	background-color:#258532;
	}    
.row01{
  height:320px;
  margin-top:40px;
}
.row01_left {
  float: left;
  width: 370px;
  overflow: hidden;
}

.row01_left ul li a {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  padding-top: 10px;
  padding-left: 18px;
  padding-right: 18px;
  
}

.row01_left ul li a.active {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #258532;
}

.row01_left ul {
  border-bottom: 2px solid #77a97d;
  display: block;
}

.row01_left ul li {
  float: left;
  text-align: center;
  height:36px;
}
.row01_left ul li a{
  line-height: 36px;
  padding-bottom: 8px;
}

.row01_left .b {
  display: none;
  margin-top: 8px;
}

.row01_left .b.active {
  display: block;
}

.row01 .newslist a {
  float: left;
  color: #333333;
  line-height: 30px;
  padding-left: 16px;
  background-image: url(../image/dot.png);
  background-repeat: no-repeat;
  background-position: 2px center;
  width:250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
}

.row01 .newslist a:hover {
  color: #e35f00;
  text-decoration: underline;
}

.row01 .newslist span {
  float: right;
  line-height: 30px;
  color: #a2a2a2;
  font-size: 14px;

}
.pic_news{
  border-bottom: 1px dashed #e4e4e4;
  padding-bottom: 6px;
}
.pic_news_left{
  background-image:url(../image/pic_decoration.png);
  background-repeat: no-repeat;
  background-size: 176px 128px;
  width: 176px;
  display: inline-block;
  }
.pic_news_left img{
  width: 168px;
  height: 120px;
  padding-top: 4px;
  padding-left:4px;
  padding-bottom:4px;
}
.pic_news_right{
  float:right;
  width:184px;
}
.pic_news_right h1{
  font-size:16px;
  color:#464646;
  font-weight: 600;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top:10px;
}
.pic_news_right p{
  color:#a9a9a9;
  font-size:12px;
  line-height: 20px;
  margin-top: 8px;
}
.pic_news_right p a{
  color:#e35f00;
  font-size: 12px;
}
.pic_news_right p a:hover{
  text-decoration: underline;
}
.pic_news_right h2{
  color:#c5c5c5;
  font-size:12px;
  padding-left:22px;
  background-image: url(../image/news_time.png);
  background-repeat: no-repeat;
  margin-top:8px;
  line-height: 16px;
}






.row01_middle ,
.row01_right {
  float: left;
  width: 370px;
  overflow: hidden;
  margin-left: 24px;
}
.row01_right .dater {
	width: 370px;
	height: 308px;
	overflow: hidden;
}
.row01_right .dater h2{
	font-size: 16px;
	color: #fff;
	background: #fafafa;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
}
.row01_right .dater h2 span{
	background-color:#258532;
	padding:11px 12px;
	}

.row01_middle ul li a {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  padding-top: 10px;
  padding-left: 18px;
  padding-right: 18px;
  
}

.row01_middle ul li a.active {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #258532;
}

.row01_middle ul {
  border-bottom: 2px solid #77a97d;
  display: block;
}

.row01_middle ul li {
  float: left;
  text-align: center;
  height:36px;
}
.row01_middle ul li a{
  line-height: 36px;
  padding-bottom: 8px;
}

.row01_middle .d {
  display: none;
  margin-top: 8px;
}

.row01_middle .d.active {
  display: block;
}



/*row02样式*/

.lastpicmovebox li img{
	width:60px;
	height:60px;
	margin-left:10px;
	float:left;
	margin-top:26px;
	}

.lastpicmovebox li .application_title{
	float:left;
	margin-left:12px;
	width:106px;
	margin-top:32px;
	}

.application_title h1{
	font-size:16px;
	opacity:0.85;
	color:#fff;
	
	line-height:28px;
	
	}
	
.application_title h1 a{
	color:#fff;
	font-weight:700;
	
	}
.application_title h2{
	font-size:14px;
	opacity:0.2;
	color:#fff;
	line-height:18px;
	
	}
	
	
.lastpicmovebox li img:hover{ 
transform:rotatey(360deg);transition:all,0.5s;
-webkit-transform:rotatey(360deg);transition:all,0.5s;
-o-transform:rotatey(360deg);transition:all 0.5s;
-ms-transform:rotatey(360deg);transition:all 0.5s;
-moz-transform:rotatey(360deg);transition:all 0.5s;}

/*big_bg样式*/

.big_bg{
	background-image:url(../image/big_bg.png);
	background-repeat:no-repeat;
	width:100%;
	height:888px;
	padding-top:24px;
	margin-top:40px;
	}
.row03{
	height:256px;
	}	
.row03 .row03_left{
	width:560px;
	float:left;
	}

.row03_left ul li a {
	  font-size: 16px;
	  color: #258532;
	  font-weight: normal;
	  padding-left: 18px;
	  padding-right: 18px;
	  padding-top:6px;
	  line-height:32px;
}
.row03_left ul li{
		float:left;
}

.row03_left ul li a.active {
	  font-size: 16px;
	  color: #fff;
	  font-weight: 700;
	  padding-left: 18px;
	  padding-right: 18px;
	  background-color: #258532;
	  line-height:32px;
	  padding-bottom:7px;
	  background-image:url(../image/arrow.png);
	  background-repeat:no-repeat;
	  background-position:center 31px;;
	  background-size:8px 4px;
}

.row03_left ul {
	float:left;
  display: block;
}
.row03_title img{
	float:left;
	height:7px;
	width:305px;
	margin-top:15px;
	margin-left:9px;
	}
.row03_title h1{
	float:right;
	}
.row03_title h1 a{
	font-size:12px;
	color:#258532;
	line-height:32px;
	}

.row03_left .f {
  display: none;
  margin-top: 14px;
}

.row03_left .f.active {
  display: block;
}
.row03_pic{
	float:left;
	margin-right:18px;
	width:234px;
	height:194px;
	overflow:hidden;
	border:3px solid #fff;
	}
.row03_pic img{
	width:234px;
	height:194px;
	
	}
.row03_pic .newbox{
	position:relative;
	}
.row03_pic img:hover{ 
transform:scale(1.2,1.2);transition:all,1.5s;
-webkit-transform:scale(1.2,1.2);transition:all,1.5s;
-o-transform:scale(1.2,1.2);transition:all 1.5s;
-ms-transform:scale(1.2,1.2);transition:all 1.5s;
-moz-transform:scale(1.2,1.2);transition:all 1.5s;}
.newbox .newblack{ 
width:234px; height:40px; background-color:rgba(0,0,0,0.5); line-height:40px;padding-left:16px; font-size:12px; position:absolute;bottom:0;
overflow: hidden;
  	 text-overflow: ellipsis;
  	 white-space: nowrap;
	 color:#e1e0e0;
 
  }
 
.row03_list{
	float:left;
	margin-top:-8px;
	width:302px;
	}

.row03_list .newslist a{
  width:230px;
  float: left;
  color: #333333;
  line-height: 28px;
  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: 2px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  background-image:url(../image/doted.png);
	}
.row03_list .newslist a:hover{
	color:#e35f00;
	text-decoration:underline;
	}
.row03_list .newslist span{
	float:right;
	color:#8a9ca6;
	font-size:14px;
	line-height: 28px;
	}







.row03 .row03_right{
	width:560px;
	float:right;
	}

.row03_right ul li a {
	  font-size: 16px;
	  color: #258532;
	  font-weight: normal;
	  padding-left: 18px;
	  padding-right: 18px;
	  padding-top:6px;
	  line-height:32px;

  
}
.row03_right ul li{
	float:left;
	}

.row03_right ul li a.active {
	  font-size: 16px;
	  color: #fff;
	  font-weight: 700;
	  padding-left: 18px;
	  padding-right: 18px;
	  background-color: #258532;
	  line-height:32px;
	  padding-bottom:7px;
	  background-image:url(../image/arrow.png);
	  background-repeat:no-repeat;
	  background-position:center 31px;;
	  background-size:8px 4px;
}

.row03_right ul {
	float:left;
  display: block;
}
.row03_title img{
	float:left;
	height:7px;
	width:305px;
	margin-top:15px;
	margin-left:9px;
	}
.row03_title h1{
	float:right;
	}
.row03_title h1 a{
	font-size:12px;
	color:#258532;
	line-height:36px;
	}

.row03_right .h {
  display: none;
  margin-top: 14px;
}

.row03_right .h.active {
  display: block;
}

/*row04样式*/

.row04{
	margin-top:40px;
	}
.row04_title .title_pic{
	float:left;
	}
.row04_title .title_pic li{
	float:left;
	}

.row04_title .title_pic .xiao{
	background-image:url(../image/xiao.png);
	background-repeat:no-repeat;
	background-size:64px 64px;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:64px;
	width:64px;
	height:64px;
	}

.row04_title .title_pic .yuan{
	background-image:url(../image/yuan.png);
	background-repeat:no-repeat;
	background-size:64px 64px;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:64px;
	margin-left:-10px;
	width:64px;
	height:64px;
	}
.row04_title .title_pic .feng{
	background-image:url(../image/feng.png);
	background-repeat:no-repeat;
	background-size:64px 64px;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:64px;
	margin-left:-10px;
	width:64px;
	height:64px;
	}

.row04_title .title_pic .guang{
	background-image:url(../image/guang.png);
	background-repeat:no-repeat;
	background-size:64px 64px;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:64px;
	margin-left:-10px;
	width:64px;
	height:64px;
	}
.row04_title .subtitle_pic{
	margin-left:20px;
	margin-right: 12px;
	float:left;
}
.row04_title .subtitle_pic li{
	float:left;
	padding-left: 14px;
	
	
}
.row04_title .subtitle_pic li a:hover{
	color:#21842f;
}
	
.row04_title .subtitle_pic li a.active{
	color:#21842f;
	font-size: 14px;
	line-height: 64px;
}
.row04_title .subtitle_pic li a{
	color:#6d6d6d;
	font-size: 14px;
	line-height: 64px;
}
	
.row04_title h1 a{
	font-size:12px;
	color:#258532;
	line-height:76px;
	}

.row04_title h1{
	float:right;
	margin-top: -7px;
	}
.row04_title img{
	float:right;
	height:7px;
	width:610px;
	margin-top:28px;
	margin-right:10px;
	}	
	
	
/*frendlink样式*/
	
.friendlink	{
	height:56px;
	width:1080px;
	background-color:#258532;
	margin-top:40px;
	padding-left:40px;
	padding-right:40px;
	}
	
	
.friendlink h1{
	float:left;
	font-weight:600;
	color:#fff;
	font-size:14px;
	padding-right:30px;
	line-height:56px;
	}	
.friendlink select{
	float:left;
	width:216px;
	height:30px;
	margin-top:13px;
	color:#4c4a4a;
	font-size:14px;
	text-align:center;
	
	}	
	
/*footer样式*/
.footer{
	margin-top:50px;
	}
.footer p{
	color:#055210;
	font-size:14px;
	line-height:26px;
	}	
.footer p a{
	color:#055210;
	font-size:14px;
	}
	
.footer p a:hover{
	color:#fff;
	}	
	
	




/*list样式	*/

.list_big_bg{
	background-image:url(../image/list_big_bg.png);
	background-repeat:no-repeat;
	width:100%;
	padding-top:24px;
	background-position-y: 100%;
	}
.list_banner img{
	width:100%;
	height:312px;
	}
	
	
.list{
	width:1160px;
	min-height:800px;
	background-image:url(../image/list_bg.png);
	background-repeat:repeat-y;
	padding-bottom:40px;
	}	
	
.list_left h1{
	background-color:#258532;
	font-size:28px;
	color:#fff;
	width:230px;
	height:78px;
	text-align:center;
	line-height:78px;
	
	}
.list_left{
	float:left;
	}	
.list_left ul li{
	padding-left:64px;
	height:60px;
	width:148px;
	background-image:url(../image/list_decoration.png);
	background-repeat:no-repeat;
	background-position:40px 24px;
	background-size:12px 12px;
	margin-right:18px; 
	border-bottom:1px solid #f0f2f3;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}	
	
.list_left ul li a{
	font-size:18px;
	color:#4b4b4b;
	line-height:60px;
	width:144px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}	
	
.list_left ul li a:hover{
	color:#185d21;
	}	
	
.list .list_right{
	float:right;
	width:894px;

	
	}	
	
.list_right_title .a11{
	float:left;
	display:block;
	font-size:18px;
	color:#258532;
	line-height:58px;
	border-bottom:2px solid #258532;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:1px;
	
	}	
.list_right_title{
	height:60px;
	border-bottom:1px #e5e8ea solid;
	}	
.list_right_title h2{
	float:right;
	color:#686868;
	font-size:14px;
	line-height:60px;
	padding-right:20px;
	}
.list_right ul{
	height:596px;
	}	
.list_right ul li{
	margin-top:10px;
	padding-right:20px;
	}	
.list_right ul li a{
	display:block;
	float:left;
	color:#686868;
	font-size:14px;
	line-height:30px;
	padding-left:26px;
	background-image:url(../image/list_list.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	width:650px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}	

.list_right ul li a:hover{
	color: #e35f00;
	text-decoration:underline;
	}
	
.list_right ul li h3{
	float:right;
	color:#bdb8b4;
	font-size:14px;
	line-height:30px;
	}	
	
	
	
	.buttonposition {

  text-align: center;
  zoom: 1;
  float: left;
  margin-top: 50px;
  margin-bottom:40px;
}

.buttonposition a {
  float: left;
  margin: 0 3px;
 /*  width: 30px; */
  height: 30px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #ccc;
  color: #ccc;
  font-size: 14px;
}

.buttonposition .active {
  float: left;
  margin: 0 3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #258532;
  color: #fff;
  font-size: 14px;
  border: 1px solid #258532;
}

.buttonposition span {
  float: left;
  margin: 0 3px;
 /*  width: 30px; */
  height: 30px;
  line-height: 30px;
  color: #ccc;
  font-size: 14px;
}

.buttonposition input {
  float: left;
  margin: 0 3px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  outline: none;
  color: #ccc;
  font-size: 14px;
}
	
	
/*detail样式*/	
	
.detail_content h1{
	color:#d63131;
	font-size:18px;
	line-height:59px;
	border-bottom:1px #e6dfdf dashed;
	text-align:center;
	font-weight:600;
	margin-top:2px;
	}
.detail_content h2{
	color:#999;
	font-size:12px;
	line-height:36px;
	border-bottom:1px #e6dfdf dashed;
	text-align:center;
	}

.detail_content_a img{
	max-width: 700px;
    box-sizing: border-box;
}

.detail_content .detail_content_a{
	max-width:713px;
	margin:0 auto;
	margin-top:20px;
	}


#detail .content{
	    background: #dcfbe0;
    background-image: url(../image/list_big_bg.png);
    background-repeat: no-repeat;
    min-height: 800px;
    background-position: 100% 100%;
	padding-top:20px;
}







/*search样式*/

.list_search{
	width:1160px;
	min-height:800px;
	background-color:#fff;
	padding-bottom:20px;
	}

.list_search .list_right{
	float:right;
	width:1160px;

	
	}
.list_search .list_right ul{
	height:596px;
	padding-top:20px;
	}	
.list_search .list_right ul li{
	margin-top:10px;
	padding-right:20px;
	padding-left:20px;
	}	
.list_search .list_right ul li a{
	display:block;
	float:left;
	color:#686868;
	font-size:14px;
	line-height:30px;
	padding-left:26px;
	background-image:url(../image/list_list.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	width:800px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}	

.list_search .list_right ul li a:hover{
	color: #e35f00;
	text-decoration:underline;
	}


/*校园风光样式*/


.detail_content h1{
	color:#d63131;
	font-size:18px;
	line-height:59px;
	border-bottom:1px #e6dfdf dashed;
	text-align:center;
	font-weight:600;
	margin-top:2px;
	}
.detail_content h2{
	color:#999;
	font-size:12px;
	line-height:36px;
	border-bottom:1px #e6dfdf dashed;
	text-align:center;
	}



#detail .content{
	    background: #dcfbe0;
    background-image: url(../image/list_big_bg.png);
    background-repeat: no-repeat;
    min-height: 800px;
    background-position: 100% 100%;
	padding-top:20px;
}


.pic_list{
	width:1160px;
	min-height:800px;
	background-color:#fff;
	padding-bottom:40px;
	}	
		
.piclist_right_title ul{
	float:left;
}	
.piclist_right_title .a11active{
	float:left;
	display:block;
	font-size:18px;
	color:#258532;
	line-height:58px;
	border-bottom:2px solid #258532;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:1px;
	
	}	
.piclist_right_title .a11{
	float:left;
	display:block;
	font-size:18px;
	color:#666;
	line-height:58px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:1px;
	margin-left: 10px;
	}	
.piclist_right_title .a11:hover{
	
	color:#258532;
	border-bottom:2px solid #258532;
	}	
.piclist_right_title{
	height:60px;
	border-bottom:1px #e5e8ea solid;
	}	
.piclist_right_title h2{
	float:right;
	color:#686868;
	font-size:14px;
	line-height:60px;
	padding-right:20px;
	}


.schoolpic img {
              width: 208px;
              height: 150px;
              
            }

.schoolpic li{
              float: left;
              text-align: center;
              margin-right: 36px;
			  overflow:hidden;
			  width: 208px;
              height: 190px;
			  margin-top:18px;
            }


.schoolpic li .a10 {
              font-size: px;
              color: #605f65;
              line-height: 40px;
              display: block;
              width: 208px;
              height: 40px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
            }
.schoolpic li .a10:hover {
              font-weight: 800;
              color: #1A1A1A;
            }


.schoolpic li img:hover{ 
transform:scale(1.1,1.1);transition:all,1.5s;
-webkit-transform:scale(1.1,1.1);transition:all,1.5s;
-o-transform:scale(1.1,1.1);transition:all 1.5s;
-ms-transform:scale(1.1,1.1);transition:all 1.5s;
-moz-transform:scale(1.1,1.1);transition:all 1.5s;
}


/*遮罩样式*/

.black_pic{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0,0,0,0.7);
	}
	
.xianshi{width:618px;height:100%;position:relative;margin:0 auto;overflow:hidden;}
.yidong{left:0;position:absolute;
          top:50%;
margin-top: -220px;}
.yidong img{float:left;
			width:618px;
			height:408px;
			}
.btnleft,.btnright{position:absolute;top:50%;

background-color:rgba(0,0,0,0.4);
margin-top:-38px;
padding:20px 20px;}
.btnleft{left:0;}
.btnright{right:0;}
	
.black_pic_close{
	    position: absolute;
    right: 0;
    top: 0;
    font-size: 40px;
}




	
	
	