/* 前端谷梦阳 */
/* 主色调 #0a9332  */
@font-face {
  font-family: "gmb";
  src: url("../font/DIN-BOLD.woff2") format("woff2"),
    url("../font/DIN-BOLD.woff") format("woff"),
    url("../font/DIN-BOLD.ttf") format("truetype"),
    url("../font/DIN-BOLD.eot") format("embedded-opentype"),
    url("../font/DIN-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: 1280px;
  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%;
}

/* 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: 12px;
}

.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_50 {
  font-size: 50px;
}

/*分页*/

.BMap_mask,
.BMap_cpyCtrl,
.BMap_scaleTxt,
.BMap_scaleCtrl,
.BMap_omCtrl,
.anchorBL {
  display: none !important;
}

.a_dw {
  position: relative;
  top: -120px;
}

/* .box {
  max-width: 1440px;
  min-width: 1200px;
  width: 75%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  box-sizing: border-box;
}

*/
.ibox {
  max-width: 1600px;
  min-width: 1200px;
  width: 85%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}

.obox {
  max-width: 1200px;
  min-width: 1000px;
  width: 85%;
  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;
}

/* 首页 */
#index .banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#index .banner .swiper1 {
  position: relative;
}

#index .banner .swiper1 .sbox {
  position: relative;
}

#index .banner .swiper1 .sbox a .two_img img {
  width: 100%;
  height: 100%;
}

#index .banner .swiper1 .sbox a .two_img img:last-child {
  display: none;
}

#index .banner .swiper1 .sbox .fp {
  position: absolute;
  top: 50%;
  left: 8%;
  margin-top: -160px;
}

#index .banner .swiper1 .sbox .fp .ch {
  font-size: 60px;
  color: #fff;
  line-height: 1.5;
}

#index .banner .swiper1 .sbox .fp .en {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin: 20px 0 63px 0;
}

/* 轮播图分页器 */
#index .banner .swiper1 .swiper-pagination {
  position: absolute;
  top: 50%;
  right: 9%;
  transform: translateY(-50%);
}

#index .banner .swiper-pagination-fraction,
#index .banner .swiper-pagination-custom,
#index .banner .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: auto;
  left: auto;
  width: auto;
}

#index .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 40px;
  color: #fff;
}

#index .swiper1 .swiper-pagination-bullet {
  background-color: transparent;
}

.swiper-pagination-bullet {
  display: inline-block;
  border-radius: 100%;
  background: #ccc;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: #0a9332;
  opacity: 1;
}

#index .banner .sandown {
  position: absolute;
  bottom: 12.6%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#index .banner .sandown:hover {
  bottom: 11.6%;
  -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);
}

/* 公司简介 */
#index .gsjj {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#index .gsjj .ibox {
  padding-bottom: 150px;
}

#index .gsjj .left {
  width: 46.6%;
  height: 100%;
}

#index .gsjj .left .subtitle {
  font-size: 40px;
  color: #333;
  margin-top: 35px;
}


#index .gsjj .left .na {
  color: #0a9332;
  margin: 50px 0 48px 0;
  font-size: 28px;
  font-weight: bold;
  /* transform: rotateX(-45deg); */
}

#index .gsjj .left .c_text {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 80px;
  opacity: 0.77;
  text-align: justify;
}

#index .gsjj .left .three_year {
  display: flex;
}

#index .gsjj .left .three_year .three {
  margin-right: 79px;
  position: relative;
}

#index .gsjj .left .three_year .three:last-child {
  margin-right: 0;
}

#index .gsjj .left .three_year .three .num,
#index .gsjj .left .three_year .three .pf {
  font-size: 60px;
  color: #333;
  display: inline-block;
  font-weight: bold;
  -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);
}

#index .gsjj .left .three_year .three .pf {
  /* position: absolute; */
  /* top: 4px; */
}

#index .gsjj .left .three_year .three:hover .num,
#index .gsjj .left .three_year .three:hover .pf {
  font-size: 60px;
  color: #0a9332;
  -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);
}

#index .gsjj .left .three_year .three .mj {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}

#index .gsjj .left .wmore {
  margin: 115px 0 0;
}

#index .gsjj .right {
  width: 39.8%;
  height: 86%;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
#index .gsjj .right .s_img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#index .gsjj .right:hover .s_img{
  transform: scale(0.8) translate(-50%,-50%);
}
#index .gsjj .right>img {
  width: 100%;
  height: 100%;
}

/* 应用领域 */
#index .yyly {
  width: 100%;
  /* height: 950px; */
  background-color: #f3f2f7;
  padding-bottom: 120px;
}

#index .yyly .up {
  display: flex;
  justify-content: space-between;
}

#index .yyly .up .wmore {
  margin-top: 120px;
}

#index .yyly .down {
  width: 100%;
  height: auto;
  margin-top: 86px;
}

#index .yyly .down .five_img {
  display: flex;
  justify-content: space-between;
}

/* 49 12 */
#index .yyly .down .five_img .five {
  position: relative;
  width: 11.5%;
  height: auto;
  overflow: hidden;
}

#index .yyly .down .five_img .five.act {
  width: 49%;
}

#index .yyly .down .five_img .five a {
  display: block;
  width: 100%;
  height: auto;
}

#index .yyly .down .five_img .five a>img {
  max-width: 784px;
  height: 100%;
}

#index .yyly .down .five_img .five.act a .fp {
  width: 90%;
}

#index .yyly .down .five_img .five a .fp {
  width: 80%;
  height: auto;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

#index .yyly .down .five_img .five a .fp .d_text {
  font-size: 28.5px;
  color: #fff;
  width: auto;
  height: 60px;
  margin-bottom: 40px;
  line-height: 1.5;
}

#index .yyly .down .five_img .five.act a .fp .d_text {
  height: auto;
}

#index .yyly .down .five_img .five a .fp .c_text {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin: 28px 0 60px 0;
  display: none;
}

#index .yyly .down .five_img .five.act a .fp .c_text {
  display: block;
}

/* 产品中心 */
#index .cpzx {
  width: 100%;
  height: auto;
  position: relative;
}

#index .cpzx .up {
  position: absolute;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

#index .cpzx .up .title {
  color: #fff;
}

#index .cpzx .up .bmore {
  margin-top: 120px;
}

#index .cpzx .next {
  width: 50%;
}

#index .cpzx .next .d_text {
  font-size: 30px;
  color: #fff;
  margin: 87px 0 23px 0;
}

#index .cpzx .next .c_text {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}

#index .cpzx .swiper2 .swiper-slide {
  position: relative;
}

#index .cpzx .swiper2 .swiper-slide .two_img img {
  width: 100%;
  height: 100%;
}

#index .cpzx .swiper2 .swiper-slide .two_img img:last-child {
  display: none;
}

#index .cpzx .swiper2 .swiper-slide .bmore {
  position: absolute;
  top: 120px;
  right: 8.3%;
  z-index: 2;
}

#index .cpzx .swiper2 .swiper-slide .next {
  position: absolute;
  top: 253px;
  left: 8.3%;
  z-index: 2;
}

#index .cpzx .ul1 {
  max-width: 1600px;
  min-width: 1200px;
  width: 85%;
  box-sizing: border-box;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: flex;
  justify-content: space-between;
}

#index .cpzx .ul1 li {
  text-align: center;
  cursor: pointer;
  background: url(../images/i_24.png) center bottom no-repeat;
  padding-bottom: 30px;
}

#index .cpzx .ul1 li.act {
  text-align: center;
  cursor: pointer;
  background: url(../images/i_23.png) center bottom no-repeat;
  padding-bottom: 30px;
  z-index: 5;
}

#index .cpzx .ul1 li .t_img {
  margin-bottom: 33px;
  position: relative;
}

#index .cpzx .ul1 li .text {
  color: #fff;
}

#index .cpzx .ul1 li .t_img img {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
}

#index .cpzx .ul1 li .t_img img:last-child {
  opacity: 0;
}

#index .cpzx .ul1 li.act .t_img img:last-child {
  opacity: 1;
}

#index .cpzx .ul1 li.act .t_img img:first-child {
  text-align: center;
  opacity: 0;
}

#index .cpzx .ul1::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 1px;
  border-bottom: 1px dashed #c2cacc;
  position: absolute;
  bottom: 6px;
  left: 0;
}

/* dz */
/* 客户案例 */
#index .khal {
  width: 100%;
  /* height: 950px; */
  background: -ms-linear-gradient(top, #ffffff, #f3f2f7);
  background: -moz-linear-gradient(top, #ffffff, #f3f2f7);
  background: -webkit-linear-gradient(top, #ffffff, #f3f2f7);
  background: -o-linear-gradient(top, #ffffff, #f3f2f7);
  color: #fff;
  padding-bottom: 120px;
}

#index .khal .ibox {
  height: 100%;
}

#index .khal .up {
  display: flex;
  justify-content: space-between;
}

#index .khal .up .wmore {
  margin-top: 120px;
}

#index .khal .down {
  margin-top: 87px;
  display: flex;
  justify-content: space-between;
}

#index .khal .down .left {
  width: 345px;
  padding-top: 80px;
}

#index .khal .down .left .d_text {
  font-size: 30px;
  color: #333;
  margin-bottom: 36px;
}

#index .khal .down .left .c_text {
  font-size: 16px;
  color: #333;
  opacity: 0.7;
  line-height: 1.5;
  position: relative;
}

#index .khal .down .right {
  width: 74%;
  height: auto;
}

#index .khal .down .right .sbox a {
  display: block;
  width: 100%;
}

#index .khal .down .right .swiper3 .swiper-slide .i_img {
  overflow: hidden;
}

#index .khal .down .right .swiper3 .swiper-slide .i_img img {
  width: 100%;
  height: 100%;
}

#index .khal .down .right .swiper3 .swiper-slide:hover .i_img img {
  transform: scale(1.2);
}

#index .khal .down .right .swiper3 .swiper-slide .c_text {
  font-size: 24px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 69px;
}

#index .khal .down .right .swiper3 .swiper-slide .c_text div {
  width: 75%;
  line-height: 1.5;
}

