﻿/* 前端谷梦阳0000000 */
/* 主色调 #4db401  */
@font-face {
  font-family: "gmy";
  src: url("../font/CENTURY GOTHIC.woff2") format("woff2"),
    url("../font/CCENTURY GOTHIC.woff") format("woff"),
    url("../font/CCENTURY GOTHIC.ttf") format("truetype"),
    url("../font/CCENTURY GOTHIC.eot") format("embedded-opentype"),
    url("../font/CCENTURY GOTHIC.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gmyb";
  src: url("../font/CENTURY GOTHIC BOLD.woff2") format("woff2"),
    url("../font/CENTURY GOTHIC BOLD.woff") format("woff"),
    url("../font/CENTURY GOTHIC BOLD.ttf") format("truetype"),
    url("../font/CENTURY GOTHIC BOLD.eot") format("embedded-opentype"),
    url("../font/CENTURY GOTHIC BOLD.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  overflow-x: hidden;
  max-width: 1920px;
  min-width: 100px;
  position: relative;
  padding: 0;
  width: 100%;
  color: #1f1f1f;
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  background: #fff;
}

html.act {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

ul,
ul li,
ol li,
tr td,
dl,
dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #1f1f1f;
}

textarea,
select {
  outline: none;
  color: #666;
  font-size: 14px;
  width: 100%;
  font-family: 微软雅黑;
}

img {
  border: none;
  transform: scale(1);
  -webkit-transform: scale(1);
  display: block;
  max-width: 100%;
}

img[src=""] {
  opacity: 0;
}

body::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}

body::-webkit-scrollbar-thumb {
  background: #000;
}

body::-webkit-scrollbar-track {
  background: #fff;
}

.f_12 {
  font-size: 12px;
}

.f_14 {
  font-size: 14px;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_22 {
  font-size: 22px;
}

.f_24 {
  font-size: 24px;
}

.f_26 {
  font-size: 26px;
}

.f_28 {
  font-size: 28px;
}

.f_30 {
  font-size: 30px;
}

.f_32 {
  font-size: 32px;
}

.f_34 {
  font-size: 34px;
}

.f_36 {
  font-size: 36px;
}

.f_38 {
  font-size: 38px;
}

.f_40 {
  font-size: 40px;
}

.f_48 {
  font-size: 48px;
}

.f_60 {
  font-size: 60px;
}

/*分页*/

.BMap_mask,
.BMap_cpyCtrl,
.BMap_scaleTxt,
.BMap_scaleCtrl,
.BMap_omCtrl,
.anchorBL {
  display: none !important;
}

.a_dw {
  position: relative;
  top: -100px;
}

.gmybox {
  max-width: 1700px;
  min-width: 100px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}

.page1 {
  clear: both;
  text-align: center;
  height: 45px;
  margin: 30px 0 0;
  text-align: center;
}

.page1 span a {
  display: inline-block;
  color: #333333;
  padding: 10px 13px;
  text-decoration: none;
  background: #f7f7f7;
}

.page1 span a:hover,
.page1 span.current a {
  background: #005ed1;
  color: #fff;
}

.page1 span {
  margin: 2px 5px;
}

.page2 {
  width: 120px;
  height: 40px;
  background: #005ed1;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  display: none;
}

.alltime,
.alltime * {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wow {
  opacity: 0;
}

.wow1 {
  opacity: 1;
}

.fbd {
  font-weight: bold;
}
.ljzx {
  width: 160px;
  height: 41px;
  text-align: center;
  line-height: 34px;
  background-color: #4cb400;
  border: 3px solid #009944;
  border-radius: 20px;
  color: #fff;
}
.ljzx:hover {
  transform: translateY(-4px);
}
@keyframes warn {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  25% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  75% {
    transform: scale(1.6);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.8);
    opacity: 0.1;
  }
}

@-webkit-keyframes "warn" {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  25% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  75% {
    transform: scale(1.6);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.8);
    opacity: 0.1;
  }
}

/* dz */
/* 招盟加商 */
/* 营销网络分布图 */
#zmjs .yxwl {
  width: 100%;
  background-color: #f2f2f2;
}
#zmjs .yxwl .gmybox {
  padding: 70px 0 67px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#zmjs .yxwl .gmybox .left {
  width: 38%;
}
#zmjs .yxwl .gmybox .left .down {
  width: 70%;
  margin-top: 95px;
  padding: 45px 45px 55px;
  background-color: #fff;
}
#zmjs .yxwl .gmybox .left .down .text {
  color: #333;
}
#zmjs .yxwl .gmybox .left .down .line {
  width: 23px;
  height: 3px;
  background-color: #5dbb18;
  margin: 55px 0 55px 0;
}
#zmjs .yxwl .gmybox .left .down .three_text {
  width: 100%;
}
#zmjs .yxwl .gmybox .left .down .three_text .three {
  margin-bottom: 33px;
}
#zmjs .yxwl .gmybox .left .down .three_text .three:last-child {
  margin-bottom: 0;
}
#zmjs .yxwl .gmybox .left .down .three_text .three .d_text {
  color: #000;
}
#zmjs .yxwl .gmybox .left .down .three_text .three .d_num {
  color: #333;
  line-height: 1.8;
  margin: 21px 0 32px 0;
}
#zmjs .yxwl .gmybox .left .down .three_text .three .c_line {
  width: 100%;
  height: 1px;
  background-color: #ededed;
  -moz-box-shadow: 0px 1px 5px #ededed;
  -webkit-box-shadow: 0px 1px 5px #ededed;
  box-shadow: 0px 1px 5px #ededed;
}

#zmjs .yxwl .gmybox .right {
  width: 62%;
  padding-top: 20px;
  position: relative;
}

#zmjs .yxwl .gmybox .right .big_img1{
  opacity: 0;
}
#zmjs .yxwl .gmybox .right .big_img1.act{
  opacity: 1;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 0;
}
#zmjs .yxwl .gmybox .right .big_img1:last-child{
  position: absolute;
  top: 0;
  left: 0;
}
#zmjs .yxwl .gmybox .two_text{
  position: absolute;
  bottom:67px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
