@charset "UTF-8";

footer {
  padding: 0;
}

menu {
  height: 100px;
  padding-bottom: 50px;
  background: none;
  align-items: center;
  position: fixed;
  transition: 0.4s;
}

menu.active {
  padding-top: 28px;
  height: 65px;
  padding-bottom: 25px;
  box-shadow: 0 2px 10px #dfdfdf;
  background: #fff;
}

menu ul li {
  color: #222;
  position: relative;
}

menu ul li div {
  transition: 0.4s;
  position: absolute;
  left: -3px;
  top: 26px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
}

menu ul li div a {
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  width: 140px;
  display: block;
  background: #fff;
  transition: 0.4s;
  padding-left: 15px;
}

menu ul li div a:first-child {
  background: #efefef;
}

menu ul li div a:hover {
  background: #efefef;
}

menu ul li a {
  color: #222;
}

menu ul li a:hover {
  color: #222;
}

menu ul li:hover div {
  opacity: 1;
  visibility: visible;
}

.pt {
  padding-top: 100px;
}

.work_top {
  background: #f6f6f6;
}

.work_top h4 {
  font-size: 20px;
  color: #9d9d9d;
  margin: 75px 0 40px;
  text-align: center;
  line-height: 1.8em;
}

.work_top .w_t {
  text-align: center;
  margin-bottom: 50px;
}

.work_top .w_t a {
  display: inline-block;
  width: 155px;
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #9d9d9d;
  color: #9d9d9d;
  font-size: 14px;
  margin: 0 7.5px;
  transition: 0.4s;
}

.work_top .w_t a:hover,
.work_top .w_t a.active {
  border: 1px solid #db0000;
  color: #fff;
  background: #db0000;
}

.work_main {
  background: #f6f6f6;
  padding: 0 10px 30px;
}

.work_main .row2 {
  margin: -5px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.work_main .row2 a {
  padding: 5px;
  width: 33.3333333%;
  position: relative;
}

.work_main .row2 a div {
  overflow: hidden;
  position: relative;
}

.work_main .row2 a div::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.work_main .row2 a img {
  transition: 0.4s;
}

.work_main .row2 a pa {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: 0 15px 30px 30px;
  font-size: 24px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  z-index: 2;
}

.work_main .row2 a pa img {
  width: 50px;
  margin-right: 15px;
}

.work_main .row2 a:hover img {
  transform: scale(1.2);
}

.work_main .row2 a:hover pa img {
  transform: scale(1);
}

.work_main .w_more {
  text-align: center;
  height: 140px;
  line-height: 140px;
}

.w_show_h5 {
  margin: 50px 0;
  font-size: 45px;
  color: #000;
  text-align: center;
}

.w_show_a {
  float: right;
  width: 30%;
  margin: 100px 0 0;
  font-size: 15px;
  color: #777;
  text-align: right;
}

.w_show_a img {
  margin-right: 10px;
}

.w_show_padding {
  padding: 1px 7.5%;
  background: #f6f6f6;
  overflow: hidden;
}

.w_show_padding .w_left {
  width: 70%;
  float: left;
  margin-top: 90px;
}

.w_show_padding .w_left a {
  display: block;
  font-size: 18px;
  color: #666666;
  margin-bottom: 8px;
  transition: 0.4s;
}

.w_show_padding .w_left a:hover {
  color: #db0000;
}

.a1 {
  background: url(../images/28.jpg) no-repeat;
  background-size: cover;
  background-position: bottom right;
  overflow: hidden;
}

.a1 .w_t {
  padding-left: 7%;
  margin-bottom: 45px;
  position: relative;
}

.a1 .w_t a {
  display: inline-block;
  height: 43px;
  width: 140px;
  background: #d8d8d8;
  font-size: 20px;
  color: #222222;
  line-height: 43px;
  text-align: center;
  transform: skewX(45deg);
  transition: 0.4s;
  position: relative;
}

.a1 .w_t a:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: -26px;
  width: 43px;
  height: 43px;
  background: #222222;
  transform: skew(-45deg);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  -moz-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  -ms-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  -o-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.a1 .w_t a span {
  transform: skewX(-45deg);
  display: inline-block;
}

.a1 .w_t a:hover,
.a1 .w_t a.active {
  background: #ed2024;
  color: #fff;
}

.a1 .a2 {
  padding-left: 20%;
  padding-top: 200px;
}

.a1 .a2 h5 {
  font-size: 20px;
  color: #ed2024;
  margin: 0;
  text-transform: uppercase;
  font-family: "Arial";
}

.a1 .a2 h6 {
  font-size: 35px;
  color: #222;
  margin-top: 20px;
  margin-bottom: 160px;
  font-family: "黑体";
}

.a1 .a2 .ic {
  margin-bottom: 140px;
  display: flex;
}

.a1 .a2 .ic .div {
  width: 120px;
}

.a1 .a2 .ic .div div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cdcdcd;
  transition: 0.8s;
}

