/* 前端谷梦阳 */
/* 主色调 #f4a000  */

@font-face {
  font-family: "gmb";
  src: url("../font/DIN-BOLD-2.woff2") format("woff2"),
    url("../font/DIN-BOLD-2.woff") format("woff"),
    url("../font/DIN-BOLD-2.ttf") format("truetype"),
    url("../font/DIN-BOLD-2.eot") format("embedded-opentype"),
    url("../font/DIN-BOLD-2.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: 14px;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_22 {
  font-size: 22px;
}

.f_24 {
  font-size: 24px;
}

.f_26 {
  font-size: 26px;
}

.f_28 {
  font-size: 28px;
}

.f_30 {
  font-size: 30px;
}

.f_32 {
  font-size: 32px;
}

.f_34 {
  font-size: 34px;
}

.f_36 {
  font-size: 36px;
}

.f_38 {
  font-size: 38px;
}

.f_40 {
  font-size: 40px;
}

.f_42 {
  font-size: 42px;
}

.f_44 {
  font-size: 44px;
}

.f_48 {
  font-size: 48px;
}

.f_50 {
  font-size: 50px;
}

.f_60 {
  font-size: 60px;
}

.f_72 {
  font-size: 72px;
}

/*分页*/

.BMap_mask,
.BMap_cpyCtrl,
.BMap_scaleTxt,
.BMap_scaleCtrl,
.BMap_omCtrl,
.anchorBL {
  display: none !important;
}

.a_dw {
  position: relative;
  top: -111px;
}

.a_kxo {
  position: relative;
  top: -40px;
}

.box {
  max-width: 1750px;
  min-width: 1200px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}

.ibox {
  max-width: 1400px;
  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;
}



.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: 1;
}

.wow1 {
  opacity: 1;
}

/* 头部 */
.m_header {
  display: none;
}

.header_nav {
  display: none;
}

.header {
  width: 100%;
  height: 112px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header.fixed {
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header.ny {
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header .box {
  height: 100%;
  line-height: 112px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.header .logo_img {
  cursor: pointer;
}

.header .logo_img>a img {
  position: absolute;
  top: 25px;
  left: 0;
}

.header .logo_img>a .logo2 {
  opacity: 0;
}

.header.fixed .logo_img>a .logo1 {
  opacity: 0;
}

.header.ny .logo_img>a .logo1 {
  opacity: 0;
}

.header.fixed .logo_img>a .logo2 {
  opacity: 1;
}

.header.ny .logo_img>a .logo2 {
  opacity: 1;
}

.header .box .fr {
  width: 59%;
  display: flex;
}

.header .box .h_daohang {
  width: 84.4%;
  height: 100%;
  line-height: 112px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header.fixed .box .h_daohang {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.header.ny .box .h_daohang {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.header .box .ul1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;

}

.header .box .ul1 li {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header .box .ul1 li .ltp a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header.ny .box .ul1 li .ltp a {
  color: #333;
}

.header .box .ul1 li .ltp a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #f4a000;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header .box .ul1 li:hover .ltp a::before {
  width: 100%;
}

.header .box .ul1 li.act .ltp a::before {
  width: 100%;
}

.header .box .ul1 li:hover .ltp a {
  width: 100%;
  color: #f4a000;
}

.header .box .ul1 li.act .ltp a {
  width: 100%;
  color: #f4a000;
}

.header.fixed .box .ul1 li.act .ltp a {
  width: 100%;
  color: #f4a000;
}

.header.fixed .box .ul1 li:hover .ltp a {
  width: 100%;
  color: #f4a000;
}

.header.fixed .box .ul1 li .ltp a {
  color: #777;
}



.header .box .ul1 li .lbt a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -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);
}

.header .box .ul1 li .lbt a:hover::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.header .box .ul1 li .lbt {
  display: none;
  width: 100%;
  height: auto;
  position: fixed;
  top: 112px;
  left: 0;
  z-index: 999;
}

.header .box .ul1 li .lbt.act {
  display: block;
}

.header .box .ul1 li .lbt .sbox {
  width: 100%;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: #f5f5f5;
  display: flex;
  padding-left: 44.5%;
}

.header .box .ul1 li .lbt a {
  display: block;
  line-height: 3;
  font-size: 14px;
  margin-right: 50px;
  color: #555;
  position: relative;
}

.header.fixed .box .ul1 li .lbt a {
  display: block;
  line-height: 3;
  font-size: 14px;
  margin-right: 50px;
  color: #555;
}

.header .box .ul1 li .lbt a:hover {
  display: block;
  line-height: 3;
  font-size: 14px;
  margin-right: 50px;
  color: #f4a000;
}

.header.fixed .box .ul1 li .lbt a:hover {
  display: block;
  line-height: 3;
  font-size: 14px;
  margin-right: 50px;
  color: #f4a000;
}

.header .box .ul1 li .lbt a:last-child {
  margin-right: 0;
}

.header .box .fr .right {
  width: 15.4%;
  height: 100%;
  padding-left: 32px;
}

.header .box .fr .right .three_img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .box .fr .right .three_img .three {
  width: 28px;
  height: 26px;
  position: relative;
  cursor: pointer;
}

.header .box .fr .right .three_img .three .img img {
  position: absolute;
  top: 0;
  left: 0;
}

.header .box .fr .right .three_img .three .img img:not(:first-child) {
  opacity: 0;
}

.header .box .fr .right .three_img .three .img img:first-child {
  opacity: 1;
}

.header .box .fr .right .three_img .three:hover .img img:not(:nth-child(2)) {
  opacity: 0;
}

.header .box .fr .right .three_img .three:hover .img img:nth-child(2) {
  opacity: 1;
}

.header.ny .box .fr .right .three_img .three:hover .img img:not(:nth-child(2)) {
  opacity: 0;
}

.header.ny .box .fr .right .three_img .three:hover .img img:nth-child(2) {
  opacity: 1;
}

.header.ny .box .fr .right .three_img .three .img img:not(:nth-child(3)) {
  opacity: 0;
}

.header.ny .box .fr .right .three_img .three .img img:nth-child(3) {
  opacity: 1;
}

.header.fixed .box .fr .right .three_img .three .img img:not(:nth-child(3)) {
  opacity: 0;
}

.header.fixed .box .fr .right .three_img .three .img img:nth-child(3) {
  opacity: 1;
}

.header .box .fr .right .three_img .three .ewm_img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50px;
  left: -32px;
  background-color: #fff;
  pointer-events: none;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 5px #a6a6a9;
  -webkit-box-shadow: 0px 0px 5px #a6a6a9;
  box-shadow: 0px 0px 5px #a6a6a9;
  z-index: 1000;
  display: none;
}

.header .box .fr .right .three_img .three .ewm_img>img {
  display: block;
  margin: 8px auto 0;
}

.header .box .fr .right .three_img .three .ewm_img .small_img {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.header .box .fr .right .three_img .three .phone {
  width: 150px;
  height: 38px;
  position: absolute;
  top: 50px;
  left: -65px;
  background-color: #fff;
  pointer-events: none;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 5px #a6a6a9;
  -webkit-box-shadow: 0px 0px 5px #a6a6a9;
  box-shadow: 0px 0px 5px #a6a6a9;
  z-index: 1000;
  display: none;
}

.header .box .fr .right .three_img .three .phone .text {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 38px;
  color: #f4a000;
}

.header .box .fr .right .three_img .three .phone .small_img {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  /* display: none; */
}

/* 头部 */

/* 脚部 */
.footer {
  width: 100%;
  height: auto;
  background: url(../images/f_1.png) center no-repeat;
  background-size: cover;
  padding-top: 65px;
}

.footer>.ibox .up {
  display: flex;
  justify-content: space-between;
  margin-bottom: 66px;
}

.footer>.ibox .up .left {
  width: 47.3%;
  padding-right: 35px;
}

.footer>.ibox .up .left .ul1 {
  display: flex;
  justify-content: space-between;
}

.footer>.ibox .up .left .ul1 .li {}

.footer>.ibox .up .left .ul1 li a {
  display: block;
  text-align: left;
  color: #a9a9a9;
  margin-bottom: 15px;
}

.footer>.ibox .up .left .ul1 li a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer>.ibox .up .left .ul1 li a:not(:first-child):hover {}

.footer>.ibox .up .left .ul1 li a:first-child {
  color: #dfdfdf;
  margin-bottom: 22px;
}

.footer>.ibox .up .left .ul1 li a:last-child {
  margin-bottom: 0;
}

.footer>.ibox .up .line {
  width: 1px;
  height: 155px;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer>.ibox .up .right {
  width: 39.2%;
  display: flex;
  justify-content: space-between;
}

.footer>.ibox .up .right .img_left {
  width: 24.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer>.ibox .up .right .img_left .img {
  overflow: hidden;
  border-radius: 4px;
}

.footer>.ibox .up .right .img_left .text {
  color: #dfdfdf;
  margin-top: 7px;
}

.footer>.ibox .up .right .text_right {
  width: 65%;
}

.footer>.ibox .up .right .text_right .zxly {
  width: 122px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background-color: #3d4053;
  margin-bottom: 20px;
}

.footer>.ibox .up .right .text_right .zxly .text {
  color: #fff;
}

.footer>.ibox .up .right .text_right .four_img {}

.footer>.ibox .up .right .text_right .four_img .four {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.footer>.ibox .up .right .text_right .four_img .four:last-child {
  margin-bottom: 0;
}

.footer>.ibox .up .right .text_right .four_img .four .img1 {
  margin-right: 9px;
}

.footer>.ibox .up .right .text_right .four_img .four .text {
  color: #888888;
}

.footer .down {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(73, 75, 96, 0.4);
}


.footer .down {
  display: flex;
  align-items: center;
}

.footer .down .bq_left {
  color: #8b8b8b;
}

.footer .down .bq_left a {
  color: #8b8b8b;
}
.footer .down .bq_left .wzdt{
  margin-left: 20px;
}
.footer .down .bq_right {
  color: #8b8b8b;
}

.footer .down .bq_right a {
  color: #8b8b8b;
}

.footer .down {
  height: 100%;
  line-height: 60px;
  position: relative;
  cursor: pointer;
}

/* 脚步结束 */
#index .swiper_bd .right_pagin {
  position: fixed;
  top: 50%;
  right: 93px;
  transform: translateY(-50%);
  z-index: 1000;
}

#index .swiper_bd .right_pagin .ul1 {}

#index .swiper_bd .right_pagin .ul1 li {
  width: 90px;
  display: flex;
  align-items: center;
  margin-bottom: 31px;
  cursor: pointer;
}

#index .swiper_bd .right_pagin .ul1 li:last-child {
  margin-bottom: 0;
}

#index .swiper_bd .right_pagin .ul1 li .text {
  width: 61px;
  height: 14px;
  position: relative;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

#index .swiper_bd .right_pagin .ul1 li .text .d_text {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff;
  text-align: end;
}
#index .swiper_bd .right_pagin .ul1 li.black .text .d_text {
  color: #333333;
}
#index .swiper_bd .right_pagin .ul1 li.act .text .d_text:first-child {
  opacity: 0;
}

#index .swiper_bd .right_pagin .ul1 li .text .d_text:last-child {
  opacity: 0;
}