#index .khal .down .right .swiper3 .swiper-slide .c_text img {
  width: 3%;
  position: absolute;
  right: 0;
}

#index .khal .down .right .swiper3 .swiper-slide .c_text img:last-child {
  opacity: 0;
}

#index .khal .down .right .swiper3 .swiper-slide:hover .c_text img:last-child {
  opacity: 1;
  -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);
  width: 3%;
  position: absolute;
  right: 5px;
}

#index .khal .down .right .swiper3 .swiper-slide:hover .c_text img:nth-child(2) {
  opacity: 0;
  -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);
}

/* 新闻中心 */
#index .xwzx {
  width: 100%;
  height: 100%;
  padding-bottom: 120px;
}

#index .xwzx .up {
  display: flex;
  justify-content: space-between;
}

#index .xwzx .up .wmore {
  margin-top: 120px;
}

#index .xwzx .down {
  width: 100%;
  height: auto;
  margin-top: 87px;
}

#index .xwzx .down .swiper4 .swiper-slide {
  cursor: pointer;
}

#index .xwzx .down .swiper4 .swiper-slide .three {
  width: 100%;
  height: auto;
}

#index .xwzx .down .swiper4 .swiper-slide .three .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#index .xwzx .down .swiper4 .swiper-slide .three .img img {
  width: 100%;
}

#index .xwzx .down .swiper4 .swiper-slide:hover .three .img img {
  transform: scale(1.2);
  -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);
}

#index .xwzx .down .swiper4 .swiper-slide .three .year {
  font-size: 16px;
  color: #000;
  margin: 22px 0;
  font-weight: bold;
}

#index .xwzx .down .swiper4 .swiper-slide .three .text {
  height: 72px;
  font-size: 24px;
  color: #333;
  line-height: 1.5;
}

#index .xwzx .down .swiper4 .swiper-slide:hover .three .text {
  color: #0a9332;
}

#index .xwzx .down .swiper4 .swiper-slide .three .line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 47px 0;
}

#index .xwzx .down .swiper4 .swiper-slide .three .d_text {
  font-size: 16px;
  color: #333;
  position: relative;
}

#index .xwzx .down .swiper4 .swiper-slide .three .d_text img {
  width: 3%;
  position: absolute;
  right: 0;
}

#index .xwzx .down .swiper4 .swiper-slide .three .d_text img:last-child {
  opacity: 0;
}

#index .xwzx .down .swiper4 .swiper-slide:hover .three .d_text img:last-child {
  opacity: 1;
  -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);
  width: 3%;
  position: absolute;
  right: 5px;
}

#index .xwzx .down .swiper4 .swiper-slide:hover .three .d_text img:first-child {
  opacity: 0;
  -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);
}

/* 首页结尾 */

/* 关于我们 */
#about {
  width: 100%;
  height: auto;
}

#about .gsjj {
  width: 100%;
  height: 1280px;
}

#about .footer {
  margin-top: 530px;
}

#about .gsjj .ibox {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#about .gsjj .left {
  width: 59%;
  height: auto;
}

#about .title {
  font-size: 50px;
  color: #333;
  margin-top: 120px;
}

#about .gsjj .left .two {
  font-size: 50px;
  color: #333;
  margin: 33px 0 80px 0;
}

#about .gsjj .left .c_text {
  font-size: 16px;
  color: #808080;
  line-height: 2;
  text-align: justify;
}

#about .gsjj .left .four {
  margin: 80px 0 75px 0;
}

#about .gsjj .left .five {
  display: flex;
}

#about .gsjj .left .five .three {
  margin-right: 128px;
  position: relative;
}

#about .gsjj .left .five .three:last-child {
  margin-right: 0;
}

#about .gsjj .left .five .three .num {
  font-size: 60px;
  color: #333;
  height: 89px;
  display: inline-block;
  font-weight: bold;
  -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);
}

#about .gsjj .left .five .three:hover .num,
#about .gsjj .left .five .three:hover .pf {
  color: #0a9332;
}

#about .gsjj .left .five .three .pf {
  font-size: 40px;
  color: #333;
  display: inline-block;
  font-weight: bold;
  -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);
  /* position: absolute;
  top: 10px; */
  transform: translateY(-10px);
}


#about .gsjj .left .five .three .mj {
  font-size: 16px;
  color: #333;
}

#about .gsjj .pa {
  position: absolute;
  right: 0;
  bottom: 0;
}

#about .gsjj .right {
  height: 100%;
  position: relative;
  right: 0;
}

#about .gsjj .right .r_zuo {
  position: absolute;
  bottom: -20px;
  left: -185px;
  z-index: 5;
}

#about .gsjj .right .r_you {
  width: width;
  height: auto;
  position: relative;
  right: 0;
  cursor: pointer;
}

#about .gsjj .right .r_you .b_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#about .gsjj .right .r_you:hover .b_img img {
  transform: scale(0.8);
}

/* 发展历程 */
#about .fzlc {
  width: 100%;
  height: 790px;
  background-color: #e4e4e4;
  padding-top: 120px;
}

.about_a {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.about_a .mktitle {
  /* padding: 80px 0; */
  text-align: center;
  color: #333;
  font-size: 50px;
  margin-bottom: 90px;
}

.about_a #history {
  overflow: visible;
  position: relative;
}

.about_a #history .swiper-slide .lt {
  float: left;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
  opacity: 0;
}

.about_a #history .swiper-slide .lt .indiv {
  width: 510px;
}

.about_a #history .swiper-slide .lt .indiv .title {
  font-size: 30px;
  padding: 57px 0 52px 0;
}

.about_a #history .swiper-slide .lt .indiv .text {
  color: #333333;
  line-height: 24px;
}

.about_a #history .swiper-slide .rt {
  float: right;
  text-align: center;
  font-size: 342px;
  line-height: 260px;
  color: #eeeeee;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  width: 400px;
}

.about_a #history .swiper-slide-active .lt {
  opacity: 1;
  width: -webkit-calc(100% - 556px);
  width: -moz-calc(100% - 556px);
  width: calc(100% - 556px);
}

.about_a #history .swiper-slide-active .rt {
  width: 556px;
  color: #0a9332;
}

.about_a #history .swiper-slide-prev .rt {
  float: right;
}

.about_a #history .swiper-slide-next .rt {
  float: left;
}

.about_a .circle {
  position: absolute;
  width: 426px;
  height: 426px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  bottom: -370px;
  margin-left: -213px;
  background: #0a9332;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.about_a .circle .box {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0%;
  top: 0%;
}

.about_a .circle .box .year {
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  left: 50%;
  top: -56px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  color: #9c9c9c;
}

.about_a .circle .actbox .year {
  font-size: 32px;
  color: #0a9332;
}

.about_a .circle .box:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.about_a .circle .box:nth-child(2) {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.about_a .circle .box:nth-child(3) {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.about_a .circle .box:nth-child(4) {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.about_a .circle .box:nth-child(5) {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.about_a .circle .box:nth-child(6) {
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.about_a .circle .box:nth-child(7) {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about_a .circle .box:nth-child(8) {
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.about_a .circle .box:nth-child(9) {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.about_a .wrap .swiper-slide {
  width: 637px;
  height: 370px;
  transform: scale(0.8);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.about_a .wrap .swiper-slide .img {
  width: 100%;
  height: 100%;
}

.about_a .wrap .swiper-slide .img img {
  width: 100%;
  height: 100%;
}

.about_a .wrap .swiper-slide-active {
  transform: scale(1);
}

.about_a .wrap .swiper-slide .text {
  color: #333;
  margin-top: 27px;
  line-height: 1.8;
  opacity: 0;
}

.about_a .wrap .swiper-slide-active .text {
  opacity: 1;
}

.about_a .wrap .btn {
  width: 637px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.about_a .wrap .btn .prev9 {
  position: relative;
}

.about_a .wrap .btn .prev9 img {
  position: absolute;
  left: -23px;
  cursor: pointer;
}

.about_a .wrap .btn .prev9 img:last-child {
  opacity: 0;
}

.about_a .wrap .btn .prev9 img:hover:last-child {
  opacity: 1;
}

.about_a .wrap .btn .prev9 img:hover:first-child {
  opacity: 0;
}

.about_a .wrap .btn .next9 {
  position: relative;
}

.about_a .wrap .btn .next9 img {
  position: absolute;
  left: -23px;
  cursor: pointer;
}

.about_a .wrap .btn .next9 img:last-child {
  opacity: 0;
}

.about_a .wrap .btn .next9 img:hover:last-child {
  opacity: 1;
}

.about_a .wrap .btn .next9 img:hover:first-child {
  opacity: 0;
}

/* dz */

/* 企业荣誉 */
#about .qyry {
  width: 100%;
  height: 900px;
}

#about .qyry .ibox .two {
  width: 100%;
  position: relative;
  margin-bottom: 110px;
}

#about .qyry .ibox .two .t_btn {
  position: absolute;
  right: 0;
  top: 0;
}

#about .qyry .ibox .swiper8 {
  padding-bottom: 50px;
}

#about .qyry .ibox .swiper8 .swiper-slide .xg_box {
  width: 100%;
  height: 410px;
  display: flex;
  align-items: center;
}

#about .qyry .ibox .swiper8 .swiper-slide img {
  width: 100%;
  /* height: 100%; */
}

.swiper-scrollbar {
  opacity: 1 !important;
  background-color: #bababa;
}

.swiper-scrollbar-drag {
  height: 5px;
  background-color: #0a9332;
  top: -2px !important;
  position: relative;
}

#about .qyry .ibox .swiper8 .gdt {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  margin-top: 50px;
  cursor: pointer;
}

#about .qyry .ibox .swiper8 .gdt .swiper-scrollbar {
  width: 100%;
  height: 2px;
  position: relative;
}

#about .qyry .ibox .swiper8 .gdt .swiper-scrollbar-drag img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -22px;
}

#about .qyry .ibox .swiper8 .gdt .swiper-scrollbar-drag .cli {
  width: 100%;
  text-align: center;
  color: #0a9332;
  font-size: 14px;
  position: absolute;
  margin-top: 45px;
  left: 50%;
  transform: translateX(-50%);
}

