.carousel1 {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.carousel1 .slick-slide > a {
  display: block;
  background-color: #fff;
  position: relative;
}
.carousel1 .slick-slide .slick-img {
  display: block;
  height: 0;
  padding-bottom: 28.64%;
  overflow: hidden;
}
@media screen and (max-width:1480px) {
  .carousel1 .slick-txt2 {
    height: 70px;
  }
}
@media screen and (max-width:1240px) {
  .carousel1 .slick-txt2 {
    height: 60px;
  }
}
@media screen and (max-width:996px) {
  .carousel1 .slick-txt2 {
    height: 50px;
  }
}
/*Plugin CSS*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background: #f6f6f6;
  white-space: nowrap;
}
.str_wrap.str_active {
  background: #f1f1f1;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
.block-list103 {
  background: #eee;
  box-sizing: border-box;
  padding: 10px 0;
}
.block-list103 .seamScrolling li {
  display: inline-block;
}
.block-list103 .seamScrolling a {
  margin: 0 15px;
  color: #333;
  text-decoration: none;
}
.block-list103 .seamScrolling a:hover {
  color: #034523;
}
.block-list103 .str_wrap {
  background: none;
}
.block-list103 .str_wrap.str_active {
  background: none;
}
.gp-title1 {
  padding: 35px 0;
  text-align: center;
}
.gp-title1 h2 {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1;
  position: relative;
}
.gp-title1 h2 a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.gp-title1 h2 span {
  display: block;
  vertical-align: middle;
  color: #999;
  padding-top: 10px;
  text-transform: uppercase;
}
.gp-title1 h2 .gpColumnTitleIcon {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
}
.gp-title1 h2:before,
.gp-title1 h2:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #a6b4b4;
  position: absolute;
  top: 50%;
}
.gp-title1 h2:before {
  left: -55px;
}
.gp-title1 h2::after {
  right: -55px;
}
.carousel109 .gpCarousel {
  margin: 0 -45px;
}
.carousel109 .item {
  display: block;
  text-align: center;
  margin: 0 45px 40px;
}
.carousel109 .item .pic {
  position: relative;
  margin: 0 auto;
  padding-bottom: 100%;
  background: none;
}
.carousel109 .item .pic::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/carousel109_bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 4.5s linear;
}
.carousel109 .item .pic img {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  width: auto;
}
.carousel109 .item .pic img.img2,.carousel109 .item:hover .pic img.img1{display: none;}
.carousel109 .item:hover .pic img.img2{
  display: block;
}

.carousel109 .item:hover .pic::before {
  transform: rotate(360deg);
}
.carousel109 .item .info {
  margin-top: 25px;
}
.carousel109 .item .info .txt1 strong {
  line-height: 1;
  color: #bfbeac;
}
.carousel109 .item .info .txt1 span {
  color: #333333;
}
.carousel109 .item .info .title {
  margin-top: 10px;
  box-sizing: border-box;
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid #999;
  color: #999999;
}
.carousel109 .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
}
@media screen and (max-width:1366px) {
  .carousel109 .item .pic img {
    max-width: 55%;
  }
}
@media screen and (max-width:1200px) {
  .carousel109 .gpCarousel {
    margin: 0 -30px;
  }
  .carousel109 .item {
    margin: 0 30px 40px;
  }
}
@media screen and (max-width:996px) {
  .carousel109 .gpCarousel {
    margin: 0 -20px;
  }
  .carousel109 .item {
    margin: 0 20px 40px;
  }
  .carousel109 .item .pic img {
    max-width: 35%;
  }
}
@media screen and (max-width:768px) {
  .carousel109 .gpCarousel {
    margin: 0 -20px;
  }
  .carousel109 .item {
    margin: 0 20px 40px;
  }
}
@media screen and (max-width:479px) {
  .carousel109 .gpCarousel {
    margin: 0 -15px;
  }
  .carousel109 .item {
    margin: 0 15px 40px;
  }
}
.gp-title56 {
  display: flex;
  justify-content: space-between;
  align-items: center;position: relative;
}
.gp-title56 .more {
  color: #999999;
}
.gp-title56 .title span {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
}
.gp-title56 .title h2 {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.gp-title56 .title h2 a i {
  color: #034523;
  font-style: normal;
}
.carousel114 .item .gp-img-responsive {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.carousel114 .item .bottom {
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
}
.carousel114 .item .bottom .title {
  color: #333333;
  margin-bottom: 28px;
}
@media screen and (max-width: 996px) {
  .carousel114 .item .bottom .title {
    margin-bottom: 14px;
  }
}
.carousel114 .item .bottom .time {
  color: #034523;
}
.carousel114 .item .bottom .time i {
  display: inline-block;
  margin: 0 7px 0 0;
}
@media screen and (max-width: 996px) {
  .carousel114 .item .bottom {
    padding: 10px 15px 20px;
  }
}
.carousel114 .item .bottom::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  background: #034523;
  height: 2px;
}
.carousel114 .slick-dots {
  font-size: 0;
  left: auto;
  width: auto;
  bottom: 25px;
  right: 0;
  text-align: center;
}
.carousel114 .slick-dots li {
  width: 17px;
  height: 3px;
  margin: 0 0 0 7px;
}
.carousel114 .slick-dots li button {
  border-radius: 0;
  background: #cfa972;
}
.carousel114 .slick-dots li.slick-active button {
  background: #034523;
}
.carousel114:hover .bottom::after {
  width: 100%;
}
.carousel114:hover .title {
  color: #034523 !important;
}
.block-list5 div {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px 10px 15px;
  position: relative;
  transition: transform 0.35s ease-out;
  display: flex;
  align-items: center;
}
.block-list5 div:hover {
  transform: translateX(10px);
}
.block-list5 div::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #034523;
  position: absolute;
  left: 0;
  top: 40%;
  margin-top: -2.5px;
}
.block-list5 div >a {
  flex: 1;
  display: block;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list5 div >span {
  color: #666666;
  float: right;
  margin-left: 10px;
  order: 1;
}
.block-list86 li >div {
  overflow: hidden;
  padding: 26px 0;
  border-bottom: 1px solid #c9c9c9;
  display: flex;
}
.block-list86 li >div .date {
  /* background: #bfbeac; */
  /* color: #fff; */
  border: 1px solid #DEDEDE;
  width: 55px;
  height: 53px;color: #000;
  float: left;margin: 0 0 0 5px;
  text-align: center;
}
.block-list86 li >div .date .day {
  display: block;
  font-weight: normal;
  font-style: normal;
  line-height: 33px;
}
.block-list86 li >div .date .month {
  display: block;
  font-weight: normal;
  font-style: normal;
  line-height: 17px;
}
.block-list86 li >div a {
  display: block;
  color: #333;
  flex: 1;
  padding-left: 20px;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list379 {
  margin: 0 -15px;
  overflow: hidden;
}
.block-list379 li .gpTextArea {
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  flex-wrap: wrap;
  flex-direction: column;
}
.block-list379 li .gpTextArea .gp-ArtileImg {
  width: 120px;
  overflow: hidden;
  border: 1px dashed #fff;
  background: #fff;
  background-image: -moz-linear-gradient(-32deg, #c40806 0%, #e99a45 100%);
  background-image: -webkit-linear-gradient(-32deg, #c40806 0%, #e99a45 100%);
  background-image: -ms-linear-gradient(-32deg, #c40806 0%, #e99a45 100%);
  background-image: linear-gradient(-32deg, #c40806 0%, #e99a45 100%);
  background-origin: border-box;
  position: relative;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-list379 li .gpTextArea .gp-ArtileImg::before {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.block-list379 li .gpTextArea .gp-ArtileImg .gpImgSize {
  position: relative;
  z-index: 1;
  padding-bottom: 100%;
}
.block-list379 li .gpTextArea .gp-ArtileImg .gpImgSize img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
}
.block-list379 li .gpTextArea .gpArticleSummary {
  margin: 35px 0 25px;
  color: #034523;
  line-height: 1.3;
}
.block-list379 li .gpTextArea .title {
  line-height: 1.7;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .block-list379 li .gpTextArea {
    margin: 0 10px;
  }
  .block-list379 {
    margin: 0 -10px;
  }
}
.block-list183 a {
  display: block;
  margin: 0 30px;
}
.block-list183 a .gp-img-responsive {
  padding-bottom: 96.875%;
}
.block-list183 a .title {
  margin: 20px 0px;
  line-height: 1;
  height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .block-list183 a .title {
    font-size: 16px;
  }
}
.block-list201 {
  margin: 0 -35px;
  overflow: hidden;
}
.block-list201 li {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.block-list201 li a {
  display: block;
  margin: 0 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
}
.block-list201 li a .date {
  line-height: 2.14;
  color: rgba(51, 51, 51, 0.5);
}
.block-list201 li a p {
  line-height: 1.5;
  height: 48px;
  overflow: hidden;
  color: #333333;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-list201 li:hover {
  transform: translateX(5px);
}
.block-list201 li:hover p {
  color: #034523;
  font-weight: bold;
}
.block-list201 li:hover .date {
  color: #034523;
}
@media screen and (max-width: 996px) {
  .block-list201 {
    margin: 0 -15px;
  }
  .block-list201 li a {
    margin: 0 15px;
    padding-bottom: 20px;
  }
}
.tab10 >div {
  position: relative;
  display: flex;
}
.tab10 .boxTitle {
  width: 202px;
  /* background-color: #f6f6f6; */
}
.tab10 .boxTitle li {
  line-height: 24px;
  padding: 43px 0 37px;
  text-align: center;
  border-bottom: 1px solid #dadada;
  transition: all 0.2s ease;
  font-weight: 400;
}
.tab10 .boxTitle li:last-child {
  border-bottom: 0px;
}
.tab10 .boxTitle li a{padding-left: 28px;background: url(../images/list_ico11.png) no-repeat left center;}
.tab10 .boxTitle li:nth-child(2) a{background-image: url(../images/list_ico21.png);}
.tab10 .boxTitle li:nth-child(3) a{background-image: url(../images/list_ico31.png);}
.tab10 .boxTitle li:nth-child(4) a{background-image: url(../images/list_ico41.png);}
.tab10 .boxTitle li:nth-child(5) a{background-image: url(../images/list_ico51.png);}
.tab10 .boxTitle li:nth-child(6) a{background-image: url(../images/list_ico61.png);}

.tab10 .boxTitle li.on {background-color: #890600;color: #fff;}
.tab10 .boxTitle li.on a {color: #fff;background-image: url(../images/list_ico12.png);}
.tab10 .boxTitle li:nth-child(2).on a{background-image: url(../images/list_ico22.png);}
.tab10 .boxTitle li:nth-child(3).on a{background-image: url(../images/list_ico32.png);}
.tab10 .boxTitle li:nth-child(4).on a{background-image: url(../images/list_ico42.png);}
.tab10 .boxTitle li:nth-child(5).on a{background-image: url(../images/list_ico52.png);}
.tab10 .boxTitle li:nth-child(6).on a{background-image: url(../images/list_ico62.png);}

.tab10 .gpTabMore {
  display: none;
  position: absolute;
  right: 40px;
  top: 0px;
}
.tab10 .gpTabMore .gpTabMoreA {
  display: none;
}
.tab10 .boxList {
  flex: 1;
  padding: 46px 43px 0px 40px;
  background-color: #fff;
}
.tab10 .boxList .tabListBox {
  overflow: hidden;
  box-sizing: border-box;
}
.tab10 .boxList .tabListBox li {
  float: left;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.tab10 .boxList .tabListBox li a {
  display: block;
  /* margin: 0 35px; */
}
.tab10 .boxList .tabListBox li a .date {
  line-height: 2.14;
  color: rgba(51, 51, 51, 0.5);
}
.tab10 .boxList .tabListBox li a p {
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  color: #333333;
  margin: 9px 0 25px;
}
.tab10 .boxList .tabListBox .bottom a{transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.tab10 .boxList .tabListBox .bottom a:hover {
  transform: translateX(5px);
}
.tab10 .boxList .tabListBox li:hover p {
  color: #034523;
  font-weight: bold;
}
.tab10 .boxList .tabListBox li:hover .date {
  color: #034523;
}
@media screen and (max-width: 766px) {
  .tab10 div {
    display: block;
  }
  .tab10 .boxTitle {
    width: 100%;
  }
  .tab10 .boxTitle li {
    padding: 25px 0;
  }
  .tab10 .boxTitle li:nth-last-child(1),
  .tab10 .boxTitle li:nth-last-child(2) {
    border-bottom: none;
  }
  .tab10 .boxList {
    padding: 30px 20px 0px;
  }
  .tab10 .boxList .tabListBox li a {
    /* margin: 0; */
  }
}
@media screen and (max-width: 479px) {
  .tab10 .boxTitle li {
    font-size: 20px;
  }
  .tab10 .tabListBox p {
    margin-bottom: 10px !important;
  }
}
