/* RESET */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

a:focus {
  outline-style: none;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
  outline: none;
  border: none;
}

textarea {
  resize: none
}

input::-ms-clear {
  display: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

body {
  font-size: 10px;
  line-height: 2.4rem;
  overflow-x: hidden;
  --themeColor: #15559A;
  --bgthemeColor: black;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background-color: #fff;
  --swiper-theme-color: var(--themeColor);
}

::selection {
  background: var(--themeColor);
  color: #fff;
}

:focus {
  outline-color: var(--themeColor);
}

html {
  color: #333333;
  font-size: 10px;
}

:root {
  --text_p: 1.6rem;

  --font_14: 1.4rem;
  --font_16: 1.6rem;
  --font_18: 1.8rem;
  --font_20: 2rem;
  --font_24: 2.4rem;
  --font_30: 3rem;

  --font_40: 4rem;
  --font_45: 4.5rem;

  --title_h1: 4rem;
  --title_h3: 2.4rem;

  --line_22: 2.2rem;
  --line_24: 2.4rem;
  --line_30: 3rem;
  --line_32: 3.2rem;
  --line_36: 3.6rem;
  --line_40: 4rem;
  --line_45: 4.5rem;

  --title_family: Poppins-Bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: SourceHanSansCN-Bold;
}

.more_div {
  background-color: var(--themeColor);
  color: #fff;
  padding: 1.5rem 2.2rem;
  display: inline-block;
  border-radius: .4rem;
  transition: all .4s;
}

.more_div:hover {
  color: white;
}

.img_cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.img_down {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

.index .container {
  width: 160rem;
}

.index .index_about .container {
  width: 160rem !important;
  max-width: unset !important;
}

.container-fluid {
  width: 160rem;
}

.container {
  width: 140rem;
}

.title_div {
  /* padding-top: 28rem; */
  /* padding-left: 16rem; */
}


.hidden {
  display: none;
}

.nav-tabs {
  border-bottom: none;
}

.title_h1 {
  font-size: var(--title_h1);
  font-weight: 700;
  display: flex;
  align-items: center;
  font-family: SourceHanSansCN-Bold;
  color: #333333;
  line-height: var(--line_40);
}

.title_h1:hover i {
  color: var(--themeColor);
}

.title_h1 i {
  font-size: 2rem;
  margin-left: 2rem;
  color: #666;
  /* transition: all .4s; */
}

.title_family {
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
}


.title_h3 {
  font-size: var(--title_h3);
  font-family: SourceHanSansCN-Bold;
  font-weight: 400;
  color: var(--themeColor);
}

.text_center {
  text-align: center;
}

.back {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.text_p {
  font-size: var(--text_p);
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #666666;
  line-height: line_24;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

.clamp1 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp4 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.cpr {
  cursor: pointer;
}

/* RESET */

/* thank */

.thank h5,
.thank p {
  line-height: 1.4;
  font-size: 2rem;
  padding-bottom: 2rem;
}

.thank .back {
  padding-left: 1rem;
  width: 3.2rem;
  max-width: 100%;
  height: auto;
  cursor: pointer;
}

/* thank */

/* scroll-top start */

.scroll-top {
  z-index: 999;
  position: fixed;
  bottom: 5rem;
  right: 3.2rem;
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  border-radius: 50%;
  background-color: var(--themeColor);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
  -moz-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
  box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
  transition: transform .5s;
}

.scroll-top i {
  width: 1rem;
  height: 1rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.scroll-top:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px)
}

/* scroll-top end */


/* roure start */

.route {
  padding: 1.8rem 0;
}

.route {
  background: #f1f1f1;
  border-bottom: 1px solid #e5e5e5;
}

.route ul {
  display: flex;
  flex-wrap: wrap;
}

.route ul>li {
  float: left;
  position: relative;
  padding-right: 2rem;
}

.route ul>li a img {
  width: 10rem;
}

.route ul>li a {
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0 1rem;
  color: #242424;
  letter-spacing: 0.32px;
}

.route ul>li:first-child a {
  padding-left: 0;
}

.route ul>li::after {
  content: "";
  top: 50%;
  right: 1rem;
  width: .8rem;
  height: .8rem;
  position: absolute;
  border-left: 1.5px solid #242424;
  border-bottom: 1.5px solid#242424;
  -webkit-transform: translate(0, -50%) rotate(-135deg);
  transform: translate(0, -50%) rotate(-135deg);
}

.route ul>li:last-child::after {
  border: none;
}

/* roure end */

/* 公共页面banner-pg B */
.bg-banner {
  padding: 8rem 0 3rem;
  background-size: cover;
  background-position: center center;
  min-height: 20rem;
  position: relative;
  z-index: 2;
}

.bg-banner::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-banner h3 {
  padding-top: 10rem;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .bg-banner {
    min-height: 10rem;
    padding: 6rem 0px;
  }

  .bg-banner h3 {
    padding-top: 5rem;
    font-size: 3rem;
  }
}

.banner img {
  width: 100%;
}

.mySwiper1 .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
  background-color: #fff;
  border-radius: 0 !important;
  height: .4rem;
  width: 3rem;
}

.mySwiper1 .swiper-pagination-bullet-active {
  background-color: var(--themeColor);
  /* height: 30px; */
  /* border-radius: 99px; */
}

@media screen and (max-width: 768px) {
  .bg-banner {
    min-height: 10rem;
    padding: 5rem 0px;
  }

  .bg-banner h3 {
    font-size: 2.8rem;
  }
}

/* 公共页面banner-pg E */


/* 分页 start */

.pagingClick {
  margin: 0 auto;
  text-align: center;
  padding: 2% 0;
}

.pagingClick a,
.pagingClick span {
  display: inline-block;
  width: 5rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  font-size: 1.6rem;
  background-color: rgba(51, 51, 51, 0.73);
  color: #fff;
  margin-right: 2rem;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.pagingClick a:last-child,
.pagingClick span:last-child {
  margin-right: 0;
}

.pagingClick a:hover,
.pagingClick span {
  color: #fff;
  background-color: var(--themeColor);
}

/* 分页 end */
/* nav-top B*/
.nav-top {
  background-color: #082c4b;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.nav-top .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-top .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 2rem 0;
}

.nav-top .header-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-top .header-info li:not(:last-child) {
  padding-right: 1.2rem;
  margin-right: 1.2rem;
  border-right: 1px solid #aaa;
}

.nav-top .header-info li .txt {
  margin-left: .6rem;
}

.nav-top .header-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-top .header-socials .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem;
}

.nav-top .header-socials .icon-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  margin-right: .4rem;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav-top .header-socials .icon-list a:hover {
  background-color: #03111d;
}

.nav-top .header-socials .skip-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 2.4rem;
  border-radius: 5px;
  background-color: var(--themeColor);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav-top .header-socials .skip-btn a:hover {
  background-color: #102147;
}

/* nav-top E*/

/* header nav start */
header .navs .navbar-toggle span {
  display: block;
  position: relative;
  cursor: pointer;
  width: 3rem;
  height: .3rem;
  background-color: var(--themeColor);
}

header .navs .navbar-toggle span::before,
header .navs .navbar-toggle span::after {
  content: "";
  width: 100%;
  height: .3rem;
  background-color: var(--themeColor);
  position: absolute;
  left: 0;
}

header .navs .navbar-toggle span::after {
  top: -.8rem;
}

header .navs .navbar-toggle span::before {
  bottom: -.8rem;
}

header .navs .search {
  position: relative;
  margin-top: 1.5rem;
  margin-right: 2rem;
}

header .navs .search>i {
  cursor: pointer;
  font-weight: 600;
  color: #242C33;
  display: inline-block;
  position: relative;
  /* float: left; */
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  font-size: 1.4rem;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  background: none;
  border-radius: 50%;
  border: 1px dashed var(--themeColor);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* 搜索框部分B  */
header .navs .input-box {
  margin-left: 2rem;
  line-height: 9rem;
  height: 9rem;
  margin-left: 7rem;
  cursor: pointer;
}

header .navs .input-box>i {
  font-size: 1.5rem;
  color: #888;
  border: 1px #b8b8b8 solid;
  border-radius: 50px;
  padding: .5rem;
  /* margin-bottom: 1rem; */
}

header .navs .input-box:hover>i {
  color: var(--themeColor);
  border-color: var(--themeColor);
}

/* 
header .navs .input-box form {
  display: flex;
  align-items: center;
  width: 160px;
  height: 33px;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #000;
} */

header .navs .input-box .search-submit {
  background: none;
}

header .navs .input-box .header-search {
  width: 11rem;
}

header .navs .input-box .search-submit i {
  color: var(--themeColor);
}



.scarch_btn {
  position: relative;
}

.scarch_btn .search-box {
  border-top: .3rem solid var(--bgthemeColor);
  width: 30rem;
  position: absolute;
  top: 100%;
  left: -15rem;
  padding: 1.5rem;
  z-index: 99;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  background-color: #fff;
  display: none;
}

.search_div {
  display: flex;
  align-items: center;
}

.search_div .sub_btn {
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
  background-color: var(--themeColor);
}

.search_div .sub_btn i {
  color: white;
}


.search_div .sub_btn:hover {
  background: black;
}

.scarch_btn .search-box input {
  width: 100%;
  border: 2px solid #f7f7f7;
  margin: 1rem 0;
  padding-left: 1rem;
  display: block;
  outline: none;
  color: #272727;
  height: 4rem;
  border: 1px solid #e0e0e0;
}



@media screen and (max-width: 768px) {
  header .navs .input-box {
    padding: 2rem 0;
  }
}

/* 搜索框部分E  */
/* 语言部分B  */
header .navs .language-box {
  position: relative;
  min-width: 9.8rem;
  margin-top: 3rem;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}

header.fixeds .navs .language-box {
  color: #000;
}

header .navs .language-box i {
  font-size: 1.2rem;
}

header .navs .language-wrap {
  display: none;
  position: absolute;
  top: 3rem;
  border-radius: .4rem;
  min-width: 12rem;
  padding: 0 1.8rem;
  background: #fff;
  border: 1px solid #ddd;
  color: #272727;
}

header .navs .language-wrap .item {
  padding: .4rem 0;
}

/* 语言部分E  */
header .navs .header-nav li {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

header .navs .header-nav .sub-menu li {
  margin-left: 0;
  padding: .3rem 1rem;
}

header .navs .header-nav .top>li>a {
  height: 9rem;
}

header .navs .header-nav li a {
  display: block;
  color: #b8b8b8;
  font-size: 1.5rem;
  position: relative;
  text-transform: capitalize;
}

header .m-menu {
  color: #fff;
}

header .navs .header-nav .active>a::after {
  opacity: 1;

  /* position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background-color: var(--themeColor);
  width: 100%;
  height: 4px; */
}

header .navs .header-nav>ul>li:last-child::after,
header .navs .header-nav .active::after {
  background-color: transparent;
}

header .navs .header-nav .active>a {
  color: var(--themeColor);
  /* background-color: var(--themeColor); */
  /* border-bottom: 4px solid var(--themeColor); */
  position: relative;
}

@media (min-width: 768px) {

  /* header-nav start */
  header .navs .wap-nav {
    position: relative;
    z-index: 9;
    /* padding: 20px 0; */
    background: #fff;
  }

  header .navs .wap-nav .flex {
    display: flex;
    justify-content: space-between
  }

  header .navs .wnl .header-nav {
    display: block !important;
  }

  header .navs .pdl {
    padding-left: 10%;
  }

  header .navs .header-nav .fourth-sub,
  header .navs .header-nav .third-sub,
  header .navs .header-nav .sub-menu {
    position: absolute;
    top: 8rem;
    left: 0;
    width: 20rem;
    z-index: 999;
    min-width: 23rem;
    background-color: rgb(255, 255, 255);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.32);
    text-align: left;
  }

  header .navs .header-nav .fourth-sub,
  header .navs .header-nav .third-sub {
    width: 30rem;
  }

  header .navs .header-nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  header .navs .header-nav .sub-menu a {
    padding: 1rem;
    font-size: 1.5rem;
    color: #272727;
    line-height: 1.4;
  }

  header .navs .header-nav>ul>li>a:hover {
    color: var(--themeColor);
    /* background-color: var(--themeColor); */
  }

  header .navs .header-nav .sub-menu a {
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  header .navs .header-nav .sub-menu a:hover {
    transform: translateX(6px);

  }

  header .navs .header-nav .sub-menu li:hover {
    background-color: #f2f2f2;
  }

  header .navs .header-nav .active>.submenu-button,
  header .navs .header-nav a:hover::after {
    border-bottom-color: var(--themeColor);
    border-right-color: var(--themeColor);
  }

  header .navs .header-nav .sub-menu a:hover::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }

  header .navs .header-nav .sub-menu li a::after {
    -webkit-transform: rotate(316deg);
    transform: rotate(316deg);
  }

  header .navs .header-nav .fourth-sub,
  header .navs .header-nav .third-sub {
    top: 0;
    left: 100%;
  }

  header .navs .header-nav .third-sub li:hover .fourth-sub,
  header .navs .header-nav li:hover .sub-menu,
  header .navs .header-nav .sub-menu li:hover .third-sub {
    opacity: 1;
    /* display: block; */
    visibility: visible;
    top: 100%;
  }

  header .navs .header-nav .third-sub li:hover .fourth-sub,
  header .navs .header-nav .sub-menu li:hover .third-sub {
    top: 0;
  }

  header .navs .header-nav .sub-menu .submenu-button {
    position: absolute;
    top: 44%;
    right: 1.4rem;
    width: .5rem;
    height: .5rem;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    border-bottom-color: #272727;
    border-right-color: #272727;
  }

  header .navs .header-nav .sub-menu li:hover .submenu-button {
    border-bottom-color: #272727;
    border-right-color: #272727;
  }

  header .navs .header-nav>ul>li:hover>.submenu-button {
    border-bottom-color: var(--themeColor);
    border-right-color: var(--themeColor);
  }

  header .navs .wnl {
    display: block !important;
  }

  .navs .header-nav li .m-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 1rem 2rem;
    /* border-radius: 20px; */
    transition: all .3s;
    font-weight: 600;
    color: #333;
    font-size: 1.6rem;
    /* height: 9rem; */
  }

  header .navs .sub-menu li {
    width: 100%;
  }

  header .navs .wap-nav .wpl .logo img {
    width: 18rem;
  }

  header .navs .wap-nav .wap-logo {
    cursor: default;
  }
}

.fixeds {
  border-radius: 0;
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  margin: 0;
  padding-top: 0;
  -webkit-animation: menu_sticky 0.5s ease-in-out;
  animation: menu_sticky 0.5s ease-in-out;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.32);
}


@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -75px;
    opacity: 0;
  }

  50% {
    margin-top: -64px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes menu_sticky {
  0% {
    margin-top: -75px;
    opacity: 0;
  }

  50% {
    margin-top: -64px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

/* 768 */
@media screen and (max-width: 768px) {
  header {
    position: relative;
  }

  /* wap-nav start */
  header .topbar,
  header .header-nav,
  .sub-menu,
  .third-sub {
    display: none;
  }

  header .navs .wpl {
    display: block;
  }

  header .navs .wpl h1 {
    float: left;
  }

  .navbar-toggle {
    margin: 25px 0 0 0;
    padding: 0;
  }

  header .navs .logo img {
    width: 150px;
  }

  header .navs {
    width: 100%;
    height: 52px;
    background-color: #fff;
  }

  header .navs .wnl {
    padding: 0;
  }

  .wap-nav>.pull-left {
    width: 100%;
  }

  .wap-nav .wpl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
  }

  .wap-nav .wnl {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 51px;
    left: 0;
    z-index: 999;
    display: none;
  }

  header .navs .search {
    display: none;
  }

  .wap-nav .header-nav {
    text-align: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    z-index: 122;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  header .navs .wap-nav .header-nav li {
    padding: 0;
    display: block;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  header .navs .wap-nav .header-nav li a {
    padding: 16px 20px;
    color: #fff;
    padding-right: 25px;
  }

  header .navs .wap-nav .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    height: 50px;
    width: 50px;
    cursor: pointer;
  }

  header .navs .wap-nav .submenu-button::before {
    position: absolute;
    top: 17.5px;
    right: 17.5px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
  }

  header .navs .header-nav li>a::after {
    display: none;
  }

  header .navs .header-nav .sub-menu li a {
    padding-left: 30px;
    font-size: 15px;
  }

  header .navs .header-nav .third-sub li a {
    padding-left: 45px;
    font-size: 14px;
  }

  header .navs .wap-nav .wpl h1 {
    margin-top: 0;
  }

  header .navs .navbar-toggle {
    display: block;
  }

  header .navs .header-nav .fourth-sub {
    display: none;
  }

  header .navs .header-nav .fourth-sub li a {
    padding-left: 65px !important;
    font-size: 13px !important;
  }

  header .navs .wap-nav .wap-logo {
    display: none !important;
  }
}

/* header nav end */

/* footer B*/
footer {
  z-index: 0;
  position: relative;
  background-color: #102147;
}


/* common start */

.common .common-nav form {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

.common .common-nav form input {
  border: none;
  background-color: #eee;
  padding: 1rem;
  width: 80%;
}

.common .common-nav form button {
  border: none;
  background-color: var(--themeColor);
  color: #fff;
  padding: 1rem;
  width: 18%;
  transition: all 0.4s ease 0s;
}

.common .common-nav form button:hover {
  background: rgb(33, 33, 33);
}

.common .common-nav h3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  border-left: .5rem solid var(--themeColor);
  padding-left: 0.5em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
  margin-top: 0;
}

.common .aside-product .media h4 {
  font-size: 1.4rem;
  padding: 0 1em;
  vertical-align: middle;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.common .pro-nav li {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 3px;
}

.common .pro-nav li a {
  display: inline-block;
  width: 100%;
  padding: 1rem 0;
  padding-right: 1rem;
  color: #555;
  position: relative;
  padding-left: 1.5rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  text-transform: capitalize;
  border: 1px solid #ddd;
}

.common .pro-nav li i {
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  max-height: 4.2rem;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.common .pro-nav .second-items,
.common .pro-nav .third-items,
.common .pro-nav .fourth-items {
  display: none;
  margin: 1rem 0;
}

.common .pro-nav .second-items a {
  padding-left: 3rem;
}

.common .pro-nav .third-items a {
  padding-left: 4.5rem;
}

.common .pro-nav .fourth-items a {
  padding-left: 6rem;
}

.common .triangle {
  position: relative;
}

.common .triangle::after {
  position: absolute;
  top: 40%;
  left: 40%;
  content: "";
  width: .8rem;
  height: .8rem;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  transform: rotate(315deg);
}

.common .aside-product {
  margin: 1rem 0;
  border: 1px solid #ddd;
}

.common .aside-product .media {
  display: table;
  width: 100%;
}

.common .aside-product .box-img {
  display: table-cell;
  width: 40%;
  padding: 1rem;
}

.common .aside-product p {
  display: table-cell;
  font-size: 1.4rem;
  padding: 0 1em;
  vertical-align: middle;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.common .aside-product>a:hover {
  background-color: #ddd;
}

.common .conmmon-conten .box-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.common .conmmon-content img {
  -webkit-transition: 0.5s;
}

.common .conmmon-content .text {
  display: block;
  background-color: #ccc;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
  padding: 2.5rem 2.5rem 3rem 2.5rem;
  background: #f3f3f3;
  text-align: center;
  border-bottom: 2px solid var(--themeColor);
}

.common .conmmon-content .text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: -1;
  background-color: var(--themeColor);
  transition: all 0.3s ease-in-out;
}

.common .conmmon-content .text h3 {
  text-decoration: none;
  color: var(--themeColor);
  margin: .5rem 0;
  font-size: 2rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.common .conmmon-content .text h3 {
  line-height: 1.8em;
  color: #555555;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.common .conmmon-content .button-box {
  display: inline-block;
  border: 2px solid;
  padding: 0.5em 1em;
  margin-top: 1rem;
  background-color: var(--themeColor);
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  cursor: pointer;
  margin-top: 2rem;
}

.common .conmmon-content a:hover .text::after {
  height: 100%;
}

.common .conmmon-content a:hover h3,
.common .conmmon-content a:hover h3 {
  color: #fff;
}

.common .conmmon-content a:hover img {
  -webkit-transform: scale(1.1);
}

.common .pro-nav li:hover>a {
  color: var(--themeColor);
}

.common .pro-nav li:hover .triangle::after {
  border-bottom-color: var(--themeColor);
  border-right-color: var(--themeColor);
}

.common .conmmon-content h5 {
  font-weight: 500;
  margin-bottom: 2px;
  color: var(--themeColor);
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 3rem;
}

.common .conmmon-content h5::after {
  content: '';
  background-color: var(--themeColor);
  position: absolute;
  bottom: -1rem;
  left: 0;
  height: .3rem;
  width: 5rem;
  border-radius: 5px;
}

.common .conmmon-content .title {
  margin-bottom: 1.6rem;
  color: #6e7889;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}

/* common end */


/* about start */

#about15 .fz14 {
  font-size: 1.4rem;
}

#about15 .about-title {
  font-weight: 700;
  font-size: 4rem;
  color: var(--themeColor);
}

#about15 .about-title .english-title {
  font-weight: normal;
  font-size: 3.2rem;
  color: #999;
}

#about15 .profile-box {
  margin-top: 3rem;
}

#about15 .profile {
  padding: 5rem 0 3rem;
}

#about15 .profile .profile-txt {
  padding: 2rem;
  color: #333;
  font-size: 1.6rem;
  line-height: 3.2rem;
}

#about15 .profile .profile-txt p:not(:last-child) {
  margin-bottom: 2rem;
}

