@font-face {
  font-family: 'sySong';
  src: url('/gh/fonts/sySong.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.banner-box {
  position: relative;
  padding-top: 43%;
  overflow: hidden;
  top: 192px;
  /* margin-top: 43%; */
  margin-bottom: 30px;
}

.banner {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* overflow: hidden; */
}

.banner img {
  display: block;
  width: 100%;
}

.banner .slick-prev {
  width: 30px;
  height: 41px;
  background: url(/gh/images/bal.png) no-repeat center center;
  background-size: cover;
  left: 128px;
  z-index: 9;
}

.banner .slick-next {
  width: 30px;
  height: 41px;
  background: url(/gh/images/bar.png) no-repeat center center;
  background-size: cover;
  right: 128px;
  z-index: 9;
}

.banner .slick-dots {
  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  height: 30px;
}

.banner .slick-dots li {
  width: 28px;
  height: 6px;
  margin: 0 10px;
  background: #f2f2f2;
  border-radius: 4px;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-dots li.slick-active {
  background: #FFE100;
}

/*  */
.intit {
  margin-bottom: 25px;
  line-height: 60px;
  position: relative;
  border-bottom: #E5E5E5 1px solid;
}



.intit h4 {
  font-size: 30px;
  display: block;
  padding: 0;
  position: relative;
  width: 140px;
  color: #333333;
  text-align: left;
  font-weight: normal;
  line-height: 60px;
  height: 70px;
  padding-left: 0;
}

.intit h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/gh/images/titlebg.png);
  width: 127px;
  height: 4px;
}



.intit .more {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  transition: all 0.3s;
  line-height: 65px;
}

.intit .more a {
  position: relative;
  font-size: 16px;
  color: #999;
}

.intit .more:hover {
  right: 2px;
  transition: all 0.3s;

}

.intit .more:hover a {
  color: #B40C12;
}



.index {
  background: url(/gh/images/indexbodybg.png) center no-repeat;
  background-size: 100% 100%;
}

.index .section1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.index .section1 .s1tit {
  text-align: center;
  font-size: 32px;
  /* font-weight: bold; */

  line-height: 32px;
  color: #333333;
}

.s1l {
  float: left;
  width: 755px;
  margin-right: 65px;
  margin-top: 0;
}

.picnews {
  background: url(/gh/images/picnewsbg.png) center no-repeat;
  background-size: 100% 100%;
  height: auto;
  overflow: hidden;
  padding: 15px 0 20px 0;
}

.newlistt {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}

.newlistt ul {}

.newlistt li {
  border: 1px solid #E5E5E5;
  float: left;
  border-bottom: #B40C12 2px solid;
  padding: 20px;
  width: 32%;
  transition: all 0.3s;
}

.newlistt li span {
  display: block;
  font-weight: 400;
  color: #B40C12;
  line-height: 40px;
}

.newlistt li p {
  line-height: 27px;
  height: 50px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}

.newlistt li a {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  display: block;
}

.newlistt li:hover {
  background: #B40C12;
  transition: all 0.3s;
}

.newlistt li:hover a {
  color: #fff;
}

.newlistt li:hover span {
  color: #fff;
}

.s1l a {
  display: block;
  position: relative;
}

.s1l a .pic {
  padding-top: 40%;
  width: 440px;
}

.s1l a .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
object-fit: cover;
}

.s1l a .pic>img:hover {
  width: 105% !important;
  height: 105% !important;
}

.s1l a .text {
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: 0; */
  padding: 20px 20px;
  float: right;
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
}

.s1l a .text h4 {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-weight: bold;
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
}

.s1l a .text p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
}

.s1l a .text span {
  font-size: 15px;
  color: #888;
  line-height: 30px;
  margin-bottom: 10px;
  height: auto;
  overflow: hidden;
  display: block;
}

.s1l a .text span i {
  font-style: normal;
  font-size: 30px;
  color: #AD0F19;
}

.s1l .slick-dots {
  width: auto;
  right: 17%;
  bottom: 27px;
  height: 20px;
}

.s1l .slick-dots li {
  width: 20px;
  height: 3px;
  margin: 0 4px;
  border-radius: 5px;
  background: #C4C4C4;
}

