.ui-loader {
  display: none;
}

/*  */
.mainBan {
  position: relative;
  margin-top: 60px;
}

.mainBan img {
  width: 100%;
}

.mainBan .mainBan_mbl {
  display: none;
}

@media(max-width:1080px) {

  .mainBan .mainBan_web {
    display: none;
  }

  .mainBan .mainBan_mbl {
    display: block;
  }
}


@media(max-width:900px) {
  .mainBan {
    margin-top: 45px;
  }
}

/* ========
    common
=================================================== */
*,
::before,
::after {
  padding: 0;
  margin: 0;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-family: corporate_sbold, STXihei, STHeitiLight, 华文细黑,
    "Microsoft JhengHei", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
}

ul,
ol,
dl,
li {
  list-style: none;
}

img {
  vertical-align: middle;
  border: 0;
}

a {
  text-decoration: none;
}

input,
a,
img,
select,
textarea {
  border: 0;
  resize: none;
  outline: none;
  outline: none;
  /*清除移动浏览默认的样式*/
  -webkit-appearance: none;
}

.mt60 {
  margin-top: 74px;
}

.mt60 .txt-box {
  position: inherit;
}

.mt60 .index-series {
  background: none;
}

/* 宽度 */
.index-series {
  display: block;
  position: relative;
  width: 75%;
  margin: 0 auto;
  /* background-color: #f6f6f6; */
  overflow: hidden;
}

/* 标题 */
.mainTit {
  position: relative;
}

.mainTit .mainTit_en {
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 1.2;
  color: #202020;
  text-transform: uppercase;
  font-family: "Calibri", sans-serif;
}

.mainTit .mainTit_en span {
  display: block;
  font-family: "Calibri", sans-serif;
}

.mainTit .mainTit_cn {
  position: relative;
  display: block;
  margin-top: 10px;
  font-size: 23px;
  color: #616161;
  padding-bottom: 20px;
}

.mainTit .mainTit_cn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #cbcbcb;
  display: block;
  content: "";
}

.mainTit.white .mainTit_cn,
.mainTit.white .mainTit_en {
  color: #fff;
}

.mainTit.center {
  text-align: center;
}

.mainTit.center .mainTit_cn,
.mainTit.center .mainTit_en {
  margin: 0;
}

.mainTit.center .mainTit_cn::after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/*内页返回*/
.back_bg {
  background: rgba(34, 45, 51, 0.18);
  padding: 80px 0;
  padding-bottom: 280px;
}

.back_bg a {
  font-size: 20px;
  color: #444;
  position: relative;
  z-index: 10;
}

.back_bg em {
  font-style: inherit;
  font-size: 20px;
  display: inline-block;
  margin-right: 1%;
}

/* 按钮 */

.mainMore {
  position: relative;
  padding: 13px 0 14px;
  border: 1px solid #000;
  color: #000;
  background: #ffffff;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  width: 200px;
  height: 40px;

  margin: 0;
  padding: 11px 0;
  text-transform: uppercase;
  font-size: 13px;
}

.mainMore:after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  content: " ";
  display: block;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border-right: 1px dotted #000;
  border-bottom: 1px dotted #000;
}

.mainMore span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -8px;
  margin-left: 8px;
}

.mainMore:hover {
  -webkit-transform: translate(2px, 2px);
  -moz-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  -o-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
  border: 1px solid #999;
  color: #999;
  letter-spacing: 1px;
}

.mainMore:hover::after {
  border-right: 1px dotted #999;
  border-bottom: 1px dotted #999;
  /* -webkit-transform: translate(-2px, -2px);
	-moz-transform: translate(-2px, -2px);
	-ms-transform: translate(-2px, -2px);
	-o-transform: translate(-2px, -2px);
	transform: translate(-2px, -2px); */
}

/* 按钮 */

