﻿@charset "utf-8";
/* CSS Document */
/*CSS重置*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 12px;
}
img {
  border: none;
}
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: 1240px;
  margin: 0 auto;
  position: relative;
}

.clearfix {
  clear: both;
}

/*header样式*/

.header {
  width: 100%;
  height: 90px;
  background-color: #009355;
}
.header_logo img {
  width: 268px;
  height: 69px;
}

.header .header_logo {
  margin-top: 24px;
  float: left;
}

/* .header .header_search {
  float: right;
  margin-top: 30px;
  margin-right: 24px;
}

.header_search .inputbox {
  float: left;
  width: 236px;
  height: 35px;
  border: 1px #dbdbdb solid;
  box-sizing: border-box;
  color: #898989;
  padding-left: 12px;
}

.header_search h1 {
  float: left;
  font-size: 14px;
  text-align: center;
  width: 78px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background-color: #077c01;
  color: #fff;
} */

/*nav样式*/
.nav {
  width: 100%;
  height: 46px;
  background-color: #009355;
  padding-bottom: 10px;
  padding-top: 9px;
  
}
.nav .header_search{
  float: right;
  position: relative;
}
.header_search img{
  position: absolute;
  right: 10px;
  top: 15px;
  opacity: 0.7;
}
.nav .header_search input{
  width: 135px;
  height: 29px;
  border: 1px solid #d2d2d2;
  border-radius: 30px;
  background: transparent;
  padding-left: 14px;
  box-sizing: border-box;
  margin-top: 8.5px;
  padding-right: 30px;
}

.categroies{
  float: left;
}
.categroies .home_icon {
  width: 107px;
  height: 46px;
  text-align: center;
  float: left;
  position: relative;
  padding-left: 10px;
  background-image: url(../img/home_icon.png);
  background-position: 35px center;
  background-repeat: no-repeat;
  background-size: 13px 12px;
  background-color: #098803;
}
.categroies li {
  /* width: 117px; */
  padding-left: 4px;
  height: 46px;
  /* text-align: center; */
  float: left;
  margin-right: 35px;
  position: relative;
  
}

.categroies li:last-child{
  margin-right: 0;
}
.categroies > li > a {
  color: #fff;
  display: block;
  height: 46px;
  line-height: 48px;
  font-size: 14px;
  opacity: 0.8;
}

.categroies li:hover a{
  opacity: 1;
  font-weight: bold;
}
.categroies li:hover {
  /* background-color: #098803; */
  transition: 0.8s;
}

.smallbox {
  position: absolute;
  top: 46px;
  left: 50%;
  text-align: center;
  z-index: 99999;
  width: 120px;
  margin-left: -58px;
  background-color: #ffffff;
}

.smallbox li {
  width: 117px;
  height: 43px;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.smallbox li a {
  display: block;
  width: 120px;
  height: 43px;
  font-size: 14px;
  color: #666666;
  line-height: 43px;
}

.smallbox li a:hover{
  color:#009355;
}
/*banner样式*/
.bannner_box img {
  width: 100%;
  height: 540px;
}

.column_title{
  min-width: 133px;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  color: #333;
  padding-top: 60px;
  padding-bottom: 24px;
  margin-bottom: 40px;
  background:url(../img/title_bottom.png) center bottom no-repeat;
  position: relative;
}
.column_title img{
  vertical-align: middle;
  margin-top: -3px;
}

.more_btn img:last-child{
	display:none;
}

.more_btn:hover img{
	display:none
}

.more_btn:hover img:last-child{
	display:inline-block;
}

/*row01样式*/
.row01 {
  /* height: 347px; */
  padding-bottom: 60px;
}

.row01 .center{
  overflow: hidden;
}
.picleft {
  width: 671px;
  position: relative;
  overflow: hidden;
  float: left;
}

.picleft:after{
	
}


.left_arrows,.right_arrows{
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  line-height:30px;
  top: 50%;
  margin-top:-15px;
  cursor: pointer;
}

.left_arrows img,.right_arrows img{
	display: block;
	margin:5px auto;
}
.right_arrows{
  right: 16px;
}

.left_arrows{
  transform: rotate(180deg);
  left: 16px;
}
.picnews {
  width: 600%;
  height: 589px;
}
.picleft .picnews img {
  width: 671px;
  height: 589px;
  float: left;
}

.picleft .picnews a{
	position:relative;
	display:block;
	float:left;
	width:671px;
	height:589px;
	overflow: hidden;
}



.picleft .picnews:hover a:after{
	content:'';
	position:absolute;
	width:671px;
	height:589px;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.4);
}