#index .swiper_bd .right_pagin .ul1 li.act .text .d_text:last-child {
  opacity: 1;
}

#index .swiper_bd .right_pagin .ul1 li .yqd {
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
}

#index .swiper_bd .right_pagin .ul1 li.act .yqd {
  border: 1px solid #fff;
}
#index .swiper_bd .right_pagin .ul1 li.black.act .yqd {
  border: 1px solid #333;
}
#index .swiper_bd .right_pagin .ul1 li .yqd .yd {
  width: 4px;
  height: 4px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index .swiper_bd .right_pagin .ul1 li.black .yqd .yd {
  border: 1px solid #333;
  background-color: #333;
}
#index .swiper_bd>.swiper-wrapper>.swiper-slide {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#index .swiper_bd .swiper3 {
  width: 100%;
  height: 100%;
  position: relative;
}

#index .swiper_bd .swiper3 .swiper3_box {
  width: 100%;
  height: 100%;
  position: relative;
}
#index .swiper_bd .swiper3 .swiper3_box video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
}
#index .swiper_bd .swiper3 .swiper3_box .img {
  width: 100%;
  height: 100%;
}

#index .swiper_bd .swiper3 .swiper3_box .img img {
  width: 100%;
  height: 100%;
}

#index .swiper_bd .swiper3 .swiper3_box .text_img {
  width: 100%;
  height: 100%;
}

#index .swiper_bd .swiper3 .swiper3_box .s_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  opacity: 0;
}

#index .swiper_bd .swiper3 .swiper-slide-active .swiper3_box .s_img {
  transform: translate(-50%, -50%);
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  /* Firefox 4 */
  -webkit-transition-delay: 0.1s;
  /* Safari 和 Chrome */
  -o-transition-delay: 0.1s;
  /* Opera */
  opacity: 1;
}

#index .swiper_bd .swiper3 .swiper3_box .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 96%);
  color: #fff;
  opacity: 0;
}

#index .swiper_bd .swiper3 .swiper3_fp {
  width: 100%;
  position: absolute;
  bottom: 49px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
}

#index .swiper_bd .swiper3 .swiper3_fp .btn {
  width: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  transform: translateY(-7px);
}

#index .swiper_bd .swiper3 .swiper3_fp .btn .all3btn {
  color: #fff;
  cursor: pointer;
}

#index .swiper_bd .swiper3 .swiper-slide-active .swiper3_box .text {
  transform: translate(-50%, -50%);
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  /* Firefox 4 */
  -webkit-transition-delay: 0.1s;
  /* Safari 和 Chrome */
  -o-transition-delay: 0.1s;
  /* Opera */
  opacity: 1;
}

#index .swiper_bd .swiper3 .swiper-pagination-bullet {
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transform: translateY(-11px);
  border-radius: 0;
}

#index .swiper_bd .swiper3 .swiper-pagination-bullet-active {
  width: 50px;
  height: 2px;
  background: #f4a000;
}

#index .swiper_bd>.swiper-wrapper>.swiper-slide:nth-child(2) {
  background: url(../images/i_1.png) center no-repeat;
  background-size: cover;
}

#index .swiper_bd .swiper-slide>.ibox {
  height: calc(100vh - 90px);
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  padding: 90px 0 110px 0;
  margin-top: 110px;
}

#index .swiper_bd .swiper-slide>.ibox .swiper4 {}

#index .swiper_bd .swiper-slide>.ibox .swiper4 .swiper-slide {
  opacity: 0 !important;
}

#index .swiper_bd .swiper-slide>.ibox .swiper4 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

#index .swiper_bd .swiper-slide>.ibox .swiper4 .swiper4_box {
  width: 100%;
  display: flex;
  position: relative;
}

#index .swiper_bd .swiper-slide>.ibox .swiper4 .swiper4_box .left {
  width: 50%;
  padding-top: 113px;
}

#index .swiper_bd .swiper-slide>.ibox .swiper4 .swiper4_box .left .text .d_text {
  width: 100%;
  color: #333;
  font-weight: bold;
}

#index .swiper_bd .swiper-slide>.ibox .swiper4 .swiper4_box .left .text .c_text {
  width: 390px;
  color: #333;
  line-height: 2;
  margin: 50px 0 40px 0;
  text-align: justify;
}

#index .swiper_bd .swiper-slide>.ibox .right {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -57%);
  z-index: 10;
}

#index .swiper_bd .swiper-slide>.ibox .right .four_img {
  width: 600px;
  height: 600px;
  position: relative;
}

#index .swiper_bd .swiper-slide>.ibox .right .four_img .four {
  position: absolute;
  top: 35px;
  left: 0;
  opacity: 0;
}

#index .swiper_bd .swiper-slide>.ibox .right .four_img .four.act {
  opacity: 1;
  top: 0;
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  /* Firefox 4 */
  -webkit-transition-delay: 0.1s;
  /* Safari 和 Chrome */
  -o-transition-delay: 0.1s;
  /* Opera */
  z-index: 2;
}
@keyframes warn {
    0% {
        transform: translate(-50%, -50%) scale(0.6);
        opacity: 0;
    }

    25% {
        transform: translate(-50%, -50%) scale(0.7);
        opacity: 0.1;
    }

    50% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.3;
    }

    75% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.5;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes warn {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.6);
        opacity: 0;
    }

    25% {
        -webkit-transform: translate(-50%, -50%) scale(0.7);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

#index .swiper_bd .swiper-slide>.ibox .right .four_img .four .xy {
  width: 30px;
  height: 30px;
  background-color: #f4a000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 235px;
  left: 200px;
  cursor: pointer;
}

#index .swiper_bd .swiper-slide>.ibox .right .four_img .four .xy::before {
      content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 53px;
    height: 53px;
    /* border: 2px solid rgba(255, 255, 255, 1); */
    background-color: rgba(244, 160, 0, 1);
    border-radius: 50%;
    -webkit-animation: warn 1s ease-out 0.5s;
    -moz-animation: warn 1s ease-out 0.5s;
    animation: warn 1s ease-out 0.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 4;
}
#index .swiper_bd .swiper-slide>.ibox .right .four_img .four .xy::after {
      content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 80px;
    height: 80px;
    /* border: 2px solid rgba(255, 255, 255, 1); */
    background-color: rgba(244, 160, 0, .7);
    border-radius: 50%;
    -webkit-animation: warn 1s ease-out;
    -moz-animation: warn 1s ease-out;
    animation: warn 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 4;
}
#index .swiper_bd .swiper-slide>.ibox .right .four_img .four .xy .s_img{
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  opacity: 0;
}
#index .swiper_bd .swiper-slide>.ibox .right .four_img .four .xy:hover .s_img{
  width: 220px;
  height: 220px;
  opacity: 1;
  z-index: 5;
}
@keyframes warn1 {
     0% {
        -webkit-transform: translate(-50%, -50%) scale(0.9);
        opacity: 0;
    }

    25% {
        -webkit-transform: translate(-50%, -50%) scale(0.95);
        opacity: 0.3;
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        opacity: 0.4;
    }

    75% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        opacity: 0;
    }
}

@-webkit-keyframes warn1 {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.9);
        opacity: 0;
    }

    25% {
        -webkit-transform: translate(-50%, -50%) scale(0.95);
        opacity: 0.3;
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        opacity: 0.4;
    }

    75% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        opacity: 0;
    }
}
#index .swiper_bd .swiper-slide>.ibox .right .four_img .four .xy .s_img::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 232px;
    height: 232px;
    /* border: 2px solid rgba(255, 255, 255, 1); */
    background-color: rgba(244, 160, 0, 0.7);
    border-radius: 50%;
    -webkit-animation: warn1 1.5s ease-out 0.5s;
    -moz-animation: warn1 1.5s ease-out 0.5s;
    animation: warn1 1.5s ease-out 0.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 1;
}
#index .swiper_bd .swiper-slide>.ibox .right .four_img .four .xy .s_img::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 243px;
    height: 243px;
    /* border: 2px solid rgba(255, 255, 255, 1); */
    background-color: rgba(244, 160, 0, .4);
    border-radius: 50%;
    -webkit-animation: warn1 2.5s ease-out;
    -moz-animation: warn1 2.5s ease-out;
    animation: warn1 2.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  /* Firefox 4 */
  -webkit-transition-delay: 0.1s;
  /* Safari 和 Chrome */
  -o-transition-delay: 0.1s;
    z-index: 1;
}
#index .swiper_bd .swiper-slide>.ibox .right .four_img .four .xy .s_img img{
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
}