#zmjs .yxwl .gmybox .two_text .one_text{
  width: 140px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: rgba(0, 0, 0, .1);
  color: #fff;
  cursor: pointer;
}
#zmjs .yxwl .gmybox .two_text .one_text.act{
  background-color: #4cb400;
}
#zmjs .yxwl .gmybox .two_text .one_text:first-child{
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
}
#zmjs .yxwl .gmybox .two_text .one_text:last-child{
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
}




#zmjs .yxwl .gmybox .right .img {
  width: 100%;
  position: relative;
}
#zmjs .yxwl .gmybox .right .img img {
  width: 100%;
}
#zmjs .yxwl .gmybox .right .three_img1 {
  position: absolute;
  bottom: 18%;
  left: 62%;
}
#zmjs .yxwl .gmybox .right .three_img1 .dz {
  width: 165px;
  height: 57px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
  background-color: #5dbb18;
  position: relative;
  left: -56.5px;
  top: -10px;
}
#zmjs .yxwl .gmybox .right .three_img1 .dz .img1 {
  width: 54px;
  height: 50px;
}
#zmjs .yxwl .gmybox .right .three_img1 .dz .img1 img {
  width: 100%;
  height: 100%;
}
#zmjs .yxwl .gmybox .right .three_img1 .dz .text {
  width: 60%;
  line-height: 1.5;
  color: #fff;
}
#zmjs .yxwl .gmybox .right .three_img1 .dz::after {
  width: 9px;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/zmjs_16.png);
}
#zmjs .yxwl .gmybox .right .three_img1 .three {
  width: 50px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  background-color: #6dbf30;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: relative;
}
#zmjs .yxwl .gmybox .right .three_img1 .three::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(-50%, -50%); */
  width: 50px;
  height: 50px;
  background-color: #5dbb18;
  border-radius: 50%;
  -webkit-animation: warn 2s linear;
  -moz-animation: warn 2s linear;
  animation: warn 2s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#zmjs .yxwl .gmybox .right .three_img2 {
  position: absolute;
  bottom: 15%;
  left: 63%;
}
#zmjs .yxwl .gmybox .right .three_img2 .three {
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  background-color: #6dbf30;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: relative;
}
#zmjs .yxwl .gmybox .right .three_img2 .three::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(-50%, -50%); */
  width: 32px;
  height: 32px;
  background-color: #5dbb18;
  border-radius: 50%;
  -webkit-animation: warn 2s linear;
  -moz-animation: warn 2s linear;
  animation: warn 2s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#zmjs .yxwl .gmybox .right .three_img3 {
  position: absolute;
  bottom: 5%;
  left: 57.5%;
}
#zmjs .yxwl .gmybox .right .three_img3 .three {
  width: 35px;
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  background-color: #6dbf30;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: relative;
}
#zmjs .yxwl .gmybox .right .three_img3 .three::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(-50%, -50%); */
  width: 35px;
  height: 35px;
  background-color: #5dbb18;
  border-radius: 50%;
  -webkit-animation: warn 2s linear;
  -moz-animation: warn 2s linear;
  animation: warn 2s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* 营销网络分布图 */

/* 加盟资质 */
#zmjs .jmzz {
  width: 100%;
}
#zmjs .jmzz .gmybox {
  padding: 100px 0;
}
#zmjs .jmzz .gmybox .down {
  width: 100%;
  margin-top: 65px;
  padding: 0 50px;
  position: relative;
}
#zmjs .jmzz .gmybox .down .swiper1 {
  border-right: 2px solid transparent;
}
#zmjs .jmzz .gmybox .down .swiper1 .swiper-slide {
  height: 430px;
}
#zmjs .jmzz .gmybox .down .swiper1 .swiper-slide:hover {
  transform: translateY(-4px);
}
#zmjs .jmzz .gmybox .down .swiper1 .swiper-slide .d_box {
  height: 100%;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* justify-content: center; */
  padding: 0 25px;
  border-right: 1px solid #d8d8d8;
}
#zmjs .jmzz .gmybox .down .swiper1 .swiper-slide .d_box .img {
  width: 143px;
  height: 143px;
  display: flex;
  justify-content: center;
  margin: 82px 0 65px 0;
  position: relative;
}
#zmjs .jmzz .gmybox .down .swiper1 .swiper-slide .d_box .img img {
  position: absolute;
  top: 0;
  left: 0;
}
#zmjs .jmzz .gmybox .down .swiper1 .swiper-slide .d_box .img img:last-child {
  opacity: 0;
}
#zmjs
  .jmzz
  .gmybox
  .down
  .swiper1
  .swiper-slide:hover
  .d_box
  .img
  img:last-child {
  opacity: 1;
}
#zmjs
  .jmzz
  .gmybox
  .down
  .swiper1
  .swiper-slide:hover
  .d_box
  .img
  img:first-child {
  opacity: 0;
}
#zmjs .jmzz .gmybox .down .swiper1 .swiper-slide .d_box .text {
  color: #666;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#zmjs .jmzz .gmybox .down .btn {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
#zmjs .jmzz .gmybox .down .btn .allbtn {
  width: 50px;
  height: 50px;
  position: relative;
}
#zmjs .jmzz .gmybox .down .btn .prev1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50px;
}
#zmjs .jmzz .gmybox .down .btn .next1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -50px;
}
#zmjs .jmzz .gmybox .down .btn .allbtn img:last-child {
  opacity: 0;
}
#zmjs .jmzz .gmybox .down .btn .allbtn:hover img:last-child {
  opacity: 1;
}
#zmjs .jmzz .gmybox .down .btn .allbtn:hover img:first-child {
  opacity: 0;
}
/* 加盟资质 */

/* 加盟流程 */
#zmjs .jmlc {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
}
#zmjs .jmlc .gmybox {
  padding: 69px 0 100px 0;
  position: relative;
}
#zmjs .jmlc .gmybox .ul1 {
  width: 68%;
  display: flex;
  justify-content: space-between;
  margin: 100px 0 174px 0;
}
#zmjs .jmlc .gmybox .ul1 li {
  width: 25%;
}
#zmjs .jmlc .gmybox .ul1 li .img {
}
#zmjs .jmlc .gmybox .ul1 li .text {
  color: #666;
  margin-top: 45px;
}
#zmjs .jmlc .b_img {
  position: absolute;
  top: 0;
  right: 0;
}
/* 加盟流程 */

