﻿/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #666;
}
ul,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  /* background-color: #333; */
}
/*body {
  text-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}*/
.fl {
  float: left;
}
.fr {
  float: right;
}
/* index */
ul {
  list-style-type: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
.main-container-index {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
}
.main-container {
  width: 100%;
  height: 82vh;
  box-sizing: border-box;
  position: relative;
}
.banner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../image/banner_01.jpg) center center/cover no-repeat;
}
.ban_about{
  background:url(../image/ban_about.jpg) center center/cover no-repeat;
}
.ban_fzlc{
  background:url(../image/ban_fzlc.jpg) center center/cover no-repeat;
}
.ban_pro{
  background:url(../image/ban_pro.jpg) center center/cover no-repeat;
}
.ban_deve{
  background:url(../image/ban_fzlc.jpg) center center/cover no-repeat;
}
.ban_contact{
  background:url(../image/ban_contact.jpg) center center/cover no-repeat;
}
.header__logo__desktop {
  width: 120px;
}
.header__navigation {
  float: right;
  margin-top: 30px;
  margin-right: 46px;
}
/*.header__leadds {
  margin-top: 42px;
}*/
.region-top-navigation .menu span:after,
.region-top-navigation .menu a:after {
  height: 2px;
}
.region-top-navigation
  .menu
  li.active-menu-item.menu__item--has-children
  .current-page-menu-item:after,
.region-top-navigation
  .menu
  li.menu__item--has-children
  .current-page-menu-item:after {
  background-color: #e60012;
}
/*.header__leadds a {
  color: #eee;
}
.header__leadds a.lan_active {
  color: #fff;
}
*/
.region-top-navigation .menu li.active-menu-item .menu {
  background-color: rgb(42, 42, 42);
}