#about15 .remarks {
  background-color: #f2f2f2;
  padding-bottom: 2rem;
}

#about15 .remarks .remarks-box {
  padding-top: 5rem;
  margin-left: 0;
  padding-left: 0;
}

#about15 .remarks .remarks-box .about-title {
  text-align: left;
  font-size: 3rem;
}

#about15 .remarks .remarks-box .english-title {
  text-align: left;
  font-size: 2.8rem;
}

#about15 .remarks .remarks-txt {
  padding-top: 3rem;
  color: #333;
  font-size: 1.6rem;
  line-height: 3.2rem;
  padding-left: 0;
}

#about15 .remarks .img-box {
  padding: 0;
}

#about15 .remarks .img-box img {
  width: 100%;
  height: 41.8rem;
  -o-object-fit: cover;
  object-fit: cover;
}

#about15 .team {
  padding: 5rem 0;
}

#about15 .team .team-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6rem;
}

/* #about15 .team .team-item img {
  width: 176px;
  border-radius: 50%;
} */

#about15 .team .team-item .name {
  font-size: 2rem;
  color: #333;
  padding: 1.8rem 0 1.4rem;
}

#about15 .team .team-item .position {
  font-size: 1.2rem;
  color: #999;
}

#about15 .team .team-item .line {
  margin: 1.2rem 0;
  height: 1px;
  width: 2.4rem;
  background: #7f7f7f;
}

