body,
html {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei",
    "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  outline: 0 none;
  word-wrap: break-word;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl,
dd,
dt,
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 0;
  line-height: inherit;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
  transition: all 0.1s;
}

a:hover {
  color: #e07318;
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

.cf:before,
.cf:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

input,
textarea,
button {
  border: none;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.w-100 {
  float: left;
}
.member {
  color: transparent !important;
}
.member:hover {
  color: inherit !important;
}
/*图片1：1*/
.square_item {
  display: inline-block;
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
  width: 100%;
}

.square_item .img {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: #f3f3f3;
  position: relative;
  overflow: hidden;
}

.square_item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
}

.square_item .text {
  display: block;
  width: 100%;
  padding: 15px;
  color: #333;
  text-align: left;
  font-size: 14px;
  background: #fff;
}
/*4:3*/
.square_item .img.four {
  padding-top: 75%;
}
/*16:9*/
.square_item .img.goden {
  padding-top: 56.25%;
  overflow: hidden;
}

.square_item .img.goden img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*分页*/
.flip {
  background: #f4f4f4;
}

#case_body .flip,
#certificate_body .flip,
#dimgs_body .flip {
  background: #fff;
}

#news_body .flip,
#dlist_body .flip {
  background: #f8f8f8;
}

#Pages {
  padding-bottom: 5%;
  font-size: 0;
  text-align: center;
}
#Pages span {
  display: inline-block;
  overflow: hidden;
  padding: 0 20px;
  background-color: #0076ff;
  color: #f5f5f5;
  font-size: 16px;
  line-height: 46px;
  margin-left: 10px;
}
#Pages a {
  display: inline-block;
  overflow: hidden;
  padding: 0 20px;
  background-color: #00428e;
  color: #f5f5f5;
  font-size: 16px;
  line-height: 46px;
}

#Pages a + a,
#Pages span + a {
  margin-left: 10px;
}

#Pages a.red {
  background-color: #e07318;
  color: #fff;
}

#Pages p {
  font-size: 14px;
  text-align: center;
  padding-top: 12px;
}

.clear {
  height: 0;
  overflow: hidden;
  clear: both;
}

