:root {
  --thm-font: 'Heebo', sans-serif; /* Headings */
  --thm-b-font: 'Rubik', sans-serif; /* Body font */
  --thm-base: #000; /* Primary color */
  --thm-base-hover: #000; /* Primary hover */
  --thm-base-rgb: 0, 172, 177; /* Primary rgb */
  --thm-base-hue: #d0feff; /* Primary low hue */
  --thm-secondary: #38495c; /* Secondary */
  --thm-secondary-hover: #004148; /* Secondary hover */
  --thm-secondary-rgb: 0, 89, 99; /* Secondary rgb */
  --thm-b-text: #000; /* Body text */
  --thm-b-text-rgb: rgba(0, 0, 0, 0.9); /* Body text rgb */
  --thm-border: #ebf2f3; /* Borders */
  --thm-border-rgb: 225, 225, 225; /* Borders rgb */
  --font-size-base: 190.2;
  --cotent-title-font-size-base: 36px; /* 内容页面字体大小 */
  --cotent-title-l2-font-size-base: 32px; /* 内容页面 二级字体大小 */
  --cotent-content-font-size-base: 16px; /* 内容页面字体大小 */
  --banner-desc-font-size-base: 30px; /* 内容页面字体大小 */
  --blue-corlor-base: #3f5158;
}
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}
.red {
  color: red;
}
input {
  outline: none;
}
.center {
  text-align: center;
}
body {
  margin: 0;
  font-family: '微软雅黑', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--thm-b-text-rgb);
  text-align: left;
  background-color: #fff;
}
a {
  color: var(--thm-b-text-rgb);
  text-decoration: none;
}
p {
  color: var(--thm-b-text-rgb);
}
* {
  box-sizing: border-box;
}
[tabindex='-1']:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 5px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 10px;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin: 0;
  padding: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
li {
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 5px;
  margin-left: 0;
}
blockquote {
  margin: 0 0 10px;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.content-article-style {
  font-size: 16px;
  line-height: 34px;
  color: #414141;
}
.content-article-style p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 34px;
  color: #414141;
}
.content-article-style.en p {
  text-indent: 0;
  margin-bottom: 30px;
  /* word-break: break-all; */
}
.container {
  width: 1300px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
input[type='button'],
input[type='number'],
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='url'],
input[type='search'],
select,
textarea,
.form-control {
  position: relative;
  display: block;
  /* height: 60px; */
  /* width: 100%; */
  color: #686a6f;
  font-weight: 400;
  border: 0;
  /* padding: 14px 30px; */
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 0;
  transition: all 300ms ease;
  font-size: 14px;
  letter-spacing: 0;
}

.sigma_banner .slick-list .title .name {
  color: #f98032;
  font-size: 54px;
  font-weight: bold;
}
.sigma_banner.en .slick-list .title .name {
  font-size: 47px;
}
.sigma_banner .slick-list .title .desc {
  color: #fff;
  font-size: 30px;
  position: relative;
  /* text-shadow: 2px 2px grey; */
}

/* Header */
.sigma_header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  border-top: 10px solid #199dce;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

.sigma_header .sigma_logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.sigma_header .sigma_logo-wrapper .sigma_logo {
  /* max-width: 130px; */
}
.sigma_header .sigma_logo-wrapper .sigma_logo img {
  max-width: 100%;
}

.sigma_header .navbar-nav {
  flex-direction: row;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.sigma_header .navbar-nav li {
  position: relative;
  transition: 0.3s;
  display: list-item;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.sigma_header .navbar-nav li a {
  display: block;
  padding: 15px;
  color: #000;
  position: relative;
  font-size: 16px;
  white-space: nowrap;
  background-image: linear-gradient(transparent calc(100% - 2px), #0073af 2px);
  word-break: normal;
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
  /* background-image: linear-gradient(transparent calc(100% - 1px),#fff 1px); */
  background-repeat: no-repeat;
  background-size: 0% 100%;
  /* padding-bottom: 2px; */
  width: calc(100%);
}

.sigma_header .navbar-nav li a:hover {
  background-size: 100% 100%;
}
.sigma_header .navbar-nav li:first-child > a {
  padding-left: 0;
}

.sigma_header .navbar-nav li:last-child > a {
  padding-right: 0;
}

.sigma_header .navbar-nav li a:hover,
.sigma_header .navbar-nav li.active > a {
  color: var(--thm-base);
}

.sigma_header .navbar-nav li .sub-menu {
  position: absolute;
  top: 50px;
  left: -50%;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  transition: 0.3s;
  z-index: 99;
  display: none;
}
.sigma_header .navbar-nav.en li .sub-menu {
  width: 240px;
}

.sigma_header .navbar-nav li .sub-menu li:hover {
  background-color: rgba(0, 112, 171, 0.2);
}
.sigma_header .navbar-nav li .sub-menu li {
  text-align: center;
  justify-content: center;
  padding: 0;
}
.sigma_header .navbar-nav li .sub-menu li a {
  border-bottom: 1px solid var(--thm-border);
  justify-content: center;
  line-height: 43px;
  padding: 0;
  display: flex;
  font-weight: 400;
  align-items: center;
  color: var(--thm-b-text);
  position: relative;
  background-image: none !important;
}
.sigma_header .navbar-nav.en li .sub-menu li a {
  /* font-size: 14px; */
}

.sigma_header .navbar-nav li .sub-menu li:last-child a {
  border-bottom: none;
  background-image: none;
}

.sigma_header .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* Header top */
.sigma_header-top {
  background-color: #fff;
  border-bottom: 1px solid var(--thm-border);
  padding: 0;
}

.sigma_header-top-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0;
}

.sigma_header-top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
}

.sigma_header-top .sigma_header-top-nav li {
  margin: 0;
}

.sigma_header-top .sigma_header-top-nav li a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

.sigma_header-top .sigma_header-top-nav li + li {
  margin-left: 10px;
}

/* Header Controls starts */
.sigma_header .sigma_header-controls ul {
  display: flex;
  align-items: center;
}

.sigma_header .sigma_header-controls ul li + li {
  margin-left: 15px;
}

.sigma_header .sigma_header-controls ul li.header-controls-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  /* border: 2px solid #787878 !important; */
  background-color: #787878 !important;
  border-radius: 50%;
  /* border: 1px solid var(--thm-border); */
  color: #fff;
  font-size: 14px;
}

.sigma_header .sigma_header-controls ul li.header-controls-item a:hover {
  background-color: #fcf7ff;
}

.sigma_header .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}

.search {
  height: 30px;
  /* width: 146px; */
  display: flex;
  border: 1px solid #eee !important;
  border-radius: 20px !important;
  position: relative;
}

.search1 {
  float: left;
  height: 30px !important;
  width: 86px !important;
  color: #999;
  padding-left: 15px !important;
  background-color: transparent !important;
  margin-left: 16px;
  display: inline;
  line-height: 36px;
  margin-left: 16px;
  font-size: 13px;
  margin: 0;
}
.product-list .search .search1 {
  width: 100% !important;
}

input[type='button'].searchimg1 {
  position: absolute;
  right: 0;
  top: 0;
  display: inline;
  margin-top: 6px;
  margin-right: 10px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
  background-image: url('/assets/img/sou.jpg');
}

/* banner */
.sub-banner {
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
  position: relative;
  overflow: hidden;
}
.sub-banner .container {
  position: relative;
}
.sub-banner.aboutus {
  height: 550px;
}

