@charset "UTF-8";
@import url("font-awesome.min.css");
/**
 * @desc mod_style
 * @author Tven
 * @date 2023-12-7
 */
body {
  font-size: 14px;
}

/**
* $row 一行元素个数
* $gap 元素左右间距
* $bottom 元素上下间距
* $xsNum 小屏幕一行元素个数-可选值
* $xsBottom 小屏幕元素上下间距-可选值
*/
.fz_36 {  font-size: 36px;}
.fz_34 {  font-size: 34px;}
.fz_32 {  font-size: 32px;}
.fz_30 {  font-size: 30px;}
.fz_28 {  font-size: 28px;}
.fz_26 {  font-size: 26px;}
.fz_24 {  font-size: 24px;}
.fz_22 {  font-size: 22px;}
.fz_20 {  font-size: 20px;}
.fz_18 {  font-size: 18px;}
.fz_16 {  font-size: 16px;}

.fz_14 {
  font-size: 14px;
}

.fz_12 {
  font-size: 12px;
}

p {
  font-size: 16px;
}
ul:after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: 'MONTSERRAT-HAIRLINE';
  src: url("../fonts/MONTSERRAT-HAIRLINE.OTF");
}

@font-face {
  font-family: 'MONTSERRAT-BOLD';
  src: url("../fonts/MONTSERRAT-BOLD.OTF");
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: all .5s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    background: rgb(255 255 255 / 38%);
}

.header.active,.header:hover {
  background: #fff;
  border-color: transparent;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  
}
.header.active .header_center nav > ul > li > a,.header:hover .header_center nav > ul > li > a{ color:#000;}

.header .logo {
  margin-right: auto;
}

.header .logo a {
  display: inline-block;
}

.header .logo a img {
  height: 42px;
}

.header .header_center nav {
  margin-left: auto;
}

.header .header_center nav > ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.header .header_center nav > ul > li {
  position: relative;
  display: flex;
  align-items: center;
}

.header .header_center nav > ul > li.active > a {
  color: #003282;font-weight:bold;
}

.header .header_center nav > ul > li.active > a::after {
  opacity: 1;
}

.header .header_center nav > ul > li:hover > a {
  color: #003282;
}

.header .header_center nav > ul > li:hover ul {
  opacity: 1;
  pointer-events: auto;
}

.header .header_center nav > ul > li > a {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  transition: all .3s ease;
  height: 80px;
  padding: 0 1.5rem;
}

.header .header_center nav > ul > li > a::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #003282;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
}

.header .header_center nav > ul > li i {
  font-size: 14px;
  margin-left: .5rem;
  transition: all .5s ease;
  color: rgba(255, 255, 255, 0.85);
}

.header .header_center nav > ul > li ul {
  position: absolute;
  top: 100%;
  left:0;
  /*left: 50%;
  transform: translateX(-50%);*/
  padding: .5rem 0;
  background: white;
  pointer-events: none;
  opacity: 0;
  min-width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
}

.header .header_center nav > ul > li ul::after {
  content: '';
  width: 100%;
  height: .5rem;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.header .header_center nav > ul > li ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header .header_center nav > ul > li ul li a {
  width: 100%;
  padding: .5rem 0;
  color: #454545;
  white-space: nowrap;
}
.header .header_center nav > ul > li ul li i:before{
    float:right;color: #000;
}
/*.header .header_center nav > ul > li ul li:hover i{ display:block;}*/
.header .header_center nav > ul > li ul li a:hover {
  color: #02599d;
}

.header .header_center nav > ul > li ul li:last-child {
  border: none;
}
.header .header_center nav dl{ opacity: 0; position:absolute;top: 0;   left: 100%;
    
    background: white;
    pointer-events: none;
    min-width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);}
.header .header_center nav dl dd{ margin:0 !important; padding:0 .5rem;}
 .header .header_center nav dl dd a{display:block;}
.header .header_center nav > ul > li ul li:hover dl{opacity: 1;pointer-events: auto;}

.header .head_ico {

  margin-left: 1.5rem;
}

.header .head_ico > a {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: #fff;
  color: #294182;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.header .head_ico.head_search_form {
  position: relative;
}

.header .head_ico.head_search_form.active form {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%);
}

.header .head_ico.head_search_form form {
  position: absolute;
  top: calc(100% + 1.5rem);
  left: 50%;
  transform: translateX(-50%) translateY(1rem);
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}

.header .head_ico.head_search_form form::after {
  content: '';
  width: 100%;
  height: 1.5rem;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.header .head_ico.head_search_form form input {
  width: 120px;
  height: 36px;
  border: none;
  background: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 14px;
  outline: none;
}

.header .head_ico.head_search_form form button {
  width: 36px;
  height: 36px;
  border: none;
  background: #c12329;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  outline: none;
}

.banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.banner .swiper {
  height: 100%;
}

.banner .swiper .swiper-slide {
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  padding-bottom: 8%;
}

.banner .swiper .swiper-slide h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.banner .swiper .swiper-slide p {
  font-size: 1.625rem;
  opacity: .84;
}

.banner .swiper .swiper1_prev, .banner .swiper .swiper1_next {
  top: auto;
  bottom: 10%;
  background: none;
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 50%;
  border: 1px solid #c12329;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  color: #c12329;
}

.banner .swiper .swiper1_prev:hover, .banner .swiper .swiper1_next:hover {
  background: #c12329;
  color: #fff;
}

.banner .swiper .swiper1_prev::after, .banner .swiper .swiper1_next::after {
  display: none;
}

.banner .swiper .swiper1_prev i, .banner .swiper .swiper1_next i {
  font-size: 1.5rem;
}

.banner .swiper .swiper1_prev {
  left: auto;
  right: calc(50% + .875rem);
}

.banner .swiper .swiper1_next {
  right: auto;
  left: calc(50% + .875rem);
}

.index_product {
  padding: 7.5rem 0;
  padding-top: 5rem;
  overflow: hidden;
  border-radius: 0 0 1.75rem 1.75rem;
}

.e_container-27 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;

    align-items: center;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.e_container-27 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
 .e_text-29 {
    line-height: 1.5;
    font-size: 42px;
    text-align: left;
}
.e_text-30 {
    line-height: 1.8;
    max-width: none;
    min-width: 0px;
    font-size: 16px;
    color: rgba(136,136,136,1);
    margin-bottom: 0px;
    text-align: left;
    margin-top: 0px;
    font-weight: normal;
    letter-spacing: 2px;
}
.e_button-28 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 140px;
    display-radio: block;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 0px;
    transition: all .6s;
    -webkit-transition: all .6s;
    background: none;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: none;
    border: 1px solid #333;
}
.e_button-28 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden;
    color: #333;
}
.e_container-24 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.e_container-24 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
.e_loop-13{ position: relative;}
.e_loop-13 .swiper-container { overflow: hidden;
    padding-bottom: 30px;
}
.e_loop-13 .e_container-21{ background: none;}
.swiper-button-next, .swiper-button-prev {
    width: 78px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    color: #bfbfbf;
    cursor: pointer;
    z-index: 98;
}
.swiper-button-prev {
    left: 45%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
}
.swiper-button-prev::before, .swiper-button-next::before {
    content: '';
    display: block;
    width: 140%;
    height: 140%;
    opacity: 0;
    border-radius: 50%;
    background: linear-gradient(to right, rgb(14, 92, 189) 0%, rgb(14, 92, 189) 100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    transition: all 0.6s ease;
    z-index: -1;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
    transition: all 0.6s ease;
}
.swiper-button-prev:hover::before,.swiper-button-next:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.swiper-button-prev:hover::after, .swiper-button-next:hover::after {
    color: #fff;
}


.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}

.e_loop-13 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
    position: relative;
}
.e_container-17 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
}
.e_container-17 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
.e_container-17 .cbox-17-0 {
    flex: 0 0 45%;
    align-self: center;
}
.e_loop-13 .e_text-19 {
    line-height: normal;
    display-radio: -webkit-box;
    font_radio: 2;
    text-align: left;
    color: rgba(42,42,42,1);
    font-weight: bold;
    margin-top: 23px;
    max-width: 600px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 36px;
    padding-left: 0px;
}
 .e_button-25 i::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.6s ease;
}
.e_button-25 i::after {
    content: '';
    display: block;
    width: 45px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 12px;
    position: absolute;
    transform: translateY(-50%);
    transition: all 0.6s;
}
.e_button-25:hover i::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
}
.e_button-25:hover i::after {
    width: 0px;
}
.e_loop-13 .e_text-22 {
    line-height: 2;
    display-radio: -webkit-box;
    font_radio: 2;
    text-align: left;
    -webkit-line-clamp: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    color: rgba(153,153,153,1);
    margin-top: 18px;
    padding-left: 0px;
    max-width: 600px;
}
.e_button-25 {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: left;
    box-sizing: border-box;
    width: 210px;
    padding: 0;
    background_radio: 1;
    border_radio: 1;
    font_radio: 2;
    radius_radio: 1;
    margin-top: 58px;
    height: 60px;
    background: #0E5CBD;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    display-radio: flex;
    background-color: #0E5CBD;
    margin-left: 0px;
}
.e_button-25 span {
    display: block;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden;
}
.e_button-25 i {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
}
.e_container-21 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.e_container-17 .cbox-21-0 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.e_image-20 {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display-radio: 1;
    margin-top: 0px;
}
.e_image-20 img {
    width: 100%;
    max-width: 800px;
    height: 100%;
    object-fit: contain;
}
.index_product.en .left {
  margin: 0 auto;
  width: 54.125rem;
  height: 37.75rem;
  background: url(../img/xian_en.png) center no-repeat;
  background-size: contain;
}

.index_product.en .left ul li {
  width: calc((100% - 5rem)/5*2);
  margin-left: 1.25rem;
  margin-top: 1.25rem;
  transform: translate(0) !important;
}

.index_product.en .left ul li:nth-child(2) {
  transform: translateY(calc(50% + .875rem)) !important;
}

.index_product.en .left ul li:not(:first-child) {
  margin-left: calc((-100% + 5rem)/5/2 + 1.25rem);
}

.index_product.en .left ul li:nth-child(4) {
  margin-left: 1.25rem;
  margin-top: 1.75rem;
}

.index_product.en .left ul li:nth-child(5) {
  margin-left: calc((100% - 5rem)/5*2 + 2.375rem - (100% - 5rem)/5);
  margin-top: 1.75rem;
}

.index_product.en .left .guangdian {
  height: 42.625rem;
}