.btn {
  display: inline-block;
  padding: 16px 40px;
  color: #fff;
  background-color: #e60012;
  text-decoration: none;
  transition: all 0.2s;
}
.btn:hover {
  background-color: #89000b;
  color: #fff;
}
.banner-title {
  position: relative;
  padding: 20px;
  top: 36vh;
  z-index: 2;
  /* margin-top: 20%; */
  /* left:50%; */
  color: #fff;
}
.content-padding {
  padding: 20px;
}
.banner-title h3 {
  font-size: 36px;
  padding: 30px 0;
}
.banner-title p {
  line-height: 36px;
  margin-bottom: 50px;
}
.index-title h3 {
  font-size: 36px;
  color: #000;
  padding: 0;
  margin: 0;
}
.index-title p {
  margin: 0;
  color: #4f4f4f;
  font-size: 20px;
}
.main-padding {
  padding: 110px 15px;
}
.index-about {
  background-color: #eee;
}
.title-dec {
  position: relative;
  z-index: 1;
}
.title-dec:after {
  content: "";
  height: 10px;
  background-color: #e60012;
  opacity: 0.7;
  width: 100%;
  position: absolute;
  bottom: 9px;
  left: 0;
}
.index-about-content {
  color: #222;
  font-size: 14px;
  padding: 30px 0;
  line-height: 30px;
}
.morebtn {
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  font-size: 14px;
  color: #222;
  border-bottom: 2px solid #e60012;
  position: relative;
}
.arrow {
  position: absolute;
  bottom: -9px;
  right: 0;
}
.produce .index-title,
.produce .index-about-content {
  text-align: right;
}
.ourys {
  background: url(../image/banner_07.jpg) center center/cover no-repeat;
}
.ourys .index-title p,
.ourys .index-title h3,
.ourys .index-about-content {
  color: #fff;
}
.ys-list {
  color: #fff;
}
.ys-list li {
  border-bottom: 1px solid #fff;
  padding: 10px 10px 10px 100px;
  margin-bottom: 74px;
  position: relative;
}
.ys-list li h4 {
  font-size: 24px;
  margin: 10px 0 10px 0;
  padding: 0;
}
.ys-list li p {
  font-size: 14px;
}
.ys-icon {
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  height: 88px;
  padding: 10px;
  box-sizing: border-box;
}
.ys-icon img {
  width: 100%;
}
.ourkh {
  background: #f4f4f4 url(../image/map-bg_02.jpg) center bottom/100% auto
    no-repeat;
}
.footer__left {
  text-align: center;
}
.footer__upper {
  padding: 45px 40px 30px;
}
.footer__info-menu {
  display: inline-block;
}
.footer .menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}
.footer .menu a {
  text-decoration: none;
}
.footer .menu a:hover {
  color: #e60012;
}
.footer .menu li {
  margin-top: 5px;
}
.footer_upper {
  padding: 10px;
}
.footer__right p {
  text-align: center;
}
.footer__right div {
  padding: 10px 0;
}
.footer-sub-menu {
  margin-top: 30px;
  font-size: 14px;
}
.footer-sub-menu li {
  padding: 5px 0;
}
.footer__bottom {
  padding: 20px 0;
  color: #56514b;
  font-size: 14px;
}
.footer__cn_police_number {
  text-align: center;
}
.footer__copyright {
  display: inline-block;
  margin: auto 0;
  margin-right: 10px;
}
.footer__cn_police_number a {
  color: #56514b;
  display: inline-block;
  text-decoration: none;
}
.footer__cn_police_number img {
  display: inline-block;
  margin-left: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.kh-content {
  margin-bottom: 100px;
}
.container.no_gutter {
  padding-right: 0px;
  padding-left: 0px;
}
.row.no_gutter [class^="col-"],
.row.no_gutter [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px;
}
.row {
  --bs-gutter-x: 0;
}

.a1 {
  /* width: 100%; */
  margin-left: 0;
}

.a2 {
  height: 35px;
}

.a2 h1 {
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  float: left;
}

.a3 {
  float: left;
  margin: 14px 0 0 10px;
}

.a3 span {
  width: 7px;
  height: 7px;
  float: left;
  margin: 0 2px;
  font-size: 30px;
}

.a3 span.one {
  background: url(https://en.yz-jinquan.com/skin/img/2.gif) no-repeat;
}

.a4 {
  float: left;
  margin: 30px 0;
}

.a4 span {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #b8b8b8;
  text-align: center;
  line-height: 50px;
  background-color: #f4f4f4;
  border: 1px solid #ebebeb;
  cursor: pointer;
}
.a4 span:hover {
  background-color: #d80c18;
  color: #fff;
}

.a4 span.next {
  margin-left: 20px;
}

.a2 em {
  float: right;
  margin: 10px 12px 0 0;
}

.a5 {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  border-top: none;
}

.a5 ul li {
  float: left;
  margin: 10px 0 0;
  padding: 30px;
  position: relative;
}
.mask {
  background-color: #89000b;
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 30px;
  /* width:100%; */
  right: 30px;
  left: 30px;
  height: 100%;
  transition: all 0.5s;
}
.a5 ul li:hover .mask {
  opacity: 0.6;
}

.a6 {
  width: 3680px;
  position: absolute;
  top: 0;
  left: 0;
}

.a6 h1 {
  position: absolute;
  z-index: 3;
  top: 34%;
  text-align: center;
  width: 100%;
  right: 0;
}

.a6 h1 a {
  color: #fff;
  text-decoration: none;
}
.sub-page-title {
  color: #d70a1b;
  font-size: 28px;
  font-weight: 700;
}
.red-line {
  width: 80px;
  border-top: 3px solid #d70a1b;
  display: inline-block;
  position: relative;
  top: -7px;
}
.about-content {
  margin: 20px 0;
}
.about-content p {
  line-height: 200%;
  margin-bottom: 12px;
}
.about-content img {
  max-width:100%!important;height:auto!important;
}
.about-content-contact {
  margin: 20px 0;
}
.about-content-contact p {
  line-height: 200%;
  margin-bottom: 12px;
}
.footer {
  background-color: #f8f8f8;
}

/* 发展历程 */

.lv-time-section {
  font-size: 0;
  width: 100%;
}
.lv-time-left,
.lv-time-right {
  display: inline-block;
  width: calc(50% - 1px);
  height: 168px;
}

.lv-time-left {
  border-right: 2px solid #949494;
}

.lv-time-time,
.lv-time-container {
  font-size: 16px;
  position: relative;
}

.lv-time-container {
  background-color: #949494;
  border-radius: 5px;
}
.lv-time-content {
  padding: 5px;
}

.lv-time-left .lv-time-container,
.lv-time-left .lv-time-time,
.lv-time-left .lv-time-container .lv-time-content {
  float: right;
}

.lv-time-right .lv-time-container,
.lv-time-right .lv-time-time,
.lv-time-right .lv-time-container .lv-time-content {
  float: left;
}

.lv-time-left .lv-time-time:after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: #e60012;
  margin-right: -6px;
  position: absolute;
  top: 50%;
  right: 0;
}
.lv-time-time .year {
  color: #e60012;
  font-size: 28px;
}
.lc {
  color: #221815;
}
.lv-time-left .lv-time-time {
  padding: 20px 20px 20px 0;
}
.lv-time-right .lv-time-time {
  padding: 20px 0 20px 20px;
}
.lv-time-left .lc,
.lv-time-left .year {
  text-align: right;
}
.lv-time-right .lv-time-time:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: #e60012;
  margin-left: -6px;
  position: absolute;
  top: 50%;
  left: 0;
}

