@charset "utf-8";
* {
  padding: 0px;
  margin: 0px;
}
body {
  font-size: 16px;
  color: #555;
  font-family: "Arial", "Noto Sans SC", "微软雅黑", sans-serif;
}
body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, i, b, em, span, form, fieldset, legend, input, textarea, select, button, th, td {
  margin: 0;
  padding: 0;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  list-style: none;
}
input, select, button, textarea {
  font-size: 14px;
  border: 0;
  background: none;
  outline: none;
  vertical-align: middle;
  font-family: "Arial", "Noto Sans SC", "微软雅黑", sans-serif;
}
button {
  overflow: visible
}
img {
  border: none;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
a:hover {
  color: #a40000;
  text-decoration: none !important;
}
.clear {
  overflow: hidden;
  clear: both;
  height: 0px;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #ccc;
}
::-webkit-scrollbar-thumb {
  background-color: #DB2841;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #DB2841;
}
::-webkit-scrollbar-thumb:active {
  background-color: #DB2841;
}
.pc-cc {
  display: block;
}
.m-cc {
  display: none;
}
.pagination {
  text-align: center;
  margin: 40px 0 0;
}
.page-num:not(:disabled) {
  cursor: pointer;
}
.page-num, .page-link {
  position: relative;
  display: inline-block;
  padding: 0 13px;
  line-height: 36px;
  color: #666;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 6px;
  font-size: 15px;
}
.page-num {
  margin: 0 6px;
}
.page-num:hover, .page-link:hover {
  background-color: #DB2841;
  color: #fff;
  border-color: #DB2841;
}
.page-num-current {
  z-index: 1;
  background-color: #DB2841;
  color: #fff;
  border-color: #DB2841;
}
.page-num-current:hover {
  color: #fff;
}
.mpnav, .text-secondarym {
  display: none;
}
@media only screen and (max-width:992px) {
  body {
    font-size: 16px;
  }
  input, select, button, textarea {
    font-size: 16px;
  }
  .container {
    padding: 0 30px;
    max-width: 100%;
  }
  input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }
  .pc-cc {
    display: none;
  }
  .m-cc {
    display: block;
  }
  .pnav {
    display: none;
  }
  .mpnav {
    display: block;
  }
  .pagination {
    margin: 0.48rem 0 0;
  }
  .page-num, .page-link {
    padding: 0 12px;
    margin: 5px;
  }
}
@media only screen and (max-width:992px) {
  html.on {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
  }
}
body {
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
@media only screen and (max-width:992px) {
  body.on {
    transform: translateX(-60%);
    -webkit-transform: translateX(-60%);
    -moz-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    -o-transform: translateX(-60%);
  }
}
@media only screen and (max-width:992px) {
  .sj_bj {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 99999;
    display: none;
  }
}
.header_top {
  padding: 20px 0;
}
.header_top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header_top .container .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.header_top .container .logo .zi {
  margin-left: 20px;
  padding-left: 30px;
  position: relative;
}
.header_top .container .logo .zi::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70px;
  background-color: #C0C0C0;
  content: "";
}
.header_top .container .logo .zi h5 {
  color: #CF0F31;
  font-size: 40px;
}
.header_top .container .logo .zi h6 {
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 8px;
}
.header_top .container .you {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.header_top .container .you .z {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header_top .container .you .z .z_tu {
  padding-top: 10px;
}
.header_top .container .you .z .you_zi {
  margin-left: 15px;
}
.header_top .container .you .z .you_zi h5 {
  font-size: 14px;
  color: #333333;
}
.header_top .container .you .z .you_zi h6 {
  font-size: 24px;
  color: #CF0F31;
  margin-top: 3px;
  font-weight: bold;
}
.header_top .container .you .y {
  width: 109px;
  margin-left: 20px;
}
.header_top .container .you .y img {
  width: 100%;
}
.header {
  width: 100%;
  background-color: #DB2841;
  z-index: 9999;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  border-bottom: 5px solid #B61A2F;
}
.header.on {
  box-shadow: 0 0 10px #fff;
  /* background-color: rgba(0, 0, 0, .8); */
}
.header .logo {
  /* width: 136px; */
  float: left;
  margin: 15px 0;
  position: relative;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
/* .header.on .logo {
    margin: 30px 0;
} */
.header .logo img {
  width: 100%;
  height: auto;
  display: block;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.heade.on .logo img {
  /* opacity: 0; */
}
.header .logo img.d_w {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header.on .logo img.d_w {
  opacity: 1;
}
.header .language {
  float: right;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  margin-top: 34px;
  margin-left: 25px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.header.on .language {
  color: #555;
}
.header .language .l_m i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
.header .language .x_l {
  width: 120px;
  padding-top: 8px;
  position: absolute;
  top: 58px;
  left: 50%;
  margin-left: -60px;
  display: none;
}
.header .language .x_l:before {
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 8px solid #535352;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
}
.header .language .x_l ul {
  padding: 5px 15px;
  background-color: #535352;
}
.header .language .x_l ul li a {
  color: #ddd;
  line-height: 36px;
  display: block;
}
.header .language .x_l ul li a:hover {
  color: #a40000;
}
.header .s_ch {
  height: 32px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  color: #234075;
  margin-top: 35px;
  margin-left: 15px;
  float: right;
  cursor: pointer;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.header.on .s_ch {
  /* color: #fff; */
}
.header .s_ch i {
  font-size: 22px;
}
.header .s_ch:hover {
  color: #a40000;
}
.header .an {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 15px;
  height: 22px;
  width: 30px;
  display: none;
}
.header .an span {
  width: 30px;
  height: 2px;
  background-color: #555;
  display: block;
  position: absolute;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.header .an span.a1 {
  top: 0;
  left: 0;
}
.header .an span.a2 {
  top: 10px;
  left: 0;
}
.header .an span.a3 {
  top: 20px;
  left: 0;
}
.header .an.n span.a2 {
  display: none;
}
.header .an.n span.a1 {
  top: 10px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header .an.n span.a3 {
  top: 10px;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.header .nav {
  width: 100%;
}
.header .nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header .nav ul li {
  /* flex: 1; */
  position: relative;
}
.header .nav .y_j {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.header .nav .y_j i {
  color: #fff;
  margin-left: 10px;
}
.header .nav .y_j a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  height: 80px;
}
.header .nav ul li:hover .y_j {
  background-color: rgba(0, 0, 0, .5);
}
.header .nav ul li.on .y_j {
  background-color: rgba(0, 0, 0, .5);
}
.header .nav .e_j {
  width: 100%;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, .5);
  /* box-shadow: 0 0 5px #aaa; */
  position: absolute;
  left: 0%;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.header .nav ul li:hover .e_j {
  opacity: 1;
  z-index: 2;
  visibility: inherit;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.header .nav .e_j a {
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  display: block;
  color: #fff;
}
@media only screen and (max-width:1200px) {
  .header .nav ul li {}
  .header .nav .y_j {}
}
@media only screen and (max-width:992px) {
  .header .nav ul li.on .y_j, .header .nav ul li:hover .y_j {
    background-color: rgba(0, 0, 0, 0);
  }
  .header .nav .y_j {
    padding: 0;
  }
  .header_top .container .logo .zi h6 {
    font-size: 16px;
    margin-top: 0;
  }
  .header .nav .y_j {
    justify-content: flex-start;
  }
  .header {
    /* background-color: #fff; */
    position: relative;
    top: auto;
    left: auto;
  }
  .header.on {
    box-shadow: none;
  }
  .header .logo {
    /* width: 188px; */
    margin: 15px 0;
  }
  .header.on .logo {
    margin: 20px 0;
  }
  .header .logo img {
    width: 100%;
    height: auto;
    display: block;
    /* opacity: 0; */
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
  }
  .header .logo img.d_w {
    opacity: 1;
  }
  .header .language {
    float: right;
    height: 32px;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    margin-top: 21px;
    margin-left: 0;
    margin-right: 50px;
    color: #555;
  }
  .header .s_ch {
    margin-top: 20px;
    margin-left: 0;
    float: left;
  }
  .header .an {
    display: block;
    right: 39px;
  }
  .header .nav {
    width: 60%;
    height: 100vh;
    padding: 10px 5% 0;
    margin: 0;
    background-color: #141414;
    position: fixed;
    top: 0;
    right: -60%;
    z-index: 9999;
    overflow: auto;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
  }
  .header .nav ul {
    width: 100%;
    float: none;
    display: block;
  }
  .header .nav ul li {
    width: 100%;
    height: auto;
    line-height: 50px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    float: none;
    padding: 5px 0;
    margin: 0;
  }
  .header .nav ul li:after {
    display: none;
  }
  .header .nav .y_j i {
    display: block;
    width: 100%;
    padding-right: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    text-align: right;
    color: #fff;
    line-height: 79px;
    z-index: 99;
  }
  .header .nav .y_j a {
    line-height: 66px;
    color: #fff;
    font-size: 22px;
    justify-content: flex-start;
    background: transparent !important;
  }
  .header .nav ul li:hover .y_j a {
    color: #fff;
  }
  .header .nav ul li.on .y_j a {
    color: #fff;
  }
  .header .nav .e_j {
    width: 100%;
    background: none;
    box-shadow: none;
    position: relative;
    left: auto;
    top: auto;
    padding: 5px 0;
    margin-left: 0;
    opacity: 1;
    visibility: inherit;
    display: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  .header .nav ul li:hover .e_j {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .header .nav .e_j a {
    line-height: 56px;
    font-size: 20px;
    text-align: left;
    color: #fff;
  }
  .header_top .container .you {
    display: none;
  }
  .header_top .container .logo .zi {
    font-size: 23px;
    margin-left: 11px;
  }
  .header_top .container .logo img {
    width: 152px;
  }
  .header .an {
    top: -55px;
  }
  .header .you_zi {
    color: #fff;
    font-size: 30px;
    margin-top: 30px;
  }
  .header .you_zi h6 {
    margin-top: 30px;
    line-height: 50px;
    font-size: 25px;
  }
  .header .z_tu {
    display: none;
  }
}
@media only screen and (max-width:640px) {
  .header .an {
    right: 15px;
  }
}
@media only screen and (max-width:320px) {
  .header .logo {
    width: 168px;
  }
  .header .language {
    margin-top: 19px;
    margin-right: 45px;
  }
}
.search {
  width: 100%;
  background-color: #a40000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.search .container {
  position: relative;
}
.search .sc_gb {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 15px;
  cursor: pointer;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.search .sc_gb:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.search .sc_gb i {
  font-size: 26px;
  line-height: 50px;
  color: #fff;
}
.search .sc_nr {
  width: 700px;
  margin: 20px auto;
}
.search input {
  width: 430px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
  float: left;
}
.search input::placeholder {
  color: #fff;
}
.search button {
  width: 70px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  float: right;
  outline: none;
}
.search button i {
  font-size: 30px;
}
@media only screen and (max-width:992px) {
  .search .sc_gb i {
    font-size: 22px;
  }
  .search .sc_nr {
    width: 90%;
  }
  .search input {
    width: 85%;
    font-size: 15px;
  }
  .search button {
    width: 15%;
  }
  .search button i {
    font-size: 26px;
  }
}
.head_h {
  width: 100%;
  height: 86px;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (max-width:992px) {
  .head_h {
    display: block;
  }
}
.pc_ban {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pc_ban .swiper-slide img {
  width: 100%;
}
.pc_ban .swiper-slide {
  overflow: hidden;
}
.pc_ban .sw_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s; */
}
/* 
.pc_ban .swiper-slide-active .sw_bg {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
} */
.pc_ban .swiper-button-prev {
  color: #fff;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  width: 30px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 12px;
}
/* .pc_ban:hover .swiper-button-prev {
    left: 15%;
    opacity: .8;
} */
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 12px;
}
.pc_ban .swiper-button-next {
  font-size: 12px;
  width: 30px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
/* .pc_ban:hover .swiper-button-next {
    right: 15%;
    opacity: .8;
} */
.pc_ban .swiper-pagination-bullet {
  transition: all .6s;
}
.pc_ban .swiper-pagination-bullet-active {
  margin: 0 4px;
  width: 40px;
  height: 8px;
  border-radius: 30px;
  background: #fff;
}
.pc_ban .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  height: 100%;
}
.pc_ban .container .zuo {
  flex: 0 0 58%;
  max-width: 58%;
}
.pc_ban .container .zuo h5 {
  width: 378px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 21px;
  color: #ffffff;
  font-weight: bold;
}
.pc_ban .container .zuo h6 {
  font-size: 54px;
  color: #ffffff;
  margin-top: 30px;
  font-weight: bold;
}
.pc_ban .container .zuo .w_z {
  font-size: 30px;
  color: #ffffff;
  margin-top: 30px;
}
.pc_ban .container .you {
  flex: 0 0 39%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pc_ban .container .you img {
  width: 100%;
  max-height: 100%;
}
@media only screen and (max-width:1200px) {
  .pc_ban .container .zuo h6 {
    font-size: 42px;
  }
}
@media only screen and (max-width:1024px) {
  .pc_ban {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (max-width:992px) {
  .pc_ban .swiper-button-prev {
    display: none;
  }
  .pc_ban .swiper-button-next {
    display: none;
  }
  .pc_ban .swiper-pagination {
    bottom: 10px;
  }
  .pc_ban .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
  }
  .pc_ban .container .zuo h6 {
    font-size: 26px;
  }
  .pc_ban .container .zuo .w_z {
    font-size: 22px;
  }
  .pc_ban .container .zuo h5 {
    width: 290px;
  }
}
/* 产品中心 */
.sy_mokuai1 {
  padding: 90px 0 144px;
}
.ggbt {
  text-align: center;
  position: relative;
  padding-bottom: 22px;
}
.ggbt::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 350px;
  height: 1px;
  background-color: #C0C0C0;
  content: "";
}
.ggbt::before {
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-color: #C41F37;
  content: "";
  z-index: 2;
}
.ggbt h5 {
  font-size: 32px;
  color: rgba(51, 51, 51, 1);
}
.ggbt h6 {
  font-size: 16px;
  color: #B3B3B3;
  margin-top: 10px;
}
.sy_mokuai1 .zuoyou {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 12px;
}
.sy_mokuai1 .zuoyou .zuo {
  flex: 0 0 20.5%;
  max-width: 20.5%;
}
.sy_mokuai1 .zuoyou .zuo .yige {
  margin-top: 20px;
}
.sy_mokuai1 .zuoyou .zuo .yige:nth-child(1) {
  margin-top: 20px;
}
.sy_mokuai1 .zuoyou .zuo .yiji_bg {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: #225242;
  font-size: 15px;
  color: #fff;
  /*height: 70px;*/
  padding: 20px;
  position: relative;
}
.sy_mokuai1 .zuoyou .zuo .yiji_bg span {
  /*word-break: break-all;*/
  width: 80%;
}
.sy_mokuai1 .zuoyou .zuo .yiji_bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  content: "";
  background-color: #C41F37;
}
.sy_mokuai1 .zuoyou .zuo .yiji_bg i {
  font-size: 14px;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: normal;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  line-height: 20px;
}
.sy_mokuai1 .zuoyou .zuo .yige ul {
  border: 1px solid #E4E4E4;
  padding: 10px;
  display: none;
  margin-top: 10px;
}
.sy_mokuai1 .zuoyou .zuo .yige ul li {
  display: flex;
  align-items: center;
  border-bottom: 2px dashed #E4E4E4;
}
.sy_mokuai1 .zuoyou .zuo .yige ul li span {
  font-size: 14px;
}
.sy_mokuai1 .zuoyou .zuo .yige ul li a {
  height: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  color: #333333;
  margin-left: 10px;
}
.sy_mokuai1 .zuoyou .you {
  flex: 0 0 76.8%;
  max-width: 76.8%;
}
.sy_mokuai1 .zuoyou .you .sy_cp_nr {
  margin-top: 20px;
  background-color: #F7F7F7;
  padding: 10px;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.sy_mokuai1 .zuoyou .you .sy_cp_nr:hover {
  background-color: #E62A41;
}
.sy_mokuai1 .zuoyou .you .sy_cp_nr .shang {
  overflow: hidden;
}
.sy_mokuai1 .zuoyou .you .sy_cp_nr .shang img {
  width: 100%;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.sy_mokuai1 .zuoyou .you .sy_cp_nr:hover .shang img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.sy_mokuai1 .zuoyou .you .sy_cp_nr .xia {
  padding-bottom: 10px;
}
.sy_mokuai1 .zuoyou .you .sy_cp_nr .xia h5 {
  font-size: 16px;
  color: #333333;
  font-family: 'ali1';
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.sy_mokuai1 .zuoyou .you .sy_cp_nr:hover .xia h5 {
  color: #fff;
}
.sy_mokuai1 .zuoyou .you .sy_cp_nr .xia .lia_an {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.sy_mokuai1 .zuoyou .you .sy_cp_nr .xia .lia_an a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90px;
  height: 50px;
  background-color: #225242;
  color: #fff;
  font-size: 16px;
  margin: 0 10px;
  border: 1px solid #225242;
}
.sy_mokuai1 .zuoyou .you .sy_cp_nr:hover .xia .lia_an a {
  border: 1px solid #E4E4E4;
  background: none;
}
.sy_mokuai1 .zuoyou .you .sy_cp_nr .xia .lia_an a:hover {
  color: #333333;
  background: #fff;
}
.ckgd {
  margin: 0 auto;
  margin-top: 48px;
  height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 0 5px #BABABA;
  width: 120px;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.ckgd:hover {
  box-shadow: 0 0 10px #999;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px)
}
.ckgd span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: "ali";
  font-size: 14px;
  color: #B3B3B3;
  font-weight: bold;
  width: 95px;
}
.ckgd i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 25px;
  height: 100%;
  background-color: #225242;
  color: #fff;
}
@media only screen and (max-width:1200px) {
  .sy_mokuai1 .zuoyou .you .sy_cp_nr .xia .lia_an a {
    width: 77px;
  }
}
@media only screen and (max-width:992px) {
  .ckgd {
    height: 58px;
    width: 189px;
  }
  .ckgd span {
    width: 140px;
    font-size: 21px;
  }
  .ckgd i {
    width: 45px;
  }
  .sy_mokuai1 .zuoyou .zuo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sy_mokuai1 .zuoyou .you {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .sy_mokuai1 .zuoyou .zuo .yiji_bg {
    font-size: 22px;
    height: 69px;
  }
  .sy_mokuai1 .zuoyou .zuo .yiji_bg i {
    width: 30px;
    height: 30px;
  }
  .sy_mokuai1 .zuoyou .zuo .yige {
    margin-top: 16px;
  }
  .sy_mokuai1 .zuoyou .zuo .yige ul li a {
    font-size: 20px;
    height: 55px;
    line-height: 55px;
  }
  .sy_mokuai1 .zuoyou .you .sy_cp_nr .xia h5 {
    font-size: 22px;
  }
  .sy_mokuai1 .zuoyou .you .sy_cp_nr .xia .lia_an a {
    width: 167px;
    height: 70px;
    font-size: 22px;
  }
  .sy_mokuai1 {
    padding: 50px 0;
  }
}
/* 企业荣誉 */
.sy_mokuai2 {
  padding: 70px 0 87px;
}
.sy_mokuai2 .ggbt h5 {
  color: #fff;
}
.sy_mokuai2 .nei_rong {
  margin-top: 63px;
}
.sy_mokuai2 .nei_rong .shang {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.sy_mokuai2 .nei_rong:hover .shang {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.sy_mokuai2 .nei_rong .shang img {
  max-width: 100%;
  box-shadow: 0 3px 4px #c4c4c4;
}
.sy_mokuai2 .nei_rong .xia {
  font-size: 19px;
  color: #333333;
  font-family: "ali";
  margin: 15px 0;
  text-align: center;
}
@media only screen and (max-width:992px) {
  .sy_mokuai2 {
    padding: 50px 0;
  }
  .sy_mokuai2 .nei_rong .xia {
    font-size: 22px;
  }
}
/* 关于我们 */
.sy_mokuai3 {
  padding: 60px 0 40px;
}
.sy_mokuai3 .neirong_nr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 34px 38px 22px;
}
.sy_mokuai3 .neirong_nr .zuo {
  flex: 0 0 85%;
  max-width: 85%;
}
.sy_mokuai3 .neirong_nr .zuo img {
  width: 100%;
  margin-top: -25px;
}
.sy_mokuai3 .neirong_nr .you {
  flex: 0 0 13%;
  max-width: 13%;
}
.sy_mokuai3 .neirong_nr .you h5 {
  font-size: 32px;
  color: #FFFFFF;
  font-family: "ali";
  text-align: center;
}
.sy_mokuai3 .neirong_nr .you h6 {
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  font-family: "ali";
  text-align: center;
  margin-top: 6px;
}
.sy_mokuai3 .neirong_nr .you .ms {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "ali1";
  margin-top: 20px;
  line-height: 17px;
}
.sy_mokuai3 .ckgd {
  background-color: #fff;
  margin: 20px auto 0;
}
@media only screen and (max-width:1200px) {
  .sy_mokuai3 .neirong_nr .zuo {
    flex: 0 0 68%;
    max-width: 68%;
  }
  .sy_mokuai3 .neirong_nr .you {
    flex: 0 0 30%;
    max-width: 30%;
    padding-top: 30px;
  }
  .sy_mokuai3 .neirong_nr .zuo img {
    margin-top: 0;
  }
}
@media only screen and (max-width:992px) {
  .sy_mokuai3 .neirong_nr {
    padding: 30px;
  }
  .sy_mokuai3 .neirong_nr .zuo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sy_mokuai3 .neirong_nr .you {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sy_mokuai3 .neirong_nr .you h6 {
    font-size: 17px;
  }
  .sy_mokuai3 .neirong_nr .you .ms {
    font-size: 20px;
    line-height: 36px;
  }
}
/* 新闻动态 */
.sy_mokuai4 {
  padding: 66px 0 78px;
}
.sy_mokuai4 .nri_orng {
  position: relative;
}
.sy_mokuai4 .nri_orng .bt {
  position: relative;
  font-size: 16px;
  color: #333333;
  padding-bottom: 24px;
  font-family: "ali";
}
.sy_mokuai4 .nri_orng .bt::after {
  left: 0;
  bottom: 0;
  width: 45px;
  height: 2px;
  background-color: #225242;
  position: absolute;
  content: "";
}
.sy_mokuai4 .nri_orng .nei_zhneg {
  margin-top: 30px;
}
.sy_mokuai4 .nri_orng .nei_zhneg .shang {
  height: 190px;
  width: 100%;
}
.sy_mokuai4 .nri_orng .nei_zhneg .xia {
  border: 1px solid #E4E4E4;
  padding: 10px 20px 30px;
}
.sy_mokuai4 .nri_orng .nei_zhneg .xia a {
  font-size: 16px;
  color: #333333;
  border-bottom: 2px dashed #E4E4E4;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  line-height: 37px;
  position: relative;
  padding-left: 20px;
}
.sy_mokuai4 .nri_orng .nei_zhneg .xia a:nth-last-child(1) {
  border-bottom: none;
}
.sy_mokuai4 .nri_orng .nei_zhneg .xia a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  animation: xq 1.5s linear infinite;
}
@keyframes xq {
  50% {
    left: -5px;
  }
  100% {
    left: 0;
  }
}
.sy_mokuai4 .ckgd {
  position: absolute;
  left: 22px;
  bottom: -12px;
  background-color: #fff;
}
.sy_mokuai4 .nri_orng .nei_zhneg .xia .miaoshu .tiao {
  display: flex;
  margin-top: 15px;
}
.sy_mokuai4 .nri_orng .nei_zhneg .xia .miaoshu .tiao i {
  flex: 0 0 16%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sy_mokuai4 .nri_orng .nei_zhneg .xia .miaoshu .tiao span {
  flex: 0 0 84%;
  font-size: 15px;
  color: #333333;
}
@media only screen and (max-width:1200px) {
  .sy_mokuai4 .nri_orng .nei_zhneg .xia .miaoshu .tiao {
    margin-top: 5px;
  }
  .sy_mokuai4 .liand_sy .nei_zhneg .xia {
    padding-bottom: 6px;
  }
}
@media only screen and (max-width:992px) {
  .sy_mokuai4 {
    padding: 0 0 50px;
  }
  .sy_mokuai4 .nri_orng {
    margin-top: 50px;
  }
  .sy_mokuai4 .nri_orng .bt {
    font-size: 22px;
  }
  .sy_mokuai4 .nri_orng .nei_zhneg .xia a {
    font-size: 20px;
    line-height: 58px;
  }
  .sy_mokuai4 .ckgd {
    position: static;
    margin-top: 33px;
  }
  .sy_mokuai4 .nri_orng .nei_zhneg .xia .miaoshu .tiao {
    margin-top: 15px;
  }
  .sy_mokuai4 .nri_orng .nei_zhneg .xia {
    padding: 30px;
  }
  .sy_mokuai4 .nri_orng .nei_zhneg .xia .miaoshu .tiao span {
    font-size: 19px;
  }
}
/* =底 */
footer {
  padding: 36px 0 15px;
}
footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .container .zuo {
  flex: 0 0 24%;
  max-width: 24%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .container .zuo .sh img {
  width: 110px;
}
footer .container .zuo .xia_y h5 {
  font-size: 20px;
  color: #fff;
}
footer .container .zuo .xia_y h6 {
  margin-top: 30px;
}
footer .container .zuo .xia_y h6 a {
  margin-left: 23px;
}
footer .container .zuo .xia_y h6 a:nth-child(1) {
  margin-left: 0;
}
footer .container .you {
  flex: 0 0 76%;
  max-width: 76%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .container .you .diz {
  flex: 1;
}
footer .container .you .diz p {
	line-height: 180%;
}
footer .container .you .diz h5 {
  font-size: 20px;
  color: #fff;
}
footer .container .you .diz .dant {
  margin-top: 10px;
}
footer .container .you .diz .dant .s {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
footer .container .you .diz .dant .s i {
margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .container .you .diz .dant .s span {
  flex: 1;
  font-size: 16px;
  color: #fff;
}
footer .container .you .yash {
  width: 100px;
}
footer .container .you .yash img {
  width: 100%;
}
footer .container .you .yash h5 {
  font-size: 16px;
  color: #fff;
  margin-top: 16px;
}
footer .di_dh {
  margin-top: 30px;
  border-top: 1px solid #E2A6AE;
  padding-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .di_dh a {
  font-size: 16px;
  color: #fff;
  margin: 0 20px;
}
@media only screen and (max-width:992px) {
  footer .container .zuo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .container .you {
    flex: 0 0 100%;
    margin-top: 50px;
    max-width: 100%;
  }
  footer .container .zuo .xia_y h6 a img {
    width: 40px;
  }
  footer .container .you .diz {
    flex: 0 0 100%;
  }
  footer .container .you .yash {
    flex: 0 0 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    /* height: 100%; */
  }
  footer .container .you .yash img {
    width: 50%;
  }
  footer .container .you .yash h5 {
    font-size: 24px;
  }
  footer .container .you .diz .dant .s span {
    font-size: 20px;
  }
  footer .container .you .diz h5 {
    font-size: 24px;
  }
  footer .di_dh {
    display: none;
  }
}
/* 关于我们 */
/* .nei_ban {
    height: 600px;
} */
.nei_ban img {
  width: 100%;
}
.erji {
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.erji a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 60px;
  width: 110px;
  font-size: 16px;
  color: #333333;
}
.erji a.on {
  color: #fff;
  background-color: #DB2841;
}
.guanyu_gk1 {
  padding: 35px 0 65px;
}
.guanyu_gk1 .guy_nr {
  margin-top: 38px;
  color: #1A1A1A;
  line-height: 30px;
}
.guanyu_gk1 .guy_nr p {
  margin: 10px 0;
}
.guanyu_gk1 .guy_nr img {
  max-width: 100%;
}
.rongyu_nr img {
  max-width: 300px;
  max-height: 300px;
  margin: 15px;
}
.rongyu_nr .tipian_pi {
  text-align: center;
  margin: 20px 0 0;
}
@media only screen and (max-width:992px) {
  .erji a {
    flex: 0 0 33.333%;
    font-size: 20px;
  }
  .guanyu_gk1 .guy_nr {
    font-size: 20px;
    line-height: 40px;
  }
}
/* 产品导航 */
.daohang {
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
.daohang a {
  line-height: 30px;
  color: #333333;
}
.daohang i {
  color: #333333;
  margin: 0 10px;
}
.daohang a:nth-last-child(1) {
  color: #CF0F31;
}
.chanp_ye {
  padding: 50px 0 330px;
}
@media only screen and (max-width:992px) {
  .chanp_ye {
    padding: 50px 0;
  }
  .daohang a {
    line-height: 50px;
    font-size: 19px;
    display: none;
  }
  .daohang a:nth-child(1) {
    display: block;
  }
  .daohang a:nth-child(2) {
    display: block;
  }
  .daohang a:nth-last-child(1) {
    display: block;
  }
  .daohang .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .daohang .container i {
    display: none;
  }
  .daohang .container i:nth-last-child(2) {
    display: block;
  }
}
/* 产品内页 */
.cpnei_sige_kuai {
  padding: 30px 0;
}
.cpnei_sige_kuai .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cpnei_sige_kuai .dand {
  flex: 0 0 23%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 换主轴方向 */
  flex-direction: column;
}
.cpnei_sige_kuai .dand .shang {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 70px;
  height: 70px;
  border: 1px solid #333333;
  border-radius: 100px;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.cpnei_sige_kuai .dand:hover .shang {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.cpnei_sige_kuai .dand h5 {
  font-size: 18px;
  color: #424242;
  margin-top: 10px;
}
@media only screen and (max-width:992px) {
  .cpnei_sige_kuai .dand {
    flex: 0 0 48%;
    margin-top: 20px;
  }
  .cpnei_sige_kuai .dand h5 {
    font-size: 23px;
    padding: 20px;
  }
  .cpnei_sige_kuai {
    padding-bottom: 50px;
  }
}
.dazuyou {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  position: relative;
}
.dazuyou .zhoingjin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dazuyou .zuo {
  flex: 0 0 50%;
  background: linear-gradient(to right, #96011d, #d61f3a) no-repeat;
  background: -webkit-linear-gradient(left, #96011d, #d61f3a) no-repeat;
  padding-left: 350px;
  padding: 60px 0 45px 350px;
}
.dazuyou .zuo h5 {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}
.dazuyou .zuo h6 {
  font-size: 21px;
  color: #FFFFFF;
  margin-top: 15px;
}
.dazuyou .zuo .xia_bt {
  margin-top: 160px;
  color: #FFFFFF;
  font-size: 40px;
  line-height: 60px;
}
.dazuyou .zuo i {
  display: block;
  margin-top: 10px;
}
.dazuyou .you {
  flex: 0 0 50%;
  background: url(../images/lvbg.jpg) no-repeat center / cover;
  padding: 80px 350px 45px 0;
	text-align: right;
	color:#fff;
	line-height: 180%;
}
.dazuyou .you h5 {
  font-size: 72px;
  font-weight: bold;
  color: #fff;
  text-align: right;
  line-height: 59px;
}
.dazuyou .you h6 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-align: right;
}
.dazuyou .you h4 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: right;
}
.dazuyou .you .ms {
  font-size: 20px;
  color: #fff;
  text-align: right;
  margin-top: 50px;
  line-height: 37px;
}
@media only screen and (max-width:1600px) {
  .dazuyou .zuo {
    padding: 60px 0 45px 256px;
  }
  .dazuyou .you {
    padding: 80px 256px 45px 0;
  }
}
@media only screen and (max-width:1400px) {
  .dazuyou .zuo {
    padding: 60px 0 45px 99px;
  }
  .dazuyou .you {
    padding: 80px 99px 45px 0;
  }
}
@media only screen and (max-width:1200px) {
  .dazuyou .zuo {
    flex: 0 0 100%;
  }
  .dazuyou .you {
    flex: 0 0 100%;
  }
}
.dazuyou .zhoingjin img {
  max-width: 300px;
  max-height: 491px;
}
@media only screen and (max-width:992px) {
  .dazuyou .zuo {
    padding: 50px;
  }
  .dazuyou .you {
    padding: 50px;
  }
  .dazuyou .you h5, .dazuyou .you h6, .dazuyou .you h4, .dazuyou .you .ms {
    text-align: left;
  }
  .dazuyou .zhoingjin {
    left: auto;
    right: 0;
    transform: translate(0%, -50%);
  }
  .dazuyou .zuo h5 {
    font-size: 40px;
  }
  .dazuyou .zuo h6 {
    font-size: 24px;
  }
}
/* 产品尺寸及参数 */
.cpcc_cs {
  padding: 40px 0;
  overflow: hidden;
}
.cpcc_cs .dandu {
  padding: 15px 40px;
  border-bottom: 1px solid #C41F37;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cpcc_cs .dandu .zuo {
  flex: 0 0 26%;
  max-width: 26%;
}
.cpcc_cs .dandu .zuo .tu img {
  max-width: 100%;
}
.cpcc_cs .dandu .zuo .zi {
  font-size: 16px;
  color: #B40729;
}
.cpcc_cs .dandu .you {
  flex: 0 0 74%;
  max-width: 74%;
}
.cpcc_cs .dandu .you img {
  max-width: 100%;
}
.cpcc_cs .container {
  margin-top: 20px;
}
.cpcc_cs .xiao_btr {
  font-size: 21px;
  color: #B40729;
  padding-top: 20px;
  text-align: center;
}
.cpcc_cs .biaoge {
  margin-top: 10px;
}
.cpcc_cs .biaoge .bg_tou {
  padding: 10px 0;
  background-color: #b40729;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* overflow: hidden; */
}
.cpcc_cs .biaoge .bg_tou::after {
  width: 300%;
  height: 100%;
  background-color: #b40729;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  position: absolute;
  content: "";
}
.cpcc_cs .biaoge span {
  font-size: 16px;
  color: #b40729;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cpcc_cs .biaoge .bg_tou span {
  text-align: center;
  color: #fff;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cpcc_cs .biaoge .biaoge_bid {
  padding: 10px 30px;
  border: 1px solid #dddddd;
}
.cpcc_cs .biaoge .biaoge_bid .hang {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding:10px 0; 
}
.cpcc_cs .biaoge span:nth-child(1) {
  flex: 0 0 13%;
  max-width: 13%;
}
.cpcc_cs .biaoge span:nth-child(2) {
  flex: 0 0 17%;
  max-width: 17%;
}
.cpcc_cs .biaoge span:nth-child(3) {
  flex: 0 0 8%;
  max-width: 8%;
}
.cpcc_cs .biaoge span:nth-child(4) {
  flex: 0 0 12%;
  max-width: 12%;
}
.cpcc_cs .biaoge span:nth-child(5) {
  flex: 0 0 12%;
  max-width: 12%;
}
.cpcc_cs .biaoge span:nth-child(6) {
  flex: 0 0 12%;
  max-width: 12%;
}
.cpcc_cs .biaoge span:nth-child(7) {
  flex: 0 0 12%;
  max-width: 12%;
}
.cpcc_cs .biaoge span:nth-child(8) {
  flex: 0 0 12%;
  max-width: 12%;
}
@media only screen and (max-width:1200px) {
  .cpcc_cs .biaoge {
    overflow-x: auto;
  }
  .cpcc_cs .biaoge .geig {
    width: 1200px;
  }
  .cpcc_cs .biaoge .bg_tou::after {
    display: none;
  }
}
@media only screen and (max-width:992px) {
  .cpcc_cs {
    padding: 50px 0;
  }
  .cpcc_cs .dandu .zuo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cpcc_cs .dandu .you {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .cpcc_cs .dandu {
    padding: 15px;
  }
  .cpcc_cs .dandu .zuo .zi {
    font-size: 20px;
  }
  .cpcc_cs .biaoge span {
    font-size: 20px;
  }
  .cpcc_cs .biaoge .bg_tou span {
    font-size: 20px;
  }
  .cpcc_cs .biaoge .geig {
    width: 1522px;
  }
  .cpcc_cs .xiao_btr {
    font-size: 25px;
  }
}
/* 轮播 */
.cp_lunb {
  height: 850px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cp_ban {
  height: 100%;
}
.cp_lunb .zuoyou {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cp_lunb .zuoyou .zuo {
  flex: 0 0 37%;
  max-width: 37%;
  position: relative;
}
.cp_lunb .zuoyou .you {
  flex: 0 0 63%;
  max-width: 63%;
  height: 550px;
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
  position: relative;
}
.cp_lunb .zuoyou .you .zy_jiant {
  position: absolute;
  left: -45px;
  top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 3;
}
.cp_lunb .zuoyou .you .zy_jiant .swiper-button-prev, .cp_lunb .zuoyou .you .zy_jiant .swiper-button-next {
  position: static;
  width: 45px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #E5E5E6;
  color: #fff;
  font-size: 18px;
}
.cp_lunb .zuoyou .you .zy_jiant .swiper-button-next {
  background-color: #FEFFFF;
  color: #ED5760;
}
.cp_lunb .zuoyou .you .swiper-pagination {
  bottom: 15px;
}
.cp_lunb .zuoyou .you .swiper-pagination-bullet {
  background: #fff;
  margin: 0 5px;
}
.lun_b_bt h5 {
  font-size: 32px;
  color: #fff;
}
.lun_b_bt h6 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  position: relative;
  padding-bottom: 18px;
}
.lun_b_bt h6::after {
  width: 250px;
  height: 2px;
  background-color: #C41F37;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.lun_b_bt .mis {
  width: 320px;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  line-height: 180%;
  max-height: 150px;
  overflow-y: auto;
}
.cp_lunb .tp_kuang {
  position: absolute;
  width: 500px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  left: 0;
  bottom: 45px;
  z-index: 3;
}
.cp_lunb .tp_kuang img {
  max-width: 100%;
  max-height: 100%;
}
.cp_lunb .zuoyou .you img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width:1200px) {
  .cp_lunb .tp_kuang {
    width: 285px;
    height: 198px;
  }
}
@media only screen and (max-width:992px) {
  .cp_lunb {
    height: auto;
    padding: 50px 0;
  }
  .cp_lunb .zuoyou .zuo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cp_lunb .zuoyou .you {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cp_lunb .tp_kuang {
    position: static;
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
  .lun_b_bt .mis {
    width: 100%;
    font-size: 20px;
    max-height: 100%;
    line-height: 37px;
  }
  .lun_b_bt h6 {
    font-size: 20px;
  }
  .cp_lunb .zuoyou .you .zy_jiant {
    display: none;
  }
}
/* 新闻 */
.xinwen {
  padding: 50px 0 75px;
}
.xinwen .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.xinwen .container .zuo {
  flex: 0 0 22%;
  max-width: 22%;
}
.xinwen .container .zuo .biaoti {
  background-color: #1e4132;
  padding: 13px 18px 18px;
  font-size: 20px;
  color: #fff;
  position: relative;
}
.xinwen .container .zuo .biaoti::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background-color: #b40729;
  content: "";
}
.xinwen .container .zuo .xia {
  border: 1px solid #dddddd;
  padding: 14px 10px;
  min-height: 200px;
}
.xinwen .container .zuo .xia a {
  display: block;
  padding: 15px 30px;
  font-size: 16px;
  color: #fff;
  background-color: #1e4132;
  margin-top: 10px;
  position: relative;
}
.xinwen .container .zuo .xia a i {
  position: absolute;
  left: 13px;
  top: 53%;
  transform: translateY(-50%);
  font-size: 13px;
  animation: xq2 1.5s linear infinite;
}
@keyframes xq2 {
  50% {
    left: 5px;
  }
  100% {
    left: 13px;
  }
}
.xinwen .container .zuo .xia a:nth-child(1) {
  margin-top: 0;
}
.xinwen .container .you {
  flex: 0 0 76%;
  max-width: 76%;
}
.xinwen .container .you .dange {
  background-color: #F7F7F7;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 176px 20px 20px;
  position: relative;
}
.xinwen .container .you .dange .ckgd_ck {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 91px;
  height: 36px;
  border: 1px solid #1e4132;
  background-color: #1e4132;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.xinwen .container .you .dange .ckgd_ck:hover {
  background-color: #fff;
  color: #1e4132;
}
.xinwen .container .you .dange:nth-child(1) {
  margin-top: 0;
}
.xinwen .container .you .dange .z {
  width: 76px;
  height: 76px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 换主轴方向 */
  flex-direction: column;
}
.xinwen .container .you .dange .z h5 {
  font-size: 32px;
  color: #333333;
  font-weight: bold;
}
.xinwen .container .you .dange .z h6 {
  font-size: 16px;
  color: #333333;
}
.xinwen .container .you .dange .y {
  flex: 1;
  padding-left: 25px;
}
.xinwen .container .you .dange .y h5 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.xinwen .container .you .dange .y h6 {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  line-height: 180%;
  margin-top: 10px;
}
@media only screen and (max-width:992px) {
  .xinwen .container .zuo .xia a {
    font-size: 19px;
  }
  .xinwen .container .you .dange .z h6 {
    font-size: 18px;
  }
  .xinwen .container .you .dange .ckgd_ck {
    position: static;
    order: 1;
    width: 100%;
    margin-top: 50px;
    height: 53px;
    font-size: 19px;
  }
  .xinwen .container .you .dange {
    padding: 20px;
    align-items: flex-start;
  }
  .xinwen .container .you .dange .z {
    width: 83px;
    height: 83px;
  }
  .xinwen .container .you .dange .y {
    flex: 0 0 80%;
    padding-left: 0;
  }
  .xinwen .container .you .dange .y h5 {
    font-size: 20px;
  }
  .xinwen .container .you .dange .y h6 {
    font-size: 19px;
    line-height: 32px;
  }
}
/* 招聘 */
.xhaopin .container .zuo .biaoti2 {
  padding: 20px 30px 20px 20px;
}
.xhaopin .ms p {
  display: block;
  margin-top: 10px;
  line-height: 180%;
  color: #fff;
  font-size: 16px;
}
.xhaopin .container .you .dange {
  padding: 20px 40px 30px 30px;
}
.xhaopin .container .you .dange .bt1 {
  font-size: 20px;
  color: #333333;
}
.xhaopin .container .you .dange .ms1 {
  color: #666666;
  margin-top: 10px;
  flex: 0 0 100%;
}
.xhaopin .container .you .dange .ms1 p {
  margin: 10px 0;
}
@media only screen and (max-width:992px) {
  .xinwen .container .zuo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xinwen .container .you {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .xhaopin .ms span {
    font-size: 20px;
  }
  .xinwen .container .zuo .biaoti {
    font-size: 27px;
  }
  .xhaopin .container .you .dange .ms1 {
    font-size: 20px;
  }
  .xhaopin .ms p {
    font-size: 20px;
    margin-top: 20px;
  }
}
/* 联系 */
.lianxi {
  padding: 50px 0 40px;
}
.lianxi .container {}
.lianxi .container .zuoyou {
  margin-top: 20px;
  background-color: #F7F7F7;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 23px;
}
.lianxi .container .zuoyou .zuo {
  flex: 0 0 50%;
  max-width: 50%;
}
.lianxi .container .zuoyou .you {
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* 换主轴方向 */
  flex-direction: column;
  padding: 40px;
}
.lianxi .container .zuoyou .you h5 {
  font-size: 27px;
  color: #333333;
}
.lianxi .container .zuoyou .you h6 {
  margin-top: 40px;
}
.lianxi .container .zuoyou .you h6 .tiao {
  display: flex;
  flex-wrap: wrap;
  padding: 9px 0;
}
.lianxi .container .zuoyou .you h6 i {
  display: block;
  width: 40px;
}
.lianxi .container .zuoyou .you h6 span {
  display: block;
  flex: 1;
  font-size: 20px;
  color: #333333;
}
.lianxi .bdmap {
  width: 100%;
  overflow: hidden;
}
.lianxi .bdmap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
@media only screen and (max-width:992px) {
  .lianxi .container .zuoyou .zuo {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lianxi .container .zuoyou .you {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px;
    margin-top: 30px;
  }
  .lianxi .container .zuoyou .you h5 {
    font-size: 24px;
  }
}
/* 侧边栏 */
.cebian {
  position: fixed;
  display: block;
  font-size: 22px;
  color: #fff;
  width: 40px;
  padding: 10px;
  height: 200px;
  background-color: #DB2841;
  right: 0;
  bottom: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 99;
}
.cebian:hover {
  color: #fff;
}
.yema {
  margin-top: 50px;
  text-align: center;
}
.yema ul li {
  display: inline-block;
  margin: 0 2px;
}
.yema ul li a {
  min-width: 40px;
  padding: 0 15px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #E4E6E9;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  color: #333;
  display: block;
}
.yema ul li a:hover {
  background-color: #1461ab;
  border: 1px solid #424242;
  color: #fff;
}
.yema ul li a.on {
  background-color: #1461ab;
  border: 1px solid #424242;
  color: #fff;
}
.yema ul li.active a {
  background-color: #424242;
  border: 1px solid #424242;
  color: #fff;
}
.pagination {
  justify-content: center;
}
@media only screen and (max-width:1024px) {
  .yema {
    margin-top: 20px;
  }
}
@media only screen and (max-width:992px) {
  .yema {
    margin-top: 10px;
  }
  .yema ul li {
    margin: 0 2px;
  }
  .yema ul li:first-child(2) {
    display: none;
  }
  .yema ul li:last-child(2) {
    display: none;
  }
  .yema ul li a {
    min-width: 30px;
    padding: 0 10px;
    height: 30px;
    font-size: 12px;
    line-height: 28px;
  }
}
@media only screen and (max-width:320px) {
  .yema ul li {
    margin: 0 1px;
  }
  .yema ul li a {
    padding: 0 6px;
  }
}
/* 模板详情页 */
.ny_nr .xw_xq {
  padding: 30px 0px;
}
.ny_nr .xw_xq .xq_lf .xq_tl {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ny_nr .xw_xq .xq_lf .xq_fc {
  width: 100%;
  border-bottom: solid 1px #cacaca;
  padding: 20px 0px;
}
.ny_nr .xw_xq .xq_lf .xq_fc .right {
  text-align: right;
}
.ny_nr .xw_xq .xq_nr {
  width: 100%;
  overflow: hidden;
  padding: 20px 0px;
  font-size: 16px;
  line-height: 200%;
}
.ny_nr .xw_xq .xq_nr img {
  max-width: 100%;
}
@media only screen and (min-height:992px) {
  .ny_nr .xw_xq .xq_nr {
    min-height: 20vh;
  }
}
.blog-single-foot {
  border-top: solid 1px #cacaca;
  padding: 20px 0 0;
}
.blog-single-foot p {
  line-height: 200%;
}
.xia_nr {
	margin:40px 0 0;
	display: grid; 
	grid-template-columns: repeat(1, 1fr); 
	grid-gap: 40px; 
}
.xia_nr .zuo {
	background: #f7f7f7;
	display: flex;
}
.xia_nr .zuo  .zz {
	padding:40px;
}
.xia_nr .zuo  .zz h5 { 
	font-size:20px;
	margin:0 0 20px;
	color:rgb(51 51 51);
}
.xia_nr .zuo  .zz h6 {
	font-size:16px;
	line-height: 180%;
}
@media only screen and (max-width:992px) {
	.xia_nr .zuo {
		display:block;
	}
	.xia_nr .zuo  .zz {
		padding:20px;
	}
	.xia_nr .zuo  .yy {
		padding:20px;
	}
	.xia_nr .zuo  .yy img {
		width:100%;
	}
}

