* {
  font-family:Helvetica Neue, Helvetica, PingFang SC, 微软雅黑, Tahoma, Arial, sans-serif;
  padding: 0;
  margin: 0;
}
* input {
  background: none;
  outline: none;
  border: none;
}
* ul {
  padding: 0;
  margin: 0;
}
* li {
  list-style: none;
}
* a {
  color: #333333;
  text-decoration: none;
}
/*20220414 更新底部链接  开始*/
.link-word-box .link-word-box-item{
width:264px;
height:56px;
line-height:56px;
display:inline-block;
border-bottom:1px solid  #3b7653;
margin-right:30px;
}
.link-word-box .link-word-box-item a:hover{
 color:#3b7653;
}


/*20220414 更新底部链接  结束*/
.f-img ul li{
  display:inline-block;
  float:left;
  position:relative;
  width:60px;
  height:60px;
  background:rgba(255,255,255,0.11);
  border-radius:30px;
  margin-left:15px;
  cursor:pointer;
}
.f-img ul li:hover .f-box{
  display:block;
}
.f-img .f-icon{
  height:35px;
  margin-top:12px;
  margin-left:12px;
}
.f-box{
  display:none;
  background-color:#fff;
  width:255px;
  height:150px;
  position:absolute;
  bottom:80px;
  left:-20px;
  border-radius:6px;
}
.f-box-icon-one{
  width:130px;
}
.f-sanjiao{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #fff;
    position:absolute;
    top:144px;
    left:40px;
   
}
.f-code {
  display:inline-block;
  margin-top:10px;
  margin-left:15px;
  text-align:center;
  width:100px;
}
.f-code-name{
  display:block;
  text-align:center;
  font-size:13px;
}
.f-code img{
 width:100px;
 height:100px;
 display:inline-blcok;
}
.bencao-link{
  width:1200px;
  margin:0 auto;
  padding-bottom:60px;
}
.bencao-link a img{
  border-radius:6px;
}
.link_left{
  margin-left:16px;
  margin-top:10px;
}
.swiper-xuezi-container-boxline{
        width: 980px;
        height: 370px;
        padding: 5px;
        border: 5px solid #3b7653;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        border-radius: 7px;
    }
    .swiper-xuezi-container-boxline .swiper-container{
        width: 950px;
        height: 345px;
        padding: 10px;
        border: 2px solid #3b7653;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    .swiper-xuezi-container-boxline .swiper-slide img{
        width: 200px;
        height: 320px;
    }
    .swiper-xuezi-container-boxline .swiper-container .swiper-wrapper{
        -webkit-transition-timing-function: linear; /*之前是ease-out*/
        -moz-transition-timing-function: linear;
        -ms-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
    }
    .swiper-xuezi-container-boxline .xuezi-name{
        display: inline-block;
        width: 200px;
        height: 320px;
        text-align: center;
        margin-top: 5px;
        color: #000;
    }

.duocai-swiper{
    width:421px;
    height:285px;
    position:relative;
    overflow:hidden;
}
.duocai-button-prev,.duocai-button-next{
    width:40px;
    height:80px;
    background-color:#3b7653;
    position:absolute;
    z-index:100;
    top:35%;
    cursor:pointer;
    display:none;
    border-radius:5px;
}
.duocai-button-prev{
    left:12px;
    background-image:url('../image/shixun.png');
    background-size:26px 26px;
    background-repeat:no-repeat;
    background-position:center 50%;
}
.duocai-button-next{
    right:20px;
    background-image:url('../image/shixun.png');
    background-repeat:no-repeat;
    background-size:26px 26px;
    background-position:center 50%;
    transform:rotate(180deg);
}