.cf {
  zoom: 1;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
  display: inline-block;
  vertical-align: top;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.tc {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hid {
  overflow: hidden;
}

.wrap {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

.sousuo_box {
  padding: 50px;
  background: #fff;
  position: fixed;
  left: 20px;
  top: 122px;
  right: 20px;
  z-index: 990;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.sousuo_box .pd form {
  position: relative;
}
.sousuo_box .pd .ipt_t4 {
  height: 45px;
  line-height: 45px;
  width: 100%;
  border: none;
  box-sizing: border-box;
  background: 0 0;
  font-size: 18px;
  border-bottom: 1px solid #181819;
}
.sousuo_box .pd .ipt_b4 {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 44px;
  background: #181819;
  color: #fff;
  border: none;
  font-size: 18px;
}

/*  PC header */
.header {
  z-index: 0;
  position: relative;
  background: #00428e;
  display: inline-block;
}
.header > .top_logo {
  height: 90px;
  width: 340px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  float: left;
}
.nav {
  float: right;
}

.nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 101px;
  cursor: pointer;
  height: 90px;
  font-size: 16px;
  color: #010101;
  position: relative;
}

.nav li > a {
  font-size: 16px;
  color: #fff;
  display: block;
  width: 100%;
  height: 90px;
  text-align: center;
  line-height: 90px;
}

.nav li > span {
  font-family: "DIN Medium";
  font-weight: bold;
  font-size: 15px;
}

.hamburger {
  display: none;
}
/**/
.banner {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.banner img {
  width: 100%;
}

.banner .swiper-pagination-bullet-active {
  background: #00428e;
  border: 2px solid #fff;
}

.banner
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  bottom: 42px;
}

.banner .swiper-button-prev {
  left: 2.6%;
}

.banner .swiper-button-next {
  right: 2.6%;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  opacity: 0.4;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  opacity: 1;
}

.slogo {
  margin-bottom: 12px;
}

.kefu_float {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 32px;
  bottom: 100px;
  z-index: 100;
}

.kefu_float .kefu_icon {
  display: block;
  width: 100%;
  height: 100%;
  background: #00428e url(../img/kefu_icon.png) no-repeat center;
  position: relative;
  z-index: 10;
}

.kefu_pop {
  width: 200px;
  height: 60px;
  background: #00428e;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  right: 60px;
  display: none;
  z-index: 1200;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.kefu_pop.active {
  display: block;
}

.kefu_pop a {
  display: block;
  font-size: 3rem;
  color: #fff;
  line-height: 60px;
  text-align: center;
}

.gotop {
  display: none;
  width: 60px;
  height: 60px;
  background: #00428e url(../img/top.png) no-repeat center;
  position: fixed;
  right: 32px;
  bottom: 30px;
  z-index: 100;
  cursor: pointer;
}
/* 内页公共样式*/
.inbanner {
  position: relative;
  overflow: hidden;
}

.inbanner img {
  width: 100%;
}

.crumbs {
  width: 100%;
  position: absolute;
  top: 150px;
}

.crumbs a:hover {
  color: #fff;
}

.crumbs i {
  display: inline-block;
  width: 11px;
  height: 15px;
  background: url(../img/crumbs_icon.png) no-repeat center;
  vertical-align: -3px;
  margin: 0 16px;
}

.crumbs a,
.crumbs span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.mainbox {
  margin: 50px 0;
  overflow: hidden;
}

.sidebar {
  float: left;
  width: 275px;
  margin-right: 3px;
}

.menu_tit {
  height: 50px;
  line-height: 50px;
  background: #00428e;
  font-size: 1.9rem;
  color: #fff;
  padding-left: 30px;
  border-bottom: 1px solid #f1f1f1;
}

.menu {
  border-bottom: 1px solid #dddddd;
}
#nav {
  width: 100%;
  height: 100%;
}
.menu a {
  float: left;
  padding: 37px 0;
  margin-right: 100px;
  font-size: 1.8rem;
  color: #666;
  position: relative;
}

.menu a:nth-last-of-type(1) {
  margin-right: 0;
}

.menu a::after {
  content: "";
  width: 0;
  height: 3px;
  background: #00428e;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu a:hover::after,
.menu a.active::after {
  width: 100%;
}

.btn_down {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #e8e8e8;
  background: url(../img/arr_down.png) no-repeat center;
  float: right;
  margin-top: 26px;
  cursor: pointer;
}

.menu_sub {
  width: 100%;
  background: #00428e;
  padding: 30px;
  text-align: center;
}

.menu_sub a {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  padding: 0 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.menu_sub a:nth-child(1) {
  border-left: none;
}

.menu_sub a span {
  display: inline-block;
  position: relative;
}

.menu_sub a span::after {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -30px;
  transition: all 0.3s;
}

.menu_sub a:hover span::after,
.menu_sub a.cr span::after {
  width: 100%;
}
/*导航*/

.hamburger__icon,
.hamburger__icon:after,
.hamburger__icon:before {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}

.hamburger {
  display: none;
  width: 26px;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.hamburger__icon {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
}

.hamburger__icon,
.hamburger__icon:after,
.hamburger__icon:before {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #00428e;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-duration: 0.4s;
}

.hamburger__icon:after,
.hamburger__icon:before {
  position: absolute;
  content: "";
}

.hamburger__icon:before {
  top: -9px;
}

.hamburger__icon:after {
  top: 9px;
}

.hamburger.active .hamburger__icon {
  background-color: transparent;
}

.hamburger.active .hamburger__icon:after,
.hamburger.active .hamburger__icon:before {
  background-color: #00428e;
}

.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.fat-nav {
  top: 68px;
  left: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  max-height: 90%;
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
}

.fat-nav.active {
  display: block;
  z-index: 100;
}
.fat-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}
.fat-nav li h3 {
  color: #fff;
  padding: 0 22px;
  border-top: 1px solid #333;
  position: relative;
}

.fat-nav li h3 a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 1em 0;
}

.fat-nav li.has_nav h3 a {
  display: inline-block;
}

.fat-nav li.has_nav h3 i {
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/down.png) no-repeat center center/100%;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  transition: all 0.2s ease 0s;
}

.fat-nav li.cr h3 i {
  transform: rotate(90deg);
}

.fat-nav li .sub_nav {
  display: none;
  padding-bottom: 10px;
}

.fat-nav li .sub_nav a {
  display: block;
  padding: 0.8em 30px;
  color: #fff;
  font-size: 14px;
}

.fat-nav li .sub_nav .sub_menu {
  padding: 0 0 1em 2em;
  border-bottom: 1px solid #3a3a3a;
}

.fat-nav li .sub_nav .sub_menu a {
  color: #ccc;
  font-size: 1.4rem;
}

/*首页介绍*/
.about {
  background: #f4f4f4 url(../img/img_01.jpg) no-repeat center center;
  padding: 80px 0;
}
.aboutIbox {
  padding: 70px 0px 80px;
  overflow: hidden;
}
.iboxT {
  text-align: center;
}
.iboxT .t {
  color: #00428e;
  font-size: 35px;
}
.iboxT .by {
  color: #4c4c4c;
  font-size: 21px;
  padding: 15px 0;
}
.iboxT .line {
  height: 2px;
  width: 120px;
  display: block;
  margin: 20px auto 0px;
  background-color: #4c4c4c;
}
.iboxT .line2 {
  width: 368px;
  position: relative;
  padding: 8px 0px;
  margin: 0px auto;
  color: #4c4c4c;
  font-size: 14px;
}
.iboxT .line2 .txt {
  padding: 0px 20px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.iboxT .line2 .xian {
  height: 1px;
  background-color: #e9e9e9;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
}
.about p {
  display: inline-block;
  width: 100%;
  float: left;
}
.aboutIc {
  font-weight: bold;
  padding-top: 90px;
  font-size: 18px;
}
.about_content {
  font-size: 14px;
  color: #666;
  padding-top: 8px;
  line-height: 32px;
  padding-right: 80px;
}
.about_more {
  font-size: 16px;
  padding: 5px 25px;
  border-radius: 19px;
  margin-top: 15px;
  display: inline-block;
  background: #00428e;
  color: #fff;
}
.about_more i {
  font-size: 18px;
  margin-left: 15px;
}
/*首页案例*/
.products {
  background: #fff;
}
.gdL_box {
  position: relative;
}
.goods_brief {
  color: #fff;
  padding: 100px 10%;
  background: #00428e;
}
.goods_brief h2 {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 42px;
}
.goods_brief span {
  display: block;
  font-size: 32px;
  line-height: 1.75;
  padding-bottom: 10px;
}
.goods_brief p {
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
  padding-bottom: 70px;
}
a.more_btn {
  width: 158px;
  height: 40px;
  -webkit-clip-path: polygon(91% 0, 100% 50%, 91% 100%, 9% 100%, 0 50%, 9% 0);
  clip-path: polygon(91% 0, 100% 50%, 91% 100%, 9% 100%, 0 50%, 9% 0);
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
  display: block;
  font-size: 14px;
}
a.more_btn:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: -1;
  background: var(--thr-body-color);
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -webkit-clip-path: polygon(91% 0, 100% 50%, 91% 100%, 9% 100%, 0 50%, 9% 0);
  clip-path: polygon(91% 0, 100% 50%, 91% 100%, 9% 100%, 0 50%, 9% 0);
}
.goods_brief a {
  width: 158px;
  height: 40px;
  -webkit-clip-path: polygon(91% 0, 100% 50%, 91% 100%, 9% 100%, 0 50%, 9% 0);
  clip-path: polygon(91% 0, 100% 50%, 91% 100%, 9% 100%, 0 50%, 9% 0);
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
  display: block;
  font-size: 14px;
}
.goods_brief a:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: -1;
  background: #00428e;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -webkit-clip-path: polygon(91% 0, 100% 50%, 91% 100%, 9% 100%, 0 50%, 9% 0);
  clip-path: polygon(91% 0, 100% 50%, 91% 100%, 9% 100%, 0 50%, 9% 0);
}
.goods_brief a:hover {
  color: #00428e;
  font-weight: bold;
}
.goods_brief a:hover:after {
  background: #fff;
}
.goods-titbox {
  height: 248px;
  background: #e5e5e5;
  width: 100%;
  padding-left: 5% !important;
}
.goods-titbox .swiper-slide {
  cursor: pointer;
}
.goods-titbox .swiper-slide span {
  display: block;
  width: 42px;
  height: 42px;
  margin: 65px auto 20px;
  overflow: hidden;
  position: relative;
}
.goods-titbox .swiper-slide span i {
  width: 42px;
  margin: 65px auto 20px;
  overflow: hidden;
  font-size: 38px;
  line-height: 42px;
}
.goods-titbox .swiper-slide.active-nav span i::before {
  content: "";
  position: absolute;
  background: url(../img/logoicon.jpg) top -3px center;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.goods-titbox .swiper-slide span i::before {
  content: "";
  position: absolute;
  background: url(../img/logoicon_a.png) top -3px center;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  border: 1px solid #00428e;
}

.goods-titbox .swiper-slide.active-nav span i,
.goods-titbox .swiper-slide.active-nav p {
  color: #00428e;
}
.goods-titbox .swiper-slide p {
  font-size: 16px;
  color: #2c2c2c;
  line-height: 2.5;
  text-align: center;
}
.g-0 {
  position: relative;
  z-index: 3;
}
.goods-mainbox {
  height: 100%;
}
.goods-mainbox .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.goods-mainbox .swiper-slide a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.goods_more {
  height: 248px;
  background: #313131;
  width: 48%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 3;
}
.goods_more a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 38px 70px 0;
}
.goods_more span {
  display: block;
  font-size: 24px;
  text-transform: capitalize;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}
.goods_more:hover {
  background: #333;
}

/**/
.stores {
  background: #fcfcfc;
  background-size: cover;
  padding-bottom: 100px;
}
.stores .row:nth-of-type(1) {
  padding-top: 100px;
}
.stores .row:nth-of-type(2) {
  margin-top: 150px;
}
.stores .iboxT .t {
  color: #00428e;
  font-size: 32px;
}
.stores .iboxT .by {
  color: #4c4c4c;
  font-size: 20px;
  padding: 15px 0;
  line-height: 32px;
}
.stores .iboxT .line {
  height: 2px;
  width: 120px;
  display: block;
  margin: 35px auto 0px;
  background-color: #4c4c4c;
}

#stores_list .swiper-button-next,
#stores_list .swiper-button-prev {
  position: absolute;
  top: auto;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 20px;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  bottom: 20px;
  cursor: pointer;
  display: flex;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background-repeat: no-repeat;
}
#stores_list .swiper-button-next:after,
#stores_list .swiper-button-prev:after {
  content: "";
}
#stores_list .swiper-button-next {
  background: url(../img/arrow-r2.png);
}
#stores_list .swiper-button-prev {
  background: url(../img/arrow-l2.png);
}
#stores_list .swiper-button-next:hover {
  background: url(../img/arrow-r2-on.png);
}
#stores_list .swiper-button-prev:hover {
  background: url(../img/arrow-l2-on.png);
}
#stores_list .swiper-button-prev,
#stores_list .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 40px;
}
/**/
.e-storebg {
  background: #002a45;
  width: 100%;
}
.e-store {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0;
}
.e-store p {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
}
.e-store p span {
  font-size: 20px;
}
.e-store a {
  width: 130px;
  height: 40px;
  background: #f9c152;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
/**/
.ys {
  background: url(../img/ys-bg.png) no-repeat center center;
}
.ys dt {
  font-size: 18px;
  color: #0a6dd8;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  position: relative;
}
.ys dd {
  font-size: 14px;
  color: #333;
  display: inline-block;
  width: 100%;
  line-height: 32px;
}
.ys dl {
  margin-top: 15px;
}
.ys dl:nth-of-type(1) {
  text-align: right;
  padding-right: 160px;
}
.ys dl:nth-of-type(2) {
  text-align: left;
  padding-left: 160px;
}
.ys dl:nth-of-type(3) {
  text-align: right;
  padding-right: 230px;
}
.ys dl:nth-of-type(4) {
  text-align: left;
  padding-left: 230px;
}
.ys dl:nth-of-type(5) {
  text-align: right;
  padding-right: 250px;
}
.ys dl:nth-of-type(6) {
  text-align: left;
  padding-left: 250px;
}
.ys dl:nth-of-type(7) {
  text-align: right;
  padding-right: 230px;
}
.ys dl:nth-of-type(8) {
  text-align: left;
  padding-left: 230px;
}
.ys dl:nth-of-type(1) dt:before {
  content: "1";
  position: absolute;
  right: -40px;
  top: -20px;
  font-size: 46px;
  width: 45px;
  height: 45px;
  color: #ca0000;
}
.ys dl:nth-of-type(2) dt:before {
  content: "2";
  position: absolute;
  left: -40px;
  top: -20px;
  font-size: 46px;
  width: 45px;
  height: 45px;
  color: #ca0000;
}
.ys dl:nth-of-type(3) dt:before {
  content: "3";
  position: absolute;
  right: -40px;
  top: -20px;
  font-size: 46px;
  width: 45px;
  height: 45px;
  color: #ca0000;
}
.ys dl:nth-of-type(4) dt:before {
  content: "4";
  position: absolute;
  left: -40px;
  top: -20px;
  font-size: 46px;
  width: 45px;
  height: 45px;
  color: #ca0000;
}
.ys dl:nth-of-type(5) dt:before {
  content: "5";
  position: absolute;
  right: -40px;
  top: -20px;
  font-size: 46px;
  width: 45px;
  height: 45px;
  color: #ca0000;
}
.ys dl:nth-of-type(6) dt:before {
  content: "6";
  position: absolute;
  left: -40px;
  top: -20px;
  font-size: 46px;
  width: 45px;
  height: 45px;
  color: #ca0000;
}
.ys dl:nth-of-type(7) dt:before {
  content: "7";
  position: absolute;
  right: -40px;
  top: -20px;
  font-size: 46px;
  width: 45px;
  height: 45px;
  color: #ca0000;
}
.ys dl:nth-of-type(8) dt:before {
  content: "8";
  position: absolute;
  left: -40px;
  top: -20px;
  font-size: 46px;
  width: 45px;
  height: 45px;
  color: #ca0000;
}
/**/
.news {
  background: #f4f4f4 url(../img/img_01.jpg) no-repeat center center;
  padding: 80px 0;
  background-size: auto 100%;
}
.wel-title p {
  font-size: 42px;
  line-height: 50px;
  color: #00428e;
  font-weight: 700;
}
.wel-title .cn {
  font-size: 20px;
  line-height: 22px;
  margin-top: 10px;
}
.wel-title .tt {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.wel-go {
  padding: 0 50px 0 15px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  margin: 15px 0 0 0px;
  background: url(../img/ico_11.png) no-repeat 100px center;
  transition: background 0.3s;
}
#inews {
  padding-bottom: 50px;
}
.news_list a {
  display: block;
}
.news-time {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  font-family: "DIN Medium";
  font-weight: bold;
  background: #f9c152;
  border-radius: 3px;
}
.news-tit {
  width: calc(100% - 40px);
  padding: 40px 25px;
  position: relative;
  margin-top: -70px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px #d7d7d7;
  box-shadow: 0 0 16px #d7d7d7;
  text-align: center;
  -webkit-transition: top 1s;
  transition: top 1s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
  margin-left: 20px;
}
.news-tit h5 {
  font-size: 22px;
  color: #333;
}
.news-tit p {
  font-size: 14px;
  color: #777;
  line-height: 20px;
  margin: 15px 0 30px;
  height: 40px;
  overflow: hidden;
}
.readmore {
  display: block;
  background: url(../img/readicon.jpg) top left no-repeat;
  padding-left: 18px;
  font-size: 14px;
  color: #272727;
  width: 80px;
  margin: 0 auto;
  height: 16px;
  line-height: 16px;
}
.news_item .sel_top {
  width: 100%;
  height: 284px;
  overflow: hidden;
}
.news_item .sel_top img {
  position: relative;
  width: 100%;
  height: 284px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.news_item:hover .sel_top img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.news_item:hover .news-tit {
  margin-top: -90px;
}
/*link*/
.link {
  font-size: 14px;
}
.link span {
  display: inline-block;
  padding: 5px 15px;
  padding-left: 0;
}
.link a {
  display: inline-block;
  padding: 5px 15px;
}
/*footer*/
.footer {
  height: 312px;
  background: #00428e;
}
.footer .left {
  height: 312px;
  padding: 50px 0;
  padding-right: 55px;
  border-right: 1px solid #434343;
}
.footer .left p {
  text-align: center;
  font-size: 16px;
  color: #6c6c6c;
  margin-top: 17px;
}
.footer .mid {
  padding: 50px 0;
}
.footer .mid .eve {
  float: left;
  padding: 0 20px 0 25px;
  border-left: 1px solid #343434;
  margin-left: 25px;
}
.footer .mid .eve:first-child {
  border-left: none;
}
.footer .mid h2,
.footer .mid .eve h2 a {
  font-size: 16px;
  color: #f2f2f2;
}
.footer .mid .eve a {
  display: inline-block;
  font-size: 14px;
  color: #909090;
  line-height: 25px;
  width: 100%;
  float: left;
}
.footer .mid .eve a:hover {
  color: #fff;
}
.footer .mid .eve div {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
.footer .rig {
  height: 312px;
  padding: 50px 0;
  padding-left: 30px;
  border-left: 1px solid #434343;
}
.footer .min .mid .eve {
  padding: 0 20px 0 25px;
}
.footer .min .rig {
  padding-left: 30px;
}
.footer .rig h2 {
  font-size: 16px;
  color: #f2f2f2;
}
.footer .rig ul {
  margin-top: 15px;
}
.footer .rig ul li {
  font-size: 14px;
  color: #a3a3a3;
  line-height: 28px;
  padding-left: 30px;
}
.footer .rig ul li.t1 {
  background: url(../img/ico_25.png) no-repeat center left;
}
.footer .rig ul li.t2 {
  background: url(../img/ico_26.png) no-repeat center left;
}
.footer .rig ul li.t3 {
  background: url(../img/ico_27.png) no-repeat center left;
  color: #93826d;
  position: relative;
}
.footer .rig ul li.t3 span {
  position: absolute;
  top: 34px;
  left: 0;
  display: none;
}
.footer .rig ul .t3:hover span {
  display: block;
  transition: all 0.3s;
}
.bdsharebuttonbox li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 4px !important;
  border: none !important;
  background: #d2d2d2 !important;
  color: #000 !important;
  float: left !important;
  text-align: center !important;
  line-height: 30px;
  padding-left: 0 !important;
}
.bdsharebuttonbox li a {
  opacity: 0;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.bdsharebuttonbox li:hover {
  background: #000 !important;
  color: #d2d2d2 !important;
  cursor: pointer;
}
.bdsharebuttonbox li:before {
  position: absolute;
  left: 27%;
}
.t4 {
  padding-left: 0 !important;
}
.bdsharebuttonbox li:hover a {
  opacity: 0;
}
.copyright {
  height: 58px;
  background: #01326b;
  color: #6b6b6b;
  line-height: 58px;
  width: 100%;
  text-align: center;
}
.copyright a {
  color: #6b6b6b;
}
.copyright a:hover {
  color: #fff;
}
.s_icon a {
  display: inline-block;
  width: 53px;
}
.s_icon a:nth-of-type(2) {
  width: 67px;
}
/*******/
.auto-img {
  max-width: 100%;
  height: auto;
}

.ovh {
  overflow: hidden;
}

.pa {
  position: absolute;
}

.fb {
  font-weight: bold;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-24 {
  font-size: 24px;
}

.f-30 {
  font-size: 30px;
}

.f-36 {
  font-size: 36px;
}

.f-40 {
  font-size: 40px;
}

.f-48 {
  font-size: 48px;
}

.f-60 {
  font-size: 60px;
}

.contactBox {
  font-size: 14px;
}

body .bg-f4 {
  background: #f4f4f4;
}

body .bg-f8 {
  background: #f8f8f8;
}

.tran_scale {
  display: block;
  overflow: hidden;
}

.tran_scale img {
  transition: all 1s ease;
}

.tran_scale:hover img {
  transform: scale(1.1, 1.1);
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ts-0-5 {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}

.line-hide-2 {
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-hide-3 {
  height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*产品中心 start*/
.prdListBox {
  padding: 70px 0 60px 0;
}

.proTitle {
  background: url(../img/product3.png) right center no-repeat;
}

.proTitle .f1 {
  letter-spacing: 5px;
}

.proTitle .f2 {
  text-transform: uppercase;
  padding-bottom: 0.7em;
  background: url(../img/product5.png) 0.1em bottom no-repeat;
  background-size: 0.4em auto;
  letter-spacing: 5px;
}

.proList2 {
  overflow: hidden;
}

.proList2 .item {
  margin-bottom: 2.6%;
}

.proList2 .item a {
  display: block;
}
.proList2 .item span.goodsimg {
  background: #fff;
}
.proList2 .item span.goodsimg img {
  max-height: 100%;
}
.proList2 .item span {
  display: block;
}

.proList2 .item .font {
  padding: 25px 0;
  background: #fff;
  color: #666;
  line-height: 30px;
}

.proList2 .item .font .arrow {
  width: 47px;
  height: 25px;
  border-left: 1px solid #ddd;
  background: url(../img/product10.png) right center no-repeat;
  margin-top: 4px;
  opacity: 0;
}

.proList2 .item a:hover .font {
  box-shadow: 0 0 8px 6px #f5f5f5;
  padding: 25px 25px 25px 32px;
  color: #000;
}

.proList2 .item a:hover .arrow,
.proList2 .item a:hover .imgMask {
  opacity: 1;
}

.proList2 .item .img {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.proList2 .item .img:before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
  display: inline-block;
}
.proList2 .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

.proList2 .item .imgMask {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
/*产品中心 end*/

/*关于我们 start*/
.contact .proTitle {
  margin-top: 32px;
}

.corporate_news .proTitle {
  float: left;
  padding-right: 110px;
}

.latestNews {
  margin-bottom: 60px;
  position: relative;
}

.latestNews a {
  display: block;
}

.latestNews .img {
  width: 62%;
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.latestNews .img:before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  padding-top: 56%;
}
.latestNews .img .auto-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.latestNews .font {
  width: 42%;
  right: 0;
  top: 50%;
  padding: 46px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: #fff;
}

.latestNews .font .date {
  margin-bottom: 1em;
  color: #333;
}

.latestNews .font .f1 {
  margin-bottom: 1em;
}

.latestNews .font .f2 {
  font-size: 14px;
  color: #66676c;
  line-height: 1.7;
}

.latestNews .font .more {
  width: 45px;
  height: 45px;
  border: 1px solid #e5e5e5;
  background: url(../img/news1.png) center no-repeat;
  margin-top: 3em;
}

.latestNews .font .more:hover,
.newsList .item .font .more:hover {
  border-color: #00428e;
  background: url(../img/news2.png) center no-repeat #00428e;
}

.newsList {
  margin-bottom: 5em;
}

.newsList .item {
  margin-bottom: 2.6em;
  background: #fff;
}

.newsList .item a {
  display: block;
}

.newsList .item .img {
  width: 450px;
  position: relative;
}
.newsList .item .img:before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  padding-top: 56%;
}
.newsList .item .img .auto-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.newsList .item .img .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(../img/more5.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}

.newsList .item .img:hover .mask {
  opacity: 1;
}

.newsList .item .date {
  padding: 1.4em 3.5em;
  line-height: 1.2;
  border-right: 1px solid #e0e0e0;
  margin-top: 70px;
  text-align: center;
}

.newsList .item .date .f-60 {
  line-height: 0.8;
  margin-bottom: 10px;
}

.newsList .item .font {
  padding: 0 200px 0 5em;
  margin-top: 73px;
  position: relative;
}

.newsList .item .font .f2 {
  font-size: 14px;
  color: #66676c;
  line-height: 1.7;
  margin-top: 1em;
}

.newsList .item .font .more {
  border: 1px solid #e5e5e5;
  width: 60px;
  height: 60px;
  background: url(../img/news1.png) center no-repeat;
  right: 60px;
  top: 50%;
  margin-top: -30px;
}

.newsList .item:hover {
  box-shadow: 0 0 6px 4px #e6e6e6;
}

.contactBox .proTitle {
  padding: 4em 0 3em 0;
}

.contactBox {
  background: url(../img/contact1.png) left top no-repeat;
  width: 100%;
  overflow: hidden;
}

.contactCont1 {
  width: 59%;
}

.contactCont2 {
  width: 41%;
  position: relative;
  z-index: 2;
}
.contactCont2:after {
  content: "";
  height: 100%;
  width: 160%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../img/contact7.jpg) left center no-repeat;
  background-size: cover;
}

#map {
  width: 100%;
  height: 450px;
}

.contactCont4 {
  width: 41%;
  background: #f1f1f1;
}

.contactCont5 {
  width: 41%;
}

#allmap img {
  max-width: none !important;
}

.contactCont .contactItem1 {
  width: 100%;
}

.contactCont .contactItem2 {
  width: 100%;
}

.contactInfo1 {
  padding: 100px 0;
}

.contactInfo1 .info1 {
  padding-right: 80px;
  border-right: 1px solid #ddd;
  max-width: 380px;
}

.contactInfo1 p img {
  width: 1.2em;
  margin-right: 0.5em;
  vertical-align: -3px;
  display: block;
  float: left;
}

.contactInfo1 p span,
.contactInfo1 p span a {
  display: block;
}

.contactInfo1 p span em {
}

.contactInfo1 .info1 a {
  display: block;
  margin: 0.3em 0 0.7em 0;
}

.contactInfo1 .info2 {
  padding: 0 80px;
}

.contactInfo1 .info2 p {
  font-weight: bold;
}

.contactInfo1 .info2 p:nth-child(2) {
  margin-top: 2em;
}

.contactInfo1 .info2 p a {
  font-weight: normal;
  margin-top: 0.5em;
  text-transform: uppercase;
}

.contactInfo2 {
  padding: 0;
}

.contactInfo2 .item {
  float: left;
  width: 168px;
  text-align: center;
  background: #fff;
  padding-bottom: 50px;
}

.contactInfo2 .item span {
  display: block;
  margin-top: 0.5em;
  white-space: nowrap;
}

/*滚动条 start*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #f5f5f5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #fff;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(158, 158, 158, 0.7);
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(158, 158, 158, 1);
}
/*关于我们 end*/

/*加入我们 start*/
.recruit .proTitle {
  width: 650px;
}

.w12 {
  width: 12%;
}

.w16 {
  width: 16%;
}

.recruitTable .tHead {
  padding: 2em 0;
  line-height: 1;
  background: #181819;
  color: #fff;
  margin-bottom: 2em;
}

.recruitTable .tHead div.tal,
.recruitTable .tBody div.tti {
  text-align: left;
  padding-left: 2em;
}

.recruitTable .tHead div,
.recruitTable .tBody > div {
  float: left;
  text-align: center;
}

.recruitTable .tBody > div {
  padding: 20px 0;
  font-size: 16px;
}

.recruitTable .item {
  margin-bottom: 2em;
}

.recruitTable .tBody {
  line-height: 1;
  color: #757575;
  background: #fff;
  cursor: pointer;
}

.recruitTable .tBody div.tti {
  color: #000;
  font-weight: normal;
  font-size: 18px;
}

.recruitTable .tBody .btnBox {
  height: 40px;
  margin-top: 8px;
  padding: 0;
}

.recruitTable .tBody .btn {
  width: 40px;
  height: 40px;
  margin: 0 auto 0 auto;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  background-image: url(../img/recruit8.png);
  background-position: center;
  background-repeat: no-repeat;
}

.recruitTable .tBody .line {
  border-right: 1px solid #9e9e9e;
}

.recruitTable .item.on .tBody .line {
  border-right: 1px solid #f3d5d4;
}

.recruitTable .tBody:hover,
.recruitTable .item.on .tBody {
  background: url(../img/recruit4.png) left bottom no-repeat #00428e;
  background-size: 100%;
  color: #fff;
}

.recruitTable .tBody:hover div.tti,
.recruitTable .item.on .tBody div.tti {
  color: #fff;
  font-weight: normal;
}

.recruitTable .tBody:hover .line,
.recruitTable .item.on .tBody .line {
  border-color: #f3d5d4;
}

.recruitTable .tBody:hover .btn,
.recruitTable .item.on .tBody .btn {
  border-color: #fff;
  background-color: #fff;
}

.recruitTable .item.on .tBody .btn {
  background-image: url(../img/recruit9.png);
}

.jobDesc {
  padding: 50px 70px;
  background: #fff;
  display: none;
}

.jobDesc h3 span {
  color: #0272c1;
  display: inline-block;
  margin: 0 0.2em;
}

.jobDesc h3,
.jobDesc p {
  line-height: 1.8;
  font-size: 16px;
}

.jobDesc h3 {
  margin-bottom: 1em;
}

.jobDesc h2 {
  color: #000;
  margin: 1em 0 0.5em 0;
}

.connectWay {
  margin-top: 4em;
}

.connectWay .connectItem {
  width: 33%;
  float: left;
  text-align: center;
  padding-bottom: 1em;
  border-right: 1px solid #ddd;
}

.connectWay .connectItem:last-child {
  border-right: none;
}

.connectWay .connectItem img {
  display: block;
  margin: 0 auto 1em auto;
}

.connectWay .connectItem a {
  display: inline-block;
  margin: 0 1em;
}

.connectWay .mail {
  text-align: center;
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid #ddd;
}

.connectWay .mail a {
  color: #00428e;
  display: inline-block;
  margin-left: 1em;
}
.jobreg {
  font-size: 16px;
  padding: 5px 25px;
  border-radius: 19px;
  margin-top: 15px;
  display: inline-block;
  background: #00428e;
  color: #fff;
}
.jobreg i {
  font-size: 18px;
  margin-left: 15px;
}
/*加入我们 end*/

/******/

.spaceBox {
  background: #f4f4f4;
}

.spaceList2 {
  margin-top: 65px;
}

.spaceList2 .item span.ellipsis {
  padding-left: 32px;
}

.spaceList2 .item .font .arrow {
  border-left: none;
}

.spaceList2 .item a:hover .font {
  padding-left: 0;
  padding-right: 32px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.spaceList2 .item .imgMask {
  background-image: url(../img/product4.png);
}
/*新闻详情页*/
.newsBox {
  padding: 15px 0;
  background: #f8f8f8;
}

.newsBox .news-left .news-leftBox {
  background: #fff;
  padding: 40px 40px 65px;
  width: 100%;
}

.newsCon {
  margin-top: 80px;
}

.newsCon,
.newsCon p {
  font-size: 16px;
  color: #666;
}

.newsCon p {
  margin-bottom: .5em;
}

.newstitle {
  font-size: 3.6rem;
  line-height: 1.5;
}

.news_time {
  font-size: 16px;
  color: #999;
  margin-top: 15px;
  padding-bottom: 40px;
  border-bottom: 2px solid #000;
}

.news_time span {
  display: inline-block;
  padding: 0 25px;
  border-left: 1px solid #dddddd;
}

.news_time span:nth-child(1) {
  padding-left: 0;
  border-left: none;
}

.news_time span:nth-child(3) {
  padding-right: 0;
}

.share_box {
  display: inline-block;
  text-align: center;
}

.share_box a {
  display: inline-block;
  width: 30px;
  height: 25px;
  margin: 0 5px;
}

.share_box a img {
  transition: none;
}

.news_time .social-share a {
  margin: 0 5px 0 0;
}

.news_time .social-share .social-share-icon {
  border: none;
  color: #fd7722;
  vertical-align: -2px;
}

.news_time .social-share .icon-wechat,
.news_time .social-share .icon-weibo {
  border: none;
  color: #999999;
}

.prev_next {
  margin-top: 100px;
  padding-top: 70px;
  border-top: 1px solid #dddddd;
}

.prev_next .fl,
.prev_next .fr {
  font-size: 2.4rem;
  line-height: 60px;
  overflow: hidden;
  margin-top: 12px;
}

.prev_next em {
  width: 60px;
  height: 60px;
  border: 1px solid #dddddd;
}

.prev_next .fl em {
  float: left;
  background: url(../img/prev.png) no-repeat center;
  margin-right: 20px;
}

.prev_next .fr em {
  float: right;
  background: url(../img/next.png) no-repeat center;
  margin-left: 20px;
}

.prev_next a:hover em {
  border-color: #00428e;
}

.prev_next a.fl:hover em {
  background: #00428e url(../img/prev_hover.png) no-repeat center;
}

.prev_next a.fr:hover em {
  background: #00428e url(../img/next_hover.png) no-repeat center;
}

.btn_back {
  display: block;
  width: 210px;
  height: 90px;
  line-height: 28px;
  background: #222222;
  font-size: 18px;
  color: #fff;
  padding: 30px 45px 0;
  white-space: nowrap;
  margin: 0 auto;
}

.btn_back img {
  margin-right: 22px;
}

.btn_back:hover {
  background: #00428e;
  color: #fff;
}

.newsBox .news-right {
}
.newsBox .news-right .new {
  display: block;
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.newsBox .news-right .new dt {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 49px;
  width: 100%;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}

.newsBox .news-right .new dd {
  display: block;
  padding: 18px;
  width: 100%;
}

.newsBox .news-right .new dt:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}

.newsBox .news-right .new dt:before {
  background-image: url(../img/icon-hot.png);
}

.newsBox .news-right .new dd a {
  display: block;
  width: 100%;
}

.newsBox .news-right .new dd a:last-child .text {
  border-bottom: 0;
}

.newsBox .news-right .new dd a + a {
  margin-top: 15px;
}

.newsBox .news-right .new .text {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 35px;
}

/*关于我们*/
.aboutus-con {
  background: #f9f9f9;
  padding: 50px 0px;
}
.aboutus-con .about_content {
  padding-left: 50px;
  padding-right: 50px;
}
.aboutus-con p {
  font-size: 14px;
  color: #777;
  line-height: 25px;
  margin-top: 30px;
  letter-spacing: 1px;
}
.video-bg {
  background: #fff;
  width: 100%;
  padding: 100px;
}
.video-bg .iboxT .t {
  color: #4baa82;
  font-size: 32px;
}
.video-bg .iboxT .by {
  color: #4c4c4c;
  font-size: 14px;
  padding: 15px 0;
  line-height: 32px;
}
.video-bg .iboxT .line {
  height: 2px;
  width: 120px;
  display: block;
  margin: 35px auto 0px;
  background-color: #4c4c4c;
}
.video-bg .row:nth-of-type(2) {
  margin-top: 50px;
}
.video_item img {
  width: 100%;
}
.video_item .indvdodec {
  background: rgba(33, 117, 171, 0.75);
  overflow: hidden;
  height: 190px;
  padding: 0 25px;
  position: relative;
  z-index: 999;
  display: inline-block;
}
.vr_item img {
  width: 100%;
}
.vr_item .vrbg {
  height: 190px;
  padding: 0 25px;
  position: relative;
  z-index: 999;
  background: rgba(20, 118, 40, 0.85);
  display: inline-block;
}
.vr_item .vrbg p {
  color: #dcffe3 !important;
}
.vr_item .vrbg a {
  border: 1px solid #6faa7b !important;
  color: #91b395 !important ;
}
.indser_item img {
  width: 100%;
}
.serbg {
  background: rgba(33, 117, 171, 0.75);
  overflow: hidden;
  height: 190px;
  padding: 0 25px;
  position: relative;
  z-index: 999;
  display: inline-block;
}
.serbg p {
  color: #afe0ff !important;
}
.serbg a {
  border: 1px solid #6e9ab6 !important;
  color: #92aac0 !important;
}
.video_item h1,
.vr_item h1,
.indser_item h1 {
  font-size: 18px;
  color: #fff;
  margin-top: 35px;
  margin-bottom: 15px;
}
.video_item p,
.vr_item p,
.indser_item p {
  font-size: 12px;
  margin-bottom: 25px;
  color: #97c5e2;
}
.video_item a,
.vr_item a,
.indser_item a {
  width: 135px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border: 1px solid #667f8f;
  color: #8d97a0;
}

/**/
.histroy {
  background: #f9f9f9;
  padding: 80px 0;
}
.histroy .iboxT .t {
  color: #4baa82;
  font-size: 32px;
}
.histroy .iboxT .by {
  color: #4c4c4c;
  font-size: 14px;
  padding: 15px 0;
  line-height: 32px;
}

.hisBot {
  position: absolute;
  left: 0px;
  width: 100%;
  display: block;
  top: 50%;
  height: 2px;
  background-color: #646464;
  margin-top: -1px;
}
#histroy .item {
  width: 100%;
  height: 426px;
  position: relative;
}
#histroy .xian {
  background: url(../img/h_i2.png) no-repeat scroll left top;
  width: 38px;
  height: 190px;
  position: absolute;
  left: 0px;
}
#histroy .dian {
  background: url(../img/h_i1.png) no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  left: -6px;
}
#histroy .year {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
  color: #646464;
  margin-bottom: 12px;
}
#histroy .c {
  font-size: 14px;
  line-height: 2;
}
#histroy .swiper-slide {
  height: 426px;
}
#histroy .hitem:nth-of-type(1),
#histroy .hitem:nth-of-type(2),
#histroy .hitem:nth-of-type(3),
#histroy .hitem:nth-of-type(4) {
  padding-left: 50px;
}
#histroy .hitem:nth-of-type(1) .dian,
#histroy .hitem:nth-of-type(2) .dian {
  bottom: -6px;
}
#histroy .hitem:nth-of-type(3) .dian,
#histroy .hitem:nth-of-type(4) .dian {
  top: -6px;
}
#histroy .hitem:nth-of-type(1) .xian,
#histroy .hitem:nth-of-type(2) .xian {
  bottom: 0px;
}
#histroy .hitem:nth-of-type(3) .xian,
#histroy .hitem:nth-of-type(4) .xian {
  top: 0px;
  background: url(../img/h_i5.png) no-repeat scroll left bottom;
}
#histroy .hitem:nth-of-type(2) .xian {
  height: 154px;
}
#histroy .hitem:nth-of-type(3) .xian {
  height: 110px;
}
#histroy .hitem:nth-of-type(4) .xian {
  height: 68px;
}
#histroy .hitem:nth-of-type(1) {
  position: absolute;
  left: 5%;
  height: 212px;
  top: 0px;
  width: 38%;
}
#histroy .hitem:nth-of-type(2) {
  position: absolute;
  left: 55%;
  height: 172px;
  top: 40px;
  width: 38%;
}
#histroy .hitem:nth-of-type(3) {
  position: absolute;
  left: 25%;
  padding-top: 88px;
  height: 124px;
  top: 212px;
  width: 38%;
}
#histroy .hitem:nth-of-type(4) {
  position: absolute;
  left: 70%;
  padding-top: 48px;
  height: 164px;
  top: 212px;
  width: 20%;
}