.picleft .picnews:hover img{
	transition:all 0.5s;
	transform:scale(1.1);
}

.pictitle h1 {
  color: #fff;
  font-size: 14px;
  padding-left: 30px;
  float: left;
}

.content_button {
  float: right;
  margin-right: 16px;
  margin-top: 14px;
}

.ctrl_text li {
  display: none;
  float: left;
}

.ctrl_text li a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.ctrl_text li a p{
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 600px;
}
.ctrl_text li.active {
  display: block;
}

.ctrl_text {
  color: #fff;
  font-size: 14px;
  padding-left: 25px;
  float: left;
}

.content_button li {
  width: 10px;
  height: 10px;
  background-color: #999;
  float: left;
  margin: 0 2px;
  border-radius: 5px;
}

.content_button .current {
  background-color: #11b122;
}

.pictitle {
  width: 671px;
  position: absolute;
  left: 0;
  bottom: 16px;
  line-height: 36px;
}

.row01 .xiaoxun{
  background: url(../img/schoolMotto.png);
  width: 270px;
  height: 589px;
  float: left;
  margin-left: 15px;
  position: relative;
}

.row01 .xiaoxun .title{
  font-size: 32px;
  color: #fff;
  width: 10px;
  line-height: 40px;
  margin:55px 0 0 24px;
}

.row01 .xiaoxun .schoolMotto{
	position: absolute;
	width: 33px;
	font-size:32px;
	color:#fff;
	right:24px;
	top:200px;
}

.row01 .xiaoxun .schoolMotto2{
	position: absolute;
	width: 33px;
	font-size:32px;
	color:#fff;
	right:80px;
	top:300px;
}

.row01 .zxls{
  background: url(../img/zxls_bg.png);
  width: 270px;
  height: 589px;
  float: left;
  margin-left: 14px;
}

.row01 .zxls .title{
  font-size: 32px;
  color: #fff;
  width: 10px;
  line-height: 40px;
  margin:55px 0 0 24px;
}

.row01 .zxls ul{
  margin-top: -20px;
}

.row01 .zxls li{
  float: right;
  width: 20px;
  margin-right: 25px;
}

.row01 .zxls li a{
  color: #fff;
  font-size: 18px;
  display: block;
  overflow: hidden;
  height: 360px;
  word-wrap: break-word;
  text-align:center;
}

.row01 .zxls li a:hover{
	color:#16ef94;
}

/*row02样式*/
.row02{
  background: #f7f7f4;
  overflow: hidden;
}

.row02 .content{
  margin: 0 auto;
}

.row02 .column_content{
  overflow: hidden;
}

.row02 .column_content li{
  width: 604px;
  height: 242px;
  box-sizing: border-box;
  padding: 0 23px;
  border: 1px solid #e7e7e7;
  background: #fff;
  float: left;
  padding: 40px 22px;
  margin-bottom: 30px;
  position: relative;
}

.row02 .column_content li:nth-child(2n+1){
  margin-right: 32px;
}

.row02 .column_content li:after {
	content:'';
	width:1px;
	height:282px;
	background:#e1e1e0;
	right:-16px;
	top:0;
	position: absolute;
}

.row02 .column_content li:before{
	content:'';
	position: absolute;
	width:14px;
	height:14px;
	border-radius: 50%;
	border:3px solid #10ac68;
	right:-26px;
	top:50%;
	margin-top:-7px;
	z-index:99
}

.row02 .column_content li:hover:after {
	right:-20px;
}