#about15 .team .team-item .say {
  padding: 0 3rem;
  font-size: 1.6rem;
  color: #333;
  /* min-height: 15rem; */
  line-height: 2.6rem;
}

#about15 .brand {
  background-color: #f2f2f2;
}

#about15 .brand .about-title {
  padding: 5rem 0 2rem;
}

#about15 .brand .brand-txt {
  line-height: 1.5;
  font-size: 1.6rem;
}

#about15 .brand .brand-top {
  margin-bottom: 1rem;
}

#about15 .brand .brand-bottom-l {
  padding: 0;
}

#about15 .brand .brand-bottom-r {
  padding: 5rem;
}

#about15 .brand .brand-bottom-r p {
  padding-top: 3.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

#about15 .history {
  padding: 5rem 0;
}

#about15 .history .about-title {
  margin-bottom: 3rem;
}

#about15 .history p {
  line-height: 2;
  margin-bottom: 4px;
  color: #333;
  font-size: 1.6rem;
}

#about15 .style {
  background-color: #f2f2f2;
  padding: 5rem 0;
}

#about15 .style .style-box .item {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
}

#about15 .style .style-box .item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#about15 .style .style-box .item:hover .layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#about15 .style .style-box .item img {
  -webkit-transition: all .7s;
  transition: all .7s;
}

#about15 .style .style-box .item .layer {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(63, 63, 63, 0.7);
  cursor: pointer;
  pointer-events: none;
}

#about15 .style .style-box .item .layer i {
  font-size: 4rem;
  color: #fff;
}

@media screen and (max-width:768px) {
  #about15 .about-title {
    padding: 0 15px;
    font-size: 32px;
  }
}

/* about end */

/* contact start */
#contact6 .tac {
  text-align: center;
}

#contact6 input,
#contact6 button {
  outline: none;
  border: none;
}

#contact6 .banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#contact6 .banner .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}

#contact6 .banner .txt-box .b-title {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

#contact6 .banner .txt-box .s-title {
  font-size: 1.6rem;
}

#contact6 .faq {
  padding: 12.2rem 0 15.6rem;
}

#contact6 .faq .title {
  position: relative;
  margin-bottom: 8rem;
  color: #4f3b35;
  font-size: 3.6rem;
  font-weight: 700;
}

#contact6 .faq .title::after {
  position: absolute;
  left: 50%;
  bottom: -1.8rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 3.8rem;
  height: .4rem;
  /* background-color: #e75a13; */
  background-color: var(--themeColor);
}

#contact6 .faq .item {
  position: relative;
  background: #f5f5f5;
  margin-bottom: 1rem;
  cursor: pointer;
}

#contact6 .faq .item .question {
  font-weight: 700;
  font-size: 1.6rem;
  color: #4f3b35;
}

#contact6 .faq .item .question div {
  padding: 2rem 1rem;
}

#contact6 .faq .item .question i {
  font-weight: 700;
  font-size: 1.8rem;
  color: #4f3b35;
}

#contact6 .faq .item .question i:first-child {
  display: none;
}

#contact6 .faq .item .question i:last-child {
  display: block;
}

#contact6 .faq .item .question div:first-child {
  border-right: 1px solid #fff;
}

#contact6 .faq .item .question div:nth-child(2) {
  padding: 2rem 1.5rem;
}

#contact6 .faq .item .answer {
  display: none;
  font-size: 1.6rem;
  color: #9c938e;
}

#contact6 .faq .item .answer div:nth-child(2) {
  padding: 2rem 1.5rem;
}

#contact6 .faq .item.active i:first-child {
  display: block;
}

#contact6 .faq .item.active i:last-child {
  display: none;
}

#contact6 .faq .item.active .answer {
  display: block;
}

#contact6 .faq .item.active .answer .col-xs-10 {
  color: #333;
}

#contact6 .section {
  position: relative;
  padding-top: 12.2rem;
  overflow-x: clip;
}

#contact6 .section .look {
  padding-top: 6rem;
}

#contact6 .section .look .title {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  color: #4f3b35;
  line-height: 1.2;
  margin-bottom: 5rem;
}

#contact6 .section .look .title::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: -2rem;
  width: 8rem;
  height: .2rem;
  background-color: var(--themeColor);
}

#contact6 .section .look .txt {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5;
  font-weight: 200;
  max-width: 38.4rem;
}

#contact6 .section .look .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 9rem;
  padding-left: 1rem;
  position: relative;
}

#contact6 .section .look .list::after {
  content: "";
  height: calc(100% + 6rem);
  width: 200rem;
  background: #363437;
  position: absolute;
  right: -18rem;
  top: -3rem;
  z-index: -1;
}

#contact6 .section .look .list .item {
  position: relative;
  padding-left: 2.5rem;
  padding-right: 1rem;
  width: 50%;
  margin-bottom: 6rem;
}

#contact6 .section .look .list .item i {
  position: absolute;
  left: -1rem;
  top: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid var(--themeColor);
}

#contact6 .section .look .list .item i::after {
  content: '';
  display: block;
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
  background-color: var(--themeColor);
  /* background-color: #e75a13; */
}

#contact6 .section .look .list .item .item-title {
  position: relative;
  font-size: 1.6rem;
  color: #f8f8f8;
  font-weight: 700;
  margin-bottom: 3rem;
}

#contact6 .section .look .list .item .item-title::after {
  position: absolute;
  left: 0;
  bottom: -1rem;
  content: '';
  width: 21.4rem;
  height: 1px;
  background-color: var(--themeColor);
}

#contact6 .section .look .list .item .item-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 20rem;
  color: #e7e0dd;
}

#contact6 .section .contact-form {
  position: relative;
  padding-top: 6rem;
  background-color: #fff;
  color: #4f3b35;
  font-size: 1.6rem;
  border-radius: 1rem;
  -webkit-box-shadow: 21px 21px 50px 0 rgba(79, 59, 53, 0.2);
  box-shadow: 21px 21px 50px 0 rgba(79, 59, 53, 0.2);
}

#contact6 .section .contact-form::before {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  width: 15.9rem;
  height: 1.5rem;
  background-color: var(--themeColor);
  /* background-color: #e75a13; */
  border-radius: 0 0 10px 10px;
}

#contact6 .section .contact-form .form-wrap {
  padding: 0 3rem 0 3rem;
}

#contact6 .section .contact-form .form-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #4f3b35;
  line-height: 1.2;
  padding-left: 1rem;
}

#contact6 .section .contact-form .tips {
  font-size: 1.4rem;
  margin: 2rem 0;
  padding-left: 1rem;
}

#contact6 .section .contact-form .input-item {
  padding: 0;
  color: #4f3b35;
  font-size: 1.6rem;
  font-weight: 200;
  padding: 1rem;
}

#contact6 .section .contact-form .input-item .type b {
  color: var(--themeColor);
  /* color: #e75a13; */
}

#contact6 .section .contact-form .input-item input,
#contact6 .section .contact-form .input-item textarea {
  padding: 1.6rem 2rem;
  width: 100%;
  background-color: #f7f6f6;
  border: none;
  outline: none;
  font-size: 1.2rem;
}

#contact6 .section .contact-form .btn {
  width: 100%;
  margin-top: 4rem;
  padding: 1.6rem 0;
  background-color: var(--themeColor);
  /* background-color: #e75a13; */
  border-radius: 0 0 10px 10px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

#contact6 .cta {
  position: relative;
  background: #1b1b1b;
}

#contact6 .cta .backTop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  font-size: 2rem;
  color: #9c938e;
  width: 0;
  height: 0;
  border-width: 3.6rem;
  border-style: solid;
  border-color: transparent transparent #1b1b1b transparent;
  cursor: pointer;
}

#contact6 .cta .backTop i {
  position: absolute;
  bottom: calc(50% - 1.4rem);
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

#contact6 .cta .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5rem 0;
}

#contact6 .cta .wrap .txt {
  font-size: 3.6rem;
  color: #fff;
}

#contact6 .cta .wrap .btn {
  margin-top: 1rem;
  padding: 1.7rem 4.2rem;
  border-radius: 3.2rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  background: var(--themeColor);
  border-color: var(--themeColor);
  /* background: #e75a13; */
}

@media screen and (max-width: 768px) {
  #contact6 .banner .txt-box .b-title {
    font-size: 30px;
  }

  #contact6 .banner .txt-box .s-title {
    font-size: 14px;
  }

  #contact6 .section .look .title {
    font-size: 26px;
  }

  #contact6 .section .look .list {
    margin-top: 40px;
    background-color: #363437;
  }

  #contact6 .section .look .list .item {
    width: 100%;
    margin: 20px 0;
  }

  #contact6 .section .look .list .item .item-txt {
    max-width: 100%;
  }

  #contact6 .section .contact-form {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #contact6 .section .contact-form .form-wrap {
    padding: 0;
  }

  #contact6 .section .contact-form .form-title {
    font-size: 26px;
  }

  #contact6 .faq {
    padding: 50px 15px;
  }

  #contact6 .faq .title {
    font-size: 26px;
  }

  #contact6 .cta .wrap .txt {
    font-size: 26px;
    padding: 0 15px;
  }

  #contact6 .cta .wrap .btn {
    font-size: 14px;
    padding: 10px;
  }

  #contact6 .faq .item .question .tac {
    padding-left: 0;
  }
}

