﻿/** @format */

@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  max-height: 100000px;
}
body {
  font-family: 'HarmonyOS Sans', PingFangSC-light, 'Microsoft YaHei Light',
    '微软雅黑', 'Source Sans Pro', 'Helvetica Neue', Arial, 'Hiragino Sans GB',
    sans-serif;
}
html,
body {
  font-size: 16px;
  overflow-x: hidden !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  background: #fff;
}
ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
em,
i,
strong {
  font-style: normal;
}
img {
  border: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #ac1a19;
}
a:active {
  color: #ac1a19;
}
a:focus {
  color: #fff;
}
a:focus,
*:focus {
  outline: none;
}
button {
  cursor: pointer;
}
button:hover {
  color: #333;
}
input:focus,
textarea:focus {
  outline: none;
}
input,
textarea {
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
table tr th,
table tr td {
  word-wrap: break-word;
  word-break: break-all;
}
abbr,
acronym {
  border: none;
  font-variant: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.Pr {
  position: relative;
}
.Pa {
  position: absolute;
}
.clear {
  clear: both;
}
.dis {
  display: block;
}
.undis {
  display: none;
}
.fbold {
  font-weight: bold;
}

.pic {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.wp {
  /*padding-top:1px;*/
  overflow: hidden !important;
}
.wp_main {
  width: 79.2%;
  margin: 0 auto;
}

.header_box {
  position: relative;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(51, 51, 51, 0.5);
  width: 100%; /*padding-top:20px;*/
  height: auto;
  transition: 0.66s;
}
.header .logo {
  float: left;
  margin: 42px 0 0 8%;
  transition: 0.33s;
}
.header .logo img {
  height: 50px;
}
.header .logo1 {
  display: block;
}
.header .logo2 {
  display: none;
}
.header .logo3 {
  display: none;
}

.header .nav_mu {
  float: right;
  width: 40px;
  height: 84px;
  background: url(../images/icon_menu.png) no-repeat center;
  cursor: pointer;
  margin-right: 2%;
  position: relative;
}

.header .nav_s {
  display: none;
  float: right;
  width: 60px;
  height: 130px;
  background: url(../images/icon_ser.png) no-repeat center;
  cursor: pointer;
  margin: 0 1%;
  position: relative;
}
.header .nav_s .nav_s_nr {
  position: absolute;
  top: 100%;
  right: -150px;
  width: 0;
  padding-right: 0;
  height: 40px;
  background: #f6f6f6;
  overflow: hidden;
  transition: 0.33s;
}
.header .nav_s .sinput {
  width: 90%;
  height: 40px;
  padding: 0 5%;
  border: none;
  background: #f1f1f1;
  font-size: 15px;
  color: #333;
}
.header .nav_s .sbmit {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 40px;
  color: #f1f1f1;
  font-size: 15px;
  background: #ac1a19;
  border: none;
}
.header .nav_s:hover .nav_s_nr {
  right: -10px;
  width: 280px;
  padding-right: 60px;
}

.header .nav {
  float: right;
  width: 72%;
  max-width: 860px;
  margin-right: 8%;
  font-family: 'HarmonyOS Sans', 'Microsoft YaHei';
}
.header .nav ul {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.header .nav ul > li {
  position: relative;
  float: left;
  width: 14.2%;
  height: 130px;
  text-align: center;
}
.header .nav ul > li > a {
  display: inline-block;
  margin: 0 8%;
  height: 130px;
  line-height: 130px;
  font-size: 16px; /*font-weight:bold;*/
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s;
}
.header .nav ul > li > a:before {
  content: '';
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 62%;
  right: 50%;
  transition: 0.3s;
}
.header .nav ul > li > a:hover:before,
.header .nav ul > li.on > a:before {
  width: 100%;
  right: 0%;
  border-radius: 1px;
}
.header .nav ul > li > span {
  display: none;
  width: 0;
  height: 3px;
  background: #ac1a19;
  position: absolute;
  bottom: 0px;
  right: 50%;
  transition: 0.3s;
}
.header .nav ul > li.on > span,
.header .nav ul > li:hover > span {
  width: 80%;
  right: 10%;
}
.header .nav ul li ol {
  position: absolute;
  z-index: 5;
  top: 130px;
  left: 10%;
  text-align: left;
  width: 1100%;
  height: 0;
  padding: 0 10%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.33s;
}
.header .nav ul li:nth-child(4) ol {
}
.header .nav ul li:nth-child(5) ol {
}
.header .nav ul li:nth-child(6) ol {
}
.header .nav ul li:nth-child(7) ol {
}
.header .nav ul li:hover ol {
  padding: 10px 12%;
  height: auto;
}
.header .nav ul li ol li {
  width: auto;
  display: inline-block;
  float: none;
  height: auto;
  margin-right: 15px;
}
.header .nav ul li ol li a {
  display: block;
  padding: 0 8px 0 18px;
  color: #fff;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.3s;
}
.header .nav ul li:hover ol li a:hover {
  opacity: 0.7; /*color:#ac1a19;*/
}

.header:hover,
.header1 {
  background: rgba(255, 255, 255, 1);
}
.header1 {
}
.header:hover .nav_mu,
.header1 .nav_mu {
  background-image: url(../images/icon_menu1.png);
}
.header:hover .nav_s,
.header1 .nav_s {
  background-image: url(../images/icon_ser1.png);
}
.header:hover .logo,
.header1 .logo {
}
.header:hover .logo1,
.header1 .logo1 {
  display: none;
}
.header:hover .logo2,
.header1 .logo2 {
  display: block;
}
.header:hover .nav ul > li > a,
.header1 .nav ul > li > a {
  color: #333;
}
.header:hover .nav ul > li > a:before,
.header1 .nav ul > li > a:before {
  background: #ac1a19;
}
.header:hover .nav ul > li > span,
.header1 .nav ul > li > span {
  background: #ac1a19;
}
.header1 {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}
.header_dj .nav ul > li > span {
  background: #ccb289;
}
.header_dj:hover .nav ul > li > span,
.header_dj .nav ul > li > span {
  background: #ccb289;
}

.m-trigger {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 5rem;
  cursor: pointer;
  background: url(../images/menu_add.png) no-repeat center/40%;
  transition: 0.3s;
}
.m-trigger1 {
  background-image: url(../images/menu_add1.png);
}

.masklayer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 9999;
  left: 100%;
  top: 0;
}
.masklayer.on {
  left: 0;
}
.side_nav {
  width: 415px;
  height: 100%;
  padding: 30px 0 0 40px;
  background: #fff;
  position: fixed;
  z-index: 9999;
  right: -555px;
  top: 0;
  transition: 0.55s;
}
.side_nav.on {
  right: 0;
}
.side_nav_logo {
  float: left;
  margin-bottom: 20px;
}
.side_nav_top {
  overflow: hidden;
}
.side_nav_top a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  padding-left: 24px;
  transition: 0.22s;
  margin: 2px 20px 2px 0;
}
.side_nav_top a:hover {
  color: #ac1a19;
}
.home_btn {
  background: url(../images/home-btn.png) no-repeat left center;
  background-size: auto 18px;
}
.home_btn:hover {
}
.home_close {
  background: url(../images/menu_close.png) no-repeat left center;
  background-size: auto 16px;
}
.home_close:hover {
}
.side_nav_b {
  width: 100%;
  height: auto;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  margin-top: 15px;
  overflow: hidden;
}
.side_nav_b > li {
  width: 100%;
  clear: both;
  padding-bottom: 35px;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.side_nav_b li > a {
  font-size: 22px;
  color: #333;
  margin-bottom: 8px;
  text-align: left;
  display: block;
}
.side_nav_b li ol li {
  float: left;
}
.side_nav_b li ol li a {
  font-size: 15px;
  margin: 2px 20px 2px 0;
  color: #666;
  float: left;
  transition: 0.33s;
}
.side_nav_b li ol li a:hover {
  color: #ac1a19;
}

.bannerbox {
  width: 100%;
  background: #f7f7f7;
  position: relative;
  overflow: hidden; /*z-index:5;position:fixed;top:0;left:0;*/
}
.bannerbox_on {
}
.banner {
  display: block;
  width: 100%;
  height: 100vh;
  background: #f7f7f7 no-repeat center/cover;
  position: relative;
  z-index: 6;
}
.bannerbox .swiper-slide {
  overflow: hidden;
}
.swiper-slide .banner {
  -webkit-animation: none;
  animation: none;
}
.swiper-slide-active .banner {
  -webkit-animation: bounceIn 4.6s linear infinite;
  animation: bounceIn 4.6s linear infinite;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0.9;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0.9;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.banner .wap_pic {
  width: 100% !important;
  height: auto !important;
  display: none;
}
.banner #video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #1b857f;
}
.banner_tit {
  position: absolute;
  top: 55%;
  left: 0;
  z-index: 10;
  text-align: left;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
}
.banner_tit .wp_main {
  width: 79%;
}
.banner_tit .sy01 {
  font-size: 63px;
  font-weight: bold;
  letter-spacing: 0.2em;
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}
.banner_tit .sy02 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 15px 0;
  letter-spacing: 0.15em;
  font-family: PingFangSC-light, 'Microsoft YaHei Light', Arial;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}
.banner_tit .more {
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}
.banner_tit .more a {
  display: block;
  background: url(../images/banner_more.png) no-repeat 106px center;
  background-size: 15px;
  width: 76px;
  border-radius: 30px;
  border: 1px solid #fff;
  line-height: 43px;
  font-size: 14px;
  color: #fff;
  padding: 0 38px;
  transition: 0.33s;
}
.banner_tit .more a:hover {
  background-color: #ac1a19;
  border-color: #ac1a19;
}
.banner_tit .sy01,
.banner_tit .sy02,
.banner_tit .more {
  opacity: 0;
  transition: 1.66s;
  -moz-transition: 1.66s;
  -webkit-transition: 1.66s;
}
.swiper-slide-active .banner_tit .sy01,
.swiper-slide-active .banner_tit .sy02,
.swiper-slide-active .banner_tit .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.gobot {
  position: absolute;
  top: 92%;
  left: 50%;
  z-index: 9;
  width: 31px;
  margin-left: -15px;
  cursor: pointer;
  animation: bb 1.33s ease infinite;
}
@keyframes bb {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1;
  }
}
#gobot1 {
  position: absolute;
  left: 0;
  top: -40px;
}
.container {
  position: relative;
}
/*.container{position:relative;z-index:7;margin-top:100vh;background:#fff;transition:0.66s;}
.container_on{margin-top:0;padding-top:280px;}*/