.index_product .left {
  width: 71.0625rem;
  height: 31.25rem;
  flex-shrink: 0;
  background: url(../img/xian.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.index_product .left .guangdian {
  width: 100%;
  height: 34.875rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
}

.index_product .left .lvse {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: screen;
}

.index_product .left .xxjd {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: color-dodge;
}

.index_product .left ul {
  width: 100%;
  flex-wrap: wrap;
}

.index_product .left ul li {
  width: calc((100% - 6rem)/8*2);
  flex-shrink: 0;
  margin-left: 1rem;
  margin-top: 1rem;
}

.index_product .left ul li:nth-child(1), .index_product .left ul li:nth-child(3), .index_product .left ul li:nth-child(5) {
  transform: translateY(calc(50% + .75rem));
}

.index_product .left ul li:not(:first-child) {
  margin-left: calc((-100% + 6rem)/8/2 + 1rem);
}

.index_product .left ul li:nth-child(6) {
  margin-left: calc((100% - 6rem)/8*2 + 2rem - (100% - 6rem)/8/2);
  margin-top: 1.375rem;
}

.index_product .left ul li:nth-child(7) {
  margin-left: calc((100% - 6rem)/8*2 - 2rem - (100% - 6rem)/8/2);
  margin-top: 1.375rem;
}

.index_product .left ul li a {
  display: block;
  padding-top: 85.49%;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  position: relative;
  background-image: linear-gradient(45deg, rgba(96, 186, 251, 0.85), rgba(96, 186, 251, 0.2), rgba(112, 213, 254, 0.5), rgba(166, 210, 255, 0.85));
  background-size: 400%;
}

.index_product .left ul li a.active {
  animation: gradient 1s linear;
  animation-fill-mode: forwards;
}

.index_product .left ul li a.active span {
  color: #c12329;
}

.index_product .left ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  transition: all .3s ease;
  font-size: 1.25rem;
}

.index_product .left ul li a span i {
  font-size: 2.5rem;
  display: block;
}

.index_product .right {
  width: 23.75rem;
  height: 38.75rem;
}

.index_product .right .item:first-child {
  margin-bottom: 2rem;
}

.index_product .right .item a {
  display: block;
  border: 2px solid #60bafb;
  padding: .625rem 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}

.index_product .right .item a:hover h3 {
  color: #c12329;
  border-color: #c12329;
}

.index_product .right .item a:hover h3 .mod_more a, .index_product .right .item a:hover h3 .mod_more span {
  background: transparent;
  border: 1px solid #c12329;
}

.index_product .right .item a:hover h3 .mod_more a i, .index_product .right .item a:hover h3 .mod_more span i {
  background: #c12329;
  transform: translateX(0.5rem);
}

.index_product .right .item a:hover h3 .mod_more a i::after, .index_product .right .item a:hover h3 .mod_more a i::before, .index_product .right .item a:hover h3 .mod_more span i::after, .index_product .right .item a:hover h3 .mod_more span i::before {
  border-color: #c12329;
}

.index_product .right .item a:hover h3 .mod_more a i::before, .index_product .right .item a:hover h3 .mod_more span i::before {
  transform: rotate(-45deg);
}

.index_product .right .item a::after {
  content: '';
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  left: .625rem;
  top: .625rem;
  position: absolute;
  z-index: -1;
  box-shadow: inset 0 0 2.5rem rgba(0, 76, 196, 0.75);
}

.index_product .right .item a .img {
  padding-top: 63%;
  position: relative;
}

.index_product .right .item a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  max-height: 80%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.index_product .right .item a h3 {
  color: #fff;
  margin: 0;
  padding: .5rem 1rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .3s ease;
}

.index_product .right .item a h3 strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_product .right .item a h3 .mod_more a, .index_product .right .item a h3 .mod_more span {
  background: transparent;
  border: 1px solid #fff;
}

.index_product .right .item a h3 .mod_more a i, .index_product .right .item a h3 .mod_more span i {
  background: #fff;
}

.index_product .right .item a h3 .mod_more a i::after, .index_product .right .item a h3 .mod_more a i::before, .index_product .right .item a h3 .mod_more span i::after, .index_product .right .item a h3 .mod_more span i::before {
  border-color: #fff;
}

.index_product .right .item a .jiao {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.index_product .right .item a .jiao i {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
}

.index_product .right .item a .jiao i::after, .index_product .right .item a .jiao i::before {
  position: absolute;
  content: '';
  background: #60bafb;
}

.index_product .right .item a .jiao i::after {
  width: 4px;
  height: 1.875rem;
}

.index_product .right .item a .jiao i::before {
  height: 4px;
  width: 1.875rem;
}

.index_product .right .item a .jiao i:nth-child(1) {
  top: 0;
  left: 0;
}

.index_product .right .item a .jiao i:nth-child(1)::after {
  top: -3px;
  left: -3px;
}

.index_product .right .item a .jiao i:nth-child(1)::before {
  left: -3px;
  top: -3px;
}

.index_product .right .item a .jiao i:nth-child(2) {
  top: 0;
  right: 0;
}

.index_product .right .item a .jiao i:nth-child(2)::after {
  top: -3px;
  right: -3px;
}

.index_product .right .item a .jiao i:nth-child(2)::before {
  right: -3px;
  top: -3px;
}

.index_product .right .item a .jiao i:nth-child(3) {
  bottom: 0;
  right: 0;
}

.index_product .right .item a .jiao i:nth-child(3)::after {
  right: -3px;
  bottom: -3px;
}

.index_product .right .item a .jiao i:nth-child(3)::before {
  right: -3px;
  bottom: -3px;
}

.index_product .right .item a .jiao i:nth-child(4) {
  bottom: 0;
  left: 0;
}

.index_product .right .item a .jiao i:nth-child(4)::after {
  left: -3px;
  bottom: -3px;
}

.index_product .right .item a .jiao i:nth-child(4)::before {
  left: -3px;
  bottom: -3px;
}

.index_product .right .item a .guang {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: screen;
}

.index_product .right .item a .guang i {
  position: absolute;
  background: radial-gradient(#265a94, rgba(38, 90, 148, 0.75), rgba(38, 90, 148, 0), rgba(38, 90, 148, 0), rgba(38, 90, 148, 0));
  border-radius: 50%;
}

.index_product .right .item a .guang i:nth-child(1) {
  width: 1rem;
  height: 80%;
  left: 0;
  top: 50%;
  transform: translate(calc(-50% - 1px), -50%);
}

.index_product .right .item a .guang i:nth-child(2) {
  height: 1rem;
  width: 80%;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-50% - 1px));
}

.index_product .right .item a .guang i:nth-child(3) {
  width: 1rem;
  height: 80%;
  right: 0;
  top: 50%;
  transform: translate(calc(50% + 1px), -50%);
}

.index_product .right .item a .guang i:nth-child(4) {
  height: 1rem;
  width: 80%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(50% + 1px));
}

.index_product .right .tab-content > .tab-pane.show {
  display: block;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 100%;
  }
}

.index_solution {
  position: relative;
  padding: 6.25rem 0;
}

.index_solution .flex {
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .index_solution .flex .item {
    width: calc((100% - (2 - 1) * 15px) / 2);
    margin-bottom: 10px;
  }
  .index_solution .flex .item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .index_solution .flex .item {
    width: calc((100% - (3 - 1) * 1.5rem)/3);
    margin-bottom: 1.5rem;
  }
  .index_solution .flex .item:not(:nth-child(3n)) {
    margin-right: 1.5rem;
  }
}

.index_solution .flex .item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem .875rem 1.25rem 0;
  color: #fff;
  transition: all .3s ease;
}

.index_solution .flex .item a:hover {
  color: #c12329;
}

.index_solution .flex .item a:hover h4 span::after {
  background: #c12329;
}

.index_solution .flex .item a:hover .img {
  transform: scale(1.1);
}

.index_solution .flex .item a h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.index_solution .flex .item a h4 i {
  display: block;
  font-size: 2rem;
  margin-bottom: .5rem;
}

.index_solution .flex .item a h4 span {
  display: inline-block;
  padding-bottom: 1rem;
  position: relative;
  font-weight: bold;
  white-space: nowrap;
}

.index_solution .flex .item a h4 span::after {
  content: '';
  width: 2.625rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all .3s ease;
}

.index_solution .flex .item a .img {
  padding-top: 56%;
  transition: all .5s ease;
  filter: brightness(0.8);
}

.index_porfile {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
}

.index_porfile .mod_title span {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.index_porfile img {
  max-height: 51.75rem;
}

.index_porfile .container {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.index_porfile h1 {
  color: #333;
  margin-bottom: 1.25rem;
}

.index_porfile p {
  line-height: 2;
  color: #454545;
}

.index_video {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  width: 100%;
  overflow: hidden;
}

.index_video .video {
  padding-top: 55%;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
}

.index_video .video .mod_video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.index_video h3 {
  padding: 1rem 0;
  text-align: center;
  color: #606061;
  border-bottom: 1px solid #bebdbd;
}

.index_video .left {
  width: 67.5%;
}

.index_video .right {
  width: calc(32.5% - 3.125rem);
}

.index_video .right .item:last-child {
  margin-top: 1.25rem;
}

.index_news {
  padding: 7.5rem 0;
  padding-bottom: 5rem;
}

.index_news .news_list {
  margin-top: 5rem;
}

@media (max-width: 991px) {
  .index_news .news_list .item {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .index_news .news_list .item {
    width: calc((100% - (3 - 1) * 5rem)/3);
    margin-bottom: 5rem;
  }
  .index_news .news_list .item:not(:nth-child(3n)) {
    margin-right: 5rem;
  }
}

.index_news ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_news ul li {
  margin: 0 1rem;
}

.index_news ul li a {
  padding: .5rem 1.5rem;
  border: 1px solid #c12329;
  color: #c12329;
  display: block;
  border-radius: .5rem 0 .5rem 0;
  transition: all .3s ease;
}

.index_news ul li a.active {
  background: #c12329;
  color: #fff;
}

.ab_pos {
	width: 100%;
	height: auto;z-index: 11;
	margin: -70px auto 0;
	padding: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.ab_pos i {
	display: block;
	width: calc(50% - 700px);
	height: 70px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 0
}
.ab_pos .pos_main {
	width: 1400px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.pos_main ul {
	float: left
}
.pos_main ul li {
	height: 70px;
	float: left;
	position: relative
}
.pos_main ul li em {
	display: block;
	width: 1px;
	height: 18px;
	margin: 26px auto;
	padding: 0;
	background-color: #ddd
}
.pos_main ul li a {
	display: block;box-sizing: unset;
	width: auto;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 10px 25px
}
.pos_main ul li.webactive a, .pos_main ul li:hover a {
	background-color: #EF3B1B;
	color: #fff
}
.pos_main p {
	width: auto;
	max-width: 72%;
	height: 70px;
	overflow: hidden;
	line-height: 50px;
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 10px 0;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.pos_main p img.ab_mbx {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin: -2px 6px 0 0
}
.pos_main p img.ab_mbxJt {
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin: -2px 8px 0
}
.pos_main p a {
	color: #333
}
.pos_main p a:hover {
	color: #EF3B1B
}
.pos_main p span {
	color: #999
}
.webproducts {
	width: 1400px;
	height: auto;
	min-height: 320px;
	margin: 80px auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.webproducts .webpro_left {
	width: 23.5%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left
}
.webproducts .webpro_yb {
	width: 76.5%;
	height: auto;
	margin: 0;
	padding: 0 0 0 30px;
	float: right;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.webpro_yb .webpro_list {
	min-height: 540px;
}
.webpro_yb .webpro_list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
	transition: all .3s;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #ddd
}
.webpro_yb .webpro_list li:nth-child(3n+3) {
	margin-right: 0
}
.webpro_yb .webpro_list li .pic {
	display: block;
	height: 345px;
	text-align: center;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	overflow: hidden;
	position: relative;
	background: #fff
}
.webpro_yb .webpro_list li .pic img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}
.webpro_yb .webpro_list li .pic:after {
	content: '';
	display: block;
	background: rgba(239,59,27,.65) url(../images/view.png) center center no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	transform: scale(.1);
	opacity: 0;
	transition: all .35s ease
}
.webpro_yb .webpro_list li:hover .pic:after {
	transform: translate(0, 0) scale(1);
	opacity: 1
}
.webpro_yb .webpro_list li .wz {
	overflow: hidden;
	padding: 15px 0
}
.webpro_yb .webpro_list li .wz .tlt {
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 3%
}
.webpro_yb .webpro_list li .wz p {
	text-align: center;
	font-size: 16px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.webpro_yb .webpro_list li .wz p img {
	display: inline-block;
	margin: -4px 6px 0 0
}
.webpro_yb .webpro_list li:hover .pic img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1)
}
.webpro_yb .webpro_list li:hover .wz .tlt {
	color: #EF3B1B
}
.webpro_yb .webpro_list li:hover {
	border-bottom: 1px solid #EF3B1B
}
@media (max-width:1440px) {
.webproducts {
	width: 100%;
	margin: 60px auto;
	padding: 0 60px
}
.webpro_yb #fengye {
	margin: 30px auto 0
}
}
@media (max-width:1200px) {
.webproducts {
	padding: 0 40px
}
.webpro_yb #fengye {
	margin: 35px auto 0
}
.webpro_yb .webpro_list li .pic {
	height: 300px
}
}
@media (max-width:1079px) {
.webpro_yb .webpro_list li {
	width: 48.5%;
	margin-right: 3%
}
.webpro_yb .webpro_list li:nth-child(2n+2) {
	margin-right: 0
}
.webpro_yb .webpro_list li:nth-child(3n+3) {
	margin-right: 3%
}
.webpro_yb .webpro_list li:nth-child(6n+6) {
	margin-right: 0
}
.webpro_yb #fengye {
	margin: 40px auto 0
}
}
@media (max-width:1023px) {
.webpro_yb .webpro_list li .pic {
	height: 320px
}
}
@media (max-width:800px) {
.webproducts {
	margin: 40px auto;
	padding: 0 20px
}
.webproducts .webpro_left {
	width: 100%;
	margin: 0 auto;
	float: inherit
}
.webproducts .webpro_yb {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	float: inherit
}
.webpro_yb #fengye {
	margin: 20px auto 0
}
}
@media (max-width:767px) {
.webproducts {
	margin: 20px auto;
	padding: 0 12px
}
.webpro_yb .webpro_list li {
	width: 100%;
	margin-bottom: 30px
}
.webpro_yb .webpro_list li .pic {
	height: 280px
}
.webpro_yb .webpro_list li .wz .tlt {
	font-size: 15px;white-space: unset;
}
.webpro_yb .webpro_list li .wz p {
	font-size: 15px
}
.webpro_yb #fengye {
	margin: 0 auto
}
}