.sub-banner.aboutus .container {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sub-banner.hornor {
  height: 550px;
}
.sub-banner.contact {
  height: 550px;
}

.sub-banner .banner_txt {
  position: absolute;
  top: 155px;
  right: 165px;
  text-align: right;
}

.sub-banner.product-banner {
  height: 550px;
}

.sub-banner.product-banner .banner_txt {
  left: 180px;
  right: auto;
  text-align: left;
}
.sub-banner .banner_title {
  color: #fff;
  font-size: 54px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

.aboutus.sub-banner .banner_txt {
  top: auto;
  width: auto;
  position: relative;
}
.sub-banner.aboutus .banner_txt {
  left: 120px;
  right: auto;
  text-align: left;
}

.aboutus.sub-banner .banner_title {
  display: inline-block;
  /* display: block; */
  text-align: right;
  /* width: 300px; */
  /* word-break: break-all; */
}
.sub-banner .banner_subtitle {
  color: #fff;
  font-size: var(--banner-desc-font-size-base);
  margin-top: 16px;
  max-width: 900px;
}
.aboutus.sub-banner .banner_subtitle {
  font-size: var(--banner-desc-font-size-base);
  word-break: keep-all;
  max-width: 900px;
}

.hornor.sub-banner .banner_title {
  display: inline-block;
}
.hornor.sub-banner.en .banner_title {
  margin-top: 60px;
}

.hornor.sub-banner .banner_txt {
  width: auto;
}
.hornor.sub-banner .banner_subtitle {
  font-size: var(--banner-desc-font-size-base);
  word-break: keep-all;
}
.hornor.sub-banner.en .banner_subtitle {
  font-size: 28px;
  word-break: keep-all;
}

/* .contact.sub-banner .banner_txt {
  top: 150px;
  right: auto;
  text-align: left;
} */
.contact.sub-banner .banner_subtitle {
  font-size: var(--banner-desc-font-size-base);
  word-break: keep-all;
}
.index_mod_4 .item {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
}

.index_mod_4 .item:last-child {
  border: 0;
}
.index_mod_4 .index_mod_items_4 {
  display: flex;
  width: 100%;
  padding: 10px 0 98px;
}
.index_mod_4 .index_mod_items_4 .item {
  flex: 1;
  padding: 0 30px 0;
}
.index_mod_4 .index_mod_items_4 .item:first-child {
  padding-left: 0;
}
.index_mod_4 .index_mod_items_4 .icon {
  text-align: center;
  width: 70px;
  height: 70px;
  margin-top: 60px;
}
.index_mod_4 .index_mod_items_4 .name {
  font-size: 28px;
  margin: 25px 0 10px;
}

.index_mod_4 .index_mod_items_4 .more {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../img/btn.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 51px;
  height: 51px;
  display: inline-block;
}
.index_mod_4 .index_mod_items_4 p {
  font-size: 14px;
  margin-bottom: 33px;
  color: #fff;
  height: 42px;
}
.index_mod_4 .index_mod_items_4.en p {
  height: 105px;
  text-align: left;
  /* word-break: break-all; */
}
.index_mod2 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
.index_mod2 .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
}
.index_mod2 .pro_cate {
  width: 50%;
  height: 279px;
  color: #fff;
}

.index_mod2 .pro_cate.cate1 {
  background-image: url('../img/index_pro1.png');
  background-repeat: no-repeat;
  background-position: right top;
  /* background-size: 100% 100%; */
}

.index_mod2 .pro_cate.cate2 {
  background-image: url('../img/index_pro2.png');
  background-repeat: no-repeat;
  background-position: left top;
  /* background-size: 100% 100%; */
}
.index_mod2 .pro_cateR2 {
  width: 100%;
  display: flex;
}
.index_mod2 .pro_cateR2 .cate3 {
  flex: 838;
}
.index_mod2 .pro_cateR2 .cate4 {
  flex: 354;
}
.index_mod2 .pro_cateR2 .cate5 {
  flex: 728;
}
.index_mod2 .pro_cate.cate3 {
  /* background-image: url("../img/index_pro3.png"); */
  background-image: url('../img/20210618155040.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  /* background-size: 100% 100%; */
  height: 283px;
  width: 100%;

  /* width: 33.5333%; */
}
.index_mod2 .pro_cate.cate4 {
  background-image: url('../img/index_pro4.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  height: 283px;
  /* width: 434px; */
  width: 33.3333%;

  /* background: linear-gradient(-90deg, #1695C0 0%, #1392BD 100%); */
}
.index_mod2 .pro_cate.cate5 {
  background-image: url('../img/index_pro5.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  /* background-size: 100% 100%; */
  height: 283px;
  width: 33.1333%;

  /* background: linear-gradient(-90deg, #1695C0 0%, #1392BD 100%); */
}
.index_mod2 .pro_cont_cate {
  width: 50%;
  box-sizing: border-box;
  color: #fff;
  height: 279px;
  padding-right: 10px;
  float: left;
  margin: 0;
  position: relative;
}
.index_mod2 .pro_cont_cate:nth-child(3) {
  width: 470px;
}
.index_mod2 .pro_cont_cate:nth-child(4) {
  width: 370px;
}
.index_mod2 .pro_cont_cate:nth-child(5) {
  width: 300px;
}
.index_mod2 .pro_cont_cate .catename {
  font-size: 32px;
  color: #fff;
  margin-top: 70px;
  /* margin: 80px 0px 0 0; */
  text-align: right;
  display: block;
  box-sizing: border-box;
}

.index_mod2.en .pro_cont_cate .catename {
  line-height: 36px;
}
.index_mod2 .pro_cont_cate .more2 {
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  position: absolute;
  bottom: 30px;
}
.index_mod2 .pro_cont_cate:nth-child(1) {
  padding-right: 50px;
}

.index_mod2 .pro_cont_cate:nth-child(1) .more2,
.index_mod2 .pro_cont_cate:nth-child(3) .more2 {
  right: 50px;
}
.index_mod2 .pro_cont_cate:nth-child(2) .more2,
.index_mod2 .pro_cont_cate:nth-child(4) .more2 {
  left: 50px;
}
.index_mod2 .pro_cont_cate:nth-child(2) .catename {
  text-align: left;
  padding: 0 0 0 40px;
}
.index_mod2 .pro_cont_cate:nth-child(4) .catename {
  text-align: left;
  padding: 0 0 0 25px;
}
.index_mod2 .pro_cont_cate:nth-child(2) .desc {
  margin-right: 60px;
}
.index_mod2 .pro_cont_cate:nth-child(2) .catename {
  margin-left: 298px;
}
.index_mod2 .pro_cont_cate:nth-child(2) .more2 {
  left: 380px;
}
.index_mod2 .pro_cont_cate:nth-child(3) .desc {
  text-align: left;
}
.index_mod2 .pro_cont_cate:nth-child(3) .catename {
  text-align: left;
}
.index_mod2 .pro_cont_cate:nth-child(3) .more2 {
  left: 0;
  right: auto;
}
.index_mod2 .pro_cont_cate:nth-child(4) .desc {
  text-align: left;
  margin-left: 40px;
}

.index_mod2 .pro_cont_cate:nth-child(5) .more2 {
  left: 100px;
}
.index_mod2 .pro_cont_cate:nth-child(5) .catename {
  text-align: left;
  padding: 0 0 0 40px;
}

.index_mod2.en .pro_cont_cate:nth-child(3) .catename,
.index_mod2.en .pro_cont_cate:nth-child(4) .catename,
.index_mod2.en .pro_cont_cate:nth-child(5) .catename {
  margin-top: 46px;
}

#dituContent {
  width: 830px;
  height: 240px;
  border: 1px solid #ccc;
  margin: 30px 0;
}
/* 产品列表 */
.nyprotitle {
  width: 100%;
  height: 46px;
  line-height: 46px;
  position: relative;
  background: #0070ab;
  text-align: center;

  background-image: url('../img/more1.png');
  background-size: 21px 21px;
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
.nyprotitle .title {
  font-size: 24px;
  color: #fff;
}
.nyprotitle .more {
  position: absolute;
  right: 45px;
  top: 0;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
}

.nyprotitle01 {
  display: flex;
  line-height: 40px;
  font-size: 16px;
  justify-content: space-between;
  padding: 0 20px;
  color: #004571;
}
.nyprotitle01:nth-child(odd) {
  background-color: #e3ecef;
}

.nyprotitle01 a {
  /* overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap; */
}
.nyprotitle01 .title {
  flex: 1;
}
.nyprotitle01 .more {
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* padding-left: 20px; */
}
.pro-list {
  display: flex;
  position: relative;
  margin-bottom: 10px;
}

.pro-list .num {
  font-size: 284px;
  color: rgb(255, 255, 255, 0.5);
  position: absolute;
  bottom: 15px;
  left: 240px;
  line-height: 220px;
}

.pro-list .pics {
  width: 320px;
}
.pro-list .pics img {
  width: 100%;
}
.pro-list .infos {
  flex: 1;
}

.contactbg2 {
  height: 517px;
  background-color: rgba(218, 218, 218, 0.47);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
  background-image: url('/assets/img/contact-banner2.png');
}
/* 产品列表 */
.product-list {
  margin: 0 0 20px;
}
.product-list .search {
  width: 380px;
  margin: auto;
  margin: 5px auto 33px;
  border-radius: 0 !important;
}

.product-list .search .search1 {
  line-height: 30px !important;
}
.product-list h2 {
  font-weight: normal;
  color: #0070ab;
  font-size: 50px;
  margin: 60px auto 30px;
}

.pro_center02 {
  height: 448px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
  background-image: url('/assets/img/pro1.jpg');
}

.pro_center04 {
  height: 450px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
  background-image: url('/assets/img/pro2.jpg');
}

.product-banner .txt {
  padding-top: 480px;
  font-size: 24px;
  /* font-size: var(--banner-desc-font-size-base); */
  text-align: center;
}
/* 加入我们 */
.join_mod1 {
  /* display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
  position: relative; */

  width: 100%;
  height: 1051px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
  position: relative;
  overflow: hidden;

  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
  background-image: url('../img/20210531160824.jpg');
}
.join_mod1.en {
  background-image: url('../img/en_20210531160824.jpg');
}

.join_mod1 .pro_cate {
  width: 50%;
  height: 520px;
  color: #fff;
  float: left;
}

.join_mod1 .pro_cate.cate1 {
  background-color: #0065a2;
}
.join_mod1 .pro_cate.cate2 {
  background-image: url('../img/join_mod1.jpg');
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
}
.join_mod1 .pro_cate.cate3 {
  background-image: url('../img/join_mod2.jpg');
  background-repeat: no-repeat;
  background-color: #000;
  /* background-size: 100% 100%; */
}
.join_mod1 .pro_cate.cate4 {
  background-color: #1696c0;
  padding-left: 54px;
  box-sizing: border-box;
}
.join_mod1 .pro_cate .name {
  font-size: 42px;
  margin: 50px 0;
  line-height: 50px;
  position: relative;
  color: #fff;
}
.join_mod1 .pro_cate .desc {
  font-size: 32px;
  margin: 0;
  line-height: 68px;
  position: relative;
  display: inline;
  color: #fff;
}

.join_mod1.en .pro_cate .name {
  line-height: 1;
  margin: 20px 10px;
}
.join_mod1 .pro_cate .quto {
  font-size: 89px;
  line-height: 32px;
}
.join_mod1 .wrap_catel {
  text-align: left;
  float: right;
  margin: 38px 30px 0 20px;
  /* margin: 20px 20px 0 30px; */
}
.join_mod1 .wrap_catel .name::before {
  position: absolute;
  left: -100px;
  top: 25px;
  content: '“';
  font-size: 89px;
  line-height: 32px;
  color: #fff;
}
.join_mod1 .wrap_catel .desc::after {
  position: absolute;
  right: -100px;
  bottom: 0;
  content: '”';
  font-size: 89px;
  line-height: 32px;
  color: #fff;
}
.join_mod1 .wrap_cater {
  width: 80%;
  text-align: left;
}
/* .join_mod1 .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
} */
.join_mod1 .container .pro_cont_cate {
  width: 50%;
  box-sizing: border-box;
  color: #fff;
  height: 377px;
  padding-right: 10px;
  float: left;
  margin: 0;
}
.join_mod1 .container .pro_cont_cate .name {
  font-size: 40px;
  margin: 20% 0 3%;
}
.join_mod1 .container .pro_cont_cate .desc {
  font-size: 25px;
  margin-bottom: 2%;
  line-height: 45px;
}

.join_mod2 .container {
}
.join_mod2 .title {
  font-size: 50px;
  font-weight: bold;
  color: #0070ab;
}
.join_mod2 .subtitle {
  text-align: center;
  font-size: 24px;
  margin-bottom: 55px;
}

.join_mod4 {
  color: #fff;
}
.join_mod4 .col-lg-6.col-md-6 {
  margin-top: 60px;
}
.join_mod4 .txt {
  font-size: 22px;
}
.join_mod4 .txt p {
  margin-top: 40px;
}
.location {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 63px !important;
  margin-bottom: 46px;
  color: rgba(0, 0, 0, 0.6) !important;
}
.location a {
  padding-right: 8px;
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 14px;
  line-height: 22px;
}
.location .seperate {
  /* padding-left: 8px;
  font-family: Sim sun; */
}
/* 公司简介 */
.about_mod1 {
  background-image: url('../img/about_s1.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 500px;
}
.about_mod1 .sigma_counter-wrapper {
  /* display: flex; */
  padding-top: 70px;
}
.about_mod1 .sigma_counter-wrapper .sigma_counter-mod {
  /* flex: 1; */
}
.about_mod1 .sigma_counter:nth-child(2) {
  text-align: center;
}
.about_mod1 .sigma_counter:nth-child(3) {
  padding-left: 30px;
  box-sizing: border-box;
}
.about_mod1 .sigma_counter span {
  color: #e3ecef;
  /*  */
}
.about_mod1 .sigma_counter::after {
  position: absolute;
  top: -5px;
  right: 0;
  display: block;
  content: '';
  width: 1px;
  height: 120%;
  border-right: 1px solid rgb(225, 225, 225, 0.6);
}
.about_mod1 .sigma_counter:last-child::after {
  border-right: 0;
}
.about_mod1 .sigma_counter .name {
  /* font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 20px; */
}
.about_mod1 .sigma_counter b {
  font-size: 60px;
}
.about_mod2 {
  background-color: #15bff0;
  padding: 0 0 5px;
}

.about_mod2 .container {
  width: 80%;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url('/assets/img/about-s2.png');
}
.about_mod2 .title {
  font-size: 43px;
  color: #fff;
}
.about_mod2 .section-title {
  max-width: 80%;
}

.about_mod2 .subtitle {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

/* 企业文化 */

.culture_mod1 {
  padding: 26px 0 25px;
  background-image: url('../img/culture_s1.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 30px;
}

.culture_mod1 .container {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
  background-image: url('../img/culture1.png');
  position: relative;
  height: 617px;
}
.culture_mod1.en .container {
  background-image: url('../img/en_culture1.png');
}

.culture_mod1 .desc {
  position: absolute;
  top: -10px;
  left: 0;
}
.culture_mod1 .desc .cname {
  color: #0065a2;
  font-size: 60px;
  margin-bottom: 0;
}

.culture_mod1 .desc .ename {
  color: rgb(0, 0, 0, 0.4);
  font-size: 24px;
  letter-spacing: 2px;
}

.culture_mod1 .subtitle {
  color: #0070ab;
  text-align: left;
  padding-top: 180px;
  font-size: 37px;
}

.culture_mod1 .subtitle p {
  font-size: 50px;
  font-weight: bold;
  color: #0065a2;
}
.culture_mod1 .subtitle p:nth-child(1) {
  /* text-indent: 140px; */
  text-indent: 150px;
}
.culture_mod1 .subtitle p:nth-child(2) {
  text-indent: 200px;
}
.culture_mod1 .subtitle p:nth-child(3) {
  text-indent: 260px;
}
.culture_mod1 .subtitle p:nth-child(4) {
  text-indent: 320px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .culture_mod1 .subtitle p:nth-child(1) {
    /* text-indent: 140px; */
    text-indent: 6em;
  }
  .culture_mod1 .subtitle p:nth-child(2) {
    text-indent: 8em;
  }
  .culture_mod1 .subtitle p:nth-child(3) {
    text-indent: 10em;
  }
  .culture_mod1 .subtitle p:nth-child(4) {
    text-indent: 12em;
  }
}

@media only screen and (min-width: 1501px) and (max-width: 1700px) {
  .culture_mod1 .subtitle p:nth-child(1) {
    text-indent: 4em;
  }
  .culture_mod1 .subtitle p:nth-child(2) {
    text-indent: 6em;
  }
  .culture_mod1 .subtitle p:nth-child(3) {
    text-indent: 8em;
  }
  .culture_mod1 .subtitle p:nth-child(4) {
    text-indent: 10em;
  }
}
/* @media (min-width: 768px) and (max-width: 991px) {
  .featurebox2 {
    margin-bottom: 20px;
  }
} */

/*-------------- Footer Sections --------------------------- */
.sigma_footer {
  background-color: #626262;
  padding: 53px 0 0;
  position: relative;
  z-index: 1;
}

.sigma_footer .sigma_footer-middle .container {
  display: flex;
}

.sigma_footer .sigma_footer-mod {
  display: flex;
  flex: 1;
}
.sigma_footer .sigma_footer-mod .sigma_footer-slide {
  /* float: left; */
  height: 100%;
  /* margin-right: 65px; */
  flex: 4;
}
.sigma_footer .sigma_footer-mod .sigma_footer-slide:first-child {
  flex: 3;
}
.sigma_footer .sigma_footer-mod .sigma_footer-slide:last-child {
  flex: 3;
}

.sigma_footer .sigma_footer-copyright p,
.sigma_footer .sigma_footer-copyright p a {
  color: #fff;
}
.sigma_footer .sigma_footer-copyright {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
}
.sigma_footer .sigma_footer-copyright .foot-logo {
  /* position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 37px;
  transform: translate(-50%, -150%); */
  margin-right: 10px;
}
.sigma_footer .sigma_footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  /* padding: 10px 0; */
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}
.sigma_footer .sigma_footer-copyright p {
  color: #fff;
  margin: 0;
}

.sigma_footer .sigma_footer-widget .widget-title {
  margin-bottom: 12px;
  color: #fff !important;
}
.sigma_footer .sigma_footer-widget .widget-title a {
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
}
.sigma_footer .sigma_footer-widget .sub-menu li {
  line-height: 30px;
}
.sigma_footer .sigma_footer-widget .sub-menu a {
  color: #fff !important;
  font-size: 14px;
}
.sigma_footer .sigma_footer-widget {
  height: 100%;
}
.sigma_footer-right {
  width: 218px;
}
.sigma_footer-widget-img {
  display: flex;
}
.sigma_footer-widget-img .sigma_footer-logo {
  flex: 1;
}
.sigma_footer-widget-img .sigma_footer-logo:last-child {
  margin-left: 10px;
  text-align: center;
}

.sigma_footer-widget-img .sigma_footer-logo p {
  color: #fff;
  font-size: 12px;
  margin-top: 12px;
  text-align: center;
}
.sigma_footer-right p.name {
  color: #fff;
  font-size: 14px;
  margin: 10px auto 20px;
  text-align: center;
}
.sigma_footer-right p.tel {
  color: #fff;
  font-size: 25px;
  text-align: center;
}
.section-title {
  position: relative;
  max-width: 640px;
}

.section-title.centered {
  text-align: center;
  margin: 0 auto 50px;
}

.section-title.flex-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 50px;
  max-width: 100%;
}
.section-title .title {
  line-height: 1;
  position: relative;
  font-weight: bold;
  color: var(--blue-corlor-base);
  font-size: var(--cotent-title-font-size-base);
}
/* 首页 */
.sigma_counter-wrapper {
  z-index: 2;
  position: relative;
  margin: 45px -70px 64px 0;
  display: flex;
}
.sigma_counter {
  margin-bottom: 30px;
  position: relative;
  flex: 1;
  text-align: left;
}

.sigma_counter span {
  color: var(--blue-corlor-base);
  font-size: 65px;
  margin-bottom: 10px;
  line-height: 1;
}
.en .sigma_counter span .counter1 {
  font-size: 55px;
}

.sigma_counter span.plus {
  font-size: 12px;
  margin: 0 0 0 -10px;
}
.sigma_counter span.extra {
  font-size: 12px;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 0;
}
.about_mod1 .sigma_counter span.extra {
  left: 30px;
}
.sigma_counter b {
  letter-spacing: -2px;
}
.sigma_counter .name {
  color: rgb(0 0 0 / 0.9);
  font-weight: 500;
  line-height: 1.3;
  font-size: 20px;
}
.index_about_mod .sigma_counter::after {
  position: absolute;
  top: -5px;
  right: 45px;
  display: block;
  content: '';
  width: 1px;
  height: 120%;
  border-right: 1px solid #ced5e0;
}
.index_about_mod .sigma_counter:last-child::after {
  border-right: 0;
}

.index_about_mod .container {
  position: relative;
  width: 960px;
}
.index_about_mod .container .more2 {
  position: absolute;
  right: -80px;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url(../img/right-arrow-circle.png) no-repeat;
  display: block;
  background-size: 30px 30px;
}
.index_news_mod .title {
  margin: 30px auto 50px;
  color: var(--blue-corlor-base);
}
.picScroll {
  margin: 40px auto 61px;
  text-align: center;
}
.picScroll .bd ul {
  width: 100%;
  float: left;
  padding-top: 10px;
}
.picScroll .bd li {
  width: 24%;
  float: left;
  font-size: 14px;
  text-align: left;
}
.picScroll .bd li .node {
  /* border-bottom: 5px solid #D1D1D1;; */
  margin-right: 35px;
  position: relative;
}
.picScroll .bd li .node:hover {
  /* border-bottom-color: transparent; */
}

.picScroll .bd li .node:after {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #d1d1d1;
}
.picScroll .bd li .node:before {
  content: '';
  width: 0%;
  height: 5px;
  background: #facd00;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.6s ease;
}
.picScroll .bd li:hover .node:before {
  width: 100%;
  z-index: 3;
}

.picScroll .bd li p {
  text-align: left;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  height: 54px;
  display: block;

  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.picScroll .bd li span {
  text-align: left;
  color: rgb(0, 0, 0, 0.5);
  font-size: 14px;
  margin-bottom: 45px;
  display: inline-block;
}
.picScroll .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}

.picScroll .hd {
  line-height: 40px;
  margin: 20px auto 0;
  width: 200px;
  text-align: center;
}
.picScroll .hd ul {
  margin-top: 10px;
}
.picScroll .hd li {
  float: left;
  width: 8px;
  height: 8px;
  background: #d0d0d0;
  margin: 0 5px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.picScroll .hd .on {
  background: #0073af;
}
/*-------------- Banner (Hero Sections) --------------------------- */
.sbannershow {
}

.sbannershow .component-heading-article__circle {
  position: absolute;
  top: 50%;
  left: -10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
}
.sbannershow .banner_svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 852px;
  height: 852px;
}
.sbannershow .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2s linear forwards;
}
.aboutus .sbannershow .component-heading-article__circle {
  top: 50%;
  left: 10%;
}
.contact .sbannershow .component-heading-article__circle {
  top: 50%;
  left: -10%;
}
.contact .sbannershow .banner_svg {
  -webkit-transform: rotate(-160deg);
  transform: rotate(-160deg);
  width: calc(77%);
  height: calc(77%);
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.sigma_banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sigma_banner .banner-slider-inner {
  /* padding: 300px 0; */
  position: relative;
  height: 483px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sigma_banner .banner-slider-inner .sigma_banner-text {
  width: 1200px;
  margin: auto;
  /* margin-top: 242px; */
}
.sigma_banner .title {
  text-align: right;
  margin-right: 165px;
}
.sigma_banner .title span {
  text-shadow: 0 3px 10px #fff;
}
.sigma_banner h5 {
  font-weight: 500;
  position: relative;
}
.sigma_banner .slick-list .title .desc::before {
  position: absolute;
  right: 0;
  top: -5px;
  background-color: #fff;
  width: 200px;
  height: 1px;
  display: block;
  content: '';
}

.sigma_banner .banner-links {
  margin-top: 50px;
}

.sigma_banner .sigma_banner-social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}

.sigma_banner .sigma_banner-image {
  position: relative;
}

.sigma_banner .sigma_video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* .sigma_banner-slider .slick-prev,
.sigma_banner-slider .slick-next {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--thm-base);
  color: #fff;
  border-radius: 6px;
}

.sigma_banner-slider .slick-prev:hover,
.sigma_banner-slider .slick-next:hover {
  background-color: var(--thm-base-hover);
}

.sigma_banner-slider .slick-next {
  right: 10px;
  left: auto;
}

.sigma_banner-slider:hover .slick-prev {
  left: 20px;
  opacity: 1;
  visibility: visible;
}

.sigma_banner-slider:hover .slick-next {
  right: 20px;
  opacity: 1;
  visibility: visible;
} */

.sigma_banner-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.sigma_banner-slider .slick-dots li button {
  background-color: var(--thm-border);
  cursor: pointer;
}

.sigma_banner-slider .slick-dots .slick-active button {
  background-color: var(--blue-corlor-base);
}

.sigma_banner-info {
  position: relative;
  margin-top: -100px;
  z-index: 1;
}

.sigma_banner-info.style-2 {
  margin-top: -85px;
}

.sigma_banner.style-8 .banner-slider-inner {
  padding: 150px 0 250px;
}

/* Slick */
.slick-slide {
  position: relative;
  outline: none;
}

/* .slick-prev,
.slick-next {
  position: relative;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--thm-secondary);
  border: 0;
  padding: 0;
  outline: none;
  transition: 0.3s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
} */

/* .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background-color: var(--thm-base);
  color: #fff;
}

.slick-prev:before,
.slick-next:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
} */

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

[class*='btn-style-'] .slick-next::before,
.slick-next:before {
  content: '\f054';
}

.slick-dots li:focus,
.slick-dots li:hover,
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}

.slick-dots li + li {
  margin-left: 10px;
}

.slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
  border: 0;
  padding: 0;
}

[class*='btn-style-'] .slick-dots li button::after,
[class*='btn-style-'] .slick-dots li button::before {
  display: none;
}

.slick-dots .slick-active button {
  background-color: var(--thm-base);
}
/* banner结束  */
.index_mod1 {
  margin: 95px 0 46px;
}
.index_mod1 .section-title {
  max-width: none;
}
.index_mod1 .section-title .title {
  color: var(--blue-corlor-base);
  font-weight: normal;
  font-size: 32px;
}
.index_mod1.en .section-title .title {
  line-height: 40px;
  margin-bottom: 0;
}
.index_mod1 p {
  font-size: 16px;
  line-height: 34px;
  color: #000;
  text-indent: 2em;
}
.index_mod1.en p {
  text-indent: 0;
  margin-bottom: 20px;
  /* word-break: break-all; */
}
/* 企业荣誉 */
/*=====img list=====*/

.img-list {
  width: 830px;
  overflow: hidden;
}
.img-list > li {
  float: left;
  width: 240px;
  margin: 0 18px;
  margin-bottom: 36px;
}
.img-list > li > a {
  display: block;
  position: relative;
  height: 200px;
  overflow: hidden;
  width: 240px;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.img-list section {
  display: none;
  width: 240px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.img-list section > i {
  font-size: 40px;
  margin-top: 36px;
  margin-bottom: 20px;
}
.img-list > li > a > img {
  width: 100%;
  height: 160px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.img-list > li > a > span {
  display: block;
  width: 240px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  line-height: 40px;
  text-align: center;
  background: #efefef;
  color: #333;
}
.img-list > li > a:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.8);
}
.img-list > li > a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/*=====img list end=====*/

/*=====layer black=====*/
.layer {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
}
.img-display {
  width: 700px;
  padding: 40px;
  background: #fff;
  position: absolute;
  position: relative;
  top: 16%;
  left: 30%;
}
.img-box {
  width: 700px;
  height: 483px;
  overflow: hidden;
}
.close-btn {
  position: absolute;
  top: -16px;
  right: 10px;
  color: #000;
  font-size: 32px;
  cursor: pointer;
}
.close-btn:hover {
  color: #bb0000;
}
.img-box > img {
  height: 100%;
  display: block;
  margin: 0 auto;
}
.img-display > span {
  display: block;
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
}
/*=====layer black end=====*/
.hornor_box {
  height: 600px;
}
.hornor_box .hornor_content {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  height: 100%;
  background-image: url('../img/20221126181243.jpg');
}
.hornor_box .container {
  position: relative;
  padding-bottom: 100px;
  text-align: right;
}
.hornor_box .img-lists {
  padding: 20px 0 20px;
  margin-top: 50px;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 5;
}

.hornor_box .img-lists li {
  float: left;
  text-align: center;
}
.hornor_box .img-lists > li:nth-child(1),
.hornor_box .img-lists > li:nth-child(2),
.hornor_box .img-lists > li:nth-child(3) {
  width: 32%;
  margin-right: 1%;
}

.hornor_box .img-lists > li:nth-child(4),
.hornor_box .img-lists > li:nth-child(5) {
  width: 30%;
  clear: both;
  text-align: center;
  margin: 0 auto 10px;
  float: none;
}
.hornor_box .img-lists li:nth-child(6) {
  width: 32%;
  margin-right: 1%;
}
.hornor_box .img-lists li img {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  /* border: 6px solid #fff; */
  border-radius: 5px;
}

.hornor_box .img-lists li p {
  font-size: 16px;
  margin: 20px 0;
}

.content_wrapper_txt .title {
  color: var(--blue-corlor-base);
  font-size: var(--cotent-title-font-size-base);
  text-align: center;
  font-weight: normal;
  margin: 0px auto 32px;
  font-weight: bold;
  line-height: 1;
}

.content_wrapper_txt .desc {
  color: #000;
  font-size: 24px;
  text-align: center;
  margin-bottom: 43px;
}
/* 招聘 */
.recruitment_mod1 {
  height: 481px;
}

.recruitment_mod1 .container {
  background-image: url('../img/recruitment_mod1.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 481.1px;
}
.recruitment_mod2 .container {
  background-image: url('../img/recruitment_s1.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 291px;
  color: #fff;
}
.recruitment_mod2 .container {
  display: flex;
}
.recruitment_mod2 .container .mod {
  flex: 1;
  padding: 65px 65px 20px 80px;
}
.recruitment_mod2 .container .mod:first-child {
  padding: 65px 80px 20px 80px;
}
.recruitment_mod2 .container .mod.en {
  padding: 30px;
}
.recruitment_mod2 .container .mod:last-child {
  padding-left: 0;
}
.recruitment_mod2 .container .subtitle1 {
  text-align: left;
  line-height: 60px;
  font-size: 33px;
  text-indent: 2em;
}

.recruitment_mod2 .container .en .subtitle1 {
  font-size: 28px;
  line-height: 40px;
}

.recruitment_mod2 .container .subtitle2 {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 10px;
}
.recruitment_mod2 .container ul {
  margin-left: 20px;
}
.recruitment_mod2 .container ul li {
  font-size: 16px;
  list-style: disc;
  line-height: 40px;
}

.recruitment_mod3 {
  margin: 40px 0 0px 0;
  background-color: #f8f8f8;
}
.recruitment_mod3 .container {
  background: url('../img/logo_grey.png') right top no-repeat;
  padding-bottom: 10px;
}

.recruitment_mod3 .title {
  color: #414f5a;
  line-height: 56px;
  padding-left: 30px;
  font-size: 32px;
}
.recruitment_mod3 .t_name {
  line-height: 40px;
  color: #666;
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  margin: 30px 0 10px;
}
.recruitment_mod3 .wrap_cont {
  margin: 0 0 0px 0;
}
.recruitment_mod3 .content {
  margin-left: 30px;
  margin-bottom: 0px;
}
.recruitment_mod3 .content p {
  /* line-height: 47px;
  font-size: 24px; */
  list-style: decimal;
  margin: 0;
  text-indent: 0;
}
.development-mod {
  position: relative;
  /* background-image: url("../img/development_mod2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%; */
  margin-bottom: 20px;
  min-height: 1100px;
}
.development-mod .desc {
  position: absolute;
  top: 10px;
  left: 10px;
}
.development-mod .desc .cname {
  color: #0065a2;
  font-size: 60px;
  margin-bottom: 0;
}

.development-mod .desc .ename {
  color: rgb(0, 0, 0, 0.4);
  font-size: 26px;
}

.development-mod .entry-content {
  /* padding: 50px 0 40px; */
  width: 1200px;
  margin: 0 auto;
}
/* 营销中心 */
.marketing_center_mod1 {
  margin: 10px 0 20px 0;
}
.marketing_center_mod1 img {
  float: right;
  width: 554px;
  height: 353px;
  margin: -60px 0 0 20px;
}
.marketing_center_mod1 .t_name {
  line-height: 40px;
  color: #0070ab;
  font-size: var(--cotent-title-l2-font-size-base);
  padding-left: 30px;
  margin: 20px 0 30px 0;
}
.marketing_center_mod1 .content {
  margin-left: 30px;
  margin-bottom: 60px;
}

/* 员工风采 */
.staffStyle-mod {
  position: relative;
  background-image: url('../img/staffStyle_mod1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.staffStyle-mod .entry-content {
  padding-top: 140px;
}
.staffStyle-mod .desc {
  position: absolute;
  top: 10%;
  left: 0;
}
.staffStyle-mod .desc .cname {
  color: #0065a2;
  font-size: 60px;
}

.staffStyle-mod .desc .ename {
  color: rgb(0, 0, 0, 0.4);
  font-size: 26px;
}

.staffStyle-mod .entry-content .img-lists li {
  float: left;

  text-align: center;
}
.staffStyle-mod .entry-content .img-lists li:nth-child(1) {
  text-align: center;
  width: 100%;
}

.staffStyle-mod .entry-content .img-lists li:nth-child(2),
.staffStyle-mod .entry-content .img-lists li:nth-child(3),
.staffStyle-mod .entry-content .img-lists li:nth-child(7),
.staffStyle-mod .entry-content .img-lists li:nth-child(8) {
  width: 50%;
}
.staffStyle-mod .entry-content .img-lists li:nth-child(4),
.staffStyle-mod .entry-content .img-lists li:nth-child(5),
.staffStyle-mod .entry-content .img-lists li:nth-child(6) {
  width: 32%;
  margin-right: 1%;
}
.staffStyle-mod .entry-content li img {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  /* border: 6px solid rgba(225, 225, 225, 0.19); */
  border: 6px solid #fff;
  border-radius: 5px;
}

.staffStyle-mod .entry-content li p {
  font-size: 16px;
  margin: 20px 0;
}

/*=====page box=====*/
.page-box {
  overflow: hidden;
  float: right;
  margin: 0 0 20px;
}

.page-box li {
  float: left;
}
.page-box li > a {
  display: block;
  padding: 0 10px;
  height: 26px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #ececec;
  border: 1px solid #ccc;
  margin: 6px;
  text-align: center;
  line-height: 26px;
}
.page-box li > a:hover,
.page-box li > a.active {
  background: #002f95;
  border-color: #002f95;
  color: #fff;
}
.page-box li.disabled > a {
  color: #999;
  cursor: default;
}
.page-box li.disabled > a:hover {
  color: #999;
  background: #ececec;
  border: 1px solid #ccc;
}
/*=====page box end=====*/
/* 企业新闻 */
.news-list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.news-list .featurebox2 .list {
  margin: 0 20px 0 0;
  border: 1px solid rgba(160, 160, 160, 0.19);
  box-shadow: 2px 2px 9px 2px rgba(34, 23, 20, 0.09);
  background-color: #fbfbfb;
  border-radius: 4px;
  box-sizing: border-box;
}

.featurebox2 {
  transition: 0.3s;
  width: 33.333%;
  box-sizing: border-box;
  margin: 5px 0 30px 0;
}
.news-list .featurebox2:nth-child(3n) .list {
  margin-right: 0;
}
.featurebox2:hover {
  transition: 0.3s;
}
.featurebox2:hover a {
  color: var(--blue-corlor-base);
}
.featurebox2__content {
  padding: 10px 30px 10px;
  position: relative;
}
.featurebox2__content .li_line {
  width: 0;
  height: 5px;
  background: #facd00;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
.featurebox2__content:hover .li_line {
  width: 100%;
}
.featurebox2__content p {
  line-height: 26px;
  font-size: 14px;
  color: #6a727f;
}

.featurebox2 .featurebox2__content p.date {
  color: #999;
}

.featurebox2 .featurebox2__content p.desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
}

.featurebox2 .featurebox2__img {
  height: 246px;
  /* width: 365px; */
  width: 100%;
  margin: 0 auto;
}
.featurebox2 .featurebox2__img img {
  width: 100%;
  height: 100%;
}
.featurebox2 .fea-title {
  margin-bottom: 5px;
}
.featurebox2 .fea-title a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 22px;
  font-weight: normal;
}

.featurebox2 .featurebox2__content .more {
  color: #002f95;
  font-size: 14px;
  display: inline-block;
  margin: 10px 0 10px;
}

.featurebox2 .fea-link {
  display: inline-block;
  padding-top: 10px;
  text-decoration: none;
  color: #132339;
}
.article-news-content {
  background-color: #fbfbfb;
  border: 1px solid rgba(160, 160, 160, 0.38);
  padding: 30px;
  margin: 0 0 55px;
}
.detail_bottom {
  margin: 30px auto 40px;
}
.article-news-content .news_title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
.article-news-content .news_date {
  font-size: 16px;
  text-align: center;
  color: var(--blue-corlor-base);
  margin: 20px auto 40px;
}
.article-news-content .contect_news {
  font-size: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .featurebox2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featurebox2 {
    margin-bottom: 20px;
  }
}
.new_content {
  background-color: #fbfbfb;
  border: 1px solid rgba(160, 160, 160, 0.38);
  padding: 30px;
  margin: 0 0 50px;
}
.new_content #detal_title {
  text-align: center;
  color: rgb(0, 0, 0, 0.9);
  font-size: 48px;
  font-weight: bold;
}
.new_content #detal_sub_title {
  text-align: center;
  color: #002f95;
  font-size: 16px;
  margin: 10px 0;
}
.new_content .contect_news {
  color: #000;
  font-size: var(--cotent-content-font-size-base);
}

.article-content {
  color: #000;
  font-size: var(--cotent-content-font-size-base);
}
.article-content p {
}
.article-content.service-article-content img {
  margin-right: 10px;
}
.article-content.service-article-content p {
  text-indent: 0;
}
/* 联系方式 */
.contact-wrapper1 {
  margin: 0 0 90px;
}
.contact-wrapper1 h1 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  margin: 58px 0 53px;
  font-style: italic;
}
.contact-wrapper1 .container {
  display: flex;
}
.contact-wrapper1 .container .mod:first-child {
  border: 4px solid #dbdbdb;
  height: 389px;
  width: 540px;
}
.contact-wrapper1 .container .mod:last-child {
  padding: 0 0 0 40px;
  margin-left: 0;
  flex: 1;
}
.contact-wrapper1 .container .mod h2 {
  font-size: 24px;
  font-weight: bold;
  /* margin: 20px 0 30px; */
}
.contact-wrapper1 .contact_ul {
  padding: 10px 0;
}
.contact-wrapper1 .contact_ul li {
  font-size: 18px;
  line-height: 35px;
}
.contact_ul li.name {
  font-weight: bold;
}
.contact-wrapper1 .ct2 {
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0 5px;
}
.contact-wrapper1 .ct2 p {
  text-indent: 0;
  text-align: left;
  margin-bottom: 18px;
  font-size: 18px;
}
.contact-wrapper1 .ct2 span {
  color: #15b3b2;
  font-weight: bold;
}
.contect_news table {
  width: 100%;
  text-align: center;
  margin: 20px auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.contect_news table td {
  font-size: 16px;
  line-height: 37px;
  border: 1px solid #ccc;
}
.contect_news table tr td:first-child {
  background: #f0f7fc;
  color: #000;
}
.contect_news table tr:first-child td:last-child {
  color: #2f6ea6;
}
.h1_title {
  font-size: 23px;
  color: #2f6ea6;
  text-align: center;
  font-weight: bold;
}

/* 科研平台 */

.kept_mod2 {
  height: 550px;
  position: relative;
  margin-top: -273px;
  background-image: url('../img/kypt2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.kept_mod2 .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
}

.kept_mod2 .container .pro_cont_cate {
  box-sizing: border-box;
  color: #fff;
  /* height: 377px; */
  /* margin: 0; */
  margin-top: 336px;
}
.kept_mod2 .container .pro_cont_cate .name {
  font-size: var(--cotent-title-l2-font-size-base);
  margin: 57px 0 20px;
  color: #005a8c;
}
.kept_mod1 .content {
  margin-left: 0;
}
.kept_mod1 .t_name {
  line-height: 40px;
  color: #0070ab;
  font-size: var(--cotent-title-l2-font-size-base);
  margin: 20px 0 30px 0;
}
/* 质量安全 */

.qs_mod1 {
  margin: 10px 0 20px 0;
  /* display: flex; */
}
.qs_mod1 .full_path {
  background-color: #f8f8f8;
}
.qs_mod1 .container {
  display: flex;
}
.qs_mod1 .left_mod {
  width: 346px;
}

.qs_mod1 .right_mod {
  flex: 1;
}
.qs_mod1 img {
  text-align: center;
  /* float: right;
  margin: -60px 0 0 20px; */
}
.qs_mod1 .t_name {
  /* line-height: 40px; */
  color: #177db2;
  font-size: 20px;
  /* font-size: var(--cotent-title-l2-font-size-base); */
  margin-bottom: 15px;
  /* padding-left: 30px;
  margin: 20px 0 30px 0; */
}
.qs_mod1 .content {
  margin-bottom: 50px;
  text-align: center;
}
.qs_mod1 .content p {
  text-indent: 0;
  text-align: left;
}
.cxcg_title {
  display: flex;
}
.cxcg_title .t {
  display: inline-block;
  text-align: center;
  flex: 1;
}

.cxcg_mod2 {
  height: 960px;
  margin-top: -900px;

  background-image: url('../img/20210527093757.jpg');
  z-index: -1;

  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
  position: relative;
  overflow: hidden;
}

/* 技术协作 */

.jsxz_mod1 .content {
  text-indent: 2em;
}

.jsxz_mod1 .content-article-style.en p {
  text-align: left;
}

.jsxz_mod1 .t_name {
  line-height: 40px;
  color: #0070ab;
  font-size: var(--cotent-title-l2-font-size-base);
  margin: 20px 0 30px 0;
}
.jsxz_mod2 {
  height: 720px;
  position: relative;
  background: url('/resources/web/img/quality_bg.jpg') center bottom;
  background-repeat: no-repeat;
  z-index: -1;
  margin: 50px auto 0;
}

.jsxz_mod2 .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
}
.jsxz_mod2 .content-article-style {
  margin: 0 auto 0;
  text-align: center;
}
/* 产品中心 */
#neirong {
  width: 80%;
  margin: auto;
}
#neirong .h1_title {
  font-size: 26px;
  font-weight: normal;
}

#neirong .sub_title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 6px solid #19a6d7;
  padding-bottom: 10px;
  margin-top: 14px;
}