/* contact end*/

/* news start */

news4 .news4 a {
  text-decoration: none;
}

news4 .news4 .total {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

news4 .news4 .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-block: 1.5rem;
}

news4 .news4 .title>div {
  font-size: 1.8rem;
}

news4 .news4 h3 {
  font-size: 2.6rem;
  color: var(--themeColor);
}

news4 .list {
  margin-top: 5rem;
  padding-left: 0px;
  padding-right: 0px;
}

news4 .list .a {
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

news4 .list .img {
  height: 56.3380%;
  padding-top: 56.3380%;
  position: relative;
}

news4 .list .img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

news4 .list .title {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

news4 .list h3 {
  font-size: 2rem;
  color: #333;
  transition: all .5s;
  line-height: 2.8rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

news4 .list p {
  line-height: 2.6rem;
  color: #333;
  white-space: normal;
  margin-top: 1.4rem;
  font-size: 1.6rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 7.8rem;
}

news4 .list .all:hover h3 {
  color: var(--themeColor);
}

news4 .list .time {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: hsla(0, 0%, 80%, .2);
}

news4 .list .all-2 h3 {
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  color: #626971;
  font-weight: 700;
}

news4 .list .all-2 p {
  margin: 0;
  padding: 0;
}

news4 .list .all-2 h3 {
  margin: 0;
  padding: 0;
}

news4 .list .all-2 a {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

news4 .list .all-2 .title {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 3.5rem;
}

news4 .list .all-2 .title h3 {
  font-size: 1.6rem;
}

news4 .list .all-2 a {
  padding-bottom: 4rem;
  border-bottom: 1px dashed #F0F0F0;
  margin-top: 4rem;
}

/* iphone */

@media screen and (max-width: 769px) {
  news4 .news4 .total .all {
    margin-bottom: 40px;
  }

  news4 .list .all-2 a {
    display: flex;
    flex-flow: column;
  }

  news4 .list .time {
    margin-bottom: 20px;
  }
}

/* news end */

/* news-show start */

.news-show .article {
  border: 1px solid #ddd;
}

.news-show .article .dg-header {
  padding: 2rem;
  border-bottom: 1px solid #ddd;
}

.news-show .article .dg-header h1,
.news-show .article-related {
  font-size: 2rem;
  line-height: 1.4;
  color: #121212;
  padding: 1rem 0;
}

.news-show .article .dg-header .time {
  font-size: 1.4rem;
  color: #777;
}

.news-show .article .content {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.4;
  padding: 2rem;
}

.news-show .article .content p {
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.news-show .article-related {
  margin: 2rem 0;
  border: 1px solid #ddd;
}

.news-show .article-related h5 {
  border-bottom: 1px solid #ddd;
  padding: 2rem;
  color: #353a42;
  font-size: 1.8rem;
  font-weight: 600;
}

.news-show .article-related .article-related-box {
  padding: 2.5rem 2rem .5rem 2rem;
}

.news-show .article-related a {
  font-size: 1.6rem;
  padding-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: inherit;
  padding-bottom: 1.5rem;
}

.news-show .article-related a span {
  color: #333;
  font-weight: 400;
}

.news-show .article-related a strong {
  color: #333;
}

.news-show .article-related a:hover span {
  color: var(--themeColor);
}

.news-show {
  margin: 5rem 0;
}


/* common */

.yige-ul {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.yige-nav {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
}

.yige-nav li {
  border: 1px solid #ddd;
  padding: 1.3rem 2rem;
  background-color: #fff;
  cursor: pointer;
}

.yige-nav li a {
  color: #333 !important;
  text-transform: capitalize !important;
  position: relative;
  border-radius: 0;
  border-right: none;
  font-weight: 700;
  margin: 0 !important;
}

.yige-nav .active {
  background-color: var(--themeColor);
  position: relative;
}

.yige-nav .active::after {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 1.5rem solid var(--themeColor);
  position: absolute;
  bottom: -1.5rem;
  right: 50%;
  transform: translateX(50%);
}

.yige-nav .active a {
  color: #fff !important;
  pointer-events: none;
}


/* news-show end */

/* product strat */

.yige-product8 {
  background-color: #f7f7f7;
}

.yige-product8 .hrefUl {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 8.4rem 0 7rem;
}


.yige-product8 .hrefUl li a {
  padding: 2rem 6rem;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  transition: all .4s ease;
  cursor: pointer;
}

.yige-product8 .hrefUl li a:hover {
  background-color: var(--themeColor);
  color: white;
}

.yige-product8 .hrefUl .active a {
  background-color: var(--themeColor);
}

.yige-product8 .hrefUl .active a {
  color: #fff;
}

.yige-product8 .product {
  padding-left: 0px;
  padding-right: 0px;
}

.yige-product8 .product .all {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-flow: row;
  background-color: #fff;
}

.yige-product8 .product .a {
  margin-bottom: 5rem;
}

.yige-product8 .product .a a {
  display: flex;
  flex-flow: row;
}

.yige-product8 .product .a h3 {
  font-size: 2.8rem;
  color: #333;
  font-weight: 700;
  height: 6.4rem;
  line-height: 3.2rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.yige-product8 .product .a .global_des {
  color: var(--themeColor);
}

.yige-product8 .product .a p {
  font-size: 1.6rem;
  color: #333;
  line-height: 3rem;
  margin-top: 2rem;
}

.yige-product8 .product .a .product-btn {
  background-color: #313131;
  width: 60%;
  padding: 1rem 2.2rem 1rem 2.6rem;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
  font-size: 1.6rem;
  border-bottom-right-radius: 25px;
  position: relative;
  transition: all .4s ease;
  z-index: 1;
  text-align: center;
}

.yige-product8 .product .a .product-btn::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  background: var(--themeColor);
  transition: all .4s ease;
  height: 100%;
  z-index: -1;
}

.yige-product8 .product .a:hover .product-btn {
  border-radius: 0px;
}

.yige-product8 .product .a:hover .product-btn::after {
  width: 100%;
}

.yige-product8 .product .a .img {
  padding-left: 1.5rem;
}

.yige-product8 .product .a img {
  transition: all .5s;
}

.yige-product8 .product .a:hover img {
  transform: translateY(-.5rem);
}

.yige-product8 .product .title {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}

.yige-product8 .product .title .product-des {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 12rem;
  margin-bottom: 1rem;
}

.yige-product8 .product .title .product-des p {
  margin-top: 0;
  text-align: left !important;
}

.pagingClick {
  margin: 0 auto;
  text-align: center;
  padding: 4% 0;
}

.pagingClick a,
.pagingClick span {
  display: inline-block;
  width: 5rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  font-size: 1.6rem;
  background-color: rgba(51, 51, 51, 0.73);
  color: #fff;
  margin-right: 2rem;
}

.pagingClick span {
  color: #fff;
  background-color: var(--themeColor);
}

@media screen and (max-width: 768px) {
  .yige-product8 .hrefUl li {
    margin-bottom: 10px;
  }

  .yige-product8 .hrefUl {
    flex-flow: wrap;
  }

  .yige-product8 .hrefUl li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .yige-product8 .hrefUl li span {
    font-size: 14px;
  }

  .yige-product8 .product .all {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .yige-product8 .product .a h3 {
    font-size: 24px;
  }

  .yige-product8 .product .a .product-btn {
    width: 80%;
  }
}

/* product end */

/* product-show start */

.pro-show {
  padding: 5rem 0;
}

.pro-show .gallery-top,
.pro-show .gallery-thumbs {
  border: 1px solid #ddd;
}

.pro-show .gallery-thumbs {
  border-top: none;
}

/* .pro-show .content .gallery-top .swiper-slide .box-img {
  height: 75%;
  padding-top: 75%;
  position: relative;
  width: 100%;
}

.pro-show .content .gallery-top .swiper-slide .box-img .pshow-img{
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
} */

.pro-show .gallery-top .box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* max-height: 458px; */
}

.pro-show img {
  max-width: 100%;
  height: auto;
  cursor: pointer;
}

.pro-show .pro-fdj {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  cursor: pointer;
  width: 3.8rem;
  height: 3.8rem;
}

.pro-show .gallery-thumbs {
  padding: 0 2.8rem;
  position: relative;
}

.pro-show .gallery-thumbs .swiper-button-next {
  right: 0;
  top: unset;
  bottom: 0;
  height: 100%;
  background-color: #efefef;
}

.pro-show .gallery-thumbs .swiper-button-prev {
  left: 0;
  top: unset;
  bottom: 0;
  height: 100%;
  background-color: #efefef;
}

.pro-show .gallery-thumbs .swiper-button-prev::after,
.pro-show .gallery-thumbs .swiper-button-next::after {
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
}

.pro-show .gallery-thumbs .swiper-slide {
  opacity: 0.4;
}

.pro-show .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.pro-show .gallery-thumbs .swiper-slide-thumb-active img {
  border: 1px solid #666;
}

.pro-show .rihgt h1 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.45;
  color: #333;
}

.pro-show .rihgt p,
.pro-show .rihgt .txt {
  color: #333;
  line-height: 1.8;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  text-align: left !important;
}

.pro-show .rihgt .pshow-btn {
  width: 12rem;
  height: 4.6rem;
  line-height: 4.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: var(--themeColor); */
  background-color: #333;
  color: #fff;
  margin: 2rem 0;
}

.pro-show .pro-content {
  padding: 5rem 1.5rem;
  font-size: 1.5rem;
}

.pro-show .nav-tabs {
  border: none;
}

.pro-show .nav-tabs>li {
  border: 1px solid #ddd;
  margin-right: 1rem;
}

.pro-show .nav-tabs>li>a {
  font-size: 1.8rem;
  color: #555;
  background-color: #eee;
  border: none;
  margin-right: 0;
  padding: 1rem 1.5rem;
  border-radius: 0;
}

.pro-show .nav-tabs>li.active>a,
.pro-show .nav-tabs>li.active>a:focus,
.pro-show .nav-tabs>li.active>a:hover {
  border: none;
  background-color: var(--themeColor) !important;
  color: #fff;
}

.pro-show .tab-content {
  margin-top: 5px;
  border: 1px solid #ddd;
  padding: 2rem 1.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}

.pro-show .tab-content .container {
  width: 100%;
}

.pro-show .tab-content h3 {
  font-size: 3rem;
}

.pro-show .tab-content h4 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin: 2rem 0 3rem 0;
  color: var(--themeColor);
  position: relative;
  padding-bottom: 2rem;
}

.pro-show .tab-content h4::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 5rem;
  height: .5rem;
  border-radius: 30px;
  background-color: var(--themeColor);
}

.pro-show .tab-content h5 {
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--themeColor)
}

.pro-show .tab-content h6 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.pro-show .tab-content .pbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-show .tab-content h3 {
  border-color: var(--main-bg-color) !important;
}

.pshow-download {
  font-size: 1.4rem;
  border: 1px solid #dee2e6 !important;
  padding: 1rem !important;
  padding-top: 1.5rem !important;
}

#pro-show3 .pdcontent a {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

#pro-show3 .pdcontent a .box-img {
  width: 12rem;
  border: 1px solid #eee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pro-show3 .pdcontent a .txty {
  padding-left: 10%;
  flex: 1;
}

#pro-show3 .pdcontent a .txty strong {
  color: var(--themeColor);
}