.slick-dots li button {
  display: none;
}

.s1l .slick-dots li.slick-active {
  background: #B40C12;
  width: 20px;
  border-radius: 4px;
}

.s1r .s1rm {
  margin-bottom: 10px;
}

.s1r .s2rm li a {
  background: url(/gh/images/ico_listtz.png) left center no-repeat !important;
  padding-left: 18px;
}

.s1r {
  overflow: hidden;
  margin-top: 0;
}


.srtit {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.srtit h4 {
  text-align: center;
  font-size: 42px;
  font-weight: normal;
  line-height: 60px;
  color: #333333;
  font-weight: bold;
  font-family: 'sySong';
}

.srtit h4 i {
  font-style: normal;
  color: #b30203;
}

.srtit h4 span {
  font-weight: normal;
  font-size: 18px;
  color: #aaaaaa;
  margin-left: 18px;
}

.srtit a {
  text-transform: uppercase;
  font-size: 16px;
  color: #666666;
  position: absolute;
  top: 45%;
  right: 0;
  transform: translateY(-50%);
  background: url() left center no-repeat;
  padding-left: 30px;
}

.srtit a:hover {
  color: #0e763a;
}

/**/
.date_list {
  overflow: hidden;
  margin-top: -10px;
}

.date_list ul li {
  margin-top: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  border-bottom: #dcdcdc 1px dotted;
  padding: 20px 0;
}

.date_list ul li a {
  display: block;
  transition: all 0.3s;
  height: auto;
  overflow: hidden;
}

.date_list ul li:first-child {
  height: auto;
  /* padding-top: 0; */
}

.date_list ul li:last-child {
  /* border: none; */
}

.date_list ul li .date {
  float: left;
  width: 90px;
  height: 60px;
  border-right: 1px solid #dddddd;
  text-align: center;
  margin-right: 20px;
  transition: all 0.3s;
}

.date_list ul li .date p {
  font-size: 30px;
  font-weight: normal;
  color: #AD0F19;
  margin-top: 0;
  line-height: 35px;
  transition: all 0.3s;
}

.date_list ul li .date span {
  display: block;
  font-size: 15px;
  color: #888888;
  transition: all 0.3s;
}

.date_list ul li .rtx {
  overflow: hidden;
  height: 60px;
}

.date_list ul li .rtx h3 {
  font-size: 18px;
  line-height: 29px;
  margin-top: 0;
  color: #111;
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  overflow: hidden;
  word-break: break-all;
  transition: all 0.3s;
  font-weight: normal;
}

.date_list ul li .rtx p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  display: none;
}

.date_list ul li:hover {
  background: #B40C12;
  padding-left: 15px;
  padding-right: 15px;
}

.date_list ul li:hover .date {
  border-color: #fff;
}

.date_list ul li:hover p {
  color: #fff;
}

.date_list ul li:hover .date span {
  color: #fff;
}

.date_list ul li:hover .rtx h3 {
  color: #fff;
}



.section2 {
  height: auto;
  overflow: hidden;
  padding-bottom: 40px;
}

.s2l {
  float: left;
  width: 580px;
  margin-right: 40px;
  margin-top: 0;
}

.s2r {
  overflow: hidden;
  margin-top: 0;
}

/*  */
.listd {
  padding: 0;
}

.listd>ul>li {
  position: relative;
  line-height: 32px;
  padding-left: 20px;
  padding-right: 100px;
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
}

.listd>ul>li .date {
  font-size: 16px;
  color: #fff;
  background: #b40c12;
  height: 32px;
  text-align: center;
  line-height: 32px;
  padding: 0 2.85%;
  border-radius: 20px;
  float: left;
}

.listd>ul>li .date .rq {
  font-size: 18px;
  padding-right: 8px;
}

.listd>ul>li:hover .date {
  background: #b90509;
  color: #fff;
}

.listd>ul>li>a {
  font-size: 18px;
  color: #333;
  padding-left: 15px;
  line-height: 32px;
  display: block;
  width: calc(100% - 125px);
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
  white-space: nowrap;
}

.listd>ul>li:hover>a {
  font-weight: 700;
  color: #b90509;
}

