input:-internal-autofill-selected {
  background-color: transparent !important;
}
input:-webkit-autofill {
  background-color: transparent !important;
  background-image: none;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
}
.banner-index {
  display: block;
  margin-top: 85px;
  height: 685px;
  width: 100%;
}
.banner_swiper {
  height: 100%;
  width: 100%;
  position: relative;
}
.banner_swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.banner_swiper .swiper-container .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.banner_swiper .swiper-container .swiper-slide img {
  width: 100%;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 1;
  background: none;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-button_content {
  position: relative;
}
.swiper-button_content .button-next {
  right: -27px !important;
}
.swiper-button_content .button-prev {
  left: -27px !important;
}
.home_section {
  width: 100%;
  height: 1000px;
  padding-top: 100px;
  background-image: url("../img/home_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.home_section2 {
  width: 100%;
  height: 1150px;
  padding-top: 50px;
  background-image: url("../img/home_bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home_content .home_title {
  font-size: 36px;
  color: #cc9e67;
  text-align: center;
}
.home_content .home_text {
  margin-bottom: 50px;
}
.home_content .home_text p {
  width: 660px;
  margin: 0 auto;
  text-align: center;
}
.home_content .home_section_img {
  justify-content: flex-start;
  overflow: hidden;
}
.home_content .home_section_img_item {
  display: block;
  float: left;
  width: 395px;
  height: 238px;
  position: relative;
  overflow: hidden;
}
.home_content .home_section_img_item .item_desc {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}
.home_content .home_section_img_item .item_desc h4 {
  line-height: 38px;
  text-align: center;
  font-size: 22px;
  color: #cc9e67;
}
.home_content .home_section_img_item .item_desc p {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.home_content .home_section_img_item .home_section_img_item_desc {
  position: absolute;
  padding: 3px 26px 5px 26px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.42);
}
.home_content .home_section_img_item .home_section_img_item_desc h4 {
  height: 28px;
  overflow: hidden;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
}
.home_content .home_section_img_item .home_section_img_item_desc .home_section_item_text {
  line-height: 28px;
  font-size: 14px;
  height: 28px;
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.home_content .home_section_img_item img {
  width: 100%;
  transition: all 0.3s linear 0s;
}
.home_content .home_section_img_item+.home_section_img_item {
  margin-left: 7px;
}
.home_content .home_section_img_item:hover img {
  transform: scale(1.05);
}
.home_content .home_section_img2 {
  position: relative;
  margin-top: 10px;
}
.home_content .home_section_img2 .home_section_video {
  width: 750px;
  height: 329px;
  position: relative;
  z-index: 99;
}
.home_content .home_section_img2 .home_section_video .video_cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home_content .home_section_img2 .home_section_video .video_box {
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
  overflow: hidden;
}
.home_content .home_section_img2 .home_section_video .video_box video {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  outline: none;
}
.home_content .home_section_img2 .home_section_gsjj {
  width: 604px;
  height: 400px;
  padding-left: 200px;
  padding-right: 56px;
  background: #cc9e67;
  position: absolute;
  top: 0;
  right: 0;
}
.home_content .home_section_img2 .home_section_gsjj .gsjj_title {
  font-size: 36px;
  color: #fff;
}
.home_content .home_section_img2 .home_section_gsjj .gsjj_text {
  height: 258px;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.home_content .home_section_img2 .home_section_gsjj .gsjj_text_a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 70px;
}
.home_content .home_more {
  margin-top: 30px;
}
.home_content .home_more .home_more_a {
  display: block;
  padding: 0px 10px;
  border: 1px solid #fff;
  border-radius: 20px;
}
.home_content .home_more .home_more_a:hover {
  color: #fff;
}
.online_kefu {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
}
.online_kefu .online_kefu_icon {
  width: 36px;
  height: 264px;
  background-image: url("../img/online_kefu.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translate(0, -50%);
}
.online_kefu .online_kefu_box {
  width: 180px;
  border: 2px solid #ffe8a1;
  box-shadow: 0 0 6px #888;
  background: #fff;
  color: #000;
  font-size: 16px;
  padding: 30px 0;
  display: none;
  position: relative;
}
.online_kefu .online_kefu_box .online_kefu_phone {
  text-align: center;
  position: relative;
}
.online_kefu .online_kefu_box .online_kefu_phone::before {
  content: '';
  position: absolute;
  left: 35px;
  top: 8px;
  width: 25px;
  height: 20px;
  display: block;
  background-image: url("../img/online_phone.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.online_kefu .online_kefu_box .online_kefu_number {
  display: block;
  text-align: center;
  color: #b58751;
  font-size: 20px;
}
.online_kefu .online_kefu_box .online_kefu_content {
  padding: 0 23px;
}
.online_kefu .online_kefu_box .online_kefu_content .online_kefu_qq {
  font-size: 14px;
  display: flex;
  padding-bottom: 15px;
}
.online_kefu .online_kefu_box .online_kefu_content .online_kefu_qq .online_kefu_qqicon {
  width: 75px;
  height: 20px;
  display: block;
  background-image: url("../img/online_qq.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0, 22%);
  margin-left: 5px;
}
.video_pop {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  display: none;
}
.video_pop .video_box {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_pop .video_box video {
  width: 100%;
  height: 100%;
}
.video_pop .video_box p {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #999;
  padding: 0 5px;
  border-radius: 5px;
}
.banner_wrap {
  overflow: hidden;
}
.banner_wrap .banner {
  display: block;
  margin-top: 85px;
  height: 685px;
  width: 100%;
  background-size: cover !important;
}
.chanpin_banner {
  background: url("../img/chanpin_banner.jpg") center top no-repeat;
  background-size: cover;
}
.cpzx_logo {
  margin: 77px auto 72px auto;
}
.cpzx_logo p {
  padding-top: 50px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  background: url("../img/icon-product.png") center top no-repeat;
  background-size: 41px;
  color: #cc9e67;
}
.cpzx_logo h2 {
  text-align: center;
}
.cpzx_logo h2 span {
  display: inline-block;
  line-height: 41px;
  padding: 0 19px;
  text-align: center;
  font-size: 26px;
  color: #cc9e67;
  position: relative;
}
.cpzx_logo h2 span:before {
  content: '';
  position: absolute;
  width: 26px;
  border-bottom: 1px solid #cc9e67;
  left: -19px;
  bottom: 50%;
  transform: translateY(-50%);
}
.cpzx_logo h2 span:after {
  content: '';
  position: absolute;
  width: 26px;
  border-bottom: 1px solid #cc9e67;
  right: -19px;
  bottom: 50%;
  transform: translateY(-50%);
}
.cpzx_text {
  text-align: center;
  font-size: 18px;
  margin: 70px 0;
}
.cpzx_content {
  width: 100%;
}
.banner2 {
  height: 685px;
  width: 1200px;
}
.chanpin2_banner {
  height: 690px;
  width: 1200px;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}
.cpzx_ul {
  overflow: hidden;
  margin: 40px 0;
  text-align: center;
}
.cpzx_ul .cpzx_li {
  float: left;
  width: 382px;
  overflow: hidden;
}
.cpzx_ul .cpzx_li .cpimg {
  display: block;
  width: 382px;
  height: 284px;
  border: 1px solid #cc9e67;
  background-image: url("../img/tea_img_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-align: center;
}
.cpzx_ul .cpzx_li .cpimg:hover img {
  transform: scale(1.2);
}
.cpzx_ul .cpzx_li .cpimg img {
  transition: all 0.3s;
}
.cpzx_ul .cpzx_li .cptitle {
  margin: 40px 0;
  color: #fff;
}
.cpzx_ul .cpzx_li {
  margin-right: 27px;
}
.cpzx_ul .cpzx_li:nth-child(n+3) {
  margin-right: 0;
}
.cpzx_page_list {
  margin: 75px;
}
.cpzx_page_list .cpzx_page_item {
  padding: 10px 20px;
  border: 1px solid #999;
  color: #999;
  margin-right: 4px;
}
.cpzx_page_list .cpzx_page_active {
  background: #cc9e67;
  border: 0;
  color: #fff;
}
.swiper-slide_img {
  height: 440px;
}
.swiper-slide_img .swiper-wrapper .swiper-slide {
  align-items: center;
}
.swiper_bottom {
  width: 562px;
  height: 150px;
  box-sizing: border-box;
  padding: 10px 0;
}
.swiper_bottom_button {
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.swiper_bottom_next {
  right: 20px !important;
  z-index: 9999;
}
.swiper_bottom_prev {
  left: 20px !important;
  z-index: 9999;
}
.chanpin_detail {
  margin: 60px 0;
}
.chanpin_detail .chanpin_detail_title {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 5px 22px;
  background: #cc9e67;
}
.chanpin_detail .chanpin_detail_content {
  background: #211f20;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
.chanpin_detail .chanpin_detail_content p {
  width: 33.3%;
  padding-left: 120px;
  line-height: 40px;
  color: #999;
}
.cpzzx_teaimg {
  margin-top: 60px;
  margin-bottom: 260px;
}
.cpzx_cpxx {
  margin: 70px 0;
  display: flex;
}
.cpzx_cpxx .cpzx_cpxx_img {
  flex: 1;
  width: 726px;
  height: 596px;
  border: 1px solid #cc9e67;
  border-radius: 4px;
  position: relative;
}
.cpzx_cpxx .cpzx_cpxx_text {
  flex: 1;
  margin-left: 40px;
  color: #fff5df;
  position: relative;
}
.cpzx_cpxx .cpzx_cpxx_text .cp_title {
  font-size: 28px;
  color: #cc9e67;
  margin-top: 45px;
}
.cpzx_cpxx .cpzx_cpxx_text .cp_text {
  margin: 40px 0;
  width: 310px;
}
.cpzx_cpxx .cpzx_cpxx_text .cp_label {
  width: 430px;
  padding: 20px 0;
  border: 1px solid #282527;
  border-right: 0;
  border-left: 0;
  display: flex;
  justify-content: space-between;
}
.cpzx_cpxx .cpzx_cpxx_text .cp_label p {
  display: flex;
}
.cpzx_cpxx .cpzx_cpxx_text .cp_label p .cp_label_icon {
  display: block;
  width: 25px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}
.cpzx_cpxx .cpzx_cpxx_text .cpzx_jg {
  margin: 35px 0;
}
.cpzx_cpxx .cpzx_cpxx_text .cpzx_jg .cpzx_jg_span {
  font-size: 16px;
  color: #fff5df;
}
.cpzx_cpxx .cpzx_cpxx_text .cpzx_jg span {
  font-size: 28px;
  color: #c49763;
  margin-left: 20px;
}
.cpzx_cpxx .cpzx_cpxx_text .shop_logo {
  position: absolute;
  bottom: 50px;
}
.cpzx_cpxx .cpzx_cpxx_text .shop_logo img {
  margin-right: 40px;
}
.about_us_nav {
  margin: 70px auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
}
.about_us_nav .about_us_nav_item {
  width: 158px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.about_us_nav .about_us_nav_item:hover {
  color: #fff;
}
.about_us_nav .about_us_nav_active {
  background-image: url("../img/aboutus_ry.png");
  background-repeat: no-repeat;
  background-size: contain;
  color: #cc9e67;
}
.about_us_nav .about_us_nav_active:hover {
  color: #cc9e67;
}
.about_banner {
  background: url("../img/guanyu_banner.jpg") center top no-repeat;
}
.company_news_title p {
  padding-top: 50px;
  line-height: 30px;
  font-size: 16px;
  background: url("../img/icon-company-news.png") center top no-repeat;
  background-size: 41px;
  color: #cc9e67;
}
.company_news_title h2 span {
  display: block;
  line-height: 41px;
  padding: 0 19px;
  text-align: center;
  font-size: 26px;
  color: #cc9e67;
  position: relative;
}
.company_news_title h2 span:before {
  content: '';
  position: absolute;
  width: 26px;
  border-bottom: 1px solid #cc9e67;
  left: -19px;
  bottom: 50%;
  transform: translateY(-50%);
}
.company_news_title h2 span:after {
  content: '';
  position: absolute;
  width: 26px;
  border-bottom: 1px solid #cc9e67;
  right: -19px;
  bottom: 50%;
  transform: translateY(-50%);
}
.about_us_img_ul {
  margin-top: 90px;
  clear: both;
  overflow: hidden;
}
.about_us_img_ul .about_us_img_li {
  margin-bottom: 40px;
  cursor: pointer;
  text-align: center;
  float: left;
  margin-right: 40px;
}
.about_us_img_ul .about_us_img_li:nth-child(4n+0) {
  margin-right: 0;
}
.about_us_img_ul .about_us_img_li .about_us_img {
  padding: 0 71px;
  width: 270px;
  height: 204px;
  border: 6px solid #cc9e67;
  background: url("../img/ryzz_bg.jpg") center no-repeat;
  background-size: contain;
  position: relative;
}
.about_us_img_ul .about_us_img_li .about_us_img .about_us_text {
  text-align: center;
  margin-top: -15px;
}
.about_us_img_ul .about_us_img_li .about_us_img img {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.company_text {
  font-size: 16px;
  text-indent: 30px;
  margin: 60px 0;
}
.company_jd_img {
  margin: 40px 80px;
}
.company_jd_banner {
  height: 646px;
  width: 1200px;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}
.company_jd_banner img {
  width: 100%;
}
.company_jd_banner .rainfall {
  opacity: 0;
  position: absolute;
  left: 100px;
  top: 260px;
  transition: opacity 0.5s;
}
.company_jd_banner .rainfall .title {
  text-align: center;
  line-height: 45px;
  font-size: 24px;
  color: #fff;
}
.company_jd_banner .rainfall .desc {
  line-height: 52px;
  font-size: 38px;
  color: #fff;
}
.company_jd_banner .rainfall .desc .desc-s {
  font-size: 14px;
}
.company_jd_banner .rainfall:after {
  content: '';
  position: absolute;
  height: 83px;
  border-right: 1px solid #fff;
  left: 50%;
  bottom: -90px;
  transform: translateX(-50%);
}
.company_jd_banner .company_jd_banner_title {
  opacity: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 235px;
  margin-left: -200px;
  width: 400px;
  line-height: 83px;
  font-size: 34px;
  color: #fff;
  transition: opacity 0.5s;
  transition-delay: 0.5s;
}
.company_jd_banner .temperature {
  opacity: 0;
  position: absolute;
  top: 210px;
  right: 100px;
  text-align: center;
  transition: opacity 0.5s;
}
.company_jd_banner .temperature .title {
  font-size: 24px;
  color: #fff;
  line-height: 45px;
}
.company_jd_banner .temperature .desc {
  font-size: 38px;
  color: #fff;
  line-height: 52px;
}
.company_jd_banner .temperature:after {
  content: '';
  position: absolute;
  height: 83px;
  border-right: 1px solid #fff;
  left: 50%;
  bottom: -90px;
  transform: translateX(-50%);
}
.company_jd_banner .company_jd_banner_text {
  width: 50%;
  height: 284px;
  opacity: 0;
  position: absolute;
  top: 150px;
  right: 75px;
  transition: opacity 1s;
}
.company_jd_banner .company_jd_banner_text .icon_title {
  background: url("../img/icon-conpamy-text.png") right center no-repeat;
  background-size: 36px;
  height: 78px;
}
.company_jd_banner .company_jd_banner_text .title {
  line-height: 56px;
  font-size: 41px;
  color: #fff;
  text-align: right;
}
.company_jd_banner .company_jd_banner_text .icon_add {
  background: url("../img/icon-add.png") right center no-repeat;
  height: 78px;
  background-size: 16px;
}
.company_jd_banner .company_jd_banner_text .desc {
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  text-align: right;
}
.company_jd_banner:hover .rainfall,
.company_jd_banner:hover .company_jd_banner_title,
.company_jd_banner:hover .temperature,
.company_jd_banner:hover .company_jd_banner_text {
  opacity: 1;
}
.company_jd_img_ul img {
  width: 100%;
  transition: all 0.3s linear 0s;
}
.company_jd_img_ul img:hover {
  transform: scale(1.05);
}
.company_jd_img_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.company_jd_img_ul:last-child {
  margin-bottom: 100px;
}
.company_jd_img_ul .company_jd_img_li {
  width: 285px;
  height: 380px;
  overflow: hidden;
}
.company_jd_img_ul .company_jd_img_li img {
  width: 100%;
  transition: all 0.3s linear 0s;
}
.company_jd_img_ul .company_jd_img_li img:hover {
  transform: scale(1.05);
}
.company_jd_text {
  text-align: center;
  font-size: 16px;
  margin: 70px 0;
}
.join_js {
  margin-bottom: 80px;
}
.join_js_nav {
  width: 240px;
  text-align: center;
  font-size: 16px;
}
.join_js_nav .join_js_title {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  background: #353535;
  position: relative;
}
.join_js_nav .join_js_title .join_js_icon {
  width: 16px;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 25px;
  background-image: url("../img/rows.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.join_js_nav .join_js_title .join_js_icon_off {
  transform: rotateZ(-90deg);
}
.join_js_nav .join_js_item a {
  color: #999;
  display: block;
  width: 50px;
  line-height: 50px;
  width: 100%;
  background: #211f20;
}
.join_js_nav .join_js_item .join_js_active {
  background: #cc9e67;
  color: #333;
}
.jiameng_banner {
  background: url("../img/jiameng_banner.jpg") center top no-repeat;
}
.join_js_content {
  flex: 1;
  margin-left: 40px;
  background: #211f20;
  color: #999;
}
.join_js_content .join_js_contnet_title {
  text-align: center;
  padding: 20px 0 5px 0;
  font-size: 26px;
  color: #c39863;
  font-weight: normal;
  position: relative;
}
.join_js_content .join_multiple_choice {
  width: 919px;
  height: 927px;
  margin-bottom: 54px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.join_js_content .join_multiple_choice .choice {
  position: absolute;
  width: 325px;
}
.join_js_content .join_multiple_choice .choice h4 {
  line-height: 30px;
  margin-bottom: 15px;
  padding: 0 12px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
}
.join_js_content .join_multiple_choice .choice p {
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.join_js_content .join_multiple_choice .choice1 {
  text-align: right;
  top: 138px;
  right: 480px;
}
.join_js_content .join_multiple_choice .choice2 {
  top: 287px;
  left: 495px;
}
.join_js_content .join_multiple_choice .choice3 {
  text-align: right;
  top: 431px;
  right: 480px;
}
.join_js_content .join_multiple_choice .choice4 {
  top: 578px;
  left: 495px;
}
.join_js_content .join_multiple_choice .choice5 {
  text-align: right;
  top: 721px;
  right: 480px;
}
.join_js_content .join_js_contnet_section {
  margin: 40px 40px 60px 40px;
}
.join_js_content .join_js_contnet_section .contnet_section_title {
  color: #cc9e67;
  font-size: 24px;
}
.join_content_item {
  display: none;
}
.on {
  display: block;
}
.content_bg_none {
  background: #161415;
}
.join_zc_li {
  width: 268px;
  height: 314px;
  margin-bottom: 40px;
  margin-right: 40px;
  float: left;
  border: 4px solid #cc9e67;
}
.join_zc_li:nth-child(3n+3) {
  margin-right: 0;
}
.join_zc_li .join_zc_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 38px 0 20px 0;
}
.join_zc_li .join_zc_img img {
  width: 80px;
  height: 80px;
}
.join_zc_li h3 {
  font-size: 24px;
  color: #cc9e67;
  text-align: center;
  font-weight: normal;
}
.join_zc_li p {
  color: #999;
  padding: 15px 25px;
  line-height: 1.5;
}
.join_js_img {
  padding: 40px 0;
}
.join_us_submit {
  margin-bottom: 50px;
}
.join_us_submit a {
  padding: 15px 108px;
  background: #cc9e67;
  color: #333;
  font-size: 18px;
}
.join_us_img {
  margin-bottom: 50px;
}
.total_404 {
  background: #fff;
  color: #000;
}
.total_404 .total_404_logo {
  display: block;
  width: 264px;
  height: 75px;
  margin: 110px auto;
}
.total_404 .total_404_content {
  text-align: center;
  margin: 60px auto;
}
.total_404 .total_404_content .total_404_title {
  font-size: 80px;
  line-height: 1.5;
}
.total_404 .total_404_content .total_404_stitle {
  font-size: 32px;
}
.total_404 .total_404_content .total_404_target {
  font-size: 18px;
}
.total_404 .total_404_content .total_404_target a {
  color: #b22328;
}
.total_404_copy {
  text-align: center;
  margin: 110px 0;
}
.total_404_copy .total_404_copy_img {
  display: block;
  width: 180px;
  height: 180px;
  margin: 10px auto;
}
.contact_banner {
  background: url("../img/lianxi_banner.jpg") center top no-repeat;
  background-size: cover;
}
.leaving_message_input {
  position: relative;
}
.contact_us_title {
  margin-top: 95px;
}
.contact_us_desc {
  margin-top: 20px;
  padding: 0 50px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.contact_us_map {
  width: 1200px;
  height: 600px;
  position: relative;
  margin: 20px 0;
}
.contact_us_map img {
  max-height: none;
}
.contact_us_info {
  position: absolute;
  left: 0;
  top: 0;
  width: 392px;
  height: 204px;
  background-color: rgba(204,158,103,0.81);
  padding: 27px 0;
  text-align: center;
  z-index: 99;
}
.contact_us_info .tel {
  padding-top: 44px;
  line-height: 57px;
  font-size: 34px;
  color: #fff;
  background: url("../img/icon-tel.png") center top no-repeat;
  background-size: 40px;
}
.contact_us_info .address {
  line-height: 30px;
}
.contact_us_info .address span {
  font-size: 18px;
  color: #fff;
  position: relative;
}
.contact_us_info .address span:before {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 40px;
  border-bottom: 1px solid #fff;
}
.contact_us_info .address span:after {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 40px;
  border-bottom: 1px solid #fff;
}
.contact_us_info .email {
  line-height: 26px;
  font-size: 15px;
  color: #fff;
}
.contact_us_info .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 14px solid rgba(204,158,103,0.81);
  left: 50%;
  transform: translateX(-50%);
  bottom: -21px;
}
.leaving_message {
  margin: 25px 0;
}
.message_input {
  justify-content: space-between;
}
.message_input_item {
  border: 1px solid #cc9e67;
  width: 382px;
  height: 60px;
  margin: 20px 0;
}
.input_item {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  color: #fff;
}
.message_textarea {
  border: 1px solid #cc9e67;
  width: 100%;
  height: 226px;
  margin: 20px 0 40px 0;
  position: relative;
}
.message_textarea::after {
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  left: 16px;
  width: 16px;
  height: 16px;
  background-image: url("../img/textrarea.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.message_textarea textarea {
  width: 100%;
  height: 100%;
  padding: 25px 40px;
  color: #fff;
}
.message_submit {
  margin-bottom: 80px;
}
.message_submit a,
.message_submit button {
  padding: 5px 125px;
  background: #cc9e67;
  color: #fff;
  font-size: 18px;
  margin: 20px 0;
}
.message_pop {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 388px;
  height: 260px;
  background: #fff;
  padding: 38px 20px;
}
.message_pop .cutoff {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url("../img/cutoff.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.message_pop .message_title {
  font-size: 22px;
  color: #333;
  text-align: center;
}
.message_pop .verificationcode {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 30px 0;
}
.message_pop .verificationcode input {
  width: 172px;
  height: 45px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #000;
}
.message_pop .verificationcode img {
  width: 152px;
  height: 45px;
}
.message_pop .verificationcode_submit a {
  padding: 5px 120px;
  background: #cc9e67;
  color: #333;
  font-size: 18px;
}
.zhaoshang_banner {
  background: url("../img/zhaoshang_banner.jpg") center top no-repeat;
  background-size: cover;
}
.distribution_map {
  width: 1200px;
  height: 500px;
  margin: 20px 0;
  position: relative;
}
.distribution_map img {
  max-height: none;
  max-width: none;
}
.distribution_map .distribution_map_search_box {
  position: absolute;
  top: 77px;
  right: 42px;
  color: #000;
}
.distribution_map .distribution_map_search_box .search_input_box {
  background: #cc9e67;
  display: flex;
  padding: 10px 20px 10px 5px;
}
.distribution_map .distribution_map_search_box .search_input_box input {
  background-color: transparent;
}
.distribution_map .distribution_map_search_box .search_input_ul {
  background: #fff;
  color: #999;
  max-height: 350px;
  overflow: hidden;
  overflow: scroll;
/*任何时候都强制显示滚动条*/
  overflow: auto;
/*需要的时候会出现滚动条*/
  overflow-x: auto;
/*控制X方向的滚动条*/
  overflow-y: auto;
/*控制Y方向的滚动条*/
}
.distribution_map .distribution_map_search_box .search_input_ul .search_input_li {
  width: 290px;
  padding: 15px 25px;
  border-bottom: 1px solid #ededed;
  cursor: pointer;
}
.distribution_map .distribution_map_search_box .search_input_ul .search_input_li:last-child {
  border-bottom: 0;
}
.distribution_map .distribution_map_search_box .search_input_ul .search_input_address {
  color: #000;
  display: flex;
}
.distribution_map .distribution_map_search_box .search_input_ul .search_input_address::before {
  content: '';
  display: block;
  width: 15px;
  height: 16px;
  background-image: url("../img/distribution_adress.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(5px);
  margin-right: 5px;
}
.distribution_map .distribution_map_search_box .search_input_ul .search_input_phone {
  color: #000;
  display: flex;
}
.distribution_map .distribution_map_search_box .search_input_ul .search_input_phone::before {
  content: '';
  display: block;
  width: 15px;
  height: 16px;
  background-image: url("../img/distribution_phone.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(5px);
  margin-right: 5px;
}
.distribution_map .BMap_pop div:nth-child(1),
.investment_map .BMap_pop div:nth-child(1),
.distribution_map .BMap_pop div:nth-child(8),
.investment_map .BMap_pop div:nth-child(8) {
  display: none;
}
.distribution_map .BMap_pop div:nth-child(9),
.investment_map .BMap_pop div:nth-child(9) {
  top: 30px !important;
}
.distribution_map .BMap_bottom,
.investment_map .BMap_bottom,
.distribution_map .BMap_top,
.investment_map .BMap_top,
.distribution_map .BMap_center,
.investment_map .BMap_center {
  display: none;
}
.distribution_map .BMap_bubble_content,
.investment_map .BMap_bubble_content {
  background-color: #fff;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  text-align: center;
  position: relative;
  padding: 0 35px;
}
.distribution_map .BMap_bubble_content:after,
.investment_map .BMap_bubble_content:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 45%;
  width: 35px;
  height: 15px;
  background: url("../img/ditu-ar.png") center/100% auto no-repeat;
}
.distribution_search {
  background: #211f20;
  display: flex;
  margin: 20px 0;
}
.distribution_search_item {
  flex: 1;
  display: flex;
  font-size: 24px;
  align-items: center;
  margin-left: 40px;
}
.distribution_search_info {
  font-size: 20px;
  margin-left: 0;
}
.distribution_search_info .inputbox {
  border: 1px solid #cc9e67;
  width: 190px;
  height: 36px;
  color: #666;
  margin: 0 15px;
}
.distribution_search_info .inputbox .distribution_select {
  padding-left: 12px;
  display: block;
  width: 100%;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.distribution_search_info .inputbox .distribution_select option {
  line-height: 1.5;
  color: #000;
}
.distribution_search_info .inputbox input {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
.distribution_search_info .inputbox ::-webkit-input-placeholder {
  color: #fff;
}
.distribution_search_info .inputbox :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.distribution_search_info .inputbox ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.distribution_search_info .inputbox :-ms-input-placeholder {
  color: #fff;
}
.distribution_select_icon {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/distribution_search.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.distribution_ul {
  margin-top: 20px;
  margin-bottom: 80px;
}
.distribution_li {
  margin-top: 20px;
  display: flex;
  background: #211f20;
  color: #999;
}
.distribution_li a {
  display: block;
}
.distribution_li .distribution_li_img {
  width: 285px;
  height: 202px;
}
.distribution_li .distribution_li_content {
  flex: 1;
  margin: 20px;
  position: relative;
}
.distribution_li .distribution_li_content p {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.distribution_li .distribution_li_content .distribution_li_title {
  font-size: 24px;
}
.distribution_li .distribution_li_content .distribution_li_main {
  height: 56px;
  overflow: hidden;
}
.distribution_li .distribution_li_content .distribution_li_address {
  display: flex;
  line-height: 40px;
}
.distribution_li .distribution_li_content .distribution_li_address::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/distribution_address_hui.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(10px);
  margin-right: 5px;
}
.distribution_li .distribution_li_content .distribution_li_phone {
  display: flex;
  line-height: 40px;
}
.distribution_li .distribution_li_content .distribution_li_phone::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/distribution_phone_hui.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(10px);
  margin-right: 5px;
}
.distribution_li .distribution_li_content .distribution_li_more {
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: #999;
}
.distribution_li:hover .distribution_li_title {
  color: #cc9e67;
}
.distribution_li:hover .distribution_li_more {
  color: #cc9e67;
}
#container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  font-family: "微软雅黑";
}
#container .BMap_shadow img {
  display: none;
}
.investment_content {
  margin-bottom: 200px;
}
.store_wrapper {
  width: 100%;
  height: 200px;
  margin: 50px 0;
}
.store_pic_list {
  width: 100%;
}
.store_pic_list .store_pic_item {
  width: 285px;
  height: 200px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.store_pic_list .store_pic_button {
  height: 200px;
}
.investment_map {
  width: 100%;
  height: 500px;
  margin: 30px 0 70px 0;
}
.investment_map img {
  max-width: none;
  max-height: none;
}
.investment_swiper {
  height: 120px;
  margin-top: 25px;
}
.investment_input_item {
  border: 1px solid #cc9e67;
  width: 570px;
  height: 60px;
  margin: 20px 0;
}
.swiper-slide_img_zhao {
  height: 680px;
  width: 100%;
}
.swiper_zhaoshang_bottom {
  width: 570px;
  height: 150px;
  overflow: hidden;
  padding: 10px 0;
}
.swiper_zhaoshang_img {
  width: 180px !important;
  height: 120px !important;
}
.store_logo_title,
.store_address_title {
  text-align: center;
}
.store_logo_title h3,
.store_address_title h3 {
  line-height: 45px;
  font-size: 26px;
  color: #cc9e67;
}
.store_logo_title p,
.store_address_title p {
  line-height: 34px;
  font-size: 16px;
  color: #cc9e67;
}
.news_banner {
  background: url("../img/xinwen_banner.jpg") center top no-repeat;
}
.company_news_img {
  padding: 25px;
  position: relative;
}
.company_news_img img {
  width: 233px;
  height: 152px;
  display: block;
}
.company_news_img .company_news_hot {
  width: 73px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 5px;
}
.news_time {
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_detail {
  padding: 0 18px 0 13px;
  border: 1px solid #999;
  border-radius: 3px;
  position: relative;
}
.news_detail::before {
  content: '';
  display: block;
  border: 7px solid transparent;
  border-left: 7px solid #999;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.company_news_title {
  font-size: 26px;
  text-align: center;
  margin: 20px 0;
}
.news_xinxi {
  font-size: 12px;
  color: #999;
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.news_xinxi p {
  margin-left: 40px;
  padding-left: 30px;
  line-height: 15px;
  background-repeat: no-repeat;
  max-width: 300px;
  word-break: break-word;
}
.news_xinxi a {
  color: #999;
}
.news_xinxi a:hover {
  color: #999;
}
.news_content {
  color: #999;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #332e31;
  margin-bottom: 80px;
}
.news_content p {
  margin: 30px 0;
}
.news_content .news_img {
  width: 794px;
  height: 426px;
}
.news_content .news_img_box {
  width: 794px;
  display: flex;
  justify-content: space-between;
}
.news_content .news_img_item {
  width: 387px;
  height: 360px;
  margin-top: 20px;
}
.news_content .news_share {
  display: flex;
  justify-content: flex-end;
}
.news_content .news_share .share_icon {
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(7px);
  margin: 0 8px;
  background-position: 0 !important;
}
.news_content .prev_next {
  margin: 20px 0;
}
.news_content .prev_next a {
  display: block;
  color: #999;
}
.news_content .prev_next a:hover {
  color: #999;
}
.box_ad {
  width: 100%;
  height: 150px;
  margin: 20px 0;
}
.nb-nodeboard-base input {
  color: #333333;
}