#pro-show3 .pdcontent a .txty .pdbtn {
  width: 11rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--themeColor);
  color: #fff;
  margin-top: 1rem;
}

.pro-show .pro-content form {
  max-width: 75rem;
}

.pro-show .pro-content form input {
  width: 100%;
  margin-bottom: 1rem;
  border: none;
  background-color: #eee;
  padding: 1rem;
}

.pro-show .pro-content form button {
  transition: all .4s ease;
  border: none;
  background-color: var(--themeColor);
  margin-top: 1.5rem;
  border-radius: 0;
}

.pro-show .pro-content form textarea {
  width: 100%;
  background-color: #eee;
  border: none;
  padding: 1rem;
  height: 15rem;
}

@media screen and (max-width:768px) {
  .pro-show .nav-tabs>li {
    margin-bottom: 10px;
  }

  .pro-show .tab-content h6 {
    width: 120px;
    font-size: 14px;
  }

  .pro-show .pro-fdj {
    display: none;
  }
}

.pro-show .swiper-wrapper {
  height: auto;
}

/* product-show end */



/* service start */

.yige-service {
  margin: 8rem 0;
}

.yige-service .content li {
  height: 46.8rem !important;
  overflow: hidden;
  box-shadow: -3px 19px 14px 12px rgb(0 0 0 / 5%);
}

.yige-service .content li img {
  width: 100%;
}

.yige-service .content li>div {
  padding: 0;
  font-size: 1.4rem;
  color: #666666;
  line-height: 1.8em;
}

.yige-service .content li>div:nth-child(2) {
  background-color: #fff;
  height: 100%;
  -webkit-box-shadow: 0 0 80px 15px rgb(0 0 0 / 20%);
  box-shadow: 0 0 80px 15px rgb(0 0 0 / 20%);
}

.yige-service .content li .yige-txt {
  display: flex;
  text-align: center;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 0 4rem;
}

.yige-service .content li .yige-txt p {
  color: #333;
  font-size: 1.6rem;
}

.yige-service .content li .yige-box img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.yige-service .content li .yige-box {
  overflow: hidden;
  height: 67%;
  padding-top: 67%;
  position: relative;
}

.yige-service .content li .yige-txt i {
  font-size: 6em;
  color: var(--themeColor);
}

.yige-service .content li .yige-txt h3 {
  font-size: 3rem;
  font-weight: bold;
  color: var(--themeColor);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  line-height: 1.4em;
  /* margin-top: 4.5rem; */
}

.yige-service .content li:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}

/* read start */

.read {
  padding-top: 3rem;
  border-top: 1px solid #eee;
}

.read h4 {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}

.read h4::after {
  content: "";
  position: absolute;
  height: .3rem;
  width: 5rem;
  bottom: 0;
  left: 0;
  background-color: var(--themeColor);
}

.read .swiper-slide a {
  border: 1px solid #ddd;
  display: block;
  padding: 1em;
}

.read a .box-img {
  overflow: hidden;
  height: 56.0975%;
  padding-top: 56.0975%;
  position: relative;
}

.read a .box-img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.read a h5 {
  margin: 0.8em 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  vertical-align: middle;
  color: #272727;
  height: 5.2rem;
}

.mate {
  margin: 0 -.5rem;
}

.mate span {
  margin: 0 .5rem;
  color: #272727;
  font-size: 1.5rem;
  text-transform: capitalize;
}

.mate span i {
  color: var(--themeColor);
}

.read .swiper-container {
  padding-bottom: 5rem;
}

.read a p {
  font-size: 1.6rem;
  margin: 0.8em 0;
  height: 7.2rem;
  line-height: 1.5em;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.read .swiper-button-next:after,
.read .swiper-button-prev:after {
  font-size: 2.4rem;
  color: var(--themeColor);
}

/* read end */

/* service end */

/* 响应式 */

/* 768 */

@media screen and (max-width:1024px) {
  .yige-service .content li {
    height: 388px;
  }
}

@media screen and (max-width:768px) {
  .yige-service .content li {
    height: auto;
  }

  .yige-service .content li .yige-txt,
  .yige-service .content li:nth-child(even) {
    display: block;
  }

  .yige-service .content li>div {
    line-height: 1.5;
  }

  .yige-service .content li .yige-txt {
    padding-bottom: 30px;
  }

  .pagingClick {
    padding: 15px;
  }

  .pagingClick a:last-child {
    margin: 0;
  }

  .read {
    padding: 100px 15px 0 15px;
  }

  .read h4 {
    margin-bottom: 1em;
  }
}

/* service end */


/* service-show start */
.yige-serviceShow2 .common-title .b-title {
  text-align: center;
  font-size: 2.8rem;
  color: #333;
}

.yige-serviceShow2 .common-title .s-title {
  text-align: center;
  margin-top: .4rem;
  font-size: 1.5rem;
  color: #898b8d;
}

.yige-serviceShow2 .common-title .desc {
  text-align: center;
  font-size: 1.4rem;
  color: #999;
  line-height: 3rem;
  max-width: 90rem;
  margin: 3rem auto;
}

.yige-serviceShow2 .service {
  padding: 6rem 0 8rem;
}

.yige-serviceShow2 .service .list {
  margin-top: 4rem;
}

.yige-serviceShow2 .service .list div {
  margin: 0 auto;
}

.yige-serviceShow2 .service .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 92%;
  margin-bottom: 2rem;
  padding: 4rem 0;
  -webkit-box-shadow: 0 0 20px #ddd;
  box-shadow: 0 0 20px #ddd;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.yige-serviceShow2 .service .list .item:hover {
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
  background: var(--themeColor);
  color: #fff;
}

.yige-serviceShow2 .service .list .item:hover .txt {
  color: #fff;
}

.yige-serviceShow2 .service .list .item:hover .normal-img {
  display: none;
}

.yige-serviceShow2 .service .list .item:hover .hover-img {
  display: block !important;
}

.yige-serviceShow2 .service .list .item .img-box {
  width: 4.5rem;
  height: 4.5rem;
}

.yige-serviceShow2 .service .list .item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.yige-serviceShow2 .service .list .item .img-box .hover-img {
  display: none;
}

.yige-serviceShow2 .service .list .item .name {
  margin: 2rem 0;
  font-size: 1.8rem;
}

.yige-serviceShow2 .service .list .item .txt {
  font-size: 1.4rem;
  color: #999;
  line-height: 2.2rem;
  text-align: center;
  width: 88%;
  min-height: 7.2rem;
  height: 13.2rem;
}

.yige-serviceShow2 .yige-more {
  padding: 6rem 0 8rem;
  background: #f2f4f6;
}

.yige-serviceShow2 .yige-more .content {
  padding: 3rem 0;
}

.yige-serviceShow2 .yige-more .content .img-box {
  max-height: 46.4rem;
}

.yige-serviceShow2 .yige-more .content .img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.yige-serviceShow2 .yige-more .content .right .item {
  padding: 1.8rem;
}

.yige-serviceShow2 .yige-more .content .right .item:not(:last-child) {
  margin-bottom: 3.6rem;
}

.yige-serviceShow2 .yige-more .content .right .title {
  position: relative;
  font-size: 1.8rem;
  padding: 1.8rem 0;
}

.yige-serviceShow2 .yige-more .content .right .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.1rem;
  height: .4rem;
  background: var(--themeColor);
}

.yige-serviceShow2 .yige-more .content .right p {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  color: #999;
  line-height: 1.8;
}

.yige-serviceShow2 .yige-solutions {
  padding: 6rem 0 8rem;
}

.yige-serviceShow2 .yige-solutions .item {
  margin-top: 5rem;
}

.yige-serviceShow2 .yige-solutions .item:hover .img-box .layer {
  display: block;
}

.yige-serviceShow2 .yige-solutions .item:hover .name {
  color: #fff;
}

.yige-serviceShow2 .yige-solutions .item .img-box {
  position: relative;
  max-height: 54.5rem;
}

.yige-serviceShow2 .yige-solutions .item .img-box img {
  width: 100%;
  height: auto !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.yige-serviceShow2 .yige-solutions .item .img-box .layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--themeColor);
}

.yige-serviceShow2 .yige-solutions .item .img-box .layer .content-txt {
  width: 100%;
  height: auto;
  padding: 4rem;
  color: #fff;
}

.yige-serviceShow2 .yige-solutions .item .img-box .layer .content-txt .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.yige-serviceShow2 .yige-solutions .item .img-box .layer .content-txt .desc {
  font-size: 1.4rem;
  line-height: 3rem;
}

.yige-serviceShow2 .yige-solutions .item .name {
  padding: 1.4rem 0;
  font-size: 1.6rem;
}

/* service-show end */

@media screen and (max-width: 769px) {

  html,
  body {
    overflow-x: hidden;
  }
}

/*contact end */


/* company start */
.yige-company4 {
  padding: 6rem 0;
}

.yige-company4 .history .title {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.6rem;
  color: #333;
}

.yige-company4 .history .timeline {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #626262;
  letter-spacing: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none outside;
  width: 50%;
  padding: 5rem 0;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.yige-company4 .history li {
  color: #626262;
  letter-spacing: 0;
  vertical-align: baseline;
  max-width: 100%;
}

.yige-company4 .history li:nth-child(2n-1) {
  padding-right: 12rem;
  text-align: right;
}

.yige-company4 .history li:nth-child(2n-1) h4::before {
  right: -3rem;
}

.yige-company4 .history li:nth-child(2n-1) h4::after {
  right: -2.9rem;
}

.yige-company4 .history li:nth-child(2n-1) span::before {
  right: -12rem;
}

.yige-company4 .history li:nth-child(2n) {
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  padding-left: 12rem;
}

.yige-company4 .history li:nth-child(2n) h4::before {
  left: -3rem;
}

.yige-company4 .history li:nth-child(2n) h4::after {
  left: -2.9rem;
}

.yige-company4 .history li:nth-child(2n) span::before {
  left: -12rem;
}

.yige-company4 .history h4 {
  position: relative;
  vertical-align: baseline;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: .8rem;
  font-size: 2rem;
  color: var(--themeColor);
  font-weight: 400;
  font-style: normal;
}

.yige-company4 .history h4::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: var(--themeColor);
}