/* 加盟支持 */
#zmjs .jmzc {
  width: 100%;
  padding: 99px 0 98px 0;
}
#zmjs .jmzc .center {
  width: 100%;
  position: relative;
  margin: 74px 0 37px 0;
}
#zmjs .jmzc .center .jljg {
  width: 100%;
  opacity: 0;
}
#zmjs .jmzc .center .jljg.act {
  opacity: 1;
}
#zmjs .jmzc .center .jljg:last-child {
  position: absolute;
  top: 0;
  left: 0;
}
#zmjs .jmzc .center .jljg .img img:last-child {
  display: none;
}
#zmjs .jmzc .center .jljg .l_box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#zmjs .jmzc .center .jljg .l_box .gmybox .d_text {
  color: #fff;
  margin-bottom: 21px;
}
#zmjs .jmzc .center .jljg .l_box .gmybox .c_text {
  color: #fff;
  line-height: 2.5;
}
#zmjs .jmzc .gmybox .down {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#zmjs .jmzc .gmybox .down .left {
  width: 50%;
  color: #333;
  position: relative;
  cursor: pointer;
}
#zmjs .jmzc .gmybox .down .alltext:hover .text {
  color: #5dbb18;
}

#zmjs .jmzc .gmybox .down .alltext:hover .line {
  background-color: #5dbb18;
}
#zmjs .jmzc .gmybox .down .right {
  width: 50%;
  color: #333;
  position: relative;
  cursor: pointer;
}
#zmjs .jmzc .gmybox .down .alltext.act .text {
  color: #5dbb18;
}
#zmjs .jmzc .gmybox .down .alltext.act .line {
  background-color: #5dbb18;
}
#zmjs .jmzc .gmybox .down .line {
  width: 100%;
  height: 2px;
  background-color: #d2d2d2;
  margin-top: 39px;
}

/* 加盟支持 */

/* 加盟留言 */
#zmjs .jmly {
  width: 100%;
  background-color: #f3f3f3;
}
#zmjs .jmly .gmybox {
  padding: 100px 0 70px 0;
}
#zmjs .jmly .gmybox .center {
  margin: 74px 0 60px 0;
}
#zmjs .jmly .gmybox .center .four_inp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#zmjs .jmly .gmybox .center .four_inp .four {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 30px;
}
#zmjs .jmly .gmybox .center .four_inp .four:nth-child(2n) {
  margin-right: 0;
}
#zmjs .jmly .gmybox .center .four_inp .four input {
  width: 100%;
  height: 74px;
  border: 0;
  padding-left: 30px;
  color: #333;
  font-size: 18px;
}
#zmjs .jmly .gmybox .center .c_inp {
  width: 100%;
}
#zmjs .jmly .gmybox .center .c_inp textarea {
  width: 100%;
  height: 490px;
  resize: none;
  border: 0;
  padding: 43px 0 0 30px;
  color: #333;
  font-size: 18px;
}
#zmjs .jmly .gmybox .down {
  width: 170px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #4cb400;
  color: #fff;
  cursor: pointer;
}
#zmjs .jmly .gmybox .down:hover {
  transform: translateY(-4px);
}
/* 加盟留言 */

/* 招盟加商 */

/* 硬件实力 */
#yjsl .scsl {
  width: 100%;
}
#yjsl .scsl .gmybox {
  padding: 100px 0;
}
#yjsl .scsl .gmybox .up .text {
  color: #666;
  margin-top: 16px;
}
#yjsl .scsl .gmybox .down {
  width: 100%;
  margin-top: 68px;
}
#yjsl .scsl .gmybox .down .five_img {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#yjsl .scsl .gmybox .down .five_img .five {
  width: 100%;
  position: relative;
}
#yjsl .scsl .gmybox .down .five_img .five .img {
  width: 100%;
}
#yjsl .scsl .gmybox .down .five_img .five .img img {
  width: 100%;
}
#yjsl .scsl .gmybox .down .five_img .five .text {
  width: 100%;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#yjsl .scsl .gmybox .down .five_img .five .text .num {
  color: #fff;
  margin-bottom: 30px;
}
#yjsl .scsl .gmybox .down .five_img .five .text .c_text {
  color: #fff;
  line-height: 2;
  width: 100%;
  padding: 0 35px;
}
/* 扩张趋势 */
#yjsl .kzqs {
  width: 100%;
  position: relative;
}
#yjsl .kzqs .img {
  width: 100%;
}
#yjsl .kzqs .img img {
  width: 100%;
}
#yjsl .kzqs .img img:last-child {
  display: none;
}
#yjsl .kzqs .ll_box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#yjsl .kzqs .ll_box .gmybox {
  padding: 94px 0 60px 0;
}
#yjsl .kzqs .ll_box .gmybox .text {
  color: #fff;
}
/* 科研创新 */
#yjsl .kycx {
  width: 100%;
}
#yjsl .kycx .gmybox {
  padding: 85px 0 70px 0;
}
#yjsl .kycx .gmybox .up .text {
  color: #333;
  margin-top: 115px;
}
#yjsl .kycx .gmybox .down {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}
#yjsl .kycx .gmybox .down .three_text .three {
  margin-bottom: 120px;
}
#yjsl .kycx .gmybox .down .three_text .three:last-child {
  margin-bottom: 0;
}
#yjsl .kycx .gmybox .down .right .three_text .three {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
}
#yjsl .kycx .gmybox .down .three_text .three .num {
  color: #4cb400;
  margin-bottom: 35px;
}
#yjsl .kycx .gmybox .down .three_text .three .text {
  color: #666;
}
/* 体系认证 */
#yjsl .txrz {
  width: 100%;
  background-color: #f7f7f7;
}
#yjsl .txrz .gmybox {
  padding: 110px 0 100px 0;
}
#yjsl .txrz .gmybox .text {
  color: #333;
  margin-bottom: 50px;
}
#yjsl .txrz .gmybox .up {
  width: 100%;
}
#yjsl .txrz .gmybox .up.mb76 {
  margin-bottom: 76px;
}
#yjsl .txrz .gmybox .up .five_img {
  width: 100%;
  display: flex;
}
#yjsl .txrz .gmybox .up .five_img .five {
  width: 20%;
  /* text-align: center; */
}
#yjsl .txrz .gmybox .up .five_img .five .kz {
  /* display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; */
}
#yjsl .txrz .gmybox .up .five_img .five .kz .img {
  margin-bottom: 25px;
}
#yjsl .txrz .gmybox .up .five_img .five .kz .c_text {
  color: #666;
  line-height: 1.5;
  padding-right: 25px;
}

