/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/style/main.scss ***!
  \**************************************************************************************************************/
body {
  min-width: 1400px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
}

#think_page_trace_open {
  display: none;
}

.m-container {
  width: 1400px;
  margin: 0 auto;
}

.header {
  position: relative;
  height: 150px;
  background-color: #fff;
  z-index: 100;
}
.header .top {
  border-bottom: 1px solid #1546aa;
}
.header .top .top-inner {
  height: 50px;
  position: relative;
  margin: 0 auto;
  width: 1400px;
}
.header .top .tip {
  line-height: 50px;
  color: #fff;
  font-size: 12px;
}
.header .top .tip i {
  font-size: 12px;
}
.header .top .langs {
  position: absolute;
  right: 0;
  top: 13px;
}
.header .top .langs .cur-lang {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 6px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
}
.header .top .langs .cur-lang:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header .top .langs .dropdown-menu {
  left: auto;
  right: 0;
}
.header .inner {
  margin: 0 auto;
  max-width: 1720px;
  width: 90.384%;
}
.header .header-nav {
  max-width: 1720px;
  width: 100%;
  display: flex;
}
.header .header-nav .logo_box {
  width: 220px;
  height: 150px;
  position: relative;
}
.header .header-nav .logo_box a img {
  position: absolute;
  top: -25px;
  right: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
}
.header .header-nav .nav-list {
  margin-left: 35px;
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  flex: 1;
}
.header .header-nav .nav-list .nav-item {
  color: #fff;
  font-size: 13px;
  margin-right: 10px;
}
html[lang=en] .header .header-nav .nav-list .nav-item {
  margin-right: 30px;
}
.header .header-nav .nav-list .nav-item .topname {
  position: relative;
  height: 150px;
  line-height: 152px;
  font-size: 14px;
  font-weight: 700;
  font-family: "OpenSans-Bold";
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
  color: #333;
  white-space: nowrap;
}
.header .header-nav .nav-list .nav-item .topname::after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 4px;
  transition: all 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
  background-color: #004098;
}
.header .header-nav .nav-list .nav-item.active a, .header .header-nav .nav-list .nav-item:hover a {
  color: #62b2d3;
}
.header .header-nav .nav-list .nav-item:hover .topname::after {
  transform: scaleX(1);
}
.header .header-nav .nav-list .nav-item:hover .nav_down_box {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}
.header .header-nav .nav-list .nav-item .nav_down_box {
  position: absolute;
  width: 100%;
  min-height: 220px;
  opacity: 0;
  visibility: hidden;
  left: 0;
  opacity: 0;
  transform: scale3d(1, 0.9, 1);
  transform-origin: top;
  background-color: #f7f7f7;
  z-index: 2;
}
.header .header-nav .nav-list .nav-item .nav_down_box .navtitle {
  width: 33.894%;
  max-width: 645px;
  height: 220px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #62b2d3;
}
.header .header-nav .nav-list .nav-item .nav_down_box .navtitle .show_name {
  position: relative;
  font-size: 20px;
  font-family: "OpenSans-Bold";
  color: #fff;
}
.header .header-nav .nav-list .nav-item .nav_down_box .navtitle .show_name::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  width: 2px;
  height: 28px;
  background: #fff;
  margin: auto;
}
.header .header-nav .nav-list .nav-item .nav_down_box .navtitle .show_name::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  left: 0;
  width: 2px;
  height: 28px;
  background: #fff;
  margin: auto;
}
.header .header-nav .nav-list .nav-item .nav_down_box .sub_row {
  width: 60.694%;
  max-width: 1175px;
  height: 100%;
  padding: 10px;
}
.header .header-nav .nav-list .nav-item .nav_down_box .sub_row .nav_fir_box {
  width: 230px;
  padding: 15px;
}
.header .header-nav .nav-list .nav-item .nav_down_box .sub_row .nav_fir_box a {
  position: relative;
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  font-family: "OpenSans-Bold";
  padding: 5px 20px;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: content-box;
}
.header .header-nav .nav-list .nav-item .nav_down_box .sub_row .nav_fir_box a:hover {
  color: #004098;
}
.header .header-nav .nav-list .nav-item .nav_down_box .sub_row .sub {
  position: relative;
  box-sizing: border-box;
  width: 42.425%;
  max-width: 490px;
  height: 120px;
  background: #fff;
  padding-left: 120px;
  margin: 10px;
}
.header .header-nav .nav-list .nav-item .nav_down_box .sub_row .sub .imgbox {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 0;
}
.header .header-nav .nav-list .nav-item .nav_down_box .sub_row .sub .imgbox img {
  position: absolute;
  display: block;
  font-size: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.header .header-nav .nav-list .nav-item .nav_down_box .sub_row .sub .imgname a {
  box-sizing: border-box;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  color: #696969;
  padding: 30px;
  text-decoration: none;
}
.header .header-nav .right-icon {
  display: flex;
  margin-top: 58px;
}
.header .header-nav .right-icon .icon-item {
  position: relative;
  display: block;
  height: 30px;
  margin-left: 24px;
}
.header .header-nav .right-icon .icon-item:first-child {
  margin-left: 0;
}
.header .header-nav .right-icon .icon-item .african-icon,
.header .header-nav .right-icon .icon-item .cur-lang {
  display: block;
  height: 30px;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.header .header-nav .right-icon .icon-item .african-icon-search {
  font-size: 20px;
}
.header .header-nav .right-icon .search-wrapper {
  position: absolute;
  right: 0;
  top: -3px;
}
.header .header-nav .right-icon .search-wrapper form {
  display: block;
  margin-top: 0;
  width: 30px;
  border: 1px solid #fff;
  border-radius: 20px;
  transition: all 300ms ease 0s;
  background: transparent;
}
.header .header-nav .right-icon .search-wrapper button {
  float: right;
  width: 30px;
  height: 35px;
  background: transparent;
  cursor: pointer;
  border: none;
  position: absolute;
  right: 0;
}
.header .header-nav .right-icon .search-wrapper .text {
  float: left;
  width: 0;
  height: 35px;
  line-height: 35px;
  text-indent: 10px;
  outline: none;
  border: none;
  background: none;
  border-radius: 20px;
  font-size: 14px;
  transition: all 300ms ease 0s;
}
.header .header-nav .right-icon .search-wrapper:hover form {
  width: 300px;
  border-color: #ccc;
  background: #f7f7f7;
}
.header .header-nav .right-icon .search-wrapper:hover .text {
  width: 250px;
}
.header .header-nav .right-icon .langs .cur-lang {
  white-space: nowrap;
  font-size: 18px;
}
.header .header-nav .right-icon .langs .cur-lang img {
  margin-right: 5px;
}
.header .header-nav .right-icon .langs .cur-lang span {
  font-size: 10pt;
}
.header .header-nav .right-icon .langs .cur-lang::after {
  font-family: "fontawesome";
  content: "\f0d7";
  font-size: 12px;
  display: inline-block;
  padding-left: 2px;
  transition: all 0.3s ease;
}
.header .header-nav .right-icon .langs:hover .cur-lang:after {
  transform: rotate(-180deg);
}
.header .header-nav .right-icon .langs:hover .top-langs-wrapper {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}
.header .header-nav .right-icon .langs .top-langs-wrapper {
  position: absolute;
  top: 36px;
  right: 0;
  width: 200px;
  background: #FFF;
  padding: 20px 10px 20px 20px;
  transform: scale3d(0.9, 0.9, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 80vh;
}
.header .header-nav .right-icon .langs .top-langs-wrapper::-webkit-scrollbar {
  width: 5px;
}
.header .header-nav .right-icon .langs .top-langs-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.header .header-nav .right-icon .langs .top-langs-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}
.header .header-nav .right-icon .langs .top-langs-wrapper li {
  display: block;
  margin: 0 0 10px;
  font-size: 10pt;
  overflow: hidden;
  padding: 0 10px 0 0;
}
.header .header-nav .right-icon .langs .top-langs-wrapper li a {
  display: block;
  cursor: pointer;
}
.header .header-nav .right-icon .langs .top-langs-wrapper li a span {
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.header .header-nav .right-icon .langs .dropdown-menu {
  right: 0;
  left: auto;
}
.header .header-nav .right-icon .langs .dropdown-menu a {
  cursor: pointer;
  line-height: 30px;
}

@media screen and (max-width: 1500px) {
  .header .header-nav {
    width: 100%;
  }
  .header .header-nav .logo_box {
    width: 170px;
  }
  .header .header-nav .nav-list .nav-item {
    margin-right: 5px;
  }
  .header .header-nav .nav-list .nav-item .topname {
    font-size: 13px;
  }
}
.header_nav_mark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.27);
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header_nav_mark.on {
  visibility: visible;
  opacity: 1;
}

.breadcrumb-wrapper a {
  margin-right: 23px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #333;
  position: relative;
  background-color: #f0f0f0;
  cursor: pointer;
  transition: 0.2s;
}
.breadcrumb-wrapper a:hover {
  opacity: 0.8;
}
.breadcrumb-wrapper a::before, .breadcrumb-wrapper a::after {
  transition: 0.2s;
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #f0f0f0;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
.breadcrumb-wrapper a::before {
  left: -20px;
  border-left-color: transparent;
}
.breadcrumb-wrapper a::after {
  left: 100%;
  border-color: transparent;
  border-left-color: #f0f0f0;
}
.breadcrumb-wrapper .breadcrumb {
  margin: 0;
  padding: 30px 0;
  background-color: transparent;
}
.breadcrumb-wrapper ul > li a:hover {
  text-decoration: none;
}
.breadcrumb-wrapper ul > li::before {
  display: none;
}
.breadcrumb-wrapper ul > li:first-child a {
  color: #fff;
  background-color: #333;
}
.breadcrumb-wrapper ul > li:first-child a::before {
  display: none;
}
.breadcrumb-wrapper ul > li:first-child a::after {
  border-left-color: #333;
}

footer {
  max-width: 1920px;
  width: 100%;
  background: #333333;
  margin: auto;
}
footer .footer_config {
  width: 1170px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #2b2b2b;
  margin: auto;
}
footer .footer_config .footer_logo {
  position: relative;
  width: 220px;
  height: 120px;
}
footer .footer_config .footer_logo img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
footer .footer_config .footer_menu {
  width: 73.786%;
}
footer .footer_config .footer_menu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin-top: 85px;
}
footer .footer_config .footer_menu ul .nav-item {
  margin-bottom: 20px;
  margin-left: 20px;
}
html[lang=en] footer .footer_config .footer_menu ul .nav-item {
  margin-left: 60px;
}
footer .footer_config .footer_menu ul .nav-item:first-child {
  margin-left: 0;
}
footer .footer_config .footer_menu ul .nav-item a {
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "OpenSans-Bold";
  color: #aaaaaa;
  text-decoration: none;
}
footer .footer_config .footer_menu ul .nav-item:hover a {
  color: #fff;
}
footer .copy_share {
  box-sizing: border-box;
  width: 1170px;
  height: 100px;
  padding-top: 20px;
  margin: auto;
}
footer .copy_share .copy_box {
  width: 50%;
  font-size: 14px;
  font-family: "OpenSans-Regular";
  color: #646464;
  margin-top: 7px;
}
footer .copy_share .copy_box a {
  color: #646464;
  text-decoration: none;
}
footer .copy_share .share_box .foot_share {
  display: inline-block;
}
footer .copy_share .share_box .foot_share .foot_share_box {
  display: inline-block;
  margin-right: 13px;
  vertical-align: middle;
  font-size: 0;
  position: relative;
  box-sizing: border-box;
  width: 49px;
  height: 49px;
  border: 2px solid #4d4d4d;
  border-radius: 50%;
  background: none;
  margin-right: 8px;
}
footer .copy_share .share_box .foot_share .foot_share_box::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../../images/icon_follow_0.svg) no-repeat transparent;
  background-size: 25px;
  margin: auto;
}
footer .copy_share .share_box .foot_share .Facebook::before {
  background-position: 2px 2px;
}
footer h3 {
  text-align: center;
  font-size: 36px;
}
footer .contact-info {
  display: flex;
  justify-content: center;
}
footer .contact-info .info-item {
  font-size: 12px;
  margin: 0 17px;
}
footer .subcribe {
  margin-top: 50px;
  text-align: center;
}
footer .subcribe .title {
  font-size: 18px;
  font-weight: 700;
}
footer .subcribe .form-group {
  width: 700px;
  margin: 0 auto;
}
footer .subcribe .form-group .form-control {
  height: 60px;
  line-height: 60px;
  text-align: center;
}
footer .subcribe .btn {
  margin-top: 40px;
  width: 180px;
  height: 50px;
  color: #fff;
  background-image: linear-gradient(to top, #002daf, #1f34ff);
}

.inner_banner {
  position: relative;
}
.inner_banner .img-box {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 1720px;
  max-width: 100%;
  max-height: 400px;
}
.inner_banner img {
  display: block;
  font-size: 0;
}
.inner_banner .bread_crumbs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner_banner .bread_crumbs .con_table {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.inner_banner .bread_crumbs .con_table .ueeshop_responsive_position {
  border-bottom: 0;
  bottom: 24px;
}
.inner_banner .bread_crumbs .con_table .ueeshop_responsive_position .title {
  display: block;
  float: none;
  width: 100%;
  max-width: inherit;
  height: 70px;
  line-height: 70px;
  font-size: 50px;
  letter-spacing: 5px;
  color: #fff;
  font-family: "OpenSans-Bold";
  text-align: center;
}
.inner_banner .bread_crumbs .con_table .ueeshop_responsive_position .position {
  float: none;
  display: inline-block;
  max-width: inherit;
  width: 100%;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-family: "OpenSans-Regular";
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}
.inner_banner .bread_crumbs .con_table .ueeshop_responsive_position .position a {
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  padding: 0 12px;
}
.inner_banner .bread_crumbs.no_being {
  position: static;
}
.inner_banner .bread_crumbs.no_being .con_table .ueeshop_responsive_position {
  bottom: unset;
}
.inner_banner .bread_crumbs.no_being .con_table .ueeshop_responsive_position .title {
  color: #000;
}
.inner_banner .bread_crumbs.no_being .con_table .ueeshop_responsive_position .position {
  color: #000;
}
.inner_banner .bread_crumbs.no_being .con_table .ueeshop_responsive_position .position a {
  color: #000;
}

.banner_brief {
  max-width: 500px;
  line-height: 36px;
  font-size: 18px;
  font-family: "OpenSans-Regular";
  color: #333333;
  text-align: center;
  margin: 68px auto 0;
}

.control_w {
  box-sizing: border-box;
  max-width: 1720px;
  width: 90.384%;
  margin: auto;
}

.trans {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.video_con {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 1000;
}
.video_con.cur {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.video_con .video_con_in {
  position: absolute;
  left: 50%;
  top: -100%;
  width: 800px;
  height: 500px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: top 0.25s;
  -webkit-transition: top 0.25s;
  -moz-transition: top 0.25s;
}
.video_con .video_con_in .close_btn {
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.video_con .video_con_in .close_btn img {
  max-width: 50%;
  max-height: 50%;
}
.video_con .video_con_in .videoContent {
  height: 100%;
}

.nav-pagination {
  text-align: center;
}
.nav-pagination li {
  position: relative;
  border-radius: 50%;
  margin: 0 12.5px;
  overflow: hidden;
  display: inline-block;
  background: transparent;
  cursor: pointer;
  width: auto;
  min-width: 42px;
  border-radius: 21px;
}
.nav-pagination span, .nav-pagination a {
  line-height: 32px;
  width: 42px;
  height: 42px;
  font-size: 18px;
  font-family: "OpenSans-Regular";
  width: 100%;
  display: block;
  border: none !important;
}
.nav-pagination span.prev, .nav-pagination span.next, .nav-pagination a.prev, .nav-pagination a.next {
  width: 62px;
  height: 42px;
  font-size: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.nav-pagination span.prev, .nav-pagination a.prev {
  background-image: url(../../images/page_prev_btn.png);
}
.nav-pagination span.prev:hover, .nav-pagination a.prev:hover {
  background-image: url(../../images/page_prev_active_btn.png);
  background-color: transparent;
}
.nav-pagination span.next, .nav-pagination a.next {
  background-image: url(../../images/page_next_btn.png);
}
.nav-pagination span.next:hover, .nav-pagination a.next:hover {
  background-image: url(../../images/page_next_active_btn.png);
  background-color: transparent;
}
.nav-pagination .active span {
  color: #fff;
  background-color: #62b2d3;
}

.empty {
  margin: 0 auto;
  width: 400px;
}
.empty .empty__image {
  margin: 20px auto;
}
.empty .empty__text {
  font-size: 40px;
  color: #999;
  text-align: center;
  opacity: 0.6;
  text-transform: uppercase;
}

@keyframes bannerTextShow {
  0% {
    transform: translateX(100px);
    max-width: 0;
  }
  100% {
    transform: translateX(0px) scaleX(1);
    max-width: 200px;
  }
}
.bannerTextShow {
  -webkit-animation-name: bannerTextShow;
  animation-name: bannerTextShow;
  transform-origin: 50% 50%;
}

.nullflash {
  -webkit-animation: nullflash 0.3s 2 0s linear forwards;
  animation: nullflash 0.3s 2 0s linear forwards;
  color: #333 !important;
  background-color: #FFCBCC;
}

@keyframes nullflash {
  0% {
    background-color: #FFF3F3;
  }
  50% {
    background-color: #FFCBCC;
  }
  100% {
    background-color: #FFF3F3;
  }
}
.common-home {
  background-color: #FFF;
}
.common-home .text_upp {
  text-transform: uppercase;
}
.common-home .banner {
  position: relative;
  overflow: hidden;
}
.common-home .banner .inner {
  position: relative;
  max-width: 1720px;
  margin: 0 auto;
  width: 90%;
}
.common-home .banner .wrapper {
  width: 100%;
}
.common-home .banner .wrapper img {
  display: block;
  width: 100%;
}
.common-home .banner .swiper-slide {
  position: relative;
}
.common-home .banner .swiper-slide .text-wrapper {
  position: absolute;
  bottom: 200px;
  font-size: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.common-home .banner .swiper-slide .text-wrapper .ani {
  overflow: hidden;
}
.common-home .banner .swiper-slide .text-wrapper p {
  white-space: nowrap;
  overflow: hidden;
  background-color: #ccc;
  box-sizing: border-box;
}
.common-home .banner .swiper-slide .text-wrapper .t0 {
  padding: 21px;
  line-height: 34px;
  color: #ed750d;
  font-size: 34px;
  font-family: "Open Sans";
  font-weight: 800;
  background-color: rgba(255, 255, 255, 0.85);
}
.common-home .banner .swiper-slide .text-wrapper .t1 {
  padding: 13px 21px;
  line-height: 15px;
  color: #ed750d;
  font-size: 15px;
  font-family: "Open Sans";
  font-weight: 800;
  background-color: rgba(255, 255, 255, 0.85);
}
.common-home .banner .swiper-slide .text-wrapper .t2 {
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  cursor: pointer;
  padding: 15px 25px;
  background-color: #ed750d;
}
.common-home .banner .swiper-slide.left .text-wrapper {
  left: 50%;
  margin-left: -700px;
}
.common-home .banner .swiper-slide.right .text-wrapper {
  left: 50%;
  margin-left: 200px;
}
.common-home .banner .video-box {
  position: relative;
  height: 100vh;
  background-color: #c1cff7;
  overflow: hidden;
}
.common-home .banner .video-box video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 800px;
}
.common-home .about {
  margin: 100px auto 0;
  width: 1170px;
  position: relative;
  z-index: 9;
}
.common-home .about::after {
  content: "";
  position: absolute;
  display: block;
  width: 400px;
  height: 650px;
  top: 0;
  left: 10%;
  background: #faf8f9;
  z-index: -1;
}
.common-home .about .inner {
  margin: 0 auto;
  padding-top: 87px;
}
.common-home .about .inner .endlong {
  position: absolute;
  width: 1px;
  height: 100px;
  top: -50px;
  left: 17.1%;
  background: #333333;
}
.common-home .about .inner .content {
  display: flex;
}
.common-home .about .inner .content .num {
  width: 400px;
  height: 407px;
  line-height: 407px;
  font-size: 457.64px;
  font-family: "Superclarendon-Regular";
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url(../../images/f5a23ce0e5.jpg);
  background-clip: text;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
}
.common-home .about .inner .content .about-content {
  margin-left: 20px;
  width: 520px;
}
.common-home .about .inner .content .about-content .about-us {
  font-size: 18px;
  font-family: "OpenSans-Regular";
  color: #62b2d3;
  letter-spacing: 4.1px;
}
.common-home .about .inner .content .about-content .title {
  font-size: 40px;
  letter-spacing: 3px;
  font-family: "OpenSans-Bold";
  margin-top: 15px;
}
.common-home .about .inner .content .about-content .brief {
  line-height: 31px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  color: #555555;
  margin-top: 21px;
}
.common-home .about .inner .content .about-content .view_btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "OpenSans-Bold";
  color: #555555;
  letter-spacing: 1.3px;
  text-decoration: none;
  padding-right: 25px;
  margin-top: 72px;
}
.common-home .about .inner .img {
  width: 650px;
  height: 450px;
  background-color: #ccc;
}
.common-home .about .inner .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-home .about .number_video {
  display: flex;
  flex-wrap: wrap;
  margin-top: 83px;
  overflow: hidden;
}
.common-home .about .number_video .num_box {
  width: 34.189%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-top: 150px;
}
.common-home .about .number_video .num_box .item {
  box-sizing: border-box;
  width: 55%;
  margin-bottom: 41px;
  padding-right: 10px;
}
.common-home .about .number_video .num_box .item:nth-child(2n) {
  width: 40%;
}
.common-home .about .number_video .num_box .item .big_num {
  overflow: hidden;
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 48px;
  font-family: "OpenSans-Bold";
  color: #333333;
}
.common-home .about .number_video .num_box .item .subtitle {
  height: 30px;
  line-height: 30px;
  font-size: 12.13px;
  font-family: "OpenSans-Bold";
  color: #696969;
  letter-spacing: 2px;
  margin-top: 6px;
}
.common-home .about .number_video .video_box {
  position: relative;
  width: 65.812%;
  padding-top: 35.898%;
}
.common-home .about .number_video .video_box .play_btn {
  position: absolute;
  display: block;
  width: 111px;
  height: 111px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../../images/play_btn.png) no-repeat center;
  background-size: 100%;
  margin: auto;
}
.common-home .about .number_video .video_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.common-home .img-text .title {
  margin-top: 50px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-home .img-text .title::after, .common-home .img-text .title::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #e0e0e0;
}
.common-home .img-text .title span {
  display: block;
  margin: 0 10px;
  color: #b3b3b3;
}
.common-home .img-text a:hover {
  text-decoration: none;
}
.common-home .img-text .list {
  display: flex;
  width: 1400px;
  margin: 30px auto 0;
  justify-content: space-between;
}
.common-home .img-text .list .item {
  width: 430px;
  height: 680px;
  background-color: #f5f6fa;
}
.common-home .img-text .list .item .img {
  height: 280px;
  background-color: #ccc;
}
.common-home .img-text .list .item .img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.common-home .img-text .list .item .item-content {
  padding: 30px;
  color: #333;
}
.common-home .img-text .list .item .item-content h3 {
  font-size: 24px;
  font-weight: 700;
}
.common-home .img-text .list .item .item-content p {
  white-space: pre-wrap;
}
.common-home .image-list-wrapper {
  margin-top: 100px;
}
.common-home .image-list-wrapper .module_title {
  padding: 85px 0;
  background: #faf8f9;
}
.common-home .image-list-wrapper .module_title .small_title {
  font-size: 18px;
  font-family: "OpenSans-Regular";
  letter-spacing: 4.5px;
  color: #62b2d3;
  text-align: center;
  text-transform: uppercase;
}
.common-home .image-list-wrapper .module_title .lord_title {
  font-size: 48px;
  font-family: "OpenSans-Bold";
  color: #333333;
  letter-spacing: 3.5px;
  text-align: center;
  margin-top: 8px;
}
.common-home .image-list-wrapper .image-list {
  margin-top: 48px;
}
.common-home .image-list-wrapper .image-list .item {
  float: left;
  width: 22.791%;
  margin-right: 2.93%;
  margin-bottom: 50px;
  overflow: hidden;
}
.common-home .image-list-wrapper .image-list .item:nth-child(3n) {
  margin-right: 0;
}
.common-home .image-list-wrapper .image-list .item.big_size {
  width: 48.547%;
}
.common-home .image-list-wrapper .image-list .item.big_size .inner_con {
  padding-top: 62.276%;
}
.common-home .image-list-wrapper .image-list .item.no_margin_b {
  margin-bottom: 0;
}
.common-home .image-list-wrapper .image-list .item .inner_con {
  width: 100%;
  position: relative;
  padding-top: 132.654%;
}
.common-home .image-list-wrapper .image-list .item .inner_con img {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  margin: auto;
}
.common-home .image-list-wrapper .image-list .item .inner_con .item_title {
  position: absolute;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: "OpenSans-Regular";
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
  background: rgba(41, 41, 58, 0.6);
}
.common-home .image-list-wrapper .image-list .item .inner_con .item_title a {
  color: #fff;
  text-decoration: none;
}
.common-home .image-list-wrapper .image-list .item:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.common-home .image-list-wrapper .image-list .item:hover .inner_con .item_title {
  opacity: 1;
  visibility: visible;
}
.common-home .product-list-wrapper {
  margin-top: 100px;
  padding-bottom: 100px;
}
.common-home .product-list-wrapper .inner {
  width: 1400px;
  margin: 0 auto;
}
.common-home .product-list-wrapper .small_title {
  font-size: 18px;
  font-family: "OpenSans-Regular";
  letter-spacing: 4.5px;
  color: #62b2d3;
  text-align: center;
}
.common-home .product-list-wrapper .lord_title {
  font-size: 48px;
  font-family: "OpenSans-Bold";
  color: #333333;
  letter-spacing: 3.5px;
  text-align: center;
  margin-top: 13px;
}
.common-home .product-list-wrapper .pro-list {
  width: 1400px;
  margin: 60px auto 0;
  position: relative;
}
.common-home .product-list-wrapper .pro-list .product-swiper {
  margin: 0 80px;
}
.common-home .product-list-wrapper .pro-list .pro-item {
  background-color: #faf8f9;
}
.common-home .product-list-wrapper .pro-list .pro-item .content {
  box-sizing: border-box;
  padding: 0 25px 15px 29px;
}
.common-home .product-list-wrapper .pro-list .pro-item:hover .pro-img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.common-home .product-list-wrapper .pro-list .pro-item .pro-img {
  position: relative;
}
.common-home .product-list-wrapper .pro-list .pro-item .pro-img .img-box {
  padding: 50% 0;
  height: 0;
  overflow: hidden;
}
.common-home .product-list-wrapper .pro-list .pro-item .pro-img img {
  display: block;
  width: 100%;
  margin-top: -50%;
  object-fit: contain;
}
.common-home .product-list-wrapper .pro-list .pro-item .pro-name {
  height: 56px;
  line-height: 28px;
  font-size: 18px;
  font-family: "OpenSans-Bold";
  color: #333333;
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.common-home .product-list-wrapper .pro-list .pro-item .line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin-top: 12px;
  margin-bottom: 12px;
}
.common-home .product-list-wrapper .pro-list .pro-item .view_btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "OpenSans-Bold";
  color: #555555;
  letter-spacing: 1.3px;
  text-decoration: none;
  background: url(../../images/view_btn.png) no-repeat right center;
  padding-right: 25px;
}
.common-home .product-list-wrapper .pro-list .swiper-button-next,
.common-home .product-list-wrapper .pro-list .swiper-button-prev {
  opacity: 0;
  width: 70px;
  height: 410px;
  color: #999;
  margin-top: -205px;
  transition: 0.2s;
}
.common-home .product-list-wrapper .pro-list .swiper-button-next:hover,
.common-home .product-list-wrapper .pro-list .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.common-home .product-list-wrapper .pro-list .swiper-button-next:active,
.common-home .product-list-wrapper .pro-list .swiper-button-prev:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.common-home .product-list-wrapper .pro-list:hover .swiper-button-next,
.common-home .product-list-wrapper .pro-list:hover .swiper-button-prev {
  opacity: 1;
}

.about-common .detail_content {
  max-width: 1500px;
  width: 78.823%;
  margin: 43px auto 73px;
}
.about-common .detail_content h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  color: #333333;
}
.about-common .detail_content .content_detail {
  margin-top: 50px;
  font-family: "Opensans-Regular";
  line-height: 36px;
  font-size: 16px;
  font-family: "Opensans-Regular";
  color: #555555;
}
.about-common .detail_content .culture-wrapper .img-list .img-item {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 4%;
}
.about-common .detail_content .culture-wrapper .img-list .img-item:nth-child(2n) {
  margin-right: 0;
}
.about-common .detail_content .culture-wrapper .img-list img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.about-common .detail_content .honor-wrapper .img-list .img-item {
  width: 30%;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%;
}
.about-common .detail_content .honor-wrapper .img-list .img-item:nth-child(3n) {
  margin-right: 0;
}
.about-common .detail_content .honor-wrapper .img-list img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.product-product {
  background-color: #fff;
}
.product-product .nav-bar {
  margin-top: 60px;
  position: relative;
}
.product-product .nav-bar h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 50px;
}
.product-product .nav-bar::after, .product-product .nav-bar::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
}
.product-product .nav-bar::before {
  bottom: 0px;
  background-color: #ccc;
}
.product-product .nav-bar::after {
  bottom: -1px;
  background-color: #fff;
}
.product-product .menu_wrap_style {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.product-product .menu_wrap_style .menu {
  text-align: center;
}
.product-product .menu_wrap_style .menu .cate-item {
  display: inline-block;
  margin-right: 28px;
  margin-bottom: 15px;
  width: auto;
  height: 35px;
  line-height: 35px;
}
.product-product .menu_wrap_style .menu .cate-item a {
  display: block;
  padding: 0 5px;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "OpenSans-Semibold";
  text-align: center;
  transition: all 0.2s;
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
}
.product-product .menu_wrap_style .menu .cate-item a:hover {
  color: #62b2d3;
}
.product-product .pro_list {
  max-width: 1540px;
  width: 80.925%;
  margin: 63px auto 120px;
}
.product-product .pro_list .content .product-list {
  margin: 30px 0;
  overflow: hidden;
}
.product-product .pro_list .content .item {
  margin-bottom: 37px;
  box-sizing: border-box;
  float: left;
  width: 25%;
}
.product-product .pro_list .content .item .pro {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.product-product .pro_list .content .item .img {
  overflow: hidden;
  text-align: center;
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.product-product .pro_list .content .item .img a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.product-product .pro_list .content .item .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-product .pro_list .content .item:hover .img a img {
  transform: scale(1.05);
}
.product-product .pro_list .content .item .info {
  margin: 0 auto;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 20px;
}
.product-product .pro_list .content .item .info .name {
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}
.product-product .pro_list .content .item .info .name a {
  font-size: 16px;
  font-family: "OpenSans-Bold";
  color: #121314;
  display: block;
  height: 42px;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-product .products-list {
  width: 1400px;
  margin: 50px auto;
  position: relative;
  display: none;
  flex-wrap: wrap;
}
.product-product .products-list .pro-item {
  margin-bottom: 50px;
  width: 320px;
  height: 410px;
  background-color: #fff;
}
.product-product .products-list .pro-item:not(:nth-of-type(4n)) {
  margin-right: 40px;
}
.product-product .products-list .pro-item a:hover {
  text-decoration: none;
}
.product-product .products-list .pro-item .pro-img {
  width: 320px;
  height: 320px;
  position: relative;
}
.product-product .products-list .pro-item .pro-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-product .products-list .pro-item .pro-name {
  margin: 20px;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-detail .product-header {
  margin-top: 100px;
}
.product-detail .product-header img {
  display: block;
  width: 100%;
  height: 100%;
}
.product-detail .product-header .pro-image img {
  object-fit: contain;
}
.product-detail .product-header .main-image {
  display: none;
  height: 670px;
  width: 670px;
  position: relative;
}
.product-detail .product-header .product-video-btn {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 50%;
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  transform: translateX(-50%);
  transition: 0.2s;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 6px 0px rgba(51, 51, 51, 0.1);
}
.product-detail .product-header .product-video-btn i {
  font-size: 30px;
}
.product-detail .product-header .product-video-btn:hover {
  background-color: #fff;
}
.product-detail .product-header .product-video-btn:active {
  opacity: 0.6;
}
.product-detail .product-header #product-video {
  position: absolute;
  z-index: 98;
  width: 670px;
  height: 670px;
  left: 0;
  top: 0;
  background-color: #000;
}
.product-detail .product-header .img-nav {
  position: relative;
  background-color: #fff;
}
.product-detail .product-header .img-nav .swiper-slide {
  padding-top: 38%;
  opacity: 0.4;
  transition: 0.5s;
}
.product-detail .product-header .img-nav .swiper-slide-active {
  opacity: 1;
}
.product-detail .product-header .img-nav .img {
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.product-detail .product-header .img-nav .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  font-size: 0;
  margin: auto;
}
.product-detail .product-header .img-nav .btn-more {
  position: absolute;
  top: 50%;
  width: 62px;
  height: 40px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.product-detail .product-header .img-nav .btn-more.prev-thumb {
  left: 26.5%;
  background-size: 100%;
  background-image: url(../../images/page_prev_btn.png);
}
.product-detail .product-header .img-nav .btn-more.prev-thumb:hover {
  background-image: url(../../images/page_prev_active_btn.png);
}
.product-detail .product-header .img-nav .btn-more.next-thumb {
  right: 26.5%;
  background-size: 100%;
  background-image: url(../../images/page_next_btn.png);
}
.product-detail .product-header .img-nav .btn-more.next-thumb:hover {
  background-image: url(../../images/page_next_active_btn.png);
}
.product-detail .product-header .img-nav .btn-more.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.product-detail .product-header .pro-info {
  max-width: 1490px;
  margin: 0 auto;
}
.product-detail .product-header .pro-info .title {
  font-size: 20px;
  line-height: 1.5;
  font-family: "OpenSans-Bold";
  padding-bottom: 20px;
}
.product-detail .product-header .pro-info .pro-attr {
  width: 30%;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  color: #454647;
  line-height: 1.9;
  margin-top: 16px;
}
.product-detail .product-des {
  max-width: 1490px;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #fff;
}

.articles-articles {
  background-color: #fff;
}
.articles-articles a:hover {
  text-decoration: none;
}
.articles-articles .banner {
  height: 400px;
  background-image: url(../../images/banner.jpg);
  background-position: center 0;
}
.articles-articles .article_wraper {
  max-width: 1500px;
  width: 78.823%;
  margin: 43px auto 80px;
}
.articles-articles .article_wraper .page_title {
  width: 100%;
  height: 77px;
  line-height: 77px;
  font-size: 30px;
  font-family: "OpenSans-Bold";
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
}
.articles-articles .article_wraper .article_list {
  margin: 60px 0 20px;
  overflow: hidden;
}
.articles-articles .article_wraper .article_list .item {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.articles-articles .article_wraper .article_list .item .img {
  position: relative;
  width: 24%;
  padding-top: 16%;
  float: left;
}
.articles-articles .article_wraper .article_list .item .img.no_image {
  display: none;
}
.articles-articles .article_wraper .article_list .item .img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: none;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.articles-articles .article_wraper .article_list .item .info {
  float: left;
  width: 73%;
  padding-left: 6.15%;
  box-sizing: border-box;
}
.articles-articles .article_wraper .article_list .item .info .time {
  padding-top: 2px;
  font-size: 14px;
  font-family: "OpenSans-Regular";
  color: #aeaeae;
  text-transform: uppercase;
  line-height: 20px;
}
.articles-articles .article_wraper .article_list .item .info .time h1 {
  margin: 0;
  line-height: 20px;
  font-size: 28px;
}
.articles-articles .article_wraper .article_list .item .info .title {
  margin: 0;
  line-height: 26px;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.articles-articles .article_wraper .article_list .item .info .title a {
  font-size: 18px;
  font-family: "OpenSans-Bold";
  color: #333333;
  text-decoration: none;
}
.articles-articles .article_wraper .article_list .item .info .desc {
  max-height: unset;
  line-height: 30px;
  font-size: 14px;
  font-family: "OpenSans-Regular";
  color: #666666;
  margin-top: 3px;
  overflow: hidden;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.articles-articles .article_wraper .article_list .item .info .view_more {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-family: "OpenSans-Bold";
  color: #555555;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-decoration: none;
  background: url(../../images/view_btn.png) no-repeat right center;
  padding-right: 25px;
  margin-top: 75px;
}
.articles-articles .news-list {
  margin-top: 50px;
}
.articles-articles .news-list .ul {
  display: flex;
}
.articles-articles .news-list .li {
  position: relative;
}
.articles-articles .news-list .li:not(:first-child) {
  margin-left: 35px;
}
.articles-articles .news-list .li:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -35px;
  background-color: #cccccc;
}
.articles-articles .news-list .li:not(:last-child) {
  margin-right: 35px;
}
.articles-articles .news-list .li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -35px;
  background-color: #fff;
}
.articles-articles .news-list .new-wrapper {
  width: 420px;
  overflow: hidden;
  padding: 16px;
  transition: 0.2s;
  cursor: pointer;
  background-color: #fff;
}
.articles-articles .news-list .new-wrapper .main-pic {
  width: 388px;
  height: 240px;
  overflow: hidden;
}
.articles-articles .news-list .new-wrapper .main-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles-articles .news-list .new-wrapper .new-title {
  margin-top: 15px;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  transition: 0.2s;
  color: #333;
}
.articles-articles .news-list .new-wrapper .new-footer {
  margin-top: 15px;
  position: relative;
}
.articles-articles .news-list .new-wrapper .new-footer .time {
  color: #999999;
  font-size: 12px;
  line-height: 36px;
}
.articles-articles .news-list .new-wrapper .new-footer .arr-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  transition: 0.2s;
}
.articles-articles .news-list .new-wrapper:hover {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
}
.articles-articles .news-list .new-wrapper:hover .new-title {
  color: #f00;
}
.articles-articles .news-list .new-wrapper:hover .arr-btn {
  color: #fff;
  background-color: #003ac2;
}
.articles-articles .article-list {
  margin-top: 60px;
  position: relative;
  padding-top: 20px;
}
.articles-articles .article-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.articles-articles .article-list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.articles-articles .article-list .li {
  position: relative;
  overflow: hidden;
}
.articles-articles .article-list .li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.articles-articles .article-list .li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.articles-articles .article-list .article-wrapper {
  margin: 30px 0;
  display: flex;
  overflow: hidden;
  color: #333;
}
.articles-articles .article-list .article-wrapper:hover {
  cursor: pointer;
}
.articles-articles .article-list .article-wrapper:hover .title {
  color: #f00;
}
.articles-articles .article-list .article-wrapper .time {
  flex-shrink: 0;
  margin-top: 30px;
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background-color: #003ac2;
  border-radius: 4px;
}
.articles-articles .article-list .article-wrapper .time .day {
  line-height: 45px;
  font-size: 40px;
}
.articles-articles .article-list .article-wrapper .time .mounth {
  font-size: 13px;
}
.articles-articles .article-list .article-wrapper .content {
  margin: 30px 350px 0 30px;
  flex: 1;
  overflow: hidden;
}
.articles-articles .article-list .article-wrapper .content .title {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articles-articles .article-list .article-wrapper .content .description {
  color: #666;
  font-size: 13px;
  line-height: 24px;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.articles-articles .article-list .article-wrapper .img {
  width: 260px;
  height: 150px;
  flex-shrink: 0;
}
.articles-articles .article-list .article-wrapper .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail_content {
  max-width: 1400px;
  width: 96%;
  margin: 60px auto 80px;
}
.detail_content .article-detail {
  margin: 30px 0;
  overflow: hidden;
}
.detail_content .title {
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
  color: #222;
  font-family: "OpenSans-Bold";
  font-weight: normal;
}
.detail_content .ext_mes {
  font-family: "OpenSans-Regular";
  margin: 0 0 10px;
  text-align: center;
}
.detail_content .ext_mes div {
  display: inline-block;
  margin: 0 8px;
  font-size: 14px;
  color: #333;
}
.detail_content .contents {
  word-break: break-word;
  padding: 20px 0;
  color: #555;
  line-height: 180%;
  font-size: 16px;
  min-height: 300px;
}

.feedback-feedback {
  background-color: #fff;
}
.feedback-feedback .feedback-wrapper {
  width: 920px;
  margin: 91px auto 0;
  overflow: hidden;
}
.feedback-feedback .feedback-wrapper .top {
  position: relative;
  height: 100px;
  line-height: 100px;
  color: #fff;
  font-size: 24px;
  text-indent: 70px;
  background-color: #003399;
}
.feedback-feedback .feedback-wrapper form {
  padding: 0 30px;
}
.feedback-feedback .feedback-wrapper form .form-group {
  margin: 0;
  padding: 14px 0;
}
.feedback-feedback .feedback-wrapper form .control-label {
  padding-bottom: 8px;
  display: inline-block;
  width: 165px;
  font-size: 14px;
  font-family: "OpenSans-Regular";
  vertical-align: top;
  text-align: left;
  font-weight: 500;
}
.feedback-feedback .feedback-wrapper form .control-label span {
  color: red;
  font-size: 14px;
  font-family: "OpenSans-Regular";
}
.feedback-feedback .feedback-wrapper form .form-control {
  width: 480px;
  border-radius: 2px;
  padding: 0 5px;
  height: 40px;
  line-height: 44px;
  font-size: 16px;
  color: #888;
  box-shadow: none;
  transition: none;
}
.feedback-feedback .feedback-wrapper form textarea.form-control {
  resize: none;
  width: 660px;
  height: 140px;
  border-radius: 2px;
  padding: 5px;
  font-size: 16px;
  color: #888;
}
.feedback-feedback .feedback-wrapper form .btn-wrapper {
  margin-left: 165px;
}
.feedback-feedback .feedback-wrapper form .btn {
  width: 205px;
  height: 50px;
  border-radius: 0;
  font-size: 14px;
  font-family: "OpenSans-Bold";
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  line-height: 22px;
  padding: 0 5px;
  overflow: hidden;
  background: #222;
}
.feedback-feedback .feedback-wrapper form .help-block {
  display: block;
  color: #f00;
}
.feedback-feedback .feedback-wrapper form .has-error .form-control {
  border: 1px solid #a94442;
}

.contact-wrapper {
  max-width: 1500px;
  width: 96%;
  margin: 60px auto 80px;
}
.contact-wrapper h2 {
  width: 100%;
  height: 77px;
  line-height: 77px;
  font-size: 30px;
  font-family: "OpenSans-Bold";
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
}
.contact-wrapper ul {
  margin-top: 40px;
}
.contact-wrapper ul li {
  margin-bottom: 20px;
}
.contact-wrapper .__label {
  font-size: 14px;
  font-weight: 700;
}
.contact-wrapper .__value {
  font-size: 14px;
  line-height: 30px;
}

.header .header-nav .nav-list .nav-item.active a, .header .header-nav .nav-list .nav-item:hover a {
  color: #004098;
}
.header .header-nav .nav-list .nav-item .nav_down_box .navtitle {
  background-color: #004098;
}

.common-home .about .inner .content .about-content .view_btn i,
.common-home .about .inner .content .about-content .about-us,
.common-home .image-list-wrapper .module_title .small_title,
.common-home .product-list-wrapper .small_title {
  color: #004098;
}

.nav-pagination .active span {
  background-color: #004098;
}

.product-product .menu_wrap_style .menu .cate-item a:hover {
  color: #004098;
}