.btn-more {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-family: "Calibri", sans-serif;
  border: 1px solid #000;
  color: #000;
  padding: 10px 48px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-more:after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-more:hover {
  color: #fff;
}

.btn-more:hover:after {
  height: 100%;
}

.btn-more.white {
  border: 1px solid #fff;
  color: #fff;
}

.btn-more.white:after {
  background: #fff;
}

.btn-more.white:hover {
  color: #000;
}

/*动画效果*/
.wgt-fade-animate {
  -webkit-transform: scale(0.3) translateY(50px);
  -moz-transform: scale(0.3) translateY(50px);
  -ms-transform: scale(0.3) translateY(50px);
  transform: scale(0.3) translateY(50px);
  opacity: 0;
}

.appear {
  -wewgtit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  -moz-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  -webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
  0% {
    -webkit-transform: scale(0.3) translateY(50px);
    -moz-transform: scale(0.3) translateY(50px);
    -ms-transform: scale(0.3) translateY(50px);
    transform: scale(0.3) translateY(50px);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes opacity_show {
  0% {
    -moz-transform: scale(0.3) translateY(50px);
    transform: scale(0.3) translateY(50px);
    opacity: 0.1;
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes opacity_show {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes opacity_show {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0.1;
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* ========
    header
=================================================== */
header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 8px 0 10px;
  width: 100%;
}

header .header-top {
  text-align: right;
  width: 90%;
  margin: 0 auto;
}

header .h_logo {
  float: left;
}

header .h_logo a {
  width: 88px;
  display: block;
}

header .h_logo img {
  width: 100%;
}

header .h_headerNav {
  display: inline-block;
  text-align: center;
  margin-right: 24px;
}

header .h_headerNav dd {
  display: inline-block;
}

header .h_headerNav a {
  display: block;
  font-size: 16px;
  position: relative;
  padding: 18px 24px;
  color: #67625d;
  -webkit-transition: color 0.4s, opacity 1s;
  transition: color 0.4s, opacity 1s; 
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Microsoft Yahei", sans-serif;
}

header .h_headerNav a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  -webkit-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0.2;
  border-radius: 100%;
  background: #000;
  display: block;
  content: "";
}

header .h_headerNav a:hover {
  opacity: 1;
}

header .h_headerNav a:hover:before {
  -webkit-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

header .h_right {
  float: right;
  margin-top: 18px;
}

header .h_right>div {
  display: inline-block;
  color: #67625d;
}

header .h_langue a {
  display: inline-block;
  color: #67625d;
  padding: 0 6px;
  font-size: 14px;
  font-weight: bold;
}

header .h_langue a:hover {
  opacity: 0.5;
}

header .h_search {
  margin-left: 14px;
  cursor: pointer;
  position: relative;
}

header .h_search img {
  width: 20px;
}

header .h_search_imgh {
  display: none;
}

header .h_search_div {
  position: absolute;
  right: 0;
  top: 47px;
  width: 242px;
  display: none;
  background: rgba(32, 32, 32, 0.48);
  padding: 2px;
}

header .h_search_div input {
  display: block;
  height: 36px;
  width: 100%;
  font-size: 12px;
  padding-left: 10px;
}

header.whiteBg {
  background: #f1f0ec;
}

header.whiteBg .h_headerNav a {
  color: #67625d;
}

header.whiteBg .h_right>div {
  color: #67625d;
}

header.whiteBg .h_langue a {
  color: #67625d;
}

header.whiteBg .h_search_img {
  display: none;

}

header.whiteBg .h_search_imgh {
  display: inline-block;

}

/* header_menu */
.header_menu {
  display: none;
  float: right;
  padding: 15px;
  cursor: pointer;
}

.header_menu span {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 7px;
  background: #000;
}

.header_menu span:last-of-type {
  margin-bottom: 0;
}

.header_menu.on .header_menu_span1 {
  transform: rotate(45deg) translate(6px, 5px);
}

.header_menu.on .header_menu_span2 {
  opacity: 0;
}

.header_menu.on .header_menu_span3 {
  transform: rotate(-45deg) translate(8px, -7px);
}

/* headerBox */
.headBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  z-index: 9998;
  padding-top: 62px;
}

.headBox>div {
  width: 80%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.headBox ul {
  margin-top: 28px;
  margin-left: 40px;
}

.headBox li {
  border-bottom: 1px solid rgba(4, 82, 176, 0.1);
  line-height: 2;
  padding: 20px 12px 10px;
}

.headBox li a {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase;
}

.headBox li:last-of-type {
  border-bottom: 0;
}

.headBox li:last-of-type a {
  color: #666;
  letter-spacing: 0;
}

.headBox li img {
  width: 24px;
  vertical-align: middle;
  margin-right: 4px;
}

.headBox .headBox_search {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 14px;
  background: #eee;
}

.headBox .headBox_search div {
  display: inline-block;
}

.headBox .headBox_search div:first-child {
  width: calc(100% - 90px);
}

.headBox .headBox_search div:last-child {
  width: 82px;
}

.headBox .headBox_search .ui-input-text input[type="text"],
.headBox .headBox_search .ui-input-btn input[type="submit"] {
  width: 100%;
}

.headBox .headBox_search input[type="text"] {
  width: calc(100% - 90px);
  height: 42px;
  line-height: 42px;
  padding-left: 12px;
}

.headBox .headBox_search input[type="submit"] {
  line-height: 38px;
  width: 82px;
  cursor: pointer;
  background-image: url(../images/ico_btn.png);
  background-color: #dfdfdf;
  background-repeat: no-repeat;
  background-position: center;
}

.headBox .headBox_search input[type="submit"]:hover {
  background-color: #d3d3d3;
}

/* ========
    footer
=================================================== */
footer {
  background: #f6f6f6;
}
 

footer .footer_nav {
  position: relative;
  padding: 36px 0; 
  display: flex; 
  align-items: flex-start;
  justify-content: space-between;
}

footer .footer_list {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 20%;
  text-align: center;
  margin-top: 20px;
}

footer .footer_list>div {
  display: inline-block;
  text-align: left;
}

footer .footer_list p {
  font-size: 17px;
  margin: 18px 0;
  color: #000;
}

footer .footer_list ul a {
  margin: 5px 0;
  color: #585858;
  font-size: 13px;
  display: inline-block;
}

footer .footer_form {
  width: 420px;
  order: -2;
}

footer .footer_form>a img {
  width: 112px;
}

footer .footer_form h6 {
  font-size: 19px;
  margin: 24px 0 4px;
  letter-spacing: 1px;
  font-family: "Calibri", sans-serif;
  text-transform: uppercase;
}

footer .footer_form form {
  position: relative;
}

footer .footer_form input {
  width: 100%;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: normal;
  padding: 8px 0;
  background: transparent;
  border-radius: 0;
  height: 46px;
  background: #e6e6e6;
  max-width: 100%;
  font-weight: 500;
  padding: 0 12px;
  letter-spacing: 1px;
  font-size: 15px;
  text-transform: capitalize;
  font-family: "Calibri", sans-serif;
}

footer .footer_form button {
  position: absolute;
  right: 0;
  bottom: 0;
  border: none;
  width: 65px;
  height: 100%;
  height: 100%;
  line-height: 34px;
  width: 82px;
  cursor: pointer;
  background: #dfdfdf;
}

footer .footer_form button img {
  margin-top: -2px;
}

footer .footer_form button:hover {
  background: #d3d3d3;
}

footer .footer_ico {
  margin-top: 14px;
}

footer .footer_link {
  padding-bottom: 10px;
}

footer .footer_link p,
footer .footer_link ul {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

footer .footer_link li {
  position: relative;
  display: inline-block;
  padding: 0 14px 0 5px; 
}

footer .footer_link li:after {
  content: "|";
  position: absolute;
  top: 1px;
  right: 0px;
  font-size: 13px;
  color: #7e7e7e;
}

footer .footer_link li:last-child:after {
  content: none;
}

footer .footer_link a {
  font-size: 13.4px;
  font-weight: 500;
}

footer .footer_link a:hover {
  color: #000;
}

footer .footer_copy {
  border-top: 1px solid #d8d8d8;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 20px;
}

footer .footer_copy small,
footer .footer_copy a {
  color: #585858;
  font-size: 12px;
}

/*  */
.footer_ewm {
  width: 320px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  bottom: -10px;
  right: 0;
}

.footer_ewm a {
  display: inline-block;
  text-align: center;
}

.footer_ewm img {
  width: 100px;
  margin: 0 auto;
}

.footer_ewm p {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 10px;
}

.footer_ul {
  width: calc(100% - 420px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  order: -1;
  padding: 0 5%;
}
/* ========
    index
=================================================== */
/* banner */
.banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.banner .bannerTxt {
  position: absolute;
  z-index: 1;
  bottom: 238px;
  left: 120px;
  max-width: 886px;
}

.banner .bannerTxt {
  font-size: 68px;
  line-height: 1;
  -webkit-transform: translate3d(-6px, 0, 0);
  transform: translate3d(-6px, 0, 0);
  text-transform: uppercase;
  color: #fff;
  font-family: "Calibri", sans-serif;
}

.banner .bannerTxt strong {
  display: block;
  color: #fff;
  font-size: 64px;
  letter-spacing: 1px;
  animation: letter-glow 0.6s 0s ease both;
  font-family: "Calibri", sans-serif;
}

.banner .bannerTxt p {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1.1px;
  margin-top: 24px;
  text-transform: uppercase;
  color: #fff;
  font-family: corporate_sbold, STXihei, STHeitiLight, 华文细黑,
    "Microsoft JhengHei", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
}

.banner .bannerTxt p span {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.1px;
  margin-top: 24px;
  text-transform: uppercase;
  color: #fff;
  font-family: corporate_sbold, STXihei, STHeitiLight, 华文细黑,
    "Microsoft JhengHei", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
}

.banner .bannerCol {
  position: absolute;
  z-index: 99;
  bottom: 30px;
  left: 0;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.banner .bannerCol span {
  cursor: pointer;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 8px;
  padding: 0;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
  background: #fff;
}

.banner .bannerCol span.is-current {
  background: #000;
}

.banner .copy {
  position: absolute;
  z-index: 10;
  right: 60px;
  bottom: 56px;
  width: 154px;
}

.banner .copy small {
  letter-spacing: 2px;
  color: #fff;
}

.banner .slider {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.banner .slider .img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.8s cubic-bezier(0.46, 0.08, 0.07, 1);
  transition: width 0.8s cubic-bezier(0.46, 0.08, 0.07, 1);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 1;
}

.banner .slider .img.is-in {
  z-index: 10;
  width: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.banner .slider .img.is-in img {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.banner .slider .img img {
  position: relative;
  -webkit-transition: transform 1s cubic-bezier(0.46, 0.08, 0.07, 1);
  transition: transform 1s cubic-bezier(0.46, 0.08, 0.07, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
  transform: translate3d(0, 0, 0) scale(1.05);
  -webkit-transform-origin: right 50%;
  transform-origin: right 50%;
}

.banner_arrow {
  position: absolute;
  z-index: 90;
  left: 120px;
  bottom: 148px;
  display: block;
  width: 62px;
  height: 62px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #fff;
}

.banner_left {
  left: 181px;
  background: url(../images/btn_4.png) center center no-repeat;
}

.banner_right {
  left: 120px;
  background: url(../images/btn_3.png) center center no-repeat;
}

/* product */

.sectionPro {
  position: relative;
  width: 88%;
  margin-left: 12%;
  padding: 68px 0;

  overflow: hidden;
}

#sec01 .mainTit {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 50px;
}

#sec01 .txt-box {
  width: 232px;
  float: left;
}

.product_inner {
  width: calc(100% - 262px);
  float: right;
}

.product_inner ul {
  overflow: hidden;
}

.product_inner li {
  width: 33.33%;
  float: left;
}

.product_inner li .proImg {
  overflow: hidden;
}

.product_inner li .proImg img {
  width: 100%;
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product_inner li:hover .proImg img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.proTxt {
  position: relative;
  margin-top: 1rem;
  padding: 6px;
  padding-left: 20px;
  border-left: 5px solid #292419;
}

.proTxt img {
  position: absolute;
  right: 18px;
  top: 6px;
  width: auto;
  transition: all 0.5s;
}

.product_inner li:hover .proTxt img {
  right: 10px;
}

.proTxt h3 {
  /* font-family: "华文细黑", sans-serif; */
  font-size: 20px;
}

.proTxt p {
  font-family: "Calibri", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.product_inner li:hover .proTxt {
  background: #dadada;
}

.switch_unit {
  padding: 0 35px 0;
}

.switch_unit .item {
  border-radius: 5px;
  background-color: #d7d7d7;
  font-size: 14px;
  color: #333;
  padding: 10px 10px;
  margin: 0px 7px;
  display: block;
  text-align: center;
}

.switch_unit .item:hover,
.switch_unit .item.act {
  background-color: #cc0000;
  color: #fff;
}

.switch_unit .slick-arrow {
  width: 45px;
  height: 45px;
  display: block;
  background: #000;
  top: 35%;
  border-radius: 50%;
  z-index: 10;
}

.switch_unit .slick-arrow i {
  background: url(images/btn_3.png) no-repeat scroll center center;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  display: block;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.switch_unit .slick-prev {
  left: 0;
}

.switch_unit .slick-next {
  right: 0px;
}

.switch_unit .slick-prev i {
  background-image: url(../images/prov01_1.png);
}

.switch_unit .slick-next i {
  background-image: url(../images/next01_1.png);
}

.switch_unit .slick-arrow:hover {
  background-color: #000;
  opacity: 1;
}

.switch_unit .slick-prev:hover i {
  background-position: 30% center;
}

.switch_unit .slick-next:hover i {
  background-position: 70% center;
}

.switch_unit .itemA {
  display: block;
  margin: 0 15px;
}

.switch_unit .img {
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
  margin: 0 auto 8px;
  text-align: center;
}

.switch_unit .img img {
  width: 100%;
}

.switch_unit .img>span {
  display: block;
  height: 100%;
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  margin-top: 20px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
}

.slick-dots {
  margin: 40px 0 0;
  padding-bottom: 20px;
  text-align: center;
}

.slick-dots li.slick-active {
  background: #000;
}

.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ddd;
  margin: 0 5px;
  float: none;
}

/* product  end */

/* mainTech s */
.mainTech {
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  padding: 88px 0;
  position: relative;
}

.mainTech::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.28);
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.mainTech .index-series {
  position: relative;
  z-index: 10;
}

.mainTech_box {
  margin-top: 40px;
}

.mainTech_img {
  position: absolute;
  right: 80px;
  top: 0;
  width: 45%;
  height: 85%;
  box-shadow: 10px 10px 26px #d0d0d0;
  overflow: hidden;
}

.mainTech_img div {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.48s;
  -webkit-transition: all 0.48s;
}

.mainTech_img img {
  width: 100%;
  display: none;
}

.mainTech_con {
  text-align: center;
}

.mainTech_con>p {
  color: #fff;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1px;
  text-transform: capitalize;
  max-width: 1200px;
  margin: 0 auto 38px;
}

.mainTech_con>p span {
  color: #fff;
  display: block;
}

.mainTech_conBox {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.mainTech_conItem {
  padding: 30px;
  width: 25%;
  float: left;
  text-align: center;
  border-left: 2px dashed rgba(222, 198, 150, 0.38);
}

.mainTech_conItem:first-child {
  border-left: 0;
}

.mainTech_conItem img {
  width: 52px;
  margin: 0 auto 20px;
}

.mainTech_conItem p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.mainTech_conItem h1 {
  display: inline-block;
  line-height: 1.6;
  color: #fff;
}

.mainTech_conItem span {
  font-size: 13px;
  color: #fff;
}

.mainTech_con .mainMore {
  margin-top: 42px;

}

/* mainTech  end */

/* mainTwo s */
.mainTwo {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
}

.mainTwo_tech {
  position: relative;
  height: 600px;
  margin-bottom: 68px;
}

.mainTwo_techImg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 32%;
  overflow: hidden;
  z-index: 10;
  box-shadow: 6px 6px 10px 1px rgba(216, 192, 146, 0.1);

}

.mainTwo_techImg a {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 11;
}

.mainTwo_techImg div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.48s;
  -webkit-transition: all 0.48s;
}

.mainTwo_techImg img {
  width: 100%;
  display: none;
}

.mainTwo_techImg:hover div {

  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.mainTwo_techCon {
  position: relative;
  margin-left: 32%;
  width: 60%;
  padding: 50px 60px;
  background: #f6f6f6;
}

.mainTwo_techCon a {
  margin-top: 28px;
}

.mainTwo_techCon p {
  margin-top: 28px;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 2;
}

.mainTwo_team {
  position: relative;
  margin-top: -248px;
  padding-top: 222px;

}

.mainTwo_teamImg {
  overflow: hidden;
  position: absolute;
  top: 110px;
  right: 0;
  z-index: 10;
  width: 46%;
  /* height: calc(100% - 100px); */
  box-shadow: -6px -6px 10px 1px rgba(216, 192, 146, 0.18);
}

.mainTwo_teamImg a {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
}

.mainTwo_teamImg div {
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.48s;
  -webkit-transition: all 0.48s;
}

.mainTwo_teamImg img {
  width: 100%;
  /* display: none; */
}

.mainTwo_teamImg:hover div {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.mainTwo_teamCon {
  width: 92%;
  background: #f6f6f6;

}

.mainTwo_teamCon a {
  float: right;
  margin-top: 20px;
}

.mainTwo_teamCon>div {
  width: 58%;
  padding: 50px 60px;
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
}

.mainTwo_teamCon p {
  margin-top: 28px;
  font-size: 15px;
  line-height: 2;
}

/* mainTwo  end */
/* ========
    about
=================================================== */
.about {
  position: relative;

}

.about .index-series bm_timer_800ms {
  overflow: inherit
}

.about_ab {
  padding: 4% 0 6%;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about_con {
  position: relative;
  overflow: hidden;
}

.about_con>div {
  float: left;
  width: 47%;
}

.top .about_con .mainTit {
  margin-bottom: 6%;
}

.about_con>div:last-of-type {
  margin-left: 6%;
}

.about_con p {
  line-height: 32px;
  text-indent: 2em;
  color: #333;
  font-size: 14px;
}

.about_cul {
  position: relative;
  padding: 4% 0 5%;
  text-align: center;
}

.about_cul:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 68%;
  width: 20px;
}

.top .about_cul .mainTit p {
  font-size: 15px;
  line-height: 32px;
  max-width: 75%;
  margin: 20px auto 0;
}

.top .about_cul .mainTit .mainTit_cn:after {
  left: 50%;
  margin-left: -10px;
}

.about_three {
  margin-top: 4%;
}

.about-cul-items {
  position: relative;
  text-align: right;
  margin-bottom: 28px;
  overflow: hidden;
}

.about-cul-items:nth-child(2n) {
  text-align: left;
}

.about-cul-items:nth-child(2n) .about-cul-img {
  left: auto;
  right: 0;
}

.about-cul-items:nth-child(2n) .about-cul-con {
  text-align: right;
}

.about-cul-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 42%;

}

.about-cul-img img {
  width: 100%;
  display: none;
}

.about-cul-con {
  position: relative;
  padding: 4% 6%;
  width: 58%;
  display: inline-block;
  text-align: left;
}

.about-cul-con img {
  width: 45px;
  margin-bottom: 12px;
}

.about-cul-con h1 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 28px;
  font-family: corporate_sbold, STXihei, STHeitiLight, 华文细黑, 'Microsoft JhengHei', 'Microsoft YaHei', 微软雅黑, Arial, sans-serif;
}

.about-cul-con p {
  font-size: 14px;
  line-height: 32px;
  color: #666666;
}

/* ========
    product
=================================================== */
.product {
  padding: 3% 0;
}

.product_item {
  display: block;
  cursor: pointer;
  position: relative;
  width: 48%;
  float: left;
  margin-bottom: 50px;
  padding: 1%;
}

.product_item:nth-child(2n) {
  float: right;
}

.product_item p {
  font-size: 15px;
  line-height: 32px;
  margin-top: 28px;
  color: #666;
}

.product_img {
  position: relative;
  overflow: hidden;
  background: #eeeeee url("../picture/bg.png") no-repeat center;
  background-size: cover;
  -webkit-transition: all 0.28s ease-in-out;
  -moz-transition: all 0.28s ease-in-out;
  -ms-transition: all 0.28s ease-in-out;
  -o-transition: all 0.28s ease-in-out;
  transition: all 0.28s ease-in-out;
  padding: 0;
  height: 568px;
  width: 100%;
}

.product_imgDiv {
  -webkit-transition: all 0.48s ease-in-out;
  -moz-transition: all 0.48s ease-in-out;
  -ms-transition: all 0.48s ease-in-out;
  -o-transition: all 0.48s ease-in-out;
  transition: all 0.48s ease-in-out;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product_img img {
  width: 100%;
  display: none;
}

.product_name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.product_name h2 {
  position: absolute;
  padding: 38px;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
}

.product_name h2 span {
  font-size: 28px;
  display: block;
  text-transform: uppercase;
  font-family: 'Calibri', sans-serif;
  color: #ffffff;
}

.product_con {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-align: left;
}


.product_item:hover .product_imgDiv {
  margin: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  -webkit-filter: grayscale(0);
  -moz--filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}



/* ========
    product-list
=================================================== */
.proDet {
  padding-bottom: 3%;
}

.proDet .btn-more {
  margin: 20px auto;
}

.proDet .back_bg {
  padding-bottom: 28px;
}

.proDet .back_bg .mainTit {
  text-align: center;
  position: relative;
  top: -38px;
}

.top.proDet .mainTit_cn:after {
  left: 50%;
  margin-left: -10px;
  background: #999;
}

.proDet .mainMore {
  margin: 0 auto 40px;
}

.proDet>.index-series {
  text-align: center;
}

.proDet_box {
  padding: 4% 5px 2%;
  position: relative;
  left: -5px;
  overflow: hidden;
}

.proDet_item {
  cursor: pointer;
  width: 49%;
  overflow: hidden;
  height: 320px;
  text-align: left;
  margin-bottom: 3%;
  float: left;
  background: #f8f8f8;
  position: relative;
  top: 0;
}

.proDet_item:nth-child(2n) {
  float: right;
}

.proDet_item .proDet_img {
  width: 72%;
  float: right;
  height: 100%;
  overflow: hidden;
}

.proDet_item .proDet_img div {
  width: 100%;
  height: 100%;

  -webkit-transition: all 0.48s ease-in-out;
  -moz-transition: all 0.48s ease-in-out;
  -ms-transition: all 0.48s ease-in-out;
  -o-transition: all 0.48s ease-in-out;
  transition: all 0.48s ease-in-out;
}

.proDet_item .proDet_con {
  padding: 4% 2% 4% 4%;
  width: 28%;
  float: left;
}

.proDet_item .proDet_con h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 28px;
}

.proDet_item .proDet_con p {
  color: #666666;
  line-height: 24px;
  font-size: 13px;
  margin-bottom: 12px;
}

.proDet_item .proDet_img img {
  width: 100%;
  display: none;
}

.proDet_item:hover {
  top: -12px;
  padding: 10px;
  box-shadow: 6px 6px 10px #d0d0d0;
}

.proDet_item:hover .proDet_img div {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(0);
  -moz--filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

/* ========
    team
=================================================== */
.team {
  padding: 3% 0 6%;
  background-size: 100% auto;
}

.team .team_p {
  margin-top: 2%;
  font-size: 15px;
  line-height: 28px;
}

.team_box {
  border-top: 1px solid #eee;
  margin-top: 2%;
  padding-top: 2%;
  overflow: hidden;
}

.team_item {
  display: block;
  float: left;
  width: 48%;
  padding: 2%;
}

.team_item:nth-child(2n) {
  float: right;
}

.team_item .team_img {
  overflow: hidden;
  margin-bottom: 30px;
}

.team_item img {
  width: 100%;
  transition: all 0.48s;
  -webkit-transition: all 0.48s;
}

.team_item .team_name {
  position: relative;
}

.team_item .team_name_tit {
  width: 80%;
}

.team_item .team_name h1 {
  font-size: 27px;
  line-height: 37px;
  margin-bottom: 10px;
  color: #000;
}

.team_item .team_name h1 span {
  letter-spacing: 0.5px;
  margin-left: 14px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.team_item .team_name span {
  font-size: 15.5px;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #666;
  line-height: 1.5;
}

.team_name_ico {
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: 100%;
  text-align: center;
}

.team_name_ico em {
  font-size: 48px;
  font-weight: 100;
  font-style: inherit;
  font-family: initial;
  color: #000;
}

.team_item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/* ========
    team-con
=================================================== */
.teamCon {
  padding: 100px 0;
}

.teamCon_box {
  position: relative;
  z-index: 3;
  margin: 0 auto 0;
  overflow: hidden;
  /* padding: 0 0 6%; */
  width: 75%;
}

.teamCon_box .index-series {
  width: 100%;
}

.teamCon_box>div {
  display: inline-block;
  vertical-align: top;
}

.teamCon_img {
  width: 32%;
}

.teamCon_img img {
  width: 100%;
}

.teamCon_img .teamCon_tit {
  display: none;
}

.teamCon_con {
  width: 65%;
  /* padding: 3%; */
  float: right;
}

.teamCon_tit {
  padding-bottom: 24px;
  margin-bottom: 28px;
  border-bottom: 1px solid #888;
}

.teamCon_tit h1 {
  font-size: 27px;
  line-height: 37px;
  margin-bottom: 10px;
}

.teamCon_tit h1 span {
  letter-spacing: 0.5px;
  margin-left: 14px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.teamCon_tit span {
  font-size: 15px;
  letter-spacing: 0.25px;
  color: #666;
  display: inline-block;
  line-height: 1.6;
}

.teamCon_p {}

.teamCon_p p {
  font-size: 16px;
  line-height: 2.1;
  text-indent: 2em;
  margin-bottom: 10px;
}

.teamDet_back {
  position: absolute;
  bottom: 8%;
  left: 38%;
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: #333;
  text-transform: uppercase;
  background: url(../images/menu.png) no-repeat center left;
  background-size: 14px;
  transition: all 0.48s;
  letter-spacing: 2px;
  font-weight: bold;
}

/* ========
    news
=================================================== */
.newNav {
  margin: 28px 0 58px;
  text-align: right;
  border-bottom: 1px dotted #dfdfdf;
  padding-bottom: 0;
}

.newNav a {
  display: inline-block;
  padding: 14px 0;
  font-size: 19px;
  letter-spacing: 0.5px;
  margin-left: 80px;
  border-bottom: 3px solid transparent;
  text-transform: capitalize;
}

.newNav a.active {
  color: #e3c58f;
  border-bottom: 3px solid #e3c58f;
}

@media(max-width:1280px) {
  .newNav a {
    font-size: 18px;
    margin-left: 80px;
  }
}

@media(max-width:1024px) {
  .newNav {
    margin: 14px 0 50px;
  }

  .newNav a {
    font-size: 18px;
    margin-left: 66px;
  }
}

@media(max-width:768px) {
  .newNav {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; 
  }

  .newNav a {
    margin: 0;
  }
}

@media(max-width:468px) {
  .newNav {
    margin: 24px 0 0; 
  }

  .newNav a {
    font-size: 14px;
  }
}

/*  */
.news {
  position: relative;
  padding: 89px 0;
  background: url(../images/bg5.jpg);
}

.newBox {
  margin-top: 40px;
  overflow: hidden;
}

.newItem {
  float: left;
  width: 48%;
  margin-right: 4%;
  display: block;
  margin-bottom: 58px;
  padding: 3%;
  border: 1px solid #eee;
}

.newItem:nth-child(2n) {
  margin-right: 0;
}

.newImg {
  position: relative;
  padding-top: 58%;
}

.newImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newInfo {
  position: relative;
}

.newTop {
  padding: 38px 0 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.newTime {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  padding: 16px 0;
  text-align: center;
  background: #e3c58f;
}

.newTime span {
  color: #fff;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1;
}


.newTime p {
  color: #fff;
  text-transform: capitalize;
  opacity: 0.89;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 100;
}


.newTit {

  width: calc(100% - 110px);
  letter-spacing: 0;
  font-size: 24px;
  line-height: 24px;
  display: block;
  padding: 18px 0 30px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.newTit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
}

.newTxt {
  position: relative;
}

.newP {
  color: #666;
  line-height: 1.8;
  font-weight: 100;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newMore {
  margin-top: 28px;
}

.newMore .more {
  border: 1px dotted #e3c58f;
  display: inline-block;
  padding: 10px 24px;
  text-transform: uppercase;
  color: #e3c58f;
  font-size: 13px;
}

.nPage {
  text-align: center;
}

.nPage a {
  cursor: pointer;
  display: inline-block;
  padding: 10px 24px 8px;
  line-height: 1;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 13px;
  color: #666;
  transition: all 0.48s;
}

.nPage a:hover {
  color: #e3c58f;
  border-color: #e3c58f;
}

.nPage a.active {
  background: #e3c58f;
  color: #fff;
}

@media(max-width:1468px) {
  .newTit {
    width: calc(100% - 92px);
  }

  .newTime {
    width: 78px;
    padding: 16px 0;
  }

  .newTime span {
    font-size: 28px;
  }
}

@media(max-width:1368px) {
  .newTime {
    width: 72px;
    padding: 15px 0;
  }

  .newTime p {
    font-size: 12px;
    margin-top: 0;
  }

  .newTit {
    font-size: 24px;
  }
}

@media(max-width:1024px) {
  .newTop {
    padding: 28px 0 14px;
  }

  .newTime {
    width: 62px;
    padding: 12px 0;
  }

  .newTime span {
    font-size: 24px;
  }

  .newTit {
    font-size: 20px;
    width: calc(100% - 82px);
    padding: 10px 0 24px;
  }


  .newP {
    font-size: 14px;
  }

  .newMore .more {
    font-size: 12px;
  }
}

@media(max-width:900px) {
  .newItem {
    width: 100%;
    float: left;
  }

}

@media(max-width:468px) {
  .newItem {
    margin-bottom: 38px;
  }

  .newTop {
    margin-top: -63px;
    padding: 0;
    display: block;
  }

  .newTit {
    width: 100%;
    padding: 20px 0 10px;
    margin-bottom: 16px;
  }

  .newTime span {
    font-size: 22px;
  }

  /*  */
  .nPage {
    margin-top: 14px;
  }

  .nPage a {

    padding: 4px 12px;
    font-size: 12px;
  }

}

/* ========
    newsDet
=================================================== */
.newsDet {
  position: relative;
  padding: 3% 0 6%;
  background: #eee url(../images/bg5.jpg);
}

.newsDet_box {
  padding: 5%;
  background: #fff;
  margin-top: 56px;
}


.newDet_tit {
  border-bottom: 1px solid #eeeeee;
/*   margin-bottom: 30px; */
  padding-bottom: 14px;
}

.newDet_tit h3 {
  font-size: 21px;
  letter-spacing: 0.5px;
  line-height: 34px;
  margin-bottom: 28px;
}

.newDet_tit span {
  color: #999;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 50px;
}

.newDet_tit svg {
  width: 18px;
  height: 18px;
  margin-right: 3px;
  vertical-align: middle;
  position: relative;
}

.newDet_tit path {
  fill: #999;
}


.newDet-con {
  text-align: left;
  width: 100%;
  padding-top: 28px;
}

.newDet-con span {
  line-height: 1.8;
}

.newDet-con img {
 width: 100%;
}

.newDet-con p {
  letter-spacing: 0.25px;
  line-height:1;
   margin: 10px 0;
}

.newDet-btn {
  margin-top: 38px;
  text-align: center;
  padding-bottom: 10px;
}

.newDet-btn .mainMore {
  margin: 0 auto;
  width: 218px;
  height: 49px;
  padding: 17px 0;
}

/* ========
    lab
=================================================== */
.lab {
  position: relative;
  padding: 3% 0 6%;
}

.labDiv {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  margin-top: 56px;
}

.labItem {
  float: left;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.labA {
  display: block;
  width: 100%;
}

.labImg {
  position: relative;
  height: 280px;
}

.labImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.labTxt {
  background: #f8f8f8;
  width: 100%;
  padding: 24px;
  min-height: 158px;
}

.labTxt div {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.labTxt span {
  font-weight: bold;
  width: 86px;
  line-height: 1.4;
}

.labTxt p {
  display: inline-block;
  width: calc(100% - 86px);
  line-height: 1.4;
}

@media(max-width:1200px) {
  .labItem {
    width: 50%;
  }
}

@media(max-width:768px) {
  .lab {
    padding: 48px 0;
  }

  .labItem {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .labDiv {
    margin: 34px 0 0;
  }
}

/* ========
    contact
=================================================== */

.contact {
  background: url(../picture/aboutBg3.jpg);
  padding: 4% 0 8%;
  position: relative;
}

.contact .index-series {
  /* width: 1000px; */
  overflow: inherit;
}

/* .contact_box {
    position: relative;
} */

.contact_boxr {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  text-align: right;
}

.contact_boxr1 {
  width: 42%;
  display: inline-block;
  height: 100%;
  background: url(../picture/p02.jpg) no-repeat center;
  background-size: cover;
  /* background: #E5E5E5; */
}

.contact_boxr2 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 72%;
  width: 92%;
  background: #fff;
  /* background: #969696; */
  border: 1px solid rgba(223, 199, 151, 0.5);
  padding: 6px;
}

#allmap {
  width: 100%;
  height: 100%;
}

.contact_boxl {
  width: 30%;
  padding-top: 4%;
}

.contact_boxl h1 {
  font-size: 20px;
  color: #dfc797;
  margin-bottom: 20px;
}

.contact_boxl p {
  line-height: 38px;
  font-size: 14px;
  color: #666;
}

.contact_boxl p span {
  font-weight: bold;
}

.contact_boxl img {
  border: 1px solid #e0e0e0;
  padding: 3px;
  width: 102px;
  display: block;
}

.contact_boxl div {
  margin-top: 3%;
}

.contact_boxl div p {
  display: inline-block;
  text-align: center;
  margin: 0 6px;
  font-size: 13px;
  line-height: 28px;
}

/* inline */
.inline {
  padding: 4% 0;
  background: #eee;
  text-align: center;
  margin: 0;
}

.inline .mainTit .mainTit_cn::after {
  left: 50%;
  margin-left: -10px;
}

.inline.top .txt-box .sub:after {
  left: 50%;
  margin-left: -10px;
}

.inline .index-series {
  width: 1000px;
}

.inline .txt-box .lead,
.inline .txt-box .sub {
  color: #fff;
}

.inline_box {
  margin-top: 3%;
}

.inline_box form {
  overflow: hidden;
}

.inline_box div {
  float: left;
  width: 49%;
  margin-right: 2%;
  text-align: left;
  margin-bottom: 2%;
}

.inline_box div:nth-child(2n) {
  margin-right: 0;
}

.inline_box .inline_box_wid {
  width: 100%;
}

.inline_box .inline_box_wid:last-child {
  text-align: center;
}

.inline_box div label {
  color: #666;
  font-size: 15px;
  margin-left: 6px;
}

.inline_box input {
  width: 100%;
  border: 0;
  line-height: 48px;
  height: 48px;
  margin-top: 1%;
  background: #fff;
  padding-left: 12px;
}

.inline_box .inline_box_wid input {
  width: 210px;
  color: #666;
  margin: 0 6px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
}

.inline_box .inline_box_wid:last-child input:last-child {
  background: #000;
  color: #fff;
}

.inline_box textarea {
  width: 100%;
  height: 168px;
  background: #fff;
  border: 0;
  margin-top: 1%;
}