/* 研发环境 */
#yjsl .yfhj {
  width: 100%;
}
#yjsl .yfhj .gmybox {
  padding: 100px 0;
}
#yjsl .yfhj .gmybox .up {
}
#yjsl .yfhj .gmybox .down {
  width: 100%;
  margin-top: 100px;
}
#yjsl .yfhj .gmybox .down .f_box {
  display: flex;
  justify-content: space-between;
}
#yjsl .yfhj .gmybox .down .f_box .one {
  width: 24.1%;
  margin-right: 18px;
}
#yjsl .yfhj .gmybox .down .f_box .one:last-child {
  margin-right: 0;
}
#yjsl .yfhj .gmybox .down .f_box .one .up {
  width: 100%;
  margin-bottom: 18px;
}
#yjsl .yfhj .gmybox .down .f_box .one .up .img {
  width: 100%;
}
#yjsl .yfhj .gmybox .down .f_box .one .up .img img {
  width: 100%;
}
#yjsl .yfhj .gmybox .down .f_box .one .down1 {
  width: 100%;
}
#yjsl .yfhj .gmybox .down .f_box .one .down1 .img {
  width: 100%;
}
#yjsl .yfhj .gmybox .down .f_box .one .down1 .img img {
  width: 100%;
}
/* 研发环境 */

/* 资质证书 */
#yjsl .zzzs {
  width: 100%;
  background: url(../images/yjsl_28.png) center no-repeat;
  background-size: cover;
}
#yjsl .zzzs .gmybox {
  padding: 110px 0 100px 0;
}
#yjsl .zzzs .gmybox .text {
  color: #fff;
  display: flex;
  justify-content: flex-end;
}
#yjsl .zzzs .gmybox .swiper2 {
  width: 90%;
  margin: 0 auto;
  margin-top: 99px;
}
#yjsl .zzzs .gmybox .swiper2 .swiper-slide:nth-child(2n) {
  margin-top: 200px;
}
#yjsl .zzzs .gmybox .btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -15px;
}
#yjsl .zzzs .gmybox .btn .allbtn2 {
  width: 50px;
  height: 50px;
  position: relative;
}
#yjsl .zzzs .gmybox .btn .allbtn2 img {
  position: absolute;
  top: 0;
  left: 0;
}
#yjsl .zzzs .gmybox .btn .allbtn2 img:last-child {
  opacity: 0;
}
#yjsl .zzzs .gmybox .btn .allbtn2:hover img:last-child {
  opacity: 1;
}
#yjsl .zzzs .gmybox .btn .allbtn2:hover img:first-child {
  opacity: 0;
}
/* 资质证书 */
/* 硬件实力 */

/* 新闻中心 */
#xwzx .lbt {
  width: 100%;
  background-color: #f2f2f2;
}
#xwzx .lbt .gmybox {
  padding: 100px 0 87px 0;
}
#xwzx .lbt .gmybox .swiper3 {
  width: 98%;
  margin: 0 auto;
  position: relative;
}
#xwzx .lbt .gmybox .swiper3 .swiper-slide .lj_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#xwzx .lbt .gmybox .swiper3 .swiper-slide .left {
  width: 51%;
  max-width: 850px;
  max-height: 490px;
}
#xwzx .lbt .gmybox .swiper3 .swiper-slide .left .img {
  width: 100%;
}
#xwzx .lbt .gmybox .swiper3 .swiper-slide .left .img img {
  width: 100%;
  max-width: 890px;
  max-height: 489px;
}
#xwzx .lbt .gmybox .swiper3 .swiper-slide .right {
  width: 45%;
  padding-top: 50px;
}
#xwzx .lbt .gmybox .swiper3 .swiper-slide .right .time {
  color: #333;
}
#xwzx .lbt .gmybox .swiper3 .swiper-slide .right .d_text {
  width: 90%;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 36px 0 40px 0;
}
#xwzx .lbt .gmybox .swiper3 .swiper-slide .right .c_text {
  width: 90%;
  color: #505050;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 2;
}
#xwzx .lbt .gmybox .swiper3 .btn {
  position: absolute;
  bottom: 22px;
  left: 55%;
  display: flex;
  justify-content: space-between;
  z-index: 5;
}
#xwzx .lbt .gmybox .swiper3 .btn .allbtn3 {
  width: 50px;
  height: 50px;
  position: relative;
}
#xwzx .lbt .gmybox .swiper3 .btn .allbtn3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#xwzx .lbt .gmybox .swiper3 .btn .next3 {
  left: 35px;
}
#xwzx .lbt .gmybox .swiper3 .btn .allbtn3 img:last-child {
  opacity: 0;
}
#xwzx .lbt .gmybox .swiper3 .btn .allbtn3:hover img:last-child {
  opacity: 1;
}
#xwzx .lbt .gmybox .swiper3 .btn .allbtn3:hover img:first-child {
  opacity: 0;
}

/* 新闻列表 */
#xwzx .xwlb {
  width: 100%;
}
#xwzx .xwlb .gmybox {
  padding: 95px 0 70px 0;
}
#xwzx .xwlb .gmybox .six_img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
#xwzx .xwlb .gmybox .six_img .six {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #f2f2f2;
}
#xwzx .xwlb .gmybox .six_img .six:nth-child(3n) {
  margin-right: 0;
}
#xwzx .xwlb .gmybox .six_img .six .img {
  width: 100%;
  overflow: hidden;
}
#xwzx .xwlb .gmybox .six_img .six .img img {
  width: 100%;
}
#xwzx .xwlb .gmybox .six_img .six:hover .img img {
  transform: scale(1.1);
}
#xwzx .xwlb .gmybox .six_img .six .text {
  width: 100%;
  padding: 39px 22px 40px;
}
#xwzx .xwlb .gmybox .six_img .six .text .c_text {
  width: 100%;
  height: 91px;
  color: #333;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#xwzx .xwlb .gmybox .six_img .six .text .ljxq {
  display: flex;
  align-items: center;
  margin-top: 45px;
}
#xwzx .xwlb .gmybox .six_img .six .text .ljxq .d_text {
  color: #666;
}
#xwzx .xwlb .gmybox .six_img .six:hover .text .ljxq .d_text {
  color: #4cb400;
}
#xwzx .xwlb .gmybox .six_img .six .text .ljxq .s_img {
  margin-left: 16px;
  opacity: 0;
}
#xwzx .xwlb .gmybox .six_img .six:hover .text .ljxq .s_img {
  margin-left: 21px;
  opacity: 1;
}
#xwzx .xwlb .gmybox .page {
  margin-bottom: 0;
}