.lv-time-container {
  border: 1px solid #949494;
}

.lv-time-left .lv-time-container {
  margin-right: 15px;
  text-align: right;
}

.lv-time-right .lv-time-container {
  float: left;
  margin-left: 15px;
  padding-right: 10px;
  text-align: left;
}

.lv-time-left .lv-time-container:after {
  content: "";
  display: block;
  float: right;
  border-top: 5px solid transparent;
  border-left: 10px solid #949494;
  border-bottom: 5px solid transparent;
  margin-right: -100%;
  margin-top: 5px;
}

.lv-time-right .lv-time-container:before {
  content: "";
  display: block;
  float: left;
  border-top: 5px solid transparent;
  border-right: 10px solid #949494;
  border-bottom: 5px solid transparent;
  margin-left: -11px;
  margin-top: 5px;
}

.time-line {
  padding: 80px 0;
  overflow: hidden;
}
.top-arrow {
  position: relative;
  left: 50%;
  margin-left: -16px;
  top: 10px;
}
.submenus {
  position: relative;
  top: -44px;
}
.submenus li {
  float: left;
  width: 33.333333%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.submenus li a {
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 18px;
  padding: 10px 5px;
}
.submenus li.submenu-active a {
  background-color: #e60012;
  color: #fff;
}
.submenus li.submenu-active a:hover {
  background-color: #e60012;
  color: #fff;
}
.submenus li a:hover {
  background-color: #b0bdce;
  color: #000;
}
.pro-content .pro-img {
  width: 100%;
}
.feature {
  text-align: center;
  margin-top: 50px;
}
.feature span {
  display: inline-block;
  padding: 20px;
}
.feature span > div {
  width: 100px;
  padding: 10px;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.pro-info {
  padding: 30px 50px;
  line-height: 30px;
}
.dvideo {
  background: url(../image/pro3_17.jpg) top center/100% auto no-repeat;
  padding-top: 100px;
  margin-bottom: 200px;
}
.dvideo .video-title {
  text-align: center;
  color: #000;
  font-size: 30px;
  margin-bottom: 100px;
}
.dvideo2 {
  background: url(../image/pro3_17.jpg) #e1e0de top center/100% auto no-repeat;
  padding: 60px 0;
  margin-bottom: 150px;
}
.dvideo2 .video-title {
  text-align: center;
  color: #000;
  font-size: 30px;
  margin-bottom: 100px;
}
.index_video {
  width: 100%;
  height: auto;
}
.dy img {
  width: 100%;
}
.intro{
  text-align: center;
  font-size: 18px;
  margin-top: 80px;
}
.class-btns {
  text-align: center;
}
.class-btns a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  background-color: #e9e9e9;
  border: 3px solid #fafafa;
  border-radius: 30px;
}
.class-btns .classbtn-active,
.class-btns a:hover {
  background-color: #da1e2e;
  border: 3px solid #f7ced1;
  color: #fff;
}
.yt {
  background: url(../image/pronew_03.jpg) center center/cover no-repeat;
  padding: 100px 0;
}
.yt .zy {
  font-size: 24px;
  text-align: center;
  padding: 80px 10px 10px 10px;
}
.yt .jtzy {
  padding: 10px 30px;
}
.yt .jtzy li {
  padding: 5px 5px 5px 30px;
  background: url(../image/sure.png) left center/20px auto no-repeat;
}
.yt .row {
  background-color: rgba(255, 255, 255, 0.5);
}
.yt .row > div {
  border: 1px solid #ebebeb;
  padding: 50px 20px;
}

/* 横向滚动

------------------------------ */

.scroll_horizontal {
  position: relative;
  width: 380px;
  /*height: 245px;*/
  padding: 10px;
  /* background-color: #eee; */
  margin: 100px auto;
}
.scroll_horizontal img {
  width: 100%;
  display: block;
}

.scroll_horizontal .box {
  overflow: hidden;
  position: relative;
  width: 380px;
  /*height: 245px;*/
  margin: 0 auto;
}

.scroll_horizontal .list {
  overflow: hidden;
  width: 9999px;
}

.scroll_horizontal .list li {
  float: left;
  width: 380px;
  padding: 10px;
  box-sizing: border-box;
}
.img-wrap {
  border: 1px solid #ebebeb;
  box-shadow: 0 0 10px #ebebeb;
}

@media (min-width: 64em) {
  .scroll_horizontal {
    width: 1200px;
    /*height: 200px;*/
  }
  .scroll_horizontal .box {
    width: 1200px;
  }
  .scroll_horizontal .list li {
    width: 380px;
  }
}

.scroll_horizontal .prev,
.scroll_horizontal .next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 40px;
  height: 50px;
  background-image: url(../image/control.png);
  background-repeat: no-repeat;
  font: 0/0 Arial;
  cursor: pointer;
  z-index: 2;
}