.histroy-swiper-button-next,
.histroy-swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  background: #f0be00;
  border: 2px solid #fff;
  border-radius: 100%;
}
.histroy-swiper-button-next {
  background: #f0be00 url(../img/h_btn_l.png);
}
.histroy-swiper-button-prev {
  right: 0;
  background: #f0be00 url(../img/h_btn_r.png);
}
/**/
.certificate {
  padding: 50px 0;
}
.certificate .iboxT .t {
  color: #4baa82;
  font-size: 32px;
}
.certificate h2 {
  width: 100%;
  text-align: center;
  background: url(../img/product_titbg.png) bottom center no-repeat;
  font-size: 32px;
  color: #4baa82;
  letter-spacing: 2px;
  padding-bottom: 16px;
  padding-top: 80px;
  margin-bottom: 60px;
}
#certificate {
  padding-bottom: 60px;
}
/*产品详情*/
.proContent {
  margin-top: 100px;
  background: #f7f7f7;
  padding: 30px 0 115px;
}

.proContent .crumbs {
  position: static;
}

.proContent .crumbs a {
  color: rgba(51, 51, 51, 0.8);
}

.proContent .crumbs span {
  color: #4baa82;
}

.proContent .crumbs i {
  background-image: url(../img/crumbs_icon1.png);
}