#index .swiper_bd .swiper-slide>.ibox .swiper5 {
  width: 145px;
  height: 637px;
  position: absolute;
  top: 90px;
  right: 0;
}
#index .swiper_bd .swiper-slide>.ibox .swiper5 .swiper-slide .swiper5_box{
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #fff;
}
#index .swiper_bd .swiper-slide>.ibox .swiper5 .swiper-slide.swiper-slide-active .swiper5_box{
  border: 1px solid #f4a000;
}
#index .swiper_bd .swiper-slide>.sgsjs{
  width: 100%;
  height: 100%;
  background: url(../images/i_11.png) center no-repeat;
  background-size: cover;
  object-fit: cover;
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox{
  height: calc(100% - 111px);
  margin-top: 111px;
  display: flex;
  justify-content: space-between;
  padding-top: 187px;
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox .left{
  width: 40.5%;
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox .left .d_text{
  color: #fff;
  font-weight: bold;
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox .left .c_text{
  color: #fff;
  line-height: 1.8;
  margin: 40px 0 68px 0;
}

#index .swiper_bd .swiper-slide>.sgsjs .ibox .right{
  width: 46.5%;
  height: 440px;
  padding: 27px;
  position: relative;
  cursor: pointer;
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox .right .mo{
  width: 100%;
  height: 100%;
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox .right .rightu{
  width: 260px;
  height: 180px;
  background-color: #f4a000;
  position: absolute;
  right: 50px;
  top: 50px;
}
#index .swiper_bd .swiper-slide.swiper-slide-active>.sgsjs .ibox .right .rightu{
  right: 0;
  top: 0;
  transition-delay: 0.5s;
-moz-transition-delay: 0.5s; /* Firefox 4 */
-webkit-transition-delay: 0.5s; /* Safari 和 Chrome */
-o-transition-delay: 0.5s;
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox .right .leftd{
  width: 260px;
  height: 262px;
  background-color: #f4a000;
  position: absolute;
  left: 50px;
  bottom: 50px;
}
#index .swiper_bd .swiper-slide.swiper-slide-active>.sgsjs .ibox .right .leftd{
  left: 0;
  bottom: 0;
  transition-delay: 0.5s;
-moz-transition-delay: 0.5s; /* Firefox 4 */
-webkit-transition-delay: 0.5s; /* Safari 和 Chrome */
-o-transition-delay: 0.5s;
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox .right .sp{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox .right .sp .img{
  width: 100%;
  height: 100%;
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox .right .sp .img img{
  width: 100%;
  height: 100%;
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox .right .sp .s_img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox .right:hover .sp .s_img img{
  transform: scale(0.8);
}
#index .swiper_bd .swiper-slide>#mydiv{
  width: 100%;
  height: 100%;
}
#index .swiper_bd .swiper-slide>#mydiv canvas{
  width: 100%;
  height: 100%;
  position: absolute !important;
}
#index .swiper_bd .swiper-slide>.xwzx{
  width: 100%;
  height: calc(100vh - 111px);
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 111px;
}
#index .swiper_bd .swiper-slide>.xwzx .ibox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#index .swiper_bd .swiper-slide>.xwzx .ibox .text{
  color: #222;
  font-weight: bold;
  margin-bottom: 41px;
}
#index .swiper_bd .swiper-slide>.xwzx .ibox .swiper6 .swiper-slide {}
#index .swiper_bd .swiper-slide>.xwzx .ibox .swiper6 .swiper-slide .four{
  width: 100%;
}
#index .swiper_bd .swiper-slide>.xwzx .ibox .swiper6 .swiper-slide .four .img{
  width: 100%;
  overflow: hidden;
}
#index .swiper_bd .swiper-slide>.xwzx .ibox .swiper6 .swiper-slide .four .img img{
  width: 100%;
}
#index .swiper_bd .swiper-slide>.xwzx .ibox .swiper6 .swiper-slide .four:hover .img img{
  transform: scale(1.1);
}
#index .swiper_bd .swiper-slide>.xwzx .ibox .swiper6 .swiper-slide .four .d_text{
  width: 90%;
  color: #222;
  margin: 22px 0 30px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index .swiper_bd .swiper-slide>.xwzx .ibox .swiper6 .swiper-slide .four:hover .d_text{
  color: #f4a000;
}
#index .swiper_bd .swiper-slide>.xwzx .ibox .swiper6 .swiper-slide .four .c_text{
  width: 90%;
  height: 61px;
  color: #888;
  line-height: 2;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index .swiper_bd .swiper-slide>.xwzx .ibox .swiper6 .swiper-slide .four .line{
  width: 0;
  height: 1px;
  background-color: #f4a000;
  margin: 13px 0 9px 0;
}
#index .swiper_bd .swiper-slide>.xwzx .ibox .swiper6 .swiper-slide .four:hover .line{
  width: 100%;
}
#index .swiper_bd .swiper-slide>.xwzx .ibox .swiper6 .swiper-slide .four .two_text{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
}
#index .swiper_bd .swiper-slide>.xwzx .ibox .swiper6 .swiper-slide .four:hover .two_text{
  opacity: 1;
}
#index .swiper_bd .swiper-slide>.xwzx .ibox .swiper6 .swiper-slide .four .two_text .year{
  color: #222;
}

#index .swiper_bd .swiper-slide>.xwzx .ibox .more2{
  margin: 65px auto 0;
}

/* 产品详情 */
#product_con .cpxq {
  width: 100%;
  position: relative;
  margin-top: 112px;
}

#product_con .cpxq .bg_blue {
  width: 48%;
  height: 839px;
  background-color: #3d4053;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#product_con .cpxq .ibox {
  padding: 55px 34px 85px 0;
  /* display: flex; */
  justify-content: space-between;
}

#product_con .cpxq .ibox .left {
  width: 42.2%;
  float: left;
}

#product_con .cpxq .ibox .left .up {
  display: flex;
  align-items: center;
}

#product_con .cpxq .ibox .left .up .img {
  width: 19px;
  height: 16px;
  position: relative;
  margin-right: 10px;
}

#product_con .cpxq .ibox .left .up .img img {
  position: absolute;
  top: 0;
  left: 0;
}

#product_con .cpxq .ibox .left .up .img img:last-child {
  opacity: 0;
}

#product_con .cpxq .ibox .left .up:hover .img img:last-child {
  opacity: 1;
}

#product_con .cpxq .ibox .left .up:hover .img img:first-child {
  opacity: 0;
}

#product_con .cpxq .ibox .left .up .text {
  color: #e9ebee;
}

#product_con .cpxq .ibox .left .up:hover .text {
  color: #f4a000;
}

#product_con .cpxq .ibox .left .down {
  width: 100%;
  margin-top: 57px;
}

#product_con .cpxq .ibox .left .down .ul1 {
  width: 100%;
}

#product_con .cpxq .ibox .left .down .ul1 li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

#product_con .cpxq .ibox .right {
  width: 37.2%;
  float: right;
}

#product_con .cpxq .ibox .right .text {
  margin-top: 85px;
}

#product_con .cpxq .ibox .right .text .d_text {
  color: #222;
  font-weight: bold;
}

#product_con .cpxq .ibox .right .text .c_text {
  color: #555;
  line-height: 1.8;
  margin: 27px 0 70px 0;
  font-weight: bold;
}

#product_con .cpxq .ibox .right .two_img {
  position: relative;
  margin-bottom: 93px;
}

#product_con .cpxq .ibox .right .two_img .img2 {
  position: absolute;
  top: 0;
  left: 0;
}

#product_con .cpxq .ibox .right .more_lxwm {
  width: 122px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #9899a3;
  border-bottom: 1px solid #9899a3;
  position: relative;
  z-index: 2;
  color: #222;
}

#product_con .cpxq .ibox .right .more_lxwm:hover {
  border-top: 1px solid #3d4053;
  border-bottom: 1px solid #3d4053;
  color: #fff;
}

#product_con .cpxq .ibox .right .more_lxwm::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #3d4053;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

#product_con .cpxq .ibox .right .more_lxwm:hover::after {
  width: 50%;
}

#product_con .cpxq .ibox .right .more_lxwm::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #3d4053;
  position: absolute;
  bottom: 0px;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

#product_con .cpxq .ibox .right .more_lxwm:hover::before {
  width: 50%;
}

/* 产品中心 */
#product .cpzx {
  width: 100%;
}

#product .cpzx .ibox {
  padding: 114px 0 120px 0;
}

#product .cpzx .ibox .up {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#product .cpzx .ibox .up .text {
  width: 46.4%;
}

#product .cpzx .ibox .up .text .d_text {
  color: #222;
  font-weight: bold;
  text-align: right;
}

#product .cpzx .ibox .up .text .c_text {
  color: #888;
  font-weight: bold;
  line-height: 1.8;
  text-align: right;
  margin-top: 30px;
}

#product .cpzx .ibox .down {
  width: 100%;
  margin-top: 90px;
  position: relative;
}

#product .cpzx .ibox .down .left {
  position: absolute;
  top: 0;
  left: -73px;
}

#product .cpzx .ibox .down .left .four_img {
  width: 61px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#product .cpzx .ibox .down .left .four_img .four {
  width: 61px;
  height: 78px;
  position: relative;
  cursor: pointer;
}

#product .cpzx .ibox .down .left .four_img .four img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#product .cpzx .ibox .down .left .four_img .four img:last-child {
  opacity: 0;
}

#product .cpzx .ibox .down .left .four_img .four.act img:last-child {
  opacity: 1;
}

#product .cpzx .ibox .down .left .four_img .four.act img:first-child {
  opacity: 0;
}

#product .cpzx .ibox .down .left .four_img .four:hover img:last-child {
  opacity: 1;
}

#product .cpzx .ibox .down .left .four_img .four:hover img:first-child {
  opacity: 0;
}

#product .cpzx .ibox .down .left .four_img .four::before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #f4a000;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

#product .cpzx .ibox .down .left .four_img .four:hover::before {
  width: 36px;
  opacity: 1;
}