.row02 .column_content li:hover:before{
	right:-30px;
	border-color:#059556;
	z-index:999;
}

.row02 .column_content li:nth-child(3):after,.row02 .column_content li:nth-child(4):after{
	height:257px;
	top:-16px;
}

.row02 .column_content li:nth-child(2n):after {
	right:620px;
}

.row02 .column_content li:nth-child(2n):before{
	right:610px;
}

.row02 .column_content li:nth-child(2n):hover:after {
	right:616px;
}

.row02 .column_content li:nth-child(2n):hover:before{
	right:606px;
}

.row02 .column_content a{
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row02 .column_content .box_left{
  display: flex;
  align-items: center;
}

.row02 .column_content .box_left .date_box{
  font-size: 12px;
}

.row02 .column_content .box_left p span{
  font-size: 32px;
  color: #333;
  display: block;
}

.row02 .column_content .img_box{
  width: 231px;
  height: 158px;
}

.row02 .column_content .img_box img{
  width: 100%;
  height: 100%;
}

.row02 .column_content .title{
  padding-left: 23px;
  width: 250px;
}

.row02 .column_content li:hover{
  border: 5px solid #059556;
  box-shadow: 0px 0px 30px #ccc;
}

.row02 .column_content li:hover .date_box,.row02 .column_content li:hover .date_box span{
  color: #059556;
}

.row02 .more_btn{
  width: 88px;
  height: 31px;
  display: block;
  margin: 20px auto 60px;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #109e59;
  border-radius: 5px;
  font-size: 12px;
  color: #059556;
  line-height: 27px;
}

.row02 .more_btn:hover{
  background:#00984e;
  color:#fff;
}


/*row03样式*/
.row03 ul{
  width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.row03 ul li{
  width: 404px;
  height: 304px;
  margin-left: 14px;
  margin-bottom: 15px;
  position: relative;
}
.row03 ul li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.row03 ul li a:hover img{
  transform: scale(1.1);
}

.row03 ul li a:hover::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.row03 ul li img{
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s;
}

.row03 ul li .title{
  position: absolute;
  color: #fff;
  font-size: 18px;
  bottom: 16px;
  text-align: center;
  width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.row03 ul li:nth-child(1){
  width: 822px;
  margin-left: 0;
}

.row03 ul li:nth-child(1) .title{
  width: 800px;
}

.row03 ul li:nth-child(3){
  margin-left: 0;
}


.row03 .more_btn{
  position: absolute;
  right: 0;
  top: 60px;
  font-size: 14px;
  color: #444;
  line-height: 31px;
  margin-top: 18px;
}

.row03 .more_btn:hover{
	color:#00984e;
}

.row03 .more_btn img{
  margin-left: 12px;
}

/*footer样式*/
.footer_box .content{
  width: 1240px;
  height: 441px;
  margin: 0 auto;
  background: url(../img/footer_bg.png);
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 60px;
  position: relative;
  z-index: 999;
}

.footer_box .content .qr_code{
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 104px;
  line-height: 24px;
}

.footer_box .content .qr_code img{
  width: 100%;
  margin-bottom: 6px;
}

.footer_box .relation{
  color: #fff;
  font-size: 16px;
}

.footer_box .relation h1{
  font-size: 18px;
  text-align: center;
  margin-bottom: 12px;
}

.footer_box .relation img{
  margin-right: 15px;
}

.footer_box .relation p{
  margin-bottom: 30px;
}

.footer_box .relation p:last-child{
  margin: 0;
}

.footer_bg{
  position: relative;
  height: 223px;
  background: #434343;
  margin-top: -174px;
}

/*list样式*/
.list_content{
  background: #f5f5f1;
  overflow: hidden;
}

.list_detail_banner img {
  width: 1920px;
  height: 280px;
  position:absolute;
  top:0;
  left:50%;
  margin-left:-960px;
}

.list_left {
  float: left;
  background: #fff;
}
.list_left h1 {
  width: 285px;
  height: 66px;
  line-height: 66px;
  background-color: #009355;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  box-sizing: border-box;
  padding: 0 15px;
}

.list_left li {
  width: 285px;
  height: 60px;
  border-bottom:1px dashed #f4f4f4;
}
.list_left li:hover a{
  color: #009355;
  transition: 1s;
}

.list_left li a {
  display: block;
  width: 255px;
  height: 60px;
  line-height: 60px;
  color: #645c56;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
}

.list_left ul {
  width: 285px;
  padding-bottom: 120px;
  border-bottom: 1px #f5f5f5 solid;
  border-left: 1px #f5f5f5 solid;
  border-right: 1px #f5f5f5 solid;
}

.list_left {
  display: inline-block;
}

.list_left .active a{
  color: #009355;
}

.list_right {
  float: left;
  width: 933px;
  margin-left: 20px;
  background: #fff;
}

.myposition{
  font-size: 14px;
  margin-top: 58px;
  margin-bottom: 10px;
  color: #333;
}

.myposition a{
  color: #666666;
}

.myposition a:last-child{
  color: #444;
}

.yourposition{
  background: #009355;
  height: 66px;
}

.list_right .yourposition .list_right_largrtitle {
  display: block;
  font-size: 18px;
  line-height: 66px;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 4px;
}


.moren_listall li {
  padding-left: 16px;
  padding-right: 16px;
  background-image: url(../img/list_decorationpic.png);
  background-repeat: no-repeat;
  background-position: 9px center;
  background-size: 10px 10px;
  border-bottom: 1px dashed #f4f4f4;
  box-sizing: border-box;
}
.moren_listall li:hover a{
  color: #009355;
}
.moren_listall li a {
  display: block;
  float: left;
  color: #474747;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 600px;
  line-height: 48px;
}

.moren_listall li span {
  display: block;
  font-size: 14px;
  float: right;
  line-height: 48px;
  color: #999;
}

/*detail样式*/
.detail_content .list_right{
  width: 1240px;
  display: block;
  float: none;
  margin: 0;
}
.detail_content h3 {
  color: #333333;
  font-size: 28px;
  text-align: center;
  padding: 54px 0 33px;

}
.detail_content_title {
  margin-bottom: 20px;
}

.detail_content_p {
  max-width:1100px;
  margin: 0 auto;
  word-break: break-all;
  min-height: 200px;
}
.detail_content_p img {
  max-height: 800px;
  margin: 0 auto;
}
.detail_content .info {
  display: block;
  color: #999999;
  font-size: 14px;
  text-align: center;
}

.detail_content .info img{
  vertical-align: middle;
  margin-top: -3px;
}


.footer{
  background: #434343;
  height: 282px;
  margin-top: 60px;
}

.footer .center{
  height: 282px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .center .qr_code{
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 104px;
  line-height: 24px;
}

.footer .center .qr_code img{
  width: 100%;
  margin-bottom: 6px;
}

.footer .relation{
  color: #fff;
  font-size: 16px;
}

.footer .relation h1{
  font-size: 18px;
  text-align: center;
  margin-bottom: 12px;
}

.footer .relation img{
  margin-right: 15px;
}

.footer .relation p{
  margin-bottom: 30px;
}

.footer .relation p:last-child{
  margin: 0;
}

.fixed_box{
	position: fixed;
	right:0;
	bottom:130px;
	width:50px;
	height:50px;
	z-index:999999;
}


#pager{
  padding-top: 30px !important;
  text-align: right !important;
  padding-right: 18px;
  padding-bottom: 35px;
  width: 100%;
  box-sizing: border-box;
}

#pager .laypage_next,#pager .laypage_prev{
  background: #009355;
  color: #fff;
}

.search_content{
  width: 1240px;
  margin: 0 auto;
}

.search_content .list_right{
  display: block;
  float: none;
  width: 1240px;
  margin: 0 auto;
}

.search_content .list_right_largrtitle{
  display: block;
  font-size: 18px;
  line-height: 66px;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 4px;
}

.search_content .list_right_largrtitle i{
  font-style: normal;
  color: #c7f7e3;
  font-size: 14px;
  margin-left: 14px;
}