.pron_con1 {
  background: #fff;
  padding: 60px 0;
  margin-top: 30px;
}
.pron_con1 .pron_name {
  font-size: 32px;
}
.pron_text {
}
.pron_text .h3 {
  color: #181819;
  font-size: 24px;
}
.pron_text .em {
  font-size: 18px;
  color: #25211e;
  border-bottom: 1px dashed #cecece;
  padding-bottom: 20px;
}
.pron_text .p {
  padding: 25px 0 40px 0;
}
.pron_text .t {
  margin-bottom: 20px;
}
.pron_text .t p {
  font-size: 16px;
}
.pron_text .t .pro_thumbs p {
  font-size: 14px;
  line-height: 2;
  padding: 0 10px;
  text-align: center;
}
.pron_text .t .pro_thumbs .swiper-slide {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}
.pron_text .t .pro_thumbs .swiper-slide.swiper-slide-thumb-active {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  border-color: #00428e;
}

.pron_text .m {
  padding-bottom: 62px;
}

.pron_text .m a {
  background: #00428e;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

.pron_text .m a span {
  font-size: 18px;
  font-weight: bold;
}

.pron_text .m a i {
  font-size: 24px;
  margin-right: 5px;
}

.pron_text .y {
  padding: 29px 0;
  overflow: hidden;
  border-top: 1px dashed #cecece;
}

.pron_text .y span {
  float: left;
  width: 33.3333%;
  line-height: 42px;
  font-size: 16px;
}

.pron_text .y i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 6px;
}