#product .cpzx .ibox .down .left .four_img .four.act::before {
  width: 36px;
  opacity: 1;
}

#product .cpzx .ibox .down .left .four_img .line {
  width: 1px;
  height: 70px;
  background-color: #939ba8;
  margin: 36px 0;
}

#product .cpzx .ibox .down .right {
  min-height: 800px;
  width: 100%;
  padding-left: 4.1%;
}

#product .cpzx .ibox .down .right .six_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#product .cpzx .ibox .down .right .six_img .six {
  width: 30.6%;
  display: block;
  margin-bottom: 4%;
}

#product .cpzx .ibox .down .right .six_img .six:nth-child(4) {
  margin-bottom: 0;
}

#product .cpzx .ibox .down .right .six_img .six:nth-child(5) {
  margin-bottom: 0;
}

#product .cpzx .ibox .down .right .six_img .six:nth-child(6) {
  margin-bottom: 0;
}

#product .cpzx .ibox .down .right .six_img .six .img {
  width: 100%;
  height: 453px;
  background-image: linear-gradient(#e8ecf5, #fff);
  position: relative;
  overflow: hidden;
}

#product .cpzx .ibox .down .right .six_img .six .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#product .cpzx .ibox .down .right .six_img .six:hover .img img {
  transform: translate(-50%, -50%) scale(1.2);
}

#product .cpzx .ibox .down .right .six_img .six .text {
  padding-top: 30px;
}

#product .cpzx .ibox .down .right .six_img .six .text .d_text {
  width: 100%;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#product .cpzx .ibox .down .right .six_img .six:hover .text .d_text {
  color: #f4a000;
}

#product .cpzx .ibox .down .right .six_img .six .text .c_text {
  width: 100%;
  height: 56px;
  color: #555;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 20px 0 37px 0;
}

#product .cpzx .ibox .down .right .six_img .six:hover .text .more {
  transform: translateY(-7px);
}

#product .cpzx .ibox .down .right .six_img .six:hover .text .more .text_more {
  color: #f4a000;
}

#product .cpzx .ibox .down .right .six_img .six:hover .text .more .line {
  background-color: #f4a000;
}

#product .cpzx .ibox .down .right .fy {
  margin-top: 70px;
}

/* 新闻中心 */
#new .xwzx {
  width: 100%;
}

#new .xwzx .ibox {
  padding: 60px 0 115px 0;
}

#new .xwzx .ibox .four_img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#new .xwzx .ibox .four_img .four {
  width: 50%;
  padding: 0 8.6% 68px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#new .xwzx .ibox .four_img .four:nth-child(2n) {
  padding: 0 0 68px 8.6%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#new .xwzx .ibox .four_img .four:nth-child(3) {
  padding-top: 60px;
}

#new .xwzx .ibox .four_img .four:nth-child(4) {
  padding-top: 60px;
}

#new .xwzx .ibox .four_img .four .img {
  width: 100%;
  overflow: hidden;
}

#new .xwzx .ibox .four_img .four .img img {
  width: 100%;
}

#new .xwzx .ibox .four_img .four:hover .img img {
  transform: scale(1.2);
}

#new .xwzx .ibox .four_img .four .text {
  padding-top: 44px;
  width: 100%;
}

#new .xwzx .ibox .four_img .four .text .d_text {
  width: 100%;
  color: #002222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#new .xwzx .ibox .four_img .four:hover .text .d_text {
  color: #f4a000;
}

#new .xwzx .ibox .four_img .four .text .c_text {
  width: 100%;
  height: 50px;
  color: #888;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 30px 0 40px 0;
}

#new .xwzx .ibox .four_img .four .text .year {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#new .xwzx .ibox .four_img .four .text .year .time {
  color: #222;
  font-family: "gmb";
}

#new .xwzx .ibox .four_img .four:hover .text .year .time {
  color: #f4a000;
}

#new .xwzx .ibox .four_img .four:hover .text .year .more {
  transform: translateY(-7px);
}

#new .xwzx .ibox .four_img .four:hover .text .year .more .text_more {
  color: #f4a000;
}

#new .xwzx .ibox .four_img .four:hover .text .year .more .line {
  background-color: #f4a000;
}

#new .xwzx .ibox .fy {
  margin-top: 77px;
}

/* 新闻详情 */
#new_con .xwxq {
  width: 100%;
}

#new_con .xwxq .ibox {
  padding: 72px 0 15px 0;
  transform: translateY(-85px);
  background-color: #fff;
}

#new_con .xwxq .ibox .up {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 35px;
  border-bottom: 1px solid #e8e8e8;
}

#new_con .xwxq .ibox .up .d_text {
  color: #222;
}

#new_con .xwxq .ibox .up .c_text {
  color: #888;
  font-family: "gmb";
  margin-top: 20px;
}

#new_con .xwxq .ibox .center {
  padding-top: 42px;
}

#new_con .xwxq .ibox .center * {
  color: #888;
  margin-bottom: 15px;
  line-height: 2;
}

#new_con .xwxq .ibox .center img {
  width: auto;
  max-width: 100%;
  margin: 25px auto;
}

#new_con .xwxq .ibox .line {
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  margin: 55px 0;
}
#new_con .xwxq .ibox .sxf{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
#new_con .xwxq .ibox .sxf .left{}
#new_con .xwxq .ibox .sxf .left .syp{
  margin-bottom: 30px;
}
#new_con .xwxq .ibox .sxf .left .sxyp{
  display: block;
}
#new_con .xwxq .ibox .sxf .left .sxyp span{
  color: #555;
}
#new_con .xwxq .ibox .sxf .left .sxyp:hover span{
  color: #f4a000;
}
#new_con .xwxq .ibox .sxf .right{}
#new_con .xwxq .ibox .sxf .right .fh{
  display: flex;
  align-items: center;
}
#new_con .xwxq .ibox .sxf .right .fh .img{
  width: 14px;
  height: 12px;
  position: relative;
  margin-right: 10px;
}
#new_con .xwxq .ibox .sxf .right .fh .img img{
  position: absolute;
  top: 0;
  left: 0;
}
#new_con .xwxq .ibox .sxf .right .fh .img img:last-child{
  opacity: 0;
}
#new_con .xwxq .ibox .sxf .right .fh:hover .img img:last-child{
  opacity: 1;
}
#new_con .xwxq .ibox .sxf .right .fh:hover .img img:first-child{
  opacity: 0;
}
#new_con .xwxq .ibox .sxf .right .fh .text{
  color: #555;
}
#new_con .xwxq .ibox .sxf .right .fh:hover .text{
  color: #f4a000;
}
#new_con .xwxq .ibox .down {}

#new_con .xwxq .ibox .down .text {
  color: #333;
  margin-bottom: 40px;
}

#new_con .xwxq .ibox .down .three_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#new_con .xwxq .ibox .down .three_text .three {
  width: 41.7%;
  margin-bottom: 83px;
}

#new_con .xwxq .ibox .down .three_text .three:nth-last-child(2) {
  margin-bottom: 0;
}

#new_con .xwxq .ibox .down .three_text .three:last-child {
  margin-bottom: 0;
}

#new_con .xwxq .ibox .down .three_text .three .d_text {
  width: 100%;
  color: #222;
  margin-bottom: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#new_con .xwxq .ibox .down .three_text .three:hover .d_text {
  color: #f4a000;
}

#new_con .xwxq .ibox .down .three_text .three .c_text {
  width: 100%;
  color: #888;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#new_con .xwxq .ibox .down .three_text .three .line {
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  margin: 15px 0 27px 0;
  position: relative;
}

#new_con .xwxq .ibox .down .three_text .three .line::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: rgba(244, 160, 0, .4);
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

#new_con .xwxq .ibox .down .three_text .three:hover .line::before {
  width: 100%;
  opacity: 1;
}

#new_con .xwxq .ibox .down .three_text .three:hover .more1 .img img:last-child {
  opacity: 1;
}

#new_con .xwxq .ibox .down .three_text .three:hover .more1 .img img:first-child {
  opacity: 0;
}

#new_con .xwxq .ibox .down .three_text .three:hover .more1 .text_more {
  color: #f4a000;
}

/* 关于我们 */
#about .pcxny {
  width: 100%;
  height: 950px;
  background: url(../images/a_2.png) center no-repeat;
  background-size: cover;
}

#about .pcxny .ibox {
  padding-top: 110px;
  display: flex;
}

#about .pcxny .ibox .left {
  width: 50%;
}

#about .pcxny .ibox .left .d_text {
  color: #222;
  font-weight: bold;
}

#about .pcxny .ibox .left .c_text {
  color: #555;
  line-height: 1.8;
  margin: 45px 0 60px 0;
  text-align: justify;
}

#about .pcxny .ibox .left .two_num {
  display: flex;
  margin: 60px 0 0 72px;
}

#about .pcxny .ibox .left .two_num .two {
  margin-right: 85px;
}

#about .pcxny .ibox .left .two_num .two:last-child {
  margin-right: 0px;
}

#about .pcxny .ibox .left .two_num .two .up {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

#about .pcxny .ibox .left .two_num .two .up .num {
  color: #f4a000;
  font-family: "gmb";
}

#about .pcxny .ibox .left .two_num .two .up .text {
  color: #f4a000;
  font-family: "gmb";
  transform: translateY(-3px);
}

#about .pcxny .ibox .left .two_num .two .down {
  color: #555;
  margin-top: 30px;
}

#about .pcxny .ibox .right {
  width: 50%;
  position: relative;
}

#about .pcxny .ibox .right .img1 {
  width: 490px;
  height: 490px;
  position: absolute;
  bottom: -307px;
  left: 50%;
  transform: translateX(-50%);
  /* left: 0; */
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}