.h_left {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.cp_type .hd {
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	padding: 30px;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.cp_type .hd p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #EF3B1B;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto 4px;
	padding: 0
}
.cp_type .hd p img {
	display: block;
	width: 24px;
	height: 24px;
	margin: 3px 10px 3px 0;
	padding: 0;
	float: left
}
.cp_type .hd span {
	display: block;
	height: 24px;
	line-height: 24px;
	color: #aaa;
	font-size: 14px
}
.cp_type .hd em {
	display: block;
	width: 50px;
	height: 2px;
	margin: 6px 0 0;
	padding: 0;
	background: url(../images/line05.png) 0 0 no-repeat
}
.cp_type .hd i {
	display: none
}
.cp_type .bd {
	padding: 0
}
.cp_type .bd ul li {
	background-color: #fff;
	padding: 0
}
.cp_type .bd ul li p {
	height: 40px;box-sizing: unset;
	line-height: 40px;
	padding: 4px 70px 4px 30px;
	position: relative
}
.cp_type .bd ul li p a {
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.cp_type .bd ul li p span {
	display: block;
	width: 40px;
	height: 100%;
	background: url(../images/mulu0.png) center center no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 30px
}
.cp_type .bd ul li div {
	display: none;
	padding: 15px 30px
}
.cp_type .bd ul li div a {
	display: block;
	height: 32px;
	line-height: 32px;
	color: #999;
	font-size: 14px;
	border-top: 0px solid #eaeaea;
	padding: 0 0 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/ico08.png) 4px 14px no-repeat
}
.cp_type .bd ul li div a:first-child {
	border-top: 0
}
.cp_type .bd ul li:hover p, .cp_type .bd ul li.on p {
	background-color: #EF3B1B
}
.cp_type .bd ul li:hover p a, .cp_type .bd ul li.on p a {
	color: #fff
}
.cp_type .bd ul li:hover p span {
	background: url(../images/mulu1.png) center center no-repeat
}
.cp_type .bd ul li.on p span {
	background: url(../images/mulu2.png) center center no-repeat
}
.cp_type .bd ul li div a:hover {
	color: #EF3B1B;
	background: url(../images/ico09.png) 4px 14px no-repeat
}
.cp_type .bd ul a.ckqb {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	background: #f1f1f1;
	width: 92%;
	margin: 10px auto;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer
}
.cp_type .bd ul a.ckqb:hover {
	background: #EF3B1B;
	color: #fff
}

.webxgwz {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	margin: 30px auto;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.webxgwz .webxgwz_title {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 30px;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.webxgwz_title p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #EF3B1B;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto 4px;
	padding: 0
}
.webxgwz_title p img {
	display: block;
	width: 24px;
	height: 24px;
	margin: 3px 10px 3px 0;
	padding: 0;
	float: left
}
.webxgwz_title span {
	display: block;
	height: 24px;
	line-height: 24px;
	color: #ccc;
	font-size: 14px
}
.webxgwz_title em {
	display: block;
	width: 50px;
	height: 2px;
	margin: 6px 0 0;
	padding: 0;
	background: url(../images/line05.png) 0 0 no-repeat
}
.webxgwz .webxgwz_list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 15px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.webxgwz_list dl dd {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 4px 0
}
.webxgwz_list dl dd a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0 0 0 20px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.webxgwz_list dl dd a i {
	display: block;
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	background: url(../images/ico08.png) center center no-repeat;
	position: absolute;
	top: 20px;
	left: 4px
}
.webxgwz_list dl dd a:hover {
	color: #EF3B1B
}
.webxgwz_list dl dd a:hover i {
	background: url(../images/ico09.png) center center no-repeat
}
@media screen and (max-width:1366px) {
.cp_type .bd ul li p a {
	font-size: 15px
}
.proall a {
	font-size: 15px
}
.webxgwz_list dl dd a {
	font-size: 15px
}
}
@media screen and (max-width:1280px) {
.cp_type .hd {
	padding: 20px
}
.cp_type .bd ul li p {
	padding: 4px 60px 4px 20px
}
.cp_type .bd ul li p span {
	right: 20px
}
.proall a {
	padding: 0 20px
}
.proall a i {
	right: 20px
}
.cp_type .bd ul li div {
	padding: 10px 20px
}
.webxgwz .webxgwz_title {
	padding: 20px
}
.webxgwz .webxgwz_list {
	padding: 10px 20px
}
.webxgwz_list dl dd {
	padding: 0
}
}
@media screen and (max-width:1200px) {
.cp_type .hd p {
	font-size: 22px
}
.webxgwz_title p {
	font-size: 22px
}
}
@media screen and (max-width:1080px) {
.cp_type .hd {
	padding: 15px
}
.cp_type .bd ul li p {
	padding: 4px 55px 4px 15px
}
.cp_type .bd ul li p span {
	right: 15px
}
.proall a {
	padding: 0 15px
}
.proall a i {
	right: 15px
}
.webxgwz .webxgwz_title {
	padding: 15px
}
.webxgwz_title p img {
	display: block;
	width: 26px;
	height: 26px;
	margin: 3px 10px 3px 0;
	padding: 0;
	float: left
}
.webxgwz .webxgwz_list {
	padding: 10px 15px
}
}
@media screen and (max-width:1024px) {
.cp_type .hd p {
	height: 30px;
	line-height: 30px;
	font-size: 24px
}
.cp_type .hd p img {
	width: 24px;
	height: 24px
}
.webxgwz_title p {
	height: 30px;
	line-height: 30px;
	font-size: 24px
}
.webxgwz_title p img {
	width: 24px;
	height: 24px
}
}
@media screen and (max-width:800px) {
.h_left {
	margin: 0 auto 20px
}
.cp_type .hd {
	margin: 0 auto;
	padding: 20px;
	position: relative
}
.cp_type .hd p:before {
	display: none
}
.cp_type .hd p {
	font-size: 22px;
	margin: 0 auto 2px
}
.cp_type .hd p img {
	width: 22px;
	height: 22px;
	margin: 4px 10px 4px 0
}
.cp_type .hd span {
	height: 20px;
	line-height: 20px
}
.cp_type .hd i {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: rgba(0,87,184,0.06) url(../images/mulu1.png) center center no-repeat;
	position: absolute;
	top: 30px;
	right: 20px
}
.cp_type .hd.on i {
	background: rgba(0,87,184,0.06) url(../images/mulu2.png) center center no-repeat
}
.cp_type .bd {
	margin: 20px auto 0
}
.cp_type .bd ul li {
	padding: 0
}
.cp_type .bd ul li.on {
	padding: 0
}
.cp_type .bd ul li p {
	padding: 10px 60px 10px 20px
}
.cp_type .bd ul li div a {
	padding: 0 0 0 20px
}
.cp_type .bd {
	display: none
}
.proall a {
	padding: 0 19px
}
.webxgwz {
	margin: 20px auto
}
.webxgwz .webxgwz_title {
	padding: 20px
}
.webxgwz_title p {
	font-size: 22px;
	margin: 0 auto 2px
}
.webxgwz_title p img {
	width: 22px;
	height: 22px;
	margin: 4px 10px 4px 0
}
.webxgwz_title span {
	height: 20px;
	line-height: 20px
}
.webxgwz .webxgwz_list {
	padding: 15px 20px
}
}
@media screen and (max-width:767px) {
.cp_type .hd p {
	font-size: 20px
}
.webxgwz_title p {
	font-size: 20px
}
}

.news_list .item a {
  display: block;
  overflow: hidden;
  transition: all .3s ease;
  color: #606061;
}

.news_list .item a:hover {
  color: #c12329;
}

.news_list .item a:hover .img::after {
  opacity: 1;
}

.news_list .item a:hover .caption {
  border-color: #c12329;
}

.news_list .item a:hover .caption .mod_more a, .news_list .item a:hover .caption .mod_more span {
  background: transparent;
  border: 1px solid #c12329;
}

.news_list .item a:hover .caption .mod_more a i, .news_list .item a:hover .caption .mod_more span i {
  background: #c12329;
  transform: translateX(0.5rem);
}

.news_list .item a:hover .caption .mod_more a i::after, .news_list .item a:hover .caption .mod_more a i::before, .news_list .item a:hover .caption .mod_more span i::after, .news_list .item a:hover .caption .mod_more span i::before {
  border-color: #c12329;
}

.news_list .item a:hover .caption .mod_more a i::before, .news_list .item a:hover .caption .mod_more span i::before {
  transform: rotate(-45deg);
}

.news_list .item a .img {
  padding-top: 64%;
  border-radius: 1.5rem 1.5rem 1.5rem 0;
  position: relative;
}

.news_list .item a .img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #c12329;
  opacity: 0;
  transition: all .3s ease;
  border-radius: 1.5rem 1.5rem 1.5rem 0;
}

.news_list .item a .caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-bottom: 1px solid #82898d;
  transition: all .3s ease;
}

.news_list .item a .caption .mod_more {
  flex-shrink: 0;
  margin-left: 1rem;
}

.news_list .item a .caption .mod_more a, .news_list .item a .caption .mod_more span {
  background: transparent;
  border: 1px solid #82898d;
  transition: all .3s ease;
}

.news_list .item a .caption .mod_more a i, .news_list .item a .caption .mod_more span i {
  background: #82898d;
}

.news_list .item a .caption .mod_more a i::after, .news_list .item a .caption .mod_more a i::before, .news_list .item a .caption .mod_more span i::after, .news_list .item a .caption .mod_more span i::before {
  border-color: #82898d;
}