.pins-btn {
  width: 100%;
  margin: 30px auto 28px auto;
  height: 49px;
  overflow: hidden;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pins-btn a {
  height: 27px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.pins-btn a.back_prev {
  width: 66px;
  margin-right: 18px;
  background-image: url('../img/20210617211807.png');
}
.pins-btn a.back_menu {
  width: 75px;
  background-image: url('../img/20210617211754.png');
}

/*产品中心*/
.cpzx {
}
.cpzx table {
  width: 100%;
  margin: 30px auto 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.cpzx table thead th {
  text-align: center;
  border: 1px solid #ccc;
}
.cpzx table thead th {
  background: #0d52a2;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.cpzx table tr td {
  text-align: center;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 12px;
  height: 25px;
}
.cpzx table tr td:first-child {
  background: #f7f7f7;
}
.cpzx table tr td:nth-of-type(2) {
  text-align: left;
  padding-left: 15px;
}
.pro-title {
  text-align: center;
  margin: 30px auto 0px;
  color: var(--blue-corlor-base);

  font-weight: bold;
  color: var(--blue-corlor-base);
  font-size: var(--cotent-title-font-size-base);
}
/* 商业化基地 */

.syhjd {
  height: 909px;
  position: relative;
  background-image: url('/resources/web/img/syhjd_bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  margin: 17px auto 0;
}

.syhjd .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
}
.syhjd .content-article-style {
  margin: 0 auto 0;
  text-align: center;
}
.syhjd .content-article-style img:nth-of-type(1) {
  margin-bottom: 8px;
}
.text-left {
  text-align: left !important;
}

.content_wrapper_txt .title.grey {
  color: #414f5a;
  font-weight: bold;
}

.section-title .title.grey {
  color: #414f5a;
}

.org_mod {
  height: 380px;
  position: relative;
  background: url('/resources/web/img/org_bg.jpg') center bottom;
  background-repeat: no-repeat;
  z-index: -1;
  margin: 150px auto 0;
}

.org_mod .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
}
.org_mod .content-article-style {
  margin: 0 auto 0;
  text-align: center;
}
/* 首页 */
.ipart03 .content {
  position: relative;
}
.ipart03 .content .ip5_icon {
  width: 133px;
  height: 28px;
  background: url('/resources/web/img/jiantou-1.png') no-repeat center;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
.ipart03 .content:hover .ip5_icon {
  right: 10px;
}

/* 右侧在线客服 */

.suspension {
  position: fixed;
  z-index: 55;
  right: 10px;
  bottom: 85px;
  width: 70px;
  height: 240px;
}
.suspension-box {
  position: relative;
  float: right;
}
.suspension .a {
  display: block;
  width: 39px;
  height: 41px;
  margin-bottom: 4px;
  cursor: pointer;
  outline: none;
}
/* .suspension .a.active,
.suspension .a:hover{background:#F05352;} */
.suspension .a .i {
  float: left;
  width: 39px;
  height: 41px;
  background-repeat: no-repeat;
}

.suspension .a-service-qq .i {
  background-image: url(../img/qq.gif);
}
.suspension .a-qrcode .i {
  background-image: url(../img/erweima.gif);
}
.suspension .a-service-phone .i {
  background-image: url(../img/tel.gif);
}

.suspension .a-top .i {
  background-position: -132px 0;
  background-image: url(../img/side_icon.png);
}
.suspension .a-top {
  background: #d2d3d6;
  display: none;
}
.suspension .a-top:hover {
  background: #c0c1c3;
}
.suspension .d {
  display: none;
  width: 223px;
  background: #fff;
  position: absolute;
  right: 67px;
  min-height: 90px;
  border: 1px solid #e0e1e5;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(../img/side_bg_arrow.png) no-repeat;
  right: -8px;
  top: 31px;
}
.suspension .d-service-qq {
  top: 0;
}
.suspension .d-service-phone {
  top: 34px;
}
.suspension .d-qrcode {
  top: 78px;
}
.suspension .d .inner-box {
  padding: 8px 12px 12px;
}
.suspension .d-service-item {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}
.suspension .d-service .d-service-item {
  border-bottom: none;
}
.suspension .d-service-item .circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #f1f1f3;
  display: block;
  float: left;
}
.suspension .d-service-item .i-qq {
  width: 44px;
  height: 44px;
  background: url(../img/side_con_icon03.png) no-repeat center 15px;
  display: block;
  transition: all 0.2s;
  border-radius: 50%;
  overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
  background-position: center 3px;
}
.suspension .d-service-item .i-tel {
  width: 44px;
  height: 44px;
  background: url(../img/side_con_icon02.png) no-repeat center center;
  display: block;
}
.suspension .d-service-item h3 {
  float: left;
  width: 112px;
  line-height: 44px;
  font-size: 15px;
  margin-left: 12px;
}
.suspension .d-service-item .text {
  float: left;
  width: 126px;
  line-height: 22px;
  font-size: 15px;
  margin-left: 12px;
}
.suspension .d-service-item .text .number {
  font-family: Arial, 'Microsoft Yahei', 'HanHei SC', PingHei, 'PingFang SC', 'Helvetica Neue', Helvetica, Arial,
    'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
.suspension .d-service-intro {
  padding-top: 10px;
}
.suspension .d-service-intro p {
  float: left;
  line-height: 27px;
  font-size: 12px;
  width: 50%;
  white-space: nowrap;
  color: #888;
}
.suspension .d-service-intro i {
  background: url(../images/side_con_icon01.png) no-repeat center center;
  height: 27px;
  width: 14px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
}
.suspension .d-qrcode {
  text-align: center;
}
.suspension .d-qrcode .inner-box {
  padding: 20px 0;
}
.suspension .d-qrcode p {
  font-size: 16px;
  color: #93959c;
}

/* 商业化基地 */
.sigma_banner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;

  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}
.sigma_banner img {
  position: absolute;
  left: 0;
  top: 0;
}
.sigma_banner-text {
  width: 1200px;
  margin: auto;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 100;
}
.sigma_banner-text .title {
  text-align: left;
  margin-left: 30px;
}
.sigma_banner-text .title .name {
  color: #fff;
  font-size: 54px;
  font-weight: bold;
}
.sigma_banner-text .title .desc {
  color: #fff;
  font-size: 30px;
  position: relative;
}
.sigma_banner-text .title .desc::before {
  position: absolute;
  right: 0;
  top: -5px;
  background-color: #fff;
  width: 200px;
  height: 1px;
  display: block;
  content: '';
}

.article-news-content #detal_sub_content div,
.article-news-content #detal_sub_content p {
  background-color: transparent !important;
}


#index_ibanner{
  display: none;
}

.circle-container {
  height: 100px;
  text-align: center;
  margin-top: 200px;
  /* display: none; */
}

.circle-container .circle {
  margin: 20px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  transform: scale(0);
  animation: bulge 2s infinite ease-in-out;
}

.circle-container .circle::after {
  position: absolute;
  display: inline-block;
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: inherit;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(1);
  animation: blow 2s infinite ease-in-out;
}

.circle-container .circle:nth-child(1) {
  background-color: #4695B8;
  animation-delay: 0s;
}

.circle-container .circle:nth-child(2) {
  background-color: #67A142;
  animation-delay: .25s;
}

.circle-container .circle:nth-child(3) {
  background-color: #8FC0A7;
  animation-delay: .50s;
}


@keyframes bulge {
  50% {
    transform: scale(1);
  }
}


@keyframes blow {
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.5;
  }
  90% {
    opacity: 0;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}