#about .pcxny .ibox .right .img1 img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
}
#about .pcxny .ibox.wow1 .right .img1{
  left: 0;
  transform: translateX(0);
}
#about .pcxny .ibox .right .img2 {
   width: 700px;
  height: 700px;
  position: absolute;
  bottom: -282px;
  right: 0;
  transform: translateX(0);
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  /* opacity: 0; */
}
#about .pcxny .ibox .right .img2 img{
 position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
   width: 100%;
  height: 100%;
}
#about .pcxny .ibox.wow1 .right .img2{
  right: -360px;
  transform: translateX(0);
}
#about .fzlc {
  width: 100%;
  height: 950px;
  background: url(../images/a_20.png) center no-repeat;
  background-size: cover;
}

#about .fzlc .ibox {
  height: 100%;
  padding-top: 120px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

#about .fzlc .ibox .text {
  color: #222;
  font-weight: bold;
}

#about .fzlc .ibox .line {
  width: 2px;
  height: 745px;
  background-color: #cdcfcf;
  margin-top: 55px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#about .fzlc .ibox .swiper2 {
  width: 100%;
  height: 745px;
  margin-top: 55px;
  pointer-events: all;
  overflow: auto;
}
#about .fzlc .ibox .swiper2::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

#about .fzlc .ibox .swiper2::-webkit-scrollbar-thumb {
  background: transparent;
}

#about .fzlc .ibox .swiper2::-webkit-scrollbar-track {
  background: transparent;
}
#about .fzlc .ibox .swiper2 .swiper-wrapper{
  display: block !important;
}
#about .fzlc .ibox .swiper2 .swiper-wrapper .hthree{
  height: 33%;
}
#about .fzlc .ibox .swiper2.act {
  pointer-events: none;
}

#about .fzlc .ibox .swiper2 .lfrg {
  position: relative;
  height: 100%;
}


#about .fzlc .ibox .swiper2 .lfrg .line1 {
  width: 21px;
  height: 2px;
  background-color: #222222;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(1px);
}

#about .fzlc .ibox .swiper2 .lfrg .left {
  width: 50%;
  height: 100%;
  float: left;
  text-align: right;
  padding: 0 57px 0 0;
  display: flex;
  justify-content: flex-end;
}

#about .fzlc .ibox .swiper2 .lfrg .left .img {
  width: auto;
  height: 100%;
  max-width: 100%;
}

#about .fzlc .ibox .swiper2 .lfrg .left .img img {
  width: auto;
  height: 100%;
  max-width: 100%;
}

#about .fzlc .ibox .swiper2 .lfrg .right {
  width: 50%;
  height: 100%;
  float: left;
  text-align: left;
  padding: 40px 0 0 63px;
}

#about .fzlc .ibox .swiper2 .swiper-slide:nth-child(2n) .lfrg .left {
  float: right;
  text-align: right;
  padding: 0 0 0 57px;
  display: block;
}

#about .fzlc .ibox .swiper2 .swiper-slide:nth-child(2n) .lfrg .right {
  float: left;
  text-align: right;
  padding: 40px 49px 0 0;
}

#about .fzlc .ibox .swiper2 .swiper-slide:nth-child(2n) .lfrg .line1 {
  width: 21px;
  height: 2px;
  background-color: #222222;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-21px);
}

#about .fzlc .ibox .swiper2 .lfrg .right .num {
  color: #555;
  font-family: "gmb";
  margin-bottom: 16px;
}

#about .fzlc .ibox .swiper2 .lfrg .right .c_text {
  color: #555;
  font-weight: bold;
  line-height: 2;
}

#about .qywh {
  width: 100%;
  height: 950px;
  background: url(../images/a_7.jpg) center no-repeat;
  background-size: cover;
}

#about .qywh .ibox {
  padding-top: 130px;
}

#about .qywh .ibox .text {
  color: #fff;
  text-align: center;
}

#about .qywh .ibox .down {
  width: 100%;
  padding-top: 120px;
}

#about .qywh .ibox .down .four_img {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

#about .qywh .ibox .down .four_img .four {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#about .qywh .ibox .down .four_img .four:hover {
  transform: translateY(-10px);
}
#about .qywh .ibox .down .four_img .four .up {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

#about .qywh .ibox .down .four_img .four .up .img {
  width: 45px;
  height: 33px;
  position: absolute;
  bottom: 6px;
}

#about .qywh .ibox .down .four_img .four .up .img img {
  position: absolute;
  top: 0;
  left: 0;
}

#about .qywh .ibox .down .four_img .four .up .img img:last-child {
  opacity: 0;
}

#about .qywh .ibox .down .four_img .four:hover .up .img img:last-child {
  opacity: 1;
}

#about .qywh .ibox .down .four_img .four:hover .up .img img:first-child {
  opacity: 0;
}

#about .qywh .ibox .down .four_img .four .d_text {
  color: #fff;
  margin: 40px 0 15px 0;
}

#about .qywh .ibox .down .four_img .four .c_text {
  color: #fff;
  line-height: 1.6;
  text-align: center;
}

#about .qyry {
  width: 100%;
}

#about .qyry .ibox {
  padding: 110px 0 120px 0;
}

#about .qyry .ibox .text {
  color: #222;
  text-align: center;
  margin-bottom: 60px;
}

#about .qyry .ibox .img {
  width: 100%;
  position: relative;
}

#about .qyry .ibox .img>img {
  width: 100%;
}

#about .qyry .ibox .img .three_img {
  width: 100%;
  position: absolute;
  bottom: 40px;
  display: flex;
  justify-content: center;
}

#about .qyry .ibox .img .three_img .three {}

#about .qyry .ibox .img .three_img .three .img1 img {}

#about .qyry .ibox .img .three_img .three .t_text {
  color: #fff;
  margin-top: 10px;
}

#about .qyry .ibox .img .three_img .line {
  width: 1px;
  height: 52px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 89px 0 89px;
}

#about .qyry .ibox .two_text {
  width: 100%;
  padding: 0 20.2% 0 15.3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 43px;
}

#about .qyry .ibox .two_text .two {
  width: 56%;
}

#about .qyry .ibox .two_text .two .c_text {
  color: #222;
}

#about .qyry .ibox .two_text .two .d_text {
  color: #222;
  margin-top: 13px;
}

#about .qyry .ibox .two_text .two1 {
  width: 74%;
}

#about .qyry .ibox .two_text .two1 .cc_text {
  color: #555;
  line-height: 1.8;
  font-weight: bold;
}

/* 应用领域 */
#yyly .sdly {
  width: 100%;
}

#yyly .sdly .ibox {
  padding: 45px 0 100px 0;
}

#yyly .sdly .ibox .three_img {}

#yyly .sdly .ibox .three_img .three {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 110px;
}

#yyly .sdly .ibox .three_img .three:last-child {
  margin-bottom: 0;
}

#yyly .sdly .ibox .three_img .three .left {
  width: 50%;
  padding: 42px 0 31px 0;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 2;
}

#yyly .sdly .ibox .three_img .three .left .line {
  width: 22.8%;
  height: 3px;
  background-color: #e5e5e5;
  transform: translateY(12px);
}

#yyly .sdly .ibox .three_img .three:hover .left .line {
  width: 37%;
  background-color: rgba(244, 160, 0, .4);
}

#yyly .sdly .ibox .three_img .three .left .text {
  margin-left: 41px;
}

#yyly .sdly .ibox .three_img .three .left .text .d_text {
  color: #222;
}

#yyly .sdly .ibox .three_img .three:hover .left .text .d_text {
  color: #f4a000;
}

#yyly .sdly .ibox .three_img .three .left .text .c_text {
  color: #555;
  margin-top: 21px;
}

#yyly .sdly .ibox .three_img .three .right {
  width: 78.5%;
  position: relative;
}

#yyly .sdly .ibox .three_img .three .right .img {
  width: 100%;
}

#yyly .sdly .ibox .three_img .three .right .img img {
  width: 100%;
}

#yyly .sdly .ibox .three_img .three .right .text {
  width: 100%;
  height: 100%;
  background-color: rgba(60, 63, 82, 0.34);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

#yyly .sdly .ibox .three_img .three:hover .right .text {
  opacity: 1;
}

#yyly .sdly .ibox .three_img .three .right .text_box {
  width: 80px;
  height: 80px;
  border: 2px solid #fcfdfd;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

#yyly .sdly .ibox .three_img .three:hover .right .text_box {
  width: 128px;
  height: 128px;
  opacity: 1;
}

#yyly .sdly .ibox .three_img .three .right .ckxq {
  width: 64px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -32px;
  color: #f5f5f5;
  opacity: 0;
}

#yyly .sdly .ibox .three_img .three:hover .right .ckxq {
  opacity: 1;
}

/* 联系我们 */
#contact .lxfs {
  width: 100%;
  background-color: #f3f3f3;
}

#contact .lxfs .ibox {
  padding-top: 110px;
}

#contact .lxfs .ibox .up {
  margin-bottom: 50px;
}

#contact .lxfs .ibox .down {
  width: 100%;
  position: relative;
}

#contact .lxfs .ibox .down .four_text {
  width: 380px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #fff;
  padding: 63px 50px 57px 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#contact .lxfs .ibox .down .four_text .four {}

#contact .lxfs .ibox .down .four_text .four .d_text {
  color: #222;
}

#contact .lxfs .ibox .down .four_text .four .line {
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  margin: 20px 0 19px 0;
}

#contact .lxfs .ibox .down .four_text .four .c_text {
  width: 100%;
  display: flex;
  align-items: center;
}

#contact .lxfs .ibox .down .four_text .four .c_text .cc_text {
  color: #555;
  margin-left: 15px;
  font-weight: bold;
}

#contact .lxfs .ibox .down .four_text .four .c_text .cc_text.gmb {
  font-family: "gmb";
}

/* 地图 */
#wrap {
  width: 100%;
  height: 630px;
  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: 0;
  box-shadow: none;
}

.amap-info-outer:hover,
.amap-menu-outer:hover {
  box-shadow: none;
}

.amap-info-sharp {
  background: transparent;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  position: relative;
  left: -9px;
}