.zi_xt {
  font-family: PingFangSC-light, 'Microsoft YaHei Light', Arial;
}
.ind_tit {
  position: relative;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.ind_tit1 {
  font-size: 50px;
  color: #000000;
  position: relative; /*padding-bottom:10px;*/
}
.ind_tit1 span {
  color: #ac1a19;
}
.ind_tit2 {
  font-size: 35px;
  color: #000000;
  font-weight: bold;
}

.ind_ab {
  background: #fff;
  padding: 9.5% 0 7%; /*185px 0 140px*/
}
.ind_ab .ind_tit {
  margin-bottom: 80px;
}
.ind_ab_l {
  float: left;
  width: 37%;
  position: relative;
  z-index: 9;
  min-height: 750px;
  padding-bottom: 100px;
}
.ind_ab_l h3 {
  color: #000000;
  font-size: 24px;
  padding: 40px 0;
  border-bottom: #ac1a19 solid 3px;
}
.ind_ab_l .text {
  font-size: 20px;
  line-height: 1.7;
  color: #333333;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: 45px 0;
}
.ind_ab_more {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 30px;
  transition: 0.55s;
}
.ind_ab_more span {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 20px 45px;
  transition: 0.33s;
  background: #ac1a19;
}
.ind_ab_more a:hover span {
  opacity: 0.8;
}
.ind_ab_ul {
  width: 100%;
  overflow: hidden;
  margin-top: 8%;
  float: left;
}
.ind_ab_ul li {
  float: left;
  width: 25%;
  color: #666666;
  font-size: 20px;
  text-align: center;
}
.ind_ab_ul li .linr {
  padding: 60px 0 65px;
  border: #d6d6d6 solid 1px; /*padding-left:23%;background:no-repeat left center;*/
}
.ind_ab_ul li b {
  font-size: 80px;
  margin-right: 5px;
  color: #ac1a19;
  font-family: 'Bahnschrift', 'Microsoft YaHei', Arial;
  line-height: 1;
}
.ind_ab_ul li span {
  font-weight: normal;
  color: #666;
}
.ind_ab_r {
  float: right;
  width: 49%;
  position: relative;
}
.ind_ab_r .pic {
  width: 100%;
  height: 850px;
  background: #cfcfcf no-repeat center/cover;
  position: relative;
}
.ind_ab_r .pic:before {
  content: '';
  position: absolute;
  right: -10%;
  bottom: -10%;
  width: 50%;
  height: 50%;
  z-index: 99;
  background: rgba(176, 26, 25, 0.3);
}

.ind_new {
  background: #fff;
  overflow: hidden;
  padding: 6.5% 0;
  letter-spacing: 0.1em;
}
.ind_new .ind_tit {
  margin-bottom: 75px;
}
.ind_new_t {
  position: relative;
  overflow: hidden;
  margin-bottom: 4%;
}
.ind_new_t_l {
  width: 60%;
  float: left;
}
.ind_new_t_l .pic {
  width: 100%;
  height: 600px;
  background: #f7f7f7 no-repeat center/cover;
}
.ind_new_t_r {
  width: 46%;
  margin: 100px 0 0 -6%;
  float: right;
  background: #efefef;
  height: 400px;
}
.ind_new_t_r_nr {
  padding: 9% 12%;
}
.ind_new_t_r .pic_r {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 13px 0;
}
.ind_new_t_r .tit {
  font-size: 24px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind_new_t_r .txt {
  line-height: 1.75;
  font-size: 20px;
  color: #333333;
  margin: 20px 0 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.ind_new_t_r .more {
  font-size: 24px;
  transition: 0.55s;
}
.ind_new_t_r .more span {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 9px 20px;
  transition: 0.33s;
  background: #ac1a19;
}
.ind_new_t_r .more:hover span {
  opacity: 0.7;
}
.ind_new_b {
  overflow: hidden;
  width: 102%;
  margin: 0 -1%;
}
.ind_new_b li {
  float: left;
  width: 32.33%;
  margin: 1% 0.5%;
}
.ind_new_b li .linr {
  padding: 10px 30px;
  transition: 0.33s;
}
.ind_new_b li .time1 {
  font-size: 24px;
  color: #1a1a1a;
}
.ind_new_b li .tit {
  font-size: 24px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 12px 0;
}
.ind_new_b li .txt {
  line-height: 1.75;
  font-size: 20px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ind_new_b .more {
  font-size: 18px;
  color: #828282;
  margin-top: 30px;
}
.ind_new_b .more span {
  display: inline-block;
  line-height: 50px;
  padding-right: 48px;
  transition: 0.33s;
  background: url(../images/jt_more.png) no-repeat right center;
}
.ind_new_b .more:hover span {
  color: #ac1a19;
  background-image: url(../images/jt_more_on.png);
}
.ind_new_b li:hover .linr {
}
.ind_new_b li:hover .tit {
  color: #ac1a19;
}

.ind_base {
  background: #f3f3f3;
  overflow: hidden;
  position: relative;
}
.ind_base .yw_ban {
  display: block;
  width: 100%;
  padding-top: 42%;
  background: #f1f1f1 no-repeat center/cover;
  position: relative;
}
.ind_base .hover_pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.33s;
}
.ind_base .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 88%;
  transform: translateY(-50%);
  text-align: left;
  letter-spacing: 0.1em;
}
.ind_base .hover .titl {
  color: #fff;
  font-size: 30px;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.ind_base .hover .tit2 {
  color: #fff;
  font-size: 34px;
  overflow: hidden;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.ind_base .hover .txtl {
  color: #fff;
  font-size: 20px;
  line-height: 1.75;
  transition: 0.33s;
  margin: 5% 0;
  max-width: 550px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ind_base_more {
  font-size: 30px;
  transition: 0.55s;
}
.ind_base_more span {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 20px 45px;
  transition: 0.33s;
  border: #fff solid 1px;
}
.ind_base_more:hover span {
  background: #ac1a19;
  border-color: #ac1a19;
}
.ind_base a:hover .hover_pic {
}
.ind_base a:hover .hover .titl {
  color: #fff;
}
.ind_base a:hover .hover .titl:before {
  background: #fff;
}
.ind_base a:hover .hover .txtl {
  color: #fff;
}
.ind_base a:hover .hover .jtl {
  background-position: center bottom;
}

.ind_pro {
  padding: 9% 0;
  background: #efefef;
  overflow: hidden;
  position: relative;
}
.ind_pro_l {
  width: 49%;
  float: left;
  overflow: hidden;
}
.ind_pro_l .boox {
  display: none;
}
.ind_pro_l .pic {
  position: relative;
  width: 100%;
  height: 1491px;
  background: #fff no-repeat center/cover;
  transition: 0.4s;
}
.ind_pro_l .pic_b {
  padding: 82px 8.5%;
  background: #ac1a19;
}
.ind_pro_l .tit0 {
  font-size: 50px;
  color: #fff;
  padding-bottom: 60px;
  position: relative;
}
.ind_pro_l .tit0:before {
  content: '';
  width: 49px;
  height: 10px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.ind_pro_r {
  width: 46%;
  float: right;
  text-align: right;
}
.ind_pro_ul {
  /* padding-top: 13%; */
  /* padding-top: 65px; */
}
.ind_pro_ul li {
  margin: 90px 0;
}
.ind_pro_ul li .linr {
  background-size: 95.5px 70.5px;
  padding-left: 140px;
  min-height: 90px;
  background-repeat: no-repeat;
  background-position: left center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ind_pro_ul li .tit1 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}
.ind_pro_ul li .txt1 {
  font-size: 20px;
  color: #333;
}
.ind_pro_ul li .jt1 {
  margin-left: 30px;
  height: 59px;
  background: url(../images/numjt.png) no-repeat right center;
  background-size: auto 100%;
  transition: 0.4s;
  width: 66px;
}
.ind_pro_ul li .jt1:hover,
.ind_pro_ul li.on .jt1 {
  background-image: url(../images/numjton.png);
}

.ind_hb {
  padding: 6.5% 0;
  overflow: hidden;
  background: #071415 url(../images/ind_hb_bg.jpg) no-repeat center/cover;
  color: #fff;
}
.ind_hb .ind_tit1,
.ind_hb .ind_tit2 {
  color: #fff;
}
.ind_hb_ul {
  overflow: hidden;
  width: 102%;
  margin: 4% -1%;
}
.ind_hb_ul li {
  width: 18%;
  margin: 1%;
  float: left;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}
.ind_hb_ul li .pic {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: no-repeat center/contain;
  transition: 0.4s;
}
.ind_hb_ul li .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 70%;
  max-height: 90%;
  transform: translate(-50%, -50%);
}
.ind_hb_ul li:hover {
  background: #ac1a19;
}
.ind_hb_ul li:hover .pic {
  transform: scale(1.05);
}
.ind_hb_ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid #ac1a19;
  border-left: 1px solid #ac1a19;
  pointer-events: none;
}
.ind_hb_ul li:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 1px solid #ac1a19;
  border-bottom: 1px solid #ac1a19;
  pointer-events: none;
}
.ind_hb_ul li:before,
.ind_hb_ul li:after {
  width: 0;
  height: 0;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  box-sizing: border-box;
  z-index: 9;
}
/*.ind_hb_ul li:hover:before,.ind_hb_ul li:hover:after{width:100%;height:100%;visibility:visible;}*/

.ind_hr {
  padding: 90px 0;
  background: #273131 url(../images/ind_hr_bg.jpg) no-repeat center/cover;
  color: #fff;
}
.ind_hr .ind_tit {
  margin-bottom: 20px;
}
.ind_hr .ind_tit1,
.ind_hr .ind_tit2 {
  color: #fff;
}
.ind_hr .ind_tit1:before {
  background: #fff;
}
.ind_hr_l {
  float: left;
  width: 28%;
}
.ind_hr_r {
  float: right;
  width: 70%;
  max-width: 1050px;
  padding: 85px 0 35px;
}
.ind_hr_r ul {
  overflow: hidden;
  margin-right: -5%;
}
.ind_hr_r ul li {
  width: 44%;
  margin: 0 3%;
  float: left;
}
.ind_hr_r ul li .linr {
  background: rgba(255, 255, 255, 0.8);
  padding: 55px 2%;
  text-align: center;
  transition: 0.33s;
}
.ind_hr_r ul li .icol {
  width: 46px;
  height: 46px;
  background: no-repeat center;
  background-size: contain;
  margin: 0 auto;
  transition: 0.33s;
}
.ind_hr_r ul li .titl {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  padding-bottom: 18px;
}
.ind_hr_r ul li .titl:before {
  content: '';
  width: 36px;
  height: 6px;
  background: #c11e06;
  margin-left: -18px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: 0.3s;
}
.ind_hr_r ul li .txtl {
  color: #4d4d4d;
  font-size: 20px;
  transition: 0.33s;
  margin: 10px 0;
  /*overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;*/
}
.ind_hr_r ul li a:hover .linr {
  background: #fff;
}

.bottom {
  padding: 5% 0;
  background: #dbdbdb;
  position: relative;
}
.bottom_l {
  float: left;
  position: relative;
}
.bottom_l .logo_ft {
  max-height: 75px;
}

.bottom_r {
  float: right;
  width: 47%;
  letter-spacing: 0.1em;
}
.bottom_r h3 {
  font-size: 20px;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  transition: 0.3s;
}
.bottom_r_ul {
  overflow: hidden;
  float: left;
  max-width: 70%;
}
.bottom_r_ul li {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 5px;
}
.bottom_r_ul li a {
  color: #7c7c7c;
}
.bottom_r_ewm {
  width: 25%;
  float: right;
}
.bottom_r_ewm img {
  max-width: 100%;
}
.bottom_b {
  padding: 36px 0;
  background: #dbdbdb;
  color: #4d4d4d;
  font-size: 14px;
  border-top: #a5a5a5 solid 2px;
  letter-spacing: 0.1em;
}
.bottom_b a {
  color: #4d4d4d;
  display: inline-block;
}
.bottom_b a:hover {
  color: #ac1a19;
}

.bottom_link {
  color: #949494;
  font-size: 0;
  line-height: 24px;
  padding: 12px 0;
  clear: both;
}
.bottom_link b {
  display: inline-block;
  font-size: 15px;
}
.bottom_link span {
  display: inline-block;
  font-size: 12px;
  padding: 0 6px;
}
.bottom_link a {
  font-size: 15px;
  color: #949494;
  display: inline-block;
  transition: 0.33s;
}
.bottom_link a:hover {
  color: #005eac;
}

.side2 {
  position: fixed;
  width: 40px;
  right: 0;
  z-index: 300;
  bottom: 190px;
}
.side2 ul > li {
  position: relative;
  width: 40px;
  margin-bottom: 1px;
}
.side2 ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background: #cfcfcf;
  transition: 0.3s;
  border-radius: 2px;
}
.side2 ul li a img {
  display: inline-block;
  position: relative;
  z-index: 9;
}
.side2 ul li a .img1 {
  display: inline-block;
  width: 100%;
}
/*.side2 ul li a .img2{display:none;}
.side2 ul li a:hover .img1{display:none;}
.side2 ul li a:hover .img2{display: inline-block;}*/
.side2 ul li .sidebox1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 60px;
  line-height: 60px;
  transition: 0.3s;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 0;
  background: #254294;
  text-align: left;
}
.side2 ul li:hover .sidebox1 {
  width: 160px;
  padding: 0 24px;
}
.side2 ul li .sidebox {
  position: absolute;
  bottom: -110%;
  right: 100%;
  width: 127px;
  height: 0;
  transition: 0.3s;
  overflow: hidden;
  padding-right: 8px;
  transform: translateY(50%);
}
.side2 ul li .sidebox img {
  max-width: 100%;
  display: block;
  position: relative;
}
.side2 ul li:hover .sidebox {
  bottom: 50%;
  height: auto;
}
.side2 ul li a.sidetop {
  color: #fff;
  position: relative;
}
.side2 ul li a:hover {
  background: #ac1a19;
}

.black-inline {
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  clear: both;
  width: 100%;
  overflow: hidden;
  font-size: 20px;
}
.black-inline a {
  text-align: center;
  margin: 3px;
  color: #808080;
}
.black-inline a:hover {
  color: #ac1a19;
  text-decoration: none;
}
.black-inline a,
.black-inline span {
  display: inline-block;
  padding: 7px 12px;
}
.black-inline span.current {
  color: #ac1a19;
  margin: 3px;
  display: inline-block;
}
.black-inline span.disabled {
  color: #666;
  background: #b5b5b5;
}
.black-inline #lnkPrev,
.black-inline #lnkNext {
  background: #ac1a19;
  color: #fff;
  border-radius: 50%;
}
/*------neiye------*/
.nybanner {
  width: 100%;
  padding-top: 49%;
  position: relative;
  overflow: hidden;
  animation: nybannerm 5s;
  background: #f1f1f1 no-repeat center top;
  background-size: 100% auto;
  background-attachment: fixed;
}
.nybanner1 {
  padding-top: 41.5%;
}
.nybanner2 {
  padding-top: 26%;
}
.ny_banner_nr {
  position: absolute;
  left: 0;
  bottom: 45%;
  transform: translateY(50%);
  width: 100%;
}
.ny_banner_nr .tit0 {
  font-size: 18px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.ny_banner_nr .tit1 {
  font-size: 64px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.ny_banner_nr1 .tit0,
.ny_banner_nr1 .tit1 {
  color: #333;
}
@keyframes nybannerm {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes nybannerm {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.container1 {
  margin-top: 480px;
}

.weizhi {
  background: url(../images/home.png) no-repeat left center;
  padding: 40px 0 40px 16px;
  margin: 90px 0 30px;
}
.weizhi span {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.weizhi span a {
  color: #fff;
}
.weizhi span a:hover {
  color: #1b857f;
}

/*ab*/
.about_chair {
  background: #fff;
  padding: 7.5% 0 18%; /*185px 0 140px*/
}
.about_chair .ind_tit {
  margin-bottom: 100px;
}
.about_chair_l {
  float: left;
  width: 48%;
  position: relative;
  z-index: 9;
}
.about_chair_l .text {
  font-size: 20px;
  line-height: 1.7;
  color: #333333;
  letter-spacing: 0.07em;
  text-align: justify;
  margin: 45px 0;
}
.about_chair_l .text .yinh {
  font-size: 50px;
  color: #ac1a19;
  line-height: 35px;
  display: inline-block;
  margin: 0 1px;
  margin-bottom: -20px;
  position: relative;
  bottom: -20px;
}
.about_chair_l .text h3 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
}
.about_chair_r {
  float: right;
  width: 40%;
  position: relative;
}
.about_chair_r .pic {
  width: 100%;
  height: 915px;
  background: #cfcfcf no-repeat center/cover;
  position: relative;
}
.about_chair_r .pic:before {
  content: '';
  position: absolute;
  right: -10%;
  bottom: -20%;
  width: 60%;
  height: 45%;
  z-index: 99;
  background: rgba(176, 26, 25, 0.3);
}

.about_info {
  background: #efefef no-repeat left center;
  background-size: auto 100%;
  overflow: hidden;
}
.about_info_l {
  float: left;
  width: 40%;
  position: relative;
  z-index: 9;
  padding: 9% 0;
}
.about_info_r {
  float: right;
  width: 60%;
  position: relative;
  background: #efefef;
  padding: 9% 0 10%;
}
.about_info_r:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #efefef;
}
.about_info_r .text {
  padding-left: 10%;
  font-size: 20px;
  line-height: 1.7;
  color: #333333;
  letter-spacing: 0.07em;
  text-align: justify;
  margin: 45px 0;
}

.about_foot {
  padding: 8% 0;
  background: #fff;
}
.about_foot .ind_tit {
  text-align: right;
}
.about_foot_l {
  float: left;
  width: 51%;
  position: relative;
  z-index: 9;
}
.about_foot_l .img1 {
  width: 100%;
}
.inquan {
  position: absolute;
  border-radius: 50%;
  display: block; /*background:rgba(0,0,0,0.3);*/
  cursor: pointer;
}
.inquan .hover,
.inquan .hover1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transition: 0.33s;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.inquan .hover {
  width: 0;
  height: 0;
  background: #ac1a19;
  transition: 1.33s;
  opacity: 0;
}
.inquan:hover .hover {
  width: 100%;
  height: 100%;
  opacity: 0;
}
@-webkit-keyframes fd2 {
  0% {
    width: 10%;
    height: 10%;
    opacity: 0.2;
  }
  50% {
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
  100% {
    width: 10%;
    height: 10%;
    opacity: 0.2;
  }
}
@keyframes fd2 {
  0% {
    width: 10%;
    height: 10%;
    opacity: 0.2;
  }
  50% {
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
  100% {
    width: 10%;
    height: 10%;
    opacity: 0.2;
  }
}
.inquan .hover1 {
  background: #ac1a19;
}
.inquan .dw {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transition: 0.33s;
  transform: translate(-50%, -50%);
}
.inquan1 {
  top: 8.5%;
  left: 86%;
  width: 7.5%;
  padding-top: 7.5%;
}
.inquan2 {
  top: 20%;
  left: 87%;
  width: 6%;
  padding-top: 6%;
}
.inquan3 {
  top: 29%;
  left: 83%;
  width: 5.5%;
  padding-top: 5.5%;
}
.inquan4 {
  top: 32%;
  left: 64%;
  width: 5.5%;
  padding-top: 5.5%;
}
.inquan5 {
  top: 37%;
  left: 70%;
  width: 7%;
  padding-top: 7%;
}
.inquan6 {
  top: 49.5%;
  left: 59.7%;
  width: 5.5%;
  padding-top: 5.5%;
}
.inquan7 {
  top: 61%;
  left: 48%;
  width: 7%;
  padding-top: 7%;
}
.inquan8 {
  top: 61.5%;
  left: 67.2%;
  width: 4%;
  padding-top: 4%;
}
.inquan9 {
  top: 57%;
  left: 83.5%;
  width: 6.5%;
  padding-top: 6.5%;
}
.inquan10 {
  top: 73%;
  left: 78.5%;
  width: 5.5%;
  padding-top: 5.5%;
}
.inquan11 {
  top: 82%;
  left: 69.3%;
  width: 4.5%;
  padding-top: 4.5%;
}
.inquan1 .hover1 {
  -webkit-animation: fd1 3s linear infinite;
  animation: fd1 3s linear infinite;
}
.inquan2 .hover1 {
  -webkit-animation: fd1 3s linear 0.4s infinite;
  animation: fd1 3s linear 0.4s infinite;
}
.inquan3 .hover1 {
  -webkit-animation: fd1 3s 0.8s linear infinite;
  animation: fd1 3s linear 0.8s infinite;
}
.inquan4 .hover1 {
  -webkit-animation: fd1 3s 1.2s linear infinite;
  animation: fd1 3s linear 1.2s infinite;
}
.inquan5 .hover1 {
  -webkit-animation: fd1 3s linear 1.6s infinite;
  animation: fd1 3s linear 1.6s infinite;
}
.inquan6 .hover1 {
  -webkit-animation: fd1 3s 0.8s linear infinite;
  animation: fd1 3s linear 0.8s infinite;
}
.inquan7 .hover1 {
  -webkit-animation: fd1 3s 1.2s linear infinite;
  animation: fd1 3s linear 1.2s infinite;
}
.inquan8 .hover1 {
  -webkit-animation: fd1 3s linear 1.6s infinite;
  animation: fd1 3s linear 1.6s infinite;
}
.inquan9 .hover1 {
  -webkit-animation: fd1 3s linear 0.4s infinite;
  animation: fd1 3s linear 0.4s infinite;
}
.inquan9 .dw {
  max-width: 100%;
}
.inquan10 .hover1 {
  -webkit-animation: fd1 3s 0.8s linear infinite;
  animation: fd1 3s linear 0.8s infinite;
}
.inquan11 .hover1 {
  -webkit-animation: fd1 3s 1.2s linear infinite;
  animation: fd1 3s linear 1.2s infinite;
}
@-webkit-keyframes fd1 {
  0% {
    width: 20%;
    height: 20%;
    opacity: 0.8;
  }
  50% {
    width: 100%;
    height: 100%;
    opacity: 0.4;
  }
  100% {
    width: 20%;
    height: 20%;
    opacity: 0.8;
  }
}
@keyframes fd1 {
  0% {
    width: 20%;
    height: 20%;
    opacity: 0.8;
  }
  50% {
    width: 100%;
    height: 100%;
    opacity: 0.4;
  }
  100% {
    width: 20%;
    height: 20%;
    opacity: 0.8;
  }
}
@-webkit-keyframes dw1 {
  0% {
    top: 50%;
  }
  50% {
    top: 20%;
  }
  100% {
    top: 50%;
  }
}
@keyframes dw1 {
  0% {
    top: 50%;
  }
  50% {
    top: 20%;
  }
  100% {
    top: 50%;
  }
}
.about_foot_r {
  float: right;
  width: 46%;
  position: relative;
}
.about_foot_r .text {
  padding-left: 11%;
  font-size: 20px;
  line-height: 1.7;
  color: #333333;
  letter-spacing: 0.07em;
  text-align: justify;
  margin: 27% 0;
}

.about_loc {
  background: #efefef no-repeat left center;
  background-size: auto 100%;
  overflow: hidden;
}
.about_loc_l {
  float: left;
  width: 61%;
  position: relative;
  z-index: 9;
  padding: 9.5% 0;
}
.about_loc_r {
  float: right;
  width: 39%;
  position: relative;
  background: #efefef;
  padding: 25% 0 9%;
}
.about_loc_r:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #efefef;
}
.about_loc_r .text {
  padding-left: 15%;
  letter-spacing: 0.07em;
  text-align: justify;
}
.about_loc_r .tit {
  font-size: 35px;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}
.about_loc_r .txt {
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
.about_loc_r .info {
  font-size: 20px;
  line-height: 1.7;
  color: #333333;
  margin: 14% 0 34%;
}
.about_loc_r .locion {
  font-size: 20px;
  color: #333;
  padding-left: 40px;
  background: url(../templates/default/images/locion.png) no-repeat left center;
  min-height: 31px;
}

.about_culture {
  padding: 6% 0 5%;
  background: #fff;
  overflow: hidden;
}
.about_culture .ind_tit {
  margin-bottom: 60px;
}
.about_culture_l {
  float: left;
  width: 42%;
  padding: 2.6% 0 0 2.2%;
  position: relative;
  z-index: 9;
}
.about_culture_l:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 95%;
  background: #ac1a19;
}
.about_culture_l .pic {
  width: 100%;
  height: 658px;
  background: #cfcfcf no-repeat center/cover;
  position: relative;
}
.about_culture_r {
  float: right;
  width: 42%;
  position: relative;
  padding: 7% 0 5%;
}
.about_culture_r .text {
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
  letter-spacing: 0.07em;
  text-align: justify;
}
.about_culture_r .text .li_nr {
  overflow: hidden;
  margin-bottom: 9%;
}
.about_culture_r .text .li_nr_l {
  font-size: 24px;
  font-weight: 600;
  float: left;
  line-height: 1.3;
}
.about_culture_r .text .li_nr_r {
  margin-left: 105px;
}
.about_culture_r .text .li_nr_r p {
  margin-bottom: 2%;
}

.about_honor {
  padding: 5% 0;
  background: #efefef url(../templates/default/images/ab_hono_bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.about_honor .ind_tit {
  margin-bottom: 80px;
}
.about_honor .ind_tit1,
.about_honor .ind_tit2 {
  color: #fff;
}
.about_honor_tw {
  position: relative; /*width:100%;*/
}
.about_honor_tw .tit1 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.about_honor_tw .tit1:before {
  content: '';
  height: 94px;
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #9e363d;
}
.about_honor_tw .tit1 .tit1_nr {
  display: inline-block;
  position: relative;
  padding: 15px 40px;
}
.about_honor_tw .tit1 .tit1_nr:before,
.about_honor_tw .tit1 .tit1_nr:after {
  content: '';
  height: 65px;
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
}
.about_honor_tw .tit1 .tit1_nr:before {
  left: 0;
  background: url(../templates/default/images/ab_hol.png) no-repeat center/contain;
}
.about_honor_tw .tit1 .tit1_nr:after {
  right: 0;
  background: url(../templates/default/images/ab_hor.png) no-repeat center/contain;
}
.about_honor_tw .pic {
  text-align: center;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.about_honor_tw .pic img {
  max-width: 80%;
  max-height: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_honor_point {
  position: relative;
  padding: 5px 0;
}
.about_honor_point:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.gallerythumbs1 {
  display: none;
}
.about_honor_point .point {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  margin: 40px auto;
  cursor: pointer;
  position: relative;
}
.about_honor_point .active .point:before {
  content: '';
  width: 140%;
  height: 140%;
  border: #fff dashed 1px;
  border-radius: 50%;
  position: absolute;
  top: -20%;
  left: -20%;
  margin: -1px;
}
.gallerythumbs1-next,
.gallerythumbs1-prev {
  display: none;
}

.gallerytop1-pagination {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.gallerytop1-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  margin: 40px auto;
  cursor: pointer;
  position: relative;
  opacity: 1;
}
.gallerytop1-pagination .swiper-pagination-bullet-active:before {
  content: '';
  width: 140%;
  height: 140%;
  border: #fff dashed 1px;
  border-radius: 50%;
  position: absolute;
  top: -20%;
  left: -20%;
  margin: -1px;
}

.about_hb {
  padding: 5.7% 0 4.5%;
  background: #fff;
  overflow: hidden;
}
.about_hb_nr {
  margin: 70px 0;
}
.about_hb_nr .swiper-slide {
  padding: 2px 0;
}
.about_hb_nr .pic {
  position: relative;
  width: 100%;
  padding-top: 64%;
  background: no-repeat center/contain;
  transition: 0.4s;
  border: #ececec solid 1px;
  margin: 0 -1px;
}
.about_hb_nr .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 70%;
  max-height: 70%;
  transform: translate(-50%, -50%);
}
.about_hb_nr a:hover .pic {
  box-shadow: 2px 2px 8px #ccc;
}
/*about_history*/
.about_history {
  background: url(../templates/default/images/ab_history_bg.jpg) no-repeat center/cover;
  overflow: hidden;
  padding-bottom: 1%;
}
.about_history .ind_tit {
  text-align: center;
}
.about_history .ind_tit1,
.about_history .ind_tit2 {
  color: #fff;
}
.history_year {
  color: #fff; /*background:#f1f1f1;*/
  overflow: hidden;
  position: relative;
}
.history_cont {
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.gallery-top {
  max-width: 555px;
  margin: 0 auto;
}
.history_cont .tit1 {
  font-size: 24px;
  color: #fff; /*white-space:nowrap;overflow:hidden;text-overflow:ellipsis;*/
  max-width: 555px;
  margin: 0 auto;
}
.history_cont .txt1 {
  font-size: 20px;
  color: #fff;
  max-width: 555px;
  margin: 50px auto;
}

.history_cont .swiper-slide-duplicate-prev,
.history_cont .swiper-slide-duplicate-next {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  top: 30px;
}
.history_cont .swiper-slide-next,
.history_cont .swiper-slide-prev {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
}
.history_cont .swiper-pagination {
  display: none;
}
/*.history_cont{padding:0 4rem;}*/
.history_cont .but > div {
  width: 55px;
  height: 55px;
  margin-top: -27px;
  top: 50%;
  transition: 0.33s;
  border-radius: 50%;
}
.history_cont .but > div.swiper-button-prev {
  left: 22%;
  background: rgba(255, 255, 255, 0.2) url(../templates/default/images/ab_his_prev.png) no-repeat
    center/contain;
}
.history_cont .but > div.swiper-button-next {
  right: 22%;
  background: rgba(255, 255, 255, 0.2) url(../templates/default/images/ab_his_next.png) no-repeat
    center/contain;
}
.history_cont .but > div.swiper-button-prev:hover {
  background-image: url(../images/ab_his_prevon.png);
  background-color: #fff;
}
.history_cont .but > div.swiper-button-next:hover {
  background-image: url(../images/ab_his_nexton.png);
  background-color: #fff;
}

.history_cont .swiper-slide {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  top: 0px;
}
.history_cont .swiper-slide.swiper-slide-active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.history_cont .swiper-slide.swiper-slide-prev {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
}
.history_cont .swiper-slide.swiper-slide-next {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
}
.history_cont .swiper-slide.swiper-slide-prev dl,
.history_cont .swiper-slide.swiper-slide-next dl {
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .about_history .ind_tit {
    position: absolute;
    top: 8.5%;
    left: 0;
    width: 100%;
  }
  .history_year .leftbox_hz {
    width: 100%;
    padding-top: 50%;
    position: relative;
  }
  .history_year .leftbox_hz:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200%;
    border: 1px #fff solid;
    margin: -1px;
    border-radius: 50%;
    transform: translatey(-150px);
  }
  .history_year .leftbox {
    width: 100%;
    height: 200%;
    position: absolute;
    top: -100%;
    left: 0;
    transform: rotate(-90deg) translateX(0);
  }
  .history_year .leftbox .swiper-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .history_year .leftbox .swiper-slide {
  }
  .history_year .leftbox .swiper-slide .number {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: rgba(172, 26, 25, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(90deg) translateX(-50%) translateY(-50%);
  }
  .history_year .leftbox .swiper-slide .number:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    border-radius: 50%;
  }
  .history_year .leftbox .prev_nth2Mode .number {
    left: 14%;
    top: 0;
    opacity: 1;
  }
  .history_year .leftbox .next_nth2Mode .number {
    left: 14%;
    top: 100%;
    opacity: 1;
  }
  .history_year .leftbox .prev_nth3Mode .number {
    left: 35%;
    top: 20%;
    opacity: 1;
  }
  .history_year .leftbox .next_nth3Mode .number {
    left: 35%;
    top: 80%;
    opacity: 1;
  }
  .history_year .leftbox .prev_nth4Mode .number {
    left: 50%;
    top: 50%;
  }
  .history_year .leftbox .next_nth4Mode .number {
    left: 50%;
    top: 50%;
  }
  .history_year .leftbox .prev_nth5Mode .number {
    left: 35%;
    top: 80%;
  }
  .history_year .leftbox .next_nth5Mode .number {
    left: 35%;
    top: 20%;
  }
  /*.history_year .leftbox .prev_nth2Mode{transform: rotate(20deg) translateX(15%);opacity: 1;background:rgba(0,0,0,0.2);}
	.history_year .leftbox .next_nth2Mode{transform: rotate(-20deg) translateX(15%);opacity: 1;background:rgba(0,0,0,0.2);}
	.history_year .leftbox .prev_nth3Mode{transform: rotate(40deg) translateX(35%);opacity: 1;}
	.history_year .leftbox .next_nth3Mode{transform: rotate(-40deg) translateX(35%);opacity: 1;}
	.history_year .leftbox .prev_nth4Mode{transform: rotate(60deg) translateX(35%);}
	.history_year .leftbox .next_nth4Mode{transform: rotate(-60deg) translateX(35%);}
	.history_year .leftbox .prev_nth5Mode{transform: rotate(80deg);}
	.history_year .leftbox .next_nth5Mode{transform: rotate(-80deg);}
	.history_year .leftbox .swiper-slide-active{transform: rotate(0deg) translateX(0%);background:rgba(0,0,255,0.2);}*/
  .history_year .leftbox .swiper-slide-active .number {
    opacity: 1;
    width: 166px;
    height: 166px;
    line-height: 166px;
    background: #fff;
    font-size: 54px;
    color: #1a1a1a;
  }
  .history_year .leftbox .swiper-slide-active .number:before {
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    border: #fff dashed 2px;
    margin: -2px;
  }
}

/*new*/
.ny_nav {
  overflow: hidden;
  padding-top: 6%;
}
.ny_nav li {
  width: 33.33%;
  float: left;
  max-width: 200px;
  position: relative;
  background: #cfcfcf;
}
.ny_nav li a {
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #333; /*font-weight: bold;*/
  font-size: 24px;
  position: relative;
  transition: 0.3s;
}
.ny_nav li a:hover,
.ny_nav li.on a {
  color: #fff;
}
.ny_nav li:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #ac1a19;
  overflow: hidden;
  transition: 0.3s;
}
.ny_nav li:hover:before,
.ny_nav li.on:before {
  width: 100%;
  left: 0;
}

.news {
  padding: 7.5% 0;
}
.news_top {
  position: relative;
  background: #fff;
  margin-bottom: 40px;
}
.news_top_nr {
  width: 100%;
  overflow: hidden;
}
.news_top_nr_l {
  float: right;
  width: 43%;
  padding: 65px 0;
  margin: 0 4%;
}
.news_top_nr_l .tit {
  font-size: 28px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_top_nr_l .txt {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  overflow: hidden;
  margin: 50px 0 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_top_nr_l .ckxq {
  font-size: 14px;
  color: #343434;
  padding-right: 42px;
  display: inline-block;
  transition: 0.33s;
  background: url(../images/ckxq.png) no-repeat right center;
}
.news_top_nr_l .ckxq:hover {
  padding-right: 60px;
}
.news_top_nr_r {
  float: left;
  width: 48.5%;
  margin: 0;
}
.news_top_nr_r .pic {
  width: 100%;
  height: 395px;
  background: #f1f1f1 no-repeat center/cover;
  transition: 0.3s;
}

.news_list {
  padding: 1px 0 30px;
}
.news_list li {
  position: relative;
  background: #efefef;
  margin-bottom: 40px;
  transition: 0.33s;
}
.news_list li:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #ac1a19;
  transition: 0.33s;
}
.news_list_l {
  width: 44%;
  float: right;
  overflow: hidden;
  position: relative;
}
.news_list_l .pic {
  width: 100%;
  height: 450px;
  background: #f1f1f1 no-repeat center/cover;
  transition: 0.3s;
}
.news_list_l .time1 {
  width: 78px;
  height: 78px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: 0.33s;
  text-align: center;
  font-size: 14px;
  font-family: arial;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news_list_l .time1 span {
  display: block;
  font-size: 32px;
  padding-top: 10px;
}
.news_list_r {
  width: 44%;
  padding: 65px 6%;
  float: left;
}
.news_list_r .tit {
  color: #000;
  font-size: 24px;
  margin: 25px 0;
  transition: 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list_r .txt {
  font-size: 20px;
  color: #333;
  line-height: 1.7;
  overflow: hidden;
  margin: 40px 0 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news_list_r .tim {
  font-size: 20px;
  color: #808080;
}
.news_list_l .pic:hover {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.news_list_r .tit:hover {
  color: #2567b3;
}
.news_list li:hover:before {
  width: 100%;
}

.go_list {
  padding-top: 5%;
}
.go_list a {
  display: block;
  width: 200px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #dbdbdb;
  color: #1a1a1a;
  transition: 0.33s;
}
.go_list a span {
  display: inline-block;
  padding-left: 26px;
  font-size: 20px;
  background: url(../templates/default/images/go_list.png) no-repeat left center;
}
.go_list a:hover {
  background: #ac1a19;
  color: #fff;
}
.go_list a:hover span {
  background-image: url(../templates/default/images/go_liston.png);
}
.news_xq_r {
  padding: 45px 0;
}
.news_xq_r_tit {
  border-bottom: #cecece solid 2px;
  text-align: center;
  padding-bottom: 24px;
}
.news_xq_r_tit .tit {
  font-size: 32px;
  color: #000;
}
.news_xq_r_tit .er_tit {
  font-size: 20px;
  color: #808080;
  padding: 20px 0;
  overflow: hidden;
}
.news_xq_r_tit .er_tit .spa {
  display: inline-block;
  line-height: 28px;
  padding-left: 40px;
  background: no-repeat left center;
}
.news_xq_r_tit .er_tit .spa1 {
  background-image: url(../templates/default/images/ico_time.png);
  margin-right: 80px;
}
.news_xq_r_tit .er_tit .spa2 {
  background-image: url(../templates/default/images/ico_view.png);
}

.news_xq_r .text {
  color: #333;
  font-size: 24px;
  line-height: 1.7;
  text-align: justify;
  padding: 45px 9%;
}
.news_xq_r .text p {
  margin: 0 0 15px;
}
.news_xq_r .text img {
  max-width: 65% !important;
  width: auto !important;
  height: auto !important;
}

.fanye {
  padding: 30px 9%;
  margin: 15px auto;
  overflow: hidden;
}
.fanye li {
  padding: 12px 0;
}
.fanye li a {
  display: block;
  line-height: 55px;
  font-size: 20px;
  color: #1a1a1a;
  padding-left: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.fanye li a .span_1 {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-top: -28px;
  border-radius: 50%;
  background: #b5b5b5 url(../templates/default/images/go_list.png) no-repeat center;
}
.fanye li:last-child a .span_1 {
  transform: rotateY(180deg);
}
.fanye li a:hover {
  color: #ac1a19;
}
.fanye li a:hover .span_1 {
  background-image: url(../templates/default/images/go_liston.png);
  background-color: #ac1a19;
}

/*pro*/
.pro_list {
  padding: 7.6% 0;
  background: #fff;
}
.pro_list li {
  margin-bottom: 5.2%;
  position: relative;
}
.pro_list li .pic {
  width: 100%;
  padding-top: 46%;
  background: #f1f1f1 no-repeat center/cover;
  transition: 0.33s;
}
.pro_list li .tit_en {
  font-size: 60px;
  line-height: 1;
  color: #cfcfcf;
  text-transform: uppercase;
  font-weight: bold;
}
.pro_list li .text {
  padding-left: 49%;
}
.pro_list li .tit {
  font-size: 35px;
  color: #000000;
  font-weight: bold;
  transition: 0.33s;
  margin: 25px 0 40px;
}
.pro_list li .tit span {
  font-family: 'Bahnschrift', 'Microsoft YaHei', Arial;
  font-size: 40px;
  margin-right: 20px;
}
.pro_list li .txt {
  font-size: 20px;
  color: #333;
  line-height: 1.75;
  font-family: 'HarmonyOS Sans Light', 'Microsoft YaHei Light';
  transition: 0.33s;
}
.pro_list li .pic:hover {
  box-shadow: 3px 3px 8px #000;
}

.prot_big {
  overflow: hidden;
}
.prot_big img {
  width: 100%;
}
.pro_go_list {
  padding: 3% 0;
}
.pro_go_list a {
  display: block;
  width: 200px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: #dbdbdb;
  color: #1a1a1a;
  transition: 0.33s;
}
.pro_go_list a span {
  display: inline-block;
  padding-left: 26px;
  font-size: 20px;
  background: url(../templates/default/images/go_list.png) no-repeat left center;
}
.pro_go_list a:hover {
  background: #ac1a19;
  color: #fff;
}
.pro_go_list a:hover span {
  background-image: url(../templates/default/images/go_liston.png);
}

.pro1_3 {
  position: relative;
}
.pro1_3_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pro1_3 .wp_main {
  padding: 70px 0;
  background: #fff;
  margin-top: -9%;
}
.pro1_3_l {
  float: left;
  width: 32%;
  position: relative;
  margin-left: 5%;
}
.pro1_3_r {
  float: right;
  width: 53%;
  position: relative;
  margin-right: 7%;
}
.pro1_3_r .text {
  font-size: 20px;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.07em;
  text-align: justify;
}
.pro1_3b {
  display: block;
  max-width: 90%;
  margin: 5% auto 8%;
}

.pro1_4 {
  padding: 25px 0;
}
.pro1_4_l {
  width: 73%;
  float: right;
  margin-left: -12%;
  overflow: hidden;
}
.pro1_4_l .pic {
  width: 100%;
  height: 1140px;
  background: #f1f1f1 no-repeat center top;
  background-size: 100% 100%;
}
.pro1_4_l img {
  width: 100%;
}
.pro1_4_r {
  width: 39%;
  float: left;
  position: relative;
  margin-top: 170px;
}
.pro1_4_r_nr {
  padding: 180px 15%;
  background: #fff;
}
.pro1_4_r_nr .text {
  font-size: 20px;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.07em;
  text-align: justify;
  margin: 35px 0;
}

.pro2_1 {
  background: #fff;
  padding: 7% 0;
}
.pro2_1_l {
  float: left;
  width: 26%;
  position: relative;
  margin-left: 10%;
}
.pro2_1_l h3 {
  font-size: 20px;
  color: #000;
  padding: 70px 0 30px;
  position: relative;
}
.pro2_1_l h3:before {
  content: '';
  width: 36px;
  height: 10px;
  background: #ac1a19;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.pro2_1_r {
  float: right;
  width: 55%;
  position: relative;
  margin-right: 5%;
}
.pro2_1_r .text {
  font-size: 20px;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.07em;
  text-align: justify;
}

.pro2_2 {
  background: #fff;
  padding: 1px 0;
}
.pro2_2 li {
  margin-bottom: 9.5%;
}
.pro2_2 li:last-child {
  margin-bottom: 5%;
}
.pro2_2 li .li_l {
  width: 73%;
  float: left;
  margin-right: -13%;
  overflow: hidden;
}
.pro2_2 li .li_l .pic {
  width: 100%;
  height: 623px;
  background: #f1f1f1 no-repeat center/cover;
}
.pro2_2 li .li_r {
  width: 40%;
  float: right;
  position: relative;
}
.pro2_2 li .li_r_nr {
  margin-top: 310px;
  padding: 50px 65px;
  background: #fff;
}
.pro2_2 li .li_r_nr .num {
  font-family: 'Bahnschrift', '黑体', Arial;
  font-size: 40px;
  color: #2e3180;
  font-weight: bold;
  text-align: right;
  margin-bottom: 70px;
}
.pro2_2 li .li_r_nr .text {
  font-size: 20px;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.07em;
  text-align: justify;
  margin: 70px 0;
}
.pro2_2 li:nth-child(even) .li_l {
  float: right;
  margin-right: 0;
}
.pro2_2 li:nth-child(even) .li_r {
  float: left;
  margin-right: -13%;
}
.pro2_2 li:nth-child(even) .li_r_nr .num {
  text-align: left;
}
.pro2_2 li .li_r_nr:hover {
  box-shadow: 2px 2px 8px #999;
}

.pro3_1 {
  background: #fff;
  padding: 8% 0;
}
.pro3_1_l {
  float: left;
  width: 26%;
  position: relative;
  margin-left: 10%;
}
.pro3_1_l h3 {
  font-size: 20px;
  color: #000;
  padding: 70px 0 30px;
  position: relative;
}
.pro3_1_l h3:before {
  content: '';
  width: 36px;
  height: 10px;
  background: #ac1a19;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.pro3_1_r {
  float: right;
  width: 55%;
  position: relative;
  margin-right: 5%;
}
.pro3_1_r .text {
  font-size: 20px;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.07em;
  text-align: justify;
}

.pro3_5 {
  position: relative;
}
.pro3_5 .wp_main {
  padding: 90px 0 80px;
  background: #efefef;
  margin-top: -115px;
}
.pro3_5_l {
  float: left;
  width: 19%;
  position: relative;
  margin-left: 10%;
}
.pro3_5_r {
  float: right;
  width: 55%;
  position: relative;
  margin-right: 9%;
}
.pro3_5_r .text {
  font-size: 20px;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.07em;
  text-align: justify;
}

.pro3_6 {
  padding: 8% 0;
  background: #fff;
  overflow: hidden;
}
.pro3_6_l {
  float: left;
  width: 46%;
  text-align: right;
  position: relative;
  z-index: 9;
}
.pro3_6_l img {
  max-width: 100%;
}
.pro3_6_r {
  float: right;
  width: 40%;
  position: relative;
}
.pro3_6_r .ind_tit {
  margin-bottom: 19%;
  text-align: right;
}
.pro3_6_r .text {
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
  letter-spacing: 0.07em;
  text-align: justify;
}
.pro3_6_r .text .li_nr {
  overflow: hidden;
  margin-bottom: 9%;
}
.pro3_6_r .text .li_nr_l {
  font-size: 24px;
  font-weight: 600;
  float: left;
  line-height: 1.3;
}
.pro3_6_r .text .li_nr_r {
  margin-left: 105px;
}
.pro3_6_r .text .li_nr_r p {
  margin-bottom: 2%;
}

.pro3_7 {
  padding: 40px 0 50px;
  margin-bottom: 4%;
}
.pro3_7_t {
  margin-left: 10%;
}
.pro3_7_b {
  margin: 60px auto 90px;
  margin-left: 10%;
}
.brand_adv {
}
.brand_adv .swiper-slide {
  /*height:100% !important;*/
  background: #f7f7f7 url(../images/pro3_7_b1.jpg) no-repeat center/cover;
  transition: background-color 0.33s;
}
/*.brand_adv .swiper-slide-active{background:#ac1a19;}*/
.brand_adv_nr {
  padding: 9% 11%;
  position: relative;
}
.brand_adv_nr .numb {
  font-size: 20px;
  color: #000;
  font-family: 'Bahnschrift', 'Microsoft YaHei', Arial;
  text-align: right;
  margin-bottom: -20px;
}
.brand_adv_nr .tit {
  font-size: 24px;
  color: #333;
  padding: 35px 0;
  position: relative;
  transition: 0.3s;
  font-weight: 500;
}
.brand_adv_nr .tit:before {
  content: '';
  width: 36px;
  height: 10px;
  background: #ac1a19;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.brand_adv_nr .txt {
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
  letter-spacing: 0.07em;
  text-align: justify;
  transition: 0.3s;
}
.brand_adv .swiper-slide:hover {
  background: #ac1a19;
}
.brand_adv .swiper-slide:hover .brand_adv_nr .numb {
  color: #fff;
}
.brand_adv .swiper-slide:hover .brand_adv_nr .tit {
  color: #fff;
}
.brand_adv .swiper-slide:hover .brand_adv_nr .txt {
  color: #fff;
}
.brand_adv .swiper-slide:hover .brand_adv_nr .tit:before {
  background: #fff;
}

.pro4_1 {
  background: #fff;
  padding: 7.8% 0 9.4%;
}
.pro4_1_l {
  float: left;
  width: 29%;
  position: relative;
  margin-left: 5%;
}
.pro4_1_r {
  float: right;
  width: 55%;
  position: relative;
  margin-right: 6.5%;
}
.pro4_1_r .text {
  font-size: 20px;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.07em;
  text-align: justify;
}

.pro4_3 {
  padding: 8% 0;
}
.pro4_3 ul {
  max-width: 1230px;
  margin: 0 auto;
  overflow: hidden;
}
.pro4_3 ul li {
  width: 43%;
  margin: 0 3.5%;
  float: left;
  letter-spacing: 0.1em;
}
.pro4_3 ul li .li_nr {
  padding: 60px;
  height: 610px;
  background: #fff no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
.pro4_3 ul li .li_nr:before {
  content: '';
  width: 36px;
  height: 10px;
  background: #ac1a19;
  position: absolute;
  bottom: 13%;
  left: 60px;
  transition: 0.3s;
}
.pro4_3 ul li .li_nr2:before {
  background: #fff;
}
.pro4_3 ul li .li_nr .ico {
  height: 57px;
  margin-bottom: 15px;
}
.pro4_3 ul li .li_nr .tit1 {
  font-size: 30px;
  color: #1a1a1a;
  text-transform: uppercase;
  font-family: 'HarmonyOS Sans Light', 'Microsoft YaHei Light', PingFangSC-light;
}
.pro4_3 ul li .li_nr .tit2 {
  font-size: 24px;
  color: #000000;
}
.pro4_3 ul li .li_nr .txt {
  font-size: 20px;
  line-height: 1.75;
  color: #333;
  margin: 40px 0;
  position: relative;
  z-index: 9;
}
.pro4_3 ul li .li_nr1 {
  border: #dbdbdb solid 1px;
}
.pro4_3 ul li .li_nr1:after {
  content: '';
  width: 78%;
  padding-top: 78%;
  background: #ffe5cc;
  position: absolute;
  top: 58%;
  left: 44%;
  border-radius: 50%;
}
.pro4_3 ul li .li_nr2 .tit1 {
  color: #fff;
}
.pro4_3 ul li .li_nr2 .tit2 {
  color: #fff;
}
.pro4_3 ul li .li_nr2 .txt {
  color: #fff;
}

.pro4_4 {
  padding: 25px 0;
}
.pro4_4_r {
  width: 16%;
  float: right;
  margin-right: 10%;
}
.pro4_4_r .ind_tit {
  text-align: right;
}
.pro4_4_l {
  width: 73%;
  float: left;
  position: relative;
}
.pro4_4_l .pic {
  width: 100%;
  height: 720px;
  background: #f1f1f1 no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
.pro4_4_l .text {
  width: 52%;
  position: absolute;
  left: 32%;
  bottom: 25px;
  background: rgba(255, 255, 255, 0.5);
}
.pro4_4_l .txt {
  font-size: 20px;
  line-height: 1.75;
  color: #333;
  padding: 5% 5% 8%;
}

.pro4_5 {
  background: #fff;
  padding: 10% 0 5%;
}
.pro4_5_l {
  width: 79%;
  float: right;
  margin-left: -21%;
  overflow: hidden;
}
.pro4_5_l .pic {
  width: 100%;
  height: 720px;
  background: #f1f1f1 no-repeat center/cover;
}
.pro4_5_r {
  width: 42%;
  float: left;
  position: relative;
}
.pro4_5_r_nr {
  margin-top: 360px;
  padding: 15%;
  background: #fff;
}
.pro4_5_r_nr .text {
  font-size: 20px;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.07em;
  text-align: justify;
  margin: 70px 0;
}
.pro4_5_r_nr:hover {
  box-shadow: 2px 2px 8px #999;
}

.ny_hr {
  padding: 13% 0;
  background: #fefefe url(../images/ny_hr_bg.jpg) no-repeat center/cover;
}
.ny_hr ul {
  padding: 0 4%;
  overflow: hidden;
}
.ny_hr li {
  width: 38%;
  float: left;
  margin: 0 6% 30px;
}
.ny_hr li .ind_tit {
  padding: 10%;
  background: #efefef;
  transition: 0.33s;
}
.ny_hr li .ind_tit:before {
  content: '';
  position: absolute;
  bottom: 5%;
  right: 10%;
  width: 36px;
  height: 12px;
  background: url(../images/hr_go.png) no-repeat center/contain;
  transition: 0.33s;
}
.ny_hr li a:hover .ind_tit {
  background: #ac1a19;
}
.ny_hr li a:hover .ind_tit:before {
  background-image: url(../images/hr_goon.png);
}
.ny_hr li a:hover .ind_tit1 {
  color: #fff;
}
.ny_hr li a:hover .ind_tit2 {
  color: #fff;
}

.hr1_tit {
  font-size: 24px;
  line-height: 1.7;
  color: #000000;
  text-align: center;
  padding: 5.5% 0 3%;
  border-bottom: #d0d0d0 solid 1px;
}
.hr1_list {
  padding: 6% 0;
}
.hr1_list li {
  margin-bottom: 10%;
  padding-left: 10.5%;
}
.hr1_list .li_r {
  float: right;
  width: 51%;
  height: 260px;
  background: #fefefe no-repeat center/cover;
  margin-bottom: 15px;
}
.hr1_list .li_l {
  float: left;
  width: 48%;
}
.hr1_list .li_l .num11 {
  font-family: 'Bahnschrift', '黑体', Arial;
  font-size: 99px;
  line-height: 1;
  color: #ac1a19;
  font-weight: bold;
  margin-bottom: 110px;
}
.hr1_list .li_l .tit11 {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}
.hr1_list .li_l .txt11 {
  font-size: 20px;
  color: #333333;
  margin: 15px 0;
}
.hr1_list .li_b {
  float: right;
  font-size: 20px;
  line-height: 1.75;
  padding-right: 13.4%;
}
.hr1_list .li_b .red_point {
  padding-left: 24px;
  position: relative;
  margin: 25px 0 20px;
}
.hr1_list .li_b .red_point:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-radius: 50%;
  background: #ac1a19;
}

.hr2_tit {
  text-align: center;
  padding: 5% 0;
}
.hr2_tit .txt {
  font-size: 24px;
  color: #000000;
  margin-top: 40px;
}
.join_zp {
  margin: 2% 0 9%;
  letter-spacing: 0.1em;
}
.job_list_top {
}
.job_list_top .titbox {
  background: #dbdbdb;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  padding: 0 4%;
  overflow: hidden;
}
.job_list_top .titbox1 {
  float: left;
  width: 20%;
  height: 80px;
  line-height: 80px;
}
.job_list_top .titbox2 {
  float: left;
  width: 22%;
  height: 80px;
  line-height: 80px;
}
.job_list_top .titbox3 {
  float: left;
  width: 26%;
  height: 80px;
  line-height: 80px;
}
.job_list_top .titbox4 {
  float: left;
  width: 18%;
  height: 80px;
  line-height: 80px;
}
.job_list {
  min-height: 370px;
}
.job_list li {
  border-bottom: #e4e4e4 solid 2px;
}
.job_list li .titbox {
  background: #fff;
  color: #333;
  font-size: 24px;
  padding: 0 4%;
  overflow: hidden;
  transition: 0.33s;
  cursor: pointer;
  position: relative;
}
.job_list li .titbox1 {
  float: left;
  width: 20%;
  height: 100px;
  line-height: 100px;
}
.job_list li .titbox2 {
  float: left;
  width: 22%;
  height: 100px;
  line-height: 100px;
}
.job_list li .titbox3 {
  float: left;
  width: 26%;
  height: 100px;
  line-height: 100px;
}
.job_list li .titbox4 {
  float: left;
  width: 18%;
  height: 100px;
  line-height: 100px;
}
.job_list li .xiala_jt {
  position: absolute;
  top: 0;
  right: 4%;
  width: 20px;
  height: 100px;
  background: url(../images/join_xl.png) no-repeat center;
  cursor: pointer;
}
.job_list li > .text {
  background: #fff;
  padding: 0 4%;
  height: 0;
  overflow: hidden;
  color: #333333;
  font-size: 20px;
  line-height: 1.7;
  transition: 0.33s;
}

.job_list li.on .xiala_jt {
  transform: rotateX(180deg);
}
.job_list li.on > .text {
  height: auto;
  padding: 4% 4% 6%;
}
.job_list li .join {
  padding: 0 5%;
  text-align: right;
  height: 0;
  overflow: hidden;
}
.job_list li .join a {
  display: inline-block;
  padding: 8px 12px;
  color: #006387;
  font-size: 16px;
  border: #67a2b8 solid 1px;
}
.job_list li .join a:hover {
  background: #67a2b8;
  color: #fff;
}
.job_list li.on .join {
  height: auto;
  padding: 0 5% 3%;
}

.contact {
  padding: 9% 0;
  letter-spacing: 0.1em;
}
.contact_t h3 {
  font-size: 35px;
  color: #000;
  font-weight: bold;
  margin-bottom: 4%;
}
.contact_t ul {
  overflow: hidden;
  border-bottom: #9c9c9c solid 1px;
  padding: 50px 0;
}
.contact_t ul li {
  width: 30.6%;
  margin: 1%;
  float: left;
  word-break: break-all;
}
.contact_t ul li .ico11 {
  max-height: 48px;
}
.contact_t ul li .tit11 {
  font-size: 20px;
  color: #4d4d4d;
  margin: 22px 0;
}
.contact_t ul li .txt11 {
  font-size: 20px;
  color: #000000;
}
.contact_b {
  padding-top: 3%;
}
.contact_b ul {
  overflow: hidden;
}
.contact_b ul li {
  width: 33%;
  margin: 1%;
  float: left;
  overflow: hidden;
}
.contact_b ul li .ico11 {
  max-height: 48px;
  margin-top: 40px;
}
.contact_b ul li .con_ewm {
  width: 181px;
  float: left;
}
.contact_b ul li .con_ewm img {
  width: 100%;
}
.contact_b ul li .con_ewm_r {
  margin-left: 200px;
}
.contact_b ul li .txt11 {
  font-size: 20px;
  color: #000000;
}

@media screen and (min-width: 1920px) {
  .pro1_4_l .pic {
    height: auto;
    padding-top: 103%;
  }
}

@media screen and (max-width: 1600px) {
  .wp_main {
    width: 90%;
  }
  .header .logo {
    margin-left: 4%;
  }
  .header .nav {
    margin-right: 4%;
  }

  .banner_tit .sy01 {
    font-size: 50px;
  }
  .banner_tit .sy02 {
    font-size: 16px;
  }

  .history_year .leftbox .prev_nth2Mode .number {
    left: 15%;
  }
  .history_year .leftbox .next_nth2Mode .number {
    left: 15%;
  }

  .news_list li {
    margin-bottom: 30px;
  }
  .news_list_l .pic {
    width: 100%;
    height: 360px;
  }
  .news_list_r {
    padding: 45px 6%;
  }
  .news_list_r .tit {
    margin: 20px 0;
  }
  .news_list_r .txt {
    margin: 30px 0 60px;
    font-size: 18px;
  }
  .news_xq_r .text {
    font-size: 20px;
  }
}

@media screen and (max-width: 1440px) {
  .header .logo {
    margin-top: 25px;
  }
  .header .nav_s {
    height: 100px;
  }
  .header .nav ul > li {
    height: 100px;
  }
  .header .nav ul > li > a {
    height: 100px;
    line-height: 100px;
  }
  .header .nav ul li:nth-child(4) ol {
  }
  .header .nav ul li:nth-child(5) ol {
  }
  .header .nav ul li:nth-child(6) ol {
  }
  .header .nav ul li:nth-child(7) ol {
  }

  .ind_tit1 {
    font-size: 40px;
  }
  .ind_tit2 {
    font-size: 30px;
  }

  .ind_ab_ul li b {
    font-size: 60px;
  }

  .ind_base .hover .txtl {
    font-size: 16px;
  }

  .ind_pro_l .pic {
    height: 800px;
  }
  .ind_pro_l .pic_b {
    padding: 55px 8%;
  }
  .ind_pro_ul li {
    margin: 40px 0;
  }
  /*---------------*/
  .ny_banner_nr .tit1 {
    font-size: 54px;
  }

  .about_chair_l .text {
    font-size: 18px;
  }
  .about_info_r .text {
    font-size: 18px;
  }
  .about_foot_r .text {
    font-size: 18px;
  }
  .about_loc_r .info {
    font-size: 18px;
  }

  .history_year .leftbox .prev_nth2Mode .number {
    left: 15.5%;
  }
  .history_year .leftbox .next_nth2Mode .number {
    left: 15.5%;
  }

  .pro_list li .txt {
    font-size: 18px;
  }
  .pro1_3_r .text {
    font-size: 18px;
  }
  .pro1_4_r_nr .text {
    font-size: 18px;
  }
  .pro2_1_r .text {
    font-size: 18px;
  }
  .pro2_2 li .li_l .pic {
    height: 400px;
  }
  .pro2_2 li .li_r_nr {
    margin-top: 110px;
  }
  .pro2_2 li .li_r_nr .num {
    margin-bottom: 30px;
  }
  .pro2_2 li .li_r_nr .text {
    margin: 30px 0;
    font-size: 18px;
  }

  .pro3_1_r .text {
    font-size: 18px;
  }
  .pro3_5_r .text {
    font-size: 18px;
  }
  .brand_adv_nr .txt {
    font-size: 18px;
  }

  .pro4_1_r .text {
    font-size: 18px;
  }
  .pro4_4_l .txt {
    font-size: 18px;
  }
  .pro4_4_l .pic {
    height: 520px;
  }
  .pro4_5_l .pic {
    height: 520px;
  }
  .pro4_5_r_nr {
    margin-top: 260px;
  }
  .pro4_5_r_nr .text {
    font-size: 18px;
  }

  .hr1_list .li_l .num11 {
    font-size: 79px;
  }
  .hr1_list .li_r {
    height: 250px;
  }
  .hr1_list .li_b {
    font-size: 18px;
  }
}

@media screen and (max-width: 1366px) {
  .ind_ab_l {
    width: 44%;
  }

  .history_cont .but > div.swiper-button-prev {
    left: 15%;
  }
  .history_cont .but > div.swiper-button-next {
    right: 15%;
  }
}

@media screen and (max-width: 1199px) {
  html,
  body {
    font-size: 96%;
  }
  .header {
    background: #fff;
    border-bottom: #ac1a19 solid 2px;
    font-size: 0;
    padding-top: 0;
  }
  /*.header:before{content:"";position:absolute;top:0;left:0;z-index:999;width:100%;height:100%;background:#fff;}*/
  .header .logo {
    margin: 0 0 0 1rem;
    width: auto;
    float: none;
    padding: 1rem 0;
    height: 3rem;
    display: inline-block;
    position: relative;
  }
  .header:hover .logo,
  .header1 .logo {
    margin: 0 0 0 1rem;
  }
  .header .logo img {
    display: block;
    width: auto;
    height: 2.5rem;
    max-width: 100%;
    padding-top: 0.3rem;
  }
  .header .logo .logo1 {
    display: none;
  }
  .header .logo .logo2 {
    display: none;
  }
  .header .logo .logo3 {
    display: block;
  }
  .header:hover .logo3,
  .header1 .logo3 {
    display: block;
  }
  .header .nav_mu {
    display: none;
  }
  .header .nav_s {
    display: none;
  }

  .header .nav {
    background: #ac1a19;
    z-index: 1;
    position: absolute;
    width: 90%;
    left: 5%;
    top: 5rem;
    max-width: 100%;
    height: 0;
    text-align: center;
    overflow: hidden;
    transition: 0.55s;
  }
  .header .nav1 {
    width: 90%;
    top: 5rem;
    left: 0;
    height: auto;
    padding: 2rem 5%;
    max-height: calc(100vh - 9rem);
    overflow-y: auto;
    z-index: 777;
  }
  .header .nav ul {
    overflow: hidden;
    padding: 0;
  }
  .header .nav ul li {
    position: relative;
    width: 100%;
    height: auto;
  }
  .header .nav ul > li > a {
    height: 4rem;
    line-height: 4rem;
    color: #fff;
    font-size: 1.21rem;
    text-align: left;
    margin: 0 6%;
  }
  .header1 .nav ul > li > a,
  .header:hover .nav ul > li > a {
    color: #fff;
  }

  .header .nav ul > li > span {
    right: 0;
    top: 0;
    z-index: 99;
    color: #fff;
    width: auto;
    height: 4rem;
    width: 4rem;
    cursor: pointer;
    background: none;
  }
  .header:hover .nav ul > li > span,
  .header1 .nav ul > li > span {
    background: none;
  }
  .header .nav ul > li > span:before {
    content: '+';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    text-align: center;
    width: 100%;
    height: 3.7rem;
    line-height: 3.7rem;
  }
  .header .nav ul > li:hover > span,
  .header .nav ul > li.on > span {
    width: 4rem;
    background: none;
    right: 0;
  }
  .header .nav ul > li.on > span:before {
    content: '-';
    font-size: 28px;
  }
  .header .nav ul > li:nth-of-type(1) > span {
    display: none;
  }
  .header .nav ul li ol {
    overflow: hidden;
    left: auto !important;
    top: auto;
    width: 96%;
    height: 0;
    position: relative;
    padding: 0;
    margin: 0 2%;
    background: rgba(0, 0, 0, 0.1);
  }
  .header .nav ul li ol li {
    border: none;
    width: 100%;
  }
  .header .nav ul li ol li a {
    text-align: left;
    padding: 0;
    margin: 0 7%;
    font-size: 1.15rem;
    height: 2.8rem;
    line-height: 2.8rem;
  }
  .header .nav ul li:hover ol {
    height: 0;
    padding: 0;
    left: 0;
    overflow: hidden;
  }
  .header .nav ul li.on ol {
    left: 0;
    height: auto;
    padding: 8px 0;
  }
  .header .nav ul li:hover ol li a:hover {
    color: #fff;
  }
  .m-trigger {
    display: block;
  }

  .bannerbox {
    padding-top: 5rem;
  }
  .banner_tit .sy01 {
    font-size: 4rem;
  }
  .gobot {
    width: 2rem;
    display: none;
  }

  .ind_tit1 {
    font-size: 2.5rem;
  }
  .ind_tit2 {
    font-size: 2rem;
  }

  .ind_ab .ind_tit {
    margin-bottom: 3rem;
  }
  .ind_ab_l h3 {
    font-size: 1.5rem;
    padding: 2rem 0;
  }
  .ind_ab_l .text {
    font-size: 1.25rem;
    margin: 2.8rem 0;
  }
  .ind_ab_more {
    font-size: 1.6rem;
  }
  .ind_ab_more span {
    padding: 10px 25px;
  }

  .ind_base {
  }
  .ind_base .yw_ban {
    padding: 0;
    height: 32rem;
  }
  .ind_base .hover .titl {
    font-size: 1.6rem;
  }
  .ind_base .hover .tit2 {
    font-size: 1.8rem;
  }
  .ind_base .hover .txtl {
    font-size: 15px;
    margin: 2rem 0;
  }
  .ind_base_more {
    font-size: 1.6rem;
  }
  .ind_base_more span {
    padding: 10px 25px;
  }

  .ind_ab {
    padding: 3.5rem 1%;
  }

  .ind_hb {
    padding: 3.5rem 1%;
  }

  .ind_pro {
    padding: 3.5rem 1%;
  }

  .ind_new {
    padding: 3.5rem 1%;
  }
  .ind_new .ind_tit {
    margin-bottom: 3rem;
  }

  .ind_hr {
    padding: 3.5rem 1%;
  }
  .ind_hr .txt {
    font-size: 14px;
  }

  .bottom {
    padding: 2.5rem 0;
  }

  /*------neiye------*/
  .nybanner {
    height: auto;
    width: auto;
    padding: 0 2%;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ny_banner_nr {
    padding: 5rem 0;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
  }
  .ny_banner_nr .tit0 {
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .ny_banner_nr .tit1 {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }

  .about_chair_l .text {
    font-size: 1.25rem;
  }
  .about_info_r .text {
    font-size: 1.25rem;
  }
  .about_foot_r .text {
    font-size: 1.25rem;
  }
  .about_loc_r .tit {
    font-size: 1.8rem;
  }
  .about_loc_r .txt {
    font-size: 1.5rem;
  }
  .about_loc_r .info {
    font-size: 1.25rem;
  }
  .about_loc_r .locion {
    font-size: 1.25rem;
  }

  .go_list a {
    width: 12rem;
    height: 4rem;
    line-height: 4rem;
  }
  .go_list a span {
    font-size: 1.2rem;
    background-size: auto 0.9rem;
  }
  .news {
    padding: 3rem 1%;
  }
  .news_top {
    margin-bottom: 2rem;
  }
  .news_top_nr_l {
    padding: 30px 0;
  }
  .news_top_nr_r .pic {
    height: 275px;
  }
  .news_xq_r {
    padding: 2rem 0;
  }
  .news_xq_r_tit {
    padding-bottom: 1rem;
  }
  .news_xq_r_tit .tit {
    font-size: 1.6rem;
  }
  .news_xq_r_tit .er_tit {
    font-size: 1.2rem;
  }
  .news_xq_r_tit .er_tit .spa {
    background-size: auto 90%;
    line-height: 1.4;
    padding-left: 2.2rem;
  }
  .news_xq_r_tit .er_tit .spa1 {
    margin-right: 2rem;
  }
  .news_xq_r .text {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 2rem 3%;
  }
  .fanye {
    padding: 1rem 3%;
    margin: 1rem auto;
  }
  .fanye li a {
    line-height: 3rem;
    padding-left: 4rem;
    font-size: 1.2rem;
  }
  .fanye li a .span_1 {
    width: 2.8rem;
    height: 2.8rem;
    margin-top: -1.4rem;
    background-size: auto 0.9rem;
  }

  .pro_go_list {
    padding: 2rem 0;
  }
  .pro_go_list a {
    width: 12rem;
    height: 3.5rem;
    line-height: 3.5rem;
  }
  .pro_go_list a span {
    font-size: 1.2rem;
    background-size: auto 0.9rem;
  }

  .hr2_tit .txt {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .about_history {
    padding: 3.5rem 1% 1rem;
  }
  .history_cont {
    padding: 0 4rem;
  }
  .history_cont .but > div {
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
  }
  .history_cont .but > div.swiper-button-prev {
    left: 0;
  }
  .history_cont .but > div.swiper-button-next {
    right: 0;
  }
  .history_cont .tit1 {
    font-size: 20px;
  }
  .history_cont .txt1 {
    font-size: 16px;
    margin: 2rem auto;
  }

  .history_year {
    padding-top: 1rem;
    background: none;
  }
  .history_year .leftbox {
    margin: 2rem 0;
  }
  .history_year .leftbox {
    transform: rotate(0deg) translateX(0px);
  }
  .history_year .leftbox .swiper-slide-active a {
    color: #000;
  }
  .history_year,
  .history_year .leftbox {
    width: 100%;
    height: auto;
  }
  .history_year .leftbox .swiper-container {
    padding-right: 0px;
  }
  .history_year .leftbox .swiper-slide .number {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    margin: 1rem 1%;
    padding: 1rem 0;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    background: rgba(172, 26, 25, 0.3);
  }
  .history_year .leftbox .swiper-slide-active .number {
    margin: 0.5rem 4%;
    padding: 1.5rem 0;
    background: #fff;
    color: #1a1a1a;
  }

  .about_honor_tw {
    padding: 0 30px;
  }
  .about_honor .ind_tit {
    margin-bottom: 2rem;
  }
  .about_honor_tw .tit1:before {
    display: none;
  }
  .about_honor_point {
    display: none;
  }
  .gallerythumbs1-next,
  .gallerythumbs1-prev {
    display: block;
    top: 55%;
  }
  .gallerythumbs1-next {
    right: 0;
    background: url(../images/next_point.png) no-repeat center/contain;
  }
  .gallerythumbs1-prev {
    left: 0;
    background: url(../images/prev_point.png) no-repeat center/contain;
  }

  .pro1_4_l {
    width: 100%;
    margin: 0;
  }
  .pro1_4_l .pic {
    width: 100%;
    height: auto;
    padding-top: 103%;
  }
  .pro1_4_r {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
  }
  .pro1_4_r_nr {
    padding: 3rem 8%;
    background: #fff;
  }
  .pro1_4_r_nr .text {
    font-size: 1.2rem;
    margin: 2rem 0;
  }

  .pro4_3 {
    padding: 3.5rem 0;
  }
  .pro4_3 ul li {
    width: 94%;
    margin: 1rem 3%;
  }
  .pro4_3 ul li .li_nr {
    padding: 2rem;
    height: auto;
  }
  .pro4_3 ul li .li_nr:before {
    left: 2rem;
    bottom: 2rem;
    height: 4px;
  }
  .pro4_3 ul li .li_nr .ico {
    height: 3.5rem;
    margin-bottom: 1rem;
  }
  .pro4_3 ul li .li_nr .tit1 {
    font-size: 1.8rem;
  }
  .pro4_3 ul li .li_nr .tit2 {
    font-size: 1.4rem;
  }
  .pro4_3 ul li .li_nr .txt {
    font-size: 1.2rem;
    margin: 1rem 0 2rem;
  }

  .pro4_4_r {
    width: 100%;
    margin-bottom: 2rem;
  }
  .pro4_4_l {
    width: 100%;
  }
  .pro4_4_l .pic {
    height: auto;
    padding-top: 50%;
  }
}

@media screen and (max-width: 980px) {
  .banner {
    height: auto;
    padding-top: 60%;
  }

  .ind_new_l {
    width: 100%;
    margin: 0 0 2rem;
  }
  .ind_new_r {
    width: 100%;
  }
  .ind_new_r li {
  }

  .ind_new_b {
    width: 100%;
    margin: 0;
  }
  .ind_new_b li {
    width: 100%;
    margin: 10px 0;
    border-bottom: #efefef solid 1px;
  }
  .ind_new_b li .linr {
    padding: 0;
  }

  .ind_ab_l {
    width: 100%;
    margin: 0 0 2rem;
    min-height: auto;
    padding-bottom: 4rem;
  }
  .ind_ab_r {
    width: 100%;
  }
  .ind_ab_r .pic {
    height: auto;
    padding-top: 80%;
  }
  .ind_ab_r .pic:before {
    right: -4%;
    bottom: -5%;
  }
  .ind_ab_ul li b {
    font-size: 3rem;
  }
  .ind_ab_ul li {
    font-size: 16px;
  }

  .ind_pro_l {
    width: 100%;
    margin: 0 0 2.5rem;
    display: none;
  }
  .ind_pro_l .pic {
    height: auto;
    padding-top: 80%;
  }
  .ind_pro_l .pic_b {
    padding: 2rem 6%;
  }
  .ind_pro_l .tit0 {
    font-size: 3rem;
    padding-bottom: 2rem;
  }
  .ind_pro_l .tit0:before {
    height: 0.5rem;
  }
  .ind_pro_r {
    width: 100%;
  }
  .ind_pro_ul {
    padding-top: 2rem;
  }
  .ind_pro_ul li {
    margin: 2.5rem 0;
  }
  .ind_pro_ul li .linr {
    min-height: 4rem;
    padding-left: 7rem;
    background-size: auto 4rem;
  }
  .ind_pro_ul li .tit1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .ind_pro_ul li .txt1 {
    font-size: 1.25rem;
  }
  .ind_pro_ul li .jt1 {
    height: 3.5rem;
    margin-top: 1.5rem;
  }

  .bottom_l {
    width: 100%;
    float: none;
    overflow: hidden;
    padding: 0 0 2rem;
  }
  .bottom_l .logo_ft {
    max-height: 4.5rem;
  }
  .bottom_l:before {
    display: none;
  }
  .bottom_r {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  /*--------neiye----------*/
  .about_chair {
    padding: 3.5rem 1%;
  }
  .about_chair_l {
    width: 100%;
    margin: 0 0 2rem;
    min-height: auto;
  }
  .about_chair .ind_tit {
    margin-bottom: 2rem;
  }
  .about_chair_l .text {
    margin: 2rem 0;
  }
  .about_chair_r {
    width: 100%;
  }
  .about_chair_r .pic {
    height: auto;
    padding-top: 80%;
  }
  .about_chair_r .pic:before {
    right: -4%;
    bottom: -5%;
  }

  .about_info {
    padding: 3.5rem 1%;
  }
  .about_info_l {
    width: 100%;
    margin: 0 0 2rem;
    padding: 0;
  }
  .about_info_r {
    width: 100%;
    padding: 0;
  }
  .about_info_r:before {
    display: none;
  }
  .about_info_r .text {
    padding: 6%;
    margin: 0;
  }

  .about_foot {
    padding: 3.5rem 1%;
  }
  .about_foot_l {
    width: 100%;
    margin: 0 0 2rem;
  }
  .about_foot_r {
    width: 100%;
  }
  .about_foot_r .text {
    margin: 2rem 0;
    padding: 0;
  }

  .about_loc {
    padding: 3.5rem 1%;
  }
  .about_loc_l {
    width: 100%;
    margin: 0 0 2rem;
    padding: 0;
  }
  .about_loc_r {
    width: 100%;
    padding: 0;
  }
  .about_loc_r:before {
    display: none;
  }
  .about_loc_r .text {
    padding: 6%;
    margin: 0;
  }
  .about_loc_r .tit {
    margin-bottom: 10px;
  }
  .about_loc_r .info {
    margin: 1.5rem 0;
  }

  .about_culture {
    padding: 3.5rem 1% 1rem;
  }
  .about_culture .ind_tit {
    margin-bottom: 2rem;
  }
  .about_culture_l {
    width: 98%;
    margin: 0 0 2rem;
  }
  .about_culture_l .pic {
    height: auto;
    padding-top: 60%;
  }
  .about_culture_r {
    float: right;
    width: 100%;
    position: relative;
    padding: 7% 0 5%;
  }
  .about_culture_r .text {
    font-size: 1.25rem;
  }
  .about_culture_r .text .li_nr {
    margin-bottom: 2rem;
  }
  .about_culture_r .text .li_nr_l {
    font-size: 1.5rem;
  }
  .about_culture_r .text .li_nr_r {
    margin-left: 6.5rem;
  }
  .about_culture_r .text .li_nr_r p {
    margin-bottom: 2%;
  }

  .about_honor {
    padding: 3.5rem 1% 2rem;
  }
  .about_honor_tw .tit1 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .about_honor_tw .tit1 .tit1_nr:before,
  .about_honor_tw .tit1 .tit1_nr:after {
    height: 4rem;
  }

  .about_hb {
    padding: 3.5rem 0;
  }
  .about_hb .wp_main {
    width: 89%;
  }
  .about_hb_nr {
    margin: 3rem 0 4rem;
  }

  .pro_list {
    padding: 3.5rem 0;
  }
  .pro_list li .tit_en {
    font-size: 3rem;
  }
  .pro_list li .tit {
    font-size: 2rem;
    margin: 1rem 0 1.5rem;
  }
  .pro_list li .tit span {
    font-size: 2.5rem;
  }
  .pro_list li .txt {
    font-size: 1.25rem;
  }

  .pro1_3 .wp_main {
    padding: 3rem 0;
    margin-top: -4rem;
  }
  .pro1_3_l {
    width: 90%;
    margin: 0 5% 2rem;
  }
  .pro1_3_r {
    width: 90%;
    margin: 0 5%;
  }
  .pro1_3_r .text {
    font-size: 1.2rem;
  }

  .pro2_1 {
    padding: 3.5rem 0;
  }
  .pro2_1_l {
    width: 100%;
    margin: 0 0 2rem;
  }
  .pro2_1_l h3 {
    font-size: 1.25rem;
    padding: 2rem 0;
  }
  .pro2_1_r {
    width: 100%;
    margin: 0;
  }
  .pro2_1_r .text {
    font-size: 1.2rem;
  }

  .pro2_2 li .li_l {
    margin: 0;
    width: 100%;
  }
  .pro2_2 li .li_l .pic {
    height: auto;
    padding-top: 50%;
  }
  .pro2_2 li .li_r {
    width: 100%;
    margin: 0;
  }
  .pro2_2 li .li_r_nr {
    margin-top: 0;
    padding: 2rem 5%;
    box-shadow: 2px 2px 8px #999;
  }
  .pro2_2 li .li_r_nr .num {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .pro2_2 li .li_r_nr .text {
    font-size: 1.2rem;
    margin: 2rem 0 1rem;
  }

  .pro3_1 {
    padding: 3.5rem 0;
  }
  .pro3_1_l {
    width: 100%;
    margin: 0 0 2rem;
  }
  .pro3_1_l h3 {
    font-size: 1.25rem;
    padding: 2rem 0;
  }
  .pro3_1_r {
    width: 100%;
    margin: 0;
  }
  .pro3_1_r .text {
    font-size: 1.2rem;
  }

  .pro3_5 {
  }
  .pro3_5 .wp_main {
    padding: 3rem 0;
    margin-top: -4rem;
  }
  .pro3_5_l {
    width: 90%;
    margin: 0 5% 2rem;
  }
  .pro3_5_r {
    width: 90%;
    margin: 0 5%;
  }
  .pro3_5_r .text {
    font-size: 1.2rem;
  }

  .pro3_6 {
    padding: 3.5rem 1% 1rem;
  }
  .pro3_6_l {
    width: 98%;
    margin: 0 0 2rem;
  }
  .pro3_6_l img {
    max-height: 30rem;
  }
  .pro3_6_r {
    float: right;
    width: 100%;
    position: relative;
  }
  .pro3_6_r .ind_tit {
    margin-bottom: 2rem;
  }
  .pro3_6_r .text {
    font-size: 1.2rem;
  }
  .pro3_6_r .text .li_nr {
    margin-bottom: 2rem;
  }
  .pro3_6_r .text .li_nr_l {
    font-size: 1.5rem;
  }
  .pro3_6_r .text .li_nr_r {
    margin-left: 6.5rem;
  }
  .pro3_6_r .text .li_nr_r p {
    margin-bottom: 2%;
  }

  .pro3_7 {
    padding: 2rem 0;
  }
  .pro3_7_t {
    margin: 0;
  }
  .pro3_7_b {
    margin: 2rem 0 4rem;
  }
  .brand_adv_nr .tit {
    font-size: 1.5rem;
  }
  .brand_adv_nr .txt {
    font-size: 1.2rem;
  }

  .pro4_1 {
    padding: 3.5rem 1%;
  }
  .pro4_1_l {
    width: 98%;
    margin: 0 0 2rem;
  }
  .pro4_1_l {
    width: 90%;
    margin: 0 5% 2rem;
  }
  .pro4_1_r {
    width: 90%;
    margin: 0 5%;
  }
  .pro4_1_r .text {
    font-size: 1.2rem;
  }

  .pro4_5_l {
    margin: 0;
    width: 100%;
  }
  .pro4_5_l .pic {
    height: auto;
    padding-top: 50%;
  }
  .pro4_5_r {
    width: 100%;
    margin: 0;
  }
  .pro4_5_r_nr {
    margin-top: 0;
    padding: 2rem 5%;
    box-shadow: 2px 2px 8px #999;
  }
  .pro4_5_r_nr .text {
    font-size: 1.2rem;
    margin: 2rem 0 1rem;
  }

  .contact {
    padding: 3.5rem 0;
  }
  .contact_t h3 {
    font-size: 2rem;
  }
  .contact_t ul {
    padding: 2rem 0;
  }
  .contact_t ul li {
    width: 98%;
    margin-bottom: 2rem;
  }
  .contact_b {
    padding-top: 2rem;
  }
  .contact_b ul li {
    width: 98%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 820px) {
  html,
  body {
    font-size: 94%;
  }

  .banner_tit .wp_main {
    width: 88%;
  }
  .banner_tit .sy01 {
    font-size: 24px;
  }
  .banner_tit .sy02 {
    font-size: 14px;
    margin: 10px 0;
    letter-spacing: 0;
  }

  .ind_ab_l ul {
    padding: 2rem 0;
  }
  .ind_ab_l ul li b {
    font-size: 3.75rem;
  }
  .ind_ab_l ul li .linr {
    background-size: auto 2.5rem;
    padding-left: 3rem;
  }

  .ind_hb_ul {
    margin: 1.5rem -1% 0.5rem;
  }
  .ind_hb_ul li {
    width: 31.33%;
  }
  .ind_hb_ul li .pic img {
    max-width: 80%;
    max-height: 70%;
  }
  .ind_hb_ul li:last-child {
    display: none;
  }

  .ind_new_t {
    margin-bottom: 2rem;
  }
  .ind_new_t_l {
    width: 50%;
  }
  .ind_new_t_l .pic {
    height: 260px;
  }
  .ind_new_t_r {
    width: 66%;
    height: 200px;
    margin: 30px 0 0 -16%;
  }
  .ind_new_t_r .tit {
    font-size: 1.5rem;
  }
  .ind_new_t_r .txt {
    font-size: 1.25rem;
    -webkit-line-clamp: 2;
    margin: 15px 0;
  }
  .ind_new_t_r .more {
    font-size: 1.5rem;
  }
  .ind_new_b li .time1 {
    font-size: 1.5rem;
  }
  .ind_new_b li .tit {
    font-size: 1.5rem;
    margin: 8px 0;
  }
  .ind_new_b li .txt {
    font-size: 1.25rem;
    -webkit-line-clamp: 2;
    margin: 8px 0;
  }
  .ind_new_b .more {
    font-size: 16px;
    margin: 1rem 0;
    line-height: 3rem;
  }

  .ind_hr_l {
    width: 100%;
    max-width: 100%;
    padding: 0 0 10px;
  }
  .ind_hr_r {
    width: 100%;
    max-width: 100%;
    padding: 2rem 0;
  }
  .ind_hr_r ul {
    width: 104%;
    margin: 0 -2%;
  }
  .ind_hr_r ul li .titl {
    font-size: 16px;
  }
  .ind_hr_r ul li .txtl {
    font-size: 14px;
    height: 20px;
  }

  .bottom {
    padding: 3rem 0;
  }
  .bottom_r {
  }
  .bottom_b {
    padding: 15px 0;
    text-align: center;
    line-height: 1.6;
  }
  .bottom_b .fr {
    float: none;
  }
  .bottom_link {
  }
  .bottom_link b {
    font-size: 14px;
  }
  .bottom_link a {
    font-size: 14px;
  }

  /*--------neiye----------*/

  .ny_nav li a {
    font-size: 1.4rem;
    height: 4rem;
    line-height: 4rem;
  }
  .news_list {
    padding: 1px 0 1.5rem;
  }
  .news_list li {
    margin-bottom: 1.5rem;
  }
  .news_list_l .pic {
    height: 21rem;
  }
  .news_list_r {
    padding: 2.81rem 5%;
    width: 46%;
  }
  .news_list_r .tit {
    font-size: 1.5rem;
    margin: 0;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news_list_r .txt {
    font-size: 1.25rem;
    margin: 1rem 0 2rem;
  }
  .news_list_r .tim {
    font-size: 1.25rem;
  }

  .ny_hr li {
    width: 90%;
    margin: 0 5% 2rem;
  }

  .hr1_tit {
    font-size: 1.5rem;
    padding: 3.5rem 0 3rem;
  }
  .hr1_list {
    padding: 2rem 0;
  }
  .hr1_list .li_r {
    width: 100%;
    padding-top: 25%;
    height: auto;
  }
  .hr1_list .li_l {
    width: 100%;
  }
  .hr1_list .li_l .num11 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  .hr1_list .li_l .tit11 {
    font-size: 1.5rem;
  }
  .hr1_list .li_l .txt11 {
    font-size: 1.2rem;
  }
  .hr1_list .li_b {
    font-size: 1.2rem;
  }

  .hr2_tit {
    padding: 3.5rem 1% 3rem;
  }

  .job_list_top {
  }
  .job_list_top .titbox {
    padding: 1rem 1.5rem;
    position: relative;
    font-size: 1.5rem;
  }
  .job_list_top .titbox1 {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
  }
  .job_list_top .titbox2,
  .job_list_top .titbox3,
  .job_list_top .titbox4 {
    display: none;
  }
  .job_list li .titbox {
    padding: 1rem 1.5rem;
    position: relative;
    font-size: 1.3rem;
  }
  .job_list li .titbox1 {
    width: 50%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
  }
  .job_list li .titbox2 {
    width: 50%;
    height: 3rem;
    line-height: 3rem;
  }
  .job_list li .titbox3 {
    width: 50%;
    height: 3rem;
    line-height: 3rem;
  }
  .job_list li .titbox4 {
    width: 50%;
    height: 3rem;
    line-height: 3rem;
  }
  .job_list li .titbox2,
  .job_list li .titbox3,
  .job_list li .titbox4 {
    display: none;
  }
  .job_list li .xiala_jt {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -50px;
    float: none;
  }
  .job_list li.on .titbox2,
  .job_list li.on .titbox3,
  .job_list li.on .titbox4 {
    display: block;
  }
  .job_list li.on > .text {
    padding: 0.5rem 1.5rem 2rem;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  html,
  body {
    font-size: 90%;
  }

  .bannerbox {
    position: relative;
    left: auto;
    top: auto;
  }
  .banner {
    background-image: none !important;
    height: auto;
    padding-top: 0;
  }
  .banner .wap_pic {
    display: block;
  }

  .ind_tit2 {
    font-weight: normal;
  }

  .ind_ab_ul li {
    width: 50%;
  }
  .ind_ab_ul li .linr {
    padding: 2rem 0;
  }

  .ind_base .hover {
    width: 100%;
  }
  .ind_hr_r ul li .linr {
    padding: 2rem 3%;
  }

  .bottom_r_ul {
    max-width: 100%;
  }
  .bottom_r_ewm {
    display: none;
  }
  /*--------neiye----------*/
  .black-inline {
    padding: 15px 0;
  }

  .news_top_nr {
    padding: 0 3%;
    width: 94%;
  }
  .news_top_nr_r {
    width: 100%;
    margin: 4% 0;
  }
  .news_top_nr_r .pic {
    height: 0;
    padding-top: 50%;
  }
  .news_top_nr_l {
    width: 100%;
    padding: 0 0 30px;
    margin: 0;
  }
  .news_top_nr_l .tit {
    font-size: 1.3rem;
  }
  .news_top_nr_l .txt {
    margin: 15px 0;
  }

  .pro_list li {
    margin-bottom: 2.5rem;
  }
  .pro_list li .tit_en {
    font-size: 2rem;
  }
  .pro_list li .tit {
    font-size: 1.6rem;
  }
  .pro_list li .tit span {
    font-size: 2rem;
  }
  .pro_list li .txt {
    font-size: 1.2rem;
  }
  .pro_list li .text {
    padding: 0;
  }

  .pro4_4_l .text {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
  }
  .pro4_4_l .txt {
    font-size: 1.2rem;
  }

  .contact_t h3 {
    font-size: 1.8rem;
  }
  .contact_t ul li {
    text-align: center;
  }
  .contact_t ul li .ico11 {
    max-height: 3rem;
  }
  .contact_t ul li .tit11 {
    font-size: 1.25rem;
    margin: 1rem 0;
  }
  .contact_t ul li .txt11 {
    font-size: 1.25rem;
  }

  .contact_b ul li .txt11 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 480px) {
  html,
  body {
    font-size: 85%;
  }
  .ind_tit1 {
    font-size: 2rem;
  }

  .ind_ab_ul li b {
    font-size: 2.5rem;
  }

  .ind_hb_ul li .pic {
    padding-top: 80%;
  }

  .bottom_r_ul li {
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .bottom_b span a {
    display: block;
  }
  /*---------neiye-----*/
  .about_honor_point .swiper-slide-active .point:before {
    content: '';
    width: 140%;
    height: 140%;
    border: #fff dashed 1px;
    border-radius: 50%;
    position: absolute;
    top: -20%;
    left: -20%;
    margin: -1px;
  }

  .news_list_l {
    width: 30%;
  }
  .news_list_l .pic {
    height: 9rem;
  }
  .news_list_r {
    padding: 1.5rem 5%;
    width: 60%;
  }
  .news_list_r .tit {
    margin-bottom: 0.7rem;
    font-size: 1.3rem;
  }
  .news_list_r .txt {
    display: none;
  }
  .news_list_r .tim {
    font-size: 1.1rem;
  }

  .contact_b ul li .con_ewm {
    width: 11rem;
  }
  .contact_b ul li .con_ewm_r {
    margin-left: 12rem;
  }
  .contact_b ul li .ico11 {
    max-height: 2rem;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 414px) {
  html,
  body {
    font-size: 80%;
  }

  /*--------neiye----------*/
  .job_list li .titbox1 {
    width: 100%;
  }
  .job_list li .titbox2 {
    width: 100%;
  }
  .job_list li .titbox3 {
    width: 100%;
  }
  .job_list li .titbox4 {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .ind_base .hover .titl {
    font-size: 1.4rem;
  }
  /*--------neiye----------*/
}

@media screen and (max-width: 320px) {
  html,
  body {
    min-width: 320px;
  }
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex .item {
  width: 30%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}
.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}