.yige-company4 .history h4::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  border-radius: 50%;
  background: var(--themeColor);
}

.yige-company4 .history p {
  letter-spacing: 0;
  list-style: none outside;
  vertical-align: baseline;
  margin: 0 0 1.5rem;
  line-height: 1.5;
  margin-bottom: .8rem;
  font-size: 1.4rem;
  color: #666;
  font-weight: 300;
  font-style: normal;
}

.yige-company4 .history li:nth-child(2n-1) p {
  text-align: left !important;
}


.yige-company4 .history span {
  position: relative;
  text-align: right;
  letter-spacing: 0;
  color: var(--themeColor);
  vertical-align: baseline;
}

.yige-company4 .history span::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 9rem;
  height: 1px;
  background-color: #ddd;
}

@media screen and (max-width: 768px) {
  .yige-company4 .history .timeline {
    width: 100%;
    padding: 60px 0 30px;
    border-right: none;
    border-left: 1px solid #ddd;
  }

  .yige-company4 .history .timeline li {
    text-align: left !important;
    padding-left: 40px !important;
    padding-right: 0px !important;
    -webkit-transform: translate(0%, 0%) !important;
    transform: translate(0%, 0%) !important;
  }

  .yige-company4 .history .timeline li h4::before {
    left: -30px;
  }

  .yige-company4 .history .timeline li h4::after {
    left: -29px;
  }

  .yige-company4 .history .timeline li span::before {
    left: -40px !important;
    width: 12px;
  }
}

/* company end */

/* video start */

.video {
  margin-top: 8rem;
}

.yige {
  box-shadow: 0 3px 5px #ddd;
}

.yige .dg-single-gallery {
  position: relative;
  overflow: hidden;
  background: var(--main-theme-color) none repeat scroll 0 0;
  cursor: pointer;
  display: block;
  max-width: 100%;
  -webkit-perspective: 120rem;
  perspective: 120rem;
  -webkit-transform: translate3d(0px, 0px, 30rem);
  transform: translate3d(0px, 0px, 30rem);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.yige .dg-single-gallery .dg-gallery-caption {
  pointer-events: none;
}

.yige .dg-single-gallery img {
  background: var(--main-theme-color) none repeat scroll 0 0;
  cursor: pointer;
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.yige .dg-single-gallery:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.yige .dg-single-gallery .dg-gallery-caption:before {
  content: "";
  height: 16rem;
  left: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  width: 16rem;
}

.yige .dg-single-gallery:hover .dg-gallery-caption:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

.yige .dg-gallery-caption p {
  font-size: 121%;
  line-height: 2;
  text-align: center;
  text-transform: none;
  width: 10rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.yige .dg-gallery-caption p a {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  display: inline-block;
  margin: 0 2px;
}

.yige .dg-gallery-caption p a i {
  color: #1c1c1c;
  display: inline-block;
  font-weight: 300;
  margin-right: 1.2rem;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  pointer-events: all;
}

.yige .dg-gallery-caption p a i:before {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  height: 5rem;
  line-height: 1.5rem;
  padding: 1rem;
  position: relative;
  text-align: center;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  vertical-align: middle;
  width: 5rem;
  color: #333;
}

.yige .dg-gallery-caption p a:first-child i {
  -webkit-transform: translate3d(-6rem, -6rem, 0px);
  transform: translate3d(-6rem, -6rem, 0px);
}

.yige .dg-single-gallery:hover p i:empty {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.yige .dg-gallery-caption p a:nth-child(2) i {
  -webkit-transform: translate3d(6rem, -6rem, 0px);
  transform: translate3d(6rem, -6rem, 0px);
}

.yige h3 {
  margin: 0;
  padding: 0;
}

.yige a {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #333;
  font-weight: 600;
}

.yige a:focus {
  text-decoration: none;
  outline: medium none;
  color: inherit;
}

.yige a:hover {
  color: inherit;
  text-decoration: none;
  color: inherit;
}

.yige:hover .dg-promo-text {
  border-bottom: .3rem solid var(--main-theme-color);
}

.yige .dg-promo-text {
  background: #fff none repeat scroll 0 0;
  padding: 2rem;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.yige .dg-promo-text>h3 {
  text-transform: capitalize;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 600;
}

.yige .dg-promo-text a:hover {
  color: var(--main-theme-color);
}

.pagination a {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: inherit;
}

.pagination a:focus {
  text-decoration: none;
  outline: medium none;
  color: inherit;
}

.pagination a:hover {
  color: inherit;
  text-decoration: none;
  color: inherit;
}

.pagination ul {
  margin: 0;
  padding: 0;
}

.pagination li {
  list-style-type: none;
}

.pagination .pagination {
  list-style: outside none none;
  margin: 3.5rem 0 0;
  padding: 0;
  text-align: center;
  display: block;
}

.pagination .pagination li {
  display: inline-block;
  margin: 0 .3rem;
}

.pagination .pagination li a {
  background: #1a1a1a none repeat scroll 0 0;
  border: 1px solid #1a1a1a;
  border-radius: 0 !important;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  height: 3.5rem;
  letter-spacing: 2px;
  min-width: 3.5rem;
  padding: .5rem;
  text-transform: uppercase;
}

.pagination .pagination li.active a,
.pagination .pagination li>a:hover,
.pagination .pagination li.active a:hover {
  background: var(--main-theme-color) none repeat scroll 0 0;
  color: #fff;
  border: 1px solid var(--main-theme-color);
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.video .nav ul {
  text-align: center;
}

.video .nav li {
  display: inline-block;
}

.video .nav li a {
  outline: none;
  padding: 1rem 0px .8rem 0px;
  margin-right: 4rem;
  color: #888;
  font-size: 1.4rem;
}

.video .nav .active a {
  color: var(--themeColor);
}

/* video end */


/* header-top start */
header-top .container_div {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 128rem;
  height: 100%;
}


@media (min-width: 768px) {

  header .navs .header-nav .active>a {
    height: 9rem;
  }

  header .container-fluid {
    /* padding-left: 32rem; */
    height: 9rem;
    background: white;
    /* overflow: hidden; */
    padding-right: 0 !important;
  }

  header .pull-left.left_box {
    width: 28rem;
    background-color: white;
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    height: 100%;
    position: relative;

  }



  header .pull-left.left_box .logo {
    display: inline-block;
    line-height: 9rem;
    height: 9rem;
  }

  header .navs .wnl.menu_list {
    /* background: black; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* width: calc(100% - 28rem); */
    /* margin-left: 28rem; */
    /* padding-left: 7rem; */
  }
}

/* index start */
index_banner .banner_div {}

index_banner .banner_div .swiper-slide a {
  display: inline-block;
}

index_about .about_div {
  padding: 11rem 16rem;
  position: relative;
}

index_about .about_div .title_h1 {}


index_about .about_div .about_p {
  width: 112rem;
  margin-top: 3.5rem;
  line-height: var(--line_32);
  font-size: 1.6rem;
}

index_about .about_div .about_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 3rem;
  width: 60rem;
}

index_about .about_div .about_item {
  width: 30rem;
  margin-bottom: 7rem;
}


index_about .about_div .about_item .top {
  font-size: var(--font_45);
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  color: var(--themeColor);
  line-height: var(--line_45);
  display: flex;
  align-items: center;
}

index_about .about_div .about_item .top .icon {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
  height: 2.5rem;
  width: 2.5rem;
}

index_about .about_div .about_item .top .num_right {
  /* margin-left: 1rem; */
}


index_about .about_div .about_item .bottom {
  padding-left: 5.5rem;
  margin-top: 1rem;
  font-size: var(--font_20);
  color: var(--themeColor);
}

index_about .about_div .back_box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  top: 0;
}

index_product .index_product {
  position: relative;
  padding-top: 38rem;
}

index_product .index_product .back_box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

index_product .index_product .title_h1 {
  height: 14rem;
  color: #ffffff;
  justify-content: center;
  backdrop-filter: blur(15px);
  width: 175rem;
  border-top: 1px solid rgba(255, 255, 255, 0.50);
  border-right: 1px solid rgba(255, 255, 255, 0.50);
}

index_product .index_product .title_h1 i {
  color: #fff !important;
}

index_product .index_product .product_list {
  padding: 4.5rem 16rem 9.7rem;
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  width: 175rem;
  justify-content: space-between;
  border-radius: 0px 0px 127px 0px;
}

index_product .index_product .product_list .product_item {
  height: 46rem;
  width: 46rem;
  display: inline-block;
  position: relative;
  margin-bottom: 2.5rem;
}

index_product .index_product .product_list .product_item img {
  transition: all .4s;
}

index_product .index_product .product_list .product_item:hover img {
  transform: scale(1.2);
}

index_product .index_product .product_list .product_item .img_box {
  overflow: hidden;
}

index_product .index_product .product_list .product_item .text_box {
  font-size: var(--font_30);
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 48%;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: 2;
}

index_product .index_product .product_list .product_item:hover .text_box {
  opacity: 1;
}

index_product .index_product .product_list .product_item:hover::before {
  opacity: .8;
}

index_product .index_product .product_list .product_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--themeColor);
  opacity: 0;
  transition: all .4s;
  z-index: 1;
}

why_choose_us .why_choose_us_div {
  padding: 12.5rem 0;
  position: relative;
}

why_choose_us .why_choose_us_div .back_box {
  position: absolute;
  left: 0;
  bottom: 12rem;
  width: 100%;

}

why_choose_us .why_choose_us_div .data_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(20deg);
  transition: all 2s;
}

why_choose_us .why_choose_us_div .title_h1 {
  justify-content: center;
}

why_choose_us .why_choose_us_div .img_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 68.3rem;
  margin-top: 7rem;
  /* width: 68.3rem; */
}

why_choose_us .why_choose_us_div .img_box img {
  position: absolute;

}

why_choose_us .why_choose_us_div .img_box .why_back1 {
  width: 68.3rem;
  width: 68.3rem;
}

why_choose_us .why_choose_us_div .img_box img.why_back4,
why_choose_us .why_choose_us_div .img_box img.why_back3,
why_choose_us .why_choose_us_div .img_box img.why_back2 {
  opacity: 0;
  transition: all 1s;
}

why_choose_us .why_choose_us_div .img_box .why_back_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

why_choose_us .why_choose_us_div .img_box .why_back_box i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 42.2rem;
  height: 42.2rem;
  background: var(--themeColor);
}

why_choose_us .why_choose_us_div .img_box .why_back_box i:nth-child(2) {
  width: 42.2rem;
  height: 42.2rem;
  box-shadow: 0 0 15rem var(--themeColor) inset;
  background: none;
  animation-name: RadiationExtension;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

why_choose_us .why_choose_us_div .img_box .why_back_box i:nth-child(3) {
  width: 42.2rem;
  height: 42.2rem;
  box-shadow: 0 0 20rem var(--themeColor) inset;
  background: none;
  animation-name: RadiationExtension;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  animation-delay: 1s;
}

@keyframes RadiationExtension {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.55);
    opacity: 0;
  }
}