.map_fp {
  width: 264px;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  background-color: #f5a000;
  transform: translate(-47%, -7%);
}

.map_fp .left {
  width: 25%;
}

.map_fp .right {
  width: 71%;
}

.map_fp .right .d_text {
  color: #fff;
}

.map_fp .right .c_text {
  color: #fff;
  margin-top: 12px;
}

#contact .zzxly {
  width: 100%;
  background-color: #f5f5f5;
}

#contact .zzxly .ibox {
  padding: 70px 0 80px 0;
}

#contact .zzxly .ibox .up {
  margin-bottom: 100px;
}

#contact .zzxly .ibox .up .c_text {
  color: #888;
  text-align: center;
  line-height: 1.5;
  margin-top: 25px;
}

#contact .zzxly .ibox .down {
  width: 100%;
}

#contact .zzxly .ibox .down .six_input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#contact .zzxly .ibox .down .six_input .six {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

#contact .zzxly .ibox .down .six_input .six:nth-child(3n) {
  margin-right: 0;
}

#contact .zzxly .ibox .down .six_input .six:last-child {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}

#contact .zzxly .ibox .down .six_input .six textarea {
  width: 100%;
  height: 190px;
  border: 1px solid #f0f0f0;
  padding: 15px 0 0 20px;
  color: #888;
  resize: none;
  font-family: "微软雅黑";
}

#contact .zzxly .ibox .down .six_input .six .text {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

#contact .zzxly .ibox .down .six_input .six .text .d_text {
  color: #555;
  margin-left: 14px;
}

#contact .zzxly .ibox .down .six_input .six input {
  width: 100%;
  height: 69px;
  border: 1px solid #f0f0f0;
  padding-left: 20px;
}
#contact .zzxly .ibox .down .six_input .six input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}
#contact .zzxly .ibox .down .two_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

#contact .zzxly .ibox .down .two_btn .submit {
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3d4053;
  color: #fff;
  cursor: pointer;
}

#contact .zzxly .ibox .down .two_btn .submit:hover {
  background-color: #f4a000;
}

#contact .zzxly .ibox .down .two_btn .cz {
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555;
  margin-left: 0;
  cursor: pointer;
  background-color: #fff;
  margin-left: 40px;
}
#contact .zzxly .ibox .down .two_btn .cz:hover {
  color: #f4a000;
}
#contact .jrwm {
  width: 100%;
  position: relative;
}

#contact .jrwm .ibox {
  padding: 80px 0;
}

#contact .jrwm .ibox .down {
  width: 100%;
  margin-top: 60px;
}

#contact .jrwm .ibox .down .hder {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 76px 0 40px;
}

#contact .jrwm .ibox .down .hder .text {
  width: 7%;
  color: #494c4b;
  font-weight: bold;
  /* text-align: center; */
}

#contact .jrwm .ibox .down .sfq {
  width: 100%;
  margin-top: 24px;
}

#contact .jrwm .ibox .down .sfq .ul1 {}

#contact .jrwm .ibox .down .sfq .ul1 li {
  width: 100%;
  border: 1px solid #e8e8e8;
  margin-bottom: 2px;
  cursor: pointer;
}

#contact .jrwm .ibox .down .sfq .ul1 li:last-child {
  margin-bottom: 0;
}

#contact .jrwm .ibox .down .sfq .ul1 li .ttop {
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 76px 0 40px;
}

#contact .jrwm .ibox .down .sfq .ul1 li.act .ttop {
  background-color: #f4a000;
}

#contact .jrwm .ibox .down .sfq .ul1 li .ttop .text {
  width: 7%;
  /* text-align: center; */
  color: #494c4b;
}

#contact .jrwm .ibox .down .sfq .ul1 li .ttop .text:nth-child(2) {
  padding-left: 14px;
}

#contact .jrwm .ibox .down .sfq .ul1 li .ttop .text:nth-child(3) {
  padding-left: 16px;
}

#contact .jrwm .ibox .down .sfq .ul1 li .ttop .text:nth-child(4) {
  padding-left: 7px;
}

#contact .jrwm .ibox .down .sfq .ul1 li.act .ttop .text {
  color: #fff;
}

#contact .jrwm .ibox .down .sfq .ul1 li .bottom {
  width: 100%;
  padding: 0 0 21px 19px;
  display: none;
}

#contact .jrwm .ibox .down .sfq .ul1 li .bottom .uup {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 36px 0 78px 0;
}

#contact .jrwm .ibox .down .sfq .ul1 li .bottom .uup .gwzz {
  width: 47.6%;
}

#contact .jrwm .ibox .down .sfq .ul1 li .bottom .uup .rzyq {
  width: 52.4%;
}

#contact .jrwm .ibox .down .sfq .ul1 li .bottom .uup .gwyq .d_text {
  color: #494c4b;
  font-weight: bold;
}

#contact .jrwm .ibox .down .sfq .ul1 li .bottom .uup .gwyq .c_text {
  color: #646665;
  margin-top: 14px;
  line-height: 1.5;
}

#contact .jrwm .ibox .down .sfq .ul1 li .bottom .ddown {
  padding: 27px 0;
  border-top: 2px solid #ececec;
}

#contact .jrwm .ibox .down .sfq .ul1 li .bottom .ddown .text {
  color: #494c4b;
}

#contact .jrwm .ibox .down .sfq .ul1 li .bottom .ddown .text a:hover {
  color: #f4a000;
}

#contact .jrwm .img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#contact .jrwm .img img {
  width: 100%;
}



@media (max-width: 1680px) {
  .f_48{
    font-size: 40px;
  }
  .header .box .ul1 li .lbt .sbox {
    padding-left: 44.3%;
  }

  .footer .ibox .up .right {
    padding-left: 4px;
  }
#index .swiper_bd .right_pagin {
    right: 25px;
}
.header .box .fr .right .three_img .three .phone {
    left: -94px;
}
}

@media (max-width: 1440px) {
  .f_44{
    font-size: 40px;
  }
  .header .box .ul1 li .lbt .sbox {
    padding-left: 42.3%;
  }

  .header .box .fr {
    width: 61%;
    display: flex;
  }

  .header .box .h_daohang {
    width: 82.4%;
    height: 100%;
    line-height: 112px;
  }

  .header .box .fr .right {
    width: 17.4%;
    height: 100%;
    padding-left: 20px;
  }

  .header .box .ul1 li .lbt a {
    font-size: 12px;
    margin-right: 38px !important;
  }

  .footer .ibox .up .right {
    width: 45.2%;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
  }
  #index .swiper_bd .right_pagin .ul1 li .text {
    margin-right: 10px;
}
#index .swiper_bd .right_pagin {
    right: 15px;
}
#about .pcxny .ibox .right .img1 {
    width: 400px;
    height: 400px;
    position: absolute;
    bottom: -307px;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
}
#about .pcxny .ibox .right .img2 {
    width: 600px;
    height: 600px;
    position: absolute;
    bottom: -282px;
    right: -288px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    /* opacity: 0; */
}
}

@media (max-width: 1366px) {
  .f_48{
    font-size: 32px;
  }
  .f_36 {
    font-size: 30px;
}
  .ibox {
    max-width: 1381px;
    min-width: 1100px;
    width: 83%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
}
  .header .box .ul1 li .lbt .sbox {
    padding-left: 42.2%;
  }

  .header .box .ul1 li .lbt a {
    font-size: 12px;
    margin-right: 30px !important;
  }

  .footer .ibox .up .left {
    width: 47.3%;
    padding-right: 15px;
  }

  .footer .ibox .up .right .text_right {
    width: 69%;
  }

  .header .box .fr .right {
    padding-left: 19px;
  }
  #contact .jrwm .ibox .down .sfq .ul1 li .ttop .text {
    width: 8%;
}
#contact .jrwm .ibox .down .sfq .ul1 li .ttop .text:nth-child(6) {
    padding-left: 13px;
}
}

@media (max-width: 1280px) {
  .f_16 {
    font-size: 14px;
  }
  .ibox {
    max-width: 1381px;
    min-width: 1050px;
    width: 75%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
}
  .header .box .ul1 li .lbt .sbox {
    padding-left: 42.2%;
  }

  .header .box .ul1 li .lbt a {
    font-size: 12px;
    margin-right: 23px !important;
  }

  .header .box .fr .right {
    padding-left: 15px;
  }
  #index .swiper_bd .swiper-slide>.ibox .swiper4 .swiper4_box .left .text .c_text {
    width: 290px;
    color: #333;
    line-height: 2;
    margin: 50px 0 40px 0;
    text-align: justify;
}
#about .pcxny .ibox .right .img1 {
    width: 350px;
    height: 350px;
    position: absolute;
    bottom: -210px;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
}
#about .pcxny .ibox .right .img2 {
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: -180px;
    right: -233px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    /* opacity: 0; */
}
#contact .jrwm .ibox .down .sfq .ul1 li .ttop .text:nth-child(6) {
    padding-left: 11px;
}
#contact .jrwm .ibox .down .sfq .ul1 li .ttop .text {
    width: 10%;
}
#contact .jrwm .ibox .down .sfq .ul1 li .ttop .text:nth-child(3) {
    padding-left: 24px;
}
#contact .jrwm .ibox .down .sfq .ul1 li .ttop .text:nth-child(4) {
    padding-left: 16px;
}
#contact .jrwm .ibox .down .sfq .ul1 li .ttop .text:nth-child(5) {
    padding-left: 23px;
}
#contact .jrwm .ibox .down .sfq .ul1 li .ttop .text:nth-child(6) {
    padding-left: 30px;
}
}