.listd>ul>li>span {
  font-size: 14px;
  color: #b90509;
  background: #f6e1e1;
  height: 38px;
  text-align: center;
  line-height: 38px;
  padding: 0 3.5%;
  border-radius: 20px;
  float: left;
}

/*  */
.listq {
  padding: 0px;
}

.listq>ul>li {
  position: relative;
  line-height: 32px;
  padding-left: 20px;
  padding-right: 100px;
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
}

.listq>ul>li .date {
  font-size: 16px;
  color: #999;
  /* background: #f6e1e1; */
  height: 32px;
  text-align: center;
  line-height: 32px;
  padding: 0 2.85%;
  border-radius: 20px;
  float: right;
}

.listq>ul>li .date .rq {
  font-size: 18px;
  padding-right: 8px;
}

.listq>ul>li:hover .date {
  background: #b90509;
  color: #fff;
}

.listq>ul>li>a {
    font-size: 18px;
    color: #333;
    padding-left: 25px;
    line-height: 32px;
    display: block;
    width: calc(100% - 123px);
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
    white-space: nowrap;
    background: url(/gh/images/ico_001.png) left center no-repeat;
}

.listq>ul>li:hover>a {
  font-weight: 700;
  color: #b90509;
}

.listq>ul>li>span {
  font-size: 14px;
  color: #b90509;
  background: #f6e1e1;
  height: 38px;
  text-align: center;
  line-height: 38px;
  padding: 0 3.5%;
  border-radius: 20px;
  float: left;
}






.ilist ul li {
  line-height: 48px;
  font-size: 16px;
  position: relative;
  left: 0;
  color: #333333;
  padding-left: 15px;
}

.ilist ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f6920e;
  border-radius: 50%;
  left: 0;
  top: 45%;
  transform: translateY(0%);
}

.ilist ul li:last-child {
  border: none;
}

.ilist ul li a {
  font-size: 16px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
  padding-right: 98px;
}

.ilist ul li span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #999999;
  font-size: 14px;
  line-height: 14px;
  padding-left: 6px;
}

.ilist ul li:hover a {
  color: #b30203;
  font-weight: bold;
}

.ilist ul li:hover span {
  color: #333;
}

.ilist ul li:hover::before {
  background: #b30203;
}

.ilist3 {}

.ilist3 ul li {
  padding-left: 25px !important;
}

.ilist3 ul li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url() left center no-repeat;
  border-radius: 0;
  left: 0;
  top: 30%;
  transform: translateY(0%);
}

.ilist ul li:hover::before {
  background: url() left center no-repeat;
}

.section3 {
  margin-bottom: 80px;
}

.s2b {}

.s2b ul {
  margin-right: -40px;
  margin-left: -40px;
}

.s2b ul li {
  margin-left: 40px;
  margin-right: 40px;
  transition: all 0.3s;
  border: #eeeeee 1px solid;
  border-top-right-radius: 50px;
  overflow: hidden;
}

.s2b ul li a .pic:hover {
  /* box-shadow: 0px 0px 10px 0px rgba(34, 24, 21, 0.3); */
}

.s2b ul li a {
  display: block;
}

.s2b ul li a .pic {
  padding-top: 62.7%;
  /* transition: all 1s; */

  /* box-shadow: 0px 3px 10px 0px rgba(34, 24, 21, 0.3); */
}

.s2b ul li a .pic:hover {
  box-shadow: 0px 1px 6px rgba(34, 24, 21, 0.3);
}

.s2b ul li .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.s2b ul li .pic>img:hover {
  width: 105% !important;
  height: 105% !important;
}

.s2b ul li .text {
  border-top: #eeeeee 1px solid;
  padding-left: 22px;
  padding-right: 22px;
  background-color: #fbfbfb;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.3s;
}

.s2b ul li .text h2 {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  color: #333333;
  min-height: 60px;
  position: relative;
  padding-bottom: 10px;
  transition: all 0.3s;
}

.s2b ul li .text h2::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #0d7539;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}


.s2b ul li .text p {
  padding: 10px 0;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  max-height: 87px;
  overflow: hidden;
  text-align: justify;
  transition: all 0.3s;
}

.s2b ul li:hover .text {
  background: #0d7539;
  border-top: #0d7539 1px solid;
  transition: all 0.3s;
}