#about .qyry .ibox .swiper8 .gdt:hover .swiper-scrollbar-drag .cli {
  opacity: 0;
}

/* 法律声明 */
#about .flsm {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}

#about .flsm .ibox {
  padding: 1px 0 120px 0;
}

#about .flsm .ibox .title {
  margin-bottom: 120px;
}

#about .flsm .ibox .c_text {
  font-size: 18px;
  color: #333;
  line-height: 2;
  text-align: justify;
}

/* 联系我们 */
#about .lxwm {
  width: 100%;
  height: 100%;
  position: relative;
}

#about .lxwm .ibox {
  z-index: 10;
}

#about .lxwm .subtitle {
  font-size: 50px;
  color: #333;
  margin-top: 35px;
  margin-bottom: 115px;
}

#about .lxwm .bgh {
  width: 100%;
  height: 275px;
  background-color: #eeeeee;
  display: flex;
  justify-content: space-between;
  padding: 65px 35px;
}

#about .lxwm .bgh .four {
  width: 23%;
  margin-right: 2.3333%;
}

#about .lxwm .bgh .d_text {
  font-size: 24px;
  color: #333;
  margin: 30px 0 18px 0;
}

#about .lxwm .bgh .c_text {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}

/* 地图 */
#about .lxwm .bgmap {
  width: 100%;
  position: absolute;
  top: 500px;
}

#wrap {
  width: 100%;
  height: 660px;
  position: relative;
  z-index: 1;
}

#wrap {
  width: 100%;
  height: 555px;
  position: relative;
  z-index: 1;
}

#mapContainer {
  height: 100%;
}

.my-map .icon {
  background: url(../images/map_dot.png) no-repeat;
}

.my-map .icon a {
  width: 100%;
  height: 100%;
}

.my-map .icon-cir {
  height: 40px;
  width: 48px;
}

.amap-info-content h5 {
  font-size: 15px;
  font-weight: bold;
}

.amap-info-close {
  display: none !important;
}

.amap-info-content {
  padding: 10px 20px;
  box-shadow: 0px 0px 5px #999;
}

.amap-info-sharp {
  background: transparent;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  position: relative;
  left: -9px;
}

/* 关于我们结束 */

/* 项目案例 */
#project .xzym {
  width: 100%;
  background-color: #f7f7f7;
}

#project .xzym .ibox {
  height: 64px;
}

#project .xzym .ibox .ul9 {
  width: 100%;
  line-height: 64px;
  display: flex;
}

#project .xzym .ibox .ul9 li {
  width: 16.6%;
  line-height: 64px;
}

#project .xzym .ibox .ul9 li a {
  display: block;
  width: 100%;
  line-height: 64px;
  text-align: center;
  color: #333;
}

#project .xzym .ibox .ul9 li a:hover {
  color: #0a9332;
}

#project .list {
  width: 100%;
  height: auto;
}

#project .list .ibox {
  text-align: center;
  padding: 110px 0;
}

#project .list .ibox .six {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

#project .list .ibox .six_img {
  width: 32%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 2%;
}

#project .list .ibox .six_img:nth-child(3n) {
  margin-right: 0;
}

#project .list .ibox .six_img a {
  width: 100%;
  height: 100%;
}

#project .list .ibox .six_img a .img {
  width: 100%;
  overflow: hidden;
}

#project .list .ibox .six_img a .img img {
  width: 100%;
}

#project .list .ibox .six_img:hover a .img img {
  width: 100%;
  height: auto;
  transform: scale(1.2);
}

#project .list .ibox .six_img a .bg_h {
  width: 100%;
  height: 86px;
  line-height: 86px;
  padding: 0 30px 0 30px;
  background-color: #eaeaea;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#project .list .ibox .six_img:hover a .bg_h {
  background-color: #0a9332;
}

#project .list .ibox .six_img a .bg_h .text {
  font-size: 18px;
  color: #333;
  width: 85%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#project .list .ibox .six_img:hover a .bg_h .text {
  color: #fff;
}

#project .list .ibox .six_img a .bg_h .jiantou {
  width: 19px;
  height: 16px;
  position: relative;
}

#project .list .ibox .six_img a .bg_h .jiantou img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#project .list .ibox .six_img a .bg_h .jiantou img:last-child {
  opacity: 0;
  right: -5px;
}

#project .list .ibox .six_img:hover a .bg_h .jiantou img:last-child {
  opacity: 1;
}

#project .list .ibox .six_img:hover a .bg_h .jiantou img:first-child {
  opacity: 0;
}

/* 项目案例结束 */

/* 新闻资讯 */
#news .xwzx {
  width: 100%;
  height: auto;
}

#news .xwzx .ibox .title {
  margin-bottom: 120px;
}

#news .card {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}

#news .card .ibox {
  padding: 100px 0;
}

#news .card .ibox .swiper6 {
  position: relative;
}

#news .card .ibox .swiper6 .swiper-slide a {
  display: flex;
  justify-content: space-between;
}

#news .card .ibox .left {
  width: 44%;
  margin-right: 4%;
  overflow: hidden;
}

#news .card .ibox .left img {
  width: 100%;
  height: 100%;
}

#news .card .ibox .swiper6 .swiper-slide:hover .left img {
  transform: scale(1.2);
}

#news .card .ibox .right {
  width: 52%;
}

#news .card .ibox .right .cc_text {
  font-size: 48px;
  color: #333;
  margin-top: 55px;
}

#news .card .ibox .right .d_text {
  font-size: 28px;
  line-height: 1.5;
  color: #333;
  margin: 13px 0 44px 0;
}

#news .card .ibox .right .c_text {
  font-size: 18px;
  color: #333;
}

#news .card .ibox .right .jiantou {
  margin: 61px 0 56px 0;
  position: relative;
}

#news .card .ibox .right .jiantou img {
  position: absolute;
  top: 0;
  left: 0;
}

#news .card .ibox .right .jiantou img:last-child {
  opacity: 0;
}

#news .card .ibox .swiper6 .swiper-slide:hover .right .jiantou img:last-child {
  opacity: 1;
  left: 5px;
}

#news .card .ibox .swiper6 .swiper-slide:hover .right .jiantou img:first-child {
  opacity: 0;
}

#news .card .ibox .swiper6 .swiper-pagination {
  width: 52%;
  float: right;
  z-index: 10;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 47.5%;
}

#news .card .ibox .swiper6 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: url(../images/n_8.png);
}

#news .card .ibox .swiper6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: url(../images/n_7.png);
}

#news .list {
  width: 100%;
  height: auto;
}

#news .list .ibox {
  padding: 100px 0;
}

#news .list .ibox .four a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  -moz-box-shadow: 2px 2px 20px #ccc;
  -webkit-box-shadow: 2px 2px 20px #ccc;
  box-shadow: 2px 2px 20px #ccc;
  margin-bottom: 30px;
}

#news .list .ibox .four .left {
  width: 28%;
  overflow: hidden;
}

#news .list .ibox .four .left img {
  width: 100%;
  height: 100%;
}

#news .list .ibox .four:hover .left img {
  transform: scale(1.2);
}

#news .list .ibox .four .right {
  width: 72%;
  padding: 0 46px;
}

#news .list .ibox .four .right .d_text {
  font-size: 28px;
  color: #333;
  line-height: 1.5;
  margin: 25px 0 15px 0;
}

#news .list .ibox .four:hover .right .d_text {
  color: #0a9332;
}

#news .list .ibox .four .right .c_text {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 73px;
  text-align: justify;
}

#news .list .ibox .four .right .two {
  display: flex;
  justify-content: space-between;
}

#news .list .ibox .four .right .two .year {
  font-size: 14px;
  color: #707070;
}

#news .list .ibox .four .right .two .jiantou {
  position: relative;
}

#news .list .ibox .four .right .two .jiantou img {
  position: absolute;
  right: 0;
}

#news .list .ibox .four .right .two .jiantou img:last-child {
  opacity: 0;
}

#news .list .ibox .four:hover .right .two .jiantou img:last-child {
  opacity: 1;
  right: 5px;
}

#news .list .ibox .four:hover .right .two .jiantou img:first-child {
  opacity: 0;
}

#news .list .ibox .fy {
  margin-top: 70px;
}

/* 新闻资讯结束 */

/* 新闻详情 */
#news_con .up {
  width: 100%;
  height: auto;
}

#news_con .up .ibox {
  padding: 120px 0 100px 0;
}

#news_con .up .ibox .d_text {
  font-size: 48px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#news_con .up .ibox .c_text {
  font-size: 48px;
  color: #333;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#news_con .up .ibox .c_text {
  margin: 13px 0 60px 0;
}

#news_con .up .ibox .two {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#news_con .up .ibox .two .year {
  font-size: 16px;
  color: #333;
  opacity: 0.7;
}

#news_con .up .ibox .two .three {
  width: 200px;
  margin-right: 200px;
  display: flex;
  justify-content: space-between;
}

#news_con .down {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  padding: 100px 0;
}

#news_con .down .ibox .c_text {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 97px;
}

#news_con .down .ibox .img img {
  width: 100%;
  height: 100%;
}

#news_con .down .fy {
  margin-top: 96px;
}

#news_con .down .fy li .fh {
  width: 80px;
  margin-left: -25px;
  font-size: 14px;
  color: #333;
}

/* 新闻详情结束 */

/* 应用领域 */
#yyly .scl {
  width: 100%;
}

#yyly .scl .ibox {
  padding: 120px 0 100px 0;
}

#yyly .scl .ibox .up {
  width: 100%;
  margin-bottom: 90px;
}

#yyly .scl .ibox .up .text .d_text {
  color: #333;
}

#yyly .scl .ibox .up .text .d_text:first-child {
  margin-bottom: 33px;
}

#yyly .scl .ibox .down {
  width: 100%;
}

#yyly .scl .ibox .down .five_img {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#yyly .scl .ibox .down .five_img .five {
  width: 19.2%;
  margin-right: 1%;
}