@media (max-width: 1030px) {
  .f_14 {
    font-size: 12px;
  }

  .f_16 {
    font-size: 12px;
  }

  .f_18 {
    font-size: 16px;
  }

  .f_20 {
    font-size: 16px;
  }

  .f_22 {
    font-size: 16px;
  }

  .f_24 {
    font-size: 20px;
  }

  .f_26 {
    font-size: 22px;
  }

  .f_28 {
    font-size: 22px;
  }

  .f_30 {
    font-size: 24px;
  }

  .f_32 {
    font-size: 24px;
  }

  .f_34 {
    font-size: 28px;
  }

  .f_36 {
    font-size: 28px;
  }

  .f_38 {
    font-size: 30px;
  }

  .f_40 {
    font-size: 30px;
  }

  .f_42 {
    font-size: 30px;
  }
  .f_44 {
    font-size: 30px;
  }
  .f_42 {
    font-size: 34px;
  }

  .f_50 {
    font-size: 34px;
  }
.f_72 {
  font-size: 36px;
}
  .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;
  }

  .box {
    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: 80px;
    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;
    border-bottom: 1px solid #ddd;
  }

  .m_header .sanline {
    width: 50px;
    height: 50px;
  }

  .m_header .sanline img {
    width: 50px;
    height: 50px;
  }

  .header_nav .sancha {
    width: 50px;
    height: 50px;
  }

  .header_nav .sancha img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .header_nav {
    display: block;
    position: fixed;
    z-index: 999999999999;
    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: #f4a000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .header_nav li a.ltp.act {
    color: #f4a000;
  }

  .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;
  }
#about .pcxny .ibox .right .img1 img {
    width: 100%;
    height: 100%;
}
#about .pcxny .ibox .right .img2 img {
    width: 100%;
    height: 100%;
}
#about .qywh {
    height: 530px;
}
#about .qywh .ibox {
    padding-top: 50px;
}
#new .xwzx .ibox .four_img .four .text .c_text {
    width: 100%;
    height: 44px;
    color: #888;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 30px 0 40px 0;
}
#index .swiper_bd .swiper-slide>.ibox .right .four_img {
    width: 350px;
    height: 350px;
    position: relative;
}
#index .swiper_bd .swiper-slide>.ibox .right .four_img .four .xy {
    width: 30px;
    height: 30px;
    background-color: #f4a000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 134px;
    left: 112px;
    cursor: pointer;
}
#index .swiper_bd .right_pagin {
  display: none;
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox {
    height: calc(100% - 111px);
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    padding-top: 125px;
}
#index .swiper_bd .swiper-slide>.xwzx {
    width: 100%;
    height: calc(100vh - 111px);
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 80px;
}
  /* dz1 */
}

@media (max-width: 960px) {
  .f_14 {
    font-size: 14px;
  }

  .f_16 {
    font-size: 14px;
  }

  .f_18 {
    font-size: 14px;
  }

  .f_20 {
    font-size: 16px;
  }

  .f_22 {
    font-size: 16px;
  }

  .f_24 {
    font-size: 16px;
  }

  .f_26 {
    font-size: 18px;
  }

  .f_28 {
    font-size: 18px;
  }

  .f_30 {
    font-size: 18px;
  }

  .f_32 {
    font-size: 18px;
  }

  .f_34 {
    font-size: 20px;
  }

  .f_36 {
    font-size: 20px;
  }

  .f_38 {
    font-size: 26px;
  }

  .f_40 {
    font-size: 28px;
  }

  .f_42 {
    font-size: 28px;
  }
  .f_44 {
    font-size: 30px;
  }

  .f_50 {
    font-size: 30px;
  }
  .f_60 {
    font-size: 30px;
  }
.f_72 {
  font-size: 30px;
}
  .box {
    max-width: 960px;
    min-width: 100px;
    width: 85%;
    margin: 0 auto;
  }

  /* 头 */
  .m_header {
    width: 100%;
    height: 60px;
    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 a img {
    height: 40px;
  }

  .footer {
    padding-top: 0;
  }

  .footer .ibox .up {
    display: none;
  }

  .footer .down .right {
    display: none;
  }

  .footer .down .left {
    display: block;
    text-align: center;
  }

  .footer .down .left .bq_left {
    line-height: 1.5;
    margin-bottom: 3px;
  }

  .footer .down .left .bq_right {
    margin-bottom: 3px;
  }

  .footer .down .ibox {
    height: auto;
    padding: 15px 0;
  }
  #about .pcxny {
    width: 100%;
    height: auto;
    background: url(../images/a_2.png) center no-repeat;
    background-size: cover;
}
#about .pcxny .ibox {
    padding: 20px 0;
    display: block;
}
#about .pcxny .ibox .left{
  width: 100%;
}
#about .pcxny .ibox .right{
  width: 100%;
  margin-top: 20px;
}
#about .pcxny .ibox .left .c_text {
    margin: 15px 0 20px 0;
}
#about .pcxny .ibox .right .img1 {
  position: initial;
  bottom: 0;
  transform: translateX(0);
  border-radius: 0;
  overflow: auto;
  width: 319px;
  height: 319px;
}
#about .pcxny .ibox .right .img2 {
  display: none;
}
#about .pcxny .ibox .left .two_num {
    display: flex;
    margin: 20px 0 0 0;
}
#about .fzlc .ibox {
    height: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
#about .fzlc .ibox .swiper2 {
    height: auto;
    margin-top: 15px;
    padding-bottom: 30px;
}
#about .fzlc .ibox .swiper2 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #f4a000;
}
#about .fzlc .ibox .line {
  display: none;
}
#about .fzlc .ibox .swiper2 .lfrg .left {
    width: 100%;
    height: auto;
    float: none;
    text-align: right;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
#about .fzlc .ibox .swiper2 .lfrg .right {
    width: 100%;
    height: auto;
    float: none;
    text-align: left;
    padding: 0;
    margin-top: 15px;
}
#about .fzlc {
    width: 100%;
    height: auto;
    background: url(../images/a_20.png) center no-repeat;
    background-size: cover;
}
#about .fzlc .ibox .swiper2 .swiper-slide:nth-child(2n) .lfrg .left {
    float: none;
    text-align: left;
    padding: 0;
    display: block;
}
#about .fzlc .ibox .swiper2 .swiper-slide:nth-child(2n) .lfrg .right {
    float: none;
    text-align: left;
    padding: 0;
    margin-top: 15px;
}
#about .fzlc .ibox .swiper2 .swiper-slide .lfrg .line1 {
  display: none !important;
}
#about .fzlc .ibox .swiper2.act {
  pointer-events: all;
}
#about .fzlc .ibox .swiper2 .swiper-slide.kong{
  display: none !important;
}
#about .qywh .ibox {
    padding: 20px 0;
}
#about .qywh .ibox .down {
    width: 100%;
    padding-top: 20px;
}
#about .qywh .ibox .down .four_img {
    display: flex;
    flex-wrap: wrap;
}
#about .qywh .ibox .down .four_img .four {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* margin: 0 2% 6% 0; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 2% 6% 0;
}