/* 新闻中心 */

/* 新闻中心1 */
#xwzx1 .stxw {
  width: 100%;
}
#xwzx1 .stxw .gmybox {
  padding: 96px 0 98px 0;
}
#xwzx1 .stxw .gmybox .four_text {
  width: 100%;
}
#xwzx1 .stxw .gmybox .four_text .four {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 70px;
}
#xwzx1 .stxw .gmybox .four_text .four:hover {
  transform: translateY(-4px);
}
#xwzx1 .stxw .gmybox .four_text .four .time {
  width: 68px;
  text-align: center;
}
#xwzx1 .stxw .gmybox .four_text .four .time .day {
  color: #333;
  font-weight: bold;
}
#xwzx1 .stxw .gmybox .four_text .four .time .year {
  color: #333;
  margin-top: 15px;
}
#xwzx1 .stxw .gmybox .four_text .four .text {
  width: 91%;
}
#xwzx1 .stxw .gmybox .four_text .four .text .d_text {
  color: #333;
}
#xwzx1 .stxw .gmybox .four_text .four .text .c_text {
  height: 60px;
  color: #707070;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
#xwzx1 .stxw .gmybox .page {
  margin-top: 10px;
  margin-bottom: 0;
}
#search .ipu {
  width: 100%;
  height: 150px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 155px;
}
#search .ipu .gmybox {
  height: 100%;
  position: relative;
}
#search .ipu .gmybox input {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 56px;
  color: #333333;
}
#search .ipu .gmybox .img {
  position: absolute;
  top: 50%;
  right: 58px;
  transform: translateY(-50%);
}
#search .ssjg {
  width: 100%;
}
#search .ssjg .gmybox {
  padding: 57px 0 70px 0;
}
#search .ssjg .gmybox .text {
  color: #0cb400;
  margin-bottom: 50px;
}
#search .ssjg .gmybox .three_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 54px;
}
#search .ssjg .gmybox .three_text .three {
  display: flex;
}
#search .ssjg .gmybox .three_text .three .text1 {
  color: #333;
  position: relative;
}
#search .ssjg .gmybox .three_text .three .text1:first-child {
  margin-right: 130px;
}
#search .ssjg .gmybox .three_text .three .text1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0cb400;
  -webkit-transition: all .4s cubic-bezier(0.4,  0,  .2,  1);
  -moz-transition: all .4s cubic-bezier(0.4,  0,  .2,  1);
  transition: all .4s cubic-bezier(0.4,  0,  .2,  1);
}
#search .ssjg .gmybox .three_text .three .text1.act::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0cb400;
  -webkit-transition: all .4s cubic-bezier(0.4,  0,  .2,  1);
  -moz-transition: all .4s cubic-bezier(0.4,  0,  .2,  1);
  transition: all .4s cubic-bezier(0.4,  0,  .2,  1);
}
#search .ssjg .gmybox .three_text .three .text1:hover::after {
  width: 100%;
}
#search .ssjg .gmybox .three_text .span1 {
  color: #0cb400;
}
#search .ssjg .gmybox .ul1 {
  width: 100%;
  padding: 0 0 50px 0;
  position: relative;
}
#search .ssjg .gmybox .ul1 li {
  width: 100%;
  display: none;
}
#search .ssjg .gmybox .ul1 li.act {
  display: block;
}
#search .ssjg .gmybox .ul1 li .six_img {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
#search .ssjg .gmybox .ul1 li .six_img .six {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
#search .ssjg .gmybox .ul1 li .six_img .six:nth-child(3n) {
  margin-right: 0;
}
#search .ssjg .gmybox .ul1 li .six_img .six .img {
  width: 100%;
  overflow: hidden;
  max-width: 544px;
  max-height: 313px;
}
#search .ssjg .gmybox .ul1 li .six_img .six .img img {
  width: 100%;
}
#search .ssjg .gmybox .ul1 li .six_img .six:hover .img img {
  transform: scale(1.1);
}
#search .ssjg .gmybox .ul1 li .six_img .six .text1 {
  width: 100%;
  padding: 28px 30px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
}
#search .ssjg .gmybox .ul1 li .six_img .six .text1 .d_text {
  color: #333333;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#search .ssjg .gmybox .ul1 li .six_img .six .text1 .img {
  width: 2.5%;
}
#search .ssjg .gmybox .ul1 li .six_img .six:hover .text1 .img {
  transform: translateX(-4px);
}
#search .ssjg .gmybox .ul1 li .six_img .six .text1 .img img {
  width: 100%;
}
#search .ssjg .gmybox .page {
  margin-bottom: 0;
}
/* 新闻中心1 */

@media (max-width: 1680px) {
  #search .ssjg .gmybox .ul1 li .six_img .six .img {
  width: 100%;
  overflow: hidden;
  max-width: 482px;
  max-height: 278px;
}
#xwzx .lbt .gmybox .swiper3 .swiper-slide .left .img img {
  width: 100%;
  max-width: 754px;
  max-height: 434px;
}
#yjsl .scsl .gmybox .down .five_img .five .text{
  top: 120px;
}
}

@media (max-width: 1440px) {
  #zmjs .yxwl .gmybox .left {
    width: 26%;
    margin-right: 4%;
  }
  #zmjs .yxwl .gmybox .left .down {
    width: 100%;
    margin-top: 55px;
    padding: 25px 45px 35px;
  }
  #zmjs .yxwl .gmybox .right {
    width: 80%;
    padding-top: 20px;
  }
  #zmjs .yxwl .gmybox .left .down .three_text .three .d_num {
    margin: 12px 0 13px 0;
  }
  #zmjs .jmlc .gmybox .ul1 {
    width: 55%;
  }
  #yjsl .scsl .gmybox .down .five_img .five .text {
    top: 90px;
  }
  #xwzx .lbt .gmybox .swiper3 .swiper-slide .right {
    padding-top: 30px;
  }
  #xwzx .lbt .gmybox .swiper3 .swiper-slide .right .d_text {
    width: 90%;
    margin: 20px 0 26px 0;
  }
   #search .ssjg .gmybox .ul1 li .six_img .six .img {
  width: 100%;
  overflow: hidden;
  max-width: 413px;
  max-height: 238px;
}
#xwzx .lbt .gmybox .swiper3 .swiper-slide .left .img img {
  width: 100%;
  max-width: 754px;
  max-height: 434px;
}
}