#yyly .scl .ibox .down .five_img .five:nth-child(2n) {
  margin-top: 95px;
}

#yyly .scl .ibox .down .five_img .five:last-child {
  margin-right: 0;
}

#yyly .scl .ibox .down .five_img .five .img {
  width: 100%;
  overflow: hidden;
}

#yyly .scl .ibox .down .five_img .five .img img {
  width: 100%;
}

#yyly .scl .ibox .down .five_img .five:hover .img img {
  transform: scale(1.2);
}

#yyly .scl .ibox .down .five_img .five .text_i {
  width: 100%;
  height: 240px;
  padding: 46px 23px;
  position: relative;
}

#yyly .scl .ibox .down .five_img .five .text_i .y_text {
  font-family: "gmb";
  color: #333333;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#yyly .scl .ibox .down .five_img .five .text_i .c_text {
  color: #333333;
  margin: 10px 0 34px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#yyly .scl .ibox .down .five_img .five .text_i .s_img {
  width: 18px;
  height: 16px;
  position: relative;
}

#yyly .scl .ibox .down .five_img .five .text_i .s_img img {
  position: absolute;
  top: 0;
  left: 0;
}

#yyly .scl .ibox .down .five_img .five:hover .text_i .s_img img {
  left: 5px;
}

#yyly .scl .ibox .down .five_img .five .line {
  width: 100%;
  height: 8px;
  background-color: #4cb400;
  position: absolute;
  bottom: 0;
  left: 0;
}

#yyly1 .hbscl {
  width: 100%;
  background-color: #e5e5e5;
}

#yyly1 .hbscl .ibox {
  padding-top: 120px;
}

#yyly1 .hbscl .ibox .up {
  margin-bottom: 120px;
}

#yyly1 .hbscl .ibox .up .d_text {
  color: #333;
  margin-bottom: 35px;
}

#yyly1 .hbscl .ibox .up .c_text {
  color: #333;
}

#yyly1 .hbscl .ibox .ul1 {
  width: 100%;
  height: 310px;
  display: flex;
  justify-content: space-between;
}

#yyly1 .hbscl .ibox .ul1 li {
  width: 33.33333%;
  height: 100%;
  background-color: #d9d9d9;
  cursor: pointer;
}

#yyly1 .hbscl .ibox .ul1 li:hover {
  background-color: #0a9332;
}

#yyly1 .hbscl .ibox .ul1 li.act {
  background-color: #0a9332;
}

#yyly1 .hbscl .ibox .ul1 li .hbox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#yyly1 .hbscl .ibox .ul1 li .hbox .img {
  width: 80px;
  height: 80px;
  position: relative;
  margin-bottom: 63px;
}

#yyly1 .hbscl .ibox .ul1 li .hbox .img img {
  position: absolute;
  top: 0;
  left: 0;
}

#yyly1 .hbscl .ibox .ul1 li .hbox .img img:last-child {
  opacity: 0;
}

#yyly1 .hbscl .ibox .ul1 li:hover .hbox .img img:last-child {
  opacity: 1;
}

#yyly1 .hbscl .ibox .ul1 li:hover .hbox .img img:first-child {
  opacity: 0;
}

#yyly1 .hbscl .ibox .ul1 li.act .hbox .img img:last-child {
  opacity: 1;
}

#yyly1 .hbscl .ibox .ul1 li.act .hbox .img img:first-child {
  opacity: 0;
}

#yyly1 .hbscl .ibox .ul1 li .hbox .text {
  color: #0a9332;
}

#yyly1 .hbscl .ibox .ul1 li:hover .hbox .text {
  color: #fff;
}

#yyly1 .hbscl .ibox .ul1 li.act .hbox .text {
  color: #fff;
}

#yyly1 .clsb {
  width: 100%;
}

#yyly1 .clsb .ibox {
  padding: 0 0 90px;
}

#yyly1 .clsb .ibox .ul2 {
  width: 100%;
  position: relative;
}

#yyly1 .clsb .ibox .ul2 li {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

#yyly1 .clsb .ibox .ul2 li.act {
  opacity: 1;
}

#yyly1 .clsb .ibox .ul2 li:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

#yyly1 .clsb .ibox .ul2 li .up {
  width: 1920px;
  text-align: center;
  padding: 100px 0;
  background-color: #f2f2f2;
}

#yyly1 .clsb .ibox .ul2 li .up .d_text {
  color: #333;
}

#yyly1 .clsb .ibox .ul2 li .up .c_text {
  width: 60%;
  color: #333;
  margin: 70px auto 0;
  line-height: 1.8;
}

#yyly1 .clsb .ibox .ul2 li .center {
  padding: 100px 0 50px 0;
  width: 100%;
}

#yyly1 .clsb .ibox .ul2 li .center img {
  width: 100%;
  -moz-box-shadow: 0px 0px 20px #ddd;
  -webkit-box-shadow: 0px 0px 20px #ddd;
  box-shadow: 0px 0px 20px #ddd;
}

#yyly1 .clsb .ibox .ul2 li .down {
  width: 100%;
  margin-top: 120px;
}

#yyly1 .clsb .ibox .ul2 li .down .img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#yyly1 .clsb .ibox .ul2 li .down .img img {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}

#yyly1 .clsb .ibox .ul2 li .down .img img:nth-child(2n) {
  margin-right: 0;
}

#yyly1 .clsb .ibox .ul2 li .three_img {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#yyly1 .clsb .ibox .ul2 li .three_img .three {
  width: 32%;
  margin-right: 2%;
}

#yyly1 .clsb .ibox .ul2 li .three_img .three:last-child {
  margin-right: 0;
}

#yyly1 .clsb .ibox .ul2 li .three_img .three img {
  width: 100%;
}

#yyly1 .clsb .ibox .ul2 li .zl {
  width: 100%;
  margin-top: 100px;
}

#yyly1 .clsb .ibox .ul2 li .zl .img {
  width: 100%;
}

#yyly1 .clsb .ibox .ul2 li .zl .img img {
  width: 100%;
}

/* 产品详情 */
#product1 .jhq {
  width: 100%;
  background-color: #f2f2f2;
}

#product1 .mb {
  background-color: #fff;
}

#product1 .daohang {
  background-color: #fff;
}

#product1 .jhq .ibox {
  padding: 100px 0;
}

#product1 .jhq .ibox .text {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#product1 .jhq .ibox .text .d_text {
  color: #333;
}

#product1 .jhq .ibox .text .line {
  width: 27px;
  height: 3px;
  background-color: #0a9332;
  margin: 36px 0 25px 0;
}

#product1 .jhq .ibox .text .c_text {
  width: 100%;
  color: #333;
  line-height: 1.8;
}

#product1 .jhq .ibox .text .c_text p {
  color: #333;
  text-align: center;
  line-height: 1.8;
}

#product1 .jhq .ibox .text .c_text p * {
  text-align: center;
  line-height: 1.8;
}

#product1 .jhq .ibox .text .c_text p img {

  height: auto;
  width: 100%;
}

#product1 .alxs {
  width: 100%;
}

#product1 .alxs .ibox {
  padding: 100px 0;
}

#product1 .alxs .ibox .three_img {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#product1 .alxs .ibox .three_img .three {
  width: 32%;
  margin-right: 2%;
  overflow: hidden;
}

#product1 .alxs .ibox .three_img .three img {
  width: 100%;
}

#product1 .alxs .ibox .three_img .three:hover img {
  transform: scale(1.2);
}

#product1 .jszc {
  width: 100%;
}

#product1 .jszc .ibox {
  padding: 100px 0 84px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

#product1 .jszc .ibox .ul1 {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

#product1 .jszc .ibox .ul1 li {
  width: 23%;
  height: 160px;
  margin-right: 2%;
  margin-bottom: 1%;
  background-color: #f2f2f2;
  /* overflow: hidden; */
  position: relative;
}

#product1 .jszc .ibox .ul1 li .img {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}

#product1 .jszc .ibox .ul1 li:hover .img {
  top: -30px;
}

#product1 .jszc .ibox .ul1 li:last-child {
  margin-right: 0;
}

#product1 .jszc .ibox .ul1 li .text {
  width: 85%;
  color: #333;
  line-height: 1.6;
  text-align: center;
  margin: 57px auto 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
}

#product1 .qhdb .ibox {
  padding: 100px 0;
}

#product1 .qhdb .ibox .img {
  text-align: center;
}

#product1 .qhdb .ibox .img img {
  width: 100%;
}

#project1 .jhxm {
  width: 100%;
  background-color: #f2f2f2;
}

#project1 .jhxm .ibox {
  padding: 100px 0;
}

#project1 .jhxm .ibox {
  padding: 100px 0;
}

#project1 .jhxm .ibox .c_text {
  width: 100%;
  color: #333;
  text-align: center;
  line-height: 1.8;
}

#project1 .jhxm .ibox .c_text p {
  color: #333;
  text-align: center;
  line-height: 1.8;
}

#project1 .jhxm .ibox .c_text img {
  max-width: 100% !important;
}

#project1 .jsfa {
  width: 100%;
}

#project1 .jsfa .ibox {
  padding: 100px 0;
}

#project1 .jsfa .ibox .three_img {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#project1 .jsfa .ibox .three_img .three {
  width: 32%;
  margin-right: 2%;
}

#project1 .jsfa .ibox .three_img .three:last-child {
  margin-right: 0;
}

#project1 .jsfa .ibox .three_img .three .img {
  width: 100%;
  overflow: hidden;
}

#project1 .jsfa .ibox .three_img .three img {
  width: 100%;
}

#project1 .jsfa .ibox .three_img .three:hover img {
  transform: scale(1.2);
}

#project1 .jsfa .ibox .three_img .three .d_text {
  color: #333;
  margin: 30px 0 15px 0;
}

#project1 .jsfa .ibox .three_img .three:hover .d_text {
  color: #0a9332;
}

#project1 .jsfa .ibox .three_img .three .c_text {
  line-height: 1.5;
  color: #333;
}

#project1 .yd {
  width: 100%;
}

#project1 .yd .ibox {
  padding: 100px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