why_choose_us .why_choose_us_div .data_list .data_item {
  position: absolute;
  width: 40rem;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 2s;
  transform: rotate(-20deg);
  transition: all 2s;
}

why_choose_us .why_choose_us_div .data_list .data_item::before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  right: -3.5rem;
  top: calc(50% - .5rem);
  border-radius: 100%;
  overflow: hidden;
  background-color: var(--themeColor);
}

why_choose_us .why_choose_us_div .data_list .data_item::after {
  content: '';
  position: absolute;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  right: -4rem;
  top: calc(50% - 1rem);
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid var(--themeColor);
}

why_choose_us .why_choose_us_div .data_list .data_item .data_text {
  position: absolute;
  font-size: 1.8rem;
}

why_choose_us .why_choose_us_div .data_list .data_item:nth-child(odd) {
  text-align: right;
  justify-content: flex-end;

}

why_choose_us .why_choose_us_div .data_list .data_item:nth-child(even)::before {
  left: -3.5rem;
  right: unset;
}

why_choose_us .why_choose_us_div .data_list .data_item:nth-child(even)::after {
  left: -4rem;
  right: unset;
}

why_choose_us .why_choose_us_div .data_list .data_item:nth-of-type(1) {
  right: calc(50% + 31rem);
  top: 37%;
}

why_choose_us .why_choose_us_div .data_list .data_item:nth-of-type(2) {
  left: calc(50% + 31rem);
  top: 37%;
}

why_choose_us .why_choose_us_div .data_list .data_item:nth-of-type(3) {
  right: calc(50% + 37rem);
  top: 57%;
}

why_choose_us .why_choose_us_div .data_list .data_item:nth-of-type(4) {
  left: calc(50% + 37rem);
  top: 57%;
}

why_choose_us .why_choose_us_div .data_list .data_item:nth-of-type(5) {
  right: calc(50% + 30.5rem);
  top: 75%;
}

why_choose_us .why_choose_us_div .data_list .data_item:nth-of-type(6) {
  left: calc(50% + 30.5rem);
  top: 75%;
}

index_contact .contact_div {
  padding-top: 27.5rem;
  position: relative;
  height: 68rem;
  text-align: center;
}

index_contact .contact_div:hover .back_box img {
  transform: scale(1.05);
}

index_contact .contact_div .back_box img {
  transition: all .4s;

}

index_contact .contact_div .back_box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

index_contact .contact_div .title_h1 {
  justify-content: center;
  color: #ffffff;
}

index_contact .contact_div .content_p {
  margin-top: 2.8rem;
  color: #fff;
  font-size: var(--font_18);
  font-family: SourceHanSansCN-Regular;
}

index_contact .contact_div .more_div {
  margin-top: 4rem;
  padding: 1.5rem 4rem;
  border-radius: 5rem;
}

index_news .news_div {
  padding: 12rem 0 10rem;
}

index_news .news_div .title_h1 {
  justify-content: center;
}

index_news .news_div .news_list {
  margin-top: 7rem;
  display: flex;
  justify-content: space-between;
}

index_news .news_div .news_list .news_item {
  display: inline-block;
  width: 46.8rem;
}

index_news .news_div .news_list .news_item:hover img {
  transform: scale(1.2);
}

index_news .news_div .news_list .news_item img {
  transition: all .4s;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

index_news .news_div .news_list .news_item .img_box {
  overflow: hidden;
  height: 56.3380%;
  padding-top: 56.3380%;
  position: relative;
}

index_news .news_div .news_list .news_item .title_h3 {
  font-size: var(--font_20);
  color: #333333;
  margin-top: 3rem;
  line-height: 3rem;
  height: 6rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

index_news .news_div .news_list .news_item .news_text {
  margin-top: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 9rem;
  line-height: 3rem;
  font-size: 1.8rem;
}

index_news .news_div .news_list .news_item .news_time {
  margin-top: 3rem;
  font-size: 1.8rem;
}


footer .container-fluid {
  /* padding-left: 32rem; */
  /* padding-right: 32rem; */
  padding-top: 10rem;
  padding-bottom: 5rem;
}

footer .version {
  /* background-color: #f0f0f0; */
  position: relative;
}

footer .version .back_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  bottom: 0;
}

footer .content {
  display: flex;
}

footer .content .footer_menu,
footer .content .info {
  margin-right: 10rem;
  min-width: 15rem;
  max-width: 35rem;
}

footer .content .footer_menu {
  margin-top: 2rem;
}

footer .content .info {
  min-width: 40rem;
}

footer .content .form {
  width: 46.8rem;
}

footer .content .form .form_title {
  color: #333;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 1.8rem;
  text-transform: capitalize;
}

footer .content .form .form_div {
  margin-top: 2rem;
}

footer .content .form .form-group {
  margin-bottom: .8rem;
}

footer .content .form .form-group input {
  height: 4.8rem;
  background: #eaeaea;
}

footer .content .form .form-control {
  background: #eaeaea;
}

footer .content .form .more_div {
  width: 100%;
  text-transform: capitalize;
  padding: 1rem;
}

footer .content .footer_menu h3,
footer .content .info h3 {
  font-size: var(--font_18);
  font-weight: 700;
  color: #333333;
  line-height: var(--line_22);
  font-family: SourceHanSansCN-Regular;

}

footer .content .footer_menu ul,
footer .content .info ul {
  margin-top: 1.5rem;
}

footer .content .info ul {
  margin-top: 4rem;
}

footer .content .info ul li {
  display: flex;
  margin-bottom: 1rem;
}

footer .content .info ul li i {
  font-size: 2rem;
  color: #333;
}

footer .content .info ul li .icon_back {
  line-height: 3rem;
  margin-right: 1.5rem;
  width: 2rem;
}

footer .content .info .footer_list {
  margin-top: 4rem;
}

footer .content .info .footer_list .conact_item {
  text-align: center;
  line-height: 3.3rem;
  display: inline-block;
  height: 3.5rem;
  width: 3.5rem;
  border: 1px solid #bdbdbd;
  border-radius: 100%;
  margin-right: 3rem;
}

footer .content .info .footer_list .conact_item:hover {
  border-color: #333;
}

footer .content .info .footer_list .conact_item:hover i {
  color: #333;
}

footer .content .info .footer_list .conact_item i {
  color: #888;
}

footer .content .info h3:nth-of-type(2) {
  margin-top: 3rem;
}

footer .content .footer_menu li a,
footer .content .info li a {
  font-size: var(--font_16);
  color: #666;
  line-height: var(--line_30);
  text-transform: capitalize;
}

footer .content .footer_menu li a:hover,
footer .content .info li a:hover {
  color: var(--bgthemeColor);
}

footer .content .footer_menu:last-child {
  margin-right: 0;
}

footer .cop {
  height: 7.7rem;
  padding: 0 32rem;
  /* line-height: 7.7rem; */
  font-size: var(--font_14);
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d3d3d3;
}

footer .cop .footer_list {
  display: flex;
}

footer .cop .footer_list .conact_item {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  border-radius: 100%;
  background-color: #d4d4d4;
  display: flex;
  align-items: center;
  margin-right: 1rem;
  justify-content: center;

}

footer .cop .footer_list .conact_item:hover i {
  color: var(--bgthemeColor);
}

footer .cop .footer_list .conact_item i {
  color: #888;
}

@media screen and (max-width:1366px) {
  header .navs .input-box {
    margin-left: unset;
  }
}


header .mobile_nav {
  display: none;
}

.yige-serviceShow2 {
  padding-top: 10rem;
}

.yige-serviceShow2 .container p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.yige-serviceShow2 .yige-more {
  margin-top: 5rem;
}

/* ------top_fixed end---- */
@media screen and (max-width: 1024px) {
  html {
    font-size: 10px;
  }

  index_news .news_div .news_list .news_item {
    width: 100%;
    margin-bottom: 3rem;
    display: block;
  }

  .flex_box,
  .yige-home .yige-part-c .part-c-bottom {
    /*display: unset;*/
    flex-wrap: wrap;
  }

  .pro-show15 .pshow-content,
  .pro-show15 .pro-hot {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile_logo {
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
  }

  .nav-top .row {
    flex-wrap: wrap;
  }

  .nav-top .header-info,
  .nav-top .header-socials {
    width: 100%;
    flex: unset;
  }



  .nav-top .header-info {
    justify-content: center
  }

  .nav-top .header-socials {
    padding: 0 15px 15px;

  }

  section .index_d {
    padding: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  header .navs {
    display: none;
  }

  header .navs .nas_center .icon {
    display: none;
  }

  section .index_b .list .product-item {
    margin-bottom: 10px;
  }

  section .index_c .container .list .left {
    margin-bottom: 10px;
  }

  section .index_a .mk {
    margin-bottom: 20px;
  }

  .container {
    width: unset;
  }

  product_show_banner .product_show_banner .route {
    top: calc(var(--themeHeaderHeight) + 4rem) !important;
  }

  bg-banner .bg-banner {
    margin-top: var(--themeHeaderHeight);
  }

  header .mobile_nav {
    display: unset;
  }

  header .nav .container {
    width: unset;
  }

  header .trigger_active {
    transform: rotate(90deg);
  }

  header .navs {
    display: none;
  }

  header .mobile_nav .mobile_nav_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    background-color: #ffffff;
    min-height: var(--themeHeaderHeight);
    position: relative;
    z-index: 9990;
  }

  header .mobile_nav .mobile_nav_header i.iconfont {
    font-size: 3rem;
  }

  header .mobile_nav .mobile_nav_content {
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 9991;
    text-align: right;
    transition: .3s;
  }

  header .mobile_nav .mobile_nav_content.nav_show {
    right: 0;
  }

  header .mobile_nav .mobile_nav_content .nav_bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
  }

  header .mobile_nav .mobile_nav_content.nav_show .nav_bg {
    opacity: 1;
    visibility: visible;
  }

  header .mobile_nav .mobile_nav_content .content_menu_ul {
    width: 80%;
    height: 100%;
    margin-left: auto;
    background: #272727;
    position: relative;
    font-size: 1.6rem;
    padding: 2rem;
    color: #ffffff;
    overflow-y: scroll;
  }

  header .mobile_nav .mobile_nav_content .content_menu_ul form {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }

  header .mobile_nav .mobile_nav_content .content_menu_ul form>input[type="text"] {
    flex: 3;
    border: unset;
    height: 5rem;
    flex-shrink: 0;
    padding-left: 2rem;
    color: black;
  }

  header .mobile_nav .mobile_nav_content .content_menu_ul form>button[type="submit"] {
    flex: 1;
    border: unset;
    margin-left: 1rem;
    background: var(--themeColor);
    color: #ffffff;
  }

  header .mobile_nav .mobile_nav_content .content_menu_ul>li,
  header .mobile_nav .mobile_nav_content .content_menu_ul>li .content_mt_ul>li {
    min-height: 5rem;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }

  header .mobile_nav .mobile_nav_content .content_menu_ul>li .content_mt_ul {
    display: none;
    flex-basis: 100%;
    padding-left: 2rem;
  }

  header .mobile_nav .mobile_nav_content .content_menu_ul>li::after,
  header .mobile_nav .mobile_nav_content .content_menu_ul>li .content_mt_ul>li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #111111;
  }

  header .mobile_nav .mobile_nav_content .content_menu_ul>li .content_mt_ul>li::after {
    background: #383838;
    height: .12rem;
  }

  header .mobile_nav .mobile_nav_content .content_menu_ul>li>a,
  header .mobile_nav .mobile_nav_content .content_menu_ul>li .content_mt_ul>li>a {
    color: #ffffff;
    flex: 1;
    line-height: 5rem;
    font-size: 16px;
  }

  header .mobile_nav .mobile_nav_content .content_menu_ul>li>i.iconfont {
    width: 5rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
  }

  .yige-home .yige-part-d .list .item::before,
  .yige-home .yige-part-d .list .item .icon-box {
    opacity: 1;
  }

}