.news_list .item a .caption .text {
  width: calc(100% - 4.25rem);
}

.news_list .item a .caption .text h5 {
  display: flex;
  align-items: center;
}

.news_list .item a .caption .text h5 span {
  margin-right: 1rem;
  flex-shrink: 0;
}

.news_list .item a .caption .text h5 strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list .item a .caption .text p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 63px;
}

.footer {
  padding-top: 5rem;
}

.footer .left img {
  max-height: 3.375rem;
  margin-bottom: 2.5rem;
}

.footer .left p {
  margin-bottom: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  font-family: 'MONTSERRAT-HAIRLINE';
}

.footer .left p i {
  margin-right: .5rem;
  font-size: 1.25rem;
}

.footer .left p strong {
  font-size: 1.875rem;
  font-family: 'MONTSERRAT-BOLD';
}

.footer .right {
  padding-top: 2.5rem;
}

.footer .right ul li {
  margin-bottom: .5rem;
}

.footer .right ul li:first-child {
  margin-bottom: 2rem;
}

.footer .right ul li a {
  color: #fff;
}

.footer .foot_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer .foot_link a {
  margin-left: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #fff;
  color: #294182;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.footer .foot_link a:hover {
  background: #c12329;
  color: #fff;
}

.footer .foot_link a i {
  font-size: 1.75rem;
}

.footer .foot_bottom {
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.5rem 0;
  color: rgba(255, 255, 255, 0.5);
}

.footer .foot_bottom a {
  transition: color .3s ease;
  color: rgba(255, 255, 255, 0.5);
}

.footer .foot_bottom a:hover {
  color: #fff;
}

.footer .foot_bottom ul li {
  margin-left: 1rem;
}

.footer .foot_bottom ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: all .3s ease;
}

.footer .foot_bottom ul li a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.footer .foot_bottom ul li a i {
  font-size: 1rem;
}

.about_1 {
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
}

.about_1 .left {
  width: 63.75%;
}

.about_1 .left .mod_content {
  background: rgba(255, 255, 255, 0.6);
  padding: 4.375rem;
  padding-right: 9.375rem;
  color: #333;
  border-radius: 1.5rem;
}

.about_1 .left .mod_content p {
  text-indent: 2em;
}