#project1 .yd .ibox .four_img {
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: space-between;
}

#project1 .yd .ibox .four_img .four {
  width: 25%;
  height: 100%;
  background-color: #f2f2f2;
  border-right: 1px solid #d7d7d7;
  padding-top: 100px;
  position: relative;
}

#project1 .yd .ibox .four_img .four:last-child {
  border-right: 0;
}

#project1 .yd .ibox .four_img .four .c_text {
  color: #333;
  line-height: 1.8;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding: 0 15px;
}

#project1 .yd .ibox .four_img .four .img {
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
}

#project1 .yd .ibox .four_img .four:hover .img {
  top: -35px;
}

#project1 .qhdb .ibox {
  padding: 100px 0;
}

#project1 .qhdb .ibox .img {
  text-align: center;
}

#project1 .qhdb .ibox .img img {
  width: 100%;
}

#search .ipu {
  width: 100%;
  height: 156px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 160px;
}

#search .ipu .ibox {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

#search .ipu .ibox input {
  width: 100%;
  height: 60px;
  font-size: 20px;
  border: 0;
}

#search .ipu .ibox .img {
  margin-right: 18px;
}

#search .jg {
  width: 100%;
  height: 90px;
}

#search .jg .ibox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#search .jg .ibox .text {
  font-size: 18px;
  color: #333;
}

#search .jg .ibox .text span {
  color: #3193e5;
}

#search .list {
  width: 100%;
  height: auto;
}

#search .list .ibox {
  padding: 0px 0 70px 0;
}

#search .list .ibox .four a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  -moz-box-shadow: 2px 2px 20px #ccc;
  -webkit-box-shadow: 2px 2px 20px #ccc;
  box-shadow: 2px 2px 20px #ccc;
  margin-bottom: 30px;
}

#search .list .ibox .four .left {
  width: 28%;
  overflow: hidden;
}

#search .list .ibox .four .left img {
  width: 100%;
  height: 100%;
}

#search .list .ibox .four:hover .left img {
  transform: scale(1.2);
}

#search .list .ibox .four .right {
  width: 72%;
  padding: 0 46px;
}

#search .list .ibox .four .right .d_text {
  font-size: 30px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 30px 0 20px 0;
}

#search .list .ibox .four:hover .right .d_text {
  color: #0a9332;
}

#search .list .ibox .four .right .c_text {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 73px;
  text-align: justify;
}

#search .list .ibox .four .right .two {
  display: flex;
  justify-content: space-between;
}

#search .list .ibox .four .right .two .year {
  font-size: 14px;
  color: #707070;
}

#search .list .ibox .four .right .two .jiantou {
  position: relative;
}

#search .list .ibox .four .right .two .jiantou img {
  position: absolute;
  right: 0;
}

#search .list .ibox .four .right .two .jiantou img:last-child {
  opacity: 0;
}

#search .list .ibox .four:hover .right .two .jiantou img:last-child {
  opacity: 1;
  right: 5px;
}

#search .list .ibox .four:hover .right .two .jiantou img:first-child {
  opacity: 0;
}

#search .list .ibox .fy {
  margin-top: 70px;
}

/* dz */

@media (max-width: 1680px) {
  #yyly1 .clsb .ibox .ul2 li .up {
    width: 1680px;
    text-align: center;
    padding: 100px 0;
    background-color: #f2f2f2;
  }

  #index .yyly .down .five_img .five a .fp .d_text {
    font-size: 26px;
  }

  #about .fzlc {
    padding-top: 90px;
  }

  #about .title {
    margin-top: 90px;
  }

  #about .qyry .ibox .two {
    margin-bottom: 75px;
  }

  #about .qyry {
    height: 810px;
  }

  #about .flsm .ibox .title {
    margin-bottom: 90px;
  }

  #about .flsm .ibox {
    padding: 1px 0 90px 0;
  }

  #news .card .ibox .right .d_text {
    margin-bottom: 30px;
  }

  #news .card .ibox .right .jiantou {
    margin-top: 72px;
  }

  #news .list .ibox {
    padding: 60px 0;
  }

  #news .list .ibox .four .right .c_text {
    margin-bottom: 53px;
  }

  #search .list .ibox .four .right .c_text {
    margin-bottom: 53px;
  }

  #news_con .down {
    padding: 50px 0 80px 0;
  }

  #news_con .down .ibox .c_text {
    margin-bottom: 50px;
  }

  #news_con .down .fy {
    margin-top: 50px;
  }

  .banner1 .video {
    bottom: 226px !important;
  }
  #index .gsjj .left .three_year .three {
    margin-right: 36px;
    position: relative;
}
}




@media (max-width: 1440px) {

  #about .gsjj .left .five .three {
    margin-right: 55px;
    position: relative;
  }



  #yyly1 .clsb .ibox .ul2 li .up {
    width: 1440px;
    text-align: center;
    padding: 100px 0;
    background-color: #f2f2f2;
  }

  .f_20 {
    font-size: 18px;
  }

  #index .gsjj .left {
    width: 51.6%;
    height: 100%;
  }

  #index .yyly .down .five_img .five {
    position: relative;
    width: 12.5%;
    height: auto;
    overflow: hidden;
  }

  #index .yyly .down .five_img .five.act {
    width: 43%;
  }

  #index .yyly .down .five_img .five a .fp .d_text {
    font-size: 24px;
  }

  #index .gsjj .left .na {
    margin: 40px 0;
  }

  #index .gsjj .left .c_text {
    margin-bottom: 40px;
  }

  #index .gsjj .left .wmore {
    margin: 95px 0 0px 0;
  }

  #news .card .ibox .right .d_text {
    margin-bottom: 30px;
  }

  #news .card .ibox .swiper6 .swiper-pagination {
    bottom: 44px;
  }

  #news .card .ibox .right .jiantou {
    margin-top: 72px;
  }

  #news .card .ibox {
    padding: 60px 0;
  }

  #news .list .ibox {
    padding: 60px 0;
  }

  #news .list .ibox .four .right .c_text {
    margin-bottom: 28px;
  }

  #search .list .ibox .four .right .c_text {
    margin-bottom: 28px;
  }

  .banner1 .video {
    bottom: 194px !important;
  }
}

@media (max-width: 1366px) {
  #index .gsjj .left .three_year .three {
    margin-right: 48px;
    position: relative;
}
  #yyly1 .clsb .ibox .ul2 li .up {
    width: 1366px;
    text-align: center;
    padding: 100px 0;
    background-color: #f2f2f2;
  }

  .f_50 {
    font-size: 40px;
  }

  .f_24 {
    font-size: 20px;
  }

  #index .gsjj .left .wmore {
    margin-bottom: 0px;
  }

  #index .yyly {
    padding-bottom: 90px;
  }

  #index .khal {
    padding-bottom: 90px;
  }

  #index .xwzx {
    padding-bottom: 90px;
  }

  #about .lxwm .subtitle {
    font-size: 40px;
  }

  #news .card .ibox .right .d_text {
    margin-bottom: 30px;
  }

  #news .card .ibox .right .d_text {
    font-size: 32px;
  }

  #news .card .ibox .right .jiantou {
    margin-top: 87px;
  }

  #news .card .ibox .swiper6 .swiper-pagination {
    bottom: 44px;
  }

  #news .card .ibox {
    padding: 60px 0;
  }

  #news .list .ibox {
    padding: 60px 0;
  }

  #news .list .ibox .four .right .c_text {
    margin-bottom: 28px;
  }

  #search .list .ibox .four .right .c_text {
    margin-bottom: 28px;
  }

  #news_con .up .ibox {
    padding: 80px 0;
  }

  #project .list .ibox .six_img a .bg_h {
    height: 65px;
    line-height: 65px;
  }

  #product1 .jhq .ibox {
    padding: 60px 0;
  }

  #product1 .alxs .ibox {
    padding: 60px 0;
  }

  #product1 .jszc .ibox {
    padding: 60px 0;
  }

  #product1 .qhdb .ibox {
    padding: 60px 0;
  }

  #yyly .scl .ibox {
    padding: 60px 0;
  }

  #yyly1 .hbscl .ibox {
    padding: 60px 0;
  }

  #yyly1 .clsb .ibox {
    padding: 60px 0 28px 0;
  }

  #yyly1 .clsb .ibox .ul2 li .up .c_text {
    margin: 50px 0 60px 0;
  }

  #yyly1 .clsb .ibox .ul2 li .down {
    margin-top: 60px;
  }

  #project .list .ibox {
    padding: 60px 0 40px 0;
  }

  #project1 .qhdb .ibox {
    padding-bottom: 60px;
  }

  #yyly1 .clsb .ibox .ul2 li .center {
    padding-top: 60px;
  }

  #yyly1 .clsb .ibox .ul2 li .up {
    padding: 60px 0;
  }
}

@media (max-width: 1280px) {
  #yyly1 .clsb .ibox .ul2 li .up {
    width: 1280px;
    text-align: center;
    padding: 100px 0;
    background-color: #f2f2f2;
  }

  #index .banner .swiper1 .sbox .fp .ch {
    font-size: 40px;
  }

  .title {
    font-size: 36px !important;
  }

  #index .gsjj .left .subtitle {
    font-size: 36px;
  }

  #index .gsjj .right {
    width: 45%;
  }

  #index .yyly .up .wmore {
    margin-top: 79px;
  }

  #index .khal .up .wmore {
    margin-top: 79px;
  }

  #index .xwzx .up .wmore {
    margin-top: 79px;
  }

  #index .xwzx .down .swiper4 .swiper-slide .three .text {
    font-size: 24px;
  }

  #index .khal .down .right .swiper3 .swiper-slide .c_text .oh {
    font-size: 24px;
  }

  #index .gsjj .left .wmore {
    margin: 70px 0 0 0;
  }

  #index .yyly .down {
    margin-top: 70px;
  }

  #index .cpzx .swiper2 .swiper-slide .bmore {
    top: 79px;
  }

  #index .khal .down {
    margin-top: 70px;
  }

  #index .khal .down .right .swiper3 .swiper-slide .c_text {
    margin-top: 40px;
  }

  #index .cpzx .ul1 {
    bottom: 34px;
  }

  #index .cpzx .next .d_text {
    margin: 10px 0 113px 0;
  }

  #about .fzlc {
    width: 100%;
    height: 1030px;
    background-color: #e4e4e4;
    padding-top: 120px;
  }

  #news .xwzx .ibox .title {
    margin-bottom: 90px;
  }

  #news .card .ibox .right .cc_text {
    font-size: 32px;
  }

  #news .card .ibox .right .d_text {
    font-size: 32px;
  }

  #news .card .ibox .right .jiantou {
    margin-top: 87px;
  }

  #news .card .ibox .swiper6 .swiper-pagination {
    bottom: 60px;
  }

  #news .card .ibox {
    padding: 60px 0;
  }

  #news .list .ibox {
    padding: 60px 0;
  }

  #news .list .ibox .four .right .c_text {
    margin-bottom: 28px;
  }
}