.a1 .a2 .ic .div div img:nth-of-type(2) {
  display: none;
}

.a1 .a2 .ic .div p {
  width: 70px;
  margin-top: 15px;
  color: #222222;
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
}

.a1 .a2 .ic .div:hover div,
.a1 .a2 .ic .div.active div {
  border: 1px solid #ed2024;
  background: #ed2024;
  transform: rotateY(360deg);
}

.a1 .a2 .ic .div:hover div img:nth-of-type(1),
.a1 .a2 .ic .div.active div img:nth-of-type(1) {
  display: none;
}

.a1 .a2 .ic .div:hover div img:nth-of-type(2),
.a1 .a2 .ic .div.active div img:nth-of-type(2) {
  display: block;
}

.swiper-pagination2 {
  position: relative;
  height: 15px;
}

.w_show_more {
  padding-bottom: 0px;
  margin-bottom: 100px;
  margin-top: 80px;
}

.w_show_more .swiper-button-next2 {
  right: -50px;
  outline: none;
  background: url(../images/22.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0.4;
  transition: 0.4s;
}

.w_show_more .swiper-button-next2:hover {
  opacity: 1;
}

.w_show_more .swiper-button-prev2 {
  left: -50px;
  outline: none;
  background: url(../images/22.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  opacity: 0.4;
  transition: 0.4s;
}

.w_show_more .swiper-button-prev2:hover {
  opacity: 1;
}

.w_show_more .swiper-button-disabled {
  opacity: 0.4;
}

.w_show_more .swiper-pagination2 {
  width: 100%;
  height: 15px;
  left: 0;
  top: auto;
  bottom: 0;
  background: #e8e8e8;
  margin-top: 50px;
}

.w_show_more .swiper-pagination2 span {
  background: #cacaca;
}

.w_show_more .row2 div {
  width: 25%;
  position: relative;
  cursor: pointer;
  padding-bottom: 0;
  padding-top: 0px;
  overflow: hidden;
}

.w_show_more .row2 div img {
  transition: 0.4s;
}

.w_show_more .row2 div pa {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: 0 15px 30px 30px;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.w_show_more .row2 div pa img {
  width: 35px;
  margin-right: 15px;
}

.w_show_more .row2 div:hover img {
  transform: scale(1.2);
}

.w_show_more .row2 div:hover pa img {
  transform: scale(1);
}

.j_ban {
  margin-top: 100px;
  padding: 5% 7.5%;
  background: #ebebeb;
}

.j_b::after {
  content: "";
  clear: both;
  display: block;
}

.j_b .j_l {
  width: 65%;
  height: 900px;
  padding: 15px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.j_b .j_l .ll {
  width: 80%;
  margin: 0px;
  padding: 0px;
}

.j_b .j_l .ll li {
  border-top: 1px solid #b0b1b1;
}

.j_b .j_l .ll li:last-of-type {
  border-bottom: 1px solid #b0b1b1;
}

.j_b .j_l .ll li .la {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #333;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}

.j_b .j_l .ll li .la img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}

.j_b .j_l .ll li .lb {
  height: 0px;
  padding: 0px 20px;
  background: #b0b1b1;
  transition: 0.4s;
  overflow: hidden;
  opacity: 0;
}

.j_b .j_l .ll li .lb h6 {
  margin: 0;
  padding-top: 25px;
  font-size: 14px;
  line-height: 1.8em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
}

.j_b .j_l .ll li .lb h6 span {
  margin-right: 50px;
}

.j_b .j_l .ll li .lb h6 span:last-child {
  margin-right: 0;
}

.j_b .j_l .ll li .lb div {
  font-size: 14px;
  color: #fff;
  padding-bottom: 15px;
  line-height: 2em;
}

.j_b .j_l .ll li .lb div p {
  margin: 0;
}

.j_b .j_l .ll li.active .la img {
  transform: translateY(-50%) rotate(180deg);
}

.j_b .j_l .ll li.active .lb {
  /* height: auto; */
  opacity: 1;
}

.j_b .j_r {
  width: 35%;
  float: left;
  padding: 15px 30px;
  background: url(../images/30.jpg) no-repeat;
  background-size: cover;
  background-position: right bottom;
  height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 250px;
}

.j_b .j_r .jj h5 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 100;
  margin: 0;
  line-height: 1.6em;
  margin-bottom: 70px;
}

.j_b .j_r .jj h6 {
  font-size: 19px;
  line-height: 1.6em;
  font-weight: 100;
  color: #fff;
  margin: 0;
  margin-bottom: 30px;
}
.j_b .j_r .jj h6 a{
  color: #fff;
}
.j_b .j_r .jj h6 img {
  margin-right: 10px;
  float: left;
}

.c_ban {
  height: 300px;
  background: url(../images/fw_02.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: top right;
  display: flex;
  align-items: center;
  margin-top: 100px;
}

.c_ban div {
  margin-left: 20%;
}

.c_ban div h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  font-family: "Arial";
}

.c_ban div h6 {
  font-size: 28px;
  color: #fff;
  margin: 0;
  font-family: "黑体"!important;
  font-weight: 300;
  line-height: 1.7em;
  margin-bottom: 0px;
}

.c_ban div a {
  color: #222222;
  font-size: 18px;
  display: inline-block;
  margin-right: 30px;
}

.c_ban div a.active {
  color: #fff;
  background: url(../images/21.png) no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  padding-bottom: 12px;
}

.c_main::after {
  content: "";
  clear: both;
  display: block;
}

.c_main a {
  display: block;
  width: 16.666666%;
  float: left;
  position: relative;
}

.c_main a img {
  width: 100%;
}

.c_main a div {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  transition: 0.4s;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

.c_main a div:hover {
  opacity: 1;
}

.c_main a img {
  transition: 0.4s;
}

.fw_main::after {
  content: "";
  clear: both;
  display: block;
}

.fw_main {
  border-top: 1px solid #e9e9e9;
}

.fw_main a {
  height: 115px;
  width: 33.3333%;
  display: block;
  float: left;
  background: #ffffff;
  font-size: 26px;
  color: #666;
  line-height: 115px;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

.con_main {
  height: 930px;
  margin-top: 100px;
}

.zzz {
  width: 50%;
  height: 100%;
  float: left;
}

.vv {
  height: 60%;
}

.con_main .div1 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
}

.zx1 {
  width: 85%;
  margin: auto;
}

.zx2 {
  display: flex;
  justify-content: space-between;
}

.ccc {
  padding: 0 20px;
}

.nm {}

.con_main .div2 {
  width: 100%;
  height: 40%;
  background: url(../images/new2.jpg) #333 no-repeat;
  background-size: auto 100%;
  background-position: right;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con_main .div2 h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
  margin-bottom: 40px;
}

.con_main .div2 h5 {
  margin: 0;
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}

.con_main .div2 h6 {
  margin: 0;
  font-size: 20px;
  color: #888888;
  margin-bottom: 50px;
}
.con_main .div2 h6 a{
  color: #888888;
}
.con_main .div2 h6:last-of-type {
  margin-bottom: 0;
}

.con_main .div3 {
  width: 50%;
  height: 100%;
  float: left;
  background: url(../images/map.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.con_form {
  background: url(../images/35.jpg) no-repeat;
  background-position: right bottom;
  background-size: cover;
  padding: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.con_form .con_l {
  font-size: 24px;
  color: #ffffff;
  width: 20%;
}

.con_form .cf {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.con_form .cf div {
  flex: 1;
  margin-right: 10px;
}

.con_form .cf div input {
  width: 100%;
  height: 65px;
  background: #fff;
  float: left;
  border: none;
  padding-left: 15px;
}

.con_form .cf div:last-of-type {
  flex: 2.5;
  margin-right: 0px;
}

.con_form .cf button {
  color: #ed1b23;
  position: absolute;
  border: none;
  background: none;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.t_ban {
  height: 550px;
  background: url(../images/39.jpg) no-repeat;
  background-position: right bottom;
  background-size: cover;
  position: relative;
}

.t_ban div {
  margin-left: 15%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.t_ban div h5 {
  margin: 0;
  font-size: 20px;
  color: #ed2024;
  font-family: "Arial";
  margin-bottom: 10px;
}

.t_ban div h6 {
  margin: 0;
  font-size: 35px;
  color: #222222;
  font-family: "黑体";
}

.t_container {
  padding: 0 10px 30px;
}

.t_container .row2 {
  margin: 0 -5px;
}

.t_container .row2::after {
  content: "";
  clear: both;
  display: block;
}

.t_container .row2 .t_div {
  width: 25%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
  position: relative;
}

.t_container .row2 .t_div a {
  position: relative;
  display: block;
}

.t_container .row2 .t_div a .bf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.t_container .row2 .t_div a::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: 0.4s;
}

.t_container .row2 .t_div a::before {
  content: attr(data-name);
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 70% !important;
  left: 50%;
  opacity: 0;
  transition: 0.4s;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.t_container .row2 .t_div a:hover::before {
  opacity: 1;
}

.t_container .row2 .t_div a:hover::after {
  opacity: 1;
}

.t_container .row2 .t_div a:hover .bf {
  z-index: 2;
}

.t_container .row2 .t_div a:hover {
  z-index: 10;
}

.t_more {
  height: 135px;
  position: relative;
}

.t_more span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.v_text span {
  font-size: 36px;
  color: #222222;
  margin: 60px 0 50px;
  display: block;
}
.v_text img{
  width: 100%;
  margin-bottom: 10px;
}
.v_text p{
  margin: 0;
}
.v_text {
  font-size: 20px;
  color: #444;
  line-height: 2em;
  margin: 0;
}

.img_text span {
  font-size: 36px;
  color: #222222;
  margin: 60px 0 0px;
  display: block;
}

.img_text p {
  font-size: 20px;
  color: #444;
  line-height: 2em;
  margin: 50px 0;
}

.dzz {
  height: 160px;
  background: #f6f6f6;
  line-height: 160px;
  text-align: center;
  font-size: 40px;
}
@media(max-width:1600px){
  .con_main .div2 h5 {
    font-size: 21px;
  }

  .con_main .div2 h6 {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .zzz {
    width: 60%;
  }

  .con_main .div1 {
    width: 100%;
  }

  .con_main .div2 {
    width: 100%;
  }

  .con_main .div3 {
    width: 40%;
  }

}

@media (max-width: 1300px) {
  .j_b .j_l .ll {
    width: 90%;
  }

  .zzz {
    width: 65%;
  }

  .con_main .div1 {
    width: 100%;
  }

  .con_main .div2 {
    width: 100%;
  }

  .con_main .div3 {
    width: 35%;
  }

  .con_form {
    flex-direction: column;
  }

  .con_form .con_l {
    width: 100%;
  }

  .con_form .cf {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 1199px) {
  .zzz {
    width: 70%;
  }

  .vv {
    height: 65%;
  }

  .con_main .div1 {
    height: 100%;
  }

  .con_main .div2 {
    height: 35%;
  }

  .con_main .div3 {
    width: 30%;
  }

  .t_ban {
    height: 400px;
  }

  .a1 .a2 {
    padding-left: 15%;
    padding-top: 100px;
  }

  .w_show_more .row2 div pa {
    font-size: 15px;
    margin: 0 5px 15px 15px;
  }

  .w_show_more .row2 div pa img {
    width: 28px;
    margin-right: 5px;
  }

  .w_show_h5 {
    margin: 35px 0;
    font-size: 30px;
  }

  .w_show_a {
    margin: 90px 0 0;
  }

  .work_main .row2 a pa {
    margin: 0 10px 20px 20px;
    font-size: 21px;
  }

  .work_main .row2 a pa img {
    width: 40px;
  }

  .j_b .j_r .jj h5 {
    font-size: 24px;
  }

  .j_b .j_r .jj h6 {
    font-size: 21px;
  }

  .c_ban {
    height: 400px;
  }

  .c_ban div h5 {
    margin-bottom: 30px;
  }

  .c_ban div h6 {
    font-size: 25px;
    line-height: 1.8em;
    margin-bottom: 20px;
  }

  .c_main a {
    width: 20%;
  }

  .con_main {
    height: 600px;
  }

  .con_main .div2 h4 {
    font-size: 30px;
    margin-bottom: 35px;
  }

  .con_main .div2 h5 {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .con_main .div2 h6 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .t_container .row2 .t_div {
    width: 33.33333%;
  }

  .dzz {
    height: 120px;
    line-height: 120px;
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .zzz {
    width: 100%;
  }

  .con_main .div1 {
    height: 200px;
  }

  .con_main .div2 {
    height: 200px;
  }

  .con_main .div3 {
    height: 400px;
  }

  .c_ban {
    margin-top: 0px;
  }

  .j_b .j_r {
    padding: 15px 6%;
  }

  .j_ban {
    margin-top: 0;
  }

  .pt {
    padding-top: 0px;
  }

  .a1 .a2 {
    padding-left: 15%;
    padding-top: 50px;
  }

  .a1 .a2 .ic {
    margin-bottom: 70px;
  }

  menu {
    position: fixed;
    top: 0;
    height: 60px;
    background: #111;
  }

  menu ul li {
    color: #fff;
  }

  menu ul li a {
    color: #fff;
  }

  .work_main .row2 a {
    width: 50%;
  }

  .work_main .row2 a pa {
    margin: 0 10px 20px 20px;
    font-size: 21px;
  }

  .work_main .row2 a pa img {
    width: 40px;
  }

  menu ul li div {
    display: none;
  }

  .w_show_h5 {
    margin: 20px 0;
    font-size: 21px;
  }

  .w_show_padding .w_left a {
    font-size: 14px;
  }

  .w_show_more {
    padding-bottom: 30px;
    margin-bottom: 50px;
    margin-top: 20px;
  }

  .w_show_padding .w_left {
    margin-top: 30px;
  }

  .w_show_a {
    margin: 31px 0 0;
  }

  .j_b .j_r,
  .j_b .j_l {
    width: 100%;
  }

  .j_b .j_l {
    height: auto;
  }

  .j_b .j_r {
    height: auto;
  }

  .j_b .j_r .jj h5 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .j_b .j_r .jj h6 {
    margin-bottom: 20px;
  }

  .c_ban div {
    margin-left: 10%;
  }

  .c_main a {
    width: 25%;
  }

  .con_main {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .zzz {
    width: 100%;
  }

  .con_main .div1 {
    width: 100%;
    height: 500px;
    float: none;
    order: 1;
  }

  .con_main .div2 {
    width: 100%;
    height: auto;
    float: none;
    order: 3;
    padding: 30px 15px;
    display: block;
  }

  .con_main .div3 {
    width: 100%;
    height: 500px;
    float: none;
    order: 2;
  }

  .con_main .div2 h4 {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .con_main .div2 h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .con_main .div2 h6 {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .con_form {
    padding: 15px;
  }

  .con_form .con_l {
    font-size: 18px;
  }

  .con_form .cf {
    flex-wrap: wrap;
  }

  .con_form .cf div {
    width: 50%;
    margin-right: 0px;
    flex: none;
    margin-bottom: 10px;
    padding: 0 5px;
  }

  .con_form .con_l {
    padding-left: 5px;
  }

  .con_form .cf div:last-of-type {
    width: 100%;
    flex: none;
  }

  .con_form .cf div input {
    height: 50px;
  }

  .t_more {
    height: 100px;
  }

  .t_ban {
    height: 200px;
  }

  .t_ban div h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .t_ban div h6 {
    font-size: 21px;
  }

  .img_text span {
    font-size: 21px;
    margin: 30px 0 0px;
  }

  .img_text p {
    font-size: 14px;
    margin: 25px 0;
  }

  .v_text p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .v_text span {
    font-size: 21px;
    margin: 30px 0 30px;
  }

  .con_main {
    margin-top: 0;
  }
  .j_b .j_r{
    justify-content: start;
  }
}

@media (max-width: 767px) {
  .zx2 {
    flex-direction: column;
    justify-content: start;
  }

  .zx2 .ccc {
    padding: 0;
  }

  .con_main .div1 {
    height: 200px;
  }

  .con_main .div2 {
    height: 250px;
    padding-left: 20px;
  }

  .zx1 {
    width: 100%;
    margin: auto;
  }

  .nm {
    margin-bottom: 10px;
  }

  .con_main .div3 {
    height: 300px;
    background-size: 130%;

  }

  .dzz {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }

  .v_text span {
    font-size: 18px;
    margin: 15px 0;
  }

  .v_text p {
    font-size: 14px;
    line-height: 1.7em;
  }

  .img_text span {
    font-size: 18px;
    margin: 15px 0 0px;
  }

  .img_text p {
    font-size: 14px;
    margin: 15px 0;
    line-height: 1.7em;
  }

  .a1 .w_t {
    margin-bottom: 15px;
  }

  .a1 .w_t a {
    height: 36px;
    width: 100px;
    font-size: 15px;
    line-height: 36px;
  }

  .a1 .w_t a:first-of-type::after {
    left: -21px;
    width: 36px;
    height: 36px;
  }

  .swiper-button-next2,
  .swiper-button-prev2 {
    display: none;
  }

  .w_show_more .swiper-pagination2 {
    margin-top: 25px;
  }

  .a1 .a2 {
    padding-left: 10%;
    padding-top: 30px;
  }

  .a1 .a2 .ic {
    margin-bottom: 30px;
  }

  .a1 .a2 h5 {
    font-size: 16px;
  }

  .a1 .a2 h6 {
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .a1 .a2 .ic .div {
    width: 100px;
  }

  .w_show_padding {
    padding: 0 15px;
  }

  .w_show_more .row2 div {
    width: 50%;
  }

  .w_show_more .row2 div pa {
    font-size: 14px;
    margin: 0 15px 15px 15px;
  }

  .w_show_more .row2 div pa img {
    width: 26px;
    margin-right: 5px;
  }

  .w_show_h5 {
    margin: 20px 0;
    font-size: 18px;
  }

  .w_show_a {
    margin: 40px 0 0;
  }

  .w_show_a img {
    width: 45px;
  }

  .work_top h4 {
    font-size: 16px;
    margin: 30px 0 20px;
    line-height: 1.8em;
  }

  .work_top .w_t {
    margin-bottom: 20px;
  }

  .work_top .w_t a {
    width: 90px;
    font-size: 12px;
    margin: 0 5px;
  }

  .work_main .w_more {
    text-align: center;
    height: 70px;
    line-height: 70px;
  }

  .work_main .w_more img {
    width: 30px;
  }

  .work_main .row2 a pa {
    margin: 0 10px 10px 10px;
    font-size: 14px;
  }

  .work_main .row2 a pa img {
    width: 20px;
    margin-right: 5px;
  }

  .j_b .j_l .ll li .lb h6 {
    flex-wrap: wrap;
  }

  .j_b .j_l .ll li .lb h6 span {
    width: 50%;
  }

  .j_b .j_l .ll li .la {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }

  .j_b .j_r .jj h5 {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 20px;
  }

  .j_b .j_r .jj h6 {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 2em;
  }

  .j_b .j_l .ll {
    width: 100%;
  }

  .c_main a {
    width: 33.33333%;
  }

  .c_ban {
    height: auto;
    padding: 30px 0;
  }

  .c_ban div {
    margin-left: 15px;
  }

  .c_ban div h6 {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 15px;
  }

  .c_ban div h5 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .t_container .row2 .t_div {
    width: 50%;
  }

  .t_more {
    height: 50px;
  }

  .t_more img {
    width: 30px;
  }

  .t_ban {
    height: 120px;
  }

  .t_container .row2 .t_div a .bf {
    width: 30px;
  }

  .t_container .row2 .t_div a::before {
    font-size: 14px;
    opacity: 1;
    top: 80% !important;
  }

  .fw_main a {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }
}

@media (max-width: 480px) {
  .j_b .j_l .ll li .lb h6 span {
    width: 100%;
  }
}

/*# sourceMappingURL=css.css.map */