@media (max-width: 1366px) {
  .f_12 {
    font-size: 12px;
  }

  .f_14 {
    font-size: 12px;
  }

  .f_16 {
    font-size: 14px;
  }

  .f_18 {
    font-size: 16px;
  }
  #yjsl .scsl .gmybox .down .five_img .five .text {
    top: 90px;
  }
  #zmjs .jmlc .gmybox .ul1 {
    width: 68%;
    display: flex;
    justify-content: initial;
    margin: 100px 0 174px 0;
  }
  #zmjs .jmlc .gmybox .ul1 li {
    width: 20%;
  }
  #zmjs .jmlc .gmybox .ul1 li:first-child {
    width: 18%;
  }
  #search .ssjg .gmybox .ul1 li .six_img .six .img {
  width: 100%;
  overflow: hidden;
  max-width: 392px;
  max-height: 226px;
}
#xwzx .lbt .gmybox .swiper3 .swiper-slide .left .img img {
  width: 100%;
  max-width: 613px;
  max-height: 353px;
}
}

@media (max-width: 1280px) {
  .f_12 {
    font-size: 12px;
  }

  .f_14 {
    font-size: 12px;
  }

  .f_16 {
    font-size: 12px;
  }

  .f_18 {
    font-size: 14px;
  }
  #zmjs .jmlc .gmybox .ul1 li {
    width: 19%;
  }
  #zmjs .jmlc .gmybox .ul1 li:first-child {
    width: 17%;
  }
  #search .ssjg .gmybox .ul1 li .six_img .six .img {
  width: 100%;
  overflow: hidden;
  max-width: 367px;
  max-height: 211px;
}
#xwzx .lbt .gmybox .swiper3 .swiper-slide .left .img img {
  width: 100%;
  max-width: 574px;
  max-height: 331px;
}
}

@media (max-width: 1030px) {
  .gmybox {
    max-width: 1030px;
    min-width: 100px;
    width: 94%;
    margin: 0 auto;
  }

  .f_12 {
    font-size: 12px;
  }

  .f_14 {
    font-size: 12px;
  }

  .f_16 {
    font-size: 12px;
  }

  .f_18 {
    font-size: 16px;
  }

  .f_20 {
    font-size: 18px;
  }

  .f_22 {
    font-size: 18px;
  }

  .f_24 {
    font-size: 18px;
  }

  .f_26 {
    font-size: 18px;
  }

  .f_28 {
    font-size: 20px;
  }

  .f_30 {
    font-size: 20px;
  }

  .f_32 {
    font-size: 20px;
  }

  .f_34 {
    font-size: 22px;
  }

  .f_36 {
    font-size: 24px;
  }

  .f_38 {
    font-size: 26px;
  }

  .f_40 {
    font-size: 28px;
  }

  .f_48 {
    font-size: 30px;
  }
  .f_60 {
    font-size: 34px;
  }
  .wow {
    opacity: 1;
  }
  #xwzx1 .stxw .gmybox .four_text .four .text {
    width: 89%;
  }
  #xwzx .lbt .gmybox .swiper3 .swiper-slide .right {
    padding-top: 16px;
  }
  #xwzx .lbt .gmybox .swiper3 .swiper-slide .right .d_text {
    width: 90%;
    margin: 16px 0 20px 0;
  }
  #xwzx .lbt .gmybox .swiper3 .btn {
    position: absolute;
    bottom: 8px;
    left: 55%;
    display: flex;
    justify-content: space-between;
    z-index: 5;
  }
  #xwzx .xwlb .gmybox .six_img .six .text {
    width: 100%;
    padding: 15px 22px 15px;
  }
  #yjsl .scsl .gmybox .down .five_img .five .text {
    top: 75px;
  }
  #yjsl .kycx .gmybox .down .center {
    width: 50%;
  }
  #zmjs .yxwl .gmybox .left .down {
    width: 100%;
    margin-top: 20px;
    padding: 15px 25px 22px;
  }
  #zmjs .yxwl .gmybox .left .down .line {
    width: 23px;
    height: 3px;
    background-color: #5dbb18;
    margin: 20px 0 19px 0;
  }
  #zmjs .yxwl .gmybox .left .down .three_text .three {
    margin-bottom: 22px;
  }
  #zmjs .yxwl .gmybox .left .down .three_text .three .d_num {
    margin: 7px 0 11px 0;
  }
  #zmjs .yxwl .gmybox {
    padding: 30px 0 60px 0;
    display: flex;
    justify-content: space-between;
  }
  #zmjs .jmzz .gmybox {
    padding: 30px 0;
  }
  #zmjs .jmzz .gmybox .down .btn .next1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -5px;
  }
  #zmjs .jmzz .gmybox .down .btn .prev1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
  }
  #zmjs .jmzz .gmybox .down .swiper1 .swiper-slide .d_box .img {
    margin: 55px 0 37px 0;
  }
  #zmjs .jmzz .gmybox .down .swiper1 .swiper-slide {
    height: 366px;
  }
  #zmjs .jmlc .gmybox {
    padding: 30px 0 30px 0;
    position: relative;
  }
  #zmjs .jmlc .b_img {
    width: 36.5%;
  }
  #zmjs .jmlc .gmybox .ul1 li {
    width: 23%;
  }
  #zmjs .jmlc .gmybox .ul1 li:first-child {
    width: 21%;
  }
  #zmjs .jmlc .gmybox .ul1 {
    margin: 25px 0 25px 0;
  }
  #zmjs .jmzc {
    width: 100%;
    padding: 30px 0 30px 0;
  }
  #zmjs .jmzc .gmybox .down .line {
    margin-top: 17px;
  }
  #zmjs .jmzc .center {
    width: 100%;
    position: relative;
    margin: 25px 0 25px 0;
  }
  #zmjs .jmly .gmybox {
    padding: 30px 0 30px 0;
  }
  #zmjs .jmly .gmybox .center {
    margin: 25px 0 25px 0;
  }
  #zmjs .jmly .gmybox .center .four_inp .four input {
    height: 40px;
    font-size: 14px;
  }
  #zmjs .jmly .gmybox .center .c_inp textarea {
    width: 100%;
    height: 200px;
    resize: none;
    border: 0;
    padding: 14px 0 0 30px;
    color: #333;
    font-size: 14px;
  }
  #yjsl .scsl .gmybox {
    padding: 30px 0;
  }
  #yjsl .scsl .gmybox .down {
    margin-top: 25px;
  }
  #yjsl .kycx .gmybox {
    padding: 30px 0 30px 0;
  }
  #yjsl .kycx .gmybox .up .text {
    margin-top: 25px;
  }
  #yjsl .kycx .gmybox .down {
    padding: 25px 0 0 0;
  }
  #yjsl .txrz .gmybox {
    padding: 30px 0;
  }
  #yjsl .txrz .gmybox .text {
    margin-bottom: 25px;
  }
  #yjsl .txrz .gmybox .up.mb76 {
    margin-bottom: 40px;
  }
  #yjsl .txrz .gmybox .text {
    color: #333;
    margin-bottom: 25px;
  }
  #yjsl .txrz .gmybox .up .five_img .five .kz .img {
    margin-bottom: 14px;
  }
  #yjsl .yfhj .gmybox {
    padding: 30px 0;
  }
  #yjsl .yfhj .gmybox .down {
    margin-top: 25px;
  }
  #yjsl .zzzs .gmybox {
    padding: 30px 0;
  }
  #yjsl .zzzs .gmybox .swiper2 {
    margin-top: 25px;
  }
  #xwzx .lbt .gmybox {
    padding: 30px 0;
  }
  #xwzx .xwlb .gmybox {
    padding: 30px 0;
  }
  #xwzx .xwlb .gmybox .six_img .six .text .ljxq {
    margin-top: 20px;
  }
  #xwzx .xwlb .gmybox .six_img .six .text .c_text {
    width: 100%;
    height: 60px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #xwzx1 .stxw .gmybox {
    padding: 30px 0;
  }
  #xwzx1 .stxw .gmybox .four_text .four {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  #zmjs .jmzz .gmybox .down {
    width: 100%;
    margin-top: 25px;
    padding: 0 50px;
    position: relative;
  }
  #zmjs .jmzz .gmybox .down .swiper1 .swiper-slide .d_box .img {
    margin: 34px 0 30px 0;
  }
  #zmjs .jmzz .gmybox .down .swiper1 .swiper-slide .d_box {
    padding: 0px 10px;
  }
  #zmjs .yxwl .gmybox .two_text {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