@media (max-width: 1030px) {
  #yyly1 .clsb .ibox .ul2 li .up {
    width: 1030px;
    text-align: center;
    padding: 100px 0;
    background-color: #f2f2f2;
  }

  .f_50 {
    font-size: 24px;
  }

  .f_30 {
    font-size: 20px;
  }

  .f_24 {
    font-size: 16px;
  }

  .f_22 {
    font-size: 14px;
  }

  .f_18 {
    font-size: 14px;
  }

  .a_dw {
    position: relative;
    top: -80px;
  }

  #index .xwzx .up .wmore {
    margin-top: 80px;
  }

  #index .khal .up .wmore {
    margin-top: 80px;
  }

  #index .cpzx .swiper2 .swiper-slide .bmore {
    top: 80px;
  }

  #index .yyly .up .wmore {
    margin-top: 80px;
  }

  #index .banner .swiper1 .sbox a .two_img img {
    width: 100%;
    height: 100%;
    margin-top: 80px;
  }

  .ibox {
    max-width: 1200px;
    min-width: 100px;
    width: 91%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
  }

  .header {
    display: none;
  }

  .m_header {
    width: 100%;
    height: 100px;
    display: block;
    overflow: hidden;
    padding: 0 5%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .m_header .sanline {
    width: 50px;
    height: 50px;
  }

  .m_header .sanline img {
    width: 50px;
    height: 50px;
  }

  .m_header .sancha {
    width: 50px;
    height: 50px;
  }

  .m_header .sancha img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .header_nav {
    display: block;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0%;
    right: -100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
  }

  .header_nav.act {
    right: 0;
  }

  .header_nav li a {
    font-size: 18px;
    color: #666;
    padding: 10px 30px 10px 50px;
    line-height: 30px;
    position: relative;
  }

  .header_nav li a.ltp:after {
    content: "";
    display: block;
    width: 5px;
    height: 20px;
    background: #d4d3d4;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 30px;
  }

  .header_nav li a.ltp.act:after {
    background: #124084;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .header_nav li a.ltp.act {
    color: #124084;
  }

  .header_nav li .qp .hd {
    display: none;
  }

  .header_nav li .qp .hd .hp a {
    display: block;
    font-size: 16px;
  }

  .header_nav li .qp .hd .hp a:last-child {
    border-bottom: 1px solid #ccc;
  }

  .header_nav li.search {
    position: relative;
  }

  .header_nav li.search span {
    position: absolute;
    top: 17px;
  }

  .header_nav li.search .searchbtn img {
    position: absolute;
    top: 7px;
  }

  #index .gsjj .left .wmore {
    margin: 60px 0 80px 0;
  }

  #index .gsjj .left .subtitle {
    font-size: 32px;
    margin-top: 35px;
  }

  #index .gsjj .left .na {
    margin: 25px 0;
    font-size: 28px;
  }

  #index .khal .down .right .swiper3 .swiper-slide .c_text img {
    width: 7%;
  }

  #index .khal .down .right .swiper3 .swiper-slide:hover .c_text img:last-child {
    width: 7%;
  }

  #index .gsjj .left .three_year .three .num,
  #index .gsjj .left .three_year .three .pf {
    font-size: 50px;
  }

  #index .khal .down .left {
    width: 345px;
    padding-top: 0px;
  }

  #index .xwzx .down .swiper4 .swiper-slide .three .d_text img {
    width: 7%;
  }

  #index .xwzx .down .swiper4 .swiper-slide:hover .three .d_text img:last-child {
    width: 7%;
  }

  #index .khal {
    width: 100%;
    /* height: 950px; */
    background: -ms-linear-gradient(top, #ffffff, #f3f2f7);
    background: -moz-linear-gradient(top, #ffffff, #f3f2f7);
    background: -webkit-linear-gradient(top, #ffffff, #f3f2f7);
    background: -o-linear-gradient(top, #ffffff, #f3f2f7);
    color: #fff;
    padding-bottom: 80px;
  }

  #index .gsjj .left .three_year .three .mj {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
  }

  #index .gsjj .left .c_text {
    font-size: 16px;
    margin-bottom: 40px;
  }

  #index .khal .down .right {
    width: 65%;
    height: auto;
  }

  #index .cpzx .ul1 {
    display: none;
  }

  #index .cpzx .swiper2 .swiper-slide .next {
    position: absolute;
    top: 195px;
    left: 7.3%;
    z-index: 2;
  }

  #about .gsjj .left .two {
    font-size: 32px !important;
    color: #333;
    margin: 30px 0 45px 0;
  }

  .about_a .mktitle {
    font-size: 32px !important;
    margin-bottom: 60px;
  }

  #about .gsjj .right .r_zuo {
    display: none;
  }

  #about .fzlc {
    padding-top: 60px;
  }

  #about .gsjj .left .four {
    margin: 57px 0 63px 0;
  }

  #about .gsjj {
    width: 100%;
    height: auto;
  }

  #about .gsjj .left .five .three {
    margin-right: 40px;
    position: relative;
  }

  #about .gsjj .left .five .three .num {
    height: 66px;
    font-size: 40px;
  }

  #about .gsjj .left .five .three .pf {
    top: 2px;
  }

  #about .gsjj .left .cnm {
    margin-bottom: 80px;
  }

  #about .gsjj .left .c_text {
    height: 90px;
    font-size: 16px;
    overflow: auto;
    padding-right: 10px;
  }

  #about .gsjj .left .c_text::-webkit-scrollbar {
    width: 4px;
    height: 1px;
  }

  #about .gsjj .left .c_text::-webkit-scrollbar-thumb {
    background: #0a9332;
  }

  #about .gsjj .left .c_text::-webkit-scrollbar-track {
    background: #fff;
  }

  #about .gsjj .left {
    width: 49%;
    height: auto;
  }

  #about .gsjj .pa {
    position: absolute;
    right: 0;
    bottom: 11px;
  }

  #about .flsm .ibox .title {
    margin-bottom: 60px;
  }

  #about .lxwm .subtitle {
    font-size: 32px;
    color: #333;
    margin-top: 35px;
    margin-bottom: 80px;
  }

  #about .qyry .ibox .swiper8 .gdt .swiper-scrollbar-drag .cli {
    font-size: 12px;
  }

  #about .qyry {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
  }

  #about .qyry .ibox .two {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
  }

  #about .flsm .ibox {
    padding: 1px 0 80px 0;
  }

  #about .fzlc {
    height: 888px;
  }

  #about .qyry {
    height: 600px !important;
  }

  #about .flsm .ibox .c_text {
    font-size: 16px;
  }

  #news .card .ibox .right .d_text {
    font-size: 32px;
    color: #333;
    margin: 18px 0 49px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #about .lxwm .bgh .c_text {
    font-size: 14px;
  }

  #about .lxwm .bgh .d_text {
    font-size: 20px;
  }

  #news .card .ibox .right .c_text {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  #news .list .ibox .four .right .c_text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
  }

  #news .list .ibox .four .right .two {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  #news .list .ibox {
    padding: 80px 0;
  }

  #news .card .ibox {
    padding: 80px 0;
  }

  #news .card .ibox .right .cc_text {
    font-size: 22px;
    color: #333;
    margin-top: 55px;
  }

  #news .card .ibox .right .d_text {
    font-size: 18px;
    color: #333;
    margin: 18px 0 49px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #news .xwzx .ibox .title {
    margin-bottom: 80px;
  }

  #news_con .up .ibox {
    padding: 80px 0 80px 0;
  }

  #news_con .up .ibox .c_text {
    margin: 20px 0 40px 0;
  }

  #news_con .up .ibox .c_text {
    font-size: 32px;
    color: #333;
  }

  #news_con .down {
    padding: 60px 0;
  }

  #news_con .down .ibox .c_text {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 60px;
  }

  #news_con .down .fy {
    margin-top: 80px;
  }

  #project .list .ibox .six_img a .bg_h .jiantou img {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }

  #project .list .ibox .six_img a .bg_h .jiantou img:last-child {
    opacity: 0;
    right: 0px;
  }

  #project .list .ibox .six_img a .bg_h .text {
    font-size: 16px;
    width: 85%;
  }

  #project .list .ibox .six_img a .bg_h {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 30px 0 30px;
  }

  #project .list .ibox {
    text-align: center;
    padding: 80px 0 80px 0;
  }

  #product1 .jhq .ibox {
    padding: 30px 0;
  }

  #product1 .alxs .ibox {
    padding: 30px 0;
  }

  #product1 .jszc .ibox {
    padding: 30px 0;
  }

  #product1 .qhdb .ibox {
    padding: 30px 0;
  }

  #project1 .jhxm .ibox {
    padding: 30px 0;
  }

  #project1 .jsfa .ibox {
    padding: 30px 0;
  }

  #project1 .yd .ibox {
    padding: 30px 0;
  }

  .banner1 .fp .ch {
    font-size: 40px !important;
  }

  #yyly .scl .ibox {
    padding: 30px 0;
  }

  #yyly .scl .ibox .up {
    margin-bottom: 40px;
  }

  #yyly .scl .ibox .down .five_img .five .text_i {
    padding: 25px 0 15px 0;
    height: 164px;
  }

  #yyly .scl .ibox .down .five_img .five .text_i .c_text {
    margin: 10px 0 20px 0;
  }

  #yyly .scl .ibox .down .five_img .five:nth-child(2n) {
    margin-top: 45px;
  }

  #yyly1 .hbscl .ibox {
    padding: 30px 0;
  }

  #yyly1 .hbscl .ibox .up .d_text {
    margin-bottom: 25px;
  }

  #yyly1 .hbscl .ibox .up {
    margin-bottom: 30px;
  }

  #yyly1 .hbscl .ibox .ul1 li .hbox .img {
    margin-bottom: 30px;
  }

  #yyly1 .hbscl .ibox .ul1 {
    height: 265px;
  }

  #yyly1 .clsb .ibox .ul2 li .down {
    margin-top: 45px;
  }
}