.scroll_horizontal .prev {
  left: -25px;
  background-position: 0 0;
}

.scroll_horizontal .next {
  right: -25px;
  background-position: -40px 0;
}

.scroll_horizontal .prev:hover {
  background-position: 0 -50px;
}

.scroll_horizontal .next:hover {
  background-position: -40px -50px;
}
#sel {
  border: none;
  background: transparent;
  font-size: 16px;
}
@media (min-width: 64em) {
  .region-top-navigation .menu span,
  .region-top-navigation .menu a {
    color: #fff;
  }
  .footer_upper {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__left {
    flex: 1;
  }
  .footer__right {
    float: right;
  }
  .footer__bottom {
    border-top: 1px solid #dcdcdc;
  }
  .kh-content {
    margin-bottom: 400px;
  }
  .banner-title {
    top: 35vh;
  }
  .banner-title h3 {
    font-size: 52px;
  }
  .a1 {
    /* width: 100%; */
    margin-left: 20em;
  }
  .submenus li {
    width: 33.333333%;
  }
}
.con_zuo{float: left;}
.con_you{float: right;}
.con_info{float: left;width: 40%;}
.con_map{float: right;width: 60%;}
.con_map p{font-size: 14px;}
#allmap {width:100%; height:100%; border:#ccc solid 1px; box-sizing:border-box; position:relative; z-index:1;}
.mapbox {width:100%; height:420px; margin-top:15px; position:relative;}
.mapbox.on {height:100%; margin-top:0; position:fixed; top:0; left:0; z-index:1000;}
.mapbox .zw {width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:none;}
.anchorBL, .BMap_cpyCtrl {display:none;}
.BMap_pop {transform:translateY(-15px);}
.mapbigest {width:26px; height:26px; position:absolute; top:10px; right:10px; z-index:10; cursor:pointer; background-size:100% 100%; background-repeat:no-repeat; background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAhFBMVEUAAABJSUlKSkpJSUlBQUFDQ0NJSUlJSUlLS0tJSUlFRUVJSUlKSkpKSkpJSUlJSUlJSUlJSUlHR0dISEhJSUlKSkpJSUlLS0tKSkpJSUlJSUlISEhJSUlKSkpISEhJSUlJSUlISEhERERJSUlISEhJSUlJSUlISEhJSUlJSUlHR0dKSkrAS+lAAAAAK3RSTlMAwIBjCAT77BHMDfLjxT3n1qVLNL+0RSIc+GZR9LpYit13F5JuXjAnrpwrMVj51gAAAsxJREFUaN7t2tuSojAQgOEeTARFwRMIKiDo6Dj9/u+3U+xGxA7ZkFC7N/yXXvCVZVGSbgA+3dPiQ1LmMOhRFfko7VQCTLCzGdc32Bk7K+CE3R30kSN2lwIqKvSRAypSIht95NsQSQvoUamHhIXz2sGDXm1L57VHKkVw5cFg3XwkyNDK1keCUMXeoIg/qBKIyy1aSLkQSjWAIW7w2bWFTPZCOVfDGfNJG4FGSSyN9GnAOwKJUBZWSvxiUASS8wBKPG0MGQLVSij7IQw5Ap6tsmkZFKGKvUGRthIaKMc3gyJCmQnlbmws56BGYC4Ut6eSPw0GCsRKyZEaFGmUpVC+bQw1Aqy/8tkyCBJKHhnYTig3KwM29YchXOqLeSBXfC3l0GHA3MWfLsCiHyOAt1gmlG0PY8fIX2SIGDEASG4cSFxfuVKjid8S6I5HRNH+HvrxL3Hve6BonxLDSDmCotzMaJS1xiNx0BiG1Uo4B0W8vnMzBuY5iO4WlHlrHy8cbPK2HMbGxsbGxsbGxsbG/l9864FV+cpfe6AsdhEdG8NpdjXqM+Pa3CiwLtA4YK8tDczVKw0r5YK/m+5B0T0VCrcw8KA5sPtSKPKxBzyIYaTcgwSgHuAstiYGHaJGRJlM6wHORXpUXxPDSEnqH+zyZ6gWmxhNcaNIto+uGA/Kjc/ea4CMg3oGSQ2DpUnGdBBOjH7Kjv0d4V/E0FR8ohCEGLnxSm7J1AiPiGGuUKRtTHMw6OYKZd6N8EwYRzDq21UuaYhhrcgRRgyD7o0iQ9iOGEZKKBSPIo2xAav2Qll57whbEsNYWTyVNnIlxiDKtYWchRHDACVCCVvIkIbY8DYBMQapOnchaWPYKys5Mn04r5UB9CoondcKlyDSHn2Mxz94zWeDpkihjxRKxMfurvrIFbsLIcfOXE8f8VzsLAAIzqfT7IMWlRX0qHKyD0mLkxvDLyOFWNKlbrTlAAAAAElFTkSuQmCC');}
@media (max-width: 640px) {
    .BMap_scaleCtrl {display:none;}
    .mapbox .zw {display:block;}
}
@media screen and (max-width: 798px) {
  .con_info{float: left;width: 100%;}
  .con_map{float: left;width: 100%;}
  .con_zuo{float: left;width: 100%;}
  .con_you{float: left;width: 100%;}
}