#about .qywh .ibox .down .four_img .four:nth-child(2n) {
  margin-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 6% 2%;
}
#about .qywh .ibox .down .four_img .four:nth-child(3) {
   border-bottom: 0;
   padding-top: 6%;
}
#about .qywh .ibox .down .four_img .four:nth-child(4) {
   border-bottom: 0;
   padding-top: 6%;
}
#about .qywh .ibox .down .four_img .four .c_text br{
  display: none;
}
#about .qywh {
    height: auto;
}
#about .qywh .ibox .down .four_img .four .d_text {
    color: #fff;
    margin: 10px 0 10px 0;
}
#about .qyry .ibox {
    padding: 20px 0;
}
#about .qyry .ibox .text {
    color: #222;
    text-align: center;
    margin-bottom: 15px;
}
#about .qyry .ibox .img .three_img {
  display: none;
}
#about .qyry .ibox .two_text {
    width: 100%;
    padding: 0;
    display: block;
    margin-top: 20px;
}
#about .qyry .ibox .two_text .two {
  width: 100%;
  margin-bottom: 20px;
}
#about .qyry .ibox .two_text .two1 {
    width: 100%;
}
#about .qyry .ibox .two_text .two .d_text {
    color: #222;
    margin-top: 10px;
}
#product .cpzx .ibox {
    padding: 20px 0;
}
#product .cpzx .ibox .up .text {
    width: 100%;
}
#product .cpzx .ibox .up .text .d_text {
    text-align: left;
}
#product .cpzx .ibox .up .text .c_text {
    color: #888;
    font-weight: bold;
    line-height: 1.8;
    text-align: left;
    margin-top: 10px;
}
#product .cpzx .ibox .down {
    width: 100%;
    margin-top: 20px;
    position: relative;
}
#product .cpzx .ibox .down .left {
    position: initial;
}
#product .cpzx .ibox .down .left .four_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
#product .cpzx .ibox .down .left .four_img .four{
  /* width: 50%; */
}
#product .cpzx .ibox .down .left .four_img .line {
  display: none;
}
#product .cpzx .ibox .down .right .six_img .six {
    width: 100%;
    display: block;
    margin-bottom: 4%;
}
#product .cpzx .ibox .down .right .six_img .six .img {
    width: 100%;
    height: auto;
    background-image: linear-gradient(#e8ecf5, #fff);
    position: relative;
    overflow: hidden;
}
#product .cpzx .ibox .down .right .six_img .six .img img {
  position: inherit;
  top: 0;
  left: 0;
  transform: translate(0,0);
}
#product .cpzx .ibox .down .right .six_img .six .text {
    padding-top: 10px;
}
#product .cpzx .ibox .down .right .six_img .six .text .c_text {
    width: 100%;
    height: 56px;
    color: #555;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 12px 0 0px 0;
}
#product .cpzx .ibox .down .right {
  min-height: 100px;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
}
#product_con .cpxq {
    width: 100%;
    position: relative;
    margin-top: 60px;
}
#product_con .cpxq .ibox {
    padding: 20px 0;
    display: block;
    justify-content: space-between;
}
#product_con .cpxq .ibox .left {
    width: 100%;
    background-color: #3d4053;
    padding-top: 20px;
}
#product_con .cpxq .ibox .left .down .ul1 li {
  display: block;
}
#product_con .cpxq .ibox .left .down .ul1 li .c_text{
  margin-bottom: 10px;
}
#product_con .cpxq .ibox .right {
    width: 100%;
    margin-bottom: 30px;
}
#product_con .cpxq .bg_blue {
    display: none;
}
#product_con .cpxq .ibox .left .down {
    width: 100%;
    margin-top: 6px;
    padding: 0 10px;
}
#product_con .cpxq .ibox .left .up {
    display: flex;
    align-items: center;
    padding: 0 10px;
}
#product_con .cpxq .ibox .right .text {
    margin-top: 0px;
}
#product_con .cpxq .ibox .right .text .c_text {
    color: #555;
    line-height: 1.8;
    margin: 10px 0 25px 0;
    font-weight: bold;
}
#product_con .cpxq .ibox .right .two_img {
    position: relative;
    margin-bottom: 40px;
}
#product_con .cpxq .ibox .right .more_lxwm {
  display: block;
  margin: 0 auto;
}
#yyly .sdly .ibox {
    padding: 20px 0;
}
#yyly .sdly .ibox .three_img .three {
    width: 100%;
    display: block;
    justify-content: left;
    position: relative;
    margin-bottom: 40px;
}
#yyly .sdly .ibox .three_img .three .left {
    width: 100%;
    padding:0;
    background-color: #fff;
    position: initial;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 2;
}
#yyly .sdly .ibox .three_img .three .left .line {
  display: none;
}
#yyly .sdly .ibox .three_img .three .left .text {
    margin-left: 0;
}
#yyly .sdly .ibox .three_img .three .left .text .c_text {
    color: #555;
    margin-top: 15px;
}
#yyly .sdly .ibox .three_img .three .right {
    width: 100%;
    position: relative;
    margin-top: 20px;
}
#new_con .xwxq .ibox {
    padding: 10px 0 0 0;
    transform: translateY(-45px);
    background-color: #fff;
}
#new_con .xwxq .ibox .up {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px 15px;
    border-bottom: 1px solid #e8e8e8;
}
#new_con .xwxq .ibox .up .d_text {
    color: #222;
    line-height: 1.5;
}
#new_con .xwxq .ibox .up .c_text {
    margin-top: 8px;
}
#new_con .xwxq .ibox .center {
    padding-top: 15px;
}
#new_con .xwxq .ibox .line {
    margin: 25px 0;
}
#new_con .xwxq .ibox .down .three_text .three {
    width: 100%;
    margin-bottom: 35px !important;
}
#new_con .xwxq .ibox .down .three_text .three .d_text {
    margin-bottom: 10px;
}
#new_con .xwxq .ibox .down .three_text .three .line {
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    margin: 5px 0 10px 0;
    position: relative;
}
#new_con .xwxq .ibox .down .three_text .three:last-child {
    margin-bottom: 0 !important;
}
#new .xwzx .ibox {
  padding: 20px 0 35px 0;
}
#new .xwzx .ibox .four_img .four {
  width: 100%;
  padding: 0 0 35px 0;
}
#new .xwzx .ibox .four_img .four .text {
  padding-top: 20px;
}
#new .xwzx .ibox .four_img .four .text .c_text {
  height: 44px;
  margin: 10px 0 15px 0;
}
#new .xwzx .ibox .four_img .four:nth-child(2n) {
  padding: 0 0 35px 0;
  border-left: 0;
  border-bottom: 0;
}
#new .xwzx .ibox .four_img .four:nth-child(3) {
  padding-top: 0;
}
#contact .lxfs .ibox {
  padding-top: 20px;
}
#contact .lxfs .ibox .up {
  margin-bottom: 20px;
}
#wrap {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 1;
}
#contact .lxfs .ibox .down .four_text {
  width: auto;
  height: 100%;
  position: initial;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: #fff;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 20px;
}
#contact .lxfs .ibox .down .four_text .four .c_text {
  display: block;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#contact .lxfs .ibox .down .four_text .four .c_text .cc_text {
  margin-left: 0;
  margin-top: 8px;
}
#contact .lxfs .ibox .down .four_text .four {
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#contact .lxfs .ibox .down .four_text .four:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
}
#contact .lxfs .ibox .down .four_text .four .line {
  margin: 10px 0 6px 0;
  display: none;
}
#contact .lxfs .ibox .down .four_text .four:last-child {
  margin-bottom: 0;
}
#contact .zzxly .ibox {
  padding: 30px 0;
}
#contact .zzxly .ibox .up .c_text {
  margin-top: 15px;
}
#contact .zzxly .ibox .up {
  margin-bottom: 30px;
}
#contact .zzxly .ibox .down .six_input .six {
  width: 100%;
  margin-right: 0;
  margin-bottom: 6%;
}
#contact .zzxly .ibox .down .six_input .six .text {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#contact .zzxly .ibox .down .six_input .six input {
  height: 40px;
  padding-left: 20px;
}
#contact .zzxly .ibox .down .six_input .six textarea {
  height: 130px;
}
#contact .zzxly .ibox .down .two_btn {
  margin-top: 30px;
}
#contact .jrwm .ibox {
  padding: 30px 0;
}
#contact .jrwm .ibox .down {
  width: 100%;
  margin-top: 35px;
}
#contact .jrwm .ibox .down .hder .text:nth-child(3),#contact .jrwm .ibox .down .hder .text:nth-child(4),#contact .jrwm .ibox .down .hder .text:nth-child(6) {
  display: none;
}
#contact .jrwm .ibox .down .hder {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
}
#contact .jrwm .ibox .down .hder .text{
  width: 100%;
  text-align: center;
}
#contact .jrwm .ibox .down .sfq .ul1 li .ttop .text:nth-child(3), #contact .jrwm .ibox .down .sfq .ul1 li .ttop .text:nth-child(4),#contact .jrwm .ibox .down .sfq .ul1 li .ttop .text:nth-child(6){
  display: none;
}
#contact .jrwm .ibox .down .sfq .ul1 li .ttop {
  padding: 0 ;
}
#contact .jrwm .ibox .down .sfq .ul1 li .ttop .text{
  width: 100%;
  text-align: center;
}
#contact .jrwm .ibox .down .sfq .ul1 li .bottom {
  padding: 15px 10px 0;
}
#contact .jrwm .ibox .down .sfq .ul1 li .bottom .uup {
  width: 100%;
  display: block;
  justify-content: space-between;
  padding: 0;
}
#contact .jrwm .ibox .down .sfq .ul1 li .bottom .uup .gwzz {
  width: 100%;
}
#contact .jrwm .ibox .down .sfq .ul1 li .bottom .uup .gwzz {
 margin-bottom: 20px;
}
#contact .jrwm .ibox .down .sfq .ul1 li .bottom .uup .rzyq {
  width: 100%;
}
#contact .jrwm .ibox .down .sfq .ul1 li .bottom .ddown {
  margin-top: 15px;
}




#index .swiper_bd .swiper-slide>.ibox {
  height: calc(100vh - 60px);
  padding: 0;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#index .swiper_bd .swiper-slide>.ibox .swiper4 {
  width: 100%;
}
#index .swiper_bd .swiper-slide>.ibox .swiper4 .swiper-slide {
    width: 100% !important;
}
#index .swiper_bd .swiper-slide>.ibox .swiper4 .swiper4_box .left {
  width: 100%;
  padding-top: 20px;
}
#index .swiper_bd .swiper-slide>.ibox .swiper4 .swiper4_box .left .text .c_text {
  width: 100%;
  color: #333;
  line-height: 2;
  margin: 20px 0 0px 0;
  text-align: justify;
}
#index .swiper_bd .swiper-slide>.ibox .swiper4 .swiper4_box .left .text .more2 {
  margin-top: 15px;
}
#index .swiper_bd .swiper-slide>.ibox .right {
  display: none;
}
#index .swiper_bd .swiper-slide>.ibox .swiper5 {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  right: 0;
  margin-top: 20px;
  padding-bottom: 20px;
}
#index .swiper_bd .swiper-slide>.ibox .swiper5 .pagination5{
    bottom: -0px;
    left: 0;
    width: 100%;
    z-index: 5;
}
#index .swiper_bd .swiper-slide>.ibox .swiper5 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #f4a000;
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox {
  height: calc(100% - 60px);
  margin-top: 60px;
  display: block;
  justify-content: space-between;
  padding-top: 20px;
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox .left {
  width: 100%;
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox .right {
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
  cursor: pointer;
  margin-top: 25px;
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox .right .leftd {
  display: none;
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox .right .rightu {
  display: none;
}
#index .swiper_bd .swiper-slide>.sgsjs .ibox .left .c_text {
  margin: 13px 0 18px 0;
}
#index .swiper_bd .swiper-slide>.xwzx .ibox .swiper6 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #f4a000;
}
#index .swiper_bd .swiper3 .swiper-slide-active .swiper3_box .s_img {
  display: none;
}
#index .swiper_bd .swiper3 .swiper3_box .text {
  width: 100%;
  padding: 20px;
  line-height: 1.5;
}
#index .swiper_bd .swiper3 .swiper-slide-active .swiper3_box .text {
  width: 100%;
  padding: 20px;
  line-height: 1.5;
}
#about .fzlc .ibox .swiper2 {
  overflow: hidden;
}
#about .fzlc .ibox .swiper2::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

#about .fzlc .ibox .swiper2::-webkit-scrollbar-thumb {
  background: transparent;
}

#about .fzlc .ibox .swiper2::-webkit-scrollbar-track {
  background: transparent;
}
#about .fzlc .ibox .swiper2 .swiper-wrapper{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
#about .fzlc .ibox .swiper2 .swiper-wrapper .hthree{
  height: auto;
}
.footer .down {
    display: block;
    text-align: center;
    line-height: 2;
    /* padding: 15px 0; */
}
  /* 脚步结束 */
}