@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: 14px;
  }

  .f_22 {
    font-size: 14px;
  }

  .f_24 {
    font-size: 14px;
  }

  .f_26 {
    font-size: 18px;
  }

  .f_28 {
    font-size: 18px;
  }

  .f_30 {
    font-size: 18px;
  }

  .f_32 {
    font-size: 20px;
  }

  .f_34 {
    font-size: 20px;
  }

  .f_36 {
    font-size: 20px;
  }

  .f_38 {
    font-size: 20px;
  }

  .f_40 {
    font-size: 20px;
  }

  .f_50 {
    font-size: 20px;
  }

  .about_a .mktitle {
    font-size: 22px !important;
    margin-bottom: 20px;
  }

  #index .banner {
    margin-top: 60px;
  }

  #about .fzlc {
    padding-top: 20px;
    height: 460px;
  }

  #index .yyly .swiper7 {
    padding-bottom: 31px;
  }

  #index .yyly .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 100%;
    background: #ccc;
    opacity: 0.6;
  }

  #index .yyly .swiper-pagination-bullet-active {
    background: #0a9332;
    opacity: 1 !important;
  }

  #index .khal .swiper3 {
    padding-bottom: 40px;
  }

  #index .khal .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 100%;
    background: #ccc;
    opacity: 0.6;
  }

  #index .khal .swiper-pagination-bullet-active {
    background: #0a9332;
    opacity: 1 !important;
  }

  #index .xwzx .swiper4 {
    padding-bottom: 35px;
  }

  #index .khal .down .right .swiper3 .swiper-slide .c_text .oh {
    font-size: 16px;
  }

  #index .xwzx .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 100%;
    background: #ccc;
    opacity: 0.6;
  }

  #index .xwzx .swiper-pagination-bullet-active {
    background: #0a9332;
    opacity: 1 !important;
  }

  #index .banner .swiper1 .sbox a .two_img img {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  #index .banner .swiper1 .sbox .fp .ch {
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
  }

  #index .banner .swiper1 .sbox .fp .en {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin: 20px 0 63px 0;
  }

  #index .banner .swiper1 .sbox a .two_img img:last-child {
    display: block;
  }

  #index .banner .swiper1 .sbox a .two_img img:first-child {
    display: none;
  }

  #index .banner .swiper1 .swiper-pagination {
    display: none;
  }

  #index .banner .sandown {
    display: none;
  }

  #index .banner .bowen {
    display: none;
  }

  #index .banner .zuo1 {
    display: none;
  }

  #index .banner .you1 {
    display: none;
  }

  /* 公司简介 */
  #index .gsjj {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }

  #index .gsjj .left {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
  }

  #index .gsjj .right {
    width: 100%;
    position: inherit;
  }

  #index .gsjj .left .subtitle {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
  }

  #index .gsjj .left .wmore {
    margin: 30px 0 0 0;
  }

  #index .gsjj .left .three_year .three .num,
  #index .gsjj .left .three_year .three .pf {
    font-size: 30px;
    color: #333;
    display: inline-block;
    font-weight: bold;
  }

  #index .gsjj .left .three_year .three:hover .num,
  #index .gsjj .left .three_year .three:hover .pf {
    font-size: 30px;
    color: #0a9332;
    -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);
  }

  #index .gsjj .left .na {
    color: #0a9332;
    margin: 15px 0;
    font-size: 20px;
    font-weight: bold;
  }

  #index .gsjj .left .c_text {
    font-size: 14px;
    margin-bottom: 35px;
  }

  #index .gsjj .left .three_year .three .mj {
    font-size: 12px;
    color: #333;
    margin-top: 4px;
  }

  #index .gsjj .left .three_year {
    display: flex;
    flex-wrap: wrap;
  }

  #index .gsjj .left .three_year .three {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
    position: relative;
  }

  #index .khal .up .wmore {
    margin-top: 20px;
  }

  #index .cpzx .swiper2 .swiper-slide .bmore {
    position: absolute;
    top: 15px;
    right: 8.3%;
    z-index: 2;
  }

  #index .yyly {
    width: 100%;
    background-color: #f3f2f7;
    padding-bottom: 20px;
  }

  #index .yyly .down .five_img .five a>img {
    width: 100%;
    height: 100%;
  }

  #index .yyly .up .wmore {
    margin-top: 20px;
  }

  #index .yyly .down .five_img .five a .fp .c_text {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 20px 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  #index .yyly .down .five_img .five a .fp .d_text {
    margin-bottom: 0;
  }

  #index .yyly .down .five_img .five.act a .fp .d_text {
    height: 60px;
  }

  #index .yyly .down {
    margin-top: 20px;
  }

  #index .yyly .down .five_img .five a .fp {
    width: 80%;
    height: auto;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }

  #index .xwzx .up .wmore {
    margin-top: 20px;
  }

  #index .cpzx .swiper2 .swiper-slide .two_img img:first-child {
    display: none;
  }

  #index .cpzx .swiper2 .swiper-slide .two_img img:last-child {
    display: block;
  }

  #index .cpzx .swiper2 .zuo {
    display: none;
  }

  #index .cpzx .swiper2 .you {
    display: none;
  }

  #index .cpzx .ul1 {
    display: none;
  }

  #index .cpzx .swiper2 .swiper-slide .next {
    position: absolute;
    top: 140px;
    left: 8.3%;
    z-index: 2;
  }

  #index .cpzx .next {
    width: 85%;
  }

  #index .cpzx .next .d_text {
    font-size: 18px;
    color: #fff;
    margin: 87px 0 23px 0;
  }

  #index .cpzx .next .c_text {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  /* 客户案例 */

  #index .khal .up {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #index .yyly .up {
    align-items: center;
  }

  #index .xwzx .up {
    align-items: center;
  }

  #index .khal .down {
    margin-top: 20px;
    display: block;
  }

  #index .khal .down .left {
    width: 100%;
    padding-top: 0px;
  }

  #index .khal .down .left .d_text {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
  }

  #index .khal .down .left .c_text {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: justify;
  }

  #index .khal {
    padding-bottom: 15px;
  }

  #index .khal .down .right .swiper3 .swiper-slide .sbox>a {
    width: 100%;
    height: 100%;
  }

  #index .khal .down .right .swiper3 .swiper-slide .c_text {
    font-size: 18px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }

  #index .khal .down .right {
    width: 100%;
    height: auto;
  }

  #index .khal .zuo2 {
    display: none;
  }

  #index .khal .you2 {
    display: none;
  }

  /* 新闻中心 */
  #index .xwzx {
    width: 100%;
    height: 100%;
    padding-bottom: 25px;
  }

  #index .xwzx .down .swiper4 .swiper-slide .three .text {
    font-size: 16px;
  }

  #index .xwzx .down .swiper4 .swiper-slide .three .d_text {
    font-size: 14px;
    line-height: 1.5;
  }

  #index .xwzx .down {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  #index .xwzx .down .swiper4 .swiper-slide .three .line {
    margin: 10px 0;
  }

  /* 新闻 */
  #news .xwzx .ibox .title {
    margin-bottom: 20px;
  }

  #news_con .up .ibox {
    padding: 20px 0 20px 0;
  }

  #news_con .up .ibox .c_text {
    margin: 20px 0 30px 0;
  }

  #news_con .up .ibox .c_text {
    font-size: 32px;
    color: #333;
  }

  #news_con .down {
    padding: 20px 0 40px 0;
  }

  #news_con .down .ibox .c_text {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
  }

  #news_con .down .fy {
    margin-top: 20px;
  }

  #project .list .ibox .six_img a .bg_h .jiantou img {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }

  #project .list .ibox .six_img a .bg_h .jiantou img:last-child {
    opacity: 0;
    right: -10px;
  }

  #project .list .ibox .six_img a .bg_h .text {
    font-size: 16px;
    width: 85%;
  }

  #project .list .ibox .six_img a .bg_h {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 40px 0 30px;
  }

  #project .list .ibox {
    text-align: center;
    padding: 30px 0 30px 0;
  }

  #news .card .ibox .swiper6 .swiper-pagination {
    width: 100%;
    float: right;
    z-index: 10;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 0%;
  }

  #news .card .ibox .right {
    width: 100%;
  }

  #news .card .ibox .swiper6 .swiper-slide a {
    display: block;
  }

  #news .card .ibox .left {
    width: 100%;
    margin-right: 0;
    overflow: hidden;
  }

  #news .card .ibox .right .cc_text {
    font-size: 22px;
    color: #333;
    margin-top: 55px;
  }

  #news .card .ibox .right .d_text {
    font-size: 18px;
    color: #333;
    margin: 18px 0 49px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #news .card .ibox .right .c_text {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  #news .card .ibox {
    padding: 20px 0 0px 0;
  }

  #news .card .ibox .right .cc_text {
    font-size: 22px;
    color: #333;
    margin-top: 28px;
  }

  #news .card .ibox .right .d_text {
    font-size: 18px;
    color: #333;
    margin: 26px 0 13px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #news .list .ibox .four a {
    display: block;
    margin-bottom: 20px;
  }

  #news .list .ibox .four .left {
    width: 100%;
    overflow: hidden;
  }

  #news .list .ibox .four .right {
    width: 100%;
    padding: 0 20px;
  }

  #news .list .ibox .four .right .c_text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  #news .list .ibox .four .right .two {
    padding-bottom: 20px;
  }

  #news .list .ibox .four .right .d_text {
    font-size: 22px;
    margin: 30px 0 20px 0;
  }

  #news .list .ibox .fy {
    margin-top: 20px;
  }

  #news .list .ibox {
    padding: 20px 0;
  }

  #news_con .up .ibox .d_text {
    font-size: 22px;
    color: #333;
  }

  #news_con .up .ibox .c_text {
    font-size: 16px;
    color: #333;
  }

  #news_con .up .ibox .two .three {
    width: 130px;
    margin-right: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #about .gsjj .ibox {
    display: block;
  }

  #about .gsjj .left {
    width: 100%;
    height: auto;
  }

  #about .title {
    font-size: 22px;
    color: #333;
    margin-top: 120px;
  }

  #about .gsjj .left .two {
    font-size: 22px !important;
    color: #333;
    margin: 30px 0 40px 0;
  }

  #about .gsjj .left .c_text {
    font-size: 18px;
    color: #808080;
    line-height: 2;
    text-align: justify;
  }

  #about .gsjj .left .four {
    margin: 40px 0 40px 0;
  }

  #about .gsjj .left .five {
    display: flex;
    flex-wrap: wrap;
  }

  #about .gsjj .left .five .three {
    width: 50%;
    margin-right: 0;
    position: relative;
    margin-bottom: 10px;
  }

  #about .gsjj .right .r_you img {
    width: 100%;
    height: 100%;
  }

  #about .gsjj .left .five .three:last-child {
    margin-right: 0;
  }

  #about .gsjj .left .five .three .num {
    font-size: 30px;
    color: #333;
    height: 35px;
  }

  #about .gsjj .left .five .three .pf {
    font-size: 18px;
    top: 10px;
  }

  #about .gsjj .left .five .three .mj {
    font-size: 14px;
    color: #333;
  }

  #about .gsjj .pa {
    position: inherit;
    bottom: 40px;
    padding-top: 20px;
  }

  #about .gsjj .left .c_text {
    height: 90px;
    font-size: 14px;
    overflow: auto;
    padding-right: 10px;
  }

  #about .gsjj .left .cnm {
    margin-bottom: 40px;
  }

  #about .qyry .ibox .swiper8 .gdt .swiper-scrollbar-drag .cli {
    display: none;
  }

  #about .qyry .ibox .swiper8 {
    padding-bottom: 20px;
  }

  #about .qyry .ibox .swiper8 .gdt {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
  }

  #about .qyry {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  #about .qyry .ibox .two {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }

  .about_a .wrap .swiper-slide .text {
    margin-top: 15px;
    padding: 0 25px;
  }

  #about .flsm .ibox .c_text {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    text-align: justify;
  }

  #about .flsm .ibox .title {
    margin-bottom: 20px;
  }

  #about .flsm .ibox {
    padding: 1px 0 40px 0;
  }

  #about .lxwm .bgh {
    width: 100%;
    height: auto;
    background-color: #eeeeee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
  }

  #about .lxwm .subtitle {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  #about .lxwm .bgh .four {
    width: 50%;
    height: 160px;
    text-align: center;
    margin-right: 0;
  }

  .about_a .circle .actbox .year {
    font-size: 22px;
  }

  .about_a .circle .box .year {
    font-size: 18px;
    top: -42px;
  }

  #about .lxwm .bgh .four .d_text {
    font-size: 16px;
    color: #333;
    margin: 10px 0 8px 0;
  }

  #about .lxwm .bgh .four .c_text {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  #about .lxwm .bgh .four:nth-child(3),
  #about .lxwm .bgh .four:nth-child(4) {
    height: 120px;
  }

  #about .lxwm .bgh .four:nth-child(3) .c_text,
  #about .lxwm .bgh .four:nth-child(4) .c_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  #about .lxwm .bgmap {
    width: 100%;
    position: initial;
    top: 400px;
  }

  #wrap {
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 1;
  }

  #project .list .ibox .six_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #product1 .jhq .ibox {
    padding: 20px 0;
  }

  #product1 .alxs .ibox {
    padding: 20px 0 0 0;
  }

  #product1 .alxs .ibox .three_img {
    display: block;
  }

  #product1 .alxs .ibox .three_img .three {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #product1 .alxs .ibox .three_img .three:last-child {
    margin-bottom: 0px;
  }

  #product1 .jszc .ibox {
    padding: 20px 0 0 0;
  }

  #product1 .jszc .ibox .ul1 li {
    padding: 10px;
    width: 49%;
    margin-right: 1%;
    margin-top: 15%;
  }

  #product1 .qhdb .ibox {
    padding: 20px 0;
  }

  #project .ibox .fy {
    margin-top: 0px !important;
  }

  .ibox .fy {
    margin-top: 20px !important;
  }

  #project1 .jhxm .ibox {
    padding: 20px 0;
  }

  #project1 .jsfa .ibox {
    padding: 20px 0;
  }

  #project1 .yd .ibox {
    padding: 20px 0;
  }

  #project1 .yd .ibox .four_img {
    display: block;
    height: auto;
  }

  #project1 .yd .ibox .four_img .four {
    width: 100%;
    height: 180px;
    margin-top: 70px;
    padding-top: 80px;
  }

  #project1 .yd .ibox .four_img .four .c_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  #product1 .jhq .ibox {
    padding: 30px 0;
  }

  #product1 .alxs .ibox {
    padding: 30px 0;
  }

  #product1 .jszc .ibox {
    padding: 30px 0;
  }

  #product1 .qhdb .ibox {
    padding: 30px 0;
  }

  #product1 .jhq .ibox .text .line {
    margin: 20px 0 15px 0;
  }

  #project1 .jsfa .ibox .three_img {
    display: block;
  }

  #project1 .jsfa .ibox .three_img .three {
    width: 100%;
    margin-bottom: 20px;
  }

  #project1 .jsfa .ibox .three_img .three .d_text {
    margin: 20px 0 15px 0;
  }

  #project1 .jsfa .ibox .three_img .three .c_text {}

  #yyly .scl .ibox .down .five_img {
    display: block;
  }

  #yyly .scl .ibox .down .five_img .five {
    width: 100%;
  }

  #yyly .scl .ibox .up .text .d_text:first-child {
    margin-bottom: 10px;
  }

  #yyly .scl .ibox .down .five_img .five:nth-child(2n) {
    margin-top: 20px;
  }

  #yyly .scl .ibox {
    padding: 20px 0;
  }

  #yyly .scl .ibox .down .five_img .five {
    margin-top: 20px;
  }

  #yyly1 .hbscl .ibox .ul1 {
    display: block;
    height: auto;
  }

  #yyly1 .hbscl .ibox .ul1 li {
    width: 100%;
    height: 165px;
  }

  #yyly1 .clsb .ibox .ul2 li .up {
    width: 100%;
    padding: 0 0;
  }

  #yyly1 .clsb .ibox .ul2 li .center {
    padding: 20px 0;
  }

  #yyly1 .clsb .ibox .ul2 li .three_img {
    display: block;
  }

  #yyly1 .clsb .ibox .ul2 li .three_img .three {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #yyly1 .clsb .ibox .ul2 li .three_img .three:last-child {
    margin-bottom: 0px;
  }

  #yyly1 .clsb .ibox .ul2 li .zl {
    margin-top: 20px;
  }

  #yyly1 .clsb .ibox .ul2 li .up .c_text {
    margin: 20px auto 10px;
    width: 85%;
  }

  #yyly1 .clsb .ibox .ul2 li .down {
    margin-top: 20px;
  }

  #yyly1 .clsb .ibox {
    padding: 20px 0;
  }

  #search .ipu {
    margin-top: 70px;
    height: 50px;
  }

  #search .ipu .ibox input {
    height: 40px;
    font-size: 16px;
  }

  #search .jg {
    height: 50px;
  }

  #search .ipu .ibox .img {
    margin-right: 0;
  }

  #search .jg .ibox .text {
    font-size: 14px;
    color: #333;
  }

  #search .list .ibox .four a {
    display: block;
    margin-bottom: 20px;
  }

  #search .list .ibox .four .left {
    width: 100%;
    overflow: hidden;
  }

  #search .list .ibox .four .right {
    width: 100%;
    padding: 0 20px;
  }

  #search .list .ibox .four .right .c_text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
  }

  #search .list .ibox .four .right .two {
    padding-bottom: 20px;
  }

  #search .list .ibox .four .right .d_text {
    font-size: 22px;
    margin: 30px 0 20px 0;
  }

  #search .list .ibox .fy {
    margin-top: 20px;
  }

  #search .list .ibox {
    padding: 20px 0;
  }

  .about_a #history .swiper-slide {
    height: 260px;
  }

  #yyly1 .clsb .ibox .ul2 li .up {
    width: 375px;
    text-align: center;
    padding: 20px 0;
    background-color: #f2f2f2;
  }

  #index .gsjj .ibox {
    padding-bottom: 0;
  }

  #about .footer {
    margin-top: 00px;
  }

  #yyly .scl .ibox .up {
    margin-bottom: 10px;
  }

  #project1 .qhdb .ibox {
    padding: 20px 0;
  }

  #about .qyry .ibox .swiper8 .swiper-slide .xg_box {
    height: auto;
  }

  #project .xzym {
    width: 100%;
    background-color: #f7f7f7;
  }

  #project .xzym .ibox {
    height: auto;
  }

  #project .xzym .ibox .ul9 {
    display: flex;
    flex-wrap: wrap;
  }

  #project .xzym .ibox .ul9 li {
    width: 50%;
    line-height: 3;
    border-right: 1px solid #ddd;
  }

  #project .xzym .ibox .ul9 li:nth-child(2n) {
    border-right: 0;
  }

  #project .xzym .ibox .ul9 li a {
    display: block;
    width: 100%;
    line-height: 3;
    text-align: center;
    color: #333;
  }

  #project .xzym .ibox .ul9 li a:hover {
    color: #0a9332;
  }
}

/* dz */