@charset "UTF-8";
html {
  font-size: 6.9444vw;
}
@media screen and (min-width: 1440px) {
  /*主体宽度*/
  html {
    font-size: 100px;
  }
}
@media screen and (max-width: 300px) {
  html {
    font-size: 100px;
  }
}
*{
    font-family: '微软雅黑'!important;
}
body::-webkit-scrollbar {
  width: 0px;
}
body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  width: 0px;
  background-color: #00913a;
}
.w_width {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.w_1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.ctext {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
@media screen and (max-width: 1024px) {
  .ctext {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*PC head*/
body.on {
  overflow: hidden;
  height: 100vh;
}
.wyb_s {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.65);
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.wyb_s.on {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.t_navs {
  width: 100%;
}
.t_navs::after {
  content: "";
  display: block;
  clear: both;
}
.t_navs .top {
  width: 100%;
  float: left;
  position: relative;
}
.t_navs .top .logo {
  margin: 13px 0;
  line-height: 0;
  float: left;
}
.t_navs .top .logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.t_navs .top .logo img {
  width: auto;
  height: 64px;
}
.t_navs .top .logo .wordsbox {
  padding-left: 8px;
}
.t_navs .top .logo .wz1 {
  font-size: 26px;
  color: #111111;
  line-height: 30px;
  margin-bottom: 4px;
  font-weight: bold;
  font-family: "微软雅黑";
}
.t_navs .top .logo .wz2 {
  font-size: 12px;
  color: #333333;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: -0.75px;
}
.t_navs .top .right {
  float: right;
}
.t_navs .top .right .menu {
  float: left;
}
.t_navs .top .right .menu ul {
  float: left;
}
.t_navs .top .menu .nli {
  float: left;
  position: relative;
  margin-right: 50px;
}
.t_navs .top .menu .nli:last-child {
  margin-right: 0;
}
.t_navs .top .menu .nli span a {
  display: block;
  color: #333333;
  position: relative;
  line-height: 90px;
  font-size: 16px;
}
.t_navs .top .menu .nli.on span a,
.t_navs .top .menu .nli:hover span a {
  color: #00913a;
}
.t_navs .top .sub {
  display: none;
  position: absolute;
  width: 140px;
  top: 100%;
  left: 50%;
  background: #fff;
  z-index: 4;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.t_navs .top .sub .l2 {
  width: 100%;
}
.t_navs .top .sub .l2 a {
  display: block;
  color: #555;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}
.t_navs .top .sub .l2 a:hover {
  color: #fff;
  background: #00913a;
}
.t_navs .menuph {
  display: none;
}
.t_navs .top .phyyqh_box {
  display: none;
}
.t_navs .xialaph {
  display: none;
}
@media screen and (max-width: 1500px) {
  .t_navs .top .menu .nli {
    margin-right: 30px;
  }
  .t_navs .top .logo .wz2 {
    letter-spacing: -0.8px;
  }
}
@media screen and (max-width: 1350px) {
  .t_navs .top .menu .nli {
    margin-right: 20px;
  }
  .t_navs .top .menu .nli span a {
    font-size: 14px;
  }
  .t_navs .top .logo {
    margin: 18px 0;
  }
  .t_navs .top .logo img {
    height: 54px;
  }
}
@media screen and (max-width: 1200px) {
  .t_navs .top .menu .nli {
    margin-right: 10px;
  }
  .t_navs .top .logo .wz1 {
    font-size: 20px;
    line-height: 24px;
  }
  .t_navs .top .logo .wz2 {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1100px) {
  .t_navs .top .menu .nli {
    margin-right: 4px;
  }
  .t_navs .top .menu .nli span a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  /*WAP head*/
  .t_navs .menu {
    display: none;
  }
  .t_navs .top .phyyqh_box {
    display: block;
  }
  .t_navs .menuph {
    display: block;
  }
  .t_navs .xialaph {
    display: block;
  }
  .t_navs .top {
    padding: 0 15px 0 8px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: left;
  }
  .t_navs .top .logo {
    margin: 10px 0;
  }
  .t_navs .top .logo img {
    height: 30px;
  }
  .t_navs .top .logo .wz1 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .t_navs .top .logo .wz2 {
    display: none;
  }
  .t_navs .top .phyyqh_box a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
  }
  .t_navs .menuph {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    margin: 5px 0;
  }
  .t_navs .menuph .menu-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    overflow: hidden;
    z-index: 111;
  }
  .t_navs .menuph .cd-nav-trigger {
    display: block;
    width: 40px;
    height: 40px;
  }
  .t_navs .menuph .menu-toggle span.hamburger,
  .t_navs .menuph .menu-toggle span.hamburger:after,
  .t_navs .menuph .menu-toggle span.hamburger:before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #00913a;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
    -webkit-transition: transform 0.3s cubic-bezier(0.6, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.6, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
    transition-delay: 0.15s;
  }
  .t_navs .menuph .menu-toggle span.hamburger:after {
    margin-top: -8px;
    top: 0;
    transition-delay: 0.27s;
  }
  .t_navs .menuph .menu-toggle span.hamburger:before {
    margin-top: 8px;
    top: 0;
    transition-delay: 0.2s;
  }
  .t_navs .menuph .menu-toggle span.cross:before,
  .t_navs .menuph .menu-toggle span.cross:after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #00913a;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 50%;
    margin-left: -12px;
    -webkit-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    transform: translateY(-70px) translateX(-70px) rotate(45deg);
    transition-delay: 0.12s;
  }
  .t_navs .menuph .menu-toggle span.cross:after {
    transition-delay: 0s;
    -webkit-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    transform: translateY(70px) translateX(-70px) rotate(-45deg);
  }
  .t_navs .menuph .menu-toggle span.cross:after {
    -webkit-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    transform: translateY(-70px) translateX(70px) rotate(-45deg);
  }
  .t_navs .cross::before,
  .t_navs .cross::after {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .t_navs .menuph .menu-toggle span.hamburger span {
    width: 6px;
    height: 6px;
    border-top: 2px solid #00913a;
    border-right: 2px solid #00913a;
    display: block;
    position: absolute;
    left: calc(100% - 4px);
    top: 50%;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .t_navs .menuph.active .menu-toggle span.hamburger,
  .t_navs .menuph.active .menu-toggle span.hamburger:after,
  .t_navs .menuph.active .menu-toggle span.hamburger:before {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
    transition-delay: 0.12s;
  }
  .t_navs .menuph.active .menu-toggle span.hamburger:after {
    transition-delay: 0s;
  }
  .t_navs .menuph.active .menu-toggle span.hamburger:before {
    transition-delay: 0.07s;
  }
  .t_navs .menuph.active .menu-toggle span.cross:before {
    transition-delay: 0.12s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #00913a;
  }
  .t_navs .menuph.active .menu-toggle span.cross:after {
    transition-delay: 0.24s;
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    background: #00913a;
  }
  .t_navs .xialaph {
    position: fixed;
    right: 0;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    overflow: scroll;
    padding: 0 20px 60px 20px;
    z-index: 3;
    background: #fff;
    display: none;
  }
  .t_navs .xialaph .a1box,
  .t_navs .xialaph .a2box {
    position: relative;
  }
  .t_navs .xialaph .icobox {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .t_navs .xialaph .ico {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
  }
  .t_navs .xialaph .ico::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #4f4f4f;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
  }
  .t_navs .xialaph .ico::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #4f4f4f;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    z-index: 2;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
  }
  .t_navs .xialaph .icobox.on .ico::after {
    background: #00913a;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .t_navs .xialaph .u1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .t_navs .xialaph .l1 {
    width: 100%;
  }
  .t_navs .xialaph .a1 {
    width: 100%;
    border-bottom: 1px solid #eee;
    display: block;
    position: relative;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    padding: 12px 50px 12px 0;
  }
  .t_navs .xialaph .u2 {
    width: 100%;
    padding-left: 20px;
    display: none;
  }
  .t_navs .xialaph .l2 {
    width: 100%;
  }
  .t_navs .xialaph .a2 {
    width: 100%;
    border-bottom: 1px solid #eee;
    display: block;
    position: relative;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    padding: 8px 50px 8px 0;
  }
  .t_navs .xialaph .u3 {
    width: 100%;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
    display: none;
  }
  .t_navs .xialaph .l3 {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .t_navs .xialaph .l3:last-child {
    border-bottom: 0;
  }
  .t_navs .xialaph .a3 {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding: 6px 50px 6px 0;
  }
  .t_navs .xialaph .input_box {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #eee;
  }
  .t_navs .xialaph .input_box input {
    width: 100%;
    height: 40px;
    padding: 0 60px 0 20px;
    font-size: 16px;
    color: #5a5a5a;
  }
  .t_navs .xialaph .input_box input::-webkit-input-placeholder {
    font-size: 16px;
    color: #5a5a5a;
  }
  .t_navs .xialaph .input_box input::-moz-placeholder {
    font-size: 16px;
    color: #5a5a5a;
  }
  .t_navs .xialaph .input_box input::moz-placeholder {
    font-size: 16px;
    color: #5a5a5a;
  }
  .t_navs .xialaph .input_box input:-ms-input-placeholder {
    font-size: 16px;
    color: #5a5a5a;
  }
  .t_navs .xialaph .input_box img {
    width: 24px;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -12px;
  }
  .t_navs .xialaph .phone_box {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    text-align: center;
  }
}

/*底部*/
.b_nav {
  width: 100%;
  background: #00913a;
  padding-top: 40px;
  padding-bottom: 40px;
}
.b_nav .content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.b_nav .left {
  width: calc(100% - 500px);
  padding-right: 100px;
}
.b_nav .nav {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 36px;
}
.b_nav .nav li {
  margin-right: 50px;
}
.b_nav .nav li:last-child {
  margin-right: 0;
}
.b_nav .nav a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  font-weight: bold;
  font-family: "微软雅黑";
}
.b_nav .nav a:hover {
  opacity: 0.8;
}
.b_nav .box1 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 20px;
  margin-bottom: 12px;
}
.b_nav .box2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 20px;
}
.b_nav .box3 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 20px;
}
.b_nav .box1 li {
  margin-right: 18px;
}
.b_nav .box2 li {
  margin-right: 24px;
}
.b_nav .box1 li:last-child,
.b_nav .box2 li:last-child {
  margin-right: 0;
}
.b_nav .box1 a,
.b_nav .box2 a,
.b_nav .box3 a {
  color: rgba(255, 255, 255, 0.9);
}
.b_nav .box1 a:hover,
.b_nav .box2 a:hover,
.b_nav .box3 a:hover {
  color: #fff;
}
.b_nav .right {
  width: 500px;
}
.b_nav .right ul {
  margin: 0 -10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.b_nav .right li {
  padding: 0 10px;
  width: 25%;
}
.b_nav .right ul img {
  width: 100%;
  display: block;
  margin: 0 auto 14px auto;
}
.b_nav .right ul .wz {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .b_nav .left {
    width: calc(100% - 360px);
    padding-right: 60px;
  }
  .b_nav .right {
    width: 360px;
  }
}
@media screen and (max-width: 1250px) {
  .b_nav .left {
    width: calc(100% - 300px);
    padding-right: 30px;
  }
  .b_nav .right {
    width: 300px;
  }
  .b_nav .nav {
    margin-bottom: 20px;
  }
  .b_nav .nav li {
    margin-right: 30px;
  }
  .b_nav .box1 li {
    margin-right: 14px;
  }
  .b_nav .box2 li {
    margin-right: 14px;
  }
}
@media screen and (max-width: 1080px) {
  .b_nav .nav a {
    font-size: 13px;
  }
  .b_nav .box1 {
    font-size: 13px;
  }
  .b_nav .box2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .b_nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .b_nav .content {
    display: block;
  }
  .b_nav .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .b_nav .nav {
    display: none;
  }
  .b_nav .box1 {
    display: block;
    margin-bottom: 6px;
  }
  .b_nav .box2 {
    display: block;
  }
  .b_nav .box3 {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .b_nav .box1 li {
    margin-right: 0;
    margin-bottom: 6px;
  }
  .b_nav .box2 li {
    margin-right: 0;
    margin-bottom: 6px;
  }
  .b_nav .box3 li {
    margin-right: 0;
    margin-bottom: 6px;
  }
  .b_nav .box1 li:last-child,
  .b_nav .box2 li:last-child,
  .b_nav .box3 li:last-child {
    margin-bottom: 0;
  }
  .b_nav .box3 li:nth-child(4),
  .b_nav .box3 li:nth-child(5),
  .b_nav .box3 li:nth-child(6) {
    width: auto;
    margin-bottom: 0;
  }
  .b_nav .right {
    width: 100%;
  }
  .b_nav .right ul {
    margin: -10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .b_nav .right li {
    padding: 10px;
    width: 25%;
  }
  .b_nav .right ul img {
    margin: 0 auto 10px auto;
    width: 100%;
  }
}

.pf_ph {
  float: right;
  position: fixed;
  right: 10px;
  z-index: 16;
  width: 50px;
  bottom: 80px;
  opacity: 0;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.pf_ph.on {
  opacity: 1;
}
.pf_down2 {
  width: 40px;
  float: right;
  margin: 0 5px 60px 0;
}
.pf_down2 li {
  width: 100%;
  float: left;
  text-align: center;
  margin: 1px 0;
}
.pf_down2 li a {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #00913a;
  border-radius: 3px;
}
.pf_down2 li .ico7 {
  width: 24px;
  height: 24px;
  float: left;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pf_down2 li .ico7 img {
  width: 24px;
  height: 24px;
}
.pf_down2 li .ico7 .show {
  display: block;
}
.pf_down2 li .ico7 .hide {
  display: none;
}
.pf_down2 li.renter .ico7::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 1px;
  height: 1px;
  width: 14px;
  background: #fff;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.pf_down2 li.renter .ico7 img {
  width: 22px;
  height: 22px;
  margin-top: 3px;
}

/*首页*/
.sy_banner {
  width: 100%;
}
.sy_banner img {
  width: 100%;
  display: block;
}
.sy_banner .slick-dots {
  position: absolute;
  bottom: 30px;
  height: 8px;
  text-align: center;
}
.sy_banner .slick-dots li {
  vertical-align: top;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 9px;
  background: rgba(255, 255, 255, 0.5);
}
.sy_banner .slick-dots li.slick-active {
  background: #fff;
  width: 24px;
}
@media screen and (max-width: 1024px) {
  .sy_banner {
    margin-top: 50px;
  }
  .sy_banner .slick-dots {
    bottom: 20px;
  }
  .sy_banner .slick-dots li {
    margin: 0 4px;
  }
  .sy_banner .slick-dots li.slick-active {
    width: 20px;
  }
}

.sybtbox .bt1 {
  font-size: 48px;
  color: #00913a;
  line-height: 54px;
  margin-bottom: 8px;
  font-weight: bold;
  font-family: "微软雅黑";
  text-transform: uppercase;
}
.sybtbox .bt2 {
  font-size: 44px;
  color: #111111;
  line-height: 50px;
  font-weight: bold;
  font-family: "微软雅黑";
}
@media screen and (max-width: 1680px) {
  .sybtbox .bt1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 6px;
  }
  .sybtbox .bt2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .sybtbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sybtbox .bt1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .sybtbox .bt2 {
    font-size: 16px;
    line-height: 20px;
    padding-left: 12px;
  }
}

.sy_section1 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 84px;
  position: relative;
}
.sy_section1 .content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sy_section1 .left {
  width: 53.64583333333333%;
  padding-right: 100px;
  padding-left: 240px;
}
.sy_section1 .bt {
  font-size: 42px;
  color: #222222;
  line-height: 50px;
  margin-bottom: 26px;
  font-weight: bold;
  font-family: "微软雅黑";
}
.sy_section1 .info1 {
  font-size: 18px;
  color: #222222;
  line-height: 36px;
  margin-bottom: 12px;
}
.sy_section1 .info1 span {
  color: #00913a;
}
.sy_section1 .info2 {
  font-size: 24px;
  color: #00913a;
  line-height: 36px;
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  font-family: "微软雅黑";
}
.sy_section1 .info3 {
  font-size: 16px;
  color: #444444;
  line-height: 30px;
  margin-bottom: 40px;
}
.sy_section1 .btn {
  width: 100%;
  margin-bottom: 36px;
}
.sy_section1 .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00913a;
  width: 170px;
  border-radius: 22px;
}
.sy_section1 .btn a:hover {
  background: #03682c;
}
.sy_section1 .btn .text {
  font-size: 16px;
  color: #ffffff;
  line-height: 44px;
  margin-right: 8px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.sy_section1 .btn a:hover .text {
  margin-right: 4px;
}
.sy_section1 .btn img {
  width: 26px;
  display: block;
}
.sy_section1 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}
.sy_section1 ul .num {
  font-size: 60px;
  color: #00913a;
  line-height: 64px;
  margin-bottom: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sy_section1 ul .num span {
  font-family: "微软雅黑";
}
.sy_section1 ul .num .span2 {
  font-size: 24px;
  line-height: 30px;
  margin-left: 10px;
}
.sy_section1 ul .words {
  font-size: 20px;
  color: #222222;
  line-height: 24px;
  text-align: center;
}
.sy_section1 .right {
  width: 46.35416666666667%;
}
.sy_section1 .right .pic {
  padding-bottom: 75.533%;
  position: relative;
  overflow: hidden;
}
.sy_section1 .right .pic img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1680px) {
  .sy_section1 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .sy_section1 .left {
    padding-right: 60px;
    padding-left: 0.7rem;
  }
  .sy_section1 .bt {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .sy_section1 .info1 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .sy_section1 .info2 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .sy_section1 .info3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .sy_section1 .btn {
    margin-bottom: 20px;
  }
  .sy_section1 .btn a {
    width: 140px;
    border-radius: 18px;
  }
  .sy_section1 .btn .text {
    font-size: 14px;
    line-height: 36px;
  }
  .sy_section1 ul .num {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .sy_section1 ul .num .span2 {
    font-size: 16px;
    line-height: 20px;
    margin-left: 8px;
  }
  .sy_section1 ul .words {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .sy_section1 {
    padding: 30px 15px;
  }
  .sy_section1 .content {
    display: block;
  }
  .sy_section1 .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .sy_section1 .bt {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .sy_section1 .info1 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .sy_section1 .info2 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .sy_section1 .info3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .sy_section1 .btn {
    margin-bottom: 14px;
  }
  .sy_section1 .btn a {
    width: 130px;
  }
  .sy_section1 ul .num {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 8px;
  }
  .sy_section1 ul .num .span2 {
    font-size: 14px;
    line-height: 18px;
    margin-left: 6px;
  }
  .sy_section1 ul .words {
    font-size: 14px;
    line-height: 18px;
  }
  .sy_section1 .right {
    width: 100%;
    position: static;
    transform: translate(0, 0);
  }
}

.sy_section2 {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f2f2f2;
}
.sy_section2 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sy_section2 ._r {
  padding-top: 4px;
}
.sy_section2 ._r ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.sy_section2 ._r li {
  margin-right: 60px;
  cursor: pointer;
}
.sy_section2 ._r li:last-child {
  margin-right: 0;
}
.sy_section2 ._r ul .icobox {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333333;
  border-radius: 100%;
}
.sy_section2 ._r ul .icobox img {
  width: 34px;
  display: block;
}
.sy_section2 ._r ul .icobox .ico2 {
  display: none;
}
.sy_section2 ._r ul li.on .icobox {
  border-color: #00913a;
}
.sy_section2 ._r ul li.on .icobox .ico1 {
  display: none;
}
.sy_section2 ._r ul li.on .icobox .ico2 {
  display: block;
}
.sy_section2 ._r ul .words {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  margin-top: 8px;
  font-weight: bold;
  font-family: "微软雅黑";
}
.sy_section2 ._r ul li.on .words {
  color: #00913a;
}
.sy_section2 .bottom {
  margin-top: 46px;
  margin-bottom: 52px;
}
.sy_section2 .bottom ul {
  width: 100%;
}
.sy_section2 .bottom li {
  width: 100%;
}
.sy_section2 .bottom .dl {
  width: 100%;
  border: 1px solid #e8eaec;
}
.sy_section2 .bottom .dd1 {
  width: 100%;
  background: #ebebeb;
}
.sy_section2 .bottom .dd2 {
  border-bottom: 1px solid #e8eaec;
  background: #ffffff;
}
.sy_section2 .bottom .dd2:last-child {
  border-bottom: 0;
}
.sy_section2 .bottom .listbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sy_section2 .bottom .dd1 .list {
  font-size: 18px;
  color: #00913a;
  line-height: 30px;
  padding: 27px 10px;
  text-align: center;
  font-weight: bold;
  font-family: "微软雅黑";
}
.sy_section2 .bottom .dd2 .list {
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  padding: 18px 10px;
  text-align: center;
}
.sy_section2 .bottom .dd2 .list img {
  width: 29px;
  display: block;
  margin: 0 auto;
}
.sy_section2 .bottom .dd2:hover {
  background: #ebf6f0;
}
.sy_section2 .bottom .list:nth-child(1) {
  width: 6.536856745479833%;
}
.sy_section2 .bottom .list:nth-child(2) {
  width: 15.99443671766342%;
}
.sy_section2 .bottom .list:nth-child(3) {
  width: 6.397774687065369%;
}
.sy_section2 .bottom .list:nth-child(4) {
  width: 15.99443671766342%;
}
.sy_section2 .bottom .list:nth-child(5) {
  width: 6.397774687065369%;
}
.sy_section2 .bottom .list:nth-child(6) {
  width: 17.2461752433936%;
}
.sy_section2 .bottom .list:nth-child(7) {
  width: 7.649513212795549%;
}
.sy_section2 .bottom .list:nth-child(8) {
  width: 15.99443671766342%;
}
.sy_section2 .bottom .list:nth-child(9) {
  width: 7.788595271210019%;
}
.sy_section2 .bottom .dd2 .list:nth-child(9) {
  cursor: pointer;
}
.sy_section2 .btn {
  width: 100%;
}
.sy_section2 .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00913a;
  width: 170px;
  border-radius: 22px;
  margin: 0 auto;
}
.sy_section2 .btn a:hover {
  background: #03682c;
}
.sy_section2 .btn .text {
  font-size: 16px;
  color: #ffffff;
  line-height: 44px;
  margin-right: 8px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.sy_section2 .btn a:hover .text {
  margin-right: 4px;
}
.sy_section2 .btn img {
  width: 26px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .sy_section2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sy_section2 .top {
    display: block;
  }
  .sy_section2 ._r {
    width: 100%;
    margin-top: 14px;
    padding-top: 0;
  }
  .sy_section2 ._r ul {
    display: flex;
    justify-content: space-between;
  }
  .sy_section2 ._r li {
    margin-right: 0;
  }
  .sy_section2 ._r ul .icobox {
    width: 40px;
    height: 40px;
  }
  .sy_section2 ._r ul .icobox img {
    width: 26px;
  }
  .sy_section2 ._r ul .words {
    font-size: 14px;
  }
  .sy_section2 .bottom {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sy_section2 .bottom li {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    max-width: 100%;
  }
  .sy_section2 .bottom li::-webkit-scrollbar {
    display: none;
  }
  .sy_section2 .bottom .dl {
    width: 800px;
    border: 1px solid #e8eaec;
    white-space: normal;
  }
  .sy_section2 .bottom .dd1 .list {
    font-size: 15px;
    line-height: 24px;
    padding: 14px 6px;
  }
  .sy_section2 .bottom .dd2 .list {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 6px;
  }
  .sy_section2 .bottom .dd2 .list img {
    width: 24px;
  }
  .sy_section2 .bottom .list {
    width: 11.11111111111111% !important;
  }
  .sy_section2 .btn a {
    width: 130px;
    border-radius: 18px;
  }
  .sy_section2 .btn .text {
    font-size: 14px;
    line-height: 36px;
  }
}

.sy_section3 {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 107px;
}
.sy_section3 .top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 66px;
}
.sy_section3 .top ._r a {
  display: block;
  font-size: 20px;
  color: #666666;
  line-height: 24px;
}
.sy_section3 .top ._r a:hover {
  color: #00913a;
}
.sy_section3 .bottom {
  width: 100%;
}
.sy_section3 .bottom .ul {
  margin: -10px;
  width: calc(100% + 20px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sy_section3 .bottom .li {
  padding: 10px;
  position: relative;
  z-index: 1;
}
.sy_section3 .bottom .li:hover {
  z-index: 5;
}
.sy_section3 .bottom .li:nth-child(1),
.sy_section3 .bottom .li:nth-child(7) {
  width: 40%;
}
.sy_section3 .bottom .li:nth-child(2),
.sy_section3 .bottom .li:nth-child(8) {
  width: 30%;
}
.sy_section3 .bottom .li:nth-child(3),
.sy_section3 .bottom .li:nth-child(9) {
  width: 30%;
}
.sy_section3 .bottom .li:nth-child(4),
.sy_section3 .bottom .li:nth-child(10) {
  width: 30%;
}
.sy_section3 .bottom .li:nth-child(5),
.sy_section3 .bottom .li:nth-child(11) {
  width: 30%;
}
.sy_section3 .bottom .li:nth-child(6),
.sy_section3 .bottom .li:nth-child(12) {
  width: 40%;
}
.sy_section3 .bottom .libox {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.sy_section3 .bottom .pic {
  width: 100%;
  height: 328px;
  position: relative;
  overflow: hidden;
}
.sy_section3 .bottom .pic div {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sy_section3 .bottom .posi_box {
  width: 390px;
  position: absolute;
  left: calc(100% - 56px);
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 36px 40px 52px 36px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  transform: translate(0, -50%) scale(0);
}
.sy_section3 .bottom .li:hover .posi_box {
  transform: translate(0, -50%) scale(1);
}
.sy_section3 .bottom .posi_box .bt {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 20px;
}
.sy_section3 .bottom .posi_box .info {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin-bottom: 20px;
}
.sy_section3 .bottom .posi_box .btn_more {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sy_section3 .bottom .posi_box .more {
  width: 80px;
}
.sy_section3 .bottom .posi_box .more a {
  display: block;
  font-size: 12px;
  color: #ffffff;
  line-height: 30px;
  background: #00913a;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
}
.sy_section3 .bottom .posi_box .more a:hover {
  background: #03682c;
}
.sy_section3 .bottom .posi_box .fx img {
  width: 22px;
  display: block;
}
.sy_section3 .bottom .posi_box .fx .ico2 {
  display: none;
}
.sy_section3 .bottom .posi_box .fx a:hover .ico1 {
  display: none;
}
.sy_section3 .bottom .posi_box .fx a:hover .ico2 {
  display: block;
}
.sy_section3 .bottom .li:nth-child(3) .posi_box,
.sy_section3 .bottom .li:nth-child(6) .posi_box,
.sy_section3 .bottom .li:nth-child(9) .posi_box,
.sy_section3 .bottom .li:nth-child(12) .posi_box {
  left: auto;
  right: calc(100% - 56px);
}
@media screen and (max-width: 1680px) {
  .sy_section3 .bottom .pic {
    height: 280px;
  }
  .sy_section3 .bottom .posi_box {
    width: 340px;
    left: calc(100% - 50px);
    padding: 30px;
  }
  .sy_section3 .bottom .posi_box .bt {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .sy_section3 .bottom .posi_box .info {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .sy_section3 .bottom .posi_box .more {
    width: 70px;
  }
  .sy_section3 .bottom .posi_box .more a {
    line-height: 26px;
  }
  .sy_section3 .bottom .posi_box .fx img {
    width: 20px;
  }
  .sy_section3 .bottom .li:nth-child(3) .posi_box,
  .sy_section3 .bottom .li:nth-child(6) .posi_box,
  .sy_section3 .bottom .li:nth-child(9) .posi_box,
  .sy_section3 .bottom .li:nth-child(12) .posi_box {
    right: calc(100% - 50px);
  }
}
@media screen and (max-width: 1024px) {
  .sy_section3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sy_section3 .top {
    margin-bottom: 20px;
  }
  .sy_section3 .top .sybtbox {
    display: block;
    width: auto;
  }
  .sy_section3 .top .sybtbox .bt2 {
    padding-left: 0;
    margin-top: 6px;
  }
  .sy_section3 .top ._r a {
    font-size: 14px;
    line-height: 20px;
  }
  .sy_section3 .bottom .ul {
    margin: 0 -6px;
    width: calc(100% + 12px);
    display: block;
    padding-bottom: 24px;
  }
  .sy_section3 .bottom .li {
    padding: 0 6px;
    width: 100%;
  }
  .sy_section3 .bottom .pic {
    height: 252px;
  }
  .sy_section3 .bottom .posi_box {
    width: calc(100% - 40px);
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) scale(0);
    padding: 20px;
  }
  .sy_section3 .bottom .li:hover .posi_box {
    transform: translate(-50%, -50%) scale(1);
  }
  .sy_section3 .bottom .posi_box .bt {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .sy_section3 .bottom .posi_box .info {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .sy_section3 .bottom .posi_box .more {
    width: 60px;
  }
  .sy_section3 .bottom .posi_box .more a {
    line-height: 24px;
  }
  .sy_section3 .bottom .posi_box .fx img {
    width: 18px;
  }
  .sy_section3 .bottom .ul .slick-dots {
    position: absolute;
    bottom: 0;
    height: 8px;
    text-align: center;
  }
  .sy_section3 .bottom .ul .slick-dots li {
    vertical-align: top;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 4px;
    background: #ddd;
  }
  .sy_section3 .bottom .ul .slick-dots li.slick-active {
    background: #00913a;
    width: 24px;
  }
}

.sy_section4 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sy_section4 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}
.sy_section4 .top ._r ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sy_section4 .top ._r li {
  margin-right: 20px;
  font-size: 18px;
  color: #333333;
  line-height: 50px;
  background: #dddddd;
  border-radius: 4px;
  padding: 0 40px;
  cursor: pointer;
}
.sy_section4 .top ._r li:last-child {
  margin-right: 0;
}
.sy_section4 .top ._r li.on {
  background: #00913a;
  color: #fff;
}
.sy_section4 .bottom {
  width: 100%;
}
.sy_section4 .bottom ul {
  width: 100%;
}
.sy_section4 .bottom li {
  width: 100%;
}
.sy_section4 .bottom .libox {
  width: 100%;
  background: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sy_section4 .bottom .left {
  width: 39.30555555555556%;
}
.sy_section4 .bottom .left a {
  display: block;
  width: 100%;
  padding: 32px 62px 80px 62px;
}
.sy_section4 .bottom .left a:hover {
  background: #eff8f2;
}
.sy_section4 .bottom .left a .date {
  font-size: 30px;
  color: #999999;
  line-height: 34px;
  margin-bottom: 16px;
}
.sy_section4 .bottom .left a .bt {
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.sy_section4 .bottom .left a:hover .date,
.sy_section4 .bottom .left a:hover .bt {
  color: #00913a;
}
.sy_section4 .bottom .left a .info {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sy_section4 .bottom .left a .info::after {
  content: "";
  display: block;
  width: 2px;
  height: 38px;
  background: #aaaaaa;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.sy_section4 .bottom .left a .pic {
  width: 100%;
  height: 246px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.sy_section4 .bottom .left a .pic div {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  transition: -webkit-transform 2s;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.sy_section4 .bottom .left a:hover .pic div {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.sy_section4 .bottom .right {
  width: 60.69444444444444%;
}
.sy_section4 .bottom .right .dd {
  width: 100%;
  border-bottom: 1px solid #eaf5ef;
}
.sy_section4 .bottom .right .dd:last-child {
  border-bottom: 0;
}
.sy_section4 .bottom .right .dd a {
  display: block;
  width: 100%;
  padding: 26px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sy_section4 .bottom .right .dd a:hover {
  background: #eff8f2;
}
.sy_section4 .bottom .right .dd a .picbox {
  width: 219px;
}
.sy_section4 .bottom .right .dd a .pic {
  width: 100%;
  height: 126px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.sy_section4 .bottom .right .dd a .pic div {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  transition: -webkit-transform 2s;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.sy_section4 .bottom .right .dd a:hover .pic div {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.sy_section4 .bottom .right .dd a .wordsbox {
  width: calc(100% - 219px);
  padding-left: 30px;
}
.sy_section4 .bottom .right .dd a .btbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.sy_section4 .bottom .right .dd a .bt {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.sy_section4 .bottom .right .dd a .date {
  font-size: 24px;
  color: #999999;
  line-height: 28px;
}
.sy_section4 .bottom .right .dd a:hover .bt,
.sy_section4 .bottom .right .dd a:hover .date {
  color: #00913a;
}
.sy_section4 .bottom .right .dd a .info {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1680px) {
  .sy_section4 .bottom .left a {
    padding: 32px 40px 80px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .sy_section4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sy_section4 .top {
    display: block;
    margin-bottom: 20px;
  }
  .sy_section4 .top ._r {
    width: 100%;
    margin-top: 12px;
  }
  .sy_section4 .top ._r ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .sy_section4 .top ._r li {
    width: calc(33.333333% - 10px);
    margin-right: 0;
    font-size: 14px;
    line-height: 36px;
    padding: 0 20px;
    text-align: center;
  }
  .sy_section4 .bottom .libox {
    display: block;
  }
  .sy_section4 .bottom .left {
    width: 100%;
    border-bottom: 1px solid #eaf5ef;
  }
  .sy_section4 .bottom .left a {
    padding: 12px;
  }
  .sy_section4 .bottom .left a .date {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .sy_section4 .bottom .left a .bt {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .sy_section4 .bottom .left a .info {
    line-height: 20px;
    margin-bottom: 14px;
    padding-left: 12px;
  }
  .sy_section4 .bottom .left a .info::after {
    height: 34px;
  }
  .sy_section4 .bottom .left a .pic {
    height: 150px;
  }
  .sy_section4 .bottom .right {
    width: 100%;
  }
  .sy_section4 .bottom .right .dd a {
    padding: 12px;
  }
  .sy_section4 .bottom .right .dd a .picbox {
    width: 140px;
  }
  .sy_section4 .bottom .right .dd a .pic {
    height: 86px;
  }
  .sy_section4 .bottom .right .dd a .wordsbox {
    width: calc(100% - 140px);
    padding-left: 14px;
  }
  .sy_section4 .bottom .right .dd a .btbox {
    display: block;
    margin-bottom: 8px;
  }
  .sy_section4 .bottom .right .dd a .bt {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
  }
  .sy_section4 .bottom .right .dd a .date {
    display: none;
  }
  .sy_section4 .bottom .right .dd a .info {
    line-height: 20px;
  }
}

.sy_section5 {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
}
.sy_section5 .content {
  width: 100%;
  margin-top: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sy_section5 .left {
  width: 57.91666666666667%;
  padding-right: 20px;
}
.sy_section5 .left .bt {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 26px;
}
.sy_section5 .left ul {
  margin: -12px -65px;
  width: calc(100% + 130px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sy_section5 .left li {
  padding: 12px 65px;
}
.sy_section5 .left ul .btbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
.sy_section5 .left ul .btbox img {
  width: 26px;
  display: block;
  margin-right: 10px;
}
.sy_section5 .left ul .btbox .words {
  font-size: 16px;
  color: #555555;
  line-height: 20px;
}
.sy_section5 .left ul .jj {
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  font-weight: bold;
  font-family: "微软雅黑";
}
.sy_section5 .right {
  width: 42.08333333333333%;
}
.sy_section5 .right img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .sy_section5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sy_section5 .content {
    margin-top: 14px;
    display: block;
  }
  .sy_section5 .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 14px;
  }
  .sy_section5 .left .bt {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .sy_section5 .left ul {
    margin: 0;
    width: 100%;
  }
  .sy_section5 .left li {
    padding: 0;
    width: auto;
    margin-bottom: 12px;
  }
  .sy_section5 .left li:nth-child(1) {
    width: 120px;
  }
  .sy_section5 .left li:nth-child(2) {
    width: calc(100% - 120px);
    padding-left: 12px;
  }
  .sy_section5 .left ul .btbox {
    margin-bottom: 10px;
  }
  .sy_section5 .left ul .btbox img {
    width: 22px;
    margin-right: 6px;
  }
  .sy_section5 .left ul .btbox .words {
    font-size: 14px;
  }
  .sy_section5 .left ul .jj {
    font-size: 16px;
    line-height: 20px;
  }
  .sy_section5 .right {
    width: 100%;
  }
}

.qstc_section {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}
.qstc_section .content {
  width: 1000px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.qstc_section .btbox {
  width: 100%;
  padding: 20px;
  background: #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qstc_section .btbox .bt {
  font-size: 20px;
  color: #00913a;
  line-height: 30px;
  font-weight: bold;
  font-family: "微软雅黑";
}
.qstc_section .btbox .none {
  width: 30px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .qstc_section .content {
    width: calc(100% - 50px);
  }
  .qstc_section .btbox {
    padding: 14px;
  }
  .qstc_section .btbox .bt {
    font-size: 16px;
    line-height: 24px;
  }
  .qstc_section .btbox .none {
    width: 24px;
  }
}

/*内页banner*/
.ny_banner {
  width: 100%;
  position: relative;
}
.ny_banner img {
  width: 100%;
  display: block;
}
.ny_banner .wordsbox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 58%;
  transform: translate(0, -50%);
}
.ny_banner h1 {
  font-size: 52px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  font-family: "微软雅黑";
  margin-bottom: 16px;
}
.ny_banner .wz {
  font-size: 30px;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1680px) {
  .ny_banner h1 {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 12px;
  }
  .ny_banner .wz {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .ny_banner {
    margin-top: 50px;
  }
  .ny_banner .wordsbox {
    left: 0;
    top: 50%;
  }
  .ny_banner h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .ny_banner .wz {
    font-size: 14px;
    line-height: 20px;
  }
}

/*当前位置*/
.dq_section {
  width: 100%;
  background: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.dq_section .content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.dq_section .content span,
.dq_section .content a {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-right: 8px;
}
.dq_section .content a:hover {
  color: #00913a;
}
@media screen and (max-width: 1680px) {
  .dq_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .dq_section {
    padding-top: 14px;
    padding-bottom: 14px;
    display: none;
  }
  .dq_section .content span,
  .dq_section .content a {
    font-size: 14px;
    line-height: 20px;
    margin-right: 6px;
  }
}

.djyl_section1 {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}
.djyl_section1 .content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.djyl_section1 .left {
  width: 50.69444444444444%;
  padding-right: 86px;
}
.djyl_section1 .bt {
  font-size: 36px;
  color: #222222;
  line-height: 44px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "微软雅黑";
}
.djyl_section1 .jj {
  font-size: 22px;
  color: #00913a;
  line-height: 26px;
  margin-bottom: 58px;
}
.djyl_section1 .cons {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}
.djyl_section1 .right {
  width: 49.30555555555556%;
}
.djyl_section1 .pic {
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
}
.djyl_section1 .pic img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1680px) {
  .djyl_section1 .left {
    padding-right: 50px;
  }
  .djyl_section1 .bt {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .djyl_section1 .jj {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .djyl_section1 .cons {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .djyl_section1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .djyl_section1 .content {
    display: block;
  }
  .djyl_section1 .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 14px;
  }
  .djyl_section1 .bt {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .djyl_section1 .jj {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .djyl_section1 .cons {
    font-size: 14px;
    line-height: 24px;
  }
  .djyl_section1 .right {
    width: 100%;
  }
}

.djyl_section2 {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
  background: #f2f2f2;
}
.djyl_section2 h3 {
  font-size: 36px;
  color: #222222;
  line-height: 40px;
  margin-bottom: 40px;
  font-weight: bold;
  font-family: "微软雅黑";
}
.djyl_section2 .jj {
  font-size: 16px;
  color: #444444;
  line-height: 32px;
  margin-bottom: 70px;
}
.djyl_section2 .content {
  width: 100%;
  background: #fff;
}
.djyl_section2 .ul {
  width: 100%;
}
.djyl_section2 .li {
  width: 100%;
}
.djyl_section2 .ul a {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.djyl_section2 .ul a .left {
  width: 49.44444444444444%;
}
.djyl_section2 .ul a .pic {
  width: 100%;
  padding-bottom: 64.6067%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.djyl_section2 .ul a .pic img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  transition: -webkit-transform 2s;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.djyl_section2 .ul a:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.djyl_section2 .ul a .rigth {
  width: 50.55555555555556%;
  padding: 58px 50px 20px 80px;
}
.djyl_section2 .ul a .bt {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 24px;
  font-weight: bold;
  font-family: "微软雅黑";
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.djyl_section2 .ul a:hover .bt {
  color: #00913a;
}
.djyl_section2 .ul a .bt span {
  padding-bottom: 12px;
  max-width: 100%;
  border-bottom: 2px solid #e3e3e3;
}
.djyl_section2 .ul a .dl {
  margin-bottom: 18px;
}
.djyl_section2 .ul a .dd {
  margin-bottom: 10px;
  font-size: 16px;
  color: #555555;
  line-height: 20px;
}
.djyl_section2 .ul a .dd:last-child {
  margin-bottom: 0;
}
.djyl_section2 .ul a .dd span {
  font-weight: bold;
  font-family: "微软雅黑";
}
.djyl_section2 .ul a .cons {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  max-height: 140px;
  padding-right: 10px;
}
.djyl_section2 .ul a .cons::-webkit-scrollbar {
  width: 0px;
}
.djyl_section2 .ul a .cons::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  border-radius: 3px;
}
.djyl_section2 .ul a .cons::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #00913a;
  border-radius: 3px;
}
.djyl_section2 .ul .slick-dots {
  position: absolute;
  bottom: 74px;
  right: 0;
  left: auto;
  height: 11px;
  text-align: left;
  width: 50.55555555555556%;
  padding-left: 80px;
}
.djyl_section2 .ul .slick-dots li {
  vertical-align: top;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  margin: 0 6px;
  background: #cccccc;
}
.djyl_section2 .ul .slick-dots li.slick-active {
  background: #00913a;
}
@media screen and (max-width: 1400px) {
  .djyl_section2 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .djyl_section2 .jj {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 50px;
  }
  .djyl_section2 .ul a .rigth {
    padding: 30px 30px 20px 40px;
  }
  .djyl_section2 .ul a .bt {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 18px;
  }
  .djyl_section2 .ul a .bt span {
    padding-bottom: 10px;
  }
  .djyl_section2 .ul a .dl {
    margin-bottom: 14px;
  }
  .djyl_section2 .ul a .dd {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .djyl_section2 .ul a .cons {
    font-size: 14px;
    line-height: 24px;
    max-height: 120px;
  }
  .djyl_section2 .ul .slick-dots {
    bottom: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .djyl_section2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .djyl_section2 h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .djyl_section2 .jj {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .djyl_section2 .ul a {
    display: block;
  }
  .djyl_section2 .ul a .left {
    width: 100%;
  }
  .djyl_section2 .ul a .rigth {
    width: 100%;
    padding: 20px 20px 50px 20px;
  }
  .djyl_section2 .ul a .bt {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .djyl_section2 .ul a .bt span {
    padding-bottom: 6px;
  }
  .djyl_section2 .ul a .dl {
    margin-bottom: 8px;
  }
  .djyl_section2 .ul a .dd {
    margin-bottom: 2px;
    font-size: 14px;
  }
  .djyl_section2 .ul a .cons {
    font-size: 14px;
    line-height: 20px;
    max-height: 100px;
    padding-right: 0;
  }
  .djyl_section2 .ul a .cons::-webkit-scrollbar {
    width: 0;
  }
  .djyl_section2 .ul a .cons::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
  }
  .djyl_section2 .ul a .cons::-webkit-scrollbar-thumb {
    width: 0;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
  }
  .djyl_section2 .ul a .cons::-webkit-scrollbar {
    display: none;
  }
  .djyl_section2 .ul .slick-dots {
    bottom: 20px;
    height: 10px;
    width: 100%;
    padding-left: 20px;
  }
  .djyl_section2 .ul .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}

.djyl_section3 {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}
.djyl_section3 .ul {
  margin: 0 -30px;
  width: calc(100% + 60px);
}
.djyl_section3 .li {
  padding: 0 30px;
}
.djyl_section3 .ul a {
  display: block;
  width: 100%;
}
.djyl_section3 .ul a .pic {
  width: 100%;
  padding-bottom: 72.7272%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.djyl_section3 .ul a .pic img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  transition: -webkit-transform 2s;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.djyl_section3 .ul a:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.djyl_section3 .ul a .wordsbox {
  width: 100%;
  padding-top: 26px;
}
.djyl_section3 .ul a .bt {
  font-size: 20px;
  color: #222222;
  line-height: 24px;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.djyl_section3 .ul a .date {
  font-size: 18px;
  color: #999999;
  line-height: 22px;
}
.djyl_section3 .ul a:hover .bt {
  color: #00913a;
}
@media screen and (max-width: 1024px) {
  .djyl_section3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .djyl_section3 .ul {
    margin: 0 -6px;
    width: calc(100% + 12px);
    padding-bottom: 24px;
  }
  .djyl_section3 .li {
    padding: 0 6px;
  }
  .djyl_section3 .ul a .wordsbox {
    padding-top: 14px;
  }
  .djyl_section3 .ul a .bt {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .djyl_section3 .ul a .date {
    font-size: 14px;
    line-height: 20px;
  }
  .djyl_section3 .ul .slick-dots {
    position: absolute;
    bottom: 0;
    height: 8px;
    text-align: center;
  }
  .djyl_section3 .ul .slick-dots li {
    vertical-align: top;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 4px;
    background: #ddd;
  }
  .djyl_section3 .ul .slick-dots li.slick-active {
    background: #00913a;
    width: 24px;
  }
}

.gywm_section1 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
}
.gywm_section1 h3 {
  font-size: 50px;
  color: #222222;
  line-height: 54px;
  text-align: center;
  font-weight: bold;
  font-family: "微软雅黑";
  margin-bottom: 90px;
}
.gywm_section1 .info {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 160px;
}
.gywm_section1 .info span {
  font-weight: bold;
  font-family: "微软雅黑";
}
.gywm_section1 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.gywm_section1 ul .num {
  font-size: 60px;
  color: #00913a;
  line-height: 64px;
  margin-bottom: 14px;
  font-weight: bold;
  font-family: "微软雅黑";
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.gywm_section1 ul .num .span1 {
  font-family: "微软雅黑";
}
.gywm_section1 ul .num .span2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  font-family: "微软雅黑";
  padding-left: 6px;
}
.gywm_section1 ul .num .span3 {
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  padding-top: 46px;
  padding-left: 8px;
  font-weight: 400;
}
.gywm_section1 ul .text {
  font-size: 20px;
  color: #222222;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .gywm_section1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .gywm_section1 h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .gywm_section1 .info {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .gywm_section1 ul {
    width: calc(100% + 12px);
    margin: -6px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .gywm_section1 ul li {
    width: 33.3333%;
    padding: 6px;
  }
  .gywm_section1 ul .num {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .gywm_section1 ul .num .span2 {
    font-size: 14px;
    line-height: 18px;
    padding-left: 4px;
  }
  .gywm_section1 ul .num .span3 {
    padding-top: 12px;
    padding-left: 4px;
  }
  .gywm_section1 ul .text {
    font-size: 14px;
    line-height: 18px;
  }
}

.jg_section1 {
  width: 100%;
  background: #f5f5f5;
}
.jg_section1 ul {
  width: 100%;
}
/*.jg_section1 li.on a {*/
/*  background: #00913a;*/
/*}*/
.jg_section1 li.on a::after {
  content: "";
  display: block;
  width: 83px;
  height: 77px;
  /*background: url(img/img93.png) no-repeat center center;*/
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.jg_section1 a {
  display: block;
  width: 100%;
  padding: 14px 20px;
  position: relative;
}
.jg_section1 a .icobox {
  width: 34px;
  margin: 0 auto 8px auto;
  position: relative;
  z-index: 2;
}
.jg_section1 a img {
  width: 100%;
  display: block;
}
.jg_section1 a .ico2 {
  display: none;
}
.jg_section1 a .ico3 {
  display: none;
}
.jg_section1 li.on a .ico1 {
  display: none !important;
}
.jg_section1 li.on a .ico2 {
  display: block !important;
}
.jg_section1 li.on a .ico3 {
  display: none !important;
}
.jg_section1 a .text {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.jg_section1 li.on a .text {
  color: #fff !important;
}
.jg_section1 a:hover .text {
  color: #00913a;
}
.jg_section1 a:hover .ico1 {
  display: none;
}
.jg_section1 a:hover .ico3 {
  display: block;
}
.jg_section1 ul .slick-prev {
  width: 30px;
  height: 30px;
  background: url(img/img73.svg) no-repeat center center;
  background-size: cover;
  left: -80px;
  top: 50%;
}
.jg_section1 ul .slick-next {
  width: 30px;
  height: 30px;
  background: url(img/img74.svg) no-repeat center center;
  background-size: cover;
  right: -80px;
  top: 50%;
}
.jg_section1 ul .slick-prev:hover,
.jg_section1 ul .slick-next:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1680px) {
  .jg_section1 ul .slick-prev {
    left: -40px;
  }
  .jg_section1 ul .slick-next {
    right: -40px;
  }
}
@media screen and (max-width: 1024px) {
  .jg_section1 ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jg_section1 a {
    padding: 10px 12px;
  }
  .jg_section1 a .icobox {
    width: 26px;
    margin: 0 auto 6px auto;
  }
  .jg_section1 a .text {
    font-size: 14px;
    line-height: 18px;
  }
  .jg_section1 ul .slick-prev {
    width: 24px;
    height: 24px;
    left: -10px;
  }
  .jg_section1 ul .slick-next {
    width: 24px;
    height: 24px;
    right: -10px;
  }
  .jg_section1 li.on a::after {
    width: 54px;
    height: 50px;
  }
}

.jg_section2 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
  z-index: 20;
}
.jg_section2 .ssbox {
  width: calc(100% + 110px);
  margin: 0 -55px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.jg_section2 .ssbox .boxs {
  width: 50%;
  padding: 0 55px;
}
.jg_section2 .ssbox .bt {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 20px;
}
.jg_section2 .ssbox .cons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.jg_section2 .ssbox .dd {
  margin-right: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.jg_section2 .ssbox .dd:last-child {
  margin-right: 0;
}
.jg_section2 .ssbox .tit {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.jg_section2 .ssbox .input {
  width: 200px;
}
.jg_section2 .ssbox .input .search-input {
  width: 100%;
}
.jg_section2 .ssbox .btn {
  width: 46px;
  font-size: 12px;
  color: #fff;
  line-height: 28px;
  background: #00913a;
  border-radius: 4px;
  text-align: center;
  margin-left: 28px;
  cursor: pointer;
}
.jg_section2 .ssbox .btn:hover {
  background: #03682c;
}
.sy_section2 .page_section {
  margin-top: 78px;
}
@media screen and (max-width: 1680px) {
  .jg_section2 .ssbox {
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
  .jg_section2 .ssbox .boxs {
    padding: 0 30px;
  }
  .jg_section2 .ssbox .bt {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .jg_section2 .ssbox .dd {
    margin-right: 20px;
  }
  .jg_section2 .ssbox .tit {
    font-size: 14px;
    line-height: 20px;
  }
  .jg_section2 .ssbox .input {
    width: 160px;
  }
  .jg_section2 .ssbox .btn {
    width: 34px;
    line-height: 24px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .jg_section2 .ssbox {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
  .jg_section2 .ssbox .boxs {
    padding: 0 16px;
  }
  .jg_section2 .ssbox .dd {
    margin-right: 14px;
  }
  .jg_section2 .ssbox .tit {
    font-size: 12px;
  }
  .jg_section2 .ssbox .input {
    width: 140px;
  }
  .jg_section2 .ssbox .btn {
    width: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .jg_section2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .jg_section2 .ssbox {
    width: 100%;
    margin: 0;
    display: block;
  }
  .jg_section2 .ssbox .boxs {
    width: 100%;
    padding: 0;
    margin-bottom: 14px;
  }
  .jg_section2 .ssbox .boxs:last-child {
    margin-bottom: 0;
  }
  .jg_section2 .ssbox .bt {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .jg_section2 .ssbox .cons {
    display: block;
  }
  .jg_section2 .ssbox .dd {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .jg_section2 .ssbox .dd:last-child {
    margin-bottom: 0;
  }
  .jg_section2 .ssbox .tit {
    font-size: 14px;
    line-height: 20px;
    width: 70px;
  }
  .jg_section2 .ssbox .input {
    width: 210px;
  }
  .jg_section2 .ssbox .btn {
    width: 60px;
    line-height: 36px;
    margin-left: 14px;
    font-size: 14px;
  }
  .sy_section2 .page_section {
    margin-top: 20px;
  }
  .ivu-date-picker .ivu-select-dropdown {
  }
  .ivu-date-picker-with-range .ivu-picker-panel-body {
    min-width: 340px !important;
  }
  .ivu-date-picker-cells {
    width: 165px !important;
  }
  span.ivu-date-picker-cells-cell {
    width: 24px !important;
    height: 24px !important;
  }
  .ivu-date-picker-cells span {
    width: 19px !important;
    height: 19px !important;
    line-height: 19px !important;
  }
}

/*分页*/
.page_section {
  width: 100%;
}
.page_section .pcpage {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_section .pcpage a {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-left: 12px;
}
.page_section .pcpage span {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.page_section .pcpage a:hover,
.page_section .pcpage a.on {
  color: #00913a;
}
.page_section .wappage {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page_section .pcpage {
    display: none;
  }
  .page_section .wappage {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page_section .wappage a {
    display: block;
    width: 80px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    border-radius: 16px;
    text-align: center;
    background: #00913a;
  }
  .page_section .wappage span {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin: 0 20px;
  }
}

.rczp_section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
}
.rczp_section h2 {
  font-size: 50px;
  color: #222222;
  line-height: 54px;
  text-align: center;
  margin-bottom: 100px;
  font-weight: bold;
  font-family: "微软雅黑";
}
.rczp_section .content {
  width: 100%;
}
.rczp_section ul {
  margin: -20px;
  width: calc(100% + 40px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.rczp_section li {
  width: 50%;
  padding: 20px;
}
.rczp_section a {
  display: block;
  width: 100%;
  background: url(img/img79.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 40px 40px 30px 40px;
}
.rczp_section a:hover {
  margin-top: -10px;
}
.rczp_section .top {
  width: 100%;
  padding-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #dedede;
  margin-bottom: 24px;
}
.rczp_section .top img {
  width: 26px;
  display: block;
}
.rczp_section .top .words {
  font-size: 26px;
  color: #00913a;
  line-height: 30px;
  padding-left: 16px;
  font-weight: bold;
  font-family: "微软雅黑";
}
.rczp_section .bottom {
  width: 100%;
}
.rczp_section .dl {
  width: calc(100% + 16px);
  margin: -8px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.rczp_section .dl .dd {
  padding: 8px;
}
.rczp_section .dl span {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 34px;
  padding: 0 12px;
  background: #00913a;
  border-radius: 4px;
}
.rczp_section .jj {
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 24px;
}
.rczp_section .more {
  font-size: 16px;
  color: #00913a;
  line-height: 20px;
}
@media screen and (max-width: 1680px) {
  .rczp_section a {
    padding: 26px;
  }
  .rczp_section .jj {
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .rczp_section {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .rczp_section h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .rczp_section ul {
    margin: 0;
    width: 100%;
  }
  .rczp_section li {
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
  }
  .rczp_section li:last-child {
    margin-bottom: 0;
  }
  .rczp_section a {
    padding: 20px;
  }
  .rczp_section a:hover {
    margin-top: 0;
  }
  .rczp_section .top {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .rczp_section .top img {
    width: 18px;
  }
  .rczp_section .top .words {
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
    width: calc(100% - 18px);
  }
  .rczp_section .dl {
    width: calc(100% + 12px);
    margin: -6px;
  }
  .rczp_section .dl .dd {
    padding: 6px;
  }
  .rczp_section .dl span {
    font-size: 14px;
    line-height: 30px;
    padding: 0 8px;
  }
  .rczp_section .jj {
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .rczp_section .more {
    font-size: 14px;
  }
}

/*商户详情*/
.shxq_section {
  width: 100%;
  padding-top: 74px;
  padding-bottom: 84px;
}
.shxq_section .con1 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 76px;
}
.shxq_section .con1 .left {
  width: 42.01388888888889%;
}
.shxq_section .con1 .pic {
  padding-bottom: 67.7685%;
  position: relative;
  overflow: hidden;
}
.shxq_section .con1 .pic img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shxq_section .con1 .right {
  width: 57.98611111111111%;
  padding-left: 74px;
}
.shxq_section .con1 .bt {
  font-size: 30px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 40px;
  font-weight: bold;
  font-family: "微软雅黑";
}
.shxq_section .con1 .info {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 20px;
}
.shxq_section .con1 .info2 {
  font-size: 20px;
  color: #00913a;
  line-height: 34px;
  font-weight: bold;
  font-family: "微软雅黑";
  white-space: pre-wrap;
}
.shxq_section .con2 {
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 34px;
}
.shxq_section .con2 img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .shxq_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .shxq_section .con1 {
    display: block;
    margin-bottom: 20px;
  }
  .shxq_section .con1 .left {
    width: 100%;
    margin-bottom: 14px;
  }
  .shxq_section .con1 .right {
    width: 100%;
    padding-left: 0;
  }
  .shxq_section .con1 .bt {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .shxq_section .con1 .info {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .shxq_section .con1 .info2 {
    font-size: 16px;
    line-height: 20px;
  }
  .shxq_section .con2 {
    font-size: 14px;
    line-height: 22px;
  }
}

.yzsh_section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 86px;
}
.yzsh_section h2 {
  font-size: 50px;
  color: #222222;
  line-height: 54px;
  text-align: center;
  font-weight: bold;
  font-family: "微软雅黑";
  margin-bottom: 100px;
}
.yzsh_section ul {
  margin: -26px -16px;
  width: calc(100% + 32px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.yzsh_section li {
  width: 33.33333%;
  padding: 26px 16px;
}
.yzsh_section ul a {
  display: block;
  width: 100%;
}
.yzsh_section ul a .picbox {
  width: 100%;
  position: relative;
}
.yzsh_section ul a .pic {
  width: 100%;
  padding-bottom: 79.69%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.yzsh_section ul a .pic img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  transition: -webkit-transform 2s;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.yzsh_section ul a:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.yzsh_section ul a:hover .pic {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
}
.yzsh_section ul a .more {
  width: 62px;
  height: 62px;
  background: #00913a;
  position: absolute;
  right: -5px;
  bottom: -5px;
  font-size: 24px;
  color: #fff;
  line-height: 62px;
  text-align: center;
  opacity: 0;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.yzsh_section ul a:hover .more {
  opacity: 1;
}
.yzsh_section ul a .wordsbox {
  width: 100%;
  padding-top: 30px;
}
.yzsh_section ul a .bt {
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.yzsh_section ul a:hover .bt {
  color: #00913a;
}
.yzsh_section ul a .btn {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.yzsh_section ul a .btn .line {
  width: 0;
  height: 3px;
  background: #00913a;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.yzsh_section ul a:hover .btn .line {
  width: 52px;
}
.yzsh_section ul a .btn .wz {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-transform: uppercase;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.yzsh_section ul a:hover .btn .wz {
  margin-left: 14px;
  color: #00913a;
}
.yzsh_section .page_section {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .yzsh_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .yzsh_section h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .yzsh_section ul {
    margin: -10px;
    width: calc(100% + 20px);
  }
  .yzsh_section li {
    width: 50%;
    padding: 10px;
  }
  .yzsh_section ul a .more {
    width: 36px;
    height: 36px;
    right: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 36px;
  }
  .yzsh_section ul a .wordsbox {
    padding-top: 12px;
  }
  .yzsh_section ul a .bt {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .yzsh_section ul a .btn .line {
    height: 2px;
  }
  .yzsh_section ul a:hover .btn .line {
    width: 40px;
  }
  .yzsh_section ul a:hover .btn .wz {
    margin-left: 6px;
    font-size: 13px;
  }
  .yzsh_section .page_section {
    margin-top: 20px;
  }
}

.xw_section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 86px;
}
.xw_section ul {
  margin-bottom: 90px;
}
.xw_section ul li {
  margin-bottom: 30px;
}
.xw_section ul li:last-child {
  margin-bottom: 0;
}
.xw_section ul a {
  display: flex;
  width: 100%;
  padding: 28px 44px 28px 50px;
  justify-content: flex-start;
  align-items: center;
  background: #f5f5f5;
}
.xw_section ul a:hover {
  background: #66bd89;
}
.xw_section ul a .date {
  font-size: 30px;
  color: #666666;
  line-height: 34px;
  width: 180px;
}
.xw_section ul a:hover .date {
  color: #fff;
}
.xw_section ul a .picbox {
  width: 400px;
  padding: 8px;
  background: #fff;
}
.xw_section ul a .pic {
  width: 100%;
  padding-bottom: 64.0625%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.xw_section ul a .pic img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  transition: -webkit-transform 2s;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.xw_section ul a:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.xw_section ul a .wordsbox {
  width: calc(100% - 400px - 180px);
  padding-left: 60px;
}
.xw_section ul a .bt {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 26px;
  font-weight: bold;
  font-family: "微软雅黑";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.xw_section ul a .info {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.xw_section ul a:hover .bt,
.xw_section ul a:hover .info {
  color: #fff;
}
.xw_section ul a .btn {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.xw_section ul a .btn .line {
  width: 0;
  height: 3px;
  background: #00913a;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.xw_section ul a:hover .btn .line {
  width: 50px;
}
.xw_section ul a .btn .wz {
  font-size: 12px;
  color: #333333;
  line-height: 16px;
  text-transform: uppercase;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.xw_section ul a:hover .btn .wz {
  color: #fff;
  margin-left: 14px;
}
@media screen and (max-width: 1680px) {
  .xw_section ul a {
    padding: 20px 30px;
  }
  .xw_section ul a .date {
    font-size: 20px;
    line-height: 24px;
    width: 140px;
  }
  .xw_section ul a .picbox {
    width: 340px;
  }
  .xw_section ul a .wordsbox {
    width: calc(100% - 340px - 140px);
    padding-left: 40px;
  }
  .xw_section ul a .bt {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .xw_section ul a .info {
    line-height: 26px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .xw_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xw_section ul {
    margin-bottom: 20px;
  }
  .xw_section ul li {
    margin-bottom: 14px;
  }
  .xw_section ul a {
    padding: 20px;
    display: block;
    position: relative;
  }
  .xw_section ul a .date {
    font-size: 16px;
    line-height: 20px;
    width: auto;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .xw_section ul a .picbox {
    width: 100%;
    padding: 6px;
  }
  .xw_section ul a .wordsbox {
    width: 100%;
    padding-left: 0;
    padding-top: 14px;
  }
  .xw_section ul a .bt {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .xw_section ul a .info {
    line-height: 22px;
    margin-bottom: 12px;
    text-align: justify;
  }
  .xw_section ul a .btn .line {
    height: 2px;
  }
  .xw_section ul a:hover .btn .line {
    width: 36px;
  }
  .xw_section ul a:hover .btn .wz {
    margin-left: 8px;
    line-height: 20px;
  }
}

.xwxq_section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.xwxq_section .content {
  width: 100%;
  background: #f5f5f5;
  padding: 76px 46px 62px 46px;
}
.xwxq_section h2 {
  font-size: 30px;
  color: #222222;
  line-height: 34px;
  text-align: center;
  margin-bottom: 26px;
  padding-bottom: 36px;
  border-bottom: 1px solid #dcdcdc;
}
.xwxq_section .dl {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.xwxq_section .dd {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-right: 140px;
}
.xwxq_section .dd:last-child {
  margin-right: 0;
}
.xwxq_section .cons {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 60px;
}
.xwxq_section .cons img {
  max-width: 100%;
  display: block;
}
.xwxq_section .page_box {
  width: 100%;
  padding-top: 48px;
  border-top: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.xwxq_section .page_box .page_l {
  width: calc(100% - 80px);
  padding-right: 80px;
}
.xwxq_section .page_box .page_l a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.xwxq_section .page_box .page_l a span {
  color: #333333;
}
.xwxq_section .page_box .page_l a:last-child {
  margin-bottom: 0;
}
.xwxq_section .page_box .page_l a:hover {
  color: #00913a;
}
.xwxq_section .page_box .back_r {
  width: 80px;
}
.xwxq_section .page_box .back_r a {
  display: block;
  width: 100%;
  background: #e2e2e2;
  border-radius: 100%;
}
.xwxq_section .page_box .back_r a:hover {
  background: #00913a;
}
.xwxq_section .page_box .back_r img {
  width: 100%;
  display: block;
}
.xwxq_section .page_box .back_r .ico2 {
  display: none;
}
.xwxq_section .page_box .back_r a:hover .ico1 {
  display: none;
}
.xwxq_section .page_box .back_r a:hover .ico2 {
  display: block;
}
@media screen and (max-width: 1024px) {
  .xwxq_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xwxq_section .content {
    padding: 20px;
  }
  .xwxq_section h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    text-align: left;
  }
  .xwxq_section .dl {
    margin-bottom: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .xwxq_section .dd {
    line-height: 18px;
    margin-right: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .xwxq_section .dd img {
    width: 20px;
    margin-right: 4px;
  }
  .xwxq_section .cons {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .xwxq_section .page_box {
    padding-top: 14px;
    align-items: center;
  }
  .xwxq_section .page_box .page_l {
    width: calc(100% - 36px);
    padding-right: 14px;
  }
  .xwxq_section .page_box .page_l a {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .xwxq_section .page_box .back_r {
    width: 36px;
  }
}

.jghq_section {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 90px;
}
.jghq_section ul {
  margin: 0 -16px;
  width: calc(100% + 32px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;

}
.jghq_section li {
  width: 50%;
  padding: 0 16px;
}
.jghq_section ul a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 26px 80px 26px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.jghq_section ul a:hover {
  background: #e5f4eb;
}
.jghq_section ul a .picbox {
  width: 170px;
}
.jghq_section ul a .pic {
  width: 100%;
  padding-bottom: 64.70588%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.jghq_section ul a .pic img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  transition: -webkit-transform 2s;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.jghq_section ul a:hover .pic img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.jghq_section ul a .wordsbox {
  width: calc(100% - 170px);
  padding-left: 28px;
  position: relative;
}
.jghq_section ul a .wordsbox .bt {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 22px;
}
.jghq_section ul a .wordsbox .date {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.jghq_section ul a:hover .wordsbox .bt,
.jghq_section ul a:hover .wordsbox .date {
  color: #00913a;
}
.jghq_section ul a .icobox {
  width: 60px;
  height: 34px;
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.jghq_section ul a:hover .icobox {
  background: #00913a;
}
.jghq_section ul a .icobox img {
  width: 22px;
  display: block;
}
.jghq_section ul a .icobox .ico2 {
  display: none;
}
.jghq_section ul a:hover .icobox .ico1 {
  display: none;
}
.jghq_section ul a:hover .icobox .ico2 {
  display: block;
}
.jghq_section .page_section {
  margin-top: 88px;
}
@media screen and (max-width: 1024px) {
  .jghq_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .jghq_section ul {
    margin: 0;
    width: 100%;
    display: block;
  }
  .jghq_section li {
    width: 100%;
    padding: 0;
  }
  .jghq_section ul a {
    padding: 12px 0 12px 6px;
  }
  .jghq_section ul a .picbox {
    width: 120px;
  }
  .jghq_section ul a .wordsbox {
    width: calc(100% - 120px);
    padding-left: 12px;
    padding-right: 26px;
  }
  .jghq_section ul a .wordsbox .bt {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .jghq_section ul a .icobox {
    width: 16px;
    height: auto;
    right: 6px;
  }
  .jghq_section ul a:hover .icobox {
    background: rgba(255, 255, 255, 0);
  }
  .jghq_section ul a .icobox img {
    width: 16px;
  }
  .jghq_section ul a:hover .icobox .ico1 {
    display: block;
  }
  .jghq_section ul a:hover .icobox .ico2 {
    display: none;
  }
  .jghq_section .page_section {
    margin-top: 20px;
  }
}