#zmjs .yxwl .gmybox .right .big_img1.act {
    opacity: 1;
    position: initial ;
    top: 0 !important;
    transform: translateY(0%) !important;
    left: 0;
}
#zmjs .yxwl .gmybox .right .big_img1:last-child {
    position: absolute !important;
    top: 0;
    left: 0;
}
 #search .ssjg .gmybox .ul1 li .six_img .six .img {
  width: 100%;
  overflow: hidden;
  max-width: 308px;
  max-height: 177px;
}
#search .ssjg .gmybox .ul1 li .six_img .six .img {
  width: 100%;
  overflow: hidden;
  max-width: 481px;
  max-height: 277px;
}
}

@media (max-width: 960px) {
  .f_12 {
    font-size: 12px;
  }

  .f_14 {
    font-size: 12px;
  }

  .f_16 {
    font-size: 12px;
  }

  .f_18 {
    font-size: 14px;
  }

  .f_20 {
    font-size: 16px;
  }

  .f_22 {
    font-size: 16px;
  }

  .f_24 {
    font-size: 16px;
  }

  .f_26 {
    font-size: 18px;
  }

  .f_28 {
    font-size: 18px;
  }

  .f_30 {
    font-size: 18px;
  }

  .f_32 {
    font-size: 18px;
  }

  .f_34 {
    font-size: 20px;
  }

  .f_36 {
    font-size: 22px;
  }

  .f_38 {
    font-size: 24px;
  }

  .f_40 {
    font-size: 26px;
  }

  .f_48 {
    font-size: 28px;
  }
  #zmjs .jmlc .gmybox .ul1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 100px 0 174px 0;
  }
  #zmjs .yxwl .gmybox {
    padding: 20px 0 40px 0;
    display: block;
  }
  #zmjs .yxwl .gmybox .left {
    width: 100%;
  }
  #zmjs .jmzz .gmybox .down .swiper1 .swiper-slide {
    height: 303px;
  }
  #zmjs .yxwl .gmybox .right {
    width: 100%;
  }
  #zmjs .jmlc .gmybox .ul1 li {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }
  #zmjs .jmlc .gmybox .ul1 li:first-child {
    width: 50%;
  }
  #zmjs .jmlc .b_img {
    width: 100%;
    position: initial;
  }
  #zmjs .jmlc .gmybox .ul1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 5px 0;
  }
  #zmjs .jmlc .gmybox {
    padding: 20px 0;
    position: relative;
  }
  #zmjs .jmzz .gmybox {
    padding: 20px 0;
  }
  #zmjs .jmzc {
    width: 100%;
    padding: 20px 0;
  }
  #zmjs .jmzc .center .jljg .img img:last-child {
    display: block;
  }
  #zmjs .jmzc .center .jljg .img img:first-child {
    display: none;
  }
  #zmjs .jmly .gmybox {
    padding: 20px 0;
  }
  #zmjs .jmly .gmybox .center .four_inp .four {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
  }
  #zmjs .jmly .gmybox .center {
    margin: 15px 0 15px 0;
  }
  #zmjs .jmly .gmybox .center .four_inp .four input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    font-size: 12px;
  }
  #zmjs .jmly .gmybox .center .c_inp textarea {
    height: 150px;
    resize: none;
    padding: 12px 0 0 15px;
    color: #333;
    font-size: 12px;
  }
  #zmjs .jmly .gmybox .down {
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #4cb400;
    color: #fff;
    cursor: pointer;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .ljzx {
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 24px;
    background-color: #4cb400;
    border: 3px solid #009944;
    border-radius: 20px;
    color: #fff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #zmjs .jmzz .gmybox .down .btn .allbtn {
    width: 30px;
    height: 30px;
    position: relative;
  }
  #zmjs .jmzz .gmybox .down .btn .next1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
  }
  #zmjs .jmzz .gmybox .down .btn .prev1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
  }
  #zmjs .jmlc .gmybox .ul1 li .img {
    width: 26%;
  }
  #zmjs .jmlc .gmybox .ul1 li:first-child .img {
    width: 23%;
  }
  #zmjs .jmlc .gmybox .ul1 li .text {
    color: #666;
    margin-top: 15px;
  }

  #yjsl .scsl .gmybox .down .five_img .five .img img {
    width: 100%;
    height: 600px;
  }
  #yjsl .scsl .gmybox .down .five_img .five .text {
    top: 247px;
  }
  #yjsl .kzqs .ll_box .gmybox {
    padding: 15px 0 0px 0;
  }
  #yjsl .scsl .gmybox {
    padding: 20px 0;
  }
  #yjsl .kycx .gmybox {
    padding: 20px 0;
  }
  #yjsl .kycx .gmybox .down {
    width: 100%;
    display: block;
    padding: 20px 0 0 0;
  }
  #yjsl .kycx .gmybox .down .left .three_text {
    display: flex;
    justify-content: space-between;
  }
  #yjsl .kycx .gmybox .down .right .three_text {
    display: flex;
    justify-content: space-between;
  }
  #yjsl .kycx .gmybox .down .right .three_text .three {
    display: block;
  }
  #yjsl .kycx .gmybox .down .center {
    width: 100%;
  }
  #yjsl .kycx .gmybox .down .three_text .three {
    margin-bottom: 30px;
  }
  #yjsl .kycx .gmybox .down .right .three_text .three {
    margin-bottom: 0;
    margin-top: 30px;
  }
  #yjsl .kycx .gmybox .down .three_text .three .num {
    color: #4cb400;
    margin-bottom: 10px;
  }
  #yjsl .txrz .gmybox .up .five_img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #yjsl .txrz .gmybox .up .five_img .five {
    width: 50%;
  }
  #yjsl .txrz .gmybox .up .five_img .five .kz {
    width: 100%;
    display: block;
  }
  #yjsl .txrz .gmybox .up .five_img .five .kz img {
    display: flex;
    justify-content: center;
  }
  #yjsl .txrz .gmybox {
    padding: 20px 0;
  }
  #yjsl .yfhj .gmybox {
    padding: 20px 0 0 0;
  }
  #yjsl .yfhj .gmybox .down .f_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #yjsl .yfhj .gmybox .down .f_box .one {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  #yjsl .yfhj .gmybox .down .f_box .one:nth-child(2n) {
    margin-right: 0;
  }
  #yjsl .zzzs .gmybox {
    padding: 20px 0;
  }
  #yjsl .zzzs .gmybox .swiper2 .swiper-slide:nth-child(2n) {
    margin-top: 0px;
  }
  #yjsl .zzzs .gmybox .swiper2 .swiper-slide img {
    width: 100%;
  }
  #yjsl .zzzs .gmybox .btn {
    top: 10px;
  }
  #yjsl .zzzs .gmybox .btn .allbtn2 {
    width: 30px;
    height: 30px;
    position: relative;
  }
  #yjsl .kycx .gmybox .up .text {
    margin-top: 15px;
  }
  #xwzx .lbt .gmybox .swiper3 .swiper-slide {
    display: block;
  }
  #xwzx .lbt .gmybox .swiper3 .swiper-slide .left {
    width: 100%;
  }
  #xwzx .lbt .gmybox .swiper3 .swiper-slide .right {
    width: 100%;
  }
  #xwzx .lbt .gmybox .swiper3 .btn {
    display: none;
  }
  #xwzx .lbt .gmybox .swiper3 {
    padding-bottom: 20px;
  }
  #xwzx .lbt .gmybox .swiper3 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #4db401;
  }
  #xwzx .lbt .gmybox {
    padding: 20px 0 0 0;
  }
  #xwzx .xwlb .gmybox {
    padding: 20px 0;
  }
  #xwzx .xwlb .gmybox .six_img .six {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
    background-color: #f2f2f2;
  }
  #xwzx1 .stxw .gmybox {
    padding: 20px 0;
  }
  #xwzx1 .stxw .gmybox .four_text .four .text .c_text {
    height: 38px;
    margin-top: 9px;
  }
  #xwzx1 .stxw .gmybox .four_text .four {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  #xwzx1 .stxw .gmybox .four_text .four .time .year {
    color: #333;
    margin-top: 10px;
  }
  #xwzx .lbt .gmybox .swiper3 .swiper-slide .lj_box {
    width: 100%;
    display: block;
  }
  #zmjs .jmzz .gmybox .down .swiper1 .swiper-slide .d_box {
    border-right: 0;
  }
  #zmjs .yxwl .gmybox .two_text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
#zmjs .yxwl .gmybox .two_text .one_text {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
    cursor: pointer;
}
#yjsl .kzqs .img img:last-child {
  display: block;
}
#yjsl .kzqs .img img:first-child {
  display: none;
}
#search .ipu {
    width: 100%;
    height: 40px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 49px;
}
#search .ipu .gmybox .img img{
  width: 50%;
  right: -4px;
}
#search .ssjg .gmybox {
    padding: 20px 0;
}
#search .ssjg .gmybox .text {
    color: #0cb400;
    margin-bottom: 17px;
}
#search .ssjg .gmybox .three_text {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#search .ssjg .gmybox .three_text .three .text1:first-child {
    margin-right: 25px;
}
#search .ssjg .gmybox .three_text .three {
    margin-bottom: 20px;
}
#search .ssjg .gmybox .three_text .three .text1.act::after {
    bottom: -6px;
}
#search .ssjg .gmybox .ul1 li .six_img .six {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 6%;
}
#search .ssjg .gmybox .ul1 li .six_img .six .img {
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}
#search .ssjg .gmybox .ul1 {
    width: 100%;
    padding: 0;
    position: relative;
}
#search .ipu .gmybox .img {
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translateY(-50%);
}
}