.about_1 .right {
  width: 36.25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about_1 .right .img img {
  width: calc(100% + 5.625rem);
  margin-left: -5.625rem;
  border-radius: 1.5rem;
  border-bottom-left-radius: 0;
}

.about_1 .right .text {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.about_1 .right .text img {
  max-height: 2.75rem;
}

.about_1 .right .text strong {
  font-size: 4.375rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #c12329;
  margin-top: 2.5rem;
  line-height: 1.2;
}

.about_1 .right .text span {
  color: #000;
}

.about_2 {
  padding-top: 8.75rem;
  padding-bottom: 6.875rem;
  width: 100%;
  overflow: hidden;
}

.about_2.mod_bgc {
  background-position: center top;
}

.about_2 .items {
  margin-top: 9.375rem;
  background: #fff;
  border: 1px solid #c12329;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
  border-radius: 1.75rem;
}

.about_2 .items .item {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 1.75rem;
  transition: all .3s;
}

.about_2 .items .item:hover {
  background: #c12329;
}

.about_2 .items .item:hover .img {
  transform-origin: right bottom;
  transform: scale(1.07);
}

.about_2 .items .item:hover .text {
  color: #fff;
}

.about_2 .items .item:hover .text i {
  color: rgba(255, 255, 255, 0.05);
}

.about_2 .items .item:hover .text h2 {
  color: #fff;
}

.about_2 .items .item:hover .text ul li::before {
  background: #fff;
}

.about_2 .items .item:nth-child(2):hover .img {
  transform-origin: left bottom;
  transform: scale(1.07);
}

.about_2 .items .item:nth-child(2) .img {
  width: 50%;
}

.about_2 .items .item:nth-child(2) .img i {
  padding-top: 71%;
  border-bottom-right-radius: 1.75rem;
  border-bottom-left-radius: 0;
}

.about_2 .items .item:nth-child(2) .text {
  width: 50%;
}

.about_2 .items .item .img {
  width: 57.6%;
  transition: all .3s;
}

.about_2 .items .item .img i {
  display: block;
  border-radius: 1.75rem;
  border-bottom-right-radius: 0;
  padding-top: 57%;
}

.about_2 .items .item .text {
  padding: 0 6.25rem;
  width: 42.4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
  transition: all .3s;
  position: relative;
}

.about_2 .items .item .text i {
  position: absolute;
  font-size: 26rem;
  color: rgba(0, 0, 0, 0.05);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  line-height: 1.1;
}

.about_2 .items .item .text h2 {
  color: #c12329;
  transition: all .3s;
}

.about_2 .items .item .text h3 {
  letter-spacing: .25rem;
}

.about_2 .items .item .text ul {
  margin-top: 1rem;
}

.about_2 .items .item .text ul li {
  display: flex;
  margin-bottom: 1rem;
}

.about_2 .items .item .text ul li::before {
  content: '';
  margin-top: .5rem;
  margin-right: .75rem;
  flex-shrink: 0;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #c12329;
  transition: all .3s;
}

.about_2 .items .item .text p {
  margin-top: 1rem;
  line-height: 2;
}

.about_3 {
  padding: 7.5rem 0;
}

.about_3 .flex {
  align-items: center;
  justify-content: space-around;
  margin-top: 6.25rem;
}

.about_3 .flex img {
  max-width: 33.375%;
  margin-top: 2.5rem;
}

.about_3 .flex img:nth-child(2) {
  margin: 0;
  max-width: 24%;
}

.solution_1 {
  background: #fcfbfb;
  display: flex;
  align-items: center;
  height: 40rem;
}

.solution_1.mod_bgc {
  background-position: left top;
  background-size: 21% auto;
}

.solution_1 .left {
  width: 53.75%;
  padding-left: calc(9.0625rem + 15px);
  padding-right: 7.5rem;
}

.solution_1 .left .mod_content {
  margin-top: 11.25rem;
}

.solution_1 .left .mod_content * {
  font-size: inherit;
}

.solution_1 .right {
 width: 46.25%;
     height: 80%;
     border-radius: 10% 0;
     margin-right: calc(9.0625rem + 15px);
}

.solution_2 {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.solution_2 .left {
  width: calc(100% - 33.75rem);
  position: relative;
  z-index: 2;
  padding-left: calc(9.0625rem + 15px);
  padding-top: 5rem;
}

.solution_2 .left h3 {
  max-width: 41%;
  color: #fff;
  position: relative;
  z-index: 2;
  line-height: 1.6;
}

.solution_2 .left .swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-top-right-radius: 1.5rem;
}

.solution_2 .left .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.solution_2 .right {
  width: 35.75rem;
  min-height: 55.625rem;
  margin-left: -2rem;
}

.solution_2 .right ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.solution_2 .right ul li {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 11rem;
  background: #fff;
  transition: all .3s;
  cursor: pointer;
}

.solution_2 .right ul li.active {
  background: #c12329;
  color: #fff;
}

.solution_2 .right ul li.active i {
  color: #fff;
}

.solution_2 .right ul li i {
  margin-right: 1rem;
  line-height: 1.1;
  font-size: 2.5rem;
  color: #c12329;
}

.solution_3 {
  padding-top: 5.625rem;
  padding-bottom: 8.125rem;
}

.solution_3 .items {
  margin-top: 6.25rem;
}

@media (max-width: 991px) {
  .solution_3 .items .item {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .solution_3 .items .item {
    width: calc((100% - (3 - 1) * 8.125rem)/3);
    margin-bottom: 0;
  }
  .solution_3 .items .item:not(:nth-child(3n)) {
    margin-right: 8.125rem;
  }
}

.solution_3 .items .item a {
  display: block;
  padding: 2.5rem 4rem;
  background: #fff;
  border-radius: 1.5rem;
  border: 1px solid #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all .3s;
  color: #888787;
}

.solution_3 .items .item a:hover {
  border-color: #c12329;
  color: #c12329;
}

.solution_3 .items .item a:hover .more span {
  border-color: #c12329;
  color: #fff;
  background: #c12329;
}

.solution_3 .items .item a .text {
  text-align: center;
}

.solution_3 .items .item a .text h4 {
  border-bottom: 1px solid #dedede;
  padding-bottom: 8px;
}

.solution_3 .items .item a .text p {
  font-size: 14px;
}

.solution_3 .items .item a .img {
  padding-top: 100%;
  position: relative;
}

.solution_3 .items .item a .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 80%;
}

.solution_3 .items .item a .more {
  text-align: center;
}

.solution_3 .items .item a .more span {
  border-radius: .5rem;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  padding: 4px 1rem;
  background: #fff;
  border: 1px solid #ddd;
  color: #999;
  display: inline-block;
  transition: all .3s;
}

.news_ny {
  background: #f6f6f6;
  padding: 6.25rem 0;
}

@media (max-width: 991px) {
  .news_ny .item {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .news_ny .item {
    width: calc((100% - (3 - 1) * 3.125rem)/3);
    margin-bottom: 3.125rem;
  }
  .news_ny .item:not(:nth-child(3n)) {
    margin-right: 3.125rem;
  }
}

.news_ny .item a {
  border: 1px solid #bcbaba;
  background: #fff;
  border-radius: 1.75rem;
  border-top-right-radius: .5rem;
  border-bottom-left-radius: 0;
  display: block;
  overflow: hidden;
  transition: all .3s;
  color: #575656;
  height: 100%;
}

.news_ny .item a:hover {
  color: #c12329;
  border-color: #c12329;
}

.news_ny .item a:hover .img i {
  transform: scale(1.1);
}

.news_ny .item a:hover .text {
  border-color: #c12329;
}

.news_ny .item a .img {
  overflow: hidden;
}

.news_ny .item a .img i {
  display: block;
  padding-top: 65%;
  transition: all .5s;
}

.news_ny .item a .text {
  padding: 1.875rem 0;
  margin: 0 3rem;
  border-top: 2px solid #bcbaba;
  transition: all .3s;
}

.news_ny .item a .text .time {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: bold;
}

.news_ny .item a .text h4 {
  line-height: 1.4;
  margin-top: .5rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_ny .item a .text p {
  color: #666;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_ny .item a .text .more span {
  border-radius: .5rem;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  padding: 4px 1rem;
  background: #c12329;
  border: 1px solid #c12329;
  color: #fff;
  display: inline-block;
  transition: all .3s;
}

.contact {
  padding-top: 6.25rem;
}

.contact .contact_text .left {
  width: 80%;
}

.contact .contact_text .left ul {
  justify-content: space-between;
  align-items: stretch;
}

.contact .contact_text .left ul li {
  border: 1px solid #dedede;
  border-left: 5px solid #c12329;
  width: calc((100% - 5.625rem)/2);
  padding: 2.5rem;
  padding-left: 7.5rem;
  font-size: 2.125rem;
  color: #6f6e6e;
  display: flex;
  align-items: center;
}

.contact .contact_text .left ul li:hover span i {
  background: #c12329;
  color: #fff;
}

.contact .contact_text .left ul li:first-child {
  width: 100%;
  margin-bottom: 3.5rem;
  font-size: 1.875rem;
}

.contact .contact_text .left ul li span {
  font-size: 1.25rem;
  color: #8e8d8d;
  width: 7.5rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact .contact_text .left ul li span i {
  font-size: 1.25rem;
  padding: 0 .75rem;
  color: #c12329;
  border: 1px solid #c12329;
  border-radius: .5rem;
  border-bottom-left-radius: 0;
  border-top-right-radius: .25rem;
  margin-bottom: 4px;
  transition: all .3s;
}

.contact .contact_text .right {
  width: 20%;
  padding-left: 4.375rem;
}

.contact .contact_text .right a {
  width: 100%;
  display: block;
  padding: .75rem 0;
  text-align: center;
  background: #c12329;
  color: #fff;
  font-size: 1.875rem;
  border-radius: .5rem;
}

.contact .contact_text .right .ewm {
  margin-top: 1.5rem;
  text-align: center;
  color: #6f6e6e;
}

.contact .contact_text .right .ewm img {
  max-width: 100%;
}

.contact .contact_text .right .ewm span {
  display: block;
  font-size: 1.875rem;
}

.contact .contact_map {
  margin-top: 5.625rem;
  height: 34.625rem;
}

.message {
  margin-top: 7.5rem;
  padding: 5rem 0;
}

.message .form-group {
  margin-bottom: 2.5rem;
}

.message .form-group input {
  height: 5.625rem;
  font-size: inherit;
  padding-left: 2rem;
}

.message .form-group textarea {
  font-size: inherit;
  padding: 1rem 2rem;
}

.message .form-group button {
  background: #fff;
  color: #454545;
  height: 3.75rem;
  padding: 0 3rem;
  font-size: 1.5rem;
  margin: 0 1rem;
}

.message .form-group button:first-child {
  background: #c12329;
  color: #fff;
}

.p_gridbox {
	width: 100%;
	    margin-left: 0%;
	    margin-right: 0%;
	    margin-top: 3rem;
	    margin-bottom: 3rem;
	    clear: left;display: inline-block;
}
.p_gridCell {
    float: left;
    position: static;
}
.p_gridbox > .p_gridCell:nth-child(2n + 1) {
    width: 72.03%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.p_gridbox > .p_gridCell:nth-child(2n + 2) {
    width: 24.95%;
    margin-left: 3%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
	    padding-top: 30px;
	    padding-bottom: 30px;
	    padding-left: 30px;
	    padding-right: 30px;
	    background-color: rgba(255,255,255,1);
}
.e_container-11 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
	background-color: rgba(255,255,255,1);
	    padding-top: 40px;
	    padding-left: 40px;
	    padding-right: 40px;
	    padding-bottom: 40px;
}
.e_loop-9 .p_list {
    display: flex;
    flex-wrap: wrap;
}
.e_loop-9 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
    position: relative;
}
.e_container-10 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-bottom: 10px;
    transition-property: all;
    transition-radio: hover;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    margin-left: 0px;
    padding-top: 0px;
}
.e_text-12 {
	margin: 0;
    font-size: 18px;
    color: rgba(51,51,51,1);
    font-weight: normal;
    line-height: 1.5;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
.e_text-12 a{ color: #333;}
.e_timeFormat-20 {
    min-height: 20px;
    font-size: 14px;
    color: rgba(153,153,153,1);
    line-height: 1.5;
	margin: 0;
}
.e_text-17 {
	margin: 0;
    line-height: 1.5;
    color: rgba(102,102,102,1);
    font-size: 14px;
    margin-top: 10px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.e_text-17 a{ color: #666;}
 .e_text-222 {
    padding-bottom: 20px;
    max-width: 1200px;
    margin: 0;
    font-size: 24px;
    color: rgba(34,34,34,1);
    font-weight: normal;
    line-height: 1.5;
}
.e_h1-38 {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    color: rgba(27,36,43,1);
}
.e_line-13 {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(221,221,221,1);
    height: 1px;
}
.e_container-14 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
}
.e_container-14 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
.e_container-15 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    display-radio: flex;
}
.e_container-15 .cbox-15-0 {
    flex: 0 0 auto;
}
.e_container-15 .cbox-15-1 {
    flex: 0 0 auto;
}
.e_container-15 > .p_item {
    max-width: 100%;
    max-height: 100%;
}
.s_title {
    font-size: 16px;
    color: #333;
    line-height: normal;
    font-weight: 400;
    text-align: left;
}
.s_title a{ color: #333;}
.e_text-21 {
    display-radio: 1;
    font_radio: 2;
    font-size: 14px;
    color: rgba(90,90,90,1);
    line-height: 1.5;
}
.e_container-16 {
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    background-color: rgba(233,248,236,1);
    margin-top: 20px;
    display-radio: flex;
}
.e_container-16 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
.e_text-19 {
	margin: 0;
    font-size: 14px;
    color: rgba(90,90,90,1);
    line-height: 1.8;
}
.e_richText-18 {
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
    margin-top: 30px;
}
.e_container-22 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    display-radio: flex;
    margin-top: 30px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
}

.e_container-26 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-right: auto;
    max-width: none;
    margin-left: auto;
}
.e_container-26 .cbox-26-0 {
    flex: 0 0 auto;
}
.e_text-28 {
    line-height: 2;
    display-radio: 1;
    font_radio: 2;
    color: rgba(85,85,85,1);
    font-size: 14px;
    margin-right: 10px;
}
.e_text-27 {
    line-height: 2;
    display-radio: -webkit-box;
    font_radio: 2;
    color: rgba(85,85,85,1);
    font-size: 14px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.e_container-23 {
    display: flex;
    flex-wrap: wrap;
        flex-direction: row-reverse;
    width: 100%;
    display-radio: flex;
    margin-right: auto;
    max-width: none;
    margin-left: auto;
}
.e_container-23 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
.e_text-25 {
    line-height: 2;
    display-radio: -webkit-box;
    font_radio: 2;
    color: rgba(85,85,85,1);
    font-size: 14px;
    text-align: right;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.e_container-23 .cbox-23-1 {
    flex: 0 0 auto;
}
.e_text-24 {
    line-height: 2;
    display-radio: 1;
    font_radio: 2;
    color: rgba(85,85,85,1);
    font-size: 14px;
    text-align: right;
    margin-left: 10px;
}
.news_detail {
  padding: 4.375rem 12.5rem;
}

.news_detail > h1 {
  font-size: 2.5rem;
  color: #c12329;
  padding-bottom: 3rem;
  border-bottom: 1px dashed #c12329;
}

.news_detail .mod_content {
  margin: 3.75rem 0;
}

.news_detail .mod_content * {
  font-size: inherit;
}

.news_detail .mod_content > h3 {
  margin-top: 2rem;
}

.news_detail .mod_content > h3 strong {
  color: #c12329;
}

.download {
  padding: 5rem 0;
}

.download .items {
  margin: 0 9rem;
}

.download .items .item {
  background: #fff;
  border-radius: 1rem;
  display: flex;
  align-items: stretch;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
}

@media (max-width: 991px) {
  .download .items .item {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .download .items .item {
    width: calc((100% - (2 - 1) * 5.375rem)/2);
    margin-bottom: 4.375rem;
  }
  .download .items .item:not(:nth-child(2n)) {
    margin-right: 5.375rem;
  }
}

.download .items .item:hover {
  border: 1ox solid #c12329;
}

.download .items .item:hover .text h4 {
  color: #c12329;
}

.download .items .item:hover .text a {
  background: #c12329;
  color: #fff;
}

.download .items .item .img {
  width: calc(50% - .5rem);
  position: relative;
  height: 14rem;
}

.download .items .item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 80%;
}

.download .items .item .text {
  width: calc(50% + .5rem);
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.download .items .item .text h4 {
  color: #888787;
  transition: all .3s;
  line-height: 1.4;
}

.download .items .item .text a {
  padding: 1rem 0;
  width: 100%;
  border-radius: 2.5rem;
  display: block;
  border: 1px solid #c12329;
  color: #c12329;
  text-align: center;
  transition: all .3s;
}

.download_search {
  width: 100%;
  display: flex;
  margin-bottom: 2.5rem;
}

.download_search input {
  flex-grow: 1;
  border: 1px solid #c12329;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  background: #fff;
  color: #333;
  font-size: 1.125rem;
  padding: 0 1.5rem;
}

.download_search button {
  width: 8rem;
  height: 2.875rem;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  border: none;
  background: #c12329;
  color: #fff;
  outline: none;
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.product_detail {
  padding-top: 4rem;
}

.product_detail .detail_left {
  width: 44%;
}

.product_detail .detail_left .swiper_imgs {
  margin-top: 1.375rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.product_detail .detail_left .swiper_imgs .swiper2_prev {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.product_detail .detail_left .swiper_imgs .swiper2_next {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.product_detail .detail_left .swiper_imgs .swiper2_prev, .product_detail .detail_left .swiper_imgs .swiper2_next {
  width: 1.875rem;
  background: #f7f7f7;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.product_detail .detail_left .swiper_imgs .swiper2_prev.swiper-button-disabled, .product_detail .detail_left .swiper_imgs .swiper2_next.swiper-button-disabled {
  pointer-events: none;
}

.product_detail .detail_left .swiper_imgs .swiper2_prev:hover, .product_detail .detail_left .swiper_imgs .swiper2_next:hover {
  background: #c12329;
  color: #fff;
}

.product_detail .detail_left .swiper_imgs .swiper2_prev i, .product_detail .detail_left .swiper_imgs .swiper2_next i {
  font-size: 1.5rem;
}

.product_detail .detail_left .swiper2 {
  width: calc(100% - 4.5rem);
  height: 9.5rem;
}

.product_detail .detail_left .swiper2 .swiper-slide {
  transition: all .3s ease;
  position: relative;
}

.product_detail .detail_left .swiper2 .swiper-slide.active {
  background: #f7f7f7;
}

.product_detail .detail_left .swiper2 .swiper-slide img {
  position: absolute;
  max-width: 75%;
  max-height: 75%;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product_detail .detail_left .swiper1 {
  border: 1px solid #c12329;
  border-radius: 1rem;
  border-top-left-radius: .5rem;
  border-bottom-right-radius: 0;
  height: 40.625rem;
}

.product_detail .detail_left .swiper1 > a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #131313;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 3;
}

.product_detail .detail_left .swiper1 .swiper-slide {
  overflow: hidden;
}

.product_detail .detail_left .swiper1 .swiper-slide:hover .zoomImg {
  opacity: 1;
}

.product_detail .detail_left .swiper1 .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_detail .detail_left .swiper1 .swiper-slide .img img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.product_detail .detail_left .swiper1 .swiper-slide .zoomImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000px;
  opacity: 0;
  z-index: 2;
}

.product_detail .detail_right {
  width: calc(56% - 5.625rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.product_detail .detail_right .text h1 {
  color: #c12329;
}
.product_detail .detail_right .jiage{ margin:2rem 0;}

.product_detail .detail_right .text h4 {
  color: #3a3a3a;
}
.product_detail .detail_right .jiage h4{ color:#C12329}

.product_detail .detail_right .text .mod_content {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #dedede;
}

.product_detail .detail_right .text .mod_content * {
  font-size: inherit;
  color: #999;
}

.product_detail .detail_right ul {
  margin-bottom: 2.25rem;
}

@media (max-width: 991px) {
  .product_detail .detail_right ul li {
    width: calc((100% - (2 - 1) * 15px) / 2);
    margin-bottom: 10px;
  }
  .product_detail .detail_right ul li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .product_detail .detail_right ul li {
    width: calc((100% - (3 - 1) * 2.5rem)/3);
    margin-bottom: 0;
  }
  .product_detail .detail_right ul li:not(:nth-child(3n)) {
    margin-right: 2.5rem;
  }
}

.product_detail .detail_right ul li:first-child a {
  background: #c12329;
  color: #fff;
}

.product_detail .detail_right ul li:nth-child(2) a {
  font-size: 1.375rem;
}

.product_detail .detail_right ul li a {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-bottom-left-radius: 0;
  border-top-right-radius: .5rem;
  border: 1px solid #c12329;
  font-size: 1.25rem;
  font-weight: bold;
  color: #c12329;
}

.product_detail .detail_right ul li a i {
  font-size: 1.5rem;
  margin-right: 4px;
  line-height: 1.1;
}

@media (max-width: 991px) {
  .product_detail .detail_right .pro_hot .items .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .product_detail .detail_right .pro_hot .items .item {
    width: calc((100% - (4 - 1) * 1rem)/4);
    margin-bottom: 0;
  }
  .product_detail .detail_right .pro_hot .items .item:not(:nth-child(4n)) {
    margin-right: 1rem;
  }
}

.product_detail .detail_right .pro_hot .items .item a .img {
  border-radius: .5rem;
}

.product_detail .detail_right .pro_hot .items .item a .img .text h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-bottom: 0;
}

.product_detail .detail_right .pro_hot .items .item a .img .text h2::after {
  display: none;
}

.product_detail .detail_content {
  margin-top: 2.875rem;
  padding-bottom: 3.75rem;
}

.product_detail .detail_content.mod_bgc {
  background-position: center top;
}

.product_detail .detail_content .container > ul {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}
.product_detail .detail_content .container > ul.nav{border: 1px solid #c12329;}

.product_detail .detail_content .container > ul li {
  width: 20%;
}

.product_detail .detail_content .container > ul li:last-child a {
  border-right: 1px solid #c12329;
}

.product_detail .detail_content .container > ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4px;
  transition: all .3s ease;
  color: #c12329;
  position: relative;
  font-weight: bold;
  border-right: none;
}

.product_detail .detail_content .container > ul li a.active {
  color: #fff;
  background: #c12329;
}

.product_detail .detail_content .container .mod_content {
  padding: 2.5rem 0;
  color: #666666;
}

.product_detail .detail_content .container .mod_content ul li {
  margin-bottom: 1rem;
}

.product_detail .detail_content .container .mod_content ul li::marker {
  color: #c12329;
}

.product_detail .detail_content .container .mod_content iframe {
  width: 100%;
  min-height: 37.5rem;
}

.product_detail .detail_content .container .download {
  padding: 2.5rem 0;
  background: #f8f8f8;
}

.hot_list {
  background: #fff;
  border-radius: 1rem;
  border-bottom-left-radius: 0;
  border-top-right-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.hot_list .title {
  background: #c12329;
  width: 5rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .5rem;
}

.hot_list .dw {
  width: calc(100% - 5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0;
}

.hot_list .dw .swiper3_prev, .hot_list .dw .swiper3_next {
  width: 3.875rem;
  height: 3.875rem;
  border-radius: 50%;
  border: 1px solid #dedede;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 1.5rem;
  transition: all .3s;
}

.hot_list .dw .swiper3_prev:hover, .hot_list .dw .swiper3_next:hover {
  border-color: #c12329;
  color: #c12329;
}

.hot_list .dw .swiper {
  margin: 0;
  width: calc(100% - 15rem);
}

.hot_list .dw .swiper .swiper-slide a {
  color: #999;
  display: block;
}

.hot_list .dw .swiper .swiper-slide a .img {
  position: relative;
  padding-top: 90%;
}

.hot_list .dw .swiper .swiper-slide a .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  height: 80%;
}

.hot_list .dw .swiper .swiper-slide a h4 {
  text-align: center;
}

.product_head {
  height: 60rem;
  display: flex;
  align-items: center;
}

.product_head .flex {
  flex-direction: column;
  justify-content: center;
}

.product_head .flex .mod_title2 {
  padding-top: 0;
  padding-bottom: 1rem;
}

.product_head .flex .mod_title2 span {
  max-width: 100%;
  line-height: 1.1;
  opacity: .28;
  position: static;
  display: block;
  margin-bottom: 4px;
}

.product_head .flex .mod_title2 strong {
  position: relative;
}

.product_head .flex .mod_title2 strong::after {
  content: '';
  width: 100%;
  height: .625rem;
  background: #c12329;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.product_head .flex .mod_title2::after {
  display: none;
}

.product_head .flex h3 {
  line-height: 1.6;
  margin-bottom: 4rem;
}

.product_head .flex .title {
  margin-bottom: 1.5rem;
}

.product_head .flex .title strong {
  padding: .25rem 1rem;
  background: #c12329;
  color: #fff;
  display: inline-block;
  border-radius: .5rem;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
}

.product_head .flex .mod_content * {
  font-size: inherit;
}

.product_head .flex .mod_content ul {
  padding: 0;
}

.product_head .flex .mod_content ul li {
  position: relative;
  list-style: none;
  padding-left: 2rem;
}

.product_head .flex .mod_content ul li::after {
  position: absolute;
  left: .25rem;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #c12329;
}

.product_head .flex .mod_content ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #c12329;
}

.product_head .img {
  padding-top: 100%;
  position: relative;
  margin-right: 10%;
}

.product_head .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 80%;
  max-height: 90%;
  transform: translate(-50%, -50%);
}


.product_list.mod_bgc {
  background-position: top center;
  background-color: rgba(248,248,248,1);
}
.e_container-21 {

    padding: 3%;
    background-color: rgba(255,255,255,1);
}
.e_container-21 .container{display: flex;
    flex-wrap: wrap;
    flex-direction: row;}
.e_container-21  .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
.e_text-22 {
    line-height: normal;
    font_radio: 2;
    display-radio: -webkit-box;
    color: rgba(51,51,51,1);
    font-weight: normal;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    margin-left: 0px;
    font-size: 30px;
}
.e_loop-1 {
padding-top: 50px;
    padding-bottom: 50px;
}
.e_loop-1 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
}
.e_loop-1 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2);
    position: relative;
	
}


.e_container-14 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    display-radio: flex;
    background-color: rgba(255,255,255,1);
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.e_container-14 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
.e_image-13 {
    overflow: hidden;
    display-radio: 1;
    max-width: 400px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    margin-left: auto;
    margin-right: 0px;
    padding-right: 20px;
}
.e_image-13 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.e_text-11 {
    line-height: normal;
    font_radio: 2;
    display-radio: -webkit-box;
    color: rgba(51,51,51,1);
    font-weight: normal;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    margin-left: 0px;
    font-size: 24px;
}
.e_richText-15 {
    font_radio: 2;
    font-size: 15px;
    color: rgba(102,102,102,1);
    line-height: 1.8;
    font-weight: normal;
    display-radio: 1;
    padding-right: 0px;
    min-height: 30px;
    margin-top: 20px;
}
.e_richText-15 p:last-child {
    margin: 0px;
    border-bottom: 0px solid #dadada;
    padding-bottom: 0px;
}
.e_richText-23 {
    font_radio: 2;
    font-size: 16px;
    color: rgba(102,102,102,1);
    line-height: 1.8;
    font-weight: normal;
    display-radio: 1;
    padding-right: 40px;
    min-height: 30px;
    margin-top: 20px;
}
.e_image-24 {
    overflow: hidden;
    display-radio: 1;
    max-height: 200px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    margin-left: auto;
    margin-right: 0px;
}
.e_image-24 img {
    width: 100%;
    max-height: inherit;
    object-fit: contain;
    border-radius: 5px;
    transition: all .5s ease;
}
.product_list nav ul {
  flex-wrap: wrap;
}

.product_list nav ul li {
  margin: 0 1rem;
  margin-bottom: 1.5rem;
}

.product_list nav ul li.active a {
  background: #c12329;
  color: #fff;
}

.product_list nav ul li.active a:hover {
  color: #fff;
}

.product_list nav ul li a {
  padding: .5rem 2rem;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #dedede;
  color: #474747;
  display: block;
  transition: all .3s;
}

.product_list nav ul li a:hover {
  color: #c12329;
  border-color: #c12329;
}

.product_list .items {
  padding-top: 3rem;
  border-top: 1px solid #dedede;
  margin-top: 1.5rem;
}

@media (max-width: 991px) {
  .product_list .items .item {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .product_list .items .item {
    width: calc((100% - (4 - 1) * 2.5rem)/4);
    margin-bottom: 2.5rem;
  }
  .product_list .items .item:not(:nth-child(4n)) {
    margin-right: 2.5rem;
  }
}

.product_list .items .item a {
  display: block;
  padding: 2.5rem 4rem;
  background: #fff;
  border-radius: 1.5rem;
  border-bottom-left-radius: 0;
  border: 1px solid #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all .3s;
  color: #888787;
  height: 100%;
}

.product_list .items .item a:hover {
  border-color: #c12329;
  color: #c12329;
}

.product_list .items .item a:hover .more span {
  border-color: #c12329;
  color: #fff;
  background: #c12329;
}

.product_list .items .item a .text {
  text-align: center;
}

.product_list .items .item a .text h4 {
  border-bottom: 1px solid #dedede;
  padding-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product_list .items .item a .text p {
  font-size: 14px;
  height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product_list .items .item a .img {
  padding-top: 100%;
  position: relative;
}

.product_list .items .item a .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 80%;
}

.product_list .items .item a .more {
  text-align: center;
}

.product_list .items .item a .more span {
  border-radius: .5rem;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  padding: 4px 1rem;
  background: #fff;
  border: 1px solid #ddd;
  color: #999;
  display: inline-block;
  transition: all .3s;
}

/* zl_mod 通用样式
---------------------------------------------------------------- */
.mod_banner {
  height: 44.625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.mod_banner .mod_title {
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-top: 12%;
}

.mod_banner .mod_title i {
  font-size: 3.5rem;
  line-height: 1.1;
}

.mod_banner .mod_title span {
  font-size: 3.25rem;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 1.5rem;
}

.mod_banner .mod_title h1, .mod_banner .mod_title strong {
  font-size: 2.875rem;
  font-weight: bold;
}

.mod_banner .container > ul {
  margin-top: auto;
  display: flex;
  background: rgba(255, 255, 255, 0.34);
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  position: relative;
}

.mod_banner .container > ul.w6 > li {
  width: 16.66%;
}

.mod_banner .container > ul.w2 > li {
  width: 50%;
}

.mod_banner .container > ul > li {
  width: 33.33%;
}

.mod_banner .container > ul > li:hover > a i {
  animation: bounce 1s;
}

.mod_banner .container > ul > li:hover ul {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mod_banner .container > ul > li.active > a::after {
  content: '';
  width: 100%;
  height: calc(100% + 1.25rem);
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  background: #c12329;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.mod_banner .container > ul > li > a {
  height: 7.125rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}

.mod_banner .container > ul > li > a i {
  font-size: 2.25rem;
  line-height: 1.1;
}

.mod_banner .container > ul > li ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.84);
  padding: 2rem 2.5rem;
  padding-bottom: .5rem;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  pointer-events: none;
  opacity: 0;
  transform: translateY(1rem);
  transition: all .3s;
}

.mod_banner .container > ul > li ul li {
  width: calc((100% - 7.5rem)/4);
  margin-bottom: 1.5rem;
}

.mod_banner .container > ul > li ul li.active a {
  color: #c12329;
}

.mod_banner .container > ul > li ul li.active a h4 {
  border-color: #c12329;
}

.mod_banner .container > ul > li ul li:not(:nth-child(4n)) {
  margin-right: 2.5rem;
}

.mod_banner .container > ul > li ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  color: #3a3a3a;
  transition: all .3s ease;
}

.mod_banner .container > ul > li ul li a:hover {
  color: #c12329;
}

.mod_banner .container > ul > li ul li a:hover h4 {
  border-color: #c12329;
}

.mod_banner .container > ul > li ul li a .img {
  width: 7.5rem;
  height: 6.25rem;
}

.mod_banner .container > ul > li ul li a .img.mod_bgc {
  background-size: contain;
}

.mod_banner .container > ul > li ul li a h4 {
  width: calc(100% - 7.5rem);
  padding: 1rem 0;
  padding-left: 1rem;
  border-bottom: 1px solid #3a3a3a;
  transition: all .3s ease;
}

ul.xs_nav {
  width: calc(100% - 15px);
  margin: 20px 0;
  padding-bottom: 5px;
  margin-left: 15px;
  display: flex;
  overflow: scroll;
  scroll-snap-type: x mandatory;
}

ul.xs_nav li {
  scroll-snap-align: start;
  flex-shrink: 0;
  margin-right: 10px;
}

ul.xs_nav li.active a {
  color: #fff;
  background: #c12329;
}

ul.xs_nav li a {
  display: block;
  padding: 6px 10px;
  background: transparent;
  border: 1px solid #ddd;
  color: #474747;
  border-radius: 4px;
  font-size: 15px;
}

ul.xs_nav li a .img {
  display: none;
}

ul.xs_nav li a h4 {
  margin: 0;
}

.mod_title2 {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 2;
  margin-bottom: 2.5rem;
}

.mod_title2.text-center {
  text-align: center;
}

.mod_title2.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.mod_title2.text-center span {
  left: 50%;
  transform: translateX(-50%);
}

.mod_title2.red strong {
  color: #c12329;
}

.mod_title2::after {
  content: '';
  width: 5rem;
  height: 1px;
  background: #c12329;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mod_title2 span {
  color: rgba(0, 0, 0, 0.1);
  font-size: 3.125rem;
  text-transform: uppercase;
  line-height: 1.15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 50%;
  font-weight: bold;
}

.mod_title2 strong {
  font-size: 2.5rem;
  letter-spacing: 2px;
  line-height: 1.2;
}

.mod_title {
  margin-bottom: 2.5rem;
}

.mod_title.red span em {
  color: #333;
  opacity: .13;
  text-shadow: #333 1px 0 0, #333 0 1px 0, #333 -1px 0 0, #333 0 -1px 0;
}

.mod_title.red span strong {
  color: #c12329;
}

.mod_title span {
  font-weight: bold;
  line-height: 1.1;
}

.mod_title span em {
  font-style: normal;
  font-size: 4.75rem;
  color: #c12329;
  font-family: 'Arial';
  text-transform: uppercase;
  text-shadow: #c12329 1px 0 0, #c12329 0 1px 0, #c12329 -1px 0 0, #c12329 0 -1px 0;
}

.mod_title span .line {
  width: 7.5rem;
  border-bottom: 1px solid #fff;
  margin: 1.5rem 0;
}

.mod_title span strong {
  font-size: 2.875rem;
  color: #fff;
  display: block;
}

.mod_title a {
  padding: 6px 1rem;
  color: #fff;
  background: #c12329;
  font-size: 1.125rem;
  border-radius: .5rem 0 .5rem 0;
}

.mod_position {
  padding: .5rem 0;
  color: #666;
  border-bottom: 1px solid #dedede;
  text-align: right;
}

.mod_position a {
  color: #666;
  margin: 0 6px;
}

.mod_position a:last-child {
  margin-right: 0;
}

.mod_position a.active, .mod_position a:hover {
  color: #c12329;
}

.mod_position a i {
  margin: 0 .5rem;
}

.mod_menu {
  width: 210px;
  margin-right: 2.5rem;
  flex-shrink: 0;
}

.mod_menu > h3, .mod_menu > h1 {
  padding: 2.125rem 0;
  padding-left: 2rem;
  display: flex;
  align-items: center;
  background: #02599d;
  color: #fff;
  margin: 0;
}

.mod_menu > ul li {
  margin-top: 6px;
}

.mod_menu > ul li.active a {
  color: #02599d;
  font-weight: bold;
}

.mod_menu > ul li.active a i {
  color: #02599d;
}

.mod_menu > ul li a {
  padding: 1rem;
  padding-left: 1.5rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ededed;
}

.mod_menu > ul li a:hover {
  background: #e2e2e2;
}

.mod_menu > ul li a i {
  color: #666;
}

.mod_more a, .mod_more span {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background: #c12329;
  margin-left: 1rem;
  position: relative;
  display: block;
}

.mod_more a:hover i, .mod_more span:hover i {
  transform: translateX(0.5rem);
}

.mod_more a:hover i::before, .mod_more span:hover i::before {
  transform: rotate(-45deg);
}

.mod_more a i, .mod_more span i {
  width: 2.125rem;
  height: 1px;
  background: #6f7072;
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 2;
  transition: all .3s ease;
}

.mod_more a i::after, .mod_more span i::after {
  content: '';
  width: .625rem;
  border-bottom: 1px solid #6f7072;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  transform-origin: right bottom;
  transition: all .3s ease;
}

.mod_more a i::before, .mod_more span i::before {
  content: '';
  width: .625rem;
  border-bottom: 1px solid #6f7072;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: right top;
  transition: all .3s ease;
}

.mod_fanye {
padding: 2.5rem 0;
}

.mod_fanye ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mod_fanye ul a.page-num-current {
  background-color: #c12329;
  color: #fff;
}

.mod_fanye ul li.disabled span {
  opacity: .5;
}

.mod_fanye ul a{
  font-size: 14px;
  margin: 0 .5rem;
  padding: .5rem 1rem;
  border-radius: 4px;
  color: #333;
  background-color: #e2e2e2;
  border: none;
}

.mod_fanye ul li a.activ:hover {
  color: #fff;
}

.mod_fanye ul li a:hover {
  color: #c12329;
}

.mod_fanye02 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mod_fanye02 a {
  display: block;
  padding: .625rem 2.5rem;
  color: #c12329;
  background: #fff;
  border: 1px solid #c12329;
  border-radius: 4px;
  margin: 0 4px;
  transition: all .3s;
}

.mod_fanye02 a:hover {
  background: #c12329;
  color: #fff;
}

.mod_fanye02 span {
  padding: .625rem 2.5rem;
  color: #c12329;
}

.mod_bgc {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.maodian {
  position: absolute;
  left: 0;
  top: -5rem;
}

.mod_backTop {
  position: fixed;
  right: 10px;
  bottom: 4%;
  z-index: 999;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c12329;
  color: #fff;
  cursor: pointer;
  transition: opacity .3s ease;
  opacity: 0;
  pointer-events: none;
}

.mod_backTop.active {
  opacity: 1;
  pointer-events: auto;
}

.mod_backTop:hover {
  background: #3a3a3a;
}

.mod_backTop i {
  font-size: 18px;
}

.mod_form {
  max-width: 500px;
  display: none;
}

.mod_form .form-group label {
  font-size: 16px;
}

.mod_form .form-group label span {
  color: red;
  margin-left: 4px;
}

.mod_form .form-group input {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ddd;
  background: #fff;
  outline: none;
}

.mod_form .form-group textarea {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #ddd;
  background: #fff;
  outline: none;
}

.mod_form .form-group .mod_more button {
  padding: .5rem 1.5rem;
  background: none;
}

.mod_form img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* 媒体查询
---------------------------------------------------------------- */
@media (max-width: 991px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .fz_36 {
    font-size: 18px;
  }
  .fz_34 {
    font-size: 18px;
  }
  .fz_32 {
    font-size: 18px;
  }
  .fz_30 {
    font-size: 18px;
  }
  .fz_28 {
    font-size: 16px;
  }
  .fz_26 {
    font-size: 16px;
  }
  .fz_24 {
    font-size: 16px;
  }
  .fz_22 {
    font-size: 16px;
  }
  .fz_20 {
    font-size: 16px;
  }
  .fz_18 {
    font-size: 14px;
  }
  .fz_16 {
    font-size: 14px;
  }
  .fz_14 {
    font-size: 14px;
  }
  .fz_12 {
    font-size: 12px;
  }
  .header {
    height: 60px;
    position: static;
    background: #000;
  }
  .header.active .logo a img {
    max-height: 40px;
  }
  .header.active .head_ico.head_language ul {
    background: none;
  }
  .header .logo {
    transform: translateY(0);
  }
  .header .logo a {
    height: 60px;
    display: flex;
    align-items: center;
  }
  .header .logo a img {
    max-height: 34px;
    height: 34px;
  }
  .header .nav_open {
    transition: opacity .3s ease;
    color: #fff;
    margin-left: auto;
  }
  .header .nav_open.active {
    opacity: 0;
  }
  .header .nav_open i {
    font-size: 24px;
  }
  .header .head_ico {
    display: none;
  }
  .header .head_ico.head_language {
    display: block;
    width: auto;
    height: 26px;
  }
  .header .head_ico.head_language:hover ul {
    height: 26px;
  }
  .header .head_ico.head_language ul {
    display: flex;
    flex-direction: row;
    width: auto;
    height: 26px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    position: static;
  }
  .header .head_ico.head_language ul li.active a {
    background: #c12329;
  }
  .header .head_ico.head_language ul li a {
    width: 24px;
    height: 24px;
    padding-right: 2px;
    font-size: 14px;
    border-radius: 50%;
  }
  .header .head_ico.head_language ul i {
    display: none;
  }
  .header .header_center {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    z-index: 999;
    pointer-events: none;
    transition: opacity .25s ease-out;
    background: rgba(0, 0, 0, 0.5);
  }
  .header .header_center.active {
    opacity: 1;
    pointer-events: auto;
  }
  .header .header_center.active nav {
    transform: translateX(0);
  }
  .header .header_center nav {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 80%;
    background: #fff;
    transform: translateX(100%);
    transition: all .2s ease-in;
  }
  .header .header_center nav > ul {
    display: block;
    max-height: calc(100% - 52px);
    overflow: auto;
  }
  .header .header_center nav > ul > li {
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 0;
  }
  .header .header_center nav > ul > li.active > a {
    color: #c12329;
  }
  .header .header_center nav > ul > li:hover a, .header .header_center nav > ul > li:hover i {
    color: #3a3a3a;
  }
  .header .header_center nav > ul > li a {
    height: auto;
    width: calc(100% - 58px);
    font-size: 14px;
    padding: 12px 0;
    padding-left: 20px;
    color: #3a3a3a;
    text-transform: capitalize;
    background: none;
  }
  .header .header_center nav > ul > li a::after {
    display: none;
  }
  .header .header_center nav > ul > li i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    width: 38px;
    font-size: 18px;
    flex-shrink: 0;
    color: #3a3a3a;
  }
  .header .header_center nav > ul > li i.active::before {
    transform: rotateX(180deg);
  }
  .header .header_center nav > ul > li ul {
    width: 100%;
    position: static;
    display: none;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
    border-top: 1px solid #eee;
    margin-top: 0;
    transition: none;
    border-radius: 0;
    transform: translateX(0);
  }
  .header .header_center nav > ul > li ul::after {
    display: none;
  }
  .header .header_center nav > ul > li ul li {
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
  }
  .header .header_center nav > ul > li ul li:hover a, .header .header_center nav > ul > li ul li:hover i {
    color: #3a3a3a;
  }
  .header .header_center nav > ul > li ul li:last-child {
    border: none;
  }
  .header .header_center nav > ul > li ul li a {
    font-size: 14px;
    padding: 10px 0;
    padding-left: 30px;
    color: #3a3a3a;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: capitalize;
    white-space: normal;
    text-align: left;
  }
  .header .header_center nav > ul > li ul li a::before {
    content: '>';
    line-height: 1;
    display: block;
    transform: scale(1, 1.6) translateY(-2px);
    margin-right: 8px;
    font-size: 12px;
  }
  .header .header_center nav > ul > li ul li i::before {
    transform: rotate(0);
    font-size: 18px;
  }
  .header .header_center nav > ul > li ul li ul {
    box-shadow: none;
    border-radius: 0;
  }
  .header .header_center nav > ul > li ul li ul li a {
    padding-left: 46px;
  }
  .header .header_center nav .nav_close {
    background: #fff;
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #eee;
  }
  .header .header_center nav .nav_close i {
    height: 100%;
    padding: 0 12px;
    font-size: 30px;
    color: #3a3a3a;
  }
  .banner {
    height: 210px;
  }
  .banner .swiper .swiper-slide h2 {
    width: 80%;
    font-size: 24px;
    letter-spacing: 0;
  }
  .banner .banner_pagination {
    left: 15px;
    bottom: 15px;
    height: 2px;
  }
  .banner .banner_pagination em {
    width: 2px;
    height: 4px;
  }
  .banner .banner_pagination i {
    height: 2px;
  }
  .banner .banner_pagination i img {
    width: 20px;
  }

  .index_product {
    padding: 40px 0;
  }
 .index_product .p_rollPrev{ left:0;}
  .index_product .e_text-30{ font-size: 14px;}
  .index_product .cbox-27-1{ display: none;}
 .index_product .e_text-29{ font-size: 20px; font-weight: bold;}
  .index_product .e_loop-13 .e_text-19{ font-size: 16px;}
.index_product  .e_loop-13 .e_text-22{ font-size: 14px;}
  .index_product .flex-end-between {
    flex-wrap: wrap;
  }
.index_product .e_container-27{display:block}
  .index_product .flex-end-between .left {
    width: 100%;
    height: auto;
    background: none;
  }
  .index_product .flex-end-between .left .guangdian, .index_product .flex-end-between .left .lvse, .index_product .flex-end-between .left .xxjd {
    display: none;
  }
  .index_product .flex-end-between .left ul {
    justify-content: space-between;
  }
  .index_product .flex-end-between .left ul li {
    width: 33.33%;
    flex-shrink: initial;
    margin: 0;
  }
  .index_product .flex-end-between .left ul li:nth-child(1), .index_product .flex-end-between .left ul li:nth-child(5), .index_product .flex-end-between .left ul li:nth-child(3) {
    transform: translateY(0);
  }
  .index_product .flex-end-between .left ul li a {
    background-image: none;
    padding: 10px;
    clip-path: none;
  }
  .index_product .flex-end-between .left ul li a.active span {
    color: #fff;
  }
  .index_product .flex-end-between .left ul li a span {
    position: static;
    display: block;
    transform: translate(0);
    font-size: 14px;
  }
  .index_product .flex-end-between .right {
    width: 100%;
    display: none;
  }
  .index_product .flex-end-between .right .tab-pane {
    display: flex;
    justify-content: space-between;
  }
  .index_product .flex-end-between .right .tab-pane .item {
    width: calc(50% - 5px);
  }
  .index_solution {
    padding: 40px 0;
  }
  .index_porfile {
    padding: 40px 0;
    padding-bottom: 120px;
  }
  .index_porfile img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .index_porfile .container {
    position: static;
  }
  .index_porfile .container .row .mod_title {
    display: none;
    text-align: left !important;
    margin-top: 50px;
  }
  .index_porfile .container .row .mod_title span {
    align-items: flex-start;
  }
  .index_porfile .container .row .mod_title span .line {
    border-color: #999;
  }
  .index_porfile .container .row .mod_title span strong {
    color: #333;
  }
  .index_video .flex-start-between {
    flex-wrap: wrap;
  }
  .index_video .flex-start-between .left {
    width: 100%;
  }
  .index_video .flex-start-between .right {
    width: 100%;
  }
  .index_video .flex-start-between .right .item {
    margin-top: 15px;
  }
  .index_news {
    padding: 40px 0;
  }
  .index_news .container {
    display: flex;
    flex-direction: column;
  }
  .index_news .container .mod_title {
    order: 1;
  }
  .index_news .container ul {
    order: 2;
  }
  .index_news .container .tab-content {
    order: 3;
  }
  .index_news .news_list {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .index_news .news_list .item {
    margin-bottom: 20px;
  }
  .mod_title span strong {
    font-size: 20px;
  }
  .mod_title span em {
    font-size: 24px;
    text-shadow: none;
  }
  .mod_title2 span {
    font-size: 24px;
    display: block;
    max-width: 80%;
    width: 80%;
  }
  .footer .right {
    display: none;
  }
  .mod_banner {
    height: 30vh;
  }
  .mod_banner .mod_title {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .mod_banner .mod_title i {
    font-size: 24px;
  }
  .mod_banner .mod_title span {
    font-size: 20px;
    margin-top: 5px;
  }
  .mod_banner .mod_title strong, .mod_banner .mod_title h1 {
    font-size: 18px;
  }
  .mod_banner .container {
    padding: 0;
  }
  .mod_banner .container ul {
    width: 100%;        border-radius: 0;
    overflow-x: scroll;scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }
  .mod_banner .container ul li {
    flex-shrink: 0;
    width: auto !important;
  }
  .mod_banner .container ul li a {
    padding: 0 15px;
  }
  .mod_banner .container ul li ul {
    display: none;
  }
  .product_detail .flex-stretch-between {
    flex-wrap: wrap;
  }
  .product_detail .detail_left {
    width: 100%;
  }
  .product_detail .detail_left .swiper1 {
    height: 34rem;
  }
  .product_detail .detail_right {
    width: 100%;
    margin-top: 20px;
  }
  .download .items {
    margin: 0;
  }
  .download .items .item .text {
    padding: 20px 10px;
  }
  .hot_list .dw .swiper {
    width: calc(100% - 12rem);
  }
  .product_head {
    padding-top: 40px;
    height: auto;
    padding-bottom: 260px;
    background-position: right bottom;
    background-size: auto 240px;
  }
  .product_list nav ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .product_list nav ul li {
    margin-bottom: 5px;
  }
  .product_list .items .item a .text h4 {
    font-size: 16px;
  }
  .about_1 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .about_1 > .container {
    flex-wrap: wrap;
  }
  .about_1 .left {
    width: 100%;
  }
  .about_1 .left .mod_content {
    padding: 15px;
  }
  .about_1 .right {
    width: 100%;
  }
  .about_1 .right .img {
    margin: 15px 0;
  }
  .about_1 .right .img img {
    margin: 0;
    width: 100%;
  }
  .about_1 .right .text strong {
    font-size: 24px;
  }
  .about_2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .about_2 .items {
    margin-top: 30px;
    border: none;
    box-shadow: none;
  }
  .about_2 .items .item {
    flex-wrap: wrap;
  }
  .about_2 .items .item .img {
    width: 100% !important;
    margin: 0 !important;
    order: 2;
  }
  .about_2 .items .item .text {
    width: 100% !important;
    padding: 15px 0;
  }
  .about_3 {
    padding: 40px 0;
  }
  .solution_1 {
    flex-wrap: wrap;
  }
  .solution_1 .left {
    width: 100%;
    padding: 30px 15px;
  }
  .solution_1 .left .mod_content {
    margin-top: 20px;
  }
  .solution_1 .right {
    width: 100%;
    height: 30vh;
  }
  .solution_2 {
    flex-wrap: wrap;
  }
  .solution_2 .left {
    width: 100%;
    order: 2;
    padding-left: 15px;
    padding-top: 30px;
    height: 400px;
  }
  .solution_2 .left h3 {
    max-width: 60%;
  }
  .solution_2 .right {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    min-height: 0;
  }
  .solution_2 .right ul {
    display: flex;
    width: 100%;
    overflow: scroll;
  }
  .solution_2 .right ul li {
    padding: 15px 20px;
    flex-shrink: 0;
  }
  .solution_2 .right ul li i {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
  }
  .contact .contact_text {
    flex-wrap: wrap;
  }
  .contact .contact_text .left {
    width: 100%;
  }
  .contact .contact_text .left ul li {
    width: 100% !important;
    padding: 15px 20px;
    margin-bottom: 15px !important;
  }
  .contact .contact_text .right {
    width: 100%;
    padding-left: 0;
  }
  .contact .contact_map {
    margin-top: 30px;
    height: 36vh;
  }
  .news_detail {
    padding: 40px 0;
  }
  .news_detail > h1 {
    font-size: 20px;
  }
  .mod_fanye02 a {
    padding: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .fz_36 {
    font-size: 18px;
  }
  .fz_34 {
    font-size: 18px;
  }
  .fz_32 {
    font-size: 18px;
  }
  .fz_30 {
    font-size: 18px;
  }
  .fz_28 {
    font-size: 16px;
  }
  .fz_26 {
    font-size: 16px;
  }
  .fz_24 {
    font-size: 16px;
  }
  .fz_22 {
    font-size: 16px;
  }
  .fz_20 {
    font-size: 16px;
  }
  .fz_18 {
    font-size: 14px;
  }
  .fz_16 {
    font-size: 14px;
  }
  .fz_14 {
    font-size: 14px;
  }
  .fz_12 {
    font-size: 12px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .fz_32 {
    font-size: 22px;
  }
  .fz_30 {
    font-size: 22px;
  }
  .fz_28 {
    font-size: 20px;
  }
  .fz_26 {
    font-size: 20px;
  }
  .fz_24 {
    font-size: 18px;
  }
  .fz_22 {
    font-size: 18px;
  }
  .fz_20 {
    font-size: 16px;
  }
  .fz_18 {
    font-size: 16px;
  }
  .fz_16 {
    font-size: 14px;
  }
  .fz_14 {
    font-size: 14px;
  }
  .fz_12 {
    font-size: 12px;
  }
}

@media (min-width: 1201px) {
  .container {
    max-width: calc(100% - 18.125rem);
    padding: 0 15px;
  }
  .about_2 .container {
    max-width: calc(100% - 8.125rem);
    padding: 0 15px;
  }
}
@media (max-width: 991px){
	.e_loop-1 .p_loopitem {flex-grow: 0;flex-shrink: 0;flex-basis: calc(100% / 1);position: relative;}
	.e_container-21 .p_item{flex: auto;}
	.e_container-14 > .p_item{flex: auto;}
}



@media (max-width: 1440px){
.ab_pos .pos_main {
    width: 100%;
    height: 60px;
}
.pos_main ul li {
    height: 60px;
}
.pos_main p {
    height: 60px;
    line-height: 40px;
    font-size: 15px;
}
}
@media (max-width: 1200px){
.pos_main ul li a {
    padding: 10px 30px;
}
.pos_main p {
    font-size: 14px;
}
}
@media (max-width: 1080px){
.pos_main ul li a {
    font-size: 16px;
}

}
@media (max-width: 800px){
	
.ab_pos .pos_main {
    height: 50px;
}
.pos_main ul li a {
    padding: 5px 20px;
}
.pos_main p {
    height: 50px;
    padding: 5px 0;
}
}
@media (max-width: 767px){
	
.ab_pos .pos_main {
    height: auto;
}
.pos_main ul {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    float: inherit;
}
.pos_main ul li {
    height: 50px;
}
.pos_main ul li a {
    font-size: 15px;
}
.pos_main p {
    width: 100%;
    max-width: 100%;
    height: auto;
    line-height: 30px;
    margin: 0 auto;
    padding: 10px 12px;
}
}