.pron_text .y i img {
  width: 100%;
}

.pro_tit {
  margin: 55px 0 45px;
  text-align: center;
}

.pro_tit h3 {
  display: inline-block;
  position: relative;
  padding: 0 50px;
  font-size: 3.2rem;
}

.pro_tit h3::before {
  content: "";
  width: 40px;
  height: 2px;
  background: url(../img/bar4.png) no-repeat left center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.pro_tit h3::after {
  content: "";
  width: 40px;
  height: 2px;
  background: url(../img/bar5.png) no-repeat left center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}

.pro_tit p {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
}

.pro_detail_content {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 1px;
}

/*招商加盟*/
.t-tit1 {
  text-align: center;
  line-height: 1.6;
}
.t-tit1 h3 {
  font-weight: 400;
  font-size: 36px;
  color: #333;
}
.t-tit1 p {
  font-family: Arial;
  font-size: 14px;
  color: #aaa;
  text-transform: uppercase;
}
/*.ys{padding: 50px 0}
.ys .iboxT { text-align: center;margin-bottom: 25px }
.ys .iboxT .t { color: #4baa82; font-size: 35px;}
.ys .iboxT .by { color: #4c4c4c; font-size: 24px;padding: 15px 0 }

.ys .pic{width:100%;display: inline-block;overflow: hidden}
.ys .pic img{position:relative;width:100%;height:100%;}
.ys .con{position:relative;width:100%;text-align:center;}
.ys .con .desc{padding:40px 20px 32px;position:relative;background-color:#fff;}
.ys .con .desc .img{display:block;margin:0 auto;max-height:75px}
.ys .con .desc .txt{height:78px;overflow:hidden;margin-top:33px;line-height:26px;font-size:16px;color:#666;font-weight: normal;}
.ys .con .t-tit2{line-height:1.2}
.ys .con .t-tit2 p{font-style:italic;text-transform:uppercase;font-family:Arial;font-weight:700;font-size:36px;color:#eee}
.ys .con .t-tit2 h3{margin-top:-41px;font-size:24px;color:#333}*/
.m-supp {
  text-align: center;
}
.m-supp .t-tit1 {
  padding: 57px 0 64px;
  background: url(../img/t-bg1.png) center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  height: 200px;
}
.m-supp .tit1 {
  margin-bottom: 75px;
  line-height: 24px;
  font-size: 24px;
  color: #333;
}
.t-list2 {
  text-align: center;
}
.t-list2 li {
  width: 296px;
  display: inline-block;
}
.t-list2 a {
  display: block;
}
.t-list2 .pic {
  margin-bottom: 25px;
}
.t-list2 .pic img {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.t-list2 p {
  line-height: 30px;
  font-size: 20px;
  color: #666;
}
.t-list2 p span {
  font-weight: 700;
  color: #333;
}
.t-list2 .sp1 {
  margin-right: 6px;
}
.t-list2 .sp2 {
  margin-left: 7px;
}
.t-list2 .sp3 {
  font-weight: 400;
}
.t-list2 .sp3 .em1 {
  font-weight: 700;
  margin: 0 7px;
}
.t-list2 .sp4 {
  margin: 0 6px;
}
.m-supp .tit2 {
  margin-top: 78px;
  margin-bottom: 22px;
  font-size: 18px;
  color: #333;
}
.m-supp .txt {
  padding: 0 20px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.m-supp .box1 {
  padding: 60px 0 75px;
}
.m-supp .box1 .t-list2 .pic {
  height: 62px;
  line-height: 62px;
}
.m-supp .box2 {
  margin: 0 60px;
  padding: 99px 0 133px;
  background: url(../img/t-bg2.jpg) center no-repeat;
}
.m-supp .box2 .tit1 {
  color: #fff;
}
.m-supp .box2 .t-list2 .pic {
  height: 65px;
  line-height: 65px;
}
.m-supp .box2 .t-list2 p {
  height: 60px;
  overflow: hidden;
  color: #ddd;
}
.m-supp .box2 .t-list2 p span {
  color: #fff;
}
.m-supp .box2 .t-list2 p .sp3 {
  color: #ddd;
}
.m-supp .box2 .t-list2 p .em1 {
  color: #fff;
}
.m-supp .box2 .tit2 {
  margin-top: 41px;
  color: #ddd;
}
.m-supp .box2 .txt {
  color: #ccc;
}
.m-supp .box3 {
  padding: 59px 0 79px;
}
.m-supp .box3 .tit1 {
  margin-bottom: 83px;
}
.m-supp .box3 .t-list2 .pic {
  margin-bottom: 38px;
  height: 77px;
  line-height: 77px;
}
.m-supp .box3 .t-list2 p {
  height: 60px;
  overflow: hidden;
}
.m-supp .box3 .tit2 {
  margin-top: 43px;
}

.m-proc {
  padding: 37px 0 99px;
  text-align: center;
  background-color: #f6f6f6;
}
.m-proc .t-tit1 {
  margin-bottom: 65px;
}
.t-list3 {
  position: relative;
}
.t-list3:after {
  content: "";
  position: absolute;
  top: 46%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dedede;
}
.t-list3 li {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.t-list3 a {
  width: 162px;
  margin: 0 12px;
  overflow: hidden;
  display: block;
  padding: 9px;
  background-color: #f8f8f8;
  border-radius: 35px;
  border: 1px solid #cacaca;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t-list3 .num {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-family: Arial;
  font-style: italic;
  font-size: 32px;
  color: #fff;
  background-color: #d2d2d2;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t-list3 .txt {
  float: left;
  text-align: left;
  margin-top: 5px;
  padding-left: 11px;
  line-height: 21px;
}
.t-list3 .txt p {
  font-size: 16px;
  color: #333;
}
.t-list3 .txt span {
  font-family: Arial;
  font-size: 12px;
  color: #aaa;
  text-transform: uppercase;
}
.t-list3 a:hover {
  border: 1px solid #0d0d0d;
}
.t-list3 a:hover .num {
  background-color: #000;
}
.t-tit3 {
  padding: 43px 0 33px;
  line-height: 32px;
}
.t-tit3 h3 {
  font-weight: 400;
  font-size: 32px;
  color: #333;
}
.t-tit3 span {
  text-transform: uppercase;
  font-size: 14px;
  color: #aaa;
}
.agent_item > h2 {
  font-size: 35px;
  color: #333;
  text-align: left;
}

.agent_item > h2 > span {
  font-family: "DIN Medium";
  color: #fff;
  background: #f9c152;
  padding: 5px 15px;
  display: inline-block;
}

.agent_item > p {
  font-size: 16px;
  color: #666;
  text-align: left;
  letter-spacing: 1px;
  padding: 20px 0 15px;
  padding-top: 0;
}

.agent_item > i {
  width: 80px;
  height: 20px;
  border-top: 1px solid #4baa82;
  display: inline-block;
  margin-top: 15px;
}
.sheet {
  margin-top: 50px;
  margin-bottom: 50px;
}
.formbox .form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 15px;
}
.formbox {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.formbox span#submit {
  display: inline-block;
  width: 100%;
  background: #4baa82;
  font-size: 16px;
  text-align: center;
  line-height: 56px;
  color: #fff;
}
.formbox .zc {
  padding-top: 50px;
  border-top: 1px solid #cdcdcd;
  margin-top: 50px;
}
.formbox .zc > .zc_item span {
  padding: 0 20px;
  width: 100%;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  background: #4baa82;
}
.join-gy {
  margin: 80px 0;
}
.join-gy ul {
  margin-top: 15px;
}
.join-gy ul li p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 auto;
}

.join-gy ul li p i {
  width: 15px;
  height: 2px;
  border-top: 2px solid #999;
  display: block;
  margin: 10px 2px 25px;
}

.join-gy ul li p span {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.join-ys {
  padding: 50px 0;
}
.join-ys div {
  position: relative;
  padding-top: 100px;
}

.join-fy {
  width: 100%;
  background: #f9f9f9;
  padding: 80px 0;
}

.join-fy .join_fy_item {
  padding-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #f2f2f2;
  box-shadow: 0px 0px 10px #f2f2f2;
}

.join-fy .join_fy_item p {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333;
  padding: 20px 0 20px 42px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e9e9e9;
}

.join-fy img {
  margin: 0 auto;
}
.jlr {
  padding: 100px 0;
}
.jonm {
  width: 1200px;
  text-align: center;
  margin: 40px auto;
  overflow: hidden;
}

.jonm p {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  color: #333;
}

.jonm p span {
  display: inline-block;
  width: 40px;
  border-top: 2px solid #333;
  margin: 0 15px;
  position: relative;
  top: -5px;
}

.jonm ul {
  margin: 40px auto;
  overflow: hidden;
}

.jonm li {
  text-align: center;
}

.jonm li span {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
}

.jonm li a {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}

.jonm .jonm_item {
  width: 100%;
  display: inline-block;
  float: left;
  border: 1px solid #f9c152;
  height: 230px;
  text-align: center;
  margin-top: 50px;
}

.jonm .jonm_item img {
  margin: 40px auto 0;
}

.jonm .jonm_item h4 {
  font-weight: normal;
  line-height: 30px;
  display: block;
  width: 88%;
  margin: 20px auto 0;
  letter-spacing: 1px;
}
.dz-ad {
  background: #f9c152 url(../img/dz_ad.jpg) top center no-repeat;
  padding: 80px 0;
}

.dz-ad ul li {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}

.dz-ad ul li h2 {
  font-size: 30px;
}

.dz-ad ul li p {
  font-size: 18px;
}

.dz-ad ul li:nth-child(1) {
  margin-top: 0;
}

@media only screen and (max-width: 960px) {
  .contactBox .info1 a.f-36 {
    font-size: 24px;
    color: #00428e;
  }
  #Pages span {
    display: inline-block;
    overflow: hidden;
    padding: 0px 12px;
    background-color: #0076ff;
    color: #f5f5f5;
    font-size: 12px;
    line-height: 30px;
    margin-left: 10px;
  }
  #Pages a {
    display: inline-block;
    overflow: hidden;
    padding: 0px 12px;
    background-color: #00428e;
    color: #f5f5f5;
    font-size: 12px;
    line-height: 30px;
  }

  .header {
    background: #00428e;
  }
  .header > .top_logo {
    height: 70px;
    width: calc(100% - 50px);
  }
  .header > .top_logo img {
    height: 34px;
  }
  .header .nav {
    display: none;
  }
  .hamburger {
    display: inline-block;
  }
  .hamburger__icon,
  .hamburger__icon:after,
  .hamburger__icon:before {
    background-color: #ffffff;
  }
  .hamburger.active .hamburger__icon:after,
  .hamburger.active .hamburger__icon:before {
    background-color: #ffffff;
  }

  .iboxT {
    text-align: center;
  }
  .iboxT .t {
    color: #00428e;
    font-size: 29px;
  }
  .iboxT .by {
    color: #4c4c4c;
    font-size: 16px;
    padding: 0;
  }
  .iboxT .line {
    height: 2px;
    width: 84px;
    display: block;
    margin: 10px auto 0px;
    background-color: #4c4c4c;
  }
  .iboxT .line2 {
    width: 368px;
    position: relative;
    padding: 8px 0px;
    margin: 0px auto;
    color: #4c4c4c;
    font-size: 14px;
  }
  .iboxT .line2 .txt {
    padding: 0px 20px;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  .iboxT .line2 .xian {
    height: 1px;
    background-color: #e9e9e9;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
  }
  .about {
    padding: 40px 0;
  }
  .about p img {
    display: inline-block;
    width: auto;
    float: left;
    height: 120px;
  }
  .about p.aboutIc {
    font-weight: bold;
    padding-top: 20px;
    font-size: 18px;
    display: none;
  }
  .about_content {
    padding-right: 0px;
  }
  .about_pic {
    margin-top: 15px;
  }
  /*产品分类*/
  .products {
    height: auto;
    padding-bottom: 0px;
    padding-top: 25px;
    background: none;
  }
  .goods-titbox {
    height: auto;
    background: none;
    width: 100%;
    padding-left: 0 !important;
  }
  .products h2 {
    padding-top: 60px;
  }
  .products .iboxT .t {
    color: #00428e;
    font-size: 26px;
  }
  .goods-titbox .swiper-slide span {
    display: block;
    width: 42px;
    height: 42px;
    margin: 25px auto 20px;
    overflow: hidden;
    position: relative;
  }
  .product-con {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: rgba(11, 189, 148, 0.78);
    text-align: center;
  }
  .product-con h3 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .pro-img {
    width: 100%;
    float: left;
    border: none;
  }
  .goods-mainbox .swiper-slide a img {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .goods-titbox .swiper-slide p {
    font-size: 12px;
    color: #2c2c2c;
    line-height: 2.5;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
  }

  /**/
  .news {
    background: #f4f4f4 url(../img/img_01.jpg) no-repeat center center;
    padding: 40px 0;
    background-size: auto 100%;
  }
  .news-tit {
    width: 100%;
    padding: 40px 25px;
    position: relative;
    margin-top: -70px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px #d7d7d7;
    box-shadow: 0 0 16px #d7d7d7;
    text-align: center;
    -webkit-transition: top 1s;
    transition: top 1s;
    -moz-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
    margin-left: 0px;
  }
  .news-tit h5 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
  }
  .wel-title p {
    font-size: 32px;
    line-height: 50px;
    color: #00428e;
    font-weight: 700;
  }
  .wel-title .cn {
    margin-top: 0px;
    font-size: 16px;
  }
  .wel-title .tt {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
  }
  .news .col-12:nth-of-type(1) {
    margin-bottom: 15px;
  }
  .wrap {
    width: auto;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .slogo {
    display: none;
  }
  /**/
  .link span {
    display: inline-block;
    width: 100%;
    float: left;
  }
  .link span a {
    display: inline-block;
    width: 50%;
    float: left;
  }
  /**/
  .footer {
    height: auto;
    background: #00428e;
  }
  .footer .mid {
    display: none;
  }
  .footer .left {
    height: auto;
    padding: 50px 0;
    padding-right: 0px;
    border-right: none;
    text-align: center;
    display: none;
  }
  .footer .rig {
    height: auto;
    padding: 50px 0;
    padding-left: 30px;
    border-left: none;
    padding-top: 0;
    padding-bottom: 15px;
  }
  .footer .rig h2 {
    display: none;
  }
  .footer .rig ul {
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }
  .footer .rig ul:nth-of-type(2) {
    display: none;
  }
  .footer .rig ul li.t1,
  .footer .rig ul li.t2 {
    line-height: 49px;
  }
  .footer .rig ul li.t4,
  .footer .rig ul li.t5 {
    display: none;
  }
  .s_icon a {
    display: inline-block;
    width: 53px;
  }
  .s_icon a:nth-of-type(2) {
    width: 67px;
  }
  .ewmimg,
  .ewmtxt {
    display: none;
  }
  .copyright {
    display: none;
  }
  /*内页样式*/
  /**/
  body > .inbanner,
  body > .menu {
    display: inline-block;
    width: 100%;
  }
  body > .crumbs {
    display: none;
  }
  .menu a {
    float: left;
    text-align: center;
    padding: 37px 0;
    margin-right: 0px;
    font-size: 1.8rem;
    color: #666;
    width: 100%;
    display: inline-block;
    position: relative;
  }

  .menu a:nth-last-of-type(1) {
    margin-right: 0;
  }

  .menu a.active::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #00428e;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .menu a:hover::after,
  .menu a.cr::after {
    width: 100%;
  }
  /**/
  .top-banner .sum-top {
    padding: 15px;
    width: 100%;
  }
  .top-banner .sum-top ul {
    width: 100%;
    display: inline-block;
  }
  .top-banner .sum-top ul li:nth-child(1) p {
    margin-top: 24px;
  }
  .top-banner .count {
    text-align: left;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
  }
  .top-banner .count span {
    font-size: 32px;
  }
  /**/
  .crumbs {
    display: none;
  }
  /**/
  .about_title {
    overflow: hidden;
  }
  .about_title img {
    width: 250%;
    max-width: initial;
  }
  .aboutus-con .about_content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .aboutus-con {
    background: #f9f9f9;
    padding: 50px 0px;
    padding-bottom: 0;
  }
  .video-bg {
    background: #fff;
    width: 100%;
    padding: 15px 0;
  }
  .video-bg .iboxT .t {
    color: #00428e;
    font-size: 24px;
  }
  .video_item {
    font-size: 0;
  }
  .video_item a,
  .vr_item a,
  .indser_item a {
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border: 1px solid #496d84;
    color: #ffffff;
    font-size: 14px;
  }
  .vr_item .vrbg {
    height: auto;
    padding: 0 25px;
    position: relative;
    z-index: 999;
    background: rgba(20, 118, 40, 0.85);
    display: inline-block;
    padding-bottom: 15px;
  }
  .serbg {
    background: rgba(33, 117, 171, 0.75);
    overflow: hidden;
    height: auto;
    padding: 0 25px;
    position: relative;
    z-index: 999;
    display: inline-block;
    padding-bottom: 15px;
  }
  /**/
  .histroy {
    background: #f9f9f9;
    padding: 20px 0;
  }
  .histroy .iboxT .t {
    color: #00428e;
    font-size: 24px;
  }
  #histroy .year {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    color: #646464;
    margin-bottom: 12px;
  }
  #histroy .hitem:nth-of-type(1) {
    position: absolute;
    left: 5%;
    height: 212px;
    top: 18px;
    width: 38%;
  }
  #histroy .hitem:nth-of-type(2) {
    position: absolute;
    left: 50%;
    height: 183px;
    top: 29px;
    width: 46%;
  }
  #histroy .hitem:nth-of-type(3) {
    position: absolute;
    left: 18%;
    padding-top: 10px;
    height: 124px;
    top: 212px;
    width: 38%;
  }
  #histroy .hitem:nth-of-type(4) {
    position: absolute;
    left: 61%;
    padding-top: 10px;
    height: 164px;
    top: 212px;
    width: 38%;
  }
  #histroy .c {
    font-size: 14px;
    line-height: 1.5;
  }
  /**/
  .brand {
    height: auto;
    padding-bottom: 25px;
  }

  .certificate {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .certificate .iboxT .t {
    color: #00428e;
    font-size: 24px;
  }
  .certificate h2 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  /**/
  .prdListBox {
    padding: 20px 0 60px 0;
  }
  .spaceList2 {
    margin-top: 15px;
  }
  .proContent {
    margin-top: 10px;
    background: none;
    padding: 30px 0 115px;
  }
  .pron_con1 {
    background: #fff;
    padding: 10px 0;
    margin-top: 0px;
  }
  .pron_text .h3 {
    color: #181819;
    font-size: 20px;
    font-weight: bold;
  }
  .pron_name {
    width: 100%;
    text-align: center;
    font-size: 32px;
    margin-bottom: 15px;
  }
  /**/
  .newsList .item {
    margin-bottom: 20px;
  }

  .newsList .item .img {
    width: 0;
  }

  .newsList .item .date {
    float: none;
    margin-top: 0;
    padding: 14px 14px 0 14px;
    border: none;
    text-align: left;
  }
  .newsList .item .date .f-60 {
    line-height: 0.8;
    margin-bottom: 10px;
    font-size: 32px;
  }
  .newsList .item .date div {
    display: inline;
    margin-right: 6px;
  }
  .newsList .item .ovh.font a.f2 {
    font-size: 14px;
  }
  .newsList .item .ovh.font a {
    font-size: 18px;
  }
  .newsList .item .font {
    margin-top: 0;
    padding: 16px 14px;
  }

  .newsList .item .font .more {
    display: none;
  }

  .latestNews {
    margin: 3em 0 2em 0;
  }

  .latestNews .img {
    width: auto;
    text-align: center;
  }

  .latestNews .img img {
    width: 100%;
  }

  .latestNews .font {
    width: 100%;
    right: 0;
    top: 0;
    padding: 18px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    background: #fff;
    position: relative;
  }
  .latestNews .font .date {
    margin-bottom: 1em;
    color: #333;
    font-size: 14px;
  }
  .latestNews .font a.f-36 {
    font-size: 18px;
  }
  .latestNews .font .more {
    margin-top: 2em;
  }
  .newsBox {
    padding: 25px 0 25px;
    background: #ffffff;
  }
  .news_time {
    display: none;
  }
  .newsBox .news-left .news-leftBox {
    background: #fff;
    padding: 0px;
    width: 100%;
  }
  .newsCon {
    margin-top: 20px;
  }
  .newstitle {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  /**/
  .formbox span#submit {
    display: inline-block;
    width: 100%;
    background: #efaf3a;
    font-size: 16px;
    text-align: center;
    line-height: 56px;
  }
  .formbox_content {
    margin-top: 15px;
  }
  .formbox_content .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .formbox .zc {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px;
    padding-top: 10px;
    margin-top: 10px;
  }
  .formbox .zc > .zc_item {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .formbox .zc > .zc_item span {
    font-size: 14px;
  }
  .agent_item > h2 {
    font-size: 24px;
  }
  .join-gy {
    margin: 80px 0;
    margin-bottom: 10px;
  }
  .gy1 .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
  .gy1 .row p,
  .gy2 .row p,
  .gy3 .row p,
  .gy4 .row p {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .join-ys {
    padding: 50px 15px;
  }
  .join-ys div {
    position: relative;
    padding-top: 0px;
  }
  .join-ys .ys {
    position: relative;
    width: 100%;
    margin-top: 15px;
    background: #4baa82;
    padding: 10px;
    color: #fff;
  }
  .join-ys .ys span {
    color: #eaeaea;
  }

  .jonm li a {
    width: 100%;
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
  }
  .jonm .jonm_item h4 {
    font-size: 18px;
  }
  .jlr {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  /*.ys .iboxT .t {
        color: #4baa82;
        font-size: 24px;
    }
    .ys .iboxT .by {
        color: #4c4c4c;
        font-size: 14px;
        padding: 15px 0;
    }
    .ys .con .desc .img {
        display: block;
        margin: 0 auto;
        max-height: 51px;
    }
    .ys .con .t-tit2 p {
        font-style: italic;
        text-transform: uppercase;
        font-family: Arial;
        font-weight: 700;
        font-size: 19px;
        color: #eee;
    }
    .ys .con .t-tit2 h3 {
        margin-top: -15px;
        font-size: 21px;
        color: #333;
    }*/
  .m-supp .t-tit1 {
    padding: 40px 0;
  }
  .m-supp .tit1 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .m-supp .box2 .tit2,
  .m-supp .box3 .tit2,
  .m-supp .tit2 {
    margin: 40px 0 20px;
  }
  .m-supp .box2 .t-list2 p {
    font-size: 14px;
    line-height: 20px;
    height: inherit;
  }
  .t-list2 .pic {
    margin-bottom: 10px;
  }
  .t-list2 .pic img {
    max-height: 60%;
  }
  .t-tit2 p {
    font-style: italic;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 700;
    font-size: 30px;
    color: #eee;
  }
  .t-list2 li {
    float: left;
    width: 33.33%;
    padding: 0 10px;
  }
  .m-supp .box3 .t-list2 li {
    float: none;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .t-list2 .sp1 {
    display: inline-block;
    width: 100%;
  }
  .m-supp .box1,
  .m-supp .box2,
  .m-supp .box3 {
    margin: 0;
    padding: 50px 0 80px;
  }
  .m-supp .box1 .t-list2 .pic {
    margin-bottom: 10px;
    height: 31px;
    line-height: 31px;
  }
  .m-supp .box2 .t-list2 .pic {
    height: 32px;
    line-height: 32px;
  }
  .m-supp .box3 .t-list2 .pic {
    margin-bottom: 18px;
    height: 38px;
    line-height: 38px;
  }
  .t-list2 .pic img {
    display: block;
    margin: 0 auto;
    height: 100%;
  }
  .m-supp .tit2 {
    font-size: 14px;
    margin: 44px 0 14px;
  }
  .m-supp .box2 .tit2 {
    color: #fff;
    margin: 34px 0 14px;
  }
  .m-supp .box3 .tit2 {
    margin: 28px 0 14px;
  }
  .m-supp .txt {
    padding: 0 15px;
    font-size: 12px;
    line-height: 18px;
  }
  .t-list1 .con .desc .txt {
    height: auto;
    overflow: visible;
    margin-top: 33px;
    line-height: 26px;
    font-size: 16px;
    color: #666;
  }
  .m-proc {
    padding: 40px 0 60px;
  }
  .t-list3:after {
    top: -30px;
    bottom: -30px;
    left: 50%;
    width: 1px;
    height: auto;
  }
  .t-list3 li {
    display: block;
  }
  .t-list3 li:first-child:after,
  .t-list3 li:last-child:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -4px;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
  }
  .t-list3 li:first-child:after {
    top: -40px;
  }
  .t-list3 li:last-child:after {
    bottom: -40px;
  }
  .t-list3 a {
    margin: 20px auto 0;
  }
  .t-tit3 {
    line-height: 24px;
  }
  .t-tit3 h3 {
    font-size: 18px;
  }
  .t-tit3 span {
    font-size: 12px;
  }
  .t-more {
    display: inline-block;
  }
  /**/
  .recruitTable {
    margin: 2em 0;
  }

  .recruitTable .tBody .ww {
    display: none;
    clear: both;
    padding-top: 1em;
  }

  .recruitTable .item.on .tBody .ww {
    display: block;
  }

  .recruitTable .item.on .tBody .line {
    border: none;
  }

  .recruitTable .tBody .ww.active {
    display: block;
  }

  .recruitTable .tBody .ww1 {
    float: left;
    width: 82%;
  }

  .recruitTable .tBody {
    position: relative;
  }

  .recruitTable .tBody .btnBox {
    position: absolute;
    right: 12px;
    top: 7px;
    margin-top: 0;
    width: 30px;
    height: 30px;
  }

  .recruitTable .tBody .btn {
    width: 30px;
    height: 30px;
  }

  .recruit .proTitle {
    float: none;
  }

  .jobDesc {
    padding: 20px 15px;
  }

  .recruit .proTitle {
    width: auto;
  }

  .recruitTable .tHead {
    display: none;
  }

  .recruitTable .tBody .line {
    border: none;
  }

  .recruitTable .tBody > div {
    width: auto;
    float: none;
    text-align: left;
    padding-left: 6em;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .recruitTable .tBody div.tti {
    padding-left: 0;
    line-height: 1.5;
    font-size: 14px;
  }

  .recruitTable .tBody > div::before {
    position: absolute;
    left: 1em;
  }

  .recruitTable .tBody > div:nth-child(1)::before {
    content: "招聘职位";
    line-height: 1.5;
  }
  /*
    .recruitTable .tBody > div:nth-child(2)::before{content:"工作经验";}
    .recruitTable .tBody > div:nth-child(3)::before{content:"薪资待遇";}
    .recruitTable .tBody > div:nth-child(4)::before{content:"工作性质";}
     */
  .recruitTable .tBody > div:nth-child(2) {
    display: none;
  }
  .recruitTable .tBody > div:nth-child(4)::before {
    content: "招聘人数";
  }
  .recruitTable .tBody > div:nth-child(5)::before {
    content: "发布时间";
  }

  /**/
  .contactBox .proTitle {
    padding: 2em 0;
  }
  .contactBox .proTitle .f-24 {
    font-size: 18px;
  }
  .contactBox .proTitle .f-48 {
    font-size: 24px;
  }
  .contactCont1,
  .contactCont2,
  #map,
  .contactCont4,
  .contactCont5 {
    width: auto;
    float: none;
  }

  .contactInfo1 {
    padding: 2em 0;
  }

  .contactInfo1 .info1 {
    width: 45%;
    padding-right: 5%;
  }

  .contactInfo1 .info2 {
    width: 45%;
    padding: 0 0 0 5%;
  }

  .contactInfo2 {
    padding: 2em 0;
    text-align: center;
  }

  .contactInfo2 .item {
    display: inline-block;
    margin: 0 1em;
    float: none;
  }
  .contactInfo2 .item {
    float: left;
    width: auto;
    text-align: center;
    background: #fff;
    padding-bottom: 0px;
  }
  #map {
    height: 300px;
  }
  /**/
  .btn_back {
    clear: both;
    width: 160px;
    height: 60px;
    line-height: 24px;
    font-size: 16px;
    padding: 18px 30px 0;
    background: #00428e;
  }

  .btn_back img {
    margin-right: 9px;
    width: 20px;
  }

  .prev_next {
    margin-top: 30px;
    padding-top: 20px;
  }

  .prev_next .fl,
  .prev_next .fr {
    margin-bottom: 2em;
    line-height: 50px;
    font-size: 16px;
  }
  .prev_next em {
    width: 50px;
    height: 50px;
    background-size: 12px !important;
  }
  /**/
  .kefu_float {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 12px;
    bottom: 100px;
    z-index: 100;
  }
  .kefu_float .kefu_icon {
    display: block;
    width: 100%;
    height: 100%;
    background: #00428e url(../img/kefu_icon.png) no-repeat center;
    position: relative;
    z-index: 10;
  }
  .gotop {
    display: none;
    width: 30px;
    height: 30px;
    background: #00428e url(../img/top.png) no-repeat center;
    position: fixed;
    right: 12px;
    bottom: 60px;
    z-index: 100;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
}
