@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  font-family: "kaiti" !important;
}
@font-face {
  font-family: "kaiti";
  font-display: swap;
  src: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/tanxun0202/uploads/SOURCEHANSERIFCN-REGULAR.OTF);
}
@font-face {
  font-family: "bahnschrift";
  font-display: swap;
  src: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/tanxun0202/uploads/20230221/551f5d12731d3747e5182bd3e8a7683c.ttf);
}
.tranform {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg {
  background: #2096d5;
}
.c {
  color: #2096d5;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.pc_hide {
  display: none;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #2096d5;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header nav > ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
.container {
  padding: 0 14.8125rem;
  width: 100%;
}
/* 手机端样式 */
.sp_logo img {
  margin: auto;
  max-height: 30px;
}
.sjj_nav a {
  letter-spacing: -0.2px;
}
.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}
.sp_nav_se span:nth-of-type(2) {
  width: 0;
}
.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}
.nav_show {
  top: 0;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #2096d5;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li i {
  position: absolute;
  top: 5px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
  position: relative;
  top: -5px;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav .bot > li {
  margin-left: 15px;
}
.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 10px;
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li a {
  color: #666;
  width: 80%;
}
.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 12px;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #2096d5;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}
.text {
  font-size: 1rem;
}
.sjj_nav .top .fl img {
  height: 40px;
}
.sjj_nav .bot {
  margin-top: 60px;
}
.pagination {
  justify-content: center;
}
.pagination li {
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 50%;
  height: 40px;
}
.pagination li.active {
  border-color: #2096d5;
  color: #fff;
  background: #2096d5;
}
.pagination li.active span {
  color: #fff;
}
.sjj_nav > ul > li:first-child {
  border-top: none;
}
.pagination li a {
  display: block;
}
.container {
  width: 100%;
  max-width: 100%;
}
.sjj_nav ul li a.w80 {
  display: inline-block;
  width: calc(100% - 35px);
}
.sjj_nav .bot > li:first-child form {
  padding-right: 15px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #6F6F70;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input::-moz-placeholder {
  /* Firefox版本19+ */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child input:-ms-input-placeholder {
  /* IE浏览器 */
  color: rgba(0, 0, 0, 0.3);
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #6F6F70;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  border: none;
}
.fix_ul li {
  border: none;
  background: #686868;
}
.fix_ul li:hover .right_div {
  right: 72px;
  min-height: 72px;
  line-height: 72px;
}
#phone_nav span,
.seaarch_phone span {
  font-size: 22px;
  padding-left: 0;
}
.phone_lanuage {
  line-height: 40px;
  font-size: 14px;
}
.phone_lanuage a {
  padding: 0 5px;
  display: inline-block;
}
.phone_lanuage a:last-child {
  padding-right: 0;
}
.phone_lanuage a:nth-child(1) {
  position: relative;
}
.phone_lanuage a:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #8b8b8b;
  right: -2px;
}
.phone_search.ds {
  line-height: 40px;
  margin-left: 15px;
}
.serbtn {
  background: #2096d5;
}
.searchbox {
  border-color: #2096d5;
  z-index: 9999;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 10rem;
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 8rem;
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 6.25rem;
  z-index: 9999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.logo{
  width: 28%;
}
header .logo img {
  width: 5.1875rem;
  padding-right: 10px;
}
header .logo .logo2 {
  display: none;
}
.logowz1{
  color: #FFFFFF;
  font-weight: bold;
  
}
.logowz2{
  display: none;
  color: rgba(255, 255, 255, 0.3);
  font-weight: bold;

}

header .container {
  padding: 0 6.25rem;
}
header .tel {
  font-size: 1rem;
  color: #FFFFFF;
}
header .tel span {
  font-size: 1.125rem;
}
header .ds {
  margin: 0 1.25rem;
}
header .ds .iconfont {
  font-size: 1.125rem;
  display: block;
  color: #fff;
}
header nav > ul > li {
  float: left;
  padding: 0 2.5rem;
  font-size: 1.125rem;
  color: #FCFCFC;
}
header nav > ul > li .er-ul {
  background: rgba(0, 0, 0, 0.7);
  padding: 1.875rem 0;
}
header nav > ul > li .er-ul ul {
  display: flex;
  justify-content: center;
}
header nav > ul > li .er-ul ul li {
  flex: 1 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: auto;
  padding-left: 2.1875rem;
}
header nav > ul > li .er-ul ul li:last-child {
  border-right: none;
}
header nav > ul > li .er-ul ul li a:hover {
  color: #2096d5;
}
header nav > ul > li .er-ul .container {
  padding: 0 15rem;
}
header nav > ul > li .er-ul .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
header nav > ul > li .er-ul .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
header nav > ul > li .pr a {
  color: #FCFCFC;
}
header nav > ul > li svg {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
header nav > ul > li:hover {
  -webkit-animation: jtd2 3s linear;
  -moz-animation: jtd2 3s linear;
  -o-animation: jtd2 3s linear;
  animation: jtd2 3s linear;
}
header nav > ul > li:hover svg,
header nav > ul > li.active svg {
  opacity: 1;
}
header nav > ul > li:hover > a,
header nav > ul > li.active > a {
  color: #fff;
}
@-webkit-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}
@-o-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}
@keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}
header:hover,
header.active,
.show_header header {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0 0 0.625rem #ddd;
}
header:hover .logo .logo2 ,
header.active .logo .logo2 ,
.show_header header .logo .logo2  {
  display: inline-block;
}
header:hover .logowz2{
  display: inline-block;
  color: #1e96d5;
  font-weight: bold;
}
header.active .logowz2{
  display: inline-block;
  color: #1e96d5;
  font-weight: bold;
}
header:hover .logo .logo1 ,
header.active .logo .logo1 ,
.show_header header .logo .logo1{
  display: none;
}
header:hover .logowz1{
  display: none;
}
header.active .logowz1{
  display: none;
}
header:hover nav > ul > li > .pr a,
header.active nav > ul > li > .pr a,
.show_header header nav > ul > li > .pr a {
  color: #353535;
  font-weight: 600;
}
header:hover .tel,
header.active .tel,
.show_header header .tel {
  color: #353535;
  font-weight: 600;
}
header:hover .ds .iconfont,
header.active .ds .iconfont,
.show_header header .ds .iconfont {
  color: #353535;
}
.show_header {
  height: 6.25rem;
}
.show_header header {
  box-shadow: none;
}
.show_header header.active {
  box-shadow: 0 0 0.625rem #ddd;
}
.s-logo{
  float: left;
  
}
.w-logo{
  line-height: 32px;
  margin-top: 26px;
}
header:hover .w-logo{
  margin-top: 0;
}
header.active .w-logo{
  margin-top: 0;
}
.banner .phone_show.icon .iconfont {
  font-size: 26px;
  color: #fff;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover .p1 {
  font-size: 4.625rem;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  text-align: center;
}
.banner .hover .p1::before {
  content: "";
  position: absolute;
  bottom: 0.375rem;
  left: 50%;
  width: 95%;
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
}
.banner .hover .p1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 95%;
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
}
.banner .hover .container > div {
  display: inline-block;
}
.banner .hover .p2 {
  margin-top: 0.75rem;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: 0.36rem;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner .hover .p2 img {
  margin-right: 1.5625rem;
}
.banner .swiper-pagination {
  bottom: 1.875rem;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #fff;
  transform: rotate(45deg);
  position: relative;
  background: transparent;
  opacity: 1;
  border-radius: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 0.4375rem;
  height: 0.4375rem;
  position: absolute;
  content: "";
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #fff;
  transform: rotate(45deg);
  position: relative;
  background: transparent;
  opacity: 1;
  border-radius: 0;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
}
.banner .index_least {
  position: absolute;
  bottom: -3rem;
  background: #2096d5;
  padding: 1.0625rem 0;
  right: 0;
  width: 40%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.banner .index_least .fl {
  padding: 0 1.875rem;
  margin-right: 1.875rem;
  position: relative;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.banner .index_least .fl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 2.375rem;
  background: rgba(255, 255, 255, 0.5);
}
.banner .index_least .fr {
  width: calc(100% - 13.125rem);
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.banner .index_least .fr a {
  color: #fff;
}
.index_one {
  padding: 10rem 0;
}
.index_one > img {
  position: absolute;
  bottom: 0%;
  right: 0;
  width: 28.875rem;
  z-index: -1;
}
.index_one .left {
  width: 100%;
}
.index_one .left ul {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_one .left ul li {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 3.125rem;
  flex: 1 0 0;
  padding: 0 1.75rem;
  justify-content: center;
}
.index_one .left ul li .text {
  font-size: 1.375rem;
  color: #000000;
}
.index_one .left ul li .number {
  font-size: 3.75rem;
  text-transform: uppercase;
  color: #2096D5;
  margin-right: 1rem;
  font-family: "bahnschrift";
}
.index_one .left ul li .number sub {
  font-size: 1.375rem;
  color: #2096D5;
  bottom: 0;
}
.index_one .right {
  width: 100%;
}
.index_one .right ul {
  height: 100%;
}
.index_one .right ul li {
  float: left;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 0 1.75rem 0;
  width: 33.3%;
  border-left: 1px solid rgba(96, 96, 96, 0.1);
  height: 100%;
}
.index_one .right ul li .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #000000;
  margin-bottom: 2.875rem;
  font-weight: 600;
  position: relative;
}
.index_one .right ul li .name .line1 {
  font-family: "kaiti";
}
.index_one .right ul li .name .iconfont {
  display: none;
}
.index_one .right ul li .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  height: 7.5rem;
  text-align: justify;
}
.index_one .right ul li.active {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .right ul li.active .name::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.0625rem;
  width: 3px;
  height: 3.125rem;
  background: #2096d5;
}
.index_one .right ul li.active .name::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1.75rem;
  width: 2px;
  height: 3.125rem;
  background: #2096d5;
}
.index_one .right ul li .more_a {
  margin: 1.375rem 0;
}
.index_one .flex {
  align-items: initial;
}
.more_a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  display: inline-block;
}
.more_a .iconfont {
  font-size: 1.125rem;
  top: 0.2rem;
  position: relative;
}
.more_a:hover {
  color: #2096d5;
}
.p_before {
  position: relative;
  padding-left: 0.9375rem;
  margin-bottom: 0.5rem;
}
.p_before::before {
  content: "";
  position: absolute;
  top: 0.85rem;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #2b2b2b;
}
.index_title {
  display: flex;
  align-items: flex-end;
}
.index_title .title {
  font-size: 3.75rem;
  word-wrap: break-word;
  color: #000000;
  writing-mode: vertical-lr;
  line-height: 1;
  padding-right: 1rem;
  font-family: "kaiti";
}
.index_title .subtitle {
  font-size: 1.75rem;
  letter-spacing: 0.525rem;
  color: #2096D5;
  position: relative;
  padding-top: 1rem;
  line-height: 1;
}
.index_title .subtitle.cf::before {
  background: #fff;
}
.index_title .subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.125rem;
  height: 1px;
  background: #606060;
}
.index_two .right .img img {
  height: 11.5625rem;
  object-fit: cover;
}
.index_two .right .pro_squera,
.show_case_two .pro_squera {
  background: #fff;
  box-shadow: 0 0 0.625rem #ddd;
  padding: 0.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .right .pro_squera > a,
.show_case_two .pro_squera > a {
  padding: 2.5rem 2rem 3.75rem;
  z-index: 1;
}
.index_two .right .pro_squera > a > img,
.show_case_two .pro_squera > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}
.index_two .right .pro_squera > a img:nth-child(2),
.show_case_two .pro_squera > a img:nth-child(2) {
  opacity: 0;
}
.index_two .right .pro_squera .index_more_pro,
.show_case_two .pro_squera .index_more_pro {
  width: 2.9375rem;
  position: relative;
  height: 2.9375rem;
  z-index: 1;
  position: absolute;
  bottom: -1.4375rem;
  left: 50%;
  transform: scale(0) translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform-origin: left center;
  display: inline-block;
  line-height: 2.9375rem;
  text-align: center;
}
.index_two .right .pro_squera .index_more_pro::before,
.show_case_two .pro_squera .index_more_pro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #2096d5;
  transform: rotate(45deg);
}
.index_two .right .pro_squera .index_more_pro .iconfont,
.show_case_two .pro_squera .index_more_pro .iconfont {
  color: #fff;
  display: block;
  font-size: 1.25rem;
}
.index_two .right .pro_squera:hover,
.show_case_two .pro_squera:hover {
  box-shadow: 0 0 0.625rem rgba(33, 151, 214, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .right .pro_squera:hover > div img,
.show_case_two .pro_squera:hover > div img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .right .pro_squera:hover > div > img:nth-child(1),
.show_case_two .pro_squera:hover > div > img:nth-child(1) {
  opacity: 0;
}
.index_two .right .pro_squera:hover > div img:nth-child(2),
.show_case_two .pro_squera:hover > div img:nth-child(2) {
  opacity: 1;
}
.index_two .right .pro_squera:hover .index_more_pro,
.show_case_two .pro_squera:hover .index_more_pro {
  transform: scale(1) translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .right .pro_squera .name,
.show_case_two .pro_squera .name {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.3937rem;
  color: #000000;
  padding: 0 2rem 0 2.25rem;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  position: relative;
}
.index_two .right .pro_squera .name::before,
.show_case_two .pro_squera .name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.5625rem;
  background-size: contain !important;
  background: url(../img/11.png);
  height: 0.8125rem;
}
.index_two .right .pro_squera .name::after,
.show_case_two .pro_squera .name::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1.5625rem;
  background-size: contain !important;
  background: url(../img/12.png);
  height: 0.8125rem;
}
.index_two .right .pro_squera .text,
.show_case_two .pro_squera .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  height: 3.75rem;
}
.index_two .right .pro_squera .img,
.show_case_two .pro_squera .img {
  margin-top: 2.8125rem;
}
.index_two .right .pro_squera svg,
.show_case_two .pro_squera svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_two {
  padding-bottom: 5.875rem;
  position: relative;
}
.index_two .container {
  padding-right: 0;
}
.index_two > img {
  width: 51.625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.index_two::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 51.625rem);
  height: 100%;
  background: #f2f2f2;
  z-index: -1;
}
.index_two .left {
  width: calc(27% - 3.375rem);
  padding-top: 2.5rem;
}
.index_two .left ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(96, 96, 96, 0.1);
  padding: 1.125rem 0;
  position: relative;
}
.index_two .left ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #2096d5;
}
.index_two .left ul li .fl {
  position: relative;
}
.index_two .left ul li .fl img {
  width: 2.1875rem;
}
.index_two .left ul li .fl img:nth-child(2) {
  display: none;
}
.index_two .left ul li .fr {
  font-size: 1.25rem;
  color: #686868;
  margin-left: 0.8125rem;
}
.index_two .left ul li.active::before,
.index_two .left ul li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .left ul li.active .fr,
.index_two .left ul li:hover .fr {
  color: #2096d5;
}
.index_two .left ul li.active .fl img:nth-child(1),
.index_two .left ul li:hover .fl img:nth-child(1) {
  display: none;
}
.index_two .left ul li.active .fl img:nth-child(2),
.index_two .left ul li:hover .fl img:nth-child(2) {
  display: inline-block;
}
.index_two .right {
  width: 73%;
  padding-left: 1.5rem;
}
.index_two .right > div {
  display: none;
}
.index_two .right > div.active {
  display: block;
}
.index_two .right .swiper-container {
  padding: 1.875rem 0 1.875rem 30px;
}
.index_two .swiper-pagination {
  bottom: 0;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #606060;
  line-height: 3.4375rem;
  width: 7.125rem;
  margin-left: 3.4375rem;
}
.index_two .swiper-pagination-current {
  font-size: 1.25rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: #303030;
}
.index_two .swiper-button-prev {
  left: 0;
}
.index_two .swiper-button-next {
  left: calc(7.125rem + 3.4375rem);
  right: auto;
}
.index_two .swiper-button-next,
.index_two .swiper-button-prev {
  background-image: none;
  width: 3.4375rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  text-align: center;
  border: 1px solid #686868;
  top: auto;
  bottom: 0;
  margin-top: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .swiper-button-next .iconfont,
.index_two .swiper-button-prev .iconfont {
  font-size: 1.375rem;
  color: #686868;
  display: block;
}
.index_two .swiper-button-next:hover,
.index_two .swiper-button-prev:hover {
  background: #2096d5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-color: #2096d5;
}
.index_two .swiper-button-next:hover .iconfont,
.index_two .swiper-button-prev:hover .iconfont {
  color: #fff;
}
.more {
  width: 11.25rem;
  height: 3.4375rem;
  line-height: 3.3125rem;
  border: 1px solid #686868;
  text-align: center;
  font-size: 1rem;
  color: #686868;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.more span:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../img/7.png) no-repeat;
  background-size: contain;
}
.more span:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../img/7.png) no-repeat;
  background-size: contain;
  transform: rotateY(180deg);
}
.more span:nth-child(2):before {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../img/7.png) no-repeat;
  background-size: contain;
  transform: rotateX(180deg);
}
.more span:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../img/7.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2096d5;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.more:hover {
  color: #fff;
  border: 1px solid #2096d5;
}
.more:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.more:hover span::before,
.more:hover span::after {
  background: url(../img/13.png) no-repeat !important;
}
.index_three {
  padding-top: 10.6875rem;
}
.index_three .top {
  align-items: center;
}
.index_three .bot {
  background: #2096d5;
  margin-top: 3.125rem;
}
.index_three .bot .left {
  padding: 6.625rem 0 2rem;
  width: 30%;
  padding-right: 10.9375rem;
}
.index_three .bot .left > div {
  display: none;
}
.index_three .bot .left > div.active {
  display: block;
}
.index_three .bot .left .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  font-weight: 600;
}
.index_three .bot .left .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin: 0.9375rem 0 2.1875rem;
  text-align: justify;
}
.index_three .bot .left ul li {
  text-align: center;
  position: relative;
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  flex: 1 0 0;
}
.index_three .bot .left ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 0.875rem;
  background: #fff;
}
.index_three .bot .left ul li::after {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateY(-50%);
  width: 0.6875rem;
  height: 0.6875rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
.index_three .bot .left .all_views {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-top: 2.8125rem;
  display: inline-block;
}
.index_three .bot .left .all_views div {
  margin-right: 1.125rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  text-align: center;
}
.index_three .bot .left .all_views div img {
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 4.6875rem;
}
.index_three .bot .left .all_views div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 0.5rem;
}
.index_three .bot .left .all_views:hover img {
  transform: rotate(-180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .bot .right {
  width: 70%;
}
.index_three .bot .right > div {
  display: none;
}
.index_three .bot .right > div.active {
  display: block;
}
.index_three .bot .container {
  padding-right: 0;
}
.index_three .swiper_content {
  width: 14.0625rem;
  height: 27.9375rem;
  padding: 2.5rem 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(30% - 7rem);
  border: 2px solid #606060;
  background: #fff;
}
.index_three .swiper_content .swiper-slide {
  border: 2px solid transparent;
}
.index_three .swiper_content .over {
  height: 100%;
}
.index_three .swiper_content .over img {
  height: 100%;
  object-fit: cover;
}
.index_three .swiper_content .swiper-container,
.index_three .swiper_content .swiper-wrapper {
  height: 23.125rem;
}
.index_three .swiper_content .swiper-slide-active {
  border-color: #2096d5;
}
.index_three .swiper_content .swiper-button-white {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  line-height: 2.375rem;
  text-align: center;
  background-color: #606060;
  background-size: 1.125rem 1.125rem;
  margin-top: 0;
}
.index_three .swiper_content .swiper-button-next {
  bottom: -1rem;
  left: 50%;
  right: auto;
  transform: translateX(-50%) rotate(90deg);
  top: auto;
}
.index_three .swiper_content .swiper-button-prev {
  top: -1rem;
  left: 50%;
  right: auto;
  transform: translateX(-50%) rotate(90deg);
}
.bianjiao span:nth-child(3)::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: calc(100% - 1.5rem);
  left: 0.75rem;
  height: 1px;
  background: #a9a9a9;
  top: 0.25rem;
}
.bianjiao span:nth-child(3)::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: calc(100% - 1.5rem);
  left: 0.75rem;
  height: 1px;
  background: #a9a9a9;
  bottom: 0.25rem;
}
.bianjiao span:nth-child(4)::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: calc(100% - 1.7rem);
  top: 0.85rem;
  width: 1px;
  background: #a9a9a9;
  left: 0.27rem;
}
.bianjiao span:nth-child(4)::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: calc(100% - 1.7rem);
  top: 0.85rem;
  width: 1px;
  background: #a9a9a9;
  right: 0.25rem;
}
.bianjiao span:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../img/7.png) no-repeat;
  background-size: contain;
}
.bianjiao span:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../img/7.png) no-repeat;
  background-size: contain;
  transform: rotateY(180deg);
}
.bianjiao span:nth-child(2):before {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../img/7.png) no-repeat;
  background-size: contain;
  transform: rotateX(180deg);
}
.bianjiao span:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../img/7.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
#pro2 .case_quera {
  height: auto;
}
#pro2 .case_quera .name {
  display: block;
}
#pro3 .case_quera {
  padding-bottom: 1.25rem;
}
#pro3 .case_quera .name {
  display: none;
}
.case_quera {
  height: auto;
  border: 1px solid #d3d3d3;
  padding: 1.25rem 1.25rem 2.8125rem;
}
.case_quera > div {
  height: 100%;
}
.case_quera .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #000000;
  padding: 1.4375rem 0 1.75rem;
  position: relative;
}
.case_quera .name::before {
  content: "";
  position: absolute;
  bottom: 0.1875rem;
  height: 1px;
  background: #d3d3d3;
  left: 0;
  width: 100%;
}
.case_quera .name::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #d3d3d3;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #2096d5;
}
.case_quera .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  margin-top: 0.625rem;
}
.case_quera::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background: #2096d5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.case_quera::after {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  width: 0;
  height: 1px;
  background: #2096d5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.case_quera:hover {
  border-color: #2096d5;
}
.case_quera:hover img {
  transform: scale(1.1);
}
.case_quera:hover .name {
  color: #2096d5;
}
.case_quera:hover::before,
.case_quera:hover::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .swiper-button-next,
.list_about_three .swiper-button-next,
.list_about_five .swiper-button-next,
.pro_detail_swiper .swiper-button-next,
.pro_show_swiper .swiper-button-next {
  right: 8.125rem;
}
.index_four .swiper-button-prev,
.list_about_three .swiper-button-prev,
.list_about_five .swiper-button-prev,
.pro_detail_swiper .swiper-button-prev,
.pro_show_swiper .swiper-button-prev {
  left: 8.125rem;
}
.index_four .swiper-button-next,
.list_about_three .swiper-button-next,
.list_about_five .swiper-button-next,
.pro_detail_swiper .swiper-button-next,
.pro_show_swiper .swiper-button-next,
.index_four .swiper-button-prev,
.list_about_three .swiper-button-prev,
.list_about_five .swiper-button-prev,
.pro_detail_swiper .swiper-button-prev,
.pro_show_swiper .swiper-button-prev {
  width: 3.4375rem;
  height: 3.4375rem;
  border: 1px solid #686868;
  line-height: 3.3125rem;
  text-align: center;
  transform: translateY(-50%);
  margin-top: 0;
  background-image: none;
}
.index_four .swiper-button-next .iconfont,
.list_about_three .swiper-button-next .iconfont,
.list_about_five .swiper-button-next .iconfont,
.pro_detail_swiper .swiper-button-next .iconfont,
.pro_show_swiper .swiper-button-next .iconfont,
.index_four .swiper-button-prev .iconfont,
.list_about_three .swiper-button-prev .iconfont,
.list_about_five .swiper-button-prev .iconfont,
.pro_detail_swiper .swiper-button-prev .iconfont,
.pro_show_swiper .swiper-button-prev .iconfont {
  font-size: 1.25rem;
}
.index_four .swiper-button-next:hover,
.list_about_three .swiper-button-next:hover,
.list_about_five .swiper-button-next:hover,
.pro_detail_swiper .swiper-button-next:hover,
.pro_show_swiper .swiper-button-next:hover,
.index_four .swiper-button-prev:hover,
.list_about_three .swiper-button-prev:hover,
.list_about_five .swiper-button-prev:hover,
.pro_detail_swiper .swiper-button-prev:hover,
.pro_show_swiper .swiper-button-prev:hover {
  background: #2096d5;
  border-color: #2096d5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .swiper-button-next:hover .iconfont,
.list_about_three .swiper-button-next:hover .iconfont,
.list_about_five .swiper-button-next:hover .iconfont,
.pro_detail_swiper .swiper-button-next:hover .iconfont,
.pro_show_swiper .swiper-button-next:hover .iconfont,
.index_four .swiper-button-prev:hover .iconfont,
.list_about_three .swiper-button-prev:hover .iconfont,
.list_about_five .swiper-button-prev:hover .iconfont,
.pro_detail_swiper .swiper-button-prev:hover .iconfont,
.pro_show_swiper .swiper-button-prev:hover .iconfont {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four {
  padding-top: 10.6875rem;
}
.index_four .swiper-container {
  padding-bottom: 0.3125rem;
}
.al_center {
  align-items: center;
}
.index_five {
  padding-top: 10.6875rem;
}
.index_five > .pr::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(38% - 2px);
  width: 40.0625rem;
  height: 25.3125rem;
  background: url(../img/19.png) no-repeat;
  background-size: contain;
}
.index_five .container:nth-child(1) {
  position: relative;
  padding-top: 6.6875rem;
}
.index_five .container:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  background: #2096d5;
  z-index: -1;
  height: 100%;
}
.index_five .container:nth-child(2) {
  position: relative;
}
.index_five .container:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  background: #2096d5;
  z-index: -1;
  height: 7.375rem;
}
.index_five .top {
  padding-bottom: 2.5rem;
}
.index_five .swiper-container {
  box-shadow: 0 0 0.625rem #ddd;
  background: #fff;
}
.index_five .swiper-container .swiper-slide {
  height: 7.375rem;
  line-height: 7.375rem;
}
.index_five .swiper-container .swiper-slide img {
  height: 5.8rem;
}
.index_five .swiper-container .swiper-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
  width: 1px;
  height: 2.0625rem;
  background: rgba(96, 96, 96, 0.15);
}
.index_five .swiper-container .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(96, 96, 96, 0.15);
}
.index_six {
  background-color: #f2f2f2;
  position: relative;
  margin-top: -7.375rem;
  padding: 14.5rem 0 7.5rem;
}
.index_six > img {
  position: absolute;
  bottom: 0px;
  right: 0%;
  width: 27.125rem;
}
.index_six .left .over {
  display: none;
}
.index_six .left .over.active {
  display: block;
}
.index_six .right ul li {
  border-top: 1px solid rgba(96, 96, 96, 0.1);
  padding: 2.07rem 0;
  position: relative;
}
.index_six .right ul li:last-child {
  border-bottom: 1px solid rgba(96, 96, 96, 0.1);
}
.index_six .right ul li .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #000000;
}
.index_six .right ul li .data {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #606060;
  width: 17%;
}
.index_six .right ul li .data span {
  display: inline-block;
  position: relative;
}
.index_six .right ul li .data span::before {
  content: "";
  position: absolute;
  top: -2.2rem;
  height: 0.1875rem;
  background: #2096d5;
  left: 0;
  width: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .right ul li:hover .data span::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .right ul li:hover .name {
  color: #2096d5;
}
.index_six .right ul li:hover .index_more {
  background: #2096d5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .right ul li:hover .index_more .iconfont {
  color: #fff;
}
.index_six .right ul li .center {
  width: calc(100% - 17% - 3rem);
  padding-right: 4rem;
}
.index_six .right ul li .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  margin-top: 0.625rem;
}
.index_six .right ul li .index_more {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  background: #e5e5e5;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .right ul li .index_more .iconfont {
  color: #777777;
  font-size: 1.25rem;
  display: block;
}
footer {
  background: #373737;
}
footer .top {
  padding: 5rem 0 2.8125rem;
}
footer .top .left {
  margin-right: 4.6875rem;
}
footer .top .right {
  float: left;
  text-align: center;
  padding-left: 2.8125rem;
}
footer .top .right .text {
  margin-top: 1rem;
}
footer .bot {
  padding: 1.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .text {
  font-size: 1rem;
  line-height: 2.125rem;
  color: #FCFCFC;
}
footer .name {
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: #FCFCFC;
  margin-bottom: 0.9375rem;
  font-weight: 600;
}
footer .name .iconfont {
  display: none;
}
footer a.text:hover {
  color: #2096d5;
}
@media (max-width: 1600px) {
  .index_four .swiper-button-next {
    right: 4.5rem;
  }
  .index_four .swiper-button-prev {
    left: 4.5rem;
  }
  .index_six .right ul li {
    padding: 2.03rem 0;
  }
}
@media (max-width: 1440px) {
  header nav > ul > li {
    padding: 0 1.5rem;
  }
  header .logo img {
    width: 15.1875rem;
  }
  .index_one .right ul li .name {
    font-size: 1.25rem;
  }
  .index_one .left ul li .number {
    font-size: 3.125rem;
  }
  .index_one .left ul li {
    margin-bottom: 2.5rem;
  }
  .index_three .bot .left .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    height: 7.5rem;
    overflow: hidden;
  }
  .banner .hover .p1 {
    font-size: 4rem;
  }
  .banner .hover .p2 {
    font-size: 1.25rem;
  }
  .banner .hover .p2 img {
    width: 8.4375rem;
  }
  .banner .index_least .fl {
    font-size: 1.5rem;
  }
  .index_four .swiper-button-next {
    right: 2.25rem;
  }
  .index_four .swiper-button-prev {
    left: 2.25rem;
  }
  .index_six .right ul li {
    padding: 1.65rem 0;
  }
  footer .top .left {
    margin-right: 3.6875rem;
  }
  footer .top .right {
    padding-left: 1.875rem;
  }
  .index_title .title {
    font-size: 3.25rem;
  }
  .index_title .subtitle {
    font-size: 1.375rem;
    letter-spacing: 0.375rem;
  }
}
@media (max-width: 1366px) {
  .index_two .swiper-pagination,
  .index_two .swiper-button-next,
  .index_two .swiper-button-prev {
    bottom: 6rem;
  }
  footer .top .right {
    padding-left: 1rem;
  }
  footer .top .left:nth-child(4) {
    margin-right: 15px;
  }
  .index_six .right ul li {
    padding: 1.37rem 0;
  }
}
@media (max-width: 1280px) {
  header nav > ul > li {
    padding: 0 1.25rem;
  }
  header .container {
    padding: 0 4rem;
  }
  .banner .hover .p1 {
    font-size: 3.6rem;
  }
  .banner .hover .p2 {
    letter-spacing: 0.25rem;
  }
  .banner .hover .p2 img {
    width: 7.5rem;
  }
  .index_two > img {
    width: 41rem;
  }
  .index_two::before {
    width: calc(100% - 41rem);
  }
  .index_two .right .swiper-container {
    padding: 1.875rem 0 1.875rem 15px;
  }
  .index_six .right ul li {
    padding: 1.06rem 0;
  }
  footer .top .left {
    margin-right: 2.25rem;
  }
  footer .top .right img {
    width: 98px;
  }
}
@media (max-width: 990px) {
  .banner .index_least {
    display: none;
  }
  header {
    display: none;
  }
  .banner .hover .p1 {
    font-size: 3.2rem;
  }
  .banner .hover .p2 {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 24px;
  }
  .banner .hover .p2 img {
    width: 6rem;
    margin-right: 10px;
  }
  .index_one .left,
  .index_two .left {
    width: 100%;
  }
  .index_one .right,
  .index_two .right {
    width: 100%;
  }
  .index_one .left ul li,
  .index_two .left ul li {
    width: 33.3%;
    float: left;
  }
  .index_one .left ul li .number {
    width: auto;
    margin-right: 15px;
  }
  .index_one {
    padding: 80px 0;
  }
  .index_two .right {
    padding-left: 0;
  }
  .index_two .left ul li::before {
    display: none;
  }
  .index_two .left ul li a {
    position: relative;
  }
  .index_two .left ul li a::before {
    content: "";
    position: absolute;
    bottom: -1.125rem;
    left: 0;
    width: 0;
    height: 1px;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    background: #2096d5;
  }
  .index_two .left ul li:hover a::before,
  .index_two .left ul li.active a::before {
    width: 100%;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  .index_two .right .swiper-container {
    padding: 1.875rem 0 65px 0;
  }
  .index_two .swiper-pagination,
  .index_two .swiper-button-next,
  .index_two .swiper-button-prev {
    bottom: 0;
  }
  .index_two .swiper-button-next {
    left: calc(50% + 7.125rem);
  }
  .index_two .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
  .index_two .swiper-button-prev {
    left: calc(50% - 3.5rem);
  }
  .index_three {
    padding-top: 80px;
  }
  .index_three .bot .left {
    padding: 80px 0 2rem;
    width: 100%;
    padding-right: 15px;
  }
  .index_three .bot .right {
    width: 100%;
  }
  .index_three .bot .container {
    padding-right: 15px;
  }
  .index_three .bot .right {
    display: none;
  }
  .index_three .swiper_content {
    width: 100%;
    height: auto;
    padding: 15px 30px;
    position: static;
    transform: translateY(0);
  }
  .index_three .bot .left {
    float: none;
  }
  .index_three .swiper_content .swiper-container,
  .index_three .swiper_content .swiper-wrapper {
    height: 100%;
  }
  .index_three .swiper_content .swiper-button-prev {
    top: 50%;
    left: -1.1875rem;
    right: auto;
    transform: translate(0, -50%) rotate(0deg);
  }
  .index_three .swiper_content .swiper-button-next {
    top: 50%;
    left: auto;
    right: -1.1875rem !important;
    right: auto;
    transform: translate(0, -50%) rotate(0deg);
  }
  .index_four .swiper-container {
    padding-bottom: 45px;
  }
  .index_four .swiper-container .swiper-pagination-bullet {
    background: #9e9e9e;
    opacity: 1;
  }
  .index_four .swiper-container .swiper-pagination-bullet-active {
    background: #2096d5;
  }
  .index_four .swiper-button-next,
  .index_four .swiper-button-prev {
    display: none;
  }
  .index_five {
    padding-top: 80px;
  }
  .index_five .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
  }
  .index_five .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .index_five .swiper-pagination-bullet {
    background: #9e9e9e;
    opacity: 1;
  }
  .index_five .swiper-pagination-bullet-active {
    background: #2096d5;
  }
  .index_five .swiper-container .swiper-slide {
    padding: 0 20px;
  }
  .index_six .left {
    display: none;
  }
  body {
    padding: 60px 0 0;
  }
  footer .fl_990 {
    float: none;
  }
  footer .fr_990 {
    float: none;
    margin-top: 30px;
  }
  footer .fr_990 .right {
    float: left;
    padding: 0 15px 0 0;
  }
  footer .top .left {
    margin-right: 5.5rem;
  }
  .index_four {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .index_two .left {
    overflow-x: scroll;
  }
  .index_two .left ul {
    width: 700px;
    overflow: hidden;
  }
  footer .top .left {
    width: 100%;
    margin-right: 0;
  }
  footer .fr_990 .right {
    width: 33.3%;
    text-align: center;
  }
  footer .fr_990 .right .text {
    font-size: 12px;
    margin-top: 5px;
  }
  footer .left:nth-child(1) .name {
    padding-top: 0;
  }
  footer .left .name {
    border-bottom: 1px solid rgba(198, 193, 193, 0.32);
    margin-bottom: 0;
    padding: 10px 0;
  }
  footer .left .name span {
    float: left;
    width: 80%;
    display: block;
  }
  footer .left .iconfont {
    font-size: 0.875rem;
    float: right;
    text-align: right;
  }
  footer .left.active .iconfont {
    transform: rotate(180deg);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  footer .top {
    padding: 15px 0;
  }
  footer .bot {
    padding: 15px 0;
  }
  footer .bot .text {
    font-size: 12px;
  }
  footer .top .left > div.content {
    display: none;
    padding-top: 15px;
  }
  footer .top .left > div.content1 {
    padding-top: 15px;
  }
  .banner .hover .p1 {
    font-size: 26px;
    padding-bottom: 8px;
  }
  .banner .hover .p2 {
    font-size: 12px;
    line-height: 20px;
  }
  .banner .hover .p2 img {
    width: 4rem;
  }
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .index_one {
    padding: 25px 0;
  }
  .index_title .title {
    font-size: 30px;
  }
  .index_title .subtitle {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .index_one .left ul li {
    display: block;
    text-align: center;
  }
  .index_one .left ul li .text {
    font-size: 14px;
    margin-top: 8px;
  }
  .index_one .left ul li .number {
    font-size: 42px;
    margin-right: 0;
  }
  .index_one .left ul {
    margin-top: 30px;
  }
  .index_one .right ul li {
    width: 100% !important;
    float: none;
    height: auto;
    padding: 15px 0 15px 15px;
  }
  .index_one .right ul li .content {
    display: none;
  }
  .index_one .right ul li.active .content {
    display: block;
  }
  .index_one .right ul li .text {
    height: auto;
  }
  .index_one .right ul li {
    border-bottom: 1px solid #ddd;
  }
  .index_one .right ul li .name {
    margin-bottom: 0;
  }
  .index_one .right ul li .name .line1 {
    width: 80%;
    float: left;
  }
  .index_one .right ul li .name .iconfont {
    display: block;
    float: right;
  }
  .index_one .right ul li .text {
    padding-top: 8px;
  }
  .index_one .right ul li.active .name::before {
    left: -20px;
  }
  .index_one .right ul li.active .name::after {
    left: -15px;
  }
  .index_one .right ul li .more_a {
    margin: 8px 0 15px;
  }
  .index_two {
    padding: 25px 0;
  }
  .index_two .left {
    padding-top: 20px;
  }
  .index_one .right ul li.active .name .iconfont {
    transform: rotate(180deg);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  .index_two .swiper-button-next,
  .index_two .swiper-button-prev {
    display: none;
  }
  .index_two .right .swiper-container {
    padding: 15px 0 35px 0;
  }
  .index_two .container {
    padding-right: 15px;
  }
  .index_three .bot .left {
    padding: 25px 0;
  }
  .index_three {
    padding-top: 25px;
  }
  .index_three .bot .left .all_views {
    margin-top: 20px;
  }
  .index_four {
    padding-top: 25px;
  }
  .index_five {
    padding-top: 25px;
  }
  .index_five > .pr::before {
    left: calc(50% - 1px);
    width: 12rem;
  }
  .index_five .container:nth-child(1) {
    padding-top: 25px;
  }
  .index_five .container:nth-child(1)::before {
    width: 50%;
  }
  .index_five .swiper-container .swiper-slide {
    height: 5.5rem;
    line-height: 5.5rem;
  }
  .index_six {
    margin-top: -5.5rem;
    padding: calc(5.5rem + 50px) 0 25px 0;
  }
  .index_six .right ul li .center {
    padding-right: 15px;
    width: calc(100% - 3rem);
  }
  .index_six > img,
  .index_one > img {
    width: 10rem;
  }
  .index_six .right ul li .name {
    font-size: 18px;
  }
  .index_six .right ul li .data {
    display: none;
  }
  .more {
    width: 10rem;
    height: 44px;
    line-height: 38px;
  }
  footer .left .iconfont {
    display: block;
  }
}
.rightfix1 {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  z-index: 9000;
}
.rightfix1 .bot {
  width: 4rem;
}
.rightfix1 .bot li:last-child a {
  padding: 0.375rem 0 0.625rem;
}
.rightfix1 .bot li {
  background: #2096d5;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightfix1 .bot li a {
  display: block;
}
.rightfix1 .bot li a .text {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  margin-top: 0.5rem;
}
.rightfix1 .bot li:hover {
  background: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix1 .bot li:hover .ewm {
  transform: scaleY(1) translateY(-50%);
  opacity: 1;
}
.rightfix1 .bot li img {
  height: 1.125rem;
}
.rightfix1 .bot li .ewm {
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateY(-50%);
  transform-origin: top;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 4.375rem;
  padding: 1.125rem 1.125rem 0.875rem;
  background: #fff;
  border-radius: 0.5rem;
  width: 9.53125rem;
  box-shadow: 0 0 0.625rem rgba(8, 81, 150, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.rightfix1 .bot li .ewm .img1 img {
  width: 7.6875rem;
}
.rightfix1 .bot li .ewm.wechat_img {
  height: 6.5rem;
  width: 6.5rem;
  padding: 0.625rem;
}
.rightfix1 .bot li .ewm.wechat_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 990px) {
  .rightfix1 {
    display: none;
  }
}
.about_nyban .hover {
  display: none;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
 .nyban .img{
  margin-top: 6.25rem;
}
.nyban .hover {
  position: absolute;
  top: calc(50% + 1.875rem);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .text {
  font-size: 3.75rem;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
}
.nyerji {
  padding: 1.875rem 0;
  background: #f2f2f2;
}
.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nyerji ul li {
  margin: 0 0.75rem;
}
.nyerji ul li a {
  padding: 0.875rem 1.5625rem;
  font-size: 1rem;
  color: #686868;
}
.nyerji ul li span:nth-child(1):before {
  top: 0%;
  left: 0;
}
.nyerji ul li span:nth-child(2):before {
  bottom: 0;
  left: 0;
}
.nyerji ul li span:nth-child(1):after {
  top: 0;
  right: 0;
}
.nyerji ul li span:nth-child(2):after {
  bottom: 0;
  right: 0;
}
.nyerji ul li span:nth-child(3)::before {
  top: 0;
}
.nyerji ul li span:nth-child(3)::after {
  bottom: 0;
}
.nyerji ul li span:nth-child(4)::before {
  left: 1px;
  top: 0.65rem;
  height: calc(100% - 1.25rem);
}
.nyerji ul li span:nth-child(4)::after {
  right: 1px;
  top: 0.65rem;
  height: calc(100% - 1.25rem);
}
.nyerji ul li:hover a,
.nyerji ul li.active a {
  color: #2096d5;
}
.nyerji ul li:hover span::before,
.nyerji ul li.active span::before,
.nyerji ul li:hover span::after,
.nyerji ul li.active span::after {
  background: url(../img/26.png) no-repeat !important;
  background-size: contain !important;
}
.nyerji ul li:hover span:nth-child(3)::before,
.nyerji ul li.active span:nth-child(3)::before,
.nyerji ul li:hover span:nth-child(3)::after,
.nyerji ul li.active span:nth-child(3)::after {
  background-color: #5cb0dd !important;
}
.nyerji ul li:hover span:nth-child(4)::before,
.nyerji ul li.active span:nth-child(4)::before,
.nyerji ul li:hover span:nth-child(4)::after,
.nyerji ul li.active span:nth-child(4)::after {
  background-color: #5cb0dd !important;
}
.bread {
  padding: 0.875rem 0;
}
.bread .text {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #686868;
}
.bread .text span:last-child {
  display: none;
}
.bread a:hover {
  color: #2096d5;
}
.list_news.index_six {
  padding: 3.75rem 0;
  background: transparent;
  margin-top: 0;
}
.bgf2 {
  background: #f2f2f2;
}
.show_news {
  padding: 6.25rem 0;
}
.show_news .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #000000;
}
.show_news .data {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.125rem 0;
}
.show_news .data .fl:nth-child(2) {
  margin: 0 2.1875rem;
}
.show_news .data .social-share {
  position: absolute;
  top: 50%;
  opacity: 0;
  width: 10rem;
  right: -10rem;
  transform: translateY(-50%);
}
.show_news .data .social-share a {
  color: #686868;
  border-color: #686868;
  font-size: 1rem !important;
}
.show_news .data .social-share a:hover {
  color: #fff !important;
}
.show_news .data .fl:hover .social-share {
  opacity: 1;
}
.show_news .text {
  padding: 1.875rem 0;
  border-top: 1px solid rgba(97, 97, 97, 0.1);
}
.show_news .data,
.show_news .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}
.show_news .shangxia {
  margin-top: 3.125rem;
  align-items: center;
}
.show_news .shangxia .left {
  font-size: 1rem;
  line-height: 3.125rem;
  color: #686868;
}
.show_news .shangxia .left > div:nth-child(1) {
  border-bottom: 1px solid rgba(97, 97, 97, 0.1);
}
.show_news .shangxia .left a:hover {
  color: #2096d5;
}
.show_news .shangxia .left span {
  font-size: 1.125rem;
  line-height: 3.125rem;
  color: #000000;
  padding-right: 0.9375rem;
  margin-right: 0.9375rem;
  border-right: 1px solid rgba(97, 97, 97, 0.1);
  font-weight: 600;
}
@media (max-width: 990px) {
  .show_header {
    height: auto;
  }
  .show_header header {
    display: none;
  }
  .phone_logo img {
    height: 40px;
  }
  .bread {
    display: none;
  }
  .show_news {
    padding: 80px 0;
  }
  .nyban .img{
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .show_news {
    padding: 25px 0;
  }
  .show_news .title {
    font-size: 22px;
    line-height: 30px;
  }
  .show_news .data .fl:nth-child(2) {
    margin: 0 15px;
  }
  .show_news .data .social-share {
    top: 24px;
    transform: translateY(0);
    right: -1rem;
  }
  .show_news .text {
    padding: 15px 0;
  }
  .show_news .shangxia {
    margin-top: 15px;
  }
  .show_news .shangxia .tr {
    text-align: left;
    margin-top: 10px;
  }
}
.ban_header header {
  border-bottom: none;
}
.pagination li {
  line-height: 37px;
}
.list_news_bot {
  padding-bottom: 11.25rem;
}
.list_news_bot form {
  margin-bottom: 1.875rem;
}
.list_news_bot form select {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #606060;
  width: 11.875rem;
  padding: 0 1.875rem;
  line-height: 3.3125rem;
  border: 1px solid rgba(96, 96, 96, 0.3);
  height: 3.4375rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../img/jt.png") no-repeat;
  background-size: 0.75rem 0.5rem;
  background-position-x: 93%;
  background-position-y: center;
}
.list_news_bot form > div {
  float: left;
  line-height: 3.3125rem;
  margin-right: 1.4375rem;
  height: 3.4375rem;
}
.list_news_bot form > div input {
  border: 1px solid rgba(96, 96, 96, 0.3);
  font-size: 1rem;
  padding: 0 1.5rem;
  width: 21.25rem;
  color: #686868;
}
.list_news_bot form > div button {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  transform: translateY(-50%);
  border: none;
  background: transparent;
}
.list_news_bot form > div button .iconfont {
  display: block;
  font-size: 1.25rem;
  color: #606060;
}
.list_news_bot .ul li {
  border-bottom: 1px solid rgba(96, 96, 96, 0.1);
  padding: 2.5rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news_bot .ul li:hover {
  box-shadow: 0 0 0.625rem rgba(32, 150, 213, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news_bot .ul li:hover .name {
  color: #2096d5;
}
.list_news_bot .ul li:hover .left::before,
.list_news_bot .ul li:hover .left::after {
  background: #2096d5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news_bot .ul li:hover .left > div:last-child::before,
.list_news_bot .ul li:hover .left > div:last-child::after {
  background: #2096d5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news_bot .ul li .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #000000;
}
.list_news_bot .ul li .text {
  color: #686868;
  margin-top: 0.625rem;
}
.list_news_bot .ul li .left {
  width: 8.75rem;
  position: relative;
  text-align: center;
}
.list_news_bot .ul li .left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.75rem;
  height: 1px;
  background: rgba(104, 104, 104, 0.3);
}
.list_news_bot .ul li .left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.75rem;
  width: 1px;
  background: rgba(104, 104, 104, 0.3);
}
.list_news_bot .ul li .left > div:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.list_news_bot .ul li .left > div:last-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.75rem;
  height: 1px;
  background: rgba(104, 104, 104, 0.3);
}
.list_news_bot .ul li .left > div:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0.75rem;
  width: 1px;
  background: rgba(104, 104, 104, 0.3);
}
.list_news_bot .ul li .left div {
  font-size: 1.875rem;
  float: left;
  text-transform: uppercase;
  color: #2096D5;
  padding-left: 0.625rem;
}
.list_news_bot .ul li .left p {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #606060;
  padding-top: 1.25rem;
  margin-top: 0.65rem;
  float: left;
  padding-left: 0.875rem;
  margin-left: 0.625rem;
  position: relative;
}
.list_news_bot .ul li .left p::before {
  content: "";
  position: absolute;
  bottom: 0.375rem;
  left: 0;
  width: 1px;
  background: rgba(104, 104, 104, 0.3);
  height: 2.5rem;
}
.list_news_bot .ul li .right {
  width: calc(100% - 8.75rem);
  padding-left: 3.4375rem;
}
@media (max-width: 1440px) {
  .index_six .right ul li .data span::before {
    top: -1.75rem;
  }
}
@media (max-width: 1366px) {
  .index_six .right ul li .data span::before {
    top: -1.55rem;
  }
}
@media (max-width: 1280px) {
  .index_six .right ul li .data span::before {
    top: -1.15rem;
  }
}
@media (max-width: 990px) {
  .nyerji ul li a {
    padding: 0.875rem 0.5625rem;
  }
  .index_six .mt40 {
    margin-top: 0;
  }
  .list_news_bot .ul li {
    padding: 2.5rem 1rem;
  }
  .list_news_bot {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .list_news_bot form select {
    width: 100px;
    padding: 0 10px;
  }
  .list_news_bot form > div.pr {
    width: calc(100% - 126px);
    margin-right: 0;
  }
  .list_news_bot form > div input {
    width: 100%;
    padding: 0 10px;
  }
  .list_news_bot .ul li .left {
    display: none;
  }
  .list_news_bot .ul li .right {
    width: 100%;
    padding-left: 0;
  }
  .list_news_bot .ul li {
    padding: 20px 0;
  }
  .list_news_bot .ul li:hover {
    box-shadow: none;
  }
  .list_news_bot .ul li .name {
    font-size: 18px;
  }
  .list_news_bot {
    padding-bottom: 25px;
  }
  .list_news.index_six {
    padding: 25px 0;
  }
  .nyerji {
    display: none;
  }
  .list_news_bot form {
    margin-bottom: 0;
  }
}
.nytitle {
  font-size: 3.125rem;
  line-height: 3.75rem;
  color: #000000;
}
.pt50120 {
  padding: 3.125rem 0 7.5rem;
}
.nysanji {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
}
.nysanji li {
  padding: 0 3.625rem;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #686868;
  margin-bottom: 1rem;
}
.nysanji li a {
  color: #686868;
}
.nysanji li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 0.8125rem;
  transform: translateY(-50%);
  background: #686868;
}
.nysanji li:last-child::before {
  display: none;
}
.nysanji li svg {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.nysanji li:hover,
.nysanji li.active {
  -webkit-animation: jtd2 3s linear;
  -moz-animation: jtd2 3s linear;
  -o-animation: jtd2 3s linear;
  animation: jtd2 3s linear;
}
.nysanji li:hover a,
.nysanji li.active a {
  color: #2096d5;
}
.nysanji li:hover svg,
.nysanji li.active svg {
  opacity: 1;
}
.honor_squera > div {
  border: 1px solid #d3d3d3;
  padding: 1.25rem;
  position: relative;
}
.honor_squera > div .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #000000;
  padding: 0.9375rem 0 0;
  display: none;
}
.honor_squera > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #2096d5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.honor_squera:hover img {
  transform: scale(1.05);
}
.honor_squera:hover > div::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_honor .ul li {
  margin-bottom: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_honor .ul li:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 767px) {
  .list_honor .ul li > div {
    padding: 8px 8px 16px;
  }
  .list_honor .ul li {
    margin-bottom: 15px;
  }
  .list_honor .ul li > div .name {
    font-size: 16px;
    padding-top: 12px;
  }
  .list_honor .mt40 {
    margin-top: 15px;
  }
  .nysanji li {
    padding: 0 15px;
  }
  .nytitle {
    font-size: 24px;
    line-height: 32px;
  }
  .nysanji {
    margin-top: 10px;
  }
  .pt50120 {
    padding: 25px 0;
  }
}
.list_case .ul {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}
.list_case .ul li {
  padding: 0 1.5625rem;
  margin-bottom: 3.125rem;
}
.list_case .ul li:hover > div {
  box-shadow: 0 0 0.8125rem #ddd;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_case .ul li > div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
}
.show_case .left {
  width: 30%;
}
.show_case .clearfix {
  display: flex;
  align-items: center;
}
.show_case .center {
  padding: 0 3.75rem;
  width: 62%;
}
.show_case .right {
  width: 8%;
}
.show_case .name {
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #000000;
  padding: 0.9375rem 0 1.25rem;
  position: relative;
  margin-bottom: 1.25rem;
}
.show_case .text {
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
  color: #686868;
}
.show_case .name::before {
  content: "";
  position: absolute;
  bottom: 0.1875rem;
  height: 1px;
  background: #d3d3d3;
  left: 0;
  width: 100%;
}
.show_case .name::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #d3d3d3;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #2096d5;
}
.show_case .swiper-button-next,
.show_case .swiper-button-prev {
  width: 3.4375rem;
  height: 3.4375rem;
  line-height: 3.3125rem;
  text-align: center;
  background-image: none;
  margin-top: 0;
  border: 1px solid #686868;
}
.show_case .swiper-button-next .iconfont,
.show_case .swiper-button-prev .iconfont {
  display: block;
  font-size: 1.375rem;
  color: #686868;
}
.show_case .swiper-button-prev {
  right: 3.4375rem;
  left: auto;
}
.show_case .swiper-button-next {
  right: 0;
}
.show_case .swiper-pagination {
  width: auto;
  right: 0;
  top: 38%;
  width: 8%;
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #6B6B6B;
  bottom: auto;
  left: auto;
}
.show_case .swiper-pagination .swiper-pagination-current {
  font-size: 1.875rem;
  color: #2096d5;
}
.show_case_two .nytitle {
  border-bottom: 1px solid #d3d3d3;
  position: relative;
}
.show_case_two .nytitle span {
  position: relative;
  display: inline-block;
  padding-bottom: 1.25rem;
}
.show_case_two .nytitle span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #2096d5;
}
.show_case_two .nytitle span::after {
  content: "";
  position: absolute;
  bottom: 0.375rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2096d5;
}
.show_case_two {
  padding-top: 0;
}
.bgf2 {
  background: #f2f2f2;
}
.index_four.bgf2 {
  padding: 6.25rem 0 8.125rem;
}
.list_contact ul li {
  text-align: center;
}
.list_contact ul li .icon img {
  height: 5.9375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
}
.list_contact ul li .pa {
  position: absolute;
  top: -2.9375rem;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_contact ul li .name {
  font-size: 1.375rem;
  line-height: 2.125rem;
  color: #000000;
  margin: 1.25rem 0 0.375rem;
}
.list_contact ul li .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}
.list_contact ul li:hover .icon img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: rotateY(180deg);
}
.list_contact .ditu {
  margin-top: 3.75rem;
}
.list_contact_two .flex {
  margin: 0 -0.75rem;
}
.list_contact_two .flex .clearfix.w100 {
  margin: 0 -0.75rem;
}
.list_contact_two .flex > div,
.list_contact_two .flex .w20.fl {
  padding: 0 0.75rem;
}
.list_contact_two .flex > div {
  margin-bottom: 1.5rem;
}
.list_contact_two .flex .w20 {
  width: 20%;
}
.list_contact_two .flex .w20 .pr > div:nth-child(1) {
  position: absolute;
  top: 0.5rem;
  left: 0.875rem;
  color: #ff0000;
}
.list_contact_two .flex .w20.xinghao input {
  padding-left: 1.75rem;
}
.list_contact_two .flex input {
  width: 100%;
  line-height: 3.125rem;
  font-size: 0.875rem;
  color: #686868;
  border: 1px solid rgba(96, 96, 96, 0.3);
  padding: 0 1.125rem;
  background: transparent;
}
.list_contact_two .flex textarea {
  font-size: 0.875rem;
  color: #686868;
  border: 1px solid rgba(96, 96, 96, 0.3);
  padding: 0.625rem 1.125rem;
  line-height: 1.625rem;
  height: 9.375rem;
  background: transparent;
  width: 100%;
  display: block;
}
.list_contact_two .flex button {
  color: #fff;
}
.list_contact_two .flex button:nth-child(1) {
  border-color: #2096d5;
  margin-right: 1.25rem;
}
.list_contact_two .flex button:last-child {
  background: #000;
}
.list_download .ul li:nth-child(1) {
  background: #2096d5;
  color: #fff;
}
.list_download .ul li:last-child {
  margin-bottom: 1.25rem;
}
.list_download .ul li {
  line-height: 3.75rem;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.125rem;
  color: #686868;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_download .ul li > div {
  float: left;
  text-align: center;
}
.list_download .ul li > div:nth-child(1) {
  width: 10%;
}
.list_download .ul li > div:nth-child(2) {
  width: 50%;
}
.list_download .ul li > div:nth-child(3) {
  width: 20%;
}
.list_download .ul li > a:nth-child(4) {
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  color: #2096d5;
  justify-content: center;
}
.list_download .ul li > a:nth-child(4) .iconfont {
  font-size: 1.125rem;
}
.list_download .ul li > a:nth-child(4):hover .iconfont {
  animation: shangxia 2s infinite;
}
@keyframes shangxia {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.list_download .ul li:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0 0 0.625rem rgba(32, 150, 213, 0.2);
}
.list_join .pr > img {
  position: absolute;
  top: 0;
  right: 0;
}
.list_join .pr .clearfix {
  position: relative;
  padding-bottom: 3.5rem;
}
.list_join .pr .left {
  width: 54%;
}
.list_join .pr .right {
  width: 56%;
  position: absolute;
  top: 6.25rem;
  right: 0;
  background: #2096d5;
  z-index: -1;
  padding: 4.1875rem 3.75rem 6.875rem 12.375rem;
}
.list_join .pr .right .text {
  text-align: justify;
  color: #fff;
  line-height: 1.875rem;
}
.nysubtitle {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #686868;
  margin-top: 0.5rem;
}
.list_join_two {
  padding-top: 6.25rem;
}
.list_join_two ul li {
  margin-bottom: 1.875rem;
}
.list_join_two ul li > div {
  border: 1px solid #d3d3d3;
  padding: 3rem 0.625rem 2.3125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_two ul li > div .icon {
  line-height: 3.75rem;
}
.list_join_two ul li > div .icon img {
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_two ul li > div .text {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #000000;
  margin-top: 1.25rem;
}
.list_join_two ul li:hover > div {
  border-color: #2096d5;
  box-shadow: 0 0 1rem #c2c2c2;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_two ul li:hover > div img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_three {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/tanxun0202/uploads/20230210/91ff26585c4dd1665461d28bc2d5e3e6.png) no-repeat;
  background-size: cover;
  padding: 12.5rem;
  background-attachment: fixed;
}
.list_join_three .text {
  font-size: 2.125rem;
  line-height: 3.125rem;
  margin-top: 0.9375rem;
  color: #FFFFFF;
}
.recruit_three ul li:nth-child(1) {
  border-top: 1px solid #DDDDDD;
}
.recruit_three ul li .clearfix {
  line-height: 4.375rem;
  border-bottom: 1px solid #DDDDDD;
  font-size: 1rem;
  color: #000000;
  padding: 0 4.375rem;
  cursor: pointer;
}
.recruit_three ul li > .clearfix > div {
  float: left;
  width: 20%;
  text-align: center;
  color: #686868;
  font-size: 1rem;
}
.recruit_three ul li > .clearfix > div:nth-child(1) {
  width: 40%;
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.recruit_three ul li .content .clearfix {
  padding: 1.5625rem 0;
}
.recruit_three ul li .content .clearfix > div {
  float: left;
  width: 20%;
  text-align: left;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}
.recruit_three ul li .content {
  padding: 0 3.5rem;
  display: none;
}
.recruit_three ul li .content .text {
  margin: 1.5625rem 0 2.8125rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}
.recruit_three ul li .content .more {
  margin-bottom: 2.5rem;
}
.recruit_three ul li .iconfont {
  font-size: 0.875rem;
  margin-left: 0.25rem;
}
.recruit_three ul li .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #494949;
}
.recruit_three ul li.active > .clearfix {
  background-color: #2096d5;
}
.recruit_three ul li.active > .clearfix > div {
  color: #fff;
}
.recruit_three ul li.active .content {
  display: block;
}
.recruit_three .font18 {
  color: #2096d5;
  font-weight: 600;
}
.list_about .left {
  width: 53%;
  padding-right: 3.75rem;
  color: #686868;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
}
.list_about .right {
  width: 47%;
  padding-left: 5.9375rem;
  position: relative;
}
.list_about .right .hover {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #2096d5;
  padding: 2.75rem 1.25rem 2.75rem 5.9375rem;
  writing-mode: vertical-lr;
}
.list_about .right .hover div:nth-child(2) {
  font-size: 2.75rem;
  line-height: 3.75rem;
  color: #FFFFFF;
  width: 100%;
}
.list_about .right .hover div:nth-child(1) {
  position: absolute;
  bottom: 2.75rem;
  left: 1.5rem;
}
.list_about .right .hover p {
  font-size: 1rem;
  line-height: 2rem;
  color: #FFFFFF;
  height: 100%;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.list_about .right .hover p:nth-child(2) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.list_about_two {
  background: url(../img/22.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.list_about_two .swiper-slide {
  padding: 0 0.875rem;
}
.list_about_two .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 80%;
  background: rgba(255, 255, 255, 0.3);
}
.list_about_two .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0.9375rem;
  background: rgba(255, 255, 255, 0.3);
}
.list_about_two .swiper-slide:first-child > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0.9375rem;
  background: rgba(255, 255, 255, 0.3);
}
.list_about_two .swiper-slide:first-child > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 80%;
  background: rgba(255, 255, 255, 0.3);
}
.list_about_two .year {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-top: 1.875rem;
  padding-bottom: 1.25rem;
}
.list_about_two .swiper-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.61);
  padding: 0 0.3125rem;
}
.list_about_two .text {
  line-height: 1.5rem;
  height: 7.5rem;
  color: #fff;
  font-size: 1rem;
  text-align: justify;
  margin-top: 1.25rem;
  text-indent: 2em;
}
.list_about_two .left {
  width: 17.5rem;
}
.list_about_two .swiper-pagination {
  display: none;
}
.list_about_two .xian {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  bottom: 0%;
}
.list_about_two .swiper-button-white {
  background-size: 1.375rem 1.375rem;
  margin-top: 0;
  transform: translateY(-50%);
}
.list_about_two .swiper-button-next {
  right: -3.125rem;
}
.list_about_two .swiper-button-prev {
  left: -3.125rem;
}
.list_about_three .swiper-button-next,
.list_about_five .swiper-button-next,
.list_about_three .swiper-button-prev,
.list_about_five .swiper-button-prev {
  background-image: none;
  width: 3.4375rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  text-align: center;
  border: 1px solid #686868;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_three .swiper-button-next .iconfont,
.list_about_five .swiper-button-next .iconfont,
.list_about_three .swiper-button-prev .iconfont,
.list_about_five .swiper-button-prev .iconfont {
  font-size: 1.375rem;
  color: #686868;
  display: block;
}
.list_about_three .swiper-button-next:hover,
.list_about_five .swiper-button-next:hover,
.list_about_three .swiper-button-prev:hover,
.list_about_five .swiper-button-prev:hover {
  background: #2096d5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-color: #2096d5;
}
.list_about_three .swiper-button-next:hover .iconfont,
.list_about_five .swiper-button-next:hover .iconfont,
.list_about_three .swiper-button-prev:hover .iconfont,
.list_about_five .swiper-button-prev:hover .iconfont {
  color: #fff;
}
.list_about_three {
  padding-top: 5.625rem;
}
.list_about_three .swiper-slide {
  height: auto;
  padding: 0.625rem;
}
.list_about_three .swiper-slide > div {
  height: 100%;
  box-shadow: 0 0 1rem #e6e6e6;
  border: none;
}
.list_about_three .honor_squera .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  text-align: center;
  padding-bottom: 0.625rem;
}
.fancybox__container {
  z-index: 9999 !important;
}
.list_about_four .clearfix {
  height: 39.25rem;
  overflow: hidden;
}
.list_about_four .left {
  height: 100%;
  width: 30%;
}
.list_about_four .left .swiper-slide {
  padding: 0 4.6875rem 0 2rem;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000000;
  border-bottom: 1px solid rgba(96, 96, 96, 0.1);
  cursor: pointer;
}
.list_about_four .left .swiper-container {
  height: 100%;
}
.list_about_four .left .swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  background: #2096d5;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .left .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.375rem;
  width: 1px;
  height: 100%;
  background: #2096d5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .right {
  height: 100%;
  width: 70%;
}
.list_about_four .right .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}
.list_about_four .right .icon .iconfont {
  font-size: 4rem;
  filter: drop-shadow(0 0 10px #ddd);
  color: #fff;
}
.list_about_four .right div {
  height: 100%;
}
.list_about_four .right img {
  height: 100%;
  object-fit: cover;
}
.list_about_five .swiper-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0.625rem;
}
.list_about_five .swiper-container .swiper-container {
  padding-bottom: 3.75rem;
}
.list_about_five .swiper-container .swiper-slide {
  width: 24.125rem;
  height: 31.8125rem;
  background: #fff;
  border: 1px solid #d3d3d3;
  box-shadow: 0 0 0.625rem #ddd;
  z-index: 0;
}
.list_about_five .swiper-container .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(3570.02% 50% 0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, 3570.02% 50%, 3670.02% 50%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#000000' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0.5;
  filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(opacity=50) progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#000000', GradientType=1);
  z-index: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_five .swiper-container .swiper-slide-active::before {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_five .swiper-container .swiper-slide img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_about_six .left > .text {
  line-height: 1.875rem;
  color: #686868;
  text-align: justify;
}
.list_about_six .left ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
.list_about_six .left ul .icon img {
  height: 3.875rem;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_six .left ul .text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #2096D5;
  margin-top: 1.125rem;
}
.list_about_six .left ul li {
  width: 50%;
  padding: 1.875rem 0 2.8125rem;
}
.list_about_six .left ul li:nth-child(1),
.list_about_six .left ul li:nth-child(2) {
  border-bottom: 1px solid rgba(96, 96, 96, 0.1);
}
.list_about_six .left ul li:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_six .left ul li:nth-child(1),
.list_about_six .left ul li:nth-child(3) {
  border-right: 1px solid rgba(96, 96, 96, 0.1);
}
.list_hyzk .ul {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}
.list_hyzk .ul li {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 0 1.5625rem;
  margin-bottom: 2.25rem;
}
.list_hyzk .ul li > div {
  box-shadow: 0 0 1rem #ddd;
  padding: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_hyzk .ul li > div .data {
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #606060;
  margin: 0.75rem 0 0.3125rem;
}
.list_hyzk .ul li > div .name {
  font-size: 1.375rem;
  height: 3.75rem;
  line-height: 1.875rem;
  color: #000000;
  margin-bottom: 1.25rem;
}
.list_hyzk .ul li .left {
  width: 26%;
}
.list_hyzk .ul li .right {
  width: 74%;
  padding-left: 1.875rem;
}
.list_hyzk .ul li .more:before {
  background: transparent;
}
.list_hyzk .ul li .more:hover span::before,
.list_hyzk .ul li .more:hover span::after,
.list_hyzk .ul li .more:hover span::before,
.list_hyzk .ul li .more:hover span::after {
  background: url(../img/26.png) no-repeat !important;
  background-size: contain !important;
}
.list_hyzk .ul li:hover {
  transform: translateY(-10px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_hyzk .ul li:hover .name {
  color: #2096d5;
}
.list_hyzk .ul li:hover > div {
  box-shadow: 0 0 1rem rgba(33, 151, 214, 0.199);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_hyzk .ul li:hover .more {
  border-color: #2096d5;
  color: #2096d5;
}
.list_hyzk .ul li:hover .more span::before,
.list_hyzk .ul li:hover .more span::after,
.list_hyzk .ul li:hover .more span::before,
.list_hyzk .ul li:hover .more span::after {
  background: url(../img/26.png) no-repeat !important;
  background-size: contain !important;
}
.list_team .left {
  width: 22%;
}
.list_team .right {
  width: 78%;
  padding-left: 3.25rem;
  padding-top: 1.875rem;
}
.list_team .right .name {
  font-size: 1.375rem;
  letter-spacing: 0.4125rem;
  color: #000000;
  font-weight: 600;
}
.list_team .right .text {
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 0.625rem;
  color: #686868;
}
.list_team .ul li {
  padding: 1.25rem;
  margin-bottom: 2.5rem;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_team .ul li:hover {
  box-shadow: 0 0 0.625rem rgba(32, 150, 213, 0.226);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_team .ul li:hover img {
  transform: scale(1.05);
}
.list_team .ul li:hover .name {
  color: #2096d5;
}
.list_team .text1 {
  display: none;
}
.pop_up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}
.pop_up > .content {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 61.125rem;
  padding: 3.125rem;
}
.pop_up .name {
  font-size: 1.375rem;
  letter-spacing: 0.4125rem;
  color: #000000;
  font-weight: 600;
}
.pop_up .text {
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 0.625rem;
  color: #686868;
}
.pop_up .right {
  padding-left: 2.25rem;
}
.pop_up .right .text {
  height: 20.625rem;
  overflow-y: scroll;
}
.pop_up .right .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #ffffff;
  width: 4px;
  height: 164px;
  position: absolute;
}
.pop_up .right .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.pop_up .right .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #2096d5;
}
.pop_up .close {
  position: absolute;
  top: 1.5625rem;
  right: 1.5625rem;
  width: 2.6875rem;
  height: 2.6875rem;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  opacity: 1;
  background: #2096d5;
  line-height: 2.6875rem;
  font-weight: normal;
}
.pop_up .close .iconfont {
  font-size: 1rem;
  display: block;
  color: #fff;
}
.p_top {
  top: -6.25rem;
  position: absolute;
}
.list_product .left {
  width: 67%;
}
.list_product .clearfix > img {
  position: absolute;
  bottom: -1.25rem;
  right: 0;
  width: 19.6875rem;
}
.list_product .right {
  width: 40%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #2096d5;
  padding: 3.125rem 3.125rem 5.5rem;
}
.list_product .right .text {
  line-height: 1.875rem;
  color: #FFFFFF;
}
.list_product .right .more {
  margin-top: 1.875rem;
  border-color: #fff;
  color: #fff;
}
.list_product .right .more span::before,
.list_product .right .more span::after {
  background: url(../img/13.png) no-repeat !important;
}
.list_product .right .more::before {
  background: #fff;
}
.list_product .right .more:hover {
  color: #2096d5;
}
.list_product .right .more:hover span::before,
.list_product .right .more:hover span::after {
  background: url(../img/26.png) no-repeat !important;
  background-size: contain;
}
.about_case {
  padding-top: 6.25rem;
}
.about_case .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_case .flex .fr {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.about_case .flex .fr a {
  color: #2096d5;
}
.about_case .swiper-slide .name {
  font-size: 2.125rem;
  line-height: 2.8125rem;
  letter-spacing: 2px;
  color: #000000;
  padding-top: 1.5625rem;
}
.about_case .swiper-slide .text {
  line-height: 1.875rem;
  color: #686868;
  margin: 0.8125rem 0 2.1875rem;
  height: 9.375rem;
}
.about_case .swiper-button-next,
.about_case .swiper-button-prev {
  background: none;
  margin-top: 0;
  top: auto;
  bottom: 1.875rem;
  height: auto;
  line-height: 3.125rem;
}
.about_case .swiper-button-next .iconfont,
.about_case .swiper-button-prev .iconfont {
  font-size: 1.25rem;
  display: block;
  color: #686868;
}
.about_case .swiper-button-next {
  right: 0;
}
.about_case .swiper-button-prev {
  right: 7.5rem;
  left: auto;
}
.about_case .swiper-pagination {
  right: 1.5rem;
  width: 6.25rem;
  left: auto;
  bottom: 1.875rem;
  line-height: 2.6rem;
}
.about_case .swiper-pagination-current {
  font-size: 1.875rem;
  text-transform: uppercase;
  color: #2096D5;
}
.about_case .swiper-pagination-total {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #6B6B6B;
}
.about_parent {
  padding-top: 6.25rem;
}
.about_parent .img11 {
  position: absolute;
  top: 4.5rem;
  left: 0;
  width: 8.5625rem;
}
.about_parent .img22 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.375rem;
  width: 6.25rem;
  animation: fang 2s infinite;
}
.about_parent .swiper-pagination {
  display: none;
}
.about_parent .border {
  border-bottom: 1px solid rgba(96, 96, 96, 0.15);
  position: relative;
}
.about_parent .border::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  height: 1px;
  background: rgba(96, 96, 96, 0.15);
  width: 100%;
}
.about_parent .swiper-slide {
  text-align: center;
  padding: 1.25rem 0;
}
.about_parent .swiper-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 2.0625rem;
  background: rgba(96, 96, 96, 0.15);
}
.about_parent .swiper-slide:nth-child(1)::before,
.about_parent .swiper-slide:nth-child(6)::before {
  display: none;
}
.about_parent .swiper-slide img {
  height: 5.75rem;
}
.show_pro .clearfix.flex > img {
  position: absolute;
  top: 0;
  left: 0;
}
.show_pro .name {
  writing-mode: vertical-lr;
  font-size: 3.125rem;
  line-height: 4.5rem;
  letter-spacing: 0.7813rem;
  color: #000000;
  padding-left: 1.5625rem;
  margin-left: 1.5625rem;
  border-left: 1px solid #686868;
  text-orientation: upright;
}
.show_pro .text {
  writing-mode: vertical-rl;
  line-height: 1.875rem;
  color: #686868;
  height: 23.25rem;
  text-align: left;
  margin-left: 1.5625rem;
}
.show_pro .right {
  width: 70%;
}
.show_pro .right .iconfont {
  font-size: 5rem;
  color: #2096d5;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_pro .right .iconfont::before {
  background: #fff;
  border-radius: 50%;
}
.show_pro .right:hover img {
  transform: scale(1.1);
}
.show_pro .right:hover .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #2096d5;
}
.show_pro .left {
  width: 30%;
  padding-right: 4.375rem;
}
.show_pro .left .clearfix {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.show_pro .flex {
  display: flex;
  align-items: flex-end;
}
.show_qiehuan .clearfix.pr {
  background: url(//cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/tanxun0202/uploads/20230211/136cd3105590da0c16430243311f3bcb.png) no-repeat;
  background-size: contain;
}
.show_qiehuan.active {
  position: fixed;
  padding-top: calc(6.25rem + 20px);
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}
.show_qiehuan ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_qiehuan ul li {
  font-size: 1.375rem;
  color: #000000;
  line-height: 4.125rem;
  padding: 0 3.75rem;
  position: relative;
  cursor: pointer;
}
.show_qiehuan ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 1.25rem;
  background: rgba(104, 104, 104, 0.5);
}
.show_qiehuan ul li:last-child::before {
  display: none;
}
.show_qiehuan ul li div {
  position: relative;
}
.show_qiehuan ul li div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #2096d5;
}
.show_qiehuan ul li:hover,
.show_qiehuan ul li.active {
  color: #2096d5;
}
.show_qiehuan ul li:hover div::before,
.show_qiehuan ul li.active div::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.content_box {
  padding-bottom: 6.875rem;
}
.content_box > div {
  padding-top: 3.4375rem;
}
.content_box .name1,
.content_box .text {
  padding-left: 1.625rem;
}
.content_box .pro_detail li {
  margin-bottom: 1.875rem;
}
.content_box .pro_detail .row > div > div {
  box-shadow: 0 0 1rem rgba(221, 221, 221, 0.596);
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #2096D5;
  padding: 2.5rem 0;
  text-align: center;
}
.content_box .pro_detail .name1 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #000000;
  margin-bottom: 0.3125rem;
  font-weight: 600;
  position: relative;
}
.content_box .pro_detail .name1::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #2096d5;
}
.content_box .pro_detail .text {
  line-height: 1.875rem;
  color: #686868;
}
.content_box .swiper-slide {
  padding-bottom: 0;
}
.content_box .swiper-slide .name::before,
.content_box .swiper-slide .name::after {
  display: none;
}
.content_box .case_quera::before,
.content_box .case_quera::after {
  display: none;
}
.about_pro.show_case_two {
  padding: 5rem 0 5.625rem;
}
.about_pro.show_case_two .nytitle {
  border-bottom: none;
}
.contain_left.pro_cooperation .container {
  padding-left: 0;
}
.pro_cooperation {
  padding-bottom: 7.5rem;
}
.pro_cooperation form .xinghao {
  color: #ff0000;
  position: absolute;
  top: 7px;
  left: 0.75rem;
}
.pro_cooperation .flex1 {
  display: flex;
}
.pro_cooperation .flex1 .left {
  width: 27%;
  padding: 4.0625rem 0;
}
.pro_cooperation .flex1 .center {
  width: 19.5%;
  height: auto;
  background: #2096d5;
  padding: 4.0625rem 2.5rem;
}
.pro_cooperation .flex1 .center .name {
  writing-mode: vertical-lr;
  font-size: 3.125rem;
  line-height: 4.5rem;
  letter-spacing: 0.7813rem;
  color: #fff;
  padding-left: 1.25rem;
  margin-left: 1.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.pro_cooperation .flex1 .center .text {
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-top: 5rem;
  writing-mode: vertical-rl;
  height: 18.75rem;
  text-align: left;
}
.pro_cooperation .flex1 .center .flex {
  justify-content: flex-end;
  align-items: flex-start;
}
.pro_cooperation .flex1 .center .flex > img {
  position: absolute;
  bottom: 3.5rem;
  right: 2.1875rem;
}
.pro_cooperation .flex1 .right {
  width: 53.5%;
  display: flex;
  align-items: center;
  padding-left: 4.6875rem;
}
.pro_cooperation .flex1 .right input {
  width: 100%;
  line-height: 3.1875rem;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  color: #686868;
  border: 1px solid rgba(96, 96, 96, 0.3);
  background: transparent;
}
.pro_cooperation .flex1 .right textarea {
  color: #686868;
  border: 1px solid rgba(96, 96, 96, 0.3);
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  width: 100%;
  display: block;
  line-height: 1.875rem;
  height: 9.1875rem;
  background: transparent;
}
.pro_cooperation .flex1 .right .contact2 > div {
  margin-bottom: 1.5625rem;
}
.pro_cooperation .flex1 .right .contact2 > div:last-child {
  margin-bottom: 0;
}
.pro_cooperation .flex1 .right .contact2 button {
  color: #fff;
}
.pro_cooperation .flex1 .right .contact2 button:nth-child(1) {
  border-color: #2096d5;
  margin-right: 1.25rem;
}
.pro_cooperation .flex1 .right .contact2 button:last-child {
  background: #000;
}
.pro_cooperation .container {
  z-index: 2;
}
.pro_cooperation .container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 67%;
  height: 100%;
  background: #f2f2f2;
  z-index: -1;
}
.show_pro .clearfix.flex > img {
  width: 19.6875rem;
}
.show_pro_bwg .show_qiehuan.active li {
  color: #000 !important;
}
.bg_bwg .nytitle,
.show_pro_bwg .nytitle {
  background-image: linear-gradient(to top, #56f0ff, #fff);
  /* 线性渐变背景，方向向上 */
  -webkit-background-clip: text;
  /* 背景被裁剪成文字的前景色 */
  -webkit-text-fill-color: transparent;
  /* 文字填充颜色变透明 */
  display: flex;
  align-items: flex-end;
}
.bg_bwg .nyerji,
.show_pro_bwg .nyerji {
  background: transparent;
  border-bottom: 1px solid rgba(33, 70, 150, 0.3);
}
.bg_bwg .nyerji span::before,
.show_pro_bwg .nyerji span::before,
.bg_bwg .nyerji span::after,
.show_pro_bwg .nyerji span::after {
  display: none;
}
.bg_bwg .nyerji li.active,
.show_pro_bwg .nyerji li.active {
  background: url(../img/30_1.png) no-repeat;
  background-size: cover;
}
.bg_bwg .nyerji li.active a,
.show_pro_bwg .nyerji li.active a {
  color: #fff;
}
.bg_bwg .nyerji li a,
.show_pro_bwg .nyerji li a {
  color: #9AAFC6;
}
.bg_bwg .bread .text,
.show_pro_bwg .bread .text {
  color: #9AAFC6;
}
.bg_bwg .bread a,
.show_pro_bwg .bread a {
  color: #9AAFC6;
}
.bg_bwg .nytitle,
.show_pro_bwg .nytitle {
  background-image: linear-gradient(to top, #56f0ff, #fff);
  /* 线性渐变背景，方向向上 */
  -webkit-background-clip: text;
  /* 背景被裁剪成文字的前景色 */
  -webkit-text-fill-color: transparent;
  /* 文字填充颜色变透明 */
  display: flex;
  align-items: flex-end;
}
.bg_bwg .about_case,
.show_pro_bwg .about_case {
  background: transparent;
  padding-bottom: 0;
}
.bg_bwg .about_case .swiper-button-prev,
.show_pro_bwg .about_case .swiper-button-prev {
  border: 1px solid !important;
  border-image: linear-gradient(to right, #04d4fe, #4e39dd) 1 !important;
  right: calc(50% - 3.4375rem - 2.8125rem);
}
.bg_bwg .about_case .swiper-pagination,
.show_pro_bwg .about_case .swiper-pagination {
  width: 6.25rem;
  right: calc(50% - 6.4375rem - 2.8125rem - 3.4375rem);
  bottom: 6.75rem;
  color: #fff;
}
.bg_bwg .about_case .swiper-pagination-total,
.show_pro_bwg .about_case .swiper-pagination-total {
  color: #fff;
}
.bg_bwg .about_case .swiper-button-next,
.show_pro_bwg .about_case .swiper-button-next {
  border: 1px solid !important;
  border-image: linear-gradient(to left, #04d4fe, #4e39dd) 1 !important;
  right: calc(50% - 10rem - 3.4375rem - 2.8125rem);
}
.bg_bwg .about_case .swiper-button-next,
.show_pro_bwg .about_case .swiper-button-next,
.bg_bwg .about_case .swiper-button-prev,
.show_pro_bwg .about_case .swiper-button-prev {
  bottom: 5rem;
  opacity: 1;
  width: 3.4375rem;
  height: 3.4375rem;
  border: 1px solid #686868;
  line-height: 3.3125rem;
  text-align: center;
  transform: translateY(-50%);
  margin-top: 0;
  background-image: none;
  z-index: 999;
}
.bg_bwg .about_case .swiper-button-next .iconfont,
.show_pro_bwg .about_case .swiper-button-next .iconfont,
.bg_bwg .about_case .swiper-button-prev .iconfont,
.show_pro_bwg .about_case .swiper-button-prev .iconfont {
  background-image: linear-gradient(to top, #4f38dc, #04d5fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg_bwg .about_case .name,
.show_pro_bwg .about_case .name {
  color: #fff;
}
.bg_bwg .about_case .text,
.show_pro_bwg .about_case .text {
  color: #fff;
}
.bg_bwg .about_case .right,
.show_pro_bwg .about_case .right {
  padding: 0 3.75rem 0 2.8125rem;
}
.bg_bwg .about_case .right .more,
.show_pro_bwg .about_case .right .more {
  border: none;
  width: auto;
  text-align: left;
  color: #2096d5;
}
.bg_bwg .about_case .right .more span,
.show_pro_bwg .about_case .right .more span {
  display: none;
}
.bg_bwg .about_case .right .more::before,
.show_pro_bwg .about_case .right .more::before {
  display: none;
}
.bg_bwg .about_case .swiper-container,
.show_pro_bwg .about_case .swiper-container {
  border: 1px solid;
  border-image: linear-gradient(to right, rgba(255, 255, 255, 0), #01e5ea) 1;
  padding: 3.75rem 0;
}
.bg_bwg .about_case .swiper-container::before,
.show_pro_bwg .about_case .swiper-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/33.png) no-repeat;
  background-size: cover;
}
.bg_bwg .list_product,
.list_sesz .list_product {
  position: static;
  transform: translateY(0);
}
.bg_bwg .list_product .left,
.list_sesz .list_product .left {
  width: 53%;
}
.bg_bwg .list_product .text,
.list_sesz .list_product .text {
  margin-top: 1rem;
}
.bg_bwg .list_product .right,
.list_sesz .list_product .right {
  width: 47%;
  padding: 0 0 0 4.25rem;
  background: transparent;
  position: static;
  transform: translateY(0);
}
.bg_bwg .list_product .right .more,
.list_sesz .list_product .right .more {
  margin-top: 3.125rem;
}
.bg_bwg {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/tanxun0202/uploads/20230213/afdaf29b2ff4ca4bbcb1436f6b928046.jpg) no-repeat !important;
  background-size: cover !important;
}
.bg_bwg .about_parent .border {
  border: none !important;
}
.bg_bwg .about_parent {
  padding-top: 3.25rem;
}
.bg_bwg .show_case_two {
  padding-bottom: 0;
}
.bg_bwg .show_case_two .mb40:hover img {
  transform: scale(1.1);
}
.bg_bwg .show_case_two .mb40:hover .name {
  background: #2096d5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.bg_bwg .show_case_two .mb40 .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 4.375rem;
  padding: 0 1.25rem;
  font-size: 1.5rem;
  color: #FCFCFC;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
.show_pro_bwg .show_pro .text,
.show_pro_sesz .show_pro .text {
  margin-left: 0;
  color: #fff;
  writing-mode: initial;
  height: auto;
  margin-top: 1rem;
}
.show_pro_bwg .show_pro .left .clearfix,
.show_pro_sesz .show_pro .left .clearfix {
  display: block;
}
.show_pro_bwg .show_pro .flex,
.show_pro_sesz .show_pro .flex {
  align-items: flex-start;
}
.show_pro_bwg .show_pro .right,
.show_pro_sesz .show_pro .right {
  width: 67%;
  border: 1px solid #00ffff;
  padding: 0.9375rem;
}
.show_pro_bwg .show_pro .left,
.show_pro_sesz .show_pro .left {
  width: 33%;
}
.show_pro_bwg {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/tanxun0202/uploads/20230211/d89df06f6e00e2c7f1d26585b4ed588b.png) no-repeat !important;
  background-size: cover !important;
}
.show_pro_bwg .show_pro .text {
  margin-left: 0;
  color: #fff;
  writing-mode: initial;
  height: auto;
  margin-top: 1rem;
}
.show_pro_bwg .show_pro .left .clearfix {
  display: block;
}
.show_pro_bwg .show_pro .flex {
  align-items: flex-start;
}
.show_pro_bwg .show_pro .right {
  width: 67%;
  border: 1px solid #00ffff;
  padding: 0.9375rem;
}
.show_pro_bwg .show_pro .left {
  width: 33%;
}
.show_pro_bwg .show_qiehuan .clearfix.pr {
  border: 1px solid #1a4692;
  background: transparent;
}
.show_pro_bwg .show_qiehuan .clearfix.pr ul li {
  color: #fff;
}
.show_pro_bwg .show_qiehuan .clearfix.pr ul li:hover {
  color: #39edff;
}
.show_pro_bwg .show_qiehuan ul li:hover div::before {
  background: #39edff;
}
.show_pro_bwg .content_box .nytitle {
  font-size: 2.125rem;
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: #fff;
}
.show_pro_bwg .content_box .pro_detail .name1,
.show_pro_bwg .content_box .pro_detail .text {
  color: #fff;
}
.show_pro_bwg .content_box .name1::before {
  border: none;
  background: #39edff;
}
.show_pro_bwg .content_box .pro_detail .row > div > div {
  box-shadow: none;
  border: 1px solid #1a4692;
  color: #fff;
}
.show_pro_bwg .case_quera {
  border: 1px solid;
  border-image: linear-gradient(to right, #4f38dc, #04d5fe) 1;
}
.show_pro_bwg .case_quera .name {
  color: #fff;
}
.show_pro_bwg .pro_show_swiper .swiper-button-prev,
.show_pro_bwg .pro_show_swiper .swiper-button-next {
  border: 1px solid;
  border-image: linear-gradient(to right, #4f38dc, #04d5fe) 1;
}
.show_pro_bwg .pro_show_swiper .swiper-button-prev .iconfont,
.show_pro_bwg .pro_show_swiper .swiper-button-next .iconfont {
  background-image: linear-gradient(to top, #4f38dc, #04d5fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.show_pro_bwg .pro_show_swiper .swiper-button-prev:hover .iconfont,
.show_pro_bwg .pro_show_swiper .swiper-button-next:hover .iconfont {
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}
.show_pro_bwg .show_case_two {
  background: #122b68;
}
.show_pro_bwg .show_case_two .pro_squera {
  background: transparent;
  box-shadow: none;
  border: 1px solid #00ffff;
  padding: 2.8125rem 1.25rem 1.25rem;
}
.show_pro_bwg .show_case_two .pro_squera > .ta {
  padding: 0;
}
.show_pro_bwg .show_case_two .pro_squera > .ta .text {
  color: #fff;
  margin-top: 0.625rem;
}
.show_pro_bwg .show_case_two .pro_squera > .ta .img {
  margin-top: 1.5625rem;
}
.show_pro_bwg .show_case_two .pro_squera > .ta .name {
  color: #fff !important;
}
.show_pro_bwg .show_case_two .pro_squera > .ta .name::after {
  background: url(../img/34.png);
}
.show_pro_bwg .show_case_two .pro_squera > .ta .name::before {
  background: url(../img/35.png);
}
.show_pro_bwg .pro_cooperation {
  padding-top: 5.625rem;
}
.show_pro_bwg .pro_cooperation .left {
  display: none;
}
.show_pro_bwg .pro_cooperation .center {
  float: none;
  width: 100%;
}
.show_pro_bwg .pro_cooperation .right {
  float: none;
  padding-left: 0;
  width: 100%;
  margin-top: 1.5625rem;
}
.show_pro_bwg .pro_cooperation .right input,
.show_pro_bwg .pro_cooperation .right textarea {
  border: 1px solid #00ffff;
  color: #fff;
}
.show_pro_bwg .pro_cooperation .right input::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: #fff;
}
.show_pro_bwg .pro_cooperation .right input:-moz-placeholder {
  /* Firefox版本4-18 */
  color: #fff;
}
.show_pro_bwg .pro_cooperation .right input::-moz-placeholder {
  /* Firefox版本19+ */
  color: #fff;
}
.show_pro_bwg .pro_cooperation .right input:-ms-input-placeholder {
  /* IE浏览器 */
  color: #fff;
}
.show_pro_bwg .pro_cooperation .right textarea::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: #fff;
}
.show_pro_bwg .pro_cooperation .right textarea:-moz-placeholder {
  /* Firefox版本4-18 */
  color: #fff;
}
.show_pro_bwg .pro_cooperation .right textarea::-moz-placeholder {
  /* Firefox版本19+ */
  color: #fff;
}
.show_pro_bwg .pro_cooperation .right textarea:-ms-input-placeholder {
  /* IE浏览器 */
  color: #fff;
}
.show_pro_bwg .pro_cooperation .right button:last-child {
  background: #373737 !important;
  border-color: #373737 !important;
}
.show_pro_bwg .pro_cooperation .flex1 {
  display: block;
}
.show_pro_bwg .pro_cooperation .text {
  color: #fff;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-top: 1rem;
}
.show_pro_bwg .pro_cooperation .container::before {
  display: none;
}
.show_pro_sesz {
  color: rgba(189, 189, 189, 0.8);
}
.show_pro_sesz .show_pro .right {
  border: none;
  padding: 0;
}
.show_pro_sesz .show_pro .text {
  color: #686868;
}
.show_pro_sesz .show_qiehuan .clearfix.pr {
  background: transparent;
}
.show_pro_sesz .show_qiehuan ul li::before {
  display: none;
}
.show_pro_sesz .show_qiehuan ul li {
  padding: 0 3.4375rem !important;
  margin: 0 1.4375rem;
  border-radius: 0.9375rem 0.9375rem 0px 0px;
  -moz-border-radius: 0.9375rem 0.9375rem 0px 0px;
  -webkit-border-radius: 0.9375rem 0.9375rem 0px 0px;
  color: #fff;
}
.show_pro_sesz .show_qiehuan ul li:nth-child(1) {
  background: #ed793d;
}
.show_pro_sesz .show_qiehuan ul li:nth-child(2) {
  background: #95c447;
}
.show_pro_sesz .show_qiehuan ul li:nth-child(3) {
  background: #2096d5;
}
.show_pro_sesz .content_box {
  border-style: Solid;
  border-color: #ED793D;
  border-color: #ed793d;
  border-width: 0.125rem;
  border-radius: 1.875rem;
  -moz-border-radius: 1.875rem;
  -webkit-border-radius: 1.875rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 5rem;
  margin-bottom: 6.25rem;
}
.show_pro_sesz .content_box .nytitle {
  font-size: 2.125rem;
}
.show_pro_sesz .content_box .name1::before {
  display: none;
}
.show_pro_sesz .content_box .name1,
.show_pro_sesz .content_box .text {
  padding-left: 0;
}
.show_pro_sesz .pro_detail_swiper .swiper-container,
.show_pro_sesz .pro_show_swiper .swiper-container,
.show_pro_sesz .about_case_sesz .swiper-container {
  padding-bottom: 3.125rem;
}
.show_pro_sesz .pro_detail_swiper .swiper-container .swiper-pagination,
.show_pro_sesz .pro_show_swiper .swiper-container .swiper-pagination,
.show_pro_sesz .about_case_sesz .swiper-container .swiper-pagination {
  bottom: 0;
}
.show_pro_sesz .pro_detail_swiper .swiper-container .swiper-pagination-bullet,
.show_pro_sesz .pro_show_swiper .swiper-container .swiper-pagination-bullet,
.show_pro_sesz .about_case_sesz .swiper-container .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background: #aaaaaa;
  opacity: 1;
}
.show_pro_sesz .pro_detail_swiper .swiper-container .swiper-pagination-bullet-active,
.show_pro_sesz .pro_show_swiper .swiper-container .swiper-pagination-bullet-active,
.show_pro_sesz .about_case_sesz .swiper-container .swiper-pagination-bullet-active {
  background: #2096d5;
}
.show_pro_sesz .show_qiehuan ul li div::before {
  display: none;
}
.show_pro_sesz .show_qiehuan ul {
  display: flex;
  align-items: flex-end;
}
.show_pro_sesz .show_qiehuan ul li {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_pro_sesz .show_qiehuan ul li:hover,
.show_pro_sesz .show_qiehuan ul li.active {
  padding: 0.625rem 3.4375rem !important;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_pro_sesz .pro_cooperation .container::before {
  display: none;
}
.show_pro_sesz .pro_cooperation .flex1 {
  display: block;
  background: #e5f1cf;
  border-radius: 1.875rem;
  padding: 2.5rem;
}
.show_pro_sesz .pro_cooperation .flex1 > div {
  padding: 1.75rem;
  background: #fff;
}
.show_pro_sesz .pro_cooperation .flex1 > div > img {
  position: absolute;
  top: 0;
  right: 0;
}
.show_pro_sesz .pro_cooperation .flex1 .right {
  padding-left: 0;
  width: 100%;
}
.show_pro_sesz .pro_cooperation .flex1 .top {
  margin-bottom: 2.1875rem;
  background: url(../img/40.png) no-repeat;
  background-size: cover;
  padding: 6.3125rem 0;
}
.show_pro_sesz .pro_cooperation .flex1 .top .text {
  width: 40%;
  margin: 0.625rem auto 0;
}
.show_pro_sesz .show_case_two {
  background: #f1f5f8;
}
.phone_show {
  display: none;
}
.show_pro_sesz .nyerji,
.list_sesz .nyerji {
  background: transparent;
  border-bottom: 1px solid #d3d3d3;
}
.show_pro_sesz .nyerji ul li span,
.list_sesz .nyerji ul li span {
  display: none;
}
.show_pro_sesz .nyerji ul li.active a,
.list_sesz .nyerji ul li.active a,
.show_pro_sesz .nyerji ul li:hover a,
.list_sesz .nyerji ul li:hover a {
  color: #95c447;
}
.show_pro_sesz .nyerji ul li.active::before,
.list_sesz .nyerji ul li.active::before,
.show_pro_sesz .nyerji ul li:hover::before,
.list_sesz .nyerji ul li:hover::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_pro_sesz .nyerji ul li::before,
.list_sesz .nyerji ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.875rem;
  background: url(../img/43.png) no-repeat;
  width: 1.6875rem;
  background-size: contain;
  height: 1rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_pro_sesz .list_pro_sesz_two,
.list_sesz .list_pro_sesz_two {
  padding-top: 6.25rem;
}
.show_pro_sesz .about_case_sesz,
.list_sesz .about_case_sesz {
  padding-top: 6.875rem;
}
.show_pro_sesz .about_case_sesz .swiper-slide,
.list_sesz .about_case_sesz .swiper-slide {
  border: 1px solid #ec6d45;
  border-radius: 1.875rem;
  padding: 2.6875rem 3.125rem;
}
.show_pro_sesz .about_case_sesz .swiper-slide .img,
.list_sesz .about_case_sesz .swiper-slide .img {
  margin: 0 auto;
}
.show_pro_sesz .about_case_sesz .swiper-slide .img img,
.list_sesz .about_case_sesz .swiper-slide .img img {
  width: 18.75rem;
  object-fit: cover;
  height: 18.75rem;
  border-radius: 50%;
}
.show_pro_sesz .about_case_sesz .swiper-slide:nth-child(1),
.list_sesz .about_case_sesz .swiper-slide:nth-child(1) {
  border: 1px solid #ec6d45;
}
.show_pro_sesz .about_case_sesz .swiper-slide:nth-child(2),
.list_sesz .about_case_sesz .swiper-slide:nth-child(2) {
  border: 1px solid #f2984f;
}
.show_pro_sesz .about_case_sesz .swiper-slide:nth-child(3),
.list_sesz .about_case_sesz .swiper-slide:nth-child(3) {
  border: 1px solid #95c447;
}
.show_pro_sesz .about_case_sesz .swiper-slide .name,
.list_sesz .about_case_sesz .swiper-slide .name {
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #000000;
  padding-bottom: 1rem;
  position: relative;
  margin-top: 1.375rem;
  font-weight: 600;
}
.show_pro_sesz .about_case_sesz .swiper-slide .name::before,
.list_sesz .about_case_sesz .swiper-slide .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2.0625rem;
  height: 1px;
  background: #2096d5;
  left: 50%;
  transform: translateX(-50%);
}
.show_pro_sesz .about_case_sesz .swiper-slide .text,
.list_sesz .about_case_sesz .swiper-slide .text {
  line-height: 1.875rem;
  color: #686868;
  margin-top: 0.875rem;
}
.show_pro_sesz .about_case_sesz .swiper-container,
.list_sesz .about_case_sesz .swiper-container {
  padding-bottom: 3.125rem;
}
.show_pro_sesz .about_case_sesz .swiper-container .swiper-pagination,
.list_sesz .about_case_sesz .swiper-container .swiper-pagination {
  bottom: 0;
}
.show_pro_sesz .about_case_sesz .swiper-container .swiper-pagination-bullet,
.list_sesz .about_case_sesz .swiper-container .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background: #aaaaaa;
  opacity: 1;
}
.show_pro_sesz .about_case_sesz .swiper-container .swiper-pagination-bullet-active,
.list_sesz .about_case_sesz .swiper-container .swiper-pagination-bullet-active {
  background: #2096d5;
}
.list_sesz .show_case_two {
  padding-top: 14rem;
}
.list_sesz .show_case_two .p-top-day__triangle {
  position: relative;
}
.list_sesz .show_case_two .p-top-day__triangle::before,
.list_sesz .show_case_two .p-top-day__triangle::after {
  content: '';
  display: block;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  height: 12.75rem;
  background-size: 160rem 12.75rem;
}
.list_sesz .show_case_two .p-top-day__triangle::before {
  background-image: url(../img/50.png);
}
.list_sesz .show_case_two .p-top-day__triangle::after {
  background-image: url(../img/46.png);
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  transition: 1400ms 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
.list_sesz .show_case_two.active .p-top-day__triangle::after {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.list_sesz .about_case_sesz .right a {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #2096D5;
}
.list_sesz .about_case_sesz .swiper-slide {
  background: #fff;
}
.apng_tree .img22 {
  position: absolute;
  bottom: 3.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 37.5rem;
}
.list_sesz .list_product .text {
  color: #686868;
}
.list_sesz .list_product .right {
  padding: 0 4.25rem 0 0;
}
.list_sesz .list_product .left > img {
  position: absolute;
  bottom: -2.9375rem;
  left: -4.25rem;
}
.list_sesz .list_product .right .more {
  border-radius: 3.125rem;
  border-color: #ed793d;
  color: #ed793d;
}
.list_sesz .list_product .right .more::before {
  background: #ed793d;
  border-radius: 3.125rem;
}
.list_sesz .list_product .right .more:hover {
  color: #fff !important;
}
.list_sesz .show_case_two {
  position: relative;
}
.list_sesz .show_case_two .container {
  padding-bottom: 7.5rem;
  background: #f1f5f8;
}
.list_sesz .show_case_two::before {
  content: "";
  position: absolute;
  top: 27rem;
  left: 5rem;
  width: 6.25rem;
  height: 6.25rem;
  background: url(../img/45.png) no-repeat;
  background-size: contain;
  animation: fang 2s infinite;
}
.list_sesz .show_case_two::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  width: 13.25rem;
  height: 21.25rem;
  background: url(../img/48.png) no-repeat;
  background-size: contain;
}
@keyframes fang {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.show_pro_sesz .show_case_two .pro_squera,
.list_sesz .show_case_two .pro_squera {
  border-radius: 1.875rem;
  padding: 0;
}
.show_pro_sesz .show_case_two .pro_squera > div,
.list_sesz .show_case_two .pro_squera > div {
  padding: 2.8125rem 3.375rem;
}
.show_pro_sesz .show_case_two .pro_squera .name::before,
.list_sesz .show_case_two .pro_squera .name::before {
  background: transparent;
  display: none;
}
.show_pro_sesz .show_case_two .pro_squera .name,
.list_sesz .show_case_two .pro_squera .name {
  padding-bottom: 1rem;
  margin-bottom: 0.75rem;
  padding-left: 0;
  padding-right: 0;
}
.show_pro_sesz .show_case_two .pro_squera .name::after,
.list_sesz .show_case_two .pro_squera .name::after {
  width: 2.0625rem;
  height: 1px;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background: #2096d5;
}
.show_pro_sesz .show_case_two .pro_squera .img,
.list_sesz .show_case_two .pro_squera .img {
  margin: 0 0 1.5625rem;
}
.list_pro_sesz_two .text {
  width: 60%;
  margin: 1rem auto;
}
@media (max-width: 1600px) {
  .list_about_two .text {
    line-height: 1.5rem;
  }
  .index_four .swiper-button-next,
  .list_about_three .swiper-button-next,
  .list_about_five .swiper-button-next,
  .pro_detail_swiper .swiper-button-next,
  .pro_show_swiper .swiper-button-next {
    right: 5rem;
  }
  .index_four .swiper-button-prev,
  .list_about_three .swiper-button-prev,
  .list_about_five .swiper-button-prev,
  .pro_detail_swiper .swiper-button-prev,
  .pro_show_swiper .swiper-button-prev {
    left: 5rem;
  }
  .list_about_four .left .swiper-slide {
    font-size: 1.125rem;
  }
  .list_sesz .show_case_two::before {
    left: 2rem;
  }
  .list_sesz .show_case_two::after {
    width: 9.25rem;
  }
  footer .top .right {
    padding-left: 1.8125rem;
  }
}
@media (max-width: 1440px) {
  .list_hyzk .ul li > div .data {
    margin-top: 0;
  }
  .nyban .hover .text {
    font-size: 3.25rem;
  }
  .list_about_two .swiper-slide .hover {
    top: 4rem;
  }
  .list_about_two .year {
    font-size: 3rem;
    line-height: 3.5rem;
    padding-bottom: 1.25rem;
  }
  .index_four .swiper-button-next,
  .list_about_three .swiper-button-next,
  .list_about_five .swiper-button-next,
  .pro_detail_swiper .swiper-button-next,
  .pro_show_swiper .swiper-button-next {
    right: 3rem;
  }
  .index_four .swiper-button-prev,
  .list_about_three .swiper-button-prev,
  .list_about_five .swiper-button-prev,
  .pro_detail_swiper .swiper-button-prev,
  .pro_show_swiper .swiper-button-prev {
    left: 3rem;
  }
  .list_join .pr .right {
    padding: 3.1875rem 3.75rem 3.875rem 11.375rem;
  }
  .bg_bwg .about_case .swiper-slide .text {
    height: 6.375rem;
  }
  .show_qiehuan ul li {
    line-height: 3.8rem;
  }
  footer .top .left {
    margin-right: 2.6875rem;
  }
  .apng_tree .img22 {
    bottom: 2.6rem;
  }
}
@media (max-width: 1366px) {
  .pro_cooperation .flex1 .center {
    padding: 4.0625rem 1.5rem;
  }
  .pro_cooperation .flex1 .center .name {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
  .about_case .swiper-slide .text {
    height: 6.375rem;
  }
  .about_case .swiper-slide .name {
    padding-top: 0;
  }
}
@media (max-width: 1280px) {
  .list_about_six .left ul li {
    padding: 1.25rem 0 2rem;
  }
  .list_about .right {
    padding-left: 0;
  }
  .list_about .right .hover {
    left: -2rem;
    bottom: -2rem;
  }
  .list_about .left {
    line-height: 1.6rem;
  }
  footer .top .right img {
    width: 5.625rem;
  }
  footer .top .right {
    padding-left: 5px;
    text-align: center;
    padding-right: 0;
  }
  .list_about_six .left ul .icon img {
    height: 3.25rem;
  }
  .list_join .pr .right {
    padding: 2.1875rem 2.75rem 2.875rem 9.375rem;
  }
  .list_contact ul li .icon img {
    height: 4.9375rem;
  }
  .list_contact ul li .name {
    margin-top: 8px;
  }
  .list_product .right {
    padding: 2.125rem 2.125rem 2.5rem;
  }
  .show_pro_sesz .about_case_sesz .swiper-slide .img img,
  .list_sesz .about_case_sesz .swiper-slide .img img {
    width: 13.75rem;
    height: 13.75rem;
  }
  .bg_bwg .about_case .swiper-slide .text,
  .about_case .swiper-slide .text {
    height: 4rem;
  }
  .show_qiehuan ul li {
    line-height: 3.3rem;
  }
  .pro_cooperation .flex1 .center .flex > img {
    bottom: 0.5rem;
  }
}
@media (max-width: 990px) {
  .nyban .hover .text {
    font-size: 32px;
  }
  .pc_show {
    display: none;
  }
  .p_top {
    top: -60px;
  }
  .list_about_two .year {
    font-size: 28px;
    line-height: 34px;
  }
  .list_about_two .swiper-pagination {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .list_about_two .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    margin: 0 3px;
  }
  .list_about_two .swiper-pagination .swiper-pagination-bullet-active {
    background: #2096d5;
  }
  .list_about_two .mt40 > div {
    padding-bottom: 40px;
  }
  .nyban .hover {
    top: 50%;
  }
  .list_about .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .list_about .right {
    width: 100%;
  }
  .list_about .right .hover {
    display: none;
  }
  .list_about_two .swiper-slide .hover {
    top: 3rem;
  }
  .index_two .swiper-pagination {
    margin-left: 0;
  }
  .list_about .mt15 {
    margin-top: 15px;
  }
  .nytitle {
    font-size: 30px;
    line-height: 42px;
  }
  .list_about_three .swiper-container {
    padding-bottom: 35px;
  }
  .list_about_three .swiper-pagination {
    bottom: 0;
  }
  .list_about_three .swiper-pagination .swiper-pagination-bullet-active {
    background: #2096d5;
  }
  .list_about_four .left .swiper-slide {
    padding: 0 2.6875rem 0 2rem;
  }
  .list_about_four .clearfix {
    height: 28.1rem;
  }
  .list_about_six .right {
    display: none;
  }
  .list_team .right {
    padding-top: 10px;
  }
  .pop_up > .content {
    width: 94%;
  }
  .list_join .pr .left {
    width: 100%;
  }
  .list_join .pr .right {
    padding: 25px 0 0;
    position: static;
    transform: translateY(0);
    background: transparent;
    width: 100%;
  }
  .list_join .pr .right .text {
    color: #686868;
  }
  .list_join .pr .clearfix {
    padding-bottom: 0;
  }
  .pt50120 {
    padding-bottom: 5rem;
  }
  .nysubtitle {
    font-size: 1.25rem;
  }
  .list_join_two ul li > div .icon img,
  .list_join_two ul li > div .icon {
    height: 40px;
  }
  .list_join_two ul li > div {
    padding: 2rem 0.625rem 1.8rem;
  }
  .list_join_two ul li > div .text {
    font-size: 1.25rem;
  }
  .list_join_three .text {
    font-size: 1.6rem;
  }
  .list_join_three {
    padding: 7.5rem;
  }
  .recruit_three ul li .content .clearfix > div {
    width: 23%;
  }
  .recruit_three ul li .content .clearfix > div:nth-child(1) {
    width: 30%;
  }
  .recruit_three ul li .content {
    padding: 0 2rem;
  }
  .list_contact ul li .icon img {
    height: 3.25rem;
  }
  .list_contact ul li .pa {
    top: -1.5rem;
  }
  .list_contact ul li .name {
    margin-top: 8px;
    line-height: 26px;
  }
  .list_contact ul li .text {
    line-height: 24px;
    font-size: 12px;
  }
  .list_contact ul li .pr > img {
    height: 130px;
  }
  .list_contact ul li .text {
    padding: 0 2px;
  }
  .show_case .left {
    width: 100%;
  }
  .show_case .center {
    padding: 0;
    width: 100%;
    margin-top: 15px;
  }
  .show_case .clearfix {
    flex-wrap: wrap;
  }
  .show_case .swiper-button-next,
  .show_case .swiper-button-prev {
    display: none;
  }
  .show_case .swiper-pagination {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
  }
  .show_case .swiper-pagination .swiper-pagination-bullet-active {
    background: #2096d5;
  }
  .show_case .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .show_case .swiper-container {
    padding-bottom: 35px;
  }
  .list_product .right .more {
    margin-top: 0.875rem;
  }
  .list_product .right .text {
    line-height: 1.65rem;
  }
  .about_case .swiper-slide .text {
    height: 6.375rem;
  }
  .bg_bwg .about_case .swiper-button-next,
  .bg_bwg .about_case .swiper-button-prev,
  .show_pro_bwg .about_case .swiper-button-next,
  .show_pro_bwg .about_case .swiper-button-prev {
    bottom: 3rem;
  }
  .bg_bwg .about_case .swiper-pagination,
  .show_pro_bwg .about_case .swiper-pagination {
    bottom: 5rem;
  }
  .bg_bwg .about_case .swiper-slide .text,
  .show_pro_bwg .about_case .swiper-slide .text {
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .about_case .swiper-slide .name {
    padding-top: 0;
    letter-spacing: 0;
    font-size: 1.8rem;
  }
  .bg_bwg .list_product .right,
  .list_sesz .list_product .right {
    padding-left: 2rem;
  }
  .bg_bwg .nytitle img,
  .show_pro_bwg .nytitle img {
    width: 60px;
    position: relative;
    top: -7px;
  }
  .show_pro_sesz .about_case_sesz .swiper-slide .img img,
  .list_sesz .about_case_sesz .swiper-slide .img img {
    width: 10.75rem;
    height: 10.75rem;
  }
  .show_pro_sesz .show_case_two .pro_squera > div,
  .list_sesz .show_case_two .pro_squera > div {
    padding: 1.8125rem 1.375rem;
  }
  .list_sesz .show_case_two .container {
    margin-top: -5rem;
  }
  .show_qiehuan .clearfix.pr {
    background: none;
  }
  .show_pro .flex {
    flex-wrap: wrap;
  }
  .show_pro .left {
    width: 100%;
    padding-right: 0;
  }
  .show_pro .right {
    width: 100%;
    margin-top: 25px;
  }
  .show_pro .left .clearfix {
    display: flex;
    flex-wrap: wrap;
  }
  .show_pro .left .clearfix .img2 {
    display: none;
  }
  .show_pro .text {
    width: 100%;
    height: auto;
    writing-mode: inherit;
    margin-left: 0;
    order: 2;
  }
  .show_pro .name {
    width: 100%;
    height: auto;
    writing-mode: inherit;
    order: 1;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    font-size: 30px;
  }
  .show_pro .clearfix.flex > img {
    display: none;
  }
  .pro_detail_swiper .swiper-button-next,
  .pro_show_swiper .swiper-button-next,
  .pro_detail_swiper .swiper-button-prev,
  .pro_show_swiper .swiper-button-prev {
    display: none;
  }
  .pro_detail_swiper .swiper-pagination,
  .pro_show_swiper .swiper-pagination {
    bottom: 0;
  }
  .pro_detail_swiper .swiper-container,
  .pro_show_swiper .swiper-container {
    padding-bottom: 35px;
  }
  .pro_detail_swiper .swiper-pagination-bullet-active,
  .pro_show_swiper .swiper-pagination-bullet-active {
    background: #2096d5;
  }
  .pro_cooperation .flex1 .left {
    display: none;
  }
  .pro_cooperation .flex1 {
    flex-wrap: wrap;
  }
  .contain_left.pro_cooperation .container {
    padding-left: 15px;
  }
  .pro_cooperation .flex1 .center {
    width: 100%;
    background: transparent;
  }
  .pro_cooperation .flex1 .right {
    width: 100%;
    padding-left: 0;
  }
  .pro_cooperation .container::before {
    display: none;
  }
  .pro_cooperation .flex1 .center .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pro_cooperation .flex1 .center .name,
  .pro_cooperation .flex1 .center .text {
    writing-mode: inherit;
    text-align: center;
    width: 100%;
    color: #000;
  }
  .pro_cooperation .flex1 .center .name {
    order: 1;
  }
  .pro_cooperation .flex1 .center .text {
    height: auto;
    order: 2;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .pro_cooperation .flex1 .center {
    padding: 0 0;
  }
  .show_qiehuan ul li {
    padding: 0 1.75rem;
  }
  .show_pro_bwg .show_pro .left,
  .show_pro_sesz .show_pro .left {
    width: 100%;
  }
  .show_pro_bwg .show_pro .left .nytitle,
  .show_pro_sesz .show_pro .left .nytitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .show_pro_bwg .show_pro .right,
  .show_pro_sesz .show_pro .right {
    width: 100%;
  }
  .show_pro_sesz .show_pro .text {
    margin-top: 0;
  }
  .show_pro_sesz .pro_cooperation .flex1 .top .text {
    width: 60%;
    font-size: 14px;
  }
  .text {
    font-size: 14px;
    line-height: 26px;
  }
  .show_pro_bwg .pro_show_swiper .swiper-pagination-bullet {
    background: #fff;
  }
  .show_pro_bwg .pro_show_swiper .swiper-slide {
    height: auto;
  }
  .pc_hide {
    display: block;
  }
}
@media (max-width: 767px) {
  .list_hyzk .ul li {
    margin-bottom: 15px;
  }
  .nyban .hover .text {
    font-size: 26px;
  }
  .list_hyzk .ul li .right {
    width: 65%;
    padding-left: 15px;
  }
  .list_hyzk .ul li .left {
    width: 35%;
  }
  .list_case .ul li {
    margin-bottom: 15px;
  }
  .list_hyzk .ul li > div .data {
    font-size: 14px;
    line-height: 20px;
  }
  .list_hyzk .ul li > div .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .nytitle {
    font-size: 24px;
  }
  .list_about_two .left {
    width: 100%;
    float: none;
  }
  .list_about_two .right {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  .list_about_two .container {
    padding-right: 15px;
  }
  .list_about .mt40 {
    margin-top: 15px;
  }
  .list_about_four .left {
    display: none;
  }
  .list_about_four .right {
    height: 100%;
    width: 100%;
  }
  .phone_show {
    display: block;
  }
  .list_about_two,
  .list_about_four {
    bottom: 0;
  }
  .list_about_two .swiper-pagination,
  .list_about_four .swiper-pagination {
    display: block;
  }
  .list_about_two .swiper-container,
  .list_about_four .swiper-container {
    padding-bottom: 35px;
  }
  .list_about_two .swiper-pagination-bullet-active,
  .list_about_four .swiper-pagination-bullet-active {
    background: #2096d5;
  }
  .list_about_two .swiper-button-next,
  .list_about_two .swiper-button-prev {
    display: none;
  }
  .list_about_three {
    padding-top: 25px;
  }
  .list_about_two .mt40 {
    margin-top: 0;
  }
  .list_about_three .swiper-container {
    margin-top: 15px;
  }
  .list_about_four .clearfix {
    height: auto;
    margin-top: 15px;
  }
  .list_about_four .clearfix .name {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 10px 0;
  }
  .list_about_six .mt40 {
    margin-top: 15px;
  }
  .list_about_five .swiper-container .swiper-slide {
    height: 15.8125rem;
  }
  .list_about_five .swiper-button-next {
    right: 0;
  }
  .list_about_five .swiper-button-prev {
    left: 0;
  }
  .mt40 {
    margin-top: 15px;
  }
  .list_about_six .left ul .icon img {
    height: 34px;
  }
  .list_news_bot .ul li .right {
    padding-left: 0;
    width: 100%;
  }
  .list_news_bot .ul li {
    padding: 20px 0;
  }
  .list_news_bot .ul li:hover {
    box-shadow: none;
  }
  .list_news_bot .ul {
    margin-top: 10px;
  }
  .list_team .left {
    width: 100%;
  }
  .list_team .right {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  .list_team .ul li {
    margin-bottom: 15px;
  }
  .pop_up .left {
    display: none;
  }
  .pop_up .right {
    display: block;
    padding-left: 0;
  }
  .list_join_three {
    padding: 7.5rem 15px;
  }
  .list_join_three .text {
    font-size: 16px;
  }
  .recruit_three ul li .clearfix {
    padding: 0 8px;
  }
  .list_join .pr > img {
    width: 150px;
  }
  .pt50120 {
    padding: 25px 0;
  }
  .list_join_two {
    padding-top: 25px;
  }
  .list_join_two ul li {
    margin-bottom: 15px;
  }
  .list_join_two ul li:nth-child(odd) {
    padding-right: 7.5px;
  }
  .list_join_two ul li:nth-child(even) {
    padding-left: 7.5px;
  }
  .list_join_three {
    padding: 4.5rem 15px;
  }
  .list_join_three .text {
    font-size: 16px;
    line-height: 30px;
  }
  .list_download .ul li > div:nth-child(3) {
    display: none;
  }
  .list_download .ul li > div:nth-child(2) {
    width: 60%;
  }
  .list_download .ul li > a:nth-child(4) {
    width: 30%;
  }
  .list_download .ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 26px;
    padding: 15px 0;
  }
  .nysanji li {
    font-size: 14px;
  }
  .recruit_three ul li > .clearfix > div:nth-child(3),
  .recruit_three ul li > .clearfix > div:nth-child(4) {
    display: none;
  }
  .recruit_three ul li > .clearfix > div:nth-child(1) {
    width: 70%;
    font-size: 16px;
  }
  .recruit_three ul li > .clearfix > div {
    width: 30%;
    line-height: 26px;
  }
  .recruit_three ul li > .clearfix {
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
  .nysubtitle {
    font-size: 14px;
  }
  .list_contact ul li:nth-child(1),
  .list_contact ul li:nth-child(2) {
    margin-bottom: 35px;
  }
  .list_contact .mt100 {
    margin-top: 50px;
  }
  .list_contact ul li:nth-child(odd) {
    padding-right: 7.5px;
  }
  .list_contact ul li:nth-child(even) {
    padding-left: 7.5px;
  }
  .list_contact .ditu {
    margin-top: 20px;
  }
  .list_contact_two .flex .w20 {
    width: 100%;
    margin-bottom: 10px;
  }
  .list_contact_two .flex .w20 input,
  .list_contact_two .flex .w20 textarea {
    font-size: 14px;
  }
  .list_contact_two .mt35 {
    margin-top: 15px;
  }
  .list_contact_two .flex .w100 .w20 {
    width: 50%;
  }
  .list_contact_two .flex .w100 .w20 input {
    width: 100%;
  }
  .list_contact_two .flex .w100 img {
    height: 3.125rem;
  }
  .list_contact_two .flex button:nth-child(1) {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .list_contact_two .flex button:nth-child(2) {
    margin-left: 10px;
    width: calc(50% - 10px);
  }
  .list_contact_two .flex .w100 .fr {
    width: 100%;
    padding: 0 0.75rem;
  }
  .list_contact_two .flex .w100.clearfix {
    margin: 0;
    padding: 0;
  }
  .show_case .name {
    padding-top: 0;
  }
  .show_case_two {
    padding-top: 0;
  }
  .show_case_two .mt60 {
    margin-top: 15px;
  }
  .pro_squera {
    margin-bottom: 15px;
  }
  .pro_squera:last-child {
    margin-bottom: 0;
  }
  .index_four.bgf2 {
    padding: 25px 0;
  }
  .index_four .swiper-container {
    padding-bottom: 35px;
  }
  .index_four .swiper-container .swiper-pagination {
    bottom: 0;
  }
  .bg_bwg .list_product .left,
  .list_sesz .list_product .left {
    width: 100%;
  }
  .bg_bwg .list_product .right,
  .list_sesz .list_product .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .about_case .swiper-slide .text {
    height: 60px;
  }
  .about_case .swiper-button-next,
  .about_case .swiper-button-prev {
    display: none;
  }
  .about_case .swiper-container {
    padding-bottom: 35px !important;
  }
  .about_case .swiper-pagination {
    bottom: 0 !important;
    left: 0% !important;
    width: 100% !important;
    text-align: center;
    right: auto !important;
  }
  .about_case .swiper-pagination .swiper-pagination-bullet-active {
    background: #2096d5;
  }
  .bg_bwg .about_case .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
  }
  .bg_bwg .about_case .swiper-container,
  .show_pro_bwg .about_case .swiper-container {
    border: none;
    padding: 0;
  }
  .bg_bwg .about_case .right,
  .show_pro_bwg .about_case .right {
    padding: 15px 15px 0;
  }
  .about_parent .swiper-slide {
    padding: 5px 0;
  }
  .list_product .mt40 {
    margin-top: 0;
  }
  .bg_bwg .nytitle img,
  .show_pro_bwg .nytitle img {
    width: 40px;
    position: relative;
    top: -12px;
  }
  .bg_bwg .list_product .right .more,
  .list_sesz .list_product .right .more {
    margin-top: 20px;
  }
  .bg_bwg .show_case_two .mb40 {
    margin-bottom: 15px;
  }
  .bg_bwg .show_case_two .mb40:last-child {
    margin-bottom: 0;
  }
  .show_case .swiper-pagination .swiper-pagination-bullet {
    background: #fff !important;
  }
  .show_case .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
  }
  .bg_bwg .show_case_two .mb40 .name {
    font-size: 16px;
    line-height: 3.375rem;
  }
  .about_parent .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .about_parent .swiper-pagination .swiper-pagination-bullet {
    background: #fff !important;
  }
  .about_parent .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff !important;
  }
  .about_parent .swiper-container {
    padding-bottom: 35px;
  }
  .about_parent .swiper-slide img {
    height: 4.75rem;
  }
  .bg_bwg .list_product .right,
  .list_sesz .list_product .right {
    padding-right: 0;
  }
  .list_sesz .list_product .left {
    margin-top: 20px;
  }
  .list_sesz .list_product .right {
    margin-top: 0;
  }
  .list_sesz .list_product .text {
    margin-top: 5px;
  }
  .list_sesz .list_product .left > img {
    width: 60px;
    bottom: -1.9375rem;
    left: -9px;
  }
  .list_sesz .show_case_two .container {
    margin-top: -8rem;
  }
  .list_sesz .show_case_two .mb30 {
    margin-bottom: 15px;
  }
  .list_sesz .show_case_two .mb30:last-child {
    margin-bottom: 0;
  }
  .list_sesz .show_case_two .container {
    padding-bottom: 25px;
  }
  .show_pro_sesz .list_pro_sesz_two,
  .list_sesz .list_pro_sesz_two {
    padding-top: 25px;
  }
  .list_pro_sesz_two .text {
    width: 100%;
    line-height: 26px;
  }
  .show_pro_sesz .about_case_sesz,
  .list_sesz .about_case_sesz {
    padding-top: 25px;
  }
  .apng_tree .img22 {
    bottom: 0.3rem;
  }
  .list_sesz .about_parent .swiper-pagination .swiper-pagination-bullet,
  .about_parent .swiper-pagination .swiper-pagination-bullet {
    background: #2096d5 !important;
  }
  .about_parent .border {
    border: none !important;
  }
  .about_parent .swiper-slide img {
    height: 3.75rem;
  }
  .list_product .left {
    width: 100%;
  }
  .list_product .right {
    padding: 20px;
    position: static;
    transform: translateY(0);
    width: 100%;
  }
  .about_case .swiper-slide .name {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .about_case .swiper-slide .text {
    margin: 5px 0 15px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .bg_bwg .about_case .swiper-pagination-bullet,
  .bg_bwg .about_parent .swiper-pagination-bullet,
  .show_pro_bwg .about_case .swiper-pagination-bullet,
  .show_pro_bwg .about_parent .swiper-pagination-bullet {
    background: #fff !important;
  }
  .show_pro .name {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .show_pro .text {
    text-align: justify;
  }
  .show_pro .right {
    margin-top: 15px;
  }
  .show_qiehuan ul li {
    padding: 0 15px;
    font-size: 16px;
  }
  .content_box > div {
    padding-top: 20px;
  }
  .content_box .pro_detail .row > div > div {
    margin-bottom: 15px;
    padding: 15px;
    font-size: 16px;
  }
  .content_box .pro_detail li {
    margin-bottom: 0;
  }
  .case_quera .name {
    font-size: 16px;
  }
  .content_box {
    padding-bottom: 25px;
  }
  .about_pro.show_case_two {
    padding: 25px 0;
  }
  .about_pro.show_case_two .mb40 {
    margin-bottom: 15px;
  }
  .pro_cooperation {
    padding-bottom: 25px;
  }
  .show_pro_sesz .show_qiehuan ul li {
    padding: 0 15px !important;
    margin: 0 10px;
  }
  .show_pro_sesz .show_qiehuan ul li:hover,
  .show_pro_sesz .show_qiehuan ul li.active {
    padding: 0.625rem 15px !important;
    line-height: 38px;
  }
  .show_pro_sesz .content_box {
    padding: 0;
    border: none;
  }
  .show_pro_sesz .content_box .nytitle.ta {
    text-align: left;
    font-size: 24px;
  }
  .case_quera .name {
    padding: 15px 0;
  }
  .show_pro_sesz .content_box {
    margin-bottom: 25px;
  }
  .show_pro_sesz .pro_cooperation .flex1 .top .text {
    width: 85%;
  }
  .show_pro .right .iconfont {
    font-size: 3rem;
  }
  .show_pro_sesz .show_case_two .mb30 {
    margin-bottom: 15px;
  }
  .show_pro_sesz .pro_cooperation .flex1 {
    border-radius: 10px;
    padding: 10px;
  }
  .show_pro_sesz .pro_cooperation .flex1 > div {
    padding: 10px;
  }
  .show_pro_sesz .pro_cooperation .flex1 .top {
    padding: 2.3125rem 0;
  }
  .show_pro_sesz .pro_cooperation .flex1 > div > img {
    width: 100px;
  }
  .pro_cooperation .flex1 .right .contact2 > div {
    margin-bottom: 15px;
  }
  .pro_cooperation .flex1 .right .contact2 button:nth-child(1) {
    width: calc(50% - 10px);
    margin-right: 5px;
  }
  .pro_cooperation .flex1 .right .contact2 button:last-child {
    width: calc(50% - 10px);
    margin-left: 5px;
  }
  .show_pro_bwg .content_box .nytitle {
    background-image: linear-gradient(to top, #56f0ff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: flex-end;
    font-size: 24px;
  }
  .show_pro_bwg .show_case_two .pro_squera > .ta .text {
    height: auto;
  }
  .show_pro_bwg .show_case_two .pro_squera {
    padding: 20px 15px;
  }
  .show_pro_bwg .pro_cooperation {
    padding-top: 25px;
  }
}
.bg_bwg .about_parent .swiper-slide {
  padding: 0.75rem 0;
  background: #fff;
}
.list_pro_sesz_two .more {
  border-radius: 3.125rem;
  border-color: #ed793d;
  color: #ed793d;
}
.list_pro_sesz_two .more::before {
  background: #ed793d;
  border-radius: 3.125rem;
}
.list_pro_sesz_two .more:hover {
  color: #fff !important;
}
.show_product_coo form .col-md-3 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .show_product_coo form .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .index_five .swiper-container .swiper-slide img {
    height: 50px;
  }
  .about_parent .img11 {
    position: absolute;
    top: 1.5rem;
    width: 3.5625rem;
  }
  .about_parent .img22 {
    position: absolute;
    top: 14%;
    right: 1.375rem;
    width: 2.25rem;
  }
  .about_parent .border::before {
    top: calc(50% - 17.5px);
  }
  .show_case_two .pro_squera {
    margin-bottom: 15px;
  }
  .show_case_two li:last-child .pro_squera {
    margin-bottom: 0;
  }
  .list_about_four .right div.swiper-pagination {
    height: auto;
  }
  .show_news .data .fl:nth-child(3) {
    display: none;
  }
  .index_one .mt50 {
    margin-top: 15px;
  }
  .index_one .right ul li.active .name .iconfont {
    display: none;
  }
  .index_one .right ul li.active .name::before,
  .index_one .right ul li.active .name::after {
    height: 2rem;
  }
  .index_one .right ul li .name {
    margin-bottom: 10px;
  }
  .list_about_two .swiper-slide {
    padding: 0 8px;
  }
  .list_about_two .swiper-container {
    padding-bottom: 0;
  }
  .list_about_two .mt40 {
    margin-top: 15px;
  }
}
