﻿html {
  font-size: 62.5%;
  background: #fff;
  /*10 ÷ 16 × 100% = 62.5%*/
}
body {
  font-family: "microsoft yahei", "sans-serif", "华文细黑", "黑体";
  background: #fff;
}
* {
  outline: none;
}
ol,
li {
  list-style: none;
}
header,
footer,
#main {
  width: 100%;
}
#main {
  position: relative;
  z-index: 2;
}
header {
  position: relative;
}
/*css3*/
.clear:after {
  display: block;
  content: "";
  clear: both;
}
.czspjz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -49%);
  -webkit-transform: translate(-50%, -49%);
}
.before {
  display: block;
  content: "";
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.f300 {
  font-weight: 300;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.clear {
  clear: both;
  display: block;
  content: "";
}
/*放大缩小动画*/
@keyframes scaleAnimate {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@-webkit-keyframes scaleAnimate {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
  }
}
/*---------------------------------------------------------------------------------header--------------------------------------------------------------------------------------*/
.pc-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out;
}
.nav {
  margin-top: 50px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.nav .container {
  position: relative;
}
.nav .container .logo {
  float: left;
}
.nav .container .nav_list {
  float: right;
  width: 60%;
  margin-top: 12px;
  margin-right: 40px;
}
.nav .container .nav_list ul {
  display: flex;
  justify-content: flex-start;
}
.nav .container .nav_list ul li {
  width: 12.5%;
  text-align: center;
  cursor: pointer;
  height: 30px;
}
.nav .container .nav_list ul li .nav_list_t1 {
  color: #fff;
}
.nav .container .nav_list ul li .nav_list_t1 span {
  position: relative;
  transition: 300ms;
}
.nav .container .nav_list ul li .nav_list_t1 span a {
  color: #fff;
}
.nav .container .nav_list ul li .nav_list_t1 span::after {
  display: block;
  content: "";
  width: 9px;
  height: 7px;
  background: url("../images/xiala.png") no-repeat center;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.nav .container .nav_list ul li .nav_list_t1 .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  border-bottom: 1px solid #434141;
  visibility: hidden;
  opacity: 0;
  transition: 500ms;
}
.nav .container .nav_list ul li .nav_list_t1 p {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  padding-right: 50px;
}
.nav .container .nav_list ul li .nav_list_t1 p a {
  color: #fff;
  font-size: 13px;
  height: 60px;
  line-height: 60px;
  position: relative;
  margin-left: 55px;
}
.nav .container .nav_list ul li .nav_list_t1 p a::after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #e2c3a0;
  position: absolute;
  right: 120%;
  top: 50%;
  transform: translateY(-50%);
  transition: 400ms;
}
.nav .container .nav_list ul li .nav_list_t1 p a:hover {
  color: #e2c3a0;
}
.nav .container .nav_list ul li .nav_list_t1 p a:hover::after {
  width: 30px;
}
.nav .container .nav_list ul li:hover .container {
  visibility: visible;
  opacity: 1;
}
.nav .container .nav_list ul li:hover span {
  color: #e2c3a0;
}
.nav .container .nav_list ul li:hover span::after {
  opacity: 1;
}
.nav .container .nav_list ul li:nth-of-type(1) .nav_list_t1 span:after {
  display: none;
}
.nav .container .search_ico {
  position: absolute;
  right: 0;
  top: 13px;
  cursor: pointer;
}
.pc-nav-animate,
.pc-nav-animate-in {
  background: rgba(2, 2, 2, 0.821);
  margin-top: 0 !important;
}
.pc-nav-animate .container .nav_list ul li,
.pc-nav-animate-in .container .nav_list ul li {
  height: 52px;
  line-height: 44px;
}
.pc-nav-animate .container .search_ico,
.pc-nav-animate-in .container .search_ico {
  top: 23px;
}
.pc-nav-animate .container .logo,
.pc-nav-animate-in .container .logo {
  margin-top: 10px;
}
.pc-nav-animate .container .nav_list ul li .nav_list_t1 .container,
.pc-nav-animate-in .container .nav_list ul li .nav_list_t1 .container {
  top: 64px;
  background: #fff !important;
  border-bottom: 0;
}
.pc-nav-animate .container .nav_list ul li .nav_list_t1 .container p a,
.pc-nav-animate-in .container .nav_list ul li .nav_list_t1 .container p a {
  color: #000;
}
.pc-nav-animate .container .nav_list ul li .nav_list_t1 .container p a:hover,
.pc-nav-animate-in .container .nav_list ul li .nav_list_t1 .container p a:hover {
  color: #e2c3a0;
}
.search_all {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 100;
  background: rgba(0, 0, 0, 0.87);
}
.search_all .s_con {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.search_all .s_title2 {
  display: block;
  font-size: 24px;
  color: #fff;
  padding: 18px 0 40px 0;
}
.search_all .input_wrap {
  height: 60px;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.search_all .input_wrap input {
  background: #fff;
  display: block;
  width: 35vw;
  height: 100%;
  border: 0;
  overflow: hidden;
}
.search_all .input_wrap div {
  width: 10vw;
  height: 100%;
  position: relative;
  background: #4d3528;
  transition: 500ms;
  cursor: pointer;
}
.search_all .input_wrap div img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.search_all .input_wrap div:hover {
  background: #e2c3a0;
}
.search_all .input_wrap button {
  background: #e2c3a0;
  border: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
}
.search_all .pro_list {
  width: 100%;
  margin: 30px auto;
  justify-content: center;
  margin-left: -2vw;
}
.search_all .pro_list ul {
  display: flex;
  justify-content: center;
}
.search_all .pro_list ul li {
  margin-left: 4vw;
}
.search_all .pro_list ul li a {
  color: #fff;
  font-size: 16px;
}
.search_all .close_btn {
  display: block;
  margin: 45px auto;
  cursor: pointer;
}
/*---------------------------------------------------------------------------------小屏幕手机--------------------------------------------------------------------------------------*/
.mobile-nav .h-nav-g {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background: #fff;
  transition: 300ms;
  -webkit-transition: 300ms;
  border-bottom: 1px solid #ccc;
}
.mobile-nav .h-nav-g h1 img {
  position: absolute;
  max-height: 28px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mobile-nav .h-nav-g .btn_i {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mobile-nav .h-nav-g .btn_i small,
.mobile-nav .h-nav-g .btn_i:before,
.mobile-nav .h-nav-g .btn_i:after {
  display: block;
  content: "";
  width: 24px;
  height: 2px;
  background: #202020;
  border-radius: 4px;
  margin: 6px 0;
}
.mobile-nav .h-nav-g .btn_i_click small {
  opacity: 0;
}
.mobile-nav .h-nav-g .btn_i_click:before {
  transform: rotateZ(45deg);
  transform-origin: 0px 6px;
}
.mobile-nav .h-nav-g .btn_i_click:after {
  transform: rotateZ(-45deg);
  transform-origin: 5px -1px;
}
.mobile-nav .h-nav-g .i_tel {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-image: url("../images/tel.png");
  position: absolute;
  right: 15px;
  top: 0;
  height: 60px;
  width: 40px;
}
.mobile-nav .ul-small {
  background: #3a3a3a;
  overflow-y: scroll;
  width: 220px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
  transform: translateX(220px);
  transition: 300ms;
  -webkit-transition: 300ms;
  -webkit-transform: translateX(220px);
}
.mobile-nav .ul-small ul {
  margin-top: 20px;
}
.mobile-nav .ul-small ul li > a {
  padding-right: 30px;
  line-height: 48px;
  display: block;
  position: relative;
  padding-left: 20%;
  color: #767676;
  font-size: 14px;
  border-bottom: 1px solid rgba(118, 118, 118, 0.52);
}
.mobile-nav .ul-small ul li > a:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #767676;
  position: absolute;
  left: 8%;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
}
.mobile-nav .ul-small ul li > a:after {
  display: none;
  content: "+";
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
}
.mobile-nav .ul-small ul li:nth-of-type(2) > a:after,
.mobile-nav .ul-small ul li:nth-of-type(3) > a:after,
.mobile-nav .ul-small ul li:nth-of-type(4) > a:after,
.mobile-nav .ul-small ul li:nth-of-type(5) > a:after,
.mobile-nav .ul-small ul li:nth-of-type(6) > a:after,
.mobile-nav .ul-small ul li:nth-of-type(7) > a:after,
.mobile-nav .ul-small ul li:last-of-type > a:after {
  display: block;
}
.mobile-nav .ul-small ul li:last-of-type > a:after {
  display: block !important;
}
.mobile-nav .ul-small ul li.after_none > a:after {
  display: none;
}
.mobile-nav .ul-small ul li:last-child > a:after {
  display: none;
}
.mobile-nav .ul-small ul li p {
  display: none;
  background: #19191a;
}
.mobile-nav .ul-small ul li p > a {
  line-height: 45px;
  font-size: 14px;
  color: #767676;
  padding-left: 20%;
  position: relative;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  display: block;
}
.mobile-nav .ul-small ul li p > a:after {
  display: block;
  content: "";
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  width: 7px;
  height: 11px;
  background: url("../images/menu_bg3.png") no-repeat center;
  background-size: cover;
}
.mobile-nav .ul-small ul li.li_click > a {
  color: #fff;
}
.mobile-nav .ul-small ul li.li_click > a:before {
  background: #ffc801;
  border: 2px solid #ffc801;
}
.mobile-nav .ul-small ul li.li_click > a:after {
  content: "-";
  color: #767676;
}
.mobile-nav .translate {
  transform: translateX(-220px);
  -webkit-transform: translateX(-220px);
}
.mobile-nav .translate2 {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
/*---------------------------------------------------------------------------------banner--------------------------------------------------------------------------------------*/
.banner {
  position: relative;
}
.banner .section-second {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .banner_tel {
  position: absolute;
  right: 0;
  bottom: 7%;
  z-index: 2;
}
.banner .banner_tel p {
  color: #fff;
  opacity: 0.68;
  font-size: 12px;
  text-align: right;
}
.banner .banner_tel b {
  font-size: 40px;
  color: #edbe87;
  text-align: right;
  display: block;
}
.banner .swiper-container .swiper-slide {
  position: relative;
}
.banner .swiper-container .swiper-slide .banner_img img {
  width: 100%;
  display: block;
}
.banner .swiper-container .swiper-slide .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .swiper-container .swiper-slide .container .banner_txt {
  color: #fff;
}
.banner .swiper-container .swiper-slide .container .banner_txt .banner_t1 {
  font-size: 88px;
}
.banner .swiper-container .swiper-slide .container .banner_txt .banner_t2 {
  font-size: 30px;
  font-weight: 300;
  opacity: 0.85;
}
.banner .swiper-container > .container {
  position: absolute;
  left: 0;
  bottom: 2% !important;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.banner .swiper-container .swiper-pagination-banner {
  color: #fff;
  width: 100%;
  padding: 0 0 5px 0;
  text-align: center;
  z-index: 2;
}
.banner .swiper-container .swiper-pagination-banner .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  opacity: 0.8;
}
.banner .swiper-container .swiper-pagination-banner .swiper-pagination-bullet-active {
  background: #e2c3a0;
}
.banner .notice {
  width: 42%;
  height: 70px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
}
.banner .notice .swiper-container-colum {
  height: 70px;
}
.banner .notice .swiper-slide {
  height: 70px !important;
}
.banner .notice .swiper-slide .notice_one {
  display: block;
  height: 100%;
  line-height: 70px;
  overflow: hidden;
  padding: 0 6%;
}
.banner .notice .swiper-slide .notice_one small {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  float: left;
}
.banner .notice .swiper-slide .notice_one span {
  font-size: 16px;
  color: #232323;
  font-weight: 300;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 65%;
}
@-webkit-keyframes imgScale {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
@keyframes imgScale {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
@keyframes mymove {
  from {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  to {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
  }
}
@-webkit-keyframes mymove {
  from {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  to {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
  }
}
.more_btn_wrap {
  width: 250px;
  height: 55px;
  background: #4d3528;
  position: relative;
}
.more_btn_wrap .jia {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.more_btn_wrap .button--isi {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #4d3528;
  font-size: 20px;
  text-align: left;
  text-indent: 30px;
  padding: 0;
}
.more_btn_wrap .button--isi > span {
  font-weight: 500;
}
.more_btn_wrap .button--isi::before {
  background: #000;
}
.more_btn_wrap .button--isi:hover::before {
  -webkit-transform: scale3d(12, 9, 1);
  transform: scale3d(12, 9, 1);
}
.index_message {
  margin-bottom: 4%;
}
.index_message .msg_top {
  width: 90%;
  margin: 7% auto 5%;
}
.index_message .msg_top ul {
  display: flex;
  justify-content: space-between;
}
.index_message .msg_top ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_message .msg_top ul li div {
  width: 54px;
  height: 54px;
  background: #4d3528;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.index_message .msg_top ul li p {
  margin-left: 10px;
}
.index_message .msg_top ul li p span {
  display: block;
  font-size: 20px;
  color: #212121;
}
.index_message .msg_top ul li p small {
  display: block;
  font-size: 14px;
  color: #b0b0b0;
}
.index_message .msg_form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index_message .msg_form .msg_form_left {
  width: 52%;
}
.index_message .msg_form .msg_form_left img {
  display: block;
  width: 100%;
}
.index_message .msg_form .msg_form_right {
  width: 48%;
  background: #1b1b1b;
}
.index_message .msg_form .msg_form_right .title_1 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #545454;
}
.index_message .msg_form .msg_form_right .title_1 a {
  display: block;
  width: 50%;
  background: #f0002f;
}
.index_message .msg_form .msg_form_right .title_1 a p {
  width: 100%;
}
.index_message .msg_form .msg_form_right .title_1 p {
  height: 78px;
  display: block;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_message .msg_form .msg_form_right .title_1 p span {
  font-size: 24px;
  color: #fff;
  display: block;
  margin-left: 17px;
}
.index_message .msg_form .msg_form_right .form_in {
  padding-bottom: 30px;
}
.index_message .msg_form .msg_form_right .form_in div.title_3 {
  font-size: 34px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
.index_message .msg_form .msg_form_right .form_in div.title_3 b {
  font-size: 50px;
  color: #ffd800;
  padding: 0 7px;
  position: relative;
  top: 5px;
}
.index_message .msg_form .msg_form_right .form_in #form1 > input {
  display: block;
  width: 70%;
  line-height: 48px;
  height: 48px;
  border-radius: 6px;
  background: #fff;
  text-indent: 10px;
  font-size: 16px;
  margin: 0 auto 20px auto;
}
.index_message .msg_form .msg_form_right .form_in #form1 #city_2 {
  width: 70%;
  position: relative;
  height: 48px;
  background: #fff;
  border-radius: 4px;
  margin: 0 auto;
}
.index_message .msg_form .msg_form_right .form_in #form1 #city_2 input {
  height: 36px;
  display: block;
  width: 100%;
}
.index_message .msg_form .msg_form_right .form_in #form1 #city_2 .sel {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  margin-left: 11px;
}
.index_message .msg_form .msg_form_right .form_in #form1 #city_2 .sel div {
  position: relative;
}
.index_message .msg_form .msg_form_right .form_in #form1 #city_2 .sel div .line {
  position: absolute;
  right: -42px;
  top: 12px;
  width: 57px;
  height: 31px;
  background: #fff;
  font-size: 16px;
}
.index_message .msg_form .msg_form_right .form_in #form1 #city_2 .sel div .line2 {
  right: -43px;
  z-index: 2;
}
.index_message .msg_form .msg_form_right .form_in #form1 #city_2 .sel .sel2 {
  margin-left: 10px;
}
.index_message .msg_form .msg_form_right .form_in #form1 #city_2 .sel select {
  border: 0;
  height: 48px;
  background: none;
  font-size: 14px;
  color: #212121;
}
.index_message .msg_form .msg_form_right .form_in #form1 #city_4 {
  width: 70%;
  position: relative;
  height: 48px;
  background: #fff;
  border-radius: 4px;
  margin: 0 auto;
}
.index_message .msg_form .msg_form_right .form_in #form1 #city_4 input {
  height: 36px;
  display: block;
  width: 100%;
}
.index_message .msg_form .msg_form_right .form_in #form1 #city_4 .sel {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  margin-left: 11px;
}
.index_message .msg_form .msg_form_right .form_in #form1 #city_4 .sel div {
  position: relative;
}
.index_message .msg_form .msg_form_right .form_in #form1 #city_4 .sel div .line {
  position: absolute;
  right: -42px;
  top: 12px;
  width: 57px;
  height: 31px;
  background: #fff;
  font-size: 16px;
}
.index_message .msg_form .msg_form_right .form_in #form1 #city_4 .sel div .line2 {
  right: -43px;
  z-index: 2;
}
.index_message .msg_form .msg_form_right .form_in #form1 #city_4 .sel .sel2 {
  margin-left: 10px;
}
.index_message .msg_form .msg_form_right .form_in #form1 #city_4 .sel select {
  border: 0;
  height: 48px;
  background: none;
  font-size: 14px;
  color: #212121;
}
.index_message .msg_form .msg_form_right .form_in #form1 button {
  display: block;
  width: 50%;
  margin: 20px auto 0 auto;
  line-height: 48px;
  height: 48px;
  background: #e2c3a0;
  font-size: 15px;
  border-radius: 6px;
  color: #4d3528;
  text-align: center;
}
.index_message .msg_form .msg_form_right-info {
  background: #4d3528;
  width: 50%;
  margin-left: -2%;
  position: relative;
  z-index: 2;
}
.index_message .msg_form .msg_form_right-info .yuyue-small {
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
/*---------------------------------------------------------------------------------news--------------------------------------------------------------------------------------*/
.company {
  position: relative;
}
.company .center-block {
  max-width: 100%;
}
.company .company_left {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 95%;
}
.company .company_left .company_left_in {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.company .company_left h3 {
  font-size: 36px;
  color: #fff;
  display: block;
  margin-bottom: 2%;
}
.company .company_left .line {
  width: 39px;
  height: 3px;
  background: #e2c3a0;
  margin: 3% 0;
}
.company .company_left .zy_small {
  font-size: 20px;
  color: #fff;
  display: block;
}
.company .company_left .company_con {
  font-size: 14px;
  color: #fff;
  width: 28%;
  line-height: 30px;
  display: block;
}
.company .company_left .daiyanren {
  position: absolute;
  left: 26%;
  bottom: 0%;
  width: 12%;
}
.company .container {
  height: 100%;
}
.company .more_btn_wrap {
  margin-top: 2%;
}
.company .more_btn_wrap .button--isi {
  background: #000;
}
.company .more_btn_wrap .button--isi::before {
  background: #e8c19b;
}
img.lazy {
  background: url("../images/loading.gif") no-repeat center;
}
.index_pro_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index_pro_list .pro_list {
  margin-bottom: 8%;
}
.index_pro_list .pro_list ul {
  overflow: hidden;
}
.index_pro_list .pro_list ul li {
  margin-left: 30px;
  margin-top: 50px;
}
.index_pro_list .pro_list ul li a {
  display: block;
  position: relative;
}
.index_pro_list .pro_list ul li a span {
  font-size: 20px;
  color: #fff;
  transition: 400ms;
}
.index_pro_list .pro_list ul li a::after {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #e2c3a0;
  position: absolute;
  right: 120%;
  top: 50%;
  transform: translateY(-50%);
  transition: 400ms;
}
.index_pro_list .pro_list ul li a:hover::after {
  width: 30px;
}
.index_pro_list .pro_list ul li a:hover span {
  color: #e2c3a0;
}
.index_pro_list .pro_list_right {
  width: 68%;
}
.product {
  background: url(../images/pro_bg.png) no-repeat center;
  background-size: cover;
  padding: 60px 0 150px 0;
  background-attachment: fixed;
}
.product .title {
  color: #fff;
}
.product .title p {
  font-size: 60px;
}
.product .title span {
  font-size: 30x;
}
.product .swiper-container-case-wrap {
  position: relative;
}
.product .swiper-container-case-wrap .swiper-case-next,
.product .swiper-container-case-wrap .swiper-case-prev {
  width: 45px;
  height: 45px;
  background: #e2c3a0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 500ms;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}
.product .swiper-container-case-wrap .swiper-case-next:hover,
.product .swiper-container-case-wrap .swiper-case-prev:hover {
  background-color: #fff;
}
.product .swiper-container-case-wrap .swiper-case-next img,
.product .swiper-container-case-wrap .swiper-case-prev img {
  display: none;
}
.product .swiper-container-case-wrap .swiper-case-next {
  background-image: url("../images/prev.png");
}
.product .swiper-container-case-wrap .swiper-case-prev {
  background-image: url("../images/next.png");
}
.product .swiper-container-case-wrap .swiper-case-next {
  left: -23px;
  z-index: 2;
}
.product .swiper-container-case-wrap .swiper-case-prev {
  right: -23px;
  z-index: 2;
}
.product .swiper-container-case {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.product .swiper-container-case .swiper-slide {
  position: relative;
  background: #4d3528;
  overflow: hidden;
}
.product .swiper-container-case .swiper-slide span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
  display: block;
  text-indent: 20px;
  opacity: 0;
  transition: 500ms;
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
.product .swiper-container-case .swiper-slide span::after {
  display: none;
  content: "";
  width: 14px;
  height: 1px;
  background: #e2c3a0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.product .swiper-container-case .swiper-slide img {
  display: block;
  width: 100%;
  transition: 500ms;
}
.product .swiper-container-case .swiper-slide:hover img {
  opacity: 0.2;
}
.product .swiper-container-case .swiper-slide:hover span {
  opacity: 1;
  margin-top: 0;
}
.product .swiper-pagination {
  position: absolute;
  bottom: -100px;
  text-align: center;
  width: 90%;
  left: 50%;
  margin-left: -45%;
}
.product .swiper-pagination::after,
.product .swiper-pagination::before {
  display: block;
  content: "";
  width: 44%;
  height: 1px;
  background: #494036;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.product .swiper-pagination::after {
  left: 0;
}
.product .swiper-pagination::before {
  right: 0;
}
.product .swiper-pagination .swiper-pagination-bullet {
  background: #e2c3a0;
  margin: 0 5px;
}
.case_2 {
  padding: 0% 0;
  width: 100%;
  overflow: hidden; padding-top:40px
}
.case_2 .case_title {
  text-align: right;
  margin-bottom: 4%;
  color: #121212;
}
.case_2 .case_title b {
  display: block;
  font-size: 60px; height:80px; line-height:80px
}
.case_2 .case_title span {
  font-size: 30px;
}
.case_2 .swiper-container-c2-wrap {
  position: relative;
}
.case_2 .swiper-container-c2-wrap .swiper-container-c2 {
  width: 130%;
  height: 100%;
  margin-left: -15%;
  position: relative;
}
.case_2 .swiper-container-c2-wrap .swiper-container-c2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  position: relative;
}
.case_2 .swiper-container-c2-wrap .swiper-container-c2 .swiper-slide img {
  display: block;
  width: 100%;
}
.case_2 .swiper-container-c2-wrap .swiper-container-c2 .swiper-slide span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 72px;
  color: #fff;
  background: #1f438d;
  text-indent: 25px;
  text-align: left;
}
.case_2 .swiper-container-c2-wrap .swiper-container-c2 .swiper-slide-active,
.case_2 .swiper-container-c2-wrap .swiper-container-c2 .swiper-slide-duplicate-active {
  transform: scale(1);
}
.case_2 .swiper-container-c2-wrap .swiper-c2-next,
.case_2 .swiper-container-c2-wrap .swiper-c2-prev {
  width: 45px;
  height: 45px;
  background: #e2c3a0;
  position: absolute;
  left: 50%;
  margin-left: 24px;
  top: 50%;
  margin-top: -24px;
  z-index: 3;
  margin-left: -45px;
  transition: 500ms;
}
.case_2 .swiper-container-c2-wrap .swiper-c2-next img,
.case_2 .swiper-container-c2-wrap .swiper-c2-prev img {
  display: block;
  width: 13px;
  height: 21px;
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.case_2 .swiper-container-c2-wrap .swiper-c2-prev:hover {
  background: #fff;
}
.case_2 .swiper-container-c2-wrap .swiper-c2-next:hover {
  background: #000;
}
.case_2 .swiper-container-c2-wrap .swiper-c2-next {
  background: #4d3528;
  margin-left: 15.5%;
}
.case_2 .swiper-container-c2-wrap .swiper-c2-prev {
  margin-left: -17.8%;
}
.jiameng {
  background: url("../images/jiameng_bg3.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 10%;
  margin-top: -3%;
  background-attachment: fixed;
}
.jiameng .jm_title {
  width: 62.5%;
  display: block;
  margin: 0 auto;
}
.jiameng .jiameng_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jiameng .jiameng_in .jiameng_in_left {
  width: 38%;
  margin-left: 4%;
}
.jiameng .jiameng_in .jiameng_in_left b {
  display: block;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}
.jiameng .jiameng_in .jiameng_in_left b strong {
  color: #ffdc01;
}
.jiameng .jiameng_in .jiameng_in_left p {
  margin: 40px 0;
}
.jiameng .jiameng_in .jiameng_in_left p small {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.jiameng .jiameng_in .jiameng_in_left .more_btn_wrap {
  margin-top: 2%;
}
.jiameng .jiameng_in .jiameng_in_left .more_btn_wrap .button--isi {
  background: #f8c302;
  color: #121212;
}
.jiameng .jiameng_in .jiameng_in_left .more_btn_wrap .jia {
  color: #121212;
}
.jiameng .jiameng_in .jiameng_in_left .more_btn_wrap:hover .button--isi,
.jiameng .jiameng_in .jiameng_in_left .more_btn_wrap:hover .jia {
  color: #fff;
}
.jiameng .jiameng_in .jiameng_in_left .more_btn_wrap .button--isi::before {
  background: #4d3528;
}
.jiameng .jiameng_in .jiameng_in_right {
  width: 45%;
}
.jiameng .jiameng_in .jiameng_in_right .video {
  position: relative;
}
.jiameng .jiameng_in .jiameng_in_right .video .video_1 {
  position: relative;
}
.jiameng .jiameng_in .jiameng_in_right .video img {
  display: block;
  max-width: 100%;
}
.jiameng .jiameng_in .jiameng_in_right .video .img_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: auto;
  margin-left: -33px;
  margin-top: -33px;
  display: block;
  cursor: pointer;
  transition: 300ms;
}
.jiameng .jiameng_in .jiameng_in_right .video .img_btn:hover {
  transform: scale(1.1);
}
.jiameng .jiameng_in .jiameng_in_right .video #video_one {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.news {
  padding-top: 8%;
  background: #f0f0f0;
  padding-bottom: 6%;
}
.news .n_title {
  text-align: center;
  margin-bottom: 6%;
}
.news .n_title b {
  display: block;
  font-size: 64px;
  color: #121212;
}
.news .n_title span {
  font-size: 22px;
  color: #121212;
}
.news .swiper-container-news {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}
.news .swiper-container-news .swiper-slide {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.news .swiper-container-news .swiper-slide .content {
  position: relative;
  z-index: 2;
  padding: 20px;
  color: #121212;
}
.news .swiper-container-news .swiper-slide .content > span {
  font-size: 22px;
  display: block;
  transition: 300ms;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news .swiper-container-news .swiper-slide .content > small {
  font-size: 14px;
  margin: 25px 0;
  display: block;
  transition: 300ms;
  color: #000;
  min-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .swiper-container-news .swiper-slide .content p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .swiper-container-news .swiper-slide .content p span {
  font-size: 14px;
  transition: 300ms;
}
.news .swiper-container-news .swiper-slide .content p b {
  font-size: 16px;
  color: #4d3528;
  transition: 300ms;
}
.news .swiper-container-news .swiper-slide .img-wrap {
  height: 310px;
  overflow: hidden;
}
.news .swiper-container-news .swiper-slide .img-wrap img {
  width: 100%;
  transition: 500ms;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news .swiper-container-news .swiper-slide:hover .img-wrap {
  opacity: 1;
}
.news .swiper-container-news .swiper-slide:hover .img-wrap img {
  transform: scale(1.1);
}
.news .swiper-container-news .swiper-slide:hover .content > span {
  color: #e2c3a0;
}
.news .swiper-container-news .swiper-pagination-bullet {
  background: #4d3528;
  margin: 0 5px;
}
.index_jobs {
  background: url("../images/jobs_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 10% 0;
}
.index_jobs .container > b {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 32px;
}
.index_jobs .container > small {
  display: block;
  font-size: 22px;
  color: #fff;
  margin: 30px 0 40px 0;
  text-align: center;
}
.index_jobs .container .more_btn_wrap {
  margin: 0 auto;
}
.index_jobs .container .more_btn_wrap .button--isi {
  background: #e2c3a0;
  color: #121212;
}
.index_jobs .container .more_btn_wrap .jia {
  color: #121212;
}
.index_jobs .container .more_btn_wrap:hover .button--isi,
.index_jobs .container .more_btn_wrap:hover .jia {
  color: #fff;
}
.index_jobs .container .more_btn_wrap .button--isi::before {
  background: #4d3528;
}
.footer {
  background: #121212;
  border-top: 1px solid #e2c3a0;
  padding-bottom: 120px;
}
.footer .f_top {
  padding: 50px 0;
  border-bottom: 1px solid #353535;
  clear: both;
  display: block;
  content: "";
}
.footer .f_top:after {
  display: block;
  content: "";
  clear: both;
}
.footer .f_top > img {
  display: block;
  float: left;
}
.footer .f_top .f_qq {
  float: right;
  margin-top: 15px;
}
.footer .f_top .f_qq ul li {
  float: left;
  position: relative;
  margin-left: 50px;
  width: 22px;
  height: 18px;
}
.footer .f_top .f_qq ul li dl {
  width: 294px;
  height: 115px;
  position: absolute;
  left: -115px;
  top: 33px;
  opacity: 0;
  transition: 300ms;
  visibility: hidden;
  white-space: nowrap;
  background-color: #000;
}
.footer .f_top .f_qq ul li dl dd {
  float: left;
  margin: 4px;
}
.footer .f_top .f_qq ul li dl dd img {
  width: 90px;
  height: 90px;
}
.footer .f_top .f_qq ul li dl dd p {
  width: 90px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.footer .f_top .f_qq ul li a {
  display: block;
  width: 22px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -1000rem;
}
.footer .f_top .f_qq ul li:hover dl {
  opacity: 1;
  visibility: visible;
}
.footer .f_top .f_qq ul li:nth-of-type(1) a {
  background-image: url(../images/f_ico1.png);
}
.footer .f_top .f_qq ul li:nth-of-type(1) a:hover {
  background-image: url(../images/f_ico11.png);
}
.footer .f_top .f_qq ul li:nth-of-type(2) a {
  background-image: url(../images/f_ico2.png);
}
.footer .f_top .f_qq ul li:nth-of-type(2) a:hover {
  background-image: url(../images/f_ico22.png);
}
.footer .f_top .f_qq ul li:nth-of-type(3) a {
  background-image: url(../images/f_ico3.png);
}
.footer .f_top .f_qq ul li:nth-of-type(3) a:hover {
  background-image: url(../images/f_ico33.png);
}
.footer .f_center {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 0;
}
.footer .f_center .f_c_left {
  display: flex;
  justify-content: flex-start;
}
.footer .f_center .f_c_left dl {
  margin-right: 65px;
}
.footer .f_center .f_c_left dl dt {
  font-size: 18px;
  color: #ffc689;
  margin-bottom: 40px;
}
.footer .f_center .f_c_left dl dt a {
  color: #ffc689;
}
.footer .f_center .f_c_left dl dd {
  margin-bottom: 25px;
  display: block;
}
.footer .f_center .f_c_left dl dd a {
  font-size: 14px;
  color: #e2e2e2;
  transition: 300ms;
}
.footer .f_center .f_c_left dl dd a:hover {
  color: #fff;
}
.footer .f_center .f_c_right {
  text-align: right;
}
.footer .f_center .f_c_right b {
  display: block;
  font-size: 32px;
  color: #f5b788;
}
.footer .f_center .f_c_right span {
  display: block;
  color: #716d6d;
}
.footer .f_bottom {
  display: flex;
  justify-content: space-between;
  padding: 5px 0 40px 0;
  border-top: 1px solid #353535;
}
.footer .f_bottom span,
.footer .f_bottom a {
  color: #fff;
  opacity: 0.8;
}
.footer .f_bottom a:hover {
  opacity: 1;
}
.footer .ewm_list {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
.footer .ewm_list p {
  margin: 0 8px;
}
.footer .ewm_list img {
  display: block;
  width: 150px;
}
.footer .ewm_list small {
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: none;
}
.mask .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.mask .bg {
  background: rgba(0, 0, 0, 0.67);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mask .img1 {
  max-width: 50%;
  position: relative;
  z-index: 2;
}
.mask .close_btn {
  margin-top: 30px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
}
.mask .video-content {
  width: 60%;
  height: 60%;
  background: #000;
  z-index: 3;
}
.mask .video-content > * {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  width: 100%;
}
.mask .video-content video {
  display: block;
  width: 100%;
  height: 100%;
}
/* 产品中心 */
.s-banner {
  height: 430px;
  background-attachment: fixed;
  background-size: contain;
}
.s-banner .container {
  height: 100%;
  position: relative;
}
.s-banner .s-banner-text {
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.s-banner .s-banner-text span {
  display: block;
  font-size: 35px;
  margin-bottom: 17px;
  font-family: serif;
}
.s-banner .s-banner-text small {
  display: block;
  font-size: 24px;
}
.s-banner .s-banner-logo {
  position: absolute;
  right: 0;
  bottom: 24px;
  color: #fff;
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.s-banner .s-banner-logo::before {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background: #e2c3a0;
  margin-right: 10px;
}
.pro-banner {
  background: url("../images/pro-banner.jpg") no-repeat center;
}
.info-content {
  padding: 3% 0 10% 0;
  position: relative;
}
.info-content .location {
  font-size: 14px;
  color: #aeaeae;
  font-weight: 400;
  margin-bottom: 3%;
}
.info-content .location a:hover {
  color: #4d3528;
}
.info-content .pagetion {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-content .pagetion input {
  height: 22px;
  margin: 0 4px;
}
.info-content .pagetion .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.info-content .pagetion .pager li > a,
.info-content .pagetion .pager li > span {
  display: inline-block;
  padding: 0;
  background-color: inherit;
  border: none;
  border-radius: inherit;
}
.info-content .pagetion ul {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-content .pagetion ul a{
  display: block;
  padding: 3px 10px;
  background: #eee;
  margin: 0 3px;
  font-size: 12px;
}
.info-content .pagetion ul a.page-num-current {
  background: #e2c3a0;
}
.info-product .pro_type {
  border-bottom: 1px solid #c8c8c8;
  position: relative;
  padding: 0 20px 20px 20px;
}
.info-product .pro_type::after {
  display: block;
  content: "";
  width: 90px;
  height: 5px;
  background: #e2c3a0;
  position: absolute;
  left: 0;
  bottom: -2.5px;
}
.info-product .pro_type .pro_type_one {
  margin-bottom: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.info-product .pro_type .pro_type_one b {
  font-size: 18px;
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.info-product .pro_type .pro_type_one b::after {
  display: block;
  content: "";
  width: 1px;
  height: 22px;
  background: #000;
  margin: 0 30px;
}
.info-product .pro_type .pro_type_one span {
  padding: 8px 12px;
  font-size: 14px;
  color: #000;
  border-radius: 5px;
  margin: 0 5px;
  transition: 300ms;
}
.info-product .pro_type .pro_type_one span a {
  color: #000;
  display: block;
}
.info-product .pro_type .pro_type_one span:hover,
.info-product .pro_type .pro_type_one span.on {
  background: #e2c3a0;
}
.info-product .pro_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.info-product .pro_list::after {
  display: block;
  content: "";
  width: 30%;
}
.info-product .pro_one {
  width: 31%;
  margin-bottom: 3%;
}
.info-product .pro_one .pro_one_con {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.info-product .pro_one .pro_one_con .pro_one_img {
  background: #000;
}
.info-product .pro_one .pro_one_con .pro_one_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 600ms ease-in-out;
  -webkit-transition: 600ms ease-in-out;
}
.info-product .pro_one .pro_one_con p {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 20%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  color: #fff;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.info-product .pro_one .pro_one_con p span {
  padding-top: 10px;
}
.info-product .pro_one .pro_one_title {
  display: flex;
  justify-content: space-between;
  color: #333;
  align-items: center;
  margin-top: 10px;
}
.info-product .pro_one .pro_one_title b {
  font-size: 18px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.info-product .pro_one .pro_one_title small {
  font-size: 14px;
  background: url("../images/pro_ico2.png") no-repeat left center;
  padding-left: 17px;
}
.info-product .pro_one:hover .pro_one_img img {
  opacity: 0.3;
  transform: scale(1.05);
}
.info-product .pro_one:hover p {
  opacity: 1;
  top: 0;
}
.info-product .pro_one:hover b {
  color: #e2c3a0;
}
.container2 {
  max-width: 1220px;
}
.location_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3%;
}
.location_wrap .location {
  margin-bottom: 0;
}
.location_wrap .s-banner-logo {
  color: #5e483c;
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.location_wrap .s-banner-logo::before {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background: #e2c3a0;
  margin-right: 10px;
}
.product-info .pro_info_imgs {
  display: flex;
  justify-content: space-between;
}
.product-info .pro_info_imgs .pro_imgs_left {
  width: 50%;
}
.product-info .pro_info_imgs .pro_imgs_left .swiper-container-imgs {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.product-info .pro_info_imgs .pro_imgs_left .swiper-slide {
  background-size: cover;
  background-position: center;
}
.product-info .pro_info_imgs .pro_imgs_left .swiper-slide img {
  display: block;
  width: 100%;
}
.product-info .pro_info_imgs .pro_imgs_left .gallery-top {
  height: 80%;
  width: 100%;
}
.product-info .pro_info_imgs .pro_imgs_left .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.product-info .pro_info_imgs .pro_imgs_left .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.product-info .pro_info_imgs .pro_imgs_left .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.product-info .pro_info_imgs .pro_imgs_right {
  width: 45%;
  color: #333;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2% 0;
}
.product-info .pro_info_imgs .pro_imgs_right .pro_imgs_right_1 {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
}
.product-info .pro_info_imgs .pro_imgs_right .pro_imgs_right_1 > b {
  font-size: 32px;
  display: block;
  margin-bottom: 25px;
}
.product-info .pro_info_imgs .pro_imgs_right .pro_imgs_right_1 > span {
  font-size: 16px;
}
.product-info .pro_info_imgs .pro_imgs_right .pro_imgs_right_1 > span small {
  padding: 0 10px;
}
.product-info .pro_info_imgs .pro_imgs_right .pro_imgs_right_2 {
  font-size: 16px;
  line-height: 45px;
  margin-bottom: 15px;
}
.product-info .pro_info_imgs .pro_imgs_right .pro_imgs_ys ul {
  display: flex;
  justify-content: space-between;
}
.product-info .pro_info_imgs .pro_imgs_right .pro_imgs_ys ul li {
  text-align: center;
}
.product-info .pro_info_imgs .pro_imgs_right .pro_imgs_ys ul img {
  display: block;
}
.product-info .pro_info_imgs .pro_imgs_right .pro_imgs_ys ul span {
  display: block;
  margin-top: 25px;
}
.product-info .pro_info_text {
  display: flex;
  justify-content: space-between;
  margin-top: 6%;
}
.product-info .pro_info_text .title {
  border-bottom: 1px solid #c8c8c8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product-info .pro_info_text .title b {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.product-info .pro_info_text .title a {
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.product-info .pro_info_text .title a:hover {
  color: #e2c3a0;
}
.product-info .pro_info_text .pro_info_text_left {
  width: 31%;
}
.product-info .pro_info_text .pro_info_text_left .pro_info_text_left_1 {
  margin-bottom: 10%;
}
.product-info .pro_info_text .pro_info_text_left .pro_info_text_left_1 .list {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product-info .pro_info_text .pro_info_text_left .pro_info_text_left_1 .list a {
  display: block;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.product-info .pro_info_text .pro_info_text_left .pro_info_text_left_1 .list a img {
  width: 50%;
}
.product-info .pro_info_text .pro_info_text_left .pro_info_text_left_1 .list a p {
  margin-left: 5%;
}
.product-info .pro_info_text .pro_info_text_left .pro_info_text_left_1 .list a p b {
  font-size: 16px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  display: block;
}
.product-info .pro_info_text .pro_info_text_left .pro_info_text_left_1 .list a p span {
  font-size: 14px;
  display: block;
  color: #999;
  margin-top: 10px;
}
.product-info .pro_info_text .pro_info_text_left .pro_info_text_left_1 .list a p small {
  display: block;
  background: url("../images/pro_ico2.png") no-repeat left center;
  padding-left: 17px;
  margin-top: 10px;
  color: #999;
}
.product-info .pro_info_text .pro_info_text_left .pro_info_text_left_1 .list a:hover b {
  color: #e2c3a0;
}
.product-info .pro_info_text .pro_info_text_right {
  width: 65%;
}
.product-info .pro_info_text .pro_info_text_right .content img {
  max-width: 100%;
}
.product-info .pro_info_text .pro_info_text_right .content video {
  display: block;
  width: 100%;
}
.case-banner {
  background: url("../images/case-banner.jpg") no-repeat center;
}
.content-all-info {
  margin: 5% 0;
  font-size: 15px;
  line-height: 25px;
}
.content-all-info img {
  max-width: 100%;
}
.info-page {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  border-top: 1px solid #c8c8c8;
  padding-top: 30px;
}
.case-info .info-title {
  text-align: center;
  color: #333;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 4%;
}
.case-info .info-title span {
  font-size: 30px;
  display: block;
  margin-bottom: 12px;
}
.case-info .info-title small {
  font-size: 16px;
}
.others-product {
  margin-top: 7%;
}
.others-product .title {
  font-size: 20px;
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.others-product .title::before {
  display: block;
  content: "";
  width: 38px;
  height: 3px;
  background: #e2c3a0;
  margin-right: 10px;
}
.others-product .title a {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 7px;
}
.others-product .pro_list {
  margin-top: 30px;
}
.others-product .pro_list .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.others-product .pro_list .list::after {
  display: block;
  content: "";
  width: 30%;
}
.others-product .pro_one {
  width: 31%;
  margin-bottom: 3%;
}
.others-product .pro_one .pro_one_con {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.others-product .pro_one .pro_one_con .pro_one_img {
  background: #000;
}
.others-product .pro_one .pro_one_con .pro_one_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 600ms ease-in-out;
  -webkit-transition: 600ms ease-in-out;
}
.others-product .pro_one .pro_one_con p {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 20%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  color: #fff;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.others-product .pro_one .pro_one_con p span {
  padding-top: 10px;
}
.others-product .pro_one .pro_one_title {
  display: flex;
  justify-content: space-between;
  color: #333;
  align-items: center;
  margin-top: 10px;
}
.others-product .pro_one .pro_one_title b {
  font-size: 18px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.others-product .pro_one .pro_one_title small {
  font-size: 14px;
  background: url("../images/pro_ico2.png") no-repeat left center;
  padding-left: 17px;
}
.others-product .pro_one:hover .pro_one_img img {
  opacity: 0.3;
  transform: scale(1.05);
}
.others-product .pro_one:hover p {
  opacity: 1;
  top: 0;
}
.others-product .pro_one:hover b {
  color: #e2c3a0;
}
.video-banner {
  background: url("../images/video_banner.jpg") no-repeat center;
}
.info-video .video_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0 4%;
}
.info-video .video_list::after {
  display: block;
  content: "";
  width: 30%;
}
.info-video .pro_one {
  width: 48%;
  margin-bottom: 3%;
}
.info-video .pro_one .pro_one_con {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.info-video .pro_one .pro_one_con .pro_one_img {
  background: #000;
  height: 410px;
}
.info-video .pro_one .pro_one_con .pro_one_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 600ms ease-in-out;
  -webkit-transition: 600ms ease-in-out;
  opacity: 0.5;
}
.info-video .pro_one .pro_one_con p {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  color: #fff;
}
.info-video .pro_one .pro_one_con p img {
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.info-video .pro_one .pro_one_con p span {
  padding-top: 10px;
}
.info-video .pro_one .pro_one_title {
  display: flex;
  justify-content: space-between;
  color: #333;
  align-items: center;
  margin-top: 10px;
}
.info-video .pro_one .pro_one_title b {
  font-size: 18px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.info-video .pro_one .pro_one_title small {
  font-size: 14px;
  background: url("../images/pro_ico2.png") no-repeat left center;
  padding-left: 17px;
}
.info-video .pro_one:hover p img {
  transform: scale(1.1);
}
.info-video .pro_one:hover b {
  color: #e2c3a0;
}
.video-type ul {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #c8c8c8;
  flex-wrap: wrap;
}
.video-type ul li {
  margin-right: 5%;
  position: relative;
  padding-bottom: 33px;
}
.video-type ul li a {
  color: #777;
  font-size: 15px;
  transition: 300ms;
}
.video-type ul li a:hover {
  color: #e1c39f;
}
.video-type ul li.on {
  background: url("../images/now-vd.jpg") no-repeat 0 2px;
  background-size: 15px;
  padding-left: 20px;
}
.video-type ul li.on a {
  color: #010101;
}
.video-type ul li.on::after {
  display: block;
  content: "";
  width: 110%;
  height: 3px;
  background: #e1c39f;
  position: absolute;
  bottom: -1.5px;
  left: -3px;
}
.yuyue-banner {
  background: url("../images/yuyue_banner.jpg") no-repeat center;
}
.yuyue-logo {
  text-align: center;
  font-size: 18px;
  color: #4d3528;
  display: block;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}
.info-content2 {
  margin-top: 60px;
}
.new-tuijian {
  height: 500px;
  position: relative;
  background: #000;
  margin-bottom: 0;
  overflow: hidden;
}
.new-tuijian .swiper-container-news-t {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.new-tuijian a {
  display: block;
  position: relative;
  height: 100%;
}
.new-tuijian a:hover img {
  transform: scale(1.05);
  opacity: 0.3;
}
.new-tuijian img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: 1s;
}
.new-tuijian span {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.693);
  color: #fff;
  line-height: 45px;
  width: 100%;
  display: block;
  text-indent: 2%;
}
.info-news-list {
  margin-top: 5%;
}
.info-news-list .info-news-one {
  padding-bottom: 3%;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 3%;
}
.info-news-list .info-news-one a {
  display: block;
}
.info-news-list .info-news-one a .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-news-list .info-news-one a .con .img-wrap {
  width: 24%;
  height: 250px;
}
.info-news-list .info-news-one a .con .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-news-list .info-news-one a .con div.text-con {
  width: 70%;
}
.info-news-list .info-news-one a .con b {
  display: block;
  font-size: 24px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.info-news-list .info-news-one a .con small {
  font-size: 16px;
  display: block;
  margin: 3% 0 4%;
  width: 70%;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.info-news-list .info-news-one a .con p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-news-list .info-news-one a .con p span {
  display: block;
  font-size: 16px;
  background: url("../images/new_ico1.png") no-repeat left center;
  padding-left: 25px;
  background-size: 20px;
}
.info-news-list .info-news-one a .con p em {
  font-weight: 600;
  color: #4d3528;
  font-size: 22px;
  font-style: normal;
}
.info-news-list .info-news-one:hover a {
  color: #000;
}
.info-news-list .info-news-one:hover b {
  color: #e2c3a0 !important;
}
.info-page-colum {
  display: block;
  border-top: 1px solid #c8c8c8;
  padding-top: 2%;
}
.info-page-colum span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
}
.info-page-colum a {
  display: block;
}
.news_info {
  display: flex;
  justify-content: space-between;
}
.news_info .news_info_left {
  width: 68%;
}
.news_info .news_info_tj {
  margin-top: 90px;
  width: 28%;
}
.news_info .news_info_tj .title {
  font-size: 24px;
  color: #000;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10%;
}
.news_info .news_info_tj .title::before {
  display: block;
  content: "";
  width: 38px;
  height: 3px;
  background: #e2c3a0;
  margin-right: 10px;
}
.news_info .news_info_tj ul li {
  margin-bottom: 10%;
}
.news_info .news_info_tj ul li a {
  display: block;
}
.news_info .news_info_tj ul li a div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_info .news_info_tj ul li a div img {
  width: 28%;
  display: block;
}
.news_info .news_info_tj ul li a div p {
  width: 68%;
}
.news_info .news_info_tj ul li a div p span {
  display: block;
  font-size: 16px;
  color: #000;
}
.news_info .news_info_tj ul li a div p small {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  display: block;
}
.news_info .news_info_tj ul li a:hover span {
  color: #e2c3a0;
}
.fangwei-banner {
  background: url("../images/fw_banner.jpg") no-repeat center;
}
.anti {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.anti .anti_left {
  left: 0;
  top: 0;
  width: 135px;
}
.anti .anti_left li a {
  display: block;
  font-size: 18px;
  color: #000;
  margin-bottom: 38px;
}
.anti .anti_left li a:hover {
  color: #e2c3a0;
}
.anti .anti_right {
  margin-left: 105px;
  position: relative;
  padding-left: 40px;
  margin-top: -130px;
}
.anti .anti_right::before {
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 130px;
  background: #e2c3a0;
}
.anti .anti_right .one {
  position: relative;
  padding-top: 130px;
}
.anti .anti_right .one::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: -46px;
  top: 130px;
  background: #e2c3a0;
  border-radius: 50%;
}
.anti .anti_right .one .title {
  position: relative;
  top: -25px;
}
.anti .anti_right .one .title b {
  font-size: 30px;
  color: #4d3528;
  font-weight: 500;
}
.anti .anti_right .one .title b strong {
  font-size: 46px;
  position: relative;
  top: 2px;
}
.anti .anti_right .one .title span {
  font-size: 30px;
  color: #000;
}
.anti .anti_right .one .content {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  display: block;
}
.anti .anti_right .one .content span {
  display: block;
}
.anti .anti_right .one .img-2 {
  border-bottom: 1px solid #ccc;
  margin: 20px auto;
}
.anti .fix-right {
  width: 140px;
  height: 100%;
  display: block;
  flex-shrink: 0;
  margin-left: 30px;
}
.mendian-banner {
  background: url("../images/mendian_banner.jpg") no-repeat center;
}
.yuyue-banner {
  background: url("../images/yuyue_banner.jpg") no-repeat center;
}
.address-pick .top {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.address-pick .top #city_3 {
  width: 520px;
  position: relative;
}
.address-pick .top #city_3 input {
  height: 50px;
  display: block;
  width: 100%;
  background: #f8f8f8;
  border: 0;
  padding: 0;
}
.address-pick .top #city_3 .sel {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  margin-left: 28px;
}
.address-pick .top #city_3 .sel div {
  position: relative;
}
.address-pick .top #city_3 .sel div .line {
  position: absolute;
  right: -8px;
  top: 9px;
  width: 22px;
  height: 30px;
  background: #f8f8f8;
  font-size: 20px;
}
.address-pick .top #city_3 .sel div .line2 {
  right: -7px;
  z-index: 2;
}
.address-pick .top #city_3 .sel .sel2 {
  margin-left: 10px;
}
.address-pick .top #city_3 .sel select {
  border: 0;
  height: 50px;
  background: none;
  font-size: 18px;
  color: #212121;
  background: #f8f8f8;
}
.address-pick .top button {
  height: 50px;
  width: 260px;
  background: #4d3226;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
}
.addr-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.addr-in .add-left {
  width: 41%;
  background: #4d3226;
  height: 500px;
  overflow-y: auto;
}
.addr-in .add-left ul li {
  padding: 25px 0;
  padding-left: 10%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: 300ms;
  padding-right: 15px;
}
.addr-in .add-left ul li span {
  display: block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}
.addr-in .add-left ul li small {
  font-size: 16px;
  color: #fff;
  background: url('../images/add-cio.png') no-repeat left center;
  padding-left: 20px;
  background-size: 15px;
}
.addr-in .add-left ul li em,
.addr-in .add-left ul li i {
  display: none;
}
.addr-in .add-left ul li:hover {
  background: #5e4034;
}
.addr-in .add-left ul li.on {
  background: #5e4034;
}
.addr-in .add-left ul li.on::after {
  display: block;
  content: '';
  width: 5px;
  background: #f4c28a;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.addr-in .add-r {
  width: 59%;
}
.process-banner {
  background: url("../images/process_banner.jpg") no-repeat center;
}
.process_list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 80px;
}
.process_list ul li {
  width: 28%;
  position: relative;
  margin-right: 8%;
  margin-bottom: 114px;
  display: flex;
  justify-content: flex-start;
}
.process_list ul li::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #b5b5b5;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: -10%;
  top: 50%;
  margin-top: -5px;
}
.process_list ul li:nth-of-type(3n),
.process_list ul li:last-of-type {
  margin-right: 0;
}
.process_list ul li:nth-of-type(3n)::after,
.process_list ul li:last-of-type::after {
  display: none;
}
.process_list ul li:last-of-type {
  margin-bottom: 0;
}
.process_list ul li strong {
  width: 47px;
  height: 47px;
  background: #e2c3a0;
  font-size: 23px;
  color: #000;
  text-align: center;
  line-height: 47px;
  border-radius: 50%;
  display: block;
  margin-right: 20px;
  flex-shrink: 0;
}
.process_list ul li p {
  color: #2f2f2f;
}
.process_list ul li p b {
  display: block;
  font-size: 26px;
  font-weight: 500;
}
.process_list ul li p small {
  display: block;
  font-size: 14px;
  margin-top: 15px;
}
.condition_list {
  margin-top: 70px;
}
.condition_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.condition_list ul li {
  width: 18%;
  box-sizing: border-box;
}
.condition_list ul li p {
  padding: 35px;
  height: 220px;
  border: 1px solid #cdcdcd;
}
.condition_list ul li p img {
  width: 30px;
}
.condition_list ul li p b {
  display: block;
  font-size: 18px;
  color: #2f2f2f;
  margin: 15px 0;
}
.condition_list ul li img {
  max-width: 100%;
  display: block;
}
.p-con {
  max-width: 300px;
}
.zanwu {
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}
.jobs_search {
  text-align: center;
  margin-bottom: 3%;
}
.jobs_search b {
  display: block;
  font-size: 30px;
  font-weight: 500;
  margin: 5% 0;
}
.jobs_search form {
  display: flex;
  justify-content: center;
}
.jobs_search form input {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #f6f6f6;
  border: 0;
  width: 400px;
  text-indent: 10px;
}
.jobs_search form button {
  height: 50px;
  line-height: 50px;
  border: 0;
  background: #e2c3a0;
  display: block;
  width: 130px;
}
.jobs_list {
  padding-top: 3%;
}
.jobs_list .jobs_one {
  margin-bottom: 3%;
}
.jobs_list .jobs_one .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  padding: 50px 0;
}
.jobs_list .jobs_one .top > b {
  font-size: 25px;
  color: #1f1f1f;
}
.jobs_list .jobs_one .top ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 65%;
}
.jobs_list .jobs_one .top ul li {
  font-size: 14px;
  color: #7b7b7b;
  width: 25%;
  margin-bottom: 10px;
}
.jobs_list .jobs_one .jobs_btn {
  width: 130px;
  height: 54px;
  line-height: 54px;
  background: #e2c3a0;
  text-align: center;
  cursor: pointer;
  color: #222;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jobs_list .jobs_one .jobs_btn i {
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 6px solid #4d3528;
  border-bottom: 3px solid transparent;
  display: block;
  margin-left: 10px;
}
.jobs_list .jobs_one .jobs_btn::before {
  content: '点击展开';
}
.jobs_list .jobs_one .jobs_btn:hover {
  background: #4d3528;
  color: #fff;
}
.jobs_list .jobs_one .jobs_btn:hover i {
  border-left: 6px solid #fff;
}
.jobs_list .jobs_one .top:nth-of-type(n+1).on {
  border-bottom: 1px solid #ccc;
}
.jobs_list .jobs_one .top:nth-of-type(n+1).on .jobs_btn {
  background: #4d3528;
  color: #fff;
}
.jobs_list .jobs_one .top:nth-of-type(n+1).on .jobs_btn i {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: inherit;
}
.jobs_list .jobs_one .top:nth-of-type(n+1).on .jobs_btn::before {
  display: block;
  content: '收起';
}
.jobs_list .jobs_one .jobs-content {
  margin-top: 30px;
  font-size: 14px;
  color: #333;
  line-height: 25px;
  display: none;
}
.jobs_list .jobs_one:nth-of-type(1) .top {
  border-top: 0;
}
.his_title {
  text-align: center;
  margin: 6% 0;
}
.his_title b {
  display: block;
  font-size: 35px;
  font-family: sans-serif;
}
.his_title small {
  display: block;
  font-size: 22px;
}
.history-list {
  position: relative;
}
.history-list::before {
  display: block;
  content: '';
  width: 1px;
  background: #c8c8c8;
  height: 100%;
  position: absolute;
  left: 117px;
}
.history-list .history-one {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
.history-list .history-one > b {
  display: block;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  top: -10px;
}
.history-list .history-one .line {
  background: url(../images/ty.png) no-repeat center;
  width: 15px;
  height: 15px;
  background-size: cover;
  margin: 0 40px;
  flex-shrink: 0;
}
.history-list .history-one .right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
.history-list .history-one .right img {
  display: block;
  width: 260px;
  margin-right: 40px;
}
.history-list .history-one .right .history-content {
  padding-left: 150px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
}
.history-list .history-one .r-btn {
  width: 130px;
  height: 48px;
  line-height: 48px;
  background: #e2c3a0;
  font-size: 16px;
  color: #1d1d1d;
  text-align: center;
  display: none;
  cursor: pointer;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.history-list .history-one .r-btn:hover {
  background: #4d3528;
  color: #fff;
}
.history-list .history-one .r-btn::before {
  display: block;
  content: '了解更多';
}
.history-list .history-one .r-btn.show {
  display: block;
}
.history-list .history-one-more .right:nth-of-type(n+3) {
  display: none;
}
.history-list .history-one-more .history-content {
  height: auto !important;
}
.history-list .history-one-more .r-btn::before {
  display: block;
  content: '收起';
}
.info-company .content {
  text-align: center;
  font-size: 15px;
  color: #181818;
  line-height: 30px;
}
.info-company .content img {
  max-width: 100%;
  display: block;
}
.info-pinpai {
  background: url('../images/pro_bg.png') no-repeat center;
  background-size: cover;
  margin-top: 5%;
  padding-bottom: 5%;
}
.info-pinpai .his_title {
  color: #fff;
}
.info-pinpai .pp-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-pinpai .pp-content .left {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 40%;
  color: #fff;
}
.info-pinpai .pp-content .left .pp-title span {
  display: block;
  font-size: 30px;
  color: #fff;
}
.info-pinpai .pp-content .left .line {
  width: 61px;
  height: 3px;
  background: #e2c3a0;
  margin: 50px 0;
}
.info-pinpai .pp-content .left .content {
  font-size: 14px;
  line-height: 30px;
}
.info-pinpai .pp-content .pp-img {
  width: 50%;
}
.info-honor .honor-con p {
  display: block;
  text-align: center;
  color: #181818;
  margin-top: 10px;
  font-size: 14px;
}
.info-honor .swiper-honor {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  margin-top: 5%;
}
.jm-contact .top {
  display: flex;
  justify-content: space-between;
  margin: 7% 0;
}
.jm-contact .top .list p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.jm-contact .top .list p img {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 15px;
}
.jm-contact .top .list p b {
  font-size: 18px;
  color: #181818;
  font-weight: 400;
}
.jm-contact .top .list strong {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
}
.jm-contact .top .line {
  width: 1px;
  height: 60px;
  background: #c8c8c8;
}
.jm-contact #allmap {
  width: 100%;
  height: 400px;
}
.search_title {
  margin-bottom: 30px;
}
.search-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search-list::after {
  display: block;
  content: '';
  width: 31%;
}
.search-list .search-list-one {
  width: 31%;
  margin-bottom: 3%;
}
.search-list .search-list-one .search-list-in p {
  width: 100%;
  height: 250px;
}
.search-list .search-list-one .search-list-in p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-list .search-list-one .search-list-in div {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.search-list .search-list-one .search-list-in div span {
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.search-list .search-list-one .search-list-in div small {
  font-size: 14px;
  color: #666;
  font-weight: 200;
}
.search-list .search-list-one .search-list-in:hover div span {
  color: #e2c3a0;
}
.technology_list {
  margin-top: 80px;
}
.technology_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.technology_list ul li {
  text-align: center;
  width: 25%;
  margin-bottom: 60px;
}
.technology_list ul li img {
  display: block;
  margin: 0 auto;
}
.technology_list ul li > * {
  display: block;
}
.technology_list ul li b {
  font-size: 18px;
  color: #2f2f2f;
  font-weight: 500;
  margin: 20px 0 17px 0;
}
.technology_list ul li p {
  font-size: 15px;
  color: #797979;
  margin: 0px;
  line-height: 26px;
}
.development_list {
  margin-top: 6%;
}
.development_list ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.development_list ul li img {
  display: block;
  width: 50%;
}
.development_list ul li p {
  box-sizing: border-box;
}
.development_list ul li p b {
  display: block;
  font-size: 22px;
  color: #333;
}
.development_list ul li p em {
  display: inline-block;
  width: 52px;
  height: 5px;
  background: #e2c3a0;
  margin: 8% 0;
}
.development_list ul li p small {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
.development_list ul li:nth-of-type(odd) p {
  padding-left: 5%;
}
.development_list ul li:nth-of-type(even) p {
  text-align: right;
  padding-right: 5%;
}
.development_list ul li:nth-of-type(even) p em {
  text-align: right;
}
.support-list {
  margin-top: 7%;
}
.support-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.support-list ul li {
  width: 45%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7%;
}
.support-list ul li:nth-of-type(n+3) {
  margin-bottom: 0;
}
.support-list ul li > img {
  width: 35%;
  height: auto;
  display: block;
}
.support-list ul li div {
  width: 55%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.support-list ul li div p {
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
}
.support-list ul li div p b {
  font-size: 18px;
  display: block;
  margin-left: 10px;
}
.support-list ul li div small {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 15px;
  line-height: 30px;
  margin-top: 20px;
}
.support-list ul li div > img {
  position: absolute;
  right: 0;
  top: 10%;
  width: 40%;
}
.brand_in .brand_1 {
  display: flex;
  justify-content: space-between;
  margin-top: 7%;
}
.brand_in .brand_1 img {
  width: 45%;
}
.brand_in .brand_1 div {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.brand_in .brand_1 div > * {
  display: block;
}
.brand_in .brand_1 div b {
  font-size: 32px;
  color: #4d3528;
  font-weight: 500;
}
.brand_in .brand_1 div em {
  display: block;
  width: 35px;
  height: 2px;
  background: #e2c3a0;
  margin: 5% 0;
}
.brand_in .brand_1 div span {
  display: block;
  color: #2b2b2b;
  font-size: 20px;
  margin-bottom: 5%;
}
.brand_in .brand_1 div small {
  display: block;
  font-size: 15px;
  color: #292929;
  margin-top: 4%;
}
.brand_2 {
  border: 1px solid #c5c5c5;
  margin: 5% 0;
}
.brand_2 ul {
  display: flex;
  justify-content: space-between;
}
.brand_2 ul li {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 300px;
  border-left: 1px solid #c5c5c5;
  margin-left: -1px;
}
.brand_2 ul li img {
  display: block;
  margin: 0 auto;
}
.brand_2 ul li b {
  font-size: 18px;
  margin: 15px 0;
  color: #2b2b2b;
}
.brand_2 ul li small {
  display: block;
  font-size: 14px;
  padding: 0 8%;
  height: 40px;
}
.brand_3 {
  height: 432px;
  background: url('../images/sw-bg.jpg') no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.brand_3 .container > b {
  display: block;
  font-size: 30px;
  color: #e2c3a0;
  font-weight: 500;
  text-align: center;
}
.brand_3 .container > small {
  display: block;
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin: 30px auto;
  width: 50%;
  line-height: 30px;
}
.brand_3 .container .more_btn_wrap {
  margin: 0 auto;
}
.brand_4 {
  margin-top: 7%;
}
.brand_4 .b4_in {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.brand_4 .b4_in > img {
  width: 50%;
}
.brand_4 .b4_in .left {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 45%;
}
.brand_4 .b4_in .left b {
  font-size: 30px;
  color: #4d3528;
  font-weight: 500;
}
.brand_4 .b4_in .left .line {
  width: 39px;
  height: 3px;
  background: #4d3528;
}
.brand_4 .b4_in .left ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.brand_4 .b4_in .left ul li {
  display: flex;
  width: 48%;
  margin-top: 9%;
}
.brand_4 .b4_in .left ul li div {
  font-size: 25px;
  color: #e2c3a0;
  margin-right: 15px;
}
.brand_4 .b4_in .left ul li p strong {
  display: block;
  font-size: 18px;
  color: #2b2b2b;
  font-weight: 500;
  margin-bottom: 8px;
}
.brand_4 .b4_in .left ul li p small {
  min-height: 40px;
  display: block;
  font-size: 14px;
  color: #2b2b2b;
}
.f-message {
  display: flex;
  justify-content: center;
  background: #4d3528;
  align-items: center;
  height: 128px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.f-message .f_left {
  position: relative;
  top: -13px;
  margin-right: 20px;
}
.f-message .f_right p {
  color: #fff;
}
.f-message .f_right p b {
  font-size: 22px;
  font-weight: 500;
}
.f-message .f_right p small {
  font-size: 16px;
}
.f-message .f_right form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}
.f-message .f_right form input {
  width: 140px;
  line-height: 36px;
  height: 36px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 0;
  margin: 0 7px;
  display: block; padding-left:10px
}
.f-message .f_right form #city_1 {
  width: 180px;
  position: relative;
  height: 36px;
  background: #fff;
  border-radius: 4px;
}
.f-message .f_right form #city_1 input {
  height: 36px;
  display: block;
  width: 100%;
}
.f-message .f_right form #city_1 .sel {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  margin-left: 11px;
}
.f-message .f_right form #city_1 .sel div {
  position: relative;
}
.f-message .f_right form #city_1 .sel div .line {
  position: absolute;
  right: -8px;
  top: 7px;
  width: 22px;
  height: 15px;
  background: #fff;
  font-size: 14px;
}
.f-message .f_right form #city_1 .sel div .line2 {
  right: -7px;
  z-index: 2;
}
.f-message .f_right form #city_1 .sel .sel2 {
  margin-left: 10px;
}
.f-message .f_right form #city_1 .sel select {
  border: 0;
  height: 36px;
  background: none;
  font-size: 14px;
  color: #212121;
}
.f-message .f_right form button {
  width: 140px;
  background: #e2c3a0;
  color: #4d3528;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  margin-left: 10px;
}