body {
  color: #fff;
  font-family: "宋体";
  background: #000;
  font-size: 14px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0, 0.7);
  z-index: 101;
  display: none;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */

  -webkit-user-select: none; /* Chrome/Safari/Opera */

  -khtml-user-select: none; /* Konqueror */

  -moz-user-select: none; /* Firefox */

  -ms-user-select: none; /* Internet Explorer/Edge */

  user-select: none; /* Non-prefixed version, currently

not supported by any browser */
}
dl {
  margin: 0;
}

dt {
  font-weight: normal;
}

ul,
li {
  list-style-type: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  color: #fff;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

a:focus {
  text-decoration: none;
  color: inherit;
}

img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
}

table {
  border-collapse: collapse;
}

input,
textarea,
select,
button {
  border: 0;
  outline: none;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  height: 100%;
}
.container1000 {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  height: 100%;
}

/*公共样式勿删除*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flex {
  display: flex;
  align-items: center;
}

.flex_item {
  flex: 1;
}

/**/
.header {
  position: fixed;
  left: 0;
  font-size: 18px;
  top: 0;
  padding: 0 60px;
  width: 100%;
  height: 170px;
  top: 10px;
  z-index: 100;
  transition: all 0.6s;
}

.header.on {
  top: 0;
  background: rgba(0, 0, 0, 0.75);
}

.header .logo {
  position: absolute;
  left: 50%;
  width: 290px;
  display: block;
  height: 125px;
  top: 50%;
  background: url(../images/logo.png) center no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}

.header ul {
  display: flex;
}

.header ul li a {
  display: block;
  line-height: 170px;
  padding: 0 35px;
}