@media screen and (max-width: 768px) {
  contact5 .yige-map .total .yige-all {
    padding: 15px;
  }

  contact5 .yige-map .total .yige-all .yige-right {
    padding: 0;
  }

  .common .aside-product .box-img {
    height: 150px;
    width: 150px;
  }

  .culture_content .rongyu {
    margin-bottom: 15px;
  }

  .nav-top .header-socials {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }

  header .mobile_nav .mobile_nav_header {
    padding: 15px;
  }

  .nav-top .header-socials .icon-list {
    padding: 0;
  }

  .nav-top .header-socials .skip-btn a {
    padding: 5px;
    height: 36px;
  }

  .nav-top .header-info {
    flex-wrap: wrap;
    padding: 15px;
  }

  .nav-top .header-info .phone {
    width: 50%;
    margin-right: 0 !important;
    border-right: none !important;
  }

  .nav-top .header-info .email {
    width: 50%;
    margin-right: 0 !important;
    border-right: none !important;
  }

  .nav-top .header-info li.address {
    width: 100%;
    display: none;
  }

  section .index_d .right .zi {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  section .index_e .total {
    margin-bottom: 0px;
    margin-top: 20px;
  }

  section .index_e .list .all {
    margin-bottom: 30px;
  }

  footer .footer .footer_b {
    padding-left: 0px;
  }

  header .navs .wpl {
    background-color: #00000029;
  }

  .content_menu_ul input {
    color: black !important;
  }

  [class*="_navgation"] {
    padding-left: unset;
  }
}

@media screen and (max-width: 768px) {
  .part-c-bottom .img_box1 {
    padding-right: 0;
  }

  .yige-home .yige-part-c .img-box .video-title .b-title {
    font-size: 20px;
  }

  news4 .list .all-2 .title {
    padding: 0;
  }

  news4 .list {
    margin: 0 -15px;
  }
}

@media screen and (max-width:1024px) {

  .container,
  .index .container {
    width: 100%;
    padding: 0 30px;
  }

  index_about .about_div {
    padding: 5rem;
  }

  index_about .about_div .about_p {
    width: 100%;
  }

  index_product .index_product .title_h1,
  index_product .index_product .product_list {
    width: 100%;
  }

  index_product .index_product .product_list {
    padding: 3rem;
  }

  why_choose_us .why_choose_us_div {
    transform: scale(0.8);
  }

  index_contact .contact_div {
    height: 35rem;
    padding-top: 8%;
  }

  index_news .news_div .news_list {
    flex-wrap: wrap;
  }

  .container-fluid {
    width: 100%;
    padding: 0 30px;
  }

  footer .container-fluid {
    padding: 15px;
  }

}

@media screen and (max-width: 768px) {

  why_choose_us .why_choose_us_div .data_list .data_item,
  why_choose_us .why_choose_us_div .data_list {
    position: unset;
  }

  why_choose_us .why_choose_us_div .data_list .data_item:nth-child(odd) {
    text-align: left;
    justify-content: unset;
  }

  why_choose_us .why_choose_us_div .data_list .data_item::before {
    left: -2.5rem;
    right: 0;
  }

  why_choose_us .why_choose_us_div .data_list .data_item::after {
    right: unset;
    left: -3rem;
  }

  why_choose_us .why_choose_us_div .data_list .data_item:nth-child(even)::after {
    left: -3rem;
    right: unset;
  }

  why_choose_us .why_choose_us_div .data_list .data_item:nth-child(even)::before {
    left: -2.5rem;
    right: unset;
  }

  why_choose_us .why_choose_us_div {
    padding: 3rem 0;
    position: relative;
  }

  why_choose_us .why_choose_us_div .data_list .data_item .data_text {
    position: static;
  }

  footer .content {
    display: block;
  }
}

@media screen and (max-width:620px) {
  index_about .about_div {
    padding: 5rem 1.5rem;
  }

  .index_about {
    background: #e8f3ff;
  }

  index_about .about_div .title_h1 {
    font-size: 2.6rem;
  }

  index_about .about_div .about_p {
    margin-top: 1rem;
  }

  index_about .about_div .about_item{
    width: 50%;
    margin-bottom: 3rem;
  }

  index_product .index_product .title_h1{
    font-size: 2.6rem;
  }

  index_about .about_div .about_list{
    width: 100%;
  }

  index_about .about_div .about_item .top{
    font-size: 2.6rem;
  }

  index_about .about_div .about_item .bottom{
    margin-top: 0;
    font-size: 1.6rem;
    padding-left: 3.5rem;
  }

  index_about .about_div .about_item .top .icon{
    margin-right: 1rem;
  }

  index_product .index_product {
    padding-top: 0;
  }

  index_product .index_product .product_list .product_item {
    width: 100%;
    height: auto;
  }

  index_news .news_div .news_list .news_item .news_text{
    font-size: 1.6rem;
  }

  index_news .news_div .title_h1{
    font-size: 2.6rem;
  }

  index_news .news_div .news_list .news_item .title_h3{
    margin-top: 1rem;
    font-size: 1.8rem;
  }

  index_news .news_div .news_list .news_item .news_text{
    margin-top: 1rem;
    font-size: 1.6rem;
  }

  index_news .news_div .news_list .news_item .news_time{
    margin-top: 1rem;
    font-size: 1.6rem;
  }

  footer .content .form{
    width: 100%;
  }

  index_news .news_div .news_list{
    margin-top: 2rem;
    display: block;
  }

  index_contact .contact_div .content_p{
    margin-top: 1rem;
  }

  index_contact .contact_div .more_div{
    margin-top: 1rem;
  }

  index_news .news_div{
    padding-top: 0;
    padding-bottom: 5rem;
  }

  index_contact .contact_div .title_h1{
    font-size: 2.6rem;
  }

  why_choose_us .why_choose_us_div .img_box{
    margin-top: 0;
  }

  why_choose_us .why_choose_us_div .title_h1{
    margin-top: -10rem;
  }

  index_contact .contact_div .back_box {
    height: 25rem;
  }

  index_contact .contact_div .back_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  index_news .news_div .news_list .news_item {
    width: 100%;
  }

  footer .content {
    flex-wrap: wrap;
  }

}

@media screen and (max-width:768px) and (min-width:621px) {
  index_about .about_div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news4 .container,
  .news-show .container,
  .video .container {
    padding: 0 15px;
  }

  #contact6 .container {
    padding: 0;
  }

  .read {
    padding-left: 0;
    padding-right: 0;
  }

  #contact6 .section {
    padding-top: 0;
  }
}

.pro-show .container{
  width: 120rem;

}

@media screen and (max-width:1024px) {
  .yige-product8 .product .a a{
    flex-direction: column-reverse;
  }
  .yige-product8 .product .a a > div{
    width: 100%;
    padding: 0;
  }
  .pro-show .container{
    width: 100%;
  }
  .yige-service .content li{
    display: block !important;
  }
  .yige-service .content li > div{
    line-height: normal;
    width: 100% !important;
  }
  .yige-service .content li{
    height: auto !important;
  }
  .yige-service .content li .yige-txt{
    padding: 5rem 2rem;
  }
  #about15 .profile-box > div{
    float: none;
    width: 100%;
  }
  #about15 .about-title{
    font-size: 3rem;
  }
  #about15 .remarks .container> div{
    float: none;
    width: 100%;
    margin-bottom: 3rem;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .pro-show .container .content .rihgt {
    margin-top: 3rem;
  }
  #about15 .brand{
    padding: 5rem 0;
  }
  #about15 .brand .brand-top > div > div{
    padding: 0 1.5rem !important;
  }
  #about15 .brand .brand-top{
    display: flex;
    flex-direction: column-reverse;
  }
  #about15 .brand .brand-bottom{
    padding: 0 15px;
    margin-top: 3rem;
  }
  #about15 .brand .brand-bottom-r{
    padding: 0 1.5rem;
  }
  #about15 .brand .brand-bottom-r p{
    padding-top: 0;
  }
  #about15 .history .about-title{
    padding-left: 0;
  }
}

@media screen and (max-width: 620px) {
  .yige-product8 .total {
    padding: 0;
  }
  .yige-product8 .hrefUl{
    justify-content: space-between;
  }
  .yige-product8 .hrefUl li{
    width: 49%;
  }
  .yige-product8 .hrefUl li a{
    padding: 1rem 0;
    font-size: 1.6rem;
  }
  .route .container{
    padding: 0 1.5rem;
  }
  .route ul>li a{
    font-size: 1.4rem;
  }
  .news-show .article-related a{
    white-space: wrap;
  }
  .yige-service .content li .yige-txt i{
    font-size: 3em;
  }
  .yige-service .content li .yige-txt h3{
    font-size: 2rem;
  }
  .yige-service .content li .yige-txt p{
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  #about15 .about-title{
    font-size: 2.6rem;
  }
  #about15 .remarks .img-box img{
    height: auto;
  }
  #about15 .style-box > div{
    width: 100%;
  }
  #contact6 .section{
    padding-top: 0;
  }
  #contact6 .section .look{
    padding: 5rem 0 0;
  }
  #contact6 .section .col-md-6{
    padding: 0;
  }
  #contact6 .faq .title{
    margin-bottom: 5rem;
  }
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: var(--themeColor);
  border-color: var(--themeColor);
}
.pagination>li>a, .pagination>li>span{
  color: var(--themeColor);
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
  color: var(--themeColor);
}