a {
  color: #555;
}
img{
   vertical-align: middle;
}
ul,
li {
  list-style: none;
  cursor: pointer;
}
.item-box ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.item-box ul li {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.item-box ul li span:nth-child(1) {
  color: #545454;
}
.item-box ul li span:nth-child(2) {
  display: block;
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: -10px;
  color: #444;
}
.item-box ul li span:nth-child(2) a:hover {
  color: green;
}
.item-box ul li span:nth-child(2):hover {
  color: green;
}
.item-box ul li span:nth-child(3) {
  color: #999;
}
.ul-show1 {
  display: block;
}
.ul-show2 {
  display: none;
}
.content-box {
  width: 1200px;
  height: 324px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.content-box .content-item-box {
  width: 379px;
  height: 324px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-box .content-item-box .top-box {
  width: 100%;
  height: 44px;
  border-bottom: 2px solid #bfbfbf;
  display: flex;align-items: center;
      justify-content: space-between;
}
.content-box .content-item-box .top-box .more{
			font-size: 12px;
			background-color: #436C20;
			padding: 2px 10px;
			color: #fff;
			border-radius: 18px;
		}
.content-box .content-item-box .top-box span {
  display: block;
  width: 108px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-weight: 600;
  cursor: pointer;
}
.link-title {
  display: block;
  width: 108px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-weight: 600;
  cursor: pointer;
  background-color: #436b20;
  color: #fff;
  border-bottom: 2px solid #436b20;
}
.span-active {
  background-color: #436b20;
  color: #fff;
  border-bottom: 2px solid #436b20;
}
.span-active a {
  color: #fff;
}
.content-item-box .item-box {
  width: 100%;
  height: 254px;
  position: relative;
}
.content-item-box .item-box .controller-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content-item-box .item-box .controller-box .title {
  display: block;
  width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 16px;
}
.content-item-box .item-box:nth-child(2) img {
  display: block;
  width: 100%;
}
.content-item-box .item-box:nth-child(2) .top-li-box {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.content-item-box .item-box:nth-child(2) .top-li-box .column {
  width: 86px;
  height: 100%;
}
.content-item-box .jumpPage-box {
  width: 100%;
  height: 180px;
}
.content-item-box .jumpPage-box .hang-box {
  width: 100%;
  height: 50px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
.content-item-box .jumpPage-box .hang-box .hang-item-box {
  width: 180px;
  height: 100%;
  background-color: #444;
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  background-repeat: no-repeat;
}
.content-item-box .jumpPage-box .hang-box .hang-item-box .img-box {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-item-box .jumpPage-box .hang-box .hang-item-box .img-box img {
  display: block;
  width: 26px;
}
.round-box {
  width: 80px;
  height: 10px;
  display: flex;
  justify-content: space-between;
}
.round-box .round {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.round-active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d02c25;
}
.content-box2 {
  height: auto;
  flex-direction: column;
}
.content-box2 .content-top-box {
  width: 100%;
  height: 50px;
  background-color: #e9e9e9;
  display: flex;
}
.content-box2 .content-top-box span {
  display: block;
  width: 25%;
  height: 100%;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  color:#555
}
.content-box2 .content-top-box .active {
  background-color: #436B20;
  color: #fff;
}
.content-box2 .content-top-box .active a {
  color: #fff;
}
.content-box2 .content-bottom-box {
  width: 100%;
  margin-top: 20px;
}
.content-box2 .content-bottom-box .item-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  min-height: 186px;
}
.content-box2 .content-bottom-box .item-box-show {
  display: none;
}
.content-box4 {
  height: 106px;
  flex-direction: column;
  padding-bottom: 30px;
}
.content-box4 .content-item {
  width: 100%;
  height: 44px;
  border-bottom: 2px solid #bfbfbf;
}
.content-box4 .content-item .select-box {
  display: block;
  width: 360px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #d7d3d2;
  padding-left: 14px;
}
.content-box4 .content-item:nth-child(2) {
  border: none;
  display: flex;
  justify-content: space-between;
}

.content-box3{
	display: flex;
	height: 112px; 
	background-color: #F4F4F4; 
	border: 1px solid #d7d3d2;
}
.content-box3 .content-hd{
	width: 120px;
	padding: 32px 0;
	background-color: #436B20;
	color: #fff;
	text-align: center;
}
.content-box3 .content-hd a{
	color: #fff;
}
.content-box3 .content-hd a span{font-size: 12px; color: #B5C1AD;}
.picMarquee-left{ overflow:hidden; position:relative;flex: 1;    }
.picMarquee-left .hd{ display: none; }

.picMarquee-left .bd{ padding:20px 10px; }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:248px; height:70px; display:block; border:1px solid #DCDCDC; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }
.banner-box {
	
  	width:1200px;
	height: 315px;
	background: #ccc;
    margin:0 auto !important;
	img {
		width: 100%;
      	height:100%;
	}
 
}


.swiper-container {
	width: 100%;
	height: 100%;
}


.swiper-button-next {
	right: 70px !important;
}


.swiper-button-prev {
	left: 70px !important;
}



.swiper-pagination-bullet-active {
	background: #fff !important;
}

.albumBox .hd {
  	bottom: 10px !important;
}
.albumBox .bd ul{
    height: 253px !important;
}

.hang-item-box1{
	 background-image: url(../image/xt_bg1.jpg);
}
.hang-item-box2{
	background-image: url(../image/xt_bg2.jpg);		
}
.hang-item-box3{
	background-image: url(../image/xt_bg3.jpg);		
}
.hang-item-box4{
	background-image: url(../image/xt_bg4.jpg);		
}
.hang-item-box5{
	background-image: url(../image/xt_bg5.jpg);		
}
.hang-item-box6{
	background-image: url(../image/xt_bg6.jpg);		
}
		.mainBoxbg{
			background:#E7F2EE url(../image/bg7.jpg) no-repeat center 0;
		}
		.mainBox{
			padding:0 10px;
			width: 1200px;
			margin: 0 auto;
			background-color: #fff;
		}