.header .btn {
  display: inline-block;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #b2c569;
  position: absolute;
  right: 95px;
  bottom: -50px;
  padding: 5px 10px;
  background-size: 100%;
  background-clip: text;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  -moz-text-fill-color: transparent;
  -moz-background-clip: text;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #effbd7;
  background-image: -webkit-linear-gradient(45deg, #8ca224, #effbd7);
  background-image: linear-gradient(45deg, #8ca224, #effbd7);
}

.lag {
  position: absolute;
  right: 95px;
  top: 330px;
  text-align: center;
  font-size: 14px;
}

.footer .flex {
  padding: 30px 0;
}

.footer p {
  font-size: 16px;
  opacity: 0.8;
  margin: 30px 0 100px;
}

.footer p span {
  padding-left: 60px;
}

.footer dt {
  font-size: 18px;
  margin: 20px 0 10px;
}

.footer dd {
  font-size: 18px;
  opacity: 0.5;
}

.footer .flex a {
  display: inline-block;
}
.footer .flex a + a {
  margin-left: 15px;
}

/**/

.homepage .a {
  position: relative;
}

.homepage .a p {
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  text-align: center;
  font-size: 58px;
  font-family: SIMLI;
  line-height: 130px;
  margin-top: -50px;
}

.homepage .a .ani-slide p {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.homepage .title span {
  background-size: 100%;
  background-clip: text;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  -moz-text-fill-color: transparent;
  -moz-background-clip: text;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #effbd7;
  background-image: -webkit-linear-gradient(45deg, #8ca224, #effbd7);
  background-image: linear-gradient(45deg, #8ca224, #effbd7);
  font-size: 52px;
}

.homepage .bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.homepage .bd p {
  font-size: 28px;
  line-height: 62px;
  margin: 30px 0;
}

.homepage .bd .none a {
  font-size: 22px;
  opacity: 0.6;
  text-decoration: underline;
}

.homepage .b {
  height: 1078px;
  text-align: right;
  background: url(../images/home_02.jpg) center no-repeat;
}

.homepage .b .flex_item a {
  font-size: 18px;
  display: inline-block;
  position: absolute;
  font-weight: bold;
}

.homepage .b .flex_item a i,
.common_dian {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  margin: -5px 10px 0 10px;
}

.homepage .b .flex_item a i em,
.common_dian em {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #dee6da;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.homepage .b .flex_item a i::before,
.common_dian::before {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  content: "";
  background-color: #5b8348;
  z-index: 2;
}

.homepage .b .flex_item a i::after,
.common_dian::after {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  content: "";
  background-color: #5b8348;
}

.homepage .b .flex_item a i::before,
.common_dian::before {
  animation: scale 2s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.homepage .b .flex_item a:first-child {
  left: 675px;
  top: 330px;
}

.homepage .b .flex_item a:nth-child(2) {
  left: 330px;
  top: 600px;
}

.homepage .b .flex_item a:nth-child(3) {
  left: 300px;
  top: 650px;
}

.homepage .b .flex_item a:nth-child(4) {
  left: 430px;
  top: 610px;
}

.homepage .b .flex_item a:nth-child(5) {
  left: 585px;
  top: 608px;
}

.homepage .b .flex_item a:nth-child(6) {
  left: 618px;
  top: 650px;
}

.homepage .c {
  height: 1080px;
  background: url(../images/home_04.jpg) center no-repeat;
  background-size: cover;
}

.homepage .d {
  height: 1080px;
  text-align: right;
  background: url(../images/home_06.jpg) center no-repeat;
  background-size: cover;
}

.homepage .e {
  height: 1070px;
  background: url(../images/home_07.jpg) center no-repeat;
  background-size: cover;
}

.homepage .f {
  height: 1070px;
  text-align: right;
  background: url(../images/home_08.jpg) center no-repeat;
  background-size: cover;
}

.homepage .g .scroll {
  background: url(../images/line.png) center top no-repeat;
  background-size: auto 100%;
  padding-bottom: 80px;
}

.homepage .g .hd {
  text-align: center;
  margin-bottom: 80px;
}

.homepage .g .hd h3 {
  font-size: 78px;
  opacity: 0.3;
}

.homepage .g .scroll .flex {
  align-items: stretch;
  padding-bottom: 80px;
}

.homepage .g .scroll .flex i {
  width: 34px;
  display: block;
  margin: -15px 15px 0;
  height: 34px;
  background: url(../images/home_11.png) center no-repeat;
}

.homepage .g .scroll .flex .flex_item {
  margin-top: -20px;
}

.homepage .g .scroll .flex h4 {
  font-size: 20px;
  line-height: 48px;
  margin-bottom: 15px;
}

.homepage .g .scroll .flex > div:first-child {
  text-align: right;
}

.homepage .pic {
  max-width: 665px;
  width: 100%;
}
.homepage .pic2 {
  width: 40%;
}

/**/
.lhg .a {
  height: 1204px;
  padding-top: 100px;
  background: url(../images/2_02.png) center no-repeat;
  background-size: 100% 100%;
}

.lhg .a img {
  max-width: 100%;
}

.lhg .a .bd {
  position: relative;
}

.lhg .a .bd a {
  position: absolute;
  font-size: 22px;
  top: 210px;
  right: 240px;
}

.lhg .b {
  height: 1001px;
  padding-top: 350px;
  background: url(../images/2_05.png) center no-repeat;
  background-size: cover;
  line-height: 50px;
  text-align: right;
  font-size: 20px;
}

.lhg .b dd {
  margin-top: 20px;
  margin-right: 85px;
}

.lhg .c {
  padding: 120px 0;
  background: url(../images/2_07.png) center no-repeat;
  background-size: 100% auto;
}

.lhg .c .hd {
  text-align: center;
  font-size: 22px;
  position: relative;
  margin-bottom: 200px;
}

.lhg .c .hd img {
  border-radius: 50%;
  width: 113px;
  height: 113px;
  margin-bottom: 20px;
}

.lhg .c .hd .swiper-button-next {
  right: -60px;
  margin-top: -40px;
}

.lhg .c .hd .swiper-button-prev {
  left: -60px;
  margin-top: -40px;
}

.lhg .c .swiper-button-next:after,
.lhg .c .swiper-button-prev:after {
  font-size: 26px;
}

.lhg .title {
  text-align: center;
}
.lhg .c .bd .tab {
  color: rgba(82, 88, 55, 0.67);
  font-size: 24px;
  padding-top: 60px;
}
.lhg .c .bd .tab li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-family: Arial, Helvetica, sans-serif;
}
.lhg .c .bd .tab li.on {
  color: #97ab3f;
  font-size: 28px;
  text-decoration: underline;
}
.lhg .c .bd {
  text-align: center;
}

.lhg .c .bd p {
  line-height: 40px;
  font-size: 24px;
  margin: 40px 0 130px;
}

.lhg .c .bd h3 {
  font-size: 58px;
  margin-top: 100px;
  color: rgba(255, 255, 255, 0.6);
}

.lhg .c .bd h3 span {
  font-size: 65px;
  color: #fff;
}

.lhg .c .ft {
  height: 503px;
  overflow: hidden;
}

.lhg .c .ft.on {
  height: auto;
}

.lhg .c .ft ul {
  margin: 0 -38px;
}

.lhg .c .ft li {
  float: left;
  width: 50%;
  padding: 0 38px;
}

.lhg .c .ft h3 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}

.lhg .c .ft h3 span {
  position: relative;
}

.lhg .c .ft h3 span::after {
  content: "";
  display: inline-block;
  width: 210px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.lhg .c .ft img {
  width: 100%;
}

.lhg .c .ft p {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 15px;
  text-transform: uppercase;
}

.lhg .c .ft p a {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.lhg .c .ft p span {
  font-size: 48px;
  padding-right: 10px;
  color: #fff;
}

.lhg .c .more {
  text-align: center;
  padding-top: 60px;
}

.lhg .c .more i {
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #a3a3a3;
}

.lhg .c .more.on i {
  border-bottom: 12px solid #a3a3a3;
  border-top: none;
}

.lhg .d .swiper-slide {
  width: 55%;
  height: 457px;
  margin: 30px 0;
}

.lhg .d .swiper-slide video {
  width: 100%;
  height: 100%;
}

.lhg .d .bd {
  padding: 80px 0 300px;
}

.lhg .e .hd {
  text-align: center;
  padding: 150px 0;
  font-size: 24px;
  line-height: 50px;
}
.lhg .e .hd .swiper-button-prev {
  left: 50%;
  bottom: 3px;
  margin-left: -100px;
  top: auto;
  margin-top: 0;
}
.lhg .e .hd .swiper-button-next {
  right: 50%;
  bottom: 3px;
  margin-right: -100px;
  top: auto;
  margin-top: 0;
}
.lhg .e .hd .swiper-button-prev i {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 11px solid #fff;
}
.lhg .e .hd .swiper-button-next i {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 11px solid #fff;
}
.lhg .e .hd .swiper-button-next:after,
.lhg .e .hd .swiper-button-prev:after {
  display: none;
}
.lhg .e .hd .flex {
  align-items: stretch;
}
.lhg .e .hd .side {
  width: 50%;
}
.lhg .e .hd span {
  font-size: 85px;
  display: inline-block;
  line-height: 85px;
}
.lhg .e .hd b {
  font-size: 24px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  margin-top: 15px;
  border: 1px solid #fff;
  width: 120px;
  line-height: 30px;
}
.lhg .e .bd {
  position: relative;
}

.lhg .e .bd img {
  width: 100%;
  border: 1px solid #fff;
}

.lhg .e .bd .swiper-button-next:after,
.lhg .e .bd .swiper-button-prev:after {
  font-size: 24px;
}

.lhg .e .bd .swiper-button-next {
  right: -50px;
}

.lhg .e .bd .swiper-button-prev {
  left: -50px;
}

.lhg .f {
  padding: 170px 0;
}

.lhg .f .bd {
  margin-top: 90px;
}

/**/
.join_us {
  height: 1298px;
  background: url(../images/3_bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 320px;
  font-weight: bold;
}

.join_us .title {
  text-align: center;
  padding-bottom: 80px;
}

.join_us .flex {
  align-items: stretch;
}

.join_us .left {
  font-size: 24px;
  line-height: 48px;
  width: 280px;
}

.join_us .left a {
  color: #a9f217;
  text-decoration: underline;
}

.join_us .bd {
  font-size: 16px;
  line-height: 36px;
  padding: 45px;
  background: rgba(27, 27, 27, 0.7);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.join_us .bd .flex {
  padding-bottom: 10px;
}

.join_us .bd .flex b {
  width: 120px;
}

.join_us .ft {
  color: #839264;
  font-size: 20px;
  margin-top: 25px;
}

.join_us .bd .box {
  height: 530px;
  overflow-y: scroll;
}

.join_us .bd .box::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
.join_us .bd .box::-webkit-scrollbar-track {
  background-color: #b5b2b2;
}

/*定义滑块 内阴影+圆角*/
.join_us .bd .box::-webkit-scrollbar-thumb {
  background-color: #707070;
}

/**/
.aboutus .a {
  height: 1000px;
  padding-top: 220px;
  font-weight: bold;
  font-size: 22px;
  line-height: 66px;
  background: url(../images/4_02.jpg) center no-repeat;
  background-size: cover;
}

.aboutus .a .more {
  padding-top: 55px;
}

.aboutus .a .more a {
  display: inline-block;
  border-bottom: 2px solid #8ca224;
  line-height: 50px;
  font-size: 30px;
  background-size: 100%;
  background-clip: text;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  -moz-text-fill-color: transparent;
  -moz-background-clip: text;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #effbd7;
  background-image: -webkit-linear-gradient(45deg, #8ca224, #effbd7);
  background-image: linear-gradient(45deg, #8ca224, #effbd7);
}

.aboutus .b {
  height: 1105px;
  text-align: center;
  padding-top: 90px;
  font-weight: bold;
  font-size: 30px;
  background: url(../images/4_03.jpg) center no-repeat;
  background-size: cover;
}

.aboutus .b li {
  float: left;
  width: 25%;
  cursor: pointer;
}

.aboutus .b dt {
  font-size: 48px;
}

.aboutus .b dd {
  font-size: 24px;
  margin-top: 20px;
}

.aboutus .b dl {
  letter-spacing: 3px;
}

.aboutus .b .title {
  padding: 120px 0;
}

.aboutus .c {
  height: 2169px;
  font-weight: bold;
  padding-top: 130px;
  background: url(../images/4_04.jpg) center no-repeat;
  background-size: cover;
}

.aboutus .c .title {
  text-align: center;
}

.aboutus .c .flex {
  padding: 100px 0 0;
  font-size: 24px;
  line-height: 50px;
}

.aboutus .c .flex .pic {
  width: 320px;
}

.aboutus .c .bd {
  padding-bottom: 10px;
}

.aboutus .c .bd ul {
  margin: 0 -30px;
}

.aboutus .c .bd li {
  font-size: 28px;
  margin-top: 70px;
  float: left;

  width: 20%;
  text-align: center;
}

.aboutus .c .bd-2 li {
  width: 25%;
}
.aboutus .c .bd li img {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 168px;
  margin-bottom: 20px;
  height: 168px;
}

.aboutus .c .pic span {
  display: block;
  color: #888888;
  font-size: 30px;
}

.aboutus .c .bd-1 ul {
  margin: 0;
}

.aboutus .c .bd-1 li {
  text-align: left;
  height: 218px;
}

.aboutus .c .bd-1 li h4 {
  font-size: 24px;
  line-height: 36px;
  margin-top: 15px;
}

.aboutus .c .more {
  margin-top: 50px;
  cursor: pointer;
}

.aboutus .c .more a {
  display: inline-block;
  font-size: 18px;
  opacity: 0.6;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

.aboutus .d {
  padding-top: 1980px;

  text-align: center;
}

.aboutus .d .bd {
  margin-top: 10px;
  height: 885px;
  overflow: hidden;
}

.aboutus .d .bd.on {
  height: auto;
}

.aboutus .d .bd li {
  float: left;
  font-size: 28px;
  font-weight: bold;
  width: 20%;
  margin-top: 70px;
}

.aboutus .d .bd li img {
  border-radius: 50%;
  width: 165px;
  height: 165px;
  margin-bottom: 20px;
}

.aboutus .d .ft {
  text-align: center;
  padding-top: 90px;
}

.aboutus .d .ft i {
  cursor: pointer;
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #636563;
}

.aboutus .d .ft i.on {
  border-bottom: 10px solid #fff;
  border-top: none;
}

.aboutus .e {
  background: url(../images/4_06.jpg) center no-repeat;
  background-size: cover;
  height: 1063px;
  padding-top: 250px;
  text-align: center;
  margin: -100px 0;
}

.aboutus .e .bd p {
  font-size: 28px;
  line-height: 72px;
  letter-spacing: 5px;
  padding: 80px 8%;
}

.aboutus .e .more a {
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  font-size: 22px;
  opacity: 0.6;
}

/**/
.dialog {
  position: fixed;
  display: none;
  left: 50%;
  top: 50%;
  width: 900px;
  border-radius: 20px;
  z-index: 999;
  max-height: 100%;
  overflow-y: auto;
  padding: 70px 92px;
  background: rgba(112, 112, 112, 0.95);
  max-width: 95%;
  transform: translate(-50%, -50%);
}

.dialog .close {
  z-index: 100;
  cursor: pointer;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 99;
  top: 60px;
  right: 80px;
  background: url(../images/close.png) center no-repeat;
}

.detail-1 {
  padding: 30px;
  font-family: Arial, Helvetica, sans-serif;
}

.detail-1 p {
  font-size: 16px;
  margin-top: 30px;
  line-height: 25px;
}
.detail-1 h4 {
  font-size: 18px;
}
.detail-1 dd {
  line-height: 32px;
  margin-top: 15px;
  font-size: 22px;
}

.detail-1 dt {
  font-size: 20px;
}

.detail-1 img {
  border-radius: 50%;
  margin-right: 40px;
  width: 168px;
  height: 168px;
  border: 1px solid #fff;
}

.tbox3 {
  background: url(../images/4_50.png) center no-repeat;
  width: 1200px;
  height: 679px;
}

.tbox3 .flex {
  align-items: stretch;
  line-height: 72px;
  font-size: 30px;
  padding: 160px 50px 0;
}

.tbox3 .flex b {
  text-decoration: underline;
  color: #89b929;
  width: 320px;
  font-size: 30px;
}

.tbox2 {
  width: 70%;
}

.detail-2 h2 {
  font-weight: bold;
  font-size: 34px;
}

.detail-2 {
  font-family: Arial, Helvetica, sans-serif;
}

.detail-2 li {
  float: left;
  width: 33.3%;
  margin-top: 50px;
  font-size: 16px;
  line-height: 28px;
}

.detail-2 li h4 {
  font-weight: bold;
}

.detail-2 li p {
  height: 108px;
  overflow: hidden;
  font-size: 14px;
}
.detail-21 {
  font-family: Arial, Helvetica, sans-serif;
}
.detail-21 {
  font-size: 22px;
}
.detail-21 li {
  float: left;
  width: 33.3%;
  margin-top: 30px;
  font-size: 16px;
  line-height: 20px;
  height: 120px;
}

.detail-21 li h4 {
  font-weight: bold;
}

.detail-21 li p {
  height: 98px;
  overflow: hidden;
  font-size: 12px;
}

.tbox21 {
  width: 90%;
}

.detail-3 h2 {
  font-weight: bold;
  font-size: 28px;
}

.detail-3 {
  font-family: Arial, Helvetica, sans-serif;
}

.detail-3 li {
  float: left;
  width: 33.3%;
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
  height: 108px;
}

.detail-3 li h4 {
  font-weight: bold;
}

.detail-3 li p {
  overflow: hidden;
  font-size: 14px;
}

/**/
.lhg .a .bd .dian-1 {
  top: 330px;
  right: 290px;
}

.lhg .e {
  background: url(../images/6_25.png) top center no-repeat;
  background-size: 100% auto;
}

.lhg .b-1 {
  background: url(../images/6_06.jpg) center no-repeat;
  background-size: cover;
}

.lhg .c-1 {
  background: url(../images/6_08.png) center no-repeat;
  background-size: 100% auto;
}

.lhg .e-1 {
  padding-bottom: 150px;
}

.lhg .b-2 {
  background: url(../images/7_06.jpg) center no-repeat;
  background-size: cover;
}

.lhg .c-2 {
  background: url(../images/7_22.png) center no-repeat;
  background-size: 100% auto;
}

.lhg .a .bd .dian-2 {
  top: 350px;
  right: 370px;
}

.lhg .b-3 {
  background: url(../images/8_06.jpg) center no-repeat;
  background-size: cover;
}

.lhg .c-3 {
  background: url(../images/8_21.png) center no-repeat;
  background-size: 100% auto;
}

.lhg .a .bd .dian-3 {
  top: 400px;
  right: 230px;
}

.lhg .b-4 {
  background: url(../images/9_06.jpg) center no-repeat;
  background-size: cover;
}

.lhg .c-4 {
  background: url(../images/9_21.png) center no-repeat;
  background-size: 100% auto;
}

.lhg .a .bd .dian-4 {
  top: 260px;
  right: 400px;
}

.lhg .b-5 {
  background: url(../images/10_06.jpg) center no-repeat;
  background-size: cover;
}

.lhg .c-5 {
  background: url(../images/10_21.png) center no-repeat;
  background-size: 100% auto;
}

.lhg .a .bd .dian-5 {
  top: 200px;
  right: 530px;
}

/**/
.gongkai .a {
  height: 1219px;
  background: url(../images/5_02.jpg) center no-repeat;
  background-size: 100% 100%;
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 90px;
  font-weight: bold;
}

.gongkai .a p {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gongkai .b {
  height: 1080px;
  background: url(../images/5_03.png) center no-repeat;
  background-size: cover;
  text-align: center;
}

.gongkai .b .title {
  padding: 100px 0;
}

.gongkai .b .bd {
  position: relative;
  color: #8bb82d;
  font-size: 30px;
}

.gongkai .b .bd img {
  width: 100%;
  border: 1px solid #fff;
  margin-bottom: 30px;
}

.gongkai .b .bd .swiper-button-next {
  display: inline-block;
  right: -50px;
  width: 0;
  margin-top: -50px;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #757574;
}

.gongkai .b .bd .swiper-button-next:after,
.gongkai .b .bd .swiper-button-prev:after {
  display: none;
}

.gongkai .b .bd .swiper-button-prev {
  display: inline-block;
  left: -50px;
  margin-top: -50px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 22px solid #757574;
}

.gongkai .c {
  padding-bottom: 120px;
}

.gongkai .c .tabtitle {
  font-size: 22px;
  margin: 60px 0;
  color: #8bb82d;
}

.gongkai .c .tabtitle li {
  opacity: 0.3;
  cursor: pointer;
}

.gongkai .c .tabtitle .on {
  opacity: 1;
  text-decoration: underline;
}

.gongkai .c .tabbox li {
  float: left;
  width: 25%;
  min-height: 132px;
  padding: 30px 0;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-size: 16px;
}

.gongkai .c .tabbox li img {
  margin-right: 20px;
}

.gongkai .c .tabbox li .flex_item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.hidden {
  display: none;
}

.gongkai .c .tab div {
  position: relative;
  font-weight: bold;
  font-size: 30px;
  line-height: 60px;
  opacity: 0.3;
  cursor: pointer;
  padding-left: 40px;
}

.gongkai .c .tab div.on {
  opacity: 1;
}

.gongkai .c .tab div.on::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

/**/
.bhd .a {
  font-size: 22px;
  line-height: 62px;
  font-weight: bold;
}
.bhd .a p {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  text-align: justify;
}

.bhd .d .swiper-slide {
  width: 55%;
  height: 457px;
  margin: 30px 0;
}
.bhd .d .swiper-slide video {
  width: 100%;
  height: 100%;
}
.bhd .d .bd {
  padding: 30px 0 50px;
}
.bhd .d .title {
  text-align: center;
  padding-top: 50px;
}

.bhd .b {
  height: 1190px;
  background: url(../images/11_03.png) center no-repeat;
  background-size: cover;
  padding-top: 340px;
  font-size: 22px;
  line-height: 72px;
}

.bhd .b p {
  max-width: 45%;
  margin: 50px 0;
  margin-left: 100px;
  line-height: 50px;
}

.bhd .b .more a {
  font-size: 18px;
  opacity: 0.6;
  text-decoration: underline;
  margin-left: 100px;
}

.homepage .b-1 {
  height: 1038px;
  text-align: right;
  background: url(../images/11_01.png) center no-repeat;
}

.homepage .b-1 .flex_item a:first-child {
  top: 320px;
  left: 850px;
}

.homepage .b-1 .flex_item a:nth-child(2) {
  left: 500px;
  top: 610px;
}

.homepage .b-1 .flex_item a:nth-child(3) {
  left: 470px;
  top: 660px;
}

.homepage .b-1 .flex_item a:nth-child(4) {
  left: 610px;
  top: 615px;
}

.homepage .b-1 .flex_item a:nth-child(5) {
  left: 770px;
  top: 630px;
}

.homepage .b-1 .flex_item a:nth-child(6) {
  left: 800px;
  top: 670px;
}
/**/
.jiang .a {
  height: 927px;
  background: url(../images/12_bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 300px;
}
.jiang .a img {
  max-width: 80%;
}
.jiang .a a {
  font-size: 24px;
  display: inline-block;
  margin-top: 70px;
  text-decoration: underline;
  opacity: 0.6;
}

.jiang .b {
  text-align: center;
  padding: 50px 0 150px;
}
.jiang .b p {
  opacity: 0.3;
  padding: 30px 0 60px;
  font-size: 42px;
}
.jiang .b .p {
  padding: 60px 0 30px;
}
.jiang .b h4 {
  text-align: left;
  font-size: 24px;
  line-height: 46px;
}
.jiang .b img {
  max-width: 100%;
}
.jiang .b .box .swiper-slide {
  cursor: pointer;
}
.jiang .b .box {
  padding: 0 60px;
  margin: 50px 0 60px;
  font-size: 20px;
  position: relative;
}
.jiang .b .box img {
  border-radius: 50%;
  margin-bottom: 20px;
  width: 100%;
}
.jiang .b .swiper-button-next,
.jiang .b .swiper-button-prev {
  margin-top: -35px;
}
.jiang .b .swiper-button-next:after,
.jiang .b .swiper-button-prev:after {
  font-size: 24px;
}
.jiang .c .title {
  text-align: center;
}
.jiang .c {
  font-weight: bold;
  line-height: 46px;
  font-size: 24px;
}
.jiang .c p {
  margin-top: 20px;
}
.jiang .c video {
  display: block;
  width: 90%;
  margin: 60px auto;
}
.jiang .c h3 {
  margin-top: 50px;
}
.jiang .c h3 span,
.jiang .d .title span {
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-size: 30px;
}
.jiang .c h3 span::after,
.jiang .d .title span::after {
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.3);
}
.jiang .d {
  padding: 100px 0;
}
.jiang .d img {
  width: 100%;
}
.jiang .d .row {
  margin: 0 -33px;
}
.jiang .d .col-5 {
  float: left;
  width: 50%;
  padding: 0 33px;
}
.jiang .d .title {
  margin-bottom: 40px;
}
.jiang .d .left .swiper-button-next:after,
.jiang .d .left .swiper-button-prev:after {
  font-size: 24px;
}
.jiang .d .right .pic {
  width: 248px;
  height: 168px;
  margin-right: 40px;
}
.jiang .d .right {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.jiang .d .right p {
  height: 60px;
  overflow: hidden;
  margin-bottom: 40px;
}
.jiang .d .right .more {
  display: inline-block;
  font-size: 18px;
  opacity: 0.6;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
.jiang .d .right li {
  margin-bottom: 30px;
}
.jiang .d .right .bd {
  height: 564px;
  padding-right: 30px;
  overflow-y: auto;
}
.jiang .d .right .bd::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
.jiang .d .right .bd::-webkit-scrollbar-track {
  background-color: #b5b2b2;
}

/*定义滑块 内阴影+圆角*/
.jiang .d .right .bd::-webkit-scrollbar-thumb {
  background-color: #707070;
}
/**/
.jiang2019 {
  background: url(../images/bg_13.jpg) top center no-repeat;
  background-size: 100% auto;
}
.jiang2019 .a {
  padding: 435px 0 265px;
}
.jiang2019 .a .title,
.jiang2019 .b .title {
  margin-bottom: 80px;
}
.jiang2019 .a .title img,
.jiang2019 .b .title img {
  max-width: 70%;
}
.jiang2019 .b {
  padding-bottom: 200px;
}
.jiang2019 .b .title {
  text-align: center;
}
.jiang2019 .b li {
  float: left;
  padding: 7px;
  width: 14.285%;
}
.jiang2019 .b li img {
  width: 100%;
}
.jiang2019 .b li:last-child {
  width: 57.142%;
}

/**/
.newsdetail {
  padding: 340px 40px 80px;
  font-weight: bold;
  font-size: 14px;
}
.newsdetail .hd h1 {
  font-size: 22px;
  font-weight: bold;
}
.newsdetail .hd h4 {
  opacity: 0.5;
  font-weight: bold;
  margin-top: 30px;
}
.newsdetail .bd {
  line-height: 48px;
}
.newsdetail .bd h3 {
  font-size: 16px;
  color: #75a444;
  font-weight: bold;
}
.newsdetail .bd .flex {
  margin: 50px -25px;
}
.newsdetail .bd .flex > div {
  padding: 0 25px;
}
.newsdetail .bd img {
  max-width: 100%;
}
/**/
.newslistpage .a {
  height: 1900px;
  background: url(../images/newsbg.png) top center no-repeat;
  background-size: 100% 100%;
  padding-top: 200px;
}

.newslistpage .a .hd a {
  display: inline-block;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  background: #1d1d1f;
  color: rgba(255, 255, 255, 0.6);
  line-height: 48px;
  padding: 0 20px;
  margin: 15px 10px 0 0;
}
.newslistpage .title {
  text-align: center;
  padding: 10px 0;
}
.newslistpage .a .bd {
  height: 412px;
  padding: 70px;
  background: url(../images/15_11.jpg) top center no-repeat;
  background-size: cover;
  line-height: 48px;
  font-size: 18px;
  border-radius: 10px;
}
.newslistpage .a .bd p {
  max-width: 65%;
  letter-spacing: 2px;
}
.newslistpage .a .bd h3 {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 20px;
}
.newslistpage .a .ft {
  margin-top: 20px;
}
.newslistpage .a .ft ul {
  margin: 0 -30px;
}
.newslistpage .a .ft dl {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  float: left;
  width: 25%;
  padding: 30px;
}
.newslistpage .a .ft img {
  width: 100%;
  height: 126px;
}
.newslistpage .a .ft dt {
  margin-top: 25px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newslistpage .a .ft dd {
  font-size: 14px;
  color: gray;
}
.newslistpage .more {
  text-align: center;
  font-size: 20px;
  padding: 50px 0;
}
.newslistpage .more a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}

.newspage .a {
  background: url(../images/bg15_01.jpg) top center no-repeat;
  padding-top: 310px;
}
.newspage .a .hd a {
  display: inline-block;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  background: #1d1d1f;
  color: rgba(255, 255, 255, 0.6);
  line-height: 48px;
  padding: 0 30px;
  margin: 15px 10px 0 0;
}
.newspage .title {
  text-align: center;
  padding: 70px 0;
}
.newspage .a .bd {
  height: 412px;
  padding: 70px;
  background: url(../images/15_11.jpg) top center no-repeat;
  background-size: cover;
  line-height: 48px;
  font-size: 18px;
  border-radius: 10px;
}
.newspage .a .bd p {
  max-width: 65%;
  letter-spacing: 2px;
}
.newspage .a .bd h3 {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 20px;
}
.newspage .a .ft {
  margin-top: 20px;
}
.newspage .a .ft ul {
  margin: 0 -30px;
}
.newspage .a .ft li {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  float: left;
  width: 25%;
  padding: 30px;
}
.newspage .a .ft img {
  width: 100%;
}
.newspage .a .ft p {
  margin-top: 25px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newspage .more {
  text-align: center;
  font-size: 20px;
  padding: 50px 0;
}
.newspage .more a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
.newspage .b {
  background: url(../images/bg15_03.jpg) bottom center no-repeat;
  padding-bottom: 80px;
  margin-bottom: -80px;
}
.newspage .b .hd {
  position: relative;
}
.newspage .b .hd .flex {
  background: #1b1b1e;
  border-radius: 10px;
  overflow: hidden;
}
.newspage .b .hd .pic img {
  width: 100%;
}
.newspage .b .hd .pic {
  margin-right: 30px;
}
.newspage .b .hd dd {
  font-size: 16px;
  font-weight: bold;
  color: #a1a1a7;
  margin-top: 15px;
}
.newspage .b .hd dt {
  font-size: 22px;
  font-weight: bold;
}
.newspage .b .hd .swiper-button-next {
  right: -40px;
  display: inline-block;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #808080;
}
.newspage .b .hd .swiper-button-prev {
  left: -40px;
  display: inline-block;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #808080;
}
.newspage .b .hd .swiper-button-next:after,
.newspage .b .hd .swiper-button-prev:after {
  display: none;
}
.newspage .b .bd {
  padding: 50px 0;
}
.newspage .b .bd h3 {
  font-weight: bold;
  font-size: 30px;
  color: #b5b5b6;
  margin: 50px 0;
}
.newspage .b .bd h3 span {
  position: relative;
  z-index: 3;
  padding: 3px 10px;
}
.newspage .b .bd h3 span::after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.3);
  height: 8px;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.newspage .b .bd li {
  float: left;
  padding: 25px;
  width: 33.333%;
}
.newspage .b .bd ul {
  margin: -25px;
}
.newspage .b .bd dt {
  font-size: 18px;
  line-height: 32px;
  height: 64px;
  margin: 15px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newspage .b .bd dd {
  color: #898989;
}
.newspage .c .bd ul {
  margin: -12px;
}
.newspage .c .bd li {
  float: left;
  width: 25%;
  padding: 12px;
}
.newspage .c .bd img {
  width: 100%;
}
.newspage .c .bd li a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.newspage .c .bd li .box {
  position: absolute;

  left: 0;
  bottom: 0;
  padding: 30px;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    #111111,
    #111111
  );
  width: 100%;
}
.newspage .c .bd li .box p {
  line-height: 26px;
  font-size: 16px;
  position: relative;
  height: 52px;
  margin: 40px 0 0;
}
.newspage .c .bd li .box p::before {
  content: "";
  display: block;
  width: 33px;
  height: 24px;
  background: url(../images/15_27.png) center no-repeat;
  position: absolute;
  left: -10px;
  top: -30px;
}
.newspage .c .bd li .box p::after {
  content: "";
  display: block;
  width: 33px;
  height: 24px;
  background: url(../images/15_28.png) center no-repeat;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.newspage .c .bd li dd {
  color: #a1a1a7;
  margin-top: 5px;
}
.newspage .c .bd li dt {
  font-size: 2px;
}
.newspage .d {
  background: url(../images/bg15_05.jpg) center no-repeat;
  background-size: 100% 100%;
  padding-bottom: 150px;
}
.newspage .d .bd img {
  width: 100%;
  border-radius: 10px;
}

.newspage .d .ft {
  position: relative;
  margin-top: 40px;
}
.newspage .d .ft .swiper-button-next {
  right: -70px;
}
.newspage .d .ft .swiper-button-prev {
  left: -70px;
}
.newspage .d .bd p {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 28px;
}
.newspage .d .bd h5 {
  margin-top: 15px;
}
.newspage .d .ft .swiper-slide-thumb-active img {
  border: 3px solid #89b929;
  border-radius: 10px;
}

/**/
.gd_detail {
  padding: 368px 0 100px;
}
.gd_detail .tabtitle {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 30px;
  border-bottom: 2px solid #1d1d1f;
}
.gd_detail .tabtitle li {
  background: #1d1d1f;
  border-radius: 5px 5px 0 0;
  line-height: 46px;
  width: 137px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
}
.gd_detail .tabtitle li.on {
  color: #fff;
}
.gd_detail .bd li {
  float: left;
  width: 20%;
  padding: 15px;
}
.gd_detail .bd img {
  width: 100%;
  height: 135px;
}
.gd_detail .bd {
  padding: 15px;
}

.gd_detail .bd ul a {
  display: block;
  position: relative;
}
.gd_detail .bd ul a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/tt_03.png) center no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

video {
  vertical-align: middle;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/**/
.xunhuyuan {
}
.xunhuyuan .a {
  text-align: center;
  font-weight: bold;
}
.xunhuyuan .a h2 {
  font-size: 32px;
  margin-bottom: 40px;
}
.xunhuyuan .a a {
  font-weight: bold;
  text-decoration: underline;
  opacity: 0.6;
  display: inline-block;
  margin-top: 40px;
}
.xunhuyuan .a img {
  max-width: 100%;
}
.xunhuyuan .title {
  text-align: center;
  padding: 120px 0 70px;
}
.xunhuyuan .bg {
  background: url(../images/17_02.jpg) top center no-repeat;
  background-size: 100% auto;
}
.xunhuyuan .b .bd li {
  display: flex;
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 36px;
}
.xunhuyuan .b .bd li .w {
  width: 275px;
  font-size: 24px;
}
.xunhuyuan .b .bd .flex {
  align-items: stretch;
  margin-top: 40px;
}
.xunhuyuan .b .ft {
  margin: 100px -20px 0;
  text-align: center;
  font-size: 20px;
}
.xunhuyuan .b .ft img {
  width: 100%;
  margin-bottom: 30px;
}
.xunhuyuan .b .ft b {
  text-decoration: underline;
}
.xunhuyuan .b .ft .flex_item {
  padding: 0 20px;
}
.xunhuyuan .c {
  padding-bottom: 50px;
}
.xunhuyuan .c li {
  float: left;
  width: 33.333%;
  font-size: 16px;
  margin-bottom: 80px;
  line-height: 24px;
  padding: 15px;
}
.xunhuyuan .c li img {
  width: 100%;
}
.xunhuyuan .c li h4 {
  font-size: 20px;
  margin: 20px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xunhuyuan .c li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
}

/**/
.feizhou .a {
  position: relative;
  margin-top: -250px;
}
.feizhou .title {
  text-align: center;
  padding-top: 150px;
}
.feizhou .b li {
  float: left;
  width: 25%;
  padding-top: 60px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  line-height: 34px;
}
.feizhou .b li dd {
  color: #b5b5b6;
}
.feizhou .b li img {
  border-radius: 50%;
  max-width: 90%;
}
.feizhou .b h3 {
  color: #9fa0a0;
  padding-top: 30px;
  font-size: 34px;
  text-align: center;
}
.feizhou .c .bd {
  margin-top: 50px;
}
.feizhou .c ul {
  margin: -15px;
}
.feizhou .c li {
  float: left;
  width: 16.666%;
  padding: 15px;
}
.feizhou .c li.lg {
  width: 66.664%;
  margin-bottom: -278px;
}
.feizhou .c li img {
  width: 100%;
}
.feizhou .c .ft {
  padding-top: 50px;
  text-align: center;
  font-size: 18px;
  opacity: 0.6;
}
.feizhou .d .bd ul {
  margin: 40px -33px 100px;
}
.feizhou .d .bd li {
  float: left;
  width: 33.333%;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 33px;
}
.feizhou .d .bd img {
  width: 100%;
}
.feizhou .d .bd h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.feizhou .d .bd p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.feizhou .d .ft {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}
.feizhou .d .ft img {
  max-width: 90%;
  margin-bottom: 20px;
}
.feizhou .e .bd {
  padding: 0 70px;
  position: relative;
  margin: 50px 0 100px;
  text-align: center;
}
.feizhou .e .bd img {
  width: 100%;
}
/**/
.lsgd .container {
  width: 920px;
  max-width: 100%;
}
.lsgd {
  background: url(../images/18_01.jpg) top center no-repeat;
  background-size: 100% auto;
  padding-top: 340px;
}
.lsgd .title {
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  padding-bottom: 60px;
}
.lsgd .bd ul {
  margin: 0 -50px;
}
.lsgd .bd li {
  float: left;
  width: 50%;
  padding: 0 50px;
  margin-top: 70px;
}
.lsgd .bd li p {
  line-height: 36px;
  font-size: 18px;
  margin-top: 40px;
  letter-spacing: 1px;
}
.lsgd .bd img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-right: 30px;
}
.lsgd .bd li dd {
  font-size: 16px;
  opacity: 0.75;
  line-height: 24px;
  margin-top: 15px;
}
.lsgd .bd li dt {
  font-size: 24px;
}
.lsgd .bd li .ft {
  text-align: right;
  font-size: 18px;
  margin-top: 15px;
}
.lsgd .bd li .ft a {
  color: #849b4d;
}
.lsgd .bd li .ft i {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin: -5px 5px 0 0;
  background: url(../images/18_07.png) center no-repeat;
}
.lsgd .height {
  overflow: hidden;
  height: 800px;
}
.lsgd .height.on {
  height: auto;
}
.lsgd h3 {
  font-size: 20px;
  position: relative;
  margin-top: 70px;
  padding-left: 75px;
}
.lsgd h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid #808080;
}
.lsgd h3 span {
  display: inline-block;
  position: relative;
  background: #000;
  padding: 0 10px;
}
.lsgd .down {
  text-align: center;
  position: relative;
  padding: 70px 0;
  cursor: pointer;
}
.lsgd .down::before {
  content: "";
  display: block;
  width: 45%;
  border-bottom: 1px solid #eee;
  position: absolute;
  left: 0;
  top: 50%;
}
.lsgd .down::after {
  content: "";
  display: block;
  width: 45%;
  border-bottom: 1px solid #eee;
  position: absolute;
  right: 0;
  top: 50%;
}
.lsgd .down i {
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #ffffff;
}
.lsgd .down.on i {
  border-top: none;
  border-bottom: 12px solid #ffffff;
}
.detail-1 .pic1 {
  width: 277px;
  height: 410px;
  border-radius: 0;
}
.detail-1 .dl dt {
  font-size: 23px;
  line-height: 44px;
  margin-bottom: 40px;
  position: relative;
}
.detail-1 .dl dt::after {
  content: "";
  display: block;
  width: 26px;
  height: 24px;
  background: url(../images/j_06.png) center no-repeat;
  position: absolute;
  left: 0;
  top: -50px;
}
.detail-1 .dl dt::before {
  content: "";
  display: block;
  width: 26px;
  height: 24px;
  background: url(../images/j_10.png) center no-repeat;
  position: absolute;
  right: 0;
  bottom: -20px;
}
.detail-1 .dl dd {
  font-size: 14px;
  line-height: 24px;
}
.detail-1 .dl dd b {
  display: block;
}
/**/
.gd_detail_pic {
  background: url(../images/19_02.png) center no-repeat;
  background-size: 100% auto;
}
.gd_detail_pic .title {
  font-size: 48px;
  text-align: center;
  font-weight: bold;

  margin-bottom: 100px;
}
.gd_detail_pic .tabtitle {
  border-color: #707070;
  padding-left: 15px;
}
.gd_detail_pic .tabtitle li {
  background: #707070;
}
.gd_detail_pic .tabtitle li a {
  color: rgba(255, 255, 255, 0.6);
}
.gd_detail_pic .tabtitle li.on a {
  color: #fff;
}
.gd_detail_pic .bd li {
  width: 25%;
  font-size: 16px;
  padding: 25px 15px;
}
.gd_detail_pic .bd .ul1 a::after {
  display: none;
}
.gd_detail_pic .bd ul {
  margin: 0 -15px;
}
.gd_detail_pic .bd li p {
  margin-top: 15px;
  opacity: 0.6;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
}
.gd_detail_pic .tab {
  font-size: 23px;
  margin-top: 40px;
  font-weight: bold;
  padding-left: 15px;
}
.gd_detail_pic .tab span {
  cursor: pointer;
  display: inline-block;
  opacity: 0.6;
  margin-right: 50px;
}
.gd_detail_pic .tab span.on {
  opacity: 1;
}
.pages {
  font-size: 24px;
  padding-left: 15px;
  font-weight: bold;
}
.pages a {
  color: #707070;
  padding-right: 15px;
}
.gd_detail_pic .bd ul a::after {
  background: url(../images/20_03.png) center no-repeat;
  width: 43px;
  height: 43px;
}
/**/
.newspage {
  background: url(../images/news1.jpg) top center no-repeat;
  background-size: 100% auto;
}
.header_white {
  background: rgba(255, 255, 255, 0.89) !important;
  top: 0;
}
.header_white ul li a {
  color: #000;
}
.header_white .logo {
  background: url(../images/logo_on.png) center no-repeat;
  background-size: 100% 100%;
  width: 225px;
  height: 93px;
}
.header_white .m_btn i {
  background: #608319;
}
.newslists {
  background: #f1f8e5 url(../images/news1.jpg) top center no-repeat;
  background-size: 100% auto;
  padding: 400px 0 240px;
}
.newslists .container,
.newsitem .container {
  max-width: 1000px;
}
.newslists .title {
  background: #fff;
  width: 142px;
  height: 48px;
  display: flex;
  margin: 0 0 12px 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #9e4e3e;
}
.newslists .bd {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 36px;
}
.newslists .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -15px;
}
.newslists .bd ul li {
  width: 33.333%;
  padding: 10px 15px;
}
.newslists .bd ul li a {
  color: #000;
  font-weight: bold;
}
.newslists .bd ul li p {
  line-height: 24px;
  height: 48px;
  margin-top: 10px;
  overflow: hidden;
}
.newslists .bd ul li img {
  width: 100%;
}
.newsitem {
  background: #f1f8e5 url(../images/news1.jpg) top center no-repeat;
  background-size: 100% auto;
  padding: 300px 0 240px;
  color: #000;
  font-weight: bold;
  line-height: 30px;
}
.newsitem img {
  max-width: 100%;
}
.newsitem .hd {
  padding-bottom: 30px;
}
.newsitem .hd p {
  color: #666;
  margin-top: 10px;
}
.newsitem .hd h1 {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
}

@media screen and (min-width: 769px) and (max-width: 980px) {
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }

  .m_btn {
    position: absolute;
    left: 15px;
    top: 22px;
    z-index: 99;
  }

  .m_btn i {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff;
  }

  .header {
    top: 0;
    height: 60px;
    padding: 0;
    background: #000;
  }

  .header .nav {
    display: block;
    font-size: 14px;
    line-height: 30px;
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0;
    height: 100%;
    display: none;
    background: #000;
  }
  .header_white .nav {
    background: rgba(255, 255, 255, 0.89) !important;
  }

  .header ul li a {
    line-height: 16px;
    padding: 10px 15px;
  }

  .header .btn {
    font-size: 12px;
    top: 15px;
    right: 40px;
    bottom: auto;
  }

  .lag {
    right: 15px;
    top: 15px;
    z-index: 9;
    font-size: 12px;
  }

  .header ul {
    display: block;
  }

  .header .logo {
    width: 100px;
    height: 40px;
  }

  .homepage .a p {
    font-size: 18px;
    line-height: 24px;
  }

  .homepage .a p img {
    width: 80%;
  }

  .homepage .b {
    height: 400px;
    background-size: cover;
  }

  .homepage .b .container .flex_item a {
    font-size: 12px;
  }

  .homepage .b .flex_item a:first-child {
    left: 225px;
    top: 125px;
  }

  .homepage .b .flex_item a:nth-child(2) {
    top: 220px;
    left: 75px;
  }

  .homepage .b .flex_item a:nth-child(3) {
    top: 240px;
    left: 70px;
  }

  .homepage .b .flex_item a:nth-child(4) {
    top: 225px;
    left: 115px;
  }

  .homepage .b .flex_item a:nth-child(5) {
    top: 220px;
    left: 185px;
  }

  .homepage .b .flex_item a:nth-child(6) {
    top: 238px;
    left: 205px;
  }

  .homepage .b .bd {
    display: block;
  }

  .homepage .b .bd .flex_item {
    padding: 15px 0;
    text-align: center;
  }

  .homepage .b .box {
    margin-top: 45px;
  }

  /* .homepage .box a img { */
  /* width: 120px; */
  /* } */

  .homepage .b .flex_item a i,
  .common_dian {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin: -5px 10px 0 10px;
  }

  .homepage .b .flex_item a i em,
  .common_dian em {
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background-color: #dee6da;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }

  .homepage .b .flex_item a i::before,
  .common_dian::before {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    content: "";
    background-color: #5b8348;
    z-index: 2;
  }

  .homepage .b .flex_item a i::after,
  .common_dian::after {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    content: "";
    background-color: #5b8348;
  }

  .homepage .b .flex_item a i::before,
  .common_dian::before {
    animation: scale 2s infinite;
  }

  .homepage .c,
  .homepage .d,
  .homepage .e,
  .homepage .f {
    height: 350px;
  }

  .homepage .g .scroll .flex h4 {
    font-size: 14px;
    line-height: 22px;
  }

  .homepage .g .scroll .flex {
    padding-bottom: 40px;
  }

  .footer dd,
  .footer dt {
    font-size: 14px;
  }

  .footer p {
    font-size: 12px;
  }

  .footer p span {
    display: inline-block;
    padding: 0;
  }

  .footer .logo {
    width: 150px;
  }
  .footer .flex a {
    display: inline-block;
  }
  .footer .flex a + a {
    margin-left: 15px;
  }
  .lhg .title img {
    height: 30px;
  }

  .lhg .c .ft .flex {
    margin: 0;
  }

  .lhg .c .bd p {
    line-height: 20px;
    margin: 10px 0 30px;
    font-size: 12px;
  }

  .lhg .c .bd h3,
  .lhg .b,
  .lhg .c .hd {
    font-size: 14px;
  }

  .lhg .c .bd h3 span {
    font-size: 30px;
  }

  .lhg .c .hd img {
    width: 100px;
    height: 100px;
  }

  .lhg .b {
    line-height: 30px;
    height: 400px;
    padding-top: 100px;
  }
  .lhg .b dd {
    margin-right: 40px;
  }
  .lhg .b dt img {
    height: 30px;
  }

  .lhg .a {
    height: 400px;
    padding-top: 100px;
  }

  .lhg .a .bd a {
    font-size: 16px;
    right: 33px;
    top: 60px;
  }

  .lhg .c {
    padding: 40px 0;
  }

  .lhg .c .hd {
    margin-bottom: 50px;
  }

  .lhg .c .hd .swiper-button-next,
  .lhg .e .bd .swiper-button-next {
    right: 0;
  }

  .lhg .c .hd .swiper-button-prev,
  .lhg .e .bd .swiper-button-prev {
    left: 0;
  }

  .lhg .c .bd h3 {
    margin-top: 30px;
  }

  .lhg .c .ft .flex_item {
    padding: 0 5px;
  }

  .lhg .c .ft p {
    font-size: 12px;
    display: block;
  }

  .lhg .c .ft p a.flex_item {
    display: block;
    padding: 10px 0 5px;
    font-weight: bold;
    font-size: 12px;
  }

  .lhg .c .ft p span {
    font-size: 20px;
  }

  .lhg .c .ft h3 {
    font-size: 18px;
  }

  .lhg .d .bd {
    padding: 20px 0;
  }
  .lhg .a .bd .dian-5 {
    right: 115px;
    top: 55px;
  }
  .lhg .a .bd .dian-4 {
    right: 75px;
    top: 58px;
  }
  .lhg .a .bd .dian-3 {
    right: 20px;
    top: 110px;
    bottom: 35px;
  }
  .lhg .a .bd .dian-2 {
    right: 50px;
    top: 100px;
  }
  .lhg .a .bd .dian-1 {
    right: 45px;
    top: 90px;
    bottom: 55px;
  }
  .lhg .c .ft {
    height: 210px;
  }
  .aboutus .d .bd {
  }

  .lhg .e .hd {
    font-size: 14px;
    padding: 30px 0;
  }

  .lhg .e .hd span {
    font-size: 30px;
  }

  .lhg .f {
    padding: 30px 0;
  }

  .lhg .f .bd {
    margin-top: 20px;
  }

  .lhg .d .swiper-slide {
    width: 100%;
    height: 300px;
  }

  .join_us .flex {
    display: block;
  }

  .join_us {
    padding-top: 100px;
    height: auto;
    padding-bottom: 40px;
  }

  .join_us .title img {
    width: 80%;
  }

  .join_us .title {
    padding-bottom: 40px;
  }

  .join_us .bd {
    font-size: 14px;
    padding: 15px;
  }

  .join_us .left {
    line-height: 36px;
    font-size: 18px;
  }

  /**/
  .aboutus .a {
    padding-top: 140px;
    font-size: 16px;
    line-height: 30px;
    height: 400px;
  }

  .aboutus .a .more {
    padding-top: 20px;
  }

  .aboutus .a .more a,
  .aboutus .b dd {
    font-size: 16px;
  }

  .aboutus .a br {
    display: none;
  }

  .aboutus .b {
    height: 400px;
    font-size: 16px;
  }

  .aboutus .b dt {
    font-size: 24px;
  }

  .aboutus .b .title {
    padding: 50px 0;
  }

  .aboutus .title img {
    max-height: 40px;
    max-width: 100%;
  }
  .aboutus .b li {
    float: left;
    width: 25%;
    cursor: pointer;
  }
  .aboutus .c {
    height: auto;
    padding: 50px 0;
  }

  .aboutus .c .flex {
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 30px 0 0;
  }

  .aboutus .c .flex .pic {
    width: auto;
    margin: 0 0 15px 0;
  }

  .aboutus .c .flex .pic img {
    width: 140px;
  }

  .aboutus .c .bd li img,
  .aboutus .d .bd li img {
    width: 90px;
    height: 90px;
  }

  .aboutus .c .bd ul {
    margin: 0;
  }

  .aboutus .c .pic span {
    font-size: 16px;
  }

  .aboutus .c .bd li,
  .aboutus .d .bd li {
    width: 33.333%;
    margin-top: 30px;
    font-size: 16px;
  }

  .aboutus .c .bd-1 li h4 {
    font-size: 13px;
    line-height: 30px;
    font-weight: bold;
  }

  .aboutus .c .more a,
  .aboutus .e .more a {
    font-size: 16px;
  }

  .aboutus .c .more {
    margin-top: 10px;
  }

  .aboutus .d {
    padding-top: 30px;
  }

  .aboutus .d .ft {
    padding-top: 10px;
  }

  .aboutus .e {
    height: auto;
    padding: 50px 0;
    margin: 0;
    font-weight: bold;
  }

  .aboutus .e .bd p {
    font-size: 16px;
    line-height: 30px;
    padding: 30px;
  }

  .dialog {
    padding: 15px;
  }

  .detail-1 {
    padding: 0;
  }

  .detail-1 p,
  .detail-1 dd,
  .detail-2 li {
    font-size: 14px;
    line-height: 24px;
  }
  .detail-21 li {
    font-size: 14px;
    line-height: 24px;
  }
  .detail-1 dt {
    font-size: 20px;
  }

  .detail-1 img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }

  .dialog .close {
    top: 15px;
    right: 15px;
  }

  .detail-1 dd {
    margin: 0;
  }

  .detail-2 li {
    width: 50%;
    margin: 0;
  }
  .detail-21 li {
    width: 50%;
    margin: 0;
    height: 160px;
  }
  .detail-2 h2 {
    font-size: 20px;
    padding: 30px 0;
  }
  .detail-21 h2 {
    font-size: 20px;
    padding: 30px 0;
  }

  .tbox3 .flex {
    padding: 30px;
    display: block;
    font-size: 14px;
    line-height: 36px;
  }

  .tbox3 .flex b {
    width: auto;
    font-size: 18px;
  }

  .tbox3 {
    height: auto;
  }

  .gongkai .a {
    height: 300px;
    font-size: 14px;
    padding-top: 30px;
    line-height: 36px;
  }

  .gongkai .b .title img,
  .gongkai .c .title img {
    width: 60%;
  }

  .gongkai .b .bd .swiper-button-next {
    right: 0;
  }

  .gongkai .b .bd .swiper-button-prev {
    left: 0;
  }

  .gongkai .b {
    height: auto;
    padding-bottom: 50px;
  }

  .gongkai .b .title {
    padding: 50px 0 30px;
  }

  .gongkai .b .bd {
    font-size: 14px;
  }

  .gongkai .b .bd img {
    margin-bottom: 10px;
  }

  .gongkai .c .tabbox li {
    width: 100%;
    font-size: 12px;
    padding: 10px 0;
    min-height: auto;
  }

  .gongkai .c .tabtitle {
    font-size: 14px;
    margin: 20px 0;
  }

  .gongkai .c .tabtitle span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .gongkai .c {
    padding-bottom: 30px;
  }

  .gongkai .c .tab div {
    font-size: 14px;
    line-height: 36px;
    padding-left: 10px;
  }

  .gongkai .c .tab div.on::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
  }

  .bhd .a {
    font-size: 14px;
    line-height: 30px;
    padding: 20px 0 50px;
  }
  .bhd .a p {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    max-width: 100%;
    text-align: justify;
  }
  .bhd .d .bd {
    padding: 20px 0;
  }
  .bhd .d img {
    width: 60%;
  }
  .bhd .d .swiper-slide {
    width: 100%;
    height: 300px;
  }
  .bhd .b img {
    width: 60%;
    margin-left: -30px;
  }

  .bhd .b p {
    max-width: 100%;
    font-weight: bold;
    margin: 25px 0;
    margin-left: 15px;
    line-height: 25px;
  }

  .bhd .b {
    font-size: 14px;
    line-height: 30px;
    height: 350px;
    padding: 0;
  }

  .bhd .b .more a {
    font-size: 14px;
    margin-left: 15px;
  }
  .homepage .b .pic {
    margin-top: 180px;
  }
  .homepage .g .scroll .flex h4 br {
    display: none;
  }
  .homepage .b-1 .flex_item a:first-child {
    top: 145px;
    left: 275px;
  }

  .homepage .b-1 .flex_item a:nth-child(2) {
    top: 220px;
    left: 125px;
  }

  .homepage .b-1 .flex_item a:nth-child(3) {
    top: 240px;
    left: 120px;
  }

  .homepage .b-1 .flex_item a:nth-child(4) {
    top: 225px;
    left: 165px;
  }

  .homepage .b-1 .flex_item a:nth-child(5) {
    top: 220px;
    left: 235px;
  }

  .homepage .b-1 .flex_item a:nth-child(6) {
    top: 238px;
    left: 255px;
  }
  .jiang .title img {
    height: 35px;
  }
  .jiang .a {
    padding-top: 100px;
    height: 300px;
  }
  .jiang .a a {
    font-size: 14px;
    margin-top: 30px;
  }
  .jiang .b p {
    font-size: 14px;
    padding: 10px 0 30px;
  }
  .jiang .b {
    padding: 50px 0;
  }
  .jiang .c {
    font-size: 14px;
    line-height: 24px;
  }
  .jiang .c h3 span,
  .jiang .d .title span {
    font-size: 18px;
    font-weight: bold;
  }
  .jiang .d {
    padding: 30px 0;
  }
  .jiang .d .row {
    margin: 0 -10px;
  }
  .jiang .d .col-5 {
    width: 100%;
    padding: 0 10px;
  }
  .jiang .d .right .pic {
    width: 120px;
    height: 84px;
    margin-right: 15px;
  }
  .jiang .d .right {
    font-size: 14px;
    margin-top: 30px;
  }
  .jiang .d .right p {
    margin: 0;
  }
  .jiang .d .right .bd {
    height: 330px;
  }
  .jiang .d .title {
    margin-bottom: 20px;
  }
  .jiang2019 .a video {
    height: auto;
  }
  .jiang2019 .a {
    padding: 100px 0 50px;
  }
  .jiang2019 .a .title img,
  .jiang2019 .b .title img {
    max-width: inherit;
    height: 22px;
  }
  .jiang2019 .a .title,
  .jiang2019 .b .title {
    margin-bottom: 20px;
  }
  .jiang2019 .b li {
    width: 33.333%;
  }
  .jiang2019 .b li:last-child {
    width: 66.666%;
  }
  .jiang2019 .b li img {
    height: 162px;
    object-fit: cover;
  }

  .newsdetail .bd .flex {
    display: block;
    margin: 0;
  }
  .newsdetail .bd .flex > div {
    padding: 0;
  }
  .newsdetail {
    padding: 100px 0 30px;
    font-size: 14px;
  }
  .newsdetail .bd {
    line-height: 24px;
  }
  .newsdetail .bd img {
    margin: 10px 0;
  }
  .newsdetail .bd h3 {
    font-size: 14px;
    margin: 15px 0;
  }
  .newsdetail .hd h1 {
    font-size: 18px;
  }
  .newsdetail .hd h4 {
    margin-top: 15px;
  }

  .newslistpage img {
    max-width: 100%;
    height: 60px;
  }
  .newslistpage .a .hd .flex {
    display: block;
  }
  .newslistpage .a {
    padding-top: 100px;
  }
  .newslistpage .a .hd a {
    font-size: 16px;
  }
  .newslistpage .a .bd {
    padding: 20px;
    font-size: 14px;
    height: auto;
    line-height: 24px;
  }
  .newslistpage .a .bd p {
    max-width: 100%;
  }
  .newslistpage .a .bd h3 {
    font-size: 16px;
  }
  .newslistpage .a .ft dl {
    width: 50%;
    padding: 5px;
  }
  .newslistpage .a .ft ul {
    margin: 0 -5px;
  }
  .newslistpage .a .ft dt {
    font-size: 14px;
    line-height: 20px;
  }
  .newslistpage .a .ft p {
    margin-top: 5px;
    height: 40px;
  }
  .newslistpage .title {
    padding: 30px 0;
  }
  .newslistpage .title img {
    height: 30px;
  }

  .newslistpage .a {
    height: 100%;
    background: url(../images/newsbg.png) top center no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
  }
  .newspage img {
    max-width: 100%;
  }
  .newspage .a .hd .flex {
    display: block;
  }
  .newspage .a {
    padding-top: 100px;
  }
  .newspage .a .hd a {
    font-size: 16px;
  }
  .newspage .a .bd {
    padding: 20px;
    font-size: 14px;
    height: auto;
    line-height: 24px;
  }
  .newspage .a .bd p {
    max-width: 100%;
  }
  .newspage .a .bd h3 {
    font-size: 16px;
  }
  .newspage .a .ft li {
    width: 50%;
    padding: 5px;
  }
  .newspage .a .ft ul {
    margin: 0 -5px;
  }
  .newspage .a .ft li {
    font-size: 14px;
    line-height: 20px;
  }
  .newspage .a .ft p {
    margin-top: 5px;
    height: 40px;
  }
  .newspage .title {
    padding: 30px 0;
  }
  .newspage .title img {
    height: 30px;
  }
  .newspage .b .hd .flex {
    display: block;
  }
  .newspage .b .hd .pic {
    margin: 0;
  }
  .newspage .b .hd dl {
    padding: 15px;
  }
  .newspage .b .hd dt {
    font-size: 16px;
  }
  .newspage .b .hd .swiper-button-next,
  .newspage .d .ft .swiper-button-next {
    right: 0;
    top: 29px;
  }
  .newspage .b .hd .swiper-button-prev,
  .newspage .d .ft .swiper-button-prev {
    left: 0;
    top: 29px;
  }
  .newspage .b .bd h3 {
    margin: 0 0 30px 0;
    font-size: 18px;
  }
  .newspage .b .bd li {
    width: 50%;
    padding: 5px;
  }
  .newspage .b .bd ul {
    margin: -5px;
  }
  .newspage .b .bd dt {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  .newspage .more {
    padding: 20px 0;
    font-size: 14px;
  }
  .newspage .b .bd {
    padding: 30px 0 0;
  }
  .newspage .c .bd li {
    width: 50%;
    padding: 5px;
  }
  .newspage .c .bd ul {
    margin: -5px;
  }
  .newspage .c .bd li .box {
    padding: 10px;
  }
  .newspage .c .bd li .box p {
    font-size: 12px;
    line-height: 24px;
    height: 48px;
  }
  .newspage .c .bd li dd {
    font-size: 12px;
  }
  .newspage .c .bd li dt {
    font-size: 17px;
  }
  .newspage .d .bd p {
    font-size: 14px;
  }
  .newspage .d .ft {
    margin-top: 15px;
  }
  .newspage .d {
    padding-bottom: 40px;
  }
  .newspage .d .swiper-button-next:after,
  .newspage .d .swiper-button-prev:after {
    font-size: 18px;
  }

  /**/
  .gd_detail {
    padding: 100px 0;
  }
  .gd_detail .tabtitle {
    padding: 0;
  }
  .gd_detail .bd li {
    width: 50%;
    padding: 8px;
  }
  .gd_detail_pic .bd li p {
    font-size: 12px;
    margin-top: 5px;
  }
  .xunhuyuan .a h2 {
    font-size: 18px;
    margin: 20px 0;
  }
  .xunhuyuan .title {
    padding: 40px 0 20px;
  }
  .xunhuyuan .title img {
    height: 25px;
  }
  .xunhuyuan .b .bd li {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  .xunhuyuan .b .bd li .w {
    font-size: 16px;
  }
  .xunhuyuan .b .bd .flex {
    display: block;
  }
  .xunhuyuan .b .ft {
    margin: 0;
    font-size: 14px;
    display: block;
  }
  .xunhuyuan .b .ft img {
    margin: 20px 0 10px;
  }
  .xunhuyuan .c li {
    width: 50%;
    font-size: 12px;
    margin: 0;
  }
  .xunhuyuan .c li h4 {
    font-size: 16px;
  }
  .feizhou .a {
    margin: 0;
  }
  .feizhou .title {
    padding-top: 40px;
  }
  .feizhou .title img {
    height: 25px;
  }
  .feizhou .b h3 {
    font-size: 14px;
    padding-top: 15px;
  }
  .feizhou .b li {
    width: 50%;
    padding-top: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .feizhou .b li img {
    width: 60px;
  }
  .feizhou .c li {
    width: 33.333%;
    padding: 5px;
  }
  .feizhou .c ul {
    margin: 10px -5px;
  }
  .feizhou .c li.lg {
    margin: 0;
    display: none;
  }
  .feizhou .c li:last-child {
    display: none;
  }
  .feizhou .c .ft {
    padding-top: 20px;
  }
  .feizhou .d .bd li {
    padding: 5px;

    font-size: 12px;
  }
  .feizhou .d .bd ul {
    margin: 20px -5px;
  }
  .feizhou .d .bd h4 {
    font-size: 14px;
    margin: 10px 0 0;
  }
  .feizhou .d .bd p {
    -webkit-line-clamp: 1;
  }
  .feizhou .d .ft {
    font-size: 14px;
  }
  .feizhou .e .bd {
    padding: 0;
    margin: 30px 0;
  }
  .lsgd .bd li {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
  .lsgd .bd ul {
    margin: 0 -15px;
  }
  .lsgd .bd li > br {
    display: none;
  }
  .lsgd {
    padding-top: 90px;
  }
  .lsgd .title {
    padding-bottom: 15px;
  }
  .lsgd .title img {
    height: 25px;
  }
  .lsgd .bd li p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .lsgd .bd li dd {
    font-size: 12px;
    margin-top: 5px;
  }
  .dialog .xhy > .flex {
    display: block;
  }
  .detail-1 .pic1 {
    width: 110px;
    margin: 15px auto;
    height: auto;
    display: block;
  }

  .detail-1 .dl dt {
    font-size: 18px;
  }
  .dialog .detail-2 {
    max-height: inherit;
  }
  .dialog .detail-21 {
    max-height: inherit;
  }
  .tbox2 {
    width: 95%;
  }
  .feizhou .c .bd {
    margin-top: 10px;
  }
  .gd_detail_pic .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .lhg .c .bd .tab {
    font-size: 24px;
  }
  .lhg .e .hd .swiper-button-next {
    right: 10px;
    margin-right: 0;
  }
  .lhg .e .hd b {
    width: 100px;
    font-size: 18px;
  }
  .lhg .e .hd .swiper-button-prev {
    left: 10px;
    margin-left: 0;
  }
  .newslists .container,
  .newsitem .container {
    width: 100%;
  }
  .newslists,
  .newsitem {
    padding: 100px 0 40px;
  }
  .newslists .bd ul {
    margin: -5px;
  }
  .newslists .bd ul li {
    width: 50%;
    padding: 5px;
  }
  .newslists .bd {
    padding: 15px;
  }
  .newslists .title {
    margin-left: 0;
    width: 100px;
    height: 30px;
  }
  .newslists .title img {
    width: 55px;
  }
}