.shixun-button-prev,.shixun-button-next{
    width:40px;
    height:80px;
    background-color:#3b7653;
    position:absolute;
    z-index:100;
    top:25%;
    cursor:pointer;
    display:none;
    border-radius:5px;
}
.shixun-button-prev{
    left:12px;
    background-image:url('../image/shixun.png');
    background-size:26px 26px;
    background-repeat:no-repeat;
    background-position:center 50%;
    
}
.shixun-button-next{
    right:20px;
    background-image:url('../image/shixun.png');
    background-repeat:no-repeat;
    background-size:26px 26px;
    background-position:center 50%;
    transform:rotate(180deg);
}
body {
  max-width: 1920px;
  min-width: 1220px;
  height: 100%;
  margin: 0 auto;
}
body .header {
  height: 592px;
  max-width: 1920px;
  min-width: 1220px;
  position: relative;
  margin: 0 auto;
}
body .header .h-top {
  height: 29px;
  position: absolute;
  top: -15px;
  z-index: 9;
}
body .header .h-top img {
  height: 29px;
  width: 100%;
}
body .header .banner {
  margin-top: 15px;
}
body .header .banner .swiper-container2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
body .header .banner .swiper-container2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
body .header .banner .swiper-container2 .swiper-pagination2 {
  position: absolute;
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: flex-end;
  justify-content: center;
  z-index: 2;
  margin-bottom: 20px;
}
body .header .banner .swiper-container2 .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  opacity: 1;
  background-color: #ffffff;
}
body .header .banner .swiper-container2 .swiper-pagination-bullet-active {
  color: #fff;
  background: #528B52;
}
body .header .h-logo-nav {
  width: 1220px;
  position: relative;
  margin: 0 auto;
  top: -555px;
  display: flex;
}
body .header .h-logo-nav .h-logo {
  width: 130px;
  height: 201px;
  position: relative;
  top: -70px;
  z-index: 9;
}
body .header .h-logo-nav .h-nav {
  position: relative;
  top: -10px;
  width: 800px;
  z-index: 9;
  left: 300px;
}
body .header .h-logo-nav .h-nav ul {
  display: table;
}
body .header .h-logo-nav .h-nav ul li:hover .erji {
  display: block;
}
body .header .h-logo-nav .h-nav ul li {
  display: table-cell;
}
body .header .h-logo-nav .h-nav ul li .erji {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  width: 710px;
  height: 120px;
  border-radius: 5px;
  left: 26px;
  top: 135px;
  padding: 15px 20px;
}
body .header .h-logo-nav .h-nav ul li .erji .erji_title {
  margin-bottom: 20px;
}
body .header .h-logo-nav .h-nav ul li .erji .erji_title .name,
body .header .h-logo-nav .h-nav ul li .erji .erji_title .name_lable {
  display: inline-block;
  text-transform:uppercase;
}
body .header .h-logo-nav .h-nav ul li .erji .erji_title .name {
  color: #3b7653;
  font-size: 20px;
  font-weight: bold;
}
body .header .h-logo-nav .h-nav ul li .erji .erji_title .name_lable {
  color: #999999;
  padding-left: 15px;
}
body .header .h-logo-nav .h-nav ul li .erji .erji_content {
  line-height: 32px;
  width: 584px;
}
body .header .h-logo-nav .h-nav ul li .erji .erji_content a {
  padding-right: 30px;
}
body .header .h-logo-nav .h-nav ul li .erji .erji_content a .erji_arrow_icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 1px;
  background-image: url(../image/erji_arrow_right.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 3px;
}
body .header .h-logo-nav .h-nav ul li .erji .erji_content a:hover {
  color: #3b7653;
}
body .header .h-logo-nav .h-nav ul li .erji .erji_content a:hover .erji_arrow_icon {
  background-image: url(../image/erji_arrow_right_hover.png);
}
body .header .h-logo-nav .h-nav ul li .erji .erji_logo {
  opacity: 0.75;
  position: absolute;
  right: 20px;
  top: 15px;
}
body .header .h-logo-nav .h-nav ul li .erji .erji_logo img {
  width: 120px;
  height: 120px;
}
body .header .h-logo-nav .h-nav ul li a .h-line {
  float: left;
  height: 120px;
  border-left: 4px solid #528B52;
  margin-top: -30px;
  position: absolute;
  top: 30;
  left: -10px;
}
body .header .h-logo-nav .h-nav ul li a .name_wrap {
  height: 130px;
  width:90px;
  text-align: center;
  border-left: 1px solid #528b52;
  box-sizing: border-box;
  padding-top: 30px;
}
body .header .h-logo-nav .h-nav ul li a .name_wrap .name {
  height: 120px;
  display: inline-block;
  font-size: 18px;
  color: #333;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
  text-align: left;
  font-weight: bold;
  letter-spacing:5px;
}
body .header .h-logo-nav .h-nav ul li a .name_wrap .name_lable {
  white-space: nowrap;
  height: 140px;
  display: inline-block;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 11px;
  color: #999999;
  text-align: left;
  text-transform:uppercase;
}
body .header .h-logo-nav .h-nav ul li a:hover .name {
  color: #528b52;
}
body .header .h-logo-nav .h-nav ul li:nth-child(8) {
  padding-right: 0;
}
body .bodys {
  min-height: 3129px;
  background-image: url(../image/body-bg3.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0 auto;
}
body .bodys .f-clock {
  display: block;
  margin: 0 auto;
  margin-top: 45px;
  width: 105px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .bodys .f-clock .clock {
  width: 46px;
  height: 46px;
  background-image: url(../image/clock.png);
}
body .bodys .f-clock .f-word {
  font-size: 14px;
  font-weight: bold;
}
body .bodys .h-search {
  width: 1185px;
  height: 460px;
  margin: 0 auto;
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
}
body .bodys .h-search a:hover {
  color: #3b7653;
}
body .bodys .h-search .s-left {
  width: 140px;
  height: 385px;
  background-image: url(../image/bencaoshixun.png);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  margin-top: 10px;
}
body .bodys .h-search .s-left .shixun-word {
  font-size: 37px;
  font-weight: bold;
  width: 37px;
  color: #3b7653;
  margin-right: 30px;
  margin-bottom: 90px;
  line-height: 45px;
}
body .bodys .h-search .s-center {
  margin-left: -50px;
  width: 515px !important;
  height: 460px !important;
  overflow:hidden;
  position:relative;
}
body .bodys .h-search .s-center .b-contant .b-first {
  margin: 6px 0;
  height: 35px;
  font-weight: bold;
}
body .bodys .h-search .s-center .b-contant .b-first span:nth-child(1) {
  font-size: 28px;
}
body .bodys .h-search .s-center .b-contant .b-first span:nth-child(2) {
  font-size: 16px;
  color: #999999;
}
body .bodys .h-search .s-center .b-contant .b-second {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 4px 0;
  height: 28px;
  font-size: 20px;
  font-weight: bold;
}
body .bodys .h-search .s-center .b-contant .b-line {
  border-top: 4px solid #3b7653;
  width: 69px;
}
body .bodys .h-search .s-center .b-contant .b-third {
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .bodys .h-search .s-right {
  width: 460px;
  height: 460px;
  box-sizing: border-box;
}
body .bodys .h-search .s-right .s-top {
  margin: 20px 0;
  display: flex;
  width: 460px;
  height: 56px;
}
body .bodys .h-search .s-right .s-top .search-box {
  height: 46px;
  width: 360px;
  border: 3px solid #3b7653;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
body .bodys .h-search .s-right .s-top .search-box {
  display: flex;
  align-items: center;
}
body .bodys .h-search .s-right .s-top .search-box input {
  margin-left: 10px;
}
body .bodys .h-search .s-right .s-top .search-btn {
  height: 52px;
  width: 80px;
  background-color: #3b7653;
  text-align: center;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .bodys .h-search .s-right .s-top .search-btn img {
  width: 35px;
  height: 35px;
}
body .bodys .h-search .s-right .sb-center {
  width: 430px;
}
body .bodys .h-search .s-right .sb-center .s-contant .s-first {
  margin: 6px 0;
  height: 35px;
  font-weight: bold;
}
body .bodys .h-search .s-right .sb-center .s-contant .s-first span:nth-child(1) {
  font-size: 28px;
}
body .bodys .h-search .s-right .sb-center .s-contant .s-first span:nth-child(2) {
  font-size: 16px;
  color: #999999;
}
body .bodys .h-search .s-right .sb-center .s-contant .s-second {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 4px 0;
  height: 28px;
  font-size: 20px;
  font-weight: bold;
}
body .bodys .h-search .s-right .sb-center .s-contant .s-line {
  border-top: 4px solid #3b7653;
  width: 69px;
}
body .bodys .h-search .s-right .sb-center .s-contant .s-third {
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .bodys .h-search .s-right .s-bottom {
  width: 450px;
}
body .bodys .h-search .s-right .s-bottom a:hover {
  color: #3b7653;
}
body .bodys .h-search .s-right .s-bottom .same:nth-child(1){
   border-top: 1px dashed #acacac;
}
body .bodys .h-search .s-right .s-bottom .same {
  height: 63px;
  line-height: 63px;
  border-bottom: 1px dashed #acacac;
  font-size: 16;
  color: #333333;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
body .bodys .h-search .s-right .s-bottom .same .time {
  width: 60px;
}
body .bodys .h-search .s-right .s-bottom .same .s-neirong {
  width: 380px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .bodys .f-clock:hover {
  color: #3b7653;
}
body .bodys .f-clock:hover .clock {
  background-image: url(../image/f-clock.png);
}
body .bodys .notice {
  width: 1185px;
  height: 360px;
  margin: 0 auto;
  margin-top: 65px;
  box-sizing: border-box;
  display: flex;
}
body .bodys .notice .notice_items {
  width: 418px;
  height: 360px;
}
body .bodys .notice .notice_items li:nth-child(4) {
  margin-bottom: 0;
}
body .bodys .notice .notice_items li {
  height: 68px;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
}
body .bodys .notice .notice_items li dl {
  width: 67px;
  height: 68px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #3b7653;
  border-radius: 10px;
}
body .bodys .notice .notice_items li dl dt {
  height: 34px;
  line-height: 34px;
  background-color: #3b7653;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #ffffff;
  font-size: 20;
  font-weight: bold;
}
body .bodys .notice .notice_items li dl dd {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 34px;
  line-height: 34px;
  background-color: #ffffff;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #333333;
}
body .bodys .notice .notice_items li a {
  width: 340px;
  color: #333333;
  font-size: 16px;
  margin-left:10px;
}
body .bodys .notice .notice_items li a:hover {
  color: #3b7653;
}
body .bodys .notice .hehua {
  margin-top: 35px;
  height: 211px;
  width: 153px;
}
body .bodys .notice .tongzhi {
  width: 139px;
  height: 374px;
  background-image: url(../image/tongzhigonggao.png);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
}
body .bodys .notice .tongzhi .tongzhi-word {
  font-size: 37px;
  font-weight: bold;
  width: 37px;
  color: #3b7653;
  margin-right: 30px;
  margin-bottom: 35px;
  line-height: 45px;
}
body .bodys .h-clock {
  margin: 0 auto;
  margin-top: 90px;
  width: 105px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .bodys .h-clock img {
  width: 46px;
  height: 46px;
}
body .bodys .h-clock .h-word {
  font-size: 14px;
  font-weight: bold;
}
body .bodys .actives {
  width: 1185px;
  height: 543px;
  margin: 0 auto;
  margin-top: 55px;
  display: flex;
}
body .bodys .actives .huodong {
  width: 115px;
  height: 370px;
  background-image: url(../image/huodong.png);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  margin-top: 57px;
}
body .bodys .actives .huodong .huodong-word {
  font-size: 37px;
  font-weight: bold;
  width: 37px;
  color: #3b7653;
  margin-right: 13px;
  margin-bottom: 90px;
  line-height: 45px;
}
body .bodys .actives .banner1 {
  margin-left: 20px;
  width: 1050px;
  height: 533px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .bodys .actives .active-left {
  width: 36px;
  height: 36px;
  border: 2px solid #999999;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .bodys .actives .active-left img {
  width: 7px;
  height: 14px;
}
body .bodys .actives .active-left:hover {
  background-color: #3b7653;
  width: 36px;
  height: 36px;
  border: 2px solid #3b7653;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .bodys .actives .active-left:hover img {
  width: 7px;
  height: 14px;
}
body .bodys .actives .active-contents {
  width: 933px;
  height: 533px;
  border: 5px solid #3b7653;
  border-radius: 8px;
  margin: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .bodys .actives .active-contents .active-box {
  width: 920px;
  height: 523px;
  border: 2px solid #528b52;
  display: flex;
  align-items: center;
}
body .bodys .actives .active-contents .active-box .word1 {
  width: 30px;
  font-size: 30px;
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  line-height: 38px;
}
body .bodys .actives .active-contents .active-box .word2 {
  width: 20px;
  font-size: 14px;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  float: left;
  margin-top: 40px;
  margin-left: 5px;
}
body .bodys .actives .active-contents .active-box .center {
  float: left;
  width: 162px;
  margin-left: -15px;
  height: 50px;
  font-size: 18px;
  margin-top: 235px;
}
body .bodys .actives .active-contents .active-box .word3 {
  float: right;
  margin-top: 338px;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 14px;
  width: 14px;
  font-weight: bold;
  line-height: 50px;
}
body .bodys .actives .active-contents .active-box .word3 .detail {
  color: #ffffff;
}
body .bodys .actives .active-contents .active-box .word4 {
  border-left: 1px solid #ffffff;
  height: 57px;
  float: right;
  margin-top: 414px;
  margin-right: 10px;
}
body .bodys .actives .active-contents .active-box .swiper-container1 {
  width: 100%;
  overflow: hidden;
}
body .bodys .actives .active-contents .active-box .swiper-container1 .swiper-wrapper {
  overflow: hidden;
}
body .bodys .actives .active-contents .active-box .swiper-container1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow:hidden;
  border-radius:8px;
}
body .bodys .actives .active-contents .active-box .append-buttons a {
  display: inline-block;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}
body .bodys .actives .active-contents .active-box .guoyi {
  width: 261px;
  height: 471px;
  background-image: url(../image/guoyi.png);
  color: #ffffff;
}
body .bodys .actives .active-contents .active-box .guoyi::after {
  content: "";
  clear: both;
  display: block;
}
body .bodys .actives .active-contents .active-box .load {
  width: 261px;
  height: 471px;
  background-image: url(../image/load.png);
  color: #ffffff;
}
body .bodys .actives .active-contents .active-box .load::after {
  content: "";
  clear: both;
  display: block;
}
body .bodys .actives .active-contents .active-box .education {
  width: 261px;
  height: 471px;
  background-image: url(../image/education.png);
  color: #ffffff;
}
body .bodys .actives .active-contents .active-box .education::after {
  content: "";
  clear: both;
  display: block;
}
body .bodys .actives .active-right {
  width: 36px;
  height: 36px;
  border: 2px solid #999999;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .bodys .actives .active-right img {
  width: 7px;
  height: 14px;
  transform: rotate(180deg);
}
body .bodys .actives .active-right:hover {
  background-color: #3b7653;
  width: 36px;
  height: 36px;
  border: 2px solid #3b7653;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .bodys .actives .active-right:hover img {
  width: 7px;
  height: 14px;
}
body .bodys .d-clock {
  margin: 0 auto;
  margin-top: 34px;
  width: 105px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .bodys .d-clock img {
  width: 46px;
  height: 46px;
}
body .bodys .d-clock .d-word {
  font-size: 14px;
  font-weight: bold;
}
body .bodys .party {
  width: 1200px;
  height: 586px;
  margin: 0 auto;
  margin-top: 103px;
  display: flex;
  justify-content: space-between;
}
body .bodys .party .party-box {
  width: 1050px;
  height: 586px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
  flex-wrap: wrap;
}
body .bodys .party .party-box .party-same {
  width: 495px;
  height: 283px;
  display: flex;
  justify-content: space-between;
}
body .bodys .party .party-box .party-same img {
  width: 421px;
  height: 285px;
}
body .bodys .party .party-box .party-same .party-other {
  display: flex;
  align-items: flex-end;
  height: 130px;
  font-size: 24px;
  font-weight: bold;
}
body .bodys .party .party-box .party-same .party-other img {
  width: 26px;
  height: 26px;
}
body .bodys .party .party-box .party-same .party-other .zuo-word {
  margin: 0 4px;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
body .bodys .party .party-box .party-same .party-left {
  margin-top: -8px;
}
body .bodys .party .party-box .party-same .party-right {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  height: 130px;
  font-size: 24px;
  font-weight: bold;
}
body .bodys .party .duocai {
  width: 115px;
  height: 370px;
  background-image: url(../image/duocai.png);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  margin-top: 57px;
}
body .bodys .party .duocai .duocai-word {
  font-size: 37px;
  font-weight: bold;
  width: 37px;
  color: #3b7653;
  margin-right: 13px;
  margin-bottom: 90px;
  line-height: 45px;
}
body .bodys .w-clock {
  margin: 0 auto;
  margin-top: 40px;
  width: 105px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .bodys .w-clock img {
  width: 46px;
  height: 46px;
}
body .bodys .w-clock .w-word {
  font-size: 14px;
  font-weight: bold;
}
body .bodys .wisdom {
  width: 1190px;
  height: 445px;
  margin: 0 auto;
  margin-top: 46px;
  display: flex;
}
body .bodys .wisdom .zhihui {
  width: 139px;
  height: 380px;
  background-image: url(../image/zhihui.png);
  display: flex;
  align-items: center;
  justify-content: center;
}
body .bodys .wisdom .zhihui .zhihui-word {
  font-size: 37px;
  font-weight: bold;
  width: 37px;
  color: #3b7653;
  margin-right: 13px;
  margin-bottom: 60px;
  line-height: 45px;
}
body .bodys .wisdom .bottom_active {
  letter-spacing: 0.2em;
  background-image: url(../image/w-qizi.png);
  width: 72px;
  height: 235px;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 20px;
  color: #fdfbe6;
  margin-top: 15px;
  margin-left: 10px;
  display: none;
}
body .bodys .wisdom .bottom_active span {
  margin-top: 28px;
  margin-right: 22px;
  position: relative;

}
body .bodys .wisdom .wisdom_box1:hover .bottom,
body .bodys .wisdom .wisdom_box2:hover .bottom,
body .bodys .wisdom .wisdom_box3:hover .bottom,
body .bodys .wisdom .wisdom_box4:hover .bottom {
  display: none;
}
body .bodys .wisdom .wisdom_box1:hover .bottom_active,
body .bodys .wisdom .wisdom_box2:hover .bottom_active,
body .bodys .wisdom .wisdom_box3:hover .bottom_active,
body .bodys .wisdom .wisdom_box4:hover .bottom_active {
  display: block;
  position: relative;
  right: 8px;
  display: flex;
  text-align:center;
}
body .bodys .wisdom .wisdom_box4:hover .bottom_active {
  display: block;
  position: relative;
  right: -3px;
  display: flex;
  text-align:center;
}
body .bodys .wisdom .wisdom_box1 {
  margin-top: 115px;
  margin-left: 90px;
  width: 74px;
}
body .bodys .wisdom .wisdom_box1 .top {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid #854f2d;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .bodys .wisdom .wisdom_box1 .top img {
  width: 29px;
  height: 32px;
}
body .bodys .wisdom .wisdom_box1 .bottom {
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  margin-top: 15px;
}
body .bodys .wisdom .wisdom_box1 .bottom span:nth-child(1) {
  font-size: 20px;
  color: #333333;
  margin-left: 5px;
  letter-spacing: 0.2em;
}
body .bodys .wisdom .wisdom_box1 .bottom span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
body .bodys .wisdom .wisdom_box2 {
  width: 74px;
  margin-top: 185px;
  margin-left: 205px;
}
body .bodys .wisdom .wisdom_box2 .top {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid #e95d14;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .bodys .wisdom .wisdom_box2 .top img {
  width: 33px;
  height: 35px;
}
body .bodys .wisdom .wisdom_box2 .bottom {
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  margin-top: 15px;
}
body .bodys .wisdom .wisdom_box2 .bottom span:nth-child(1) {
  font-size: 20px;
  color: #333333;
  margin-left: 5px;
  letter-spacing: 0.2em;
}
body .bodys .wisdom .wisdom_box2 .bottom span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
body .bodys .wisdom .wisdom_box3 {
  width: 90px;
  margin-left: 210px;
  margin-top: 120px;
}
body .bodys .wisdom .wisdom_box3 .top {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid #e95d14;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .bodys .wisdom .wisdom_box3 .top img {
  width: 33px;
  height: 35px;
}
body .bodys .wisdom .wisdom_box3 .bottom {
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  margin-top: 15px;
}
body .bodys .wisdom .wisdom_box3 .bottom span:nth-child(1) {
  font-size: 20px;
  color: #333333;
  margin-left: 5px;
  letter-spacing: 0.2em;
}
body .bodys .wisdom .wisdom_box3 .bottom span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
body .bodys .wisdom .wisdom_box4 {
  width: 74px;
  margin-left: 190px;
  margin-top: 180px;
}
body .bodys .wisdom .wisdom_box4 .top {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid #ff0000;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .bodys .wisdom .wisdom_box4 .top img {
  width: 35px;
  height: 35px;
}
body .bodys .wisdom .wisdom_box4 .bottom {
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 25px;
  margin-top: 15px;
}
body .bodys .wisdom .wisdom_box4 .bottom span:nth-child(1) {
  font-size: 20px;
  color: #333333;
  margin-left: 5px;
  letter-spacing: 0.2em;
}
body .bodys .wisdom .wisdom_box4 .bottom span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
body .footer {
  position: relative;
  height: 335px;
  width: 100%;
  background-image: url(../image/footer-bg.png);
}
body .footer .footer-word {
  margin: 0 auto;
  padding-top: 80px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
body .footer .footer-word .big {
  height: 86px;
  color: #ffffff;
  font-size: 16px;
}
body .footer .footer-word .big div {
  margin: 10px 0;
}
body .footer .footer-word .f-img {
  height: 135px;
  width: 422px;
  display: flex;
  justify-content: space-between;
}
body .footer .footer-word .f-img a {
  width: 106px;
  height: 135px;
  color: #ffffff;
  text-align: center;
}
body .footer .footer-word .f-img a img {
  width: 106px;
  height: 106px;
}
body .footer .footer-word .f-img a span {
  font-size: 14px;
  height: 20px;
}
body .footer .footer-copyright {
  position: absolute;
  bottom: 0;
  background-image: url(../image/copy-right.png);
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  width: 100%;
  color: #ffffff;
  height: 54px;
  font-size: 14px;
  text-align: center;
  line-height: 54px;
}