.s2b ul li:hover h2 {
  color: #ffffff;
  transition: all 0.3s;
}

.s2b ul li:hover h2::after {
  background: #fff;
  transition: all 0.3s;
}

.s2b ul li:hover p {
  color: #ffffff;
  transition: all 0.3s;
}

.s2b .slick-prev {
  width: 30px;
  height: 60px;
  background: url(/gh/images/ky_slider_right.png) no-repeat center center #d6d6d6;
  left: -3%;
  z-index: 9;
  transition: all 0.3s;
}

.s2b .slick-next {
  width: 30px;
  height: 60px;
  background: url(/gh/images/ky_slider_left.png) no-repeat center center #d6d6d6;
  right: -3%;
  z-index: 9;
  transition: all 0.3s;
}

.s2b .slick-prev:hover,
.s2b .slick-next:hover {
  background-color: #0d7539;
  transition: all 0.3s;
}

.listtop {
  border-bottom: #d2d2d2 1px solid;
  padding: 10px 0;
  margin-bottom: 10px;
}

.listtop:hover h3 {
  color: #b30203;
}

.listtop h3 {
  color: #333;
  font-size: 18px;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.listtop p {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.listtop span {
  font-size: 14px;
  line-height: 30px;
  text-align: right;
  display: block;
  color: #b30203;
}

.listtop span i {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
}

.date_list2 {}

.date_list2 ul {}

.date_list2 ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: #bfbfbf 1px dashed;
  /* margin-bottom: 15px; */
}

.date_list2 ul li:last-child {
  border-bottom: none !important;
}

.date_list2 ul li a {
  height: auto;
  overflow: hidden;
}

.date_list2 ul li span {
  display: block;
  width: 80px;
  padding: 2px 0;
  box-sizing: border-box;
  float: left;
  text-align: right;
}

.date_list2 ul li span i {
  width: 100%;
  display: block;
  text-align: right;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}

.date_list2 ul li span i:nth-child(1) {
  color: #999999;
  font-size: 16px;
}

.date_list2 ul li span i:nth-child(2) {
  font-size: 24px;
  color: #333333;
}

.date_list2 .text {
  overflow: hidden;
  padding-left: 20px;
}

.date_list2 .text h2 {
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #333;
  font-weight: normal;
  margin: 0px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.date_list2 .text p {
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.date_list2 ul li:hover {
  border-bottom: #b30203 1px dashed;
}

.date_list2 ul li:hover span i {
  color: #b30203;
  font-weight: bold;
}


.date_list2 ul li:hover .text h2 {
  color: #b30203;
  font-weight: bold;
}

.date_list2 ul li:hover .text p {
  color: #222;
}

/* section4 */
.section4 {
  background: url(/gh/images/section4bg.png) #edf2f6;
  padding: 50px 0;
}

.sbsbox {}

.sbsbox ul {}

.sbsbox li {
  width: 33.33333%;
  float: left;
  margin: 0;
  overflow: hidden;
  transition: all 0.3s;
  padding: 0 0;
}


.sbsbox li:hover img {
  transform: rotateY(180deg);
}

.sbsbox li a {
  padding: 0;
  display: block;
}

.sbsbox li img {
  display: block;
  margin: 10px auto;
  padding: 40px;
  transition: all 0.3s;
  border-radius: 15px;
  width: 140px;
  height: 140px;
  position: relative;
}



.sbsbox li span {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 18px;
  line-height: 70px;
  width: 100%;
  margin: 0 auto;
  font-style: normal;
}

.sbsbox li:hover span {
  color: #0d7539;
  font-weight: bold;
}

.sbsbox li i {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 140px;
  height: 140px;
}

.sbsbox li i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 140px;
  z-index: 999;
  -webkit-animation: roted linear 30s infinite;
  border: #0d7539 1px dashed;
  border-radius: 50%;

}

.sbsbox li i::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 160px;
  height: 160px;
  z-index: 999;
  -webkit-animation: roted linear 30s infinite;
  background: url(/gh/images/fw_d.png) 4px no-repeat;
  border-radius: 50%;
  opacity: 0;
}

.sbsbox li:hover i::before {
  opacity: 1;
}





@media screen and (max-width: 1440px) {}