
/*
* @Author: DoDo
* @Date:   2020-07-06 10:27:55
* @Last Modified by:   DoDo
* @Last Modified time: 2021-03-22 17:36:20
*/
body {
  font-family: "微软雅黑";
  overflow-x: hidden; }

body.body-inside {
  padding-top: 100px; }

body.on {
  overflow: hidden; }

img {
  max-width: 100%; }

a {
  outline: none; }

@media screen and (min-width: 1366px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0; } }
@media screen and (min-width: 1440px) {
  .w1600.container, .w1400.container {
    width: 1400px; }

  .w1300.container {
    width: 1300px; } 
    
  }
@media screen and (min-width: 1660px) {
  .w1600.container {
    width: 1600px; } }
.f0 {
  font-size: 0; }

.bg-fa {
  background: #fafafa; }

/*============================= public =============================*/
/* header */
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  padding-left: 3.125%;
  padding-right: 3.125%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-shadow: 0 0 10px rgba(231, 231, 231, 0.45);
  -moz-box-shadow: 0 0 10px rgba(231, 231, 231, 0.45);
  box-shadow: 0 0 10px rgba(231, 231, 231, 0.45);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.header-right {
  display: flex;
  align-items: center; }
.header-right .h-search {
  cursor: pointer; }
.header-right .h-lauguage {
  background: #e60012;
  font-size: 14px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 28px;
  margin-left: 15px; }

.nav-list {
  display: flex; }
.nav-list li {
  position: relative;
  padding: 0 40px; }
.nav-list li .span-a1 a {
  position: relative;
  display: block;
  line-height: 100px;
  font-size: 18px;
  color: #555; }
.nav-list li .span-a1 a::after {
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 3px;
  background: #e60012;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.nav-list li .span-a1 a.on::after {
  display: none; }
.nav-list li.on .span-a1 a {
  color: #e60012; }
.nav-list li.on .span-a1 a::after {
  left: 0;
  right: 0; }

.nav-down {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(231, 231, 231, 0.45);
  -moz-box-shadow: 0 0 10px rgba(231, 231, 231, 0.45);
  box-shadow: 0 0 10px rgba(231, 231, 231, 0.45); }
.nav-down::before {
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  width: 0;
  top: -3px;
  height: 3px;
  background: #e60012;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.nav-down .div-01 {
  position: relative;
  text-align: center; }
.nav-down .div-01 a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  padding: 10px 0; }
.nav-down .div-down {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.nav-down .div-down .div-1 {
  position: relative;
  text-align: center; }
.nav-down .div-down .div-1 a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  padding: 10px 0; }

.header-bream {
  position: relative;
  width: 30px;
  height: 24px;
  cursor: pointer;
  display: none;
  margin-left: 15px; }
.header-bream span {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 100%;
  height: 3px;
  background: #e60012;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.header-bream::before, .header-bream::after {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e60012;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.header-bream::before {
  top: 0; }
.header-bream::after {
  bottom: 0; }
.header-bream.on span {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
.header-bream.on::before {
  transform: rotate(45deg) translate(12px, 3px); }
.header-bream.on::after {
  transform: rotate(-45deg) translate(12px, -3px); }

.header-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 0 10px rgba(231, 231, 231, 0.45);
  -moz-box-shadow: 0 0 10px rgba(231, 231, 231, 0.45);
  box-shadow: 0 0 10px rgba(231, 231, 231, 0.45);
  display: none; }
.header-search .container {
  padding-top: 53px;
  padding-bottom: 30px; }
.header-search .span-close {
  position: absolute;
  right: 0;
  top: 30px;
  cursor: pointer; }
.header-search .span-close img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.header-search .div-cont {
  margin-right: 120px; }
.header-search .put-01 {
  outline: none;
  background: none;
  border: none;
  width: 100%;
  line-height: 30px;
  padding: 3px 100px 3px 0;
  border-bottom: 1px solid #e6e6e6; }
.header-search .but-01 {
  outline: none;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }

/*.footer {
  padding-top: 43px; }

.footer-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6; }

 .footer-list {
  width: 50%;
  display: flex;
  font-size: 0;
  background: url("../image/line-06.jpg") right center no-repeat; }
.footer-list ul {
  margin-left: 140px; }
.footer-list ul:first-child {
  margin-left: 0; }
.footer-list ul li .div-title {
  margin-bottom: 13px; }
.footer-list ul li .div-title a {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  padding-bottom: 12px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url("../image/line-05.png"); }
.footer-list ul li .div-01 a {
  display: inline-block;
  font-size: 16px;
  color: #666;
  line-height: 30px; }

.footer-share {
  width: 50%;
  display: flex;
  justify-content: flex-end; }

.footer-share-01 {
  margin-left: 70px;
  padding-top: 8px;
  cursor: pointer; }
.footer-share-01:first-child {
  margin-left: 0; }
.footer-share-01 .div-title {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 11px; }
.footer-share-01 .span-ewm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 110px;
  background: url("../image/bg-02.png") center center no-repeat;
  bottom: 100%;
  display: none; }
.footer-share-01:hover .span-ewm {
  display: block; }

.footer-address {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6; }
.footer-address .div-01 {
  padding-left: 80px; }
.footer-address .div-01 .span-icon {
  position: absolute;
  left: 0;
  top: 0; }
.footer-address .div-01 .div-title {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  padding-top: 2px; }
.footer-address .div-01 .div-des {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-top: 4px; }

.footer-copy {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  padding-top: 25px;
  padding-bottom: 45px; }
.footer-copy a {
  color: #666; }

.footer-inside {
  background-position: right bottom;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: 100%; } */

/* foot */


@media (min-width: 1200px){
  .footer{ width:100%; height:auto; margin:0 auto;  background:#165f9e;   border-top:1px solid #63b0f8;}
  .foot{ width:100%; overflow:hidden; height:350px; background:url(../image/fbg1.jpg); background-size:cover;}
  .footbox{ width:1600px; margin:30px auto;}
  .foot-left{ float:left; width:245px; margin-top:50px; color: #eee;}
  .foot-center{ margin-top:50px; width:1000px; margin-left:10px; font-size: 16px; float: left; color: #eee; line-height: 30px}
  .foot-center a{padding: 0 20px;    font-size: 16px;    color: #fff;  }
  .foot-center p{text-align:left;font-size: 16px;}
  .foot-center  li{
      float: left;width: 500px;
  }
  .foot-right{ float:right;     margin-right: 13rem;
   margin-top: 50px;
   }
  .foot-right img{ width:114px; height:114px;}
  .foot-right p{text-align:center;    font-size: 14px;    line-height: 20px;    color: #eee;}
  .foot-right .weixin{text-align: center;float: left;margin-right: 20px;font-size: 12px;
  
  }
   .foot_m{overflow: hidden;margin-bottom:0px;width:100%;height:40px; border-top: 1px solid #404245;background-color: #515151;width:100%; text-align:center; font-size:14px; color:#858585;}
  .foot_m p{  margin-top: 5px;}
  
  }
  @media (max-width:1200px){
  .foot{
   width: 80%;
   margin: 0 auto;
}

.foot{ width:100%; overflow:hidden; height:400px; background:url(../image/fbg1.jpg); background-size:cover;}

.foot-left{
   width:245px; margin:30px;margin-top:30px;  color: #eee;
}
.foot-center{  width:600px; padding-left:30px; font-size: 16px; float: left; color: #eee; line-height: 30px}


.foot-right{ float:right; margin-right:20px; margin-top:-20px;    margin-bottom: 80px;}
  .foot-right img{ width:84px; height:84px;}

  .foot_m{overflow: hidden;margin-bottom:0px;width:100%;height:40px; border-top: 1px solid #404245;background-color: #515151;width:100%; text-align:center; font-size:14px; color:#858585;}
  .foot_m p{  margin-top: 5px;}
  }


  @media screen and (max-width:800px){
   .foot_m{overflow: hidden;margin-bottom:0px;width:100%;height:auto; border-top: 1px solid #404245;background-color: #515151;width:100%; text-align:center; font-size:14px; color:#858585;}
   .foot_m p{  margin-top: 5px;}
   }

   @media screen and (max-width:641px){

       .foot-center{  width:300px; padding-left:10px; font-size: 14px; float: left; color: #eee; line-height: 20px}
       .foot-right{ display: none;}
   

  }














  /* public */
.public-share {
  position: fixed;
  left: 40px;
  bottom: 28px;
  z-index: 2;
  display: none; }
.public-share .bshare-custom {
  display: flex;
  flex-direction: column; }
.public-share .bshare-custom a, .public-share .bshare-custom span {
  margin: 0 0 40px;
  padding: 0;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer; }
.public-share .bshare-custom a:last-child, .public-share .bshare-custom span:last-child {
  margin-bottom: 0; }
.public-share .bshare-custom a.bshare-more2, .public-share .bshare-custom span.bshare-more2 {
  display: inline-block;
  background-image: url("http://www.weilongshipin.com/statics/home/images/s-icon1.png"); }
.public-share .bshare-custom a.bshare-weixin, .public-share .bshare-custom span.bshare-weixin {
  background-image: url("http://www.weilongshipin.com/statics/home/images/s-icon2.png"); }
.public-share .bshare-custom a.bshare-qqim, .public-share .bshare-custom span.bshare-qqim {
  background-image: url("http://www.weilongshipin.com/statics/home/images/s-icon3.png"); }
.public-share .bshare-custom a.bshare-sinaminiblog, .public-share .bshare-custom span.bshare-sinaminiblog {
  background-image: url("http://www.weilongshipin.com/statics/home/images/s-icon4.png"); }

.bsTop {
  width: 100% !important; }

.bsFrameDiv > div {
  width: 100% !important;
  height: 208px !important; }
.bsFrameDiv > div img {
  width: 168px !important;
  height: 168px !important; }

#bsPanelHolder {
  display: none !important; }

#bsMorePanel {
  width: 100% !important; }

.bFind-wrapper-top {
  height: 26px !important; }

.pages a, .pages strong {
  display: inline-block;
  font-weight: normal;
  min-width: 36px;
  padding: 0 10px;
  line-height: 36px;
  font-size: 16px;
  color: #666;
  background: #fff2f3;
  border-radius: 5px;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.pages a:first-child, .pages a:last-child, .pages strong:first-child, .pages strong:last-child {
  min-width: 100px; }
.pages strong {
  background: #e6000f;
  color: #fff; }

/*============================= index =============================*/
.index-scroll {
  position: fixed;
  right: 2%;
  bottom: 3.7%;
  z-index: 100;
  cursor: pointer; }

.index-scroll img {
  animation: banner_scroll 1.2s infinite linear;
  -moz-animation: banner_scroll 1.2s infinite linear;
  /* Firefox */
  -webkit-animation: banner_scroll 1.2s infinite linear;
  /* Safari and Chrome */
  -o-animation: banner_scroll 1.2s infinite linear;
  /* Opera */ }

@keyframes banner_scroll {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateY(-3px); }
  50% {
    transform: translateY(0); }
  75% {
    transform: translateY(3px); }
  100% {
    transform: translateY(0); } }
.index .main {
  position: fixed;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0; }

.index-bk {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding-top: 105px; }

.index-bk.index-bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.no-ts .index-bk {
  top: 100%;
  transform: translateY(0%);
  -webkit-transform: translateY(0%); }

.no-ts .index-bk.index-1 {
  top: 0; }

.lt9 .no-ts .index-bk {
  top: 0; }

.index-bk.index-1 {
  z-index: 10;
  top: 0;
  transform: translateY(0%);
  -webkit-transform: translateY(0%); }

.index-bk.index-2 {
  z-index: 50; }

.index-bk.index-3 {
  z-index: 60; }

.index-bk.index-4 {
  z-index: 70; }

.index-bk.index-5 {
  z-index: 80; }

.index-bk.index-6 {
  z-index: 90; }

.index-bk.index-7 {
  z-index: 100; }

.anim2_down .index-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim2_down .index-2 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%); }

.anim2_up .index-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim2_up .index-3 {
  transform: translateY(100%);
  -webkit-transform: translateY(100%); }

.anim2_up .index-2 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%); }

.anim3_down .index-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim3_down .index-2 {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.anim3_down .index-3 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%); }

.anim3_up .index-2 {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.anim3_up .index-3 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%); }

.anim3_up .index-4 {
  transform: translateY(100%);
  -webkit-transform: translateY(100%); }

.anim4_down .index-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim4_down .index-2 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim4_down .index-3 {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.anim4_down .index-4 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%); }

.anim4_up .index-2 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim4_up .index-3 {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.anim4_up .index-4 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%); }

.anim4_up .index-5 {
  transform: translateY(100%);
  -webkit-transform: translateY(100%); }

.anim5_down .index-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim5_down .index-2 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim5_down .index-3 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim5_down .index-4 {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.anim5_down .index-5 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%); }

.anim5_up .index-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim5_up .index-2 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim5_up .index-3 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim5_up .index-4 {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.anim5_up .index-5 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%); }

.anim5_up .index-6 {
  transform: translateY(100%);
  -webkit-transform: translateY(100%); }

.anim6_down .index-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim6_down .index-2 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim6_down .index-3 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim6_down .index-4 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim6_down .index-5 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim6_down .index-6 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%); }

.anim6_up .index-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim6_up .index-2 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim6_up .index-3 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim6_up .index-4 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim6_up .index-5 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.anim6_up .index-6 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%); }

.anim6_up .index-7 {
  transform: translateY(100%);
  -webkit-transform: translateY(100%); }

.right-button {
  position: fixed;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 111;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
.right-button i {
  display: block;
  width: 13px;
  height: 3px;
  background: #ccc;
  margin-top: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer; }
.right-button i:first-child {
  margin-top: 0; }
.right-button i.active {
  width: 30px;
  height: 3px;
  background: #e70012; }

.index-main {
  position: relative;
  z-index: 2; }

.banner-owl .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 3.7%;
  transform: translateX(-50%);
  z-index: 20;
  line-height: normal;
  font-size: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 6px;
  border-radius: 10px; }
.banner-owl .owl-dots button.owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 6px;
  background: url("../image/b-icon1.png");
  background-size: cover; }
.banner-owl .owl-dots button.owl-dot.active {
  background: url("../image/b-icon1h.png"); }

.banner-a1 {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

  .banner-video{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

.index-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.index-about-left {
  width: 45%; }

.index-title {
  font-weight: bold;
  padding-bottom: 15px;
  background: url("../image/line-01.png") left bottom no-repeat; }
.index-title .div-en {
  position: absolute;
  left: 0;
  bottom: 15px;
  font-size: 76px;
  line-height: 76px;
  color: rgba(0, 0, 0, 0.06);
  text-transform: uppercase; }
.index-title .div-cn {
  font-size: 40px;
  color: #333;
  line-height: 52px; }
.index-title.tc {
  background-position: center bottom; }
.index-title.tc .div-en {
  right: 0; }

.index-news-title .b-01 {
  font-size: 36px;
  color: #e60012;
  line-height: 50px; }
.index-news-title .b-01 img {
  padding-right: 10px;
  position: relative;
  top: -2px; }
.index-news-title .b-01 + .index-more {
  top: 0;
  margin-top: 0; }
.index-news-title .index-more {
  position: relative;
  top: -18px; }

.index-about-des {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-top: 20px;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.index-about-num {
  display: flex;
  margin-top: 62px; }
.index-about-num .span-line {
  width: 1px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../image/line-02.jpg");
  margin: 0 115px; }

.index-about-num-01:first-child {
  background: none; }
.index-about-num-01 .div-01 {
  color: #e60012;
  font-size: 0;
  font-family: "黑体"; }
.index-about-num-01 .div-01 .span-year {
  font-size: 72px;
  line-height: 72px;
  font-weight: bold; }
.index-about-num-01 .div-01 .span-01 {
  font-size: 50px;
  position: relative;
  top: -7px; }
.index-about-num-01 .div-01 .span-02 {
  font-size: 30px;
  position: relative;
  top: -25px; }
.index-about-num-01 .div-01 .span-03 {
  font-size: 16px; }
.index-about-num-01 .div-des {
  font-size: 18px;
  line-height: 28px;
  color: #888;
  margin-top: 8px; }

.index-more {
  margin-top: 42px; }
.index-more a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #999999;
  width: 146px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #bfbfbf; }

.index-about-right {
  width: 47.5%;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url("../image/bg-01.png"); }

.index-about-video {
  margin-right: 7.8%;
  margin-bottom: 50px; }
.index-about-video .div-01 img {
  width: 100%; }
.index-about-video .div-01 .span-play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/v2.png");
  background-size: 100%; }

.index-news {
  background-position: left top;
  background-size: 100%; }

.index-news-cont .row {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 30px; }
.index-news-cont .row > div {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px; }

.index-news-a1 {
  position: relative;
  border: 1px solid #ededed;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.index-news-a1 .span-tag {
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 5;
  width: 72px;
  height: 76px;
  background: url("../image/bg-06.png") center no-repeat;
  background-size: cover;
  font-size: 20px;
  color: #fff;
  padding-right: 6px;
  text-align: center;
  line-height: 60px; }
.index-news-a1 .span-tag2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url("../image/bg-07.png") center no-repeat;
  font-size: 20px;
  color: #fff; }
.index-news-a1 .span-cont {
  padding: 42px 10%; }
.index-news-a1 .span-cont .bdo-date {
  color: #888;
  font-family: "Arial"; }
.index-news-a1 .span-cont .bdo-date .b-year {
  font-size: 18px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.index-news-a1 .span-cont .bdo-date .b-date {
  font-size: 32px;
  line-height: 42px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.index-news-a1 .span-cont .bdo-title {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  margin-top: 24px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.index-news-a1 .span-cont .bdo-img {
  margin-top: 23px; }
.index-news-a1 .span-cont .bdo-img .i-img {
  padding-top: 73.65%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.index-news-a1 .span-cont .bdo-des {
  font-size: 16px;
  color: #888;
  line-height: 28px;
  margin-top: 24px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }
.index-news-a1 .span-img {
  display: none; }

.index-culture-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 60px; }

.index-culture-a1 {
  width: 31.56%;
  text-align: center;
  background: #fff;
  padding: 50px 0 43px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.index-culture-a1 .span-img {
  background: #f2f2f2;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.index-culture-a1 .span-img img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.index-culture-a1 .span-img .mgh {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
.index-culture-a1 .span-cont {
  margin-top: 36px;
  width: 66.3%;
  margin-left: auto;
  margin-right: auto; }
.index-culture-a1 .span-cont .b-title {
  color: #333;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 13px;
  background: url("../image/line-03.jpg") center bottom no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.index-culture-a1 .span-cont .bdo-des {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-top: 12px; }

.index-make-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px; }

.index-make-a1 {
  width: 23.75%;
  background: #f7f7f7;
  padding: 80px 0 71px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.index-make-a1 .span-img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.index-make-a1 .span-img img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.index-make-a1 .span-img .mgh {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
.index-make-a1 .span-cont {
  width: 70%;
  height: 162px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.index-make-a1 .span-cont .b-title {
  font-size: 24px;
  color: #333;
  line-height: 34px;
  padding-bottom: 15px;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.index-make-a1 .span-cont .bdo-des {
  font-size: 16px;
  line-height: 28px;
  color: #888;
  margin-top: 3px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.index-make-a1 .span-cont .bdo-more {
  font-size: 16px;
  line-height: 28px;
  color: #888;
  margin-top: 18px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.index-bk.index-6 {
  background-size: 100%;
  background-color: #f5f5f5;
  background-position: right bottom; }

/*============================= 03_走进卫龙 =============================*/
.banner-inside {
  width: 100%;}

.banner-inside img {
  width: 100%; }

.about-intro {
  padding-top: 94px;
  padding-bottom: 80px;
  background: url("../image/bg-03.jpg") center bottom no-repeat;
  background-size: cover; }
.about-intro .index-flex {
  padding-top: 65px; }
.about-intro .about-intro-des {
  height: auto;
  display: block; }

.about-intro-left, .about-intro-right {
  width: 50%; }

.about-intro-word {
  padding-left: 18.6%;
  padding-right: 16.27%; }
.about-intro-word .div-title{
  font-size: 28px;
  color: #333;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 33px;
}
.about-intro-word .about-intro-des {
  text-align: justify;
  margin-top: 0; 
  max-height: 360px;
  overflow: auto;
}
.about-intro-word .about-intro-des .b1{ font-size: 20px; color: #333; }
.about-intro-des.public-scroll .mCSB_scrollTools .mCSB_draggerRail { width: 1px; background: #dbdbdb; }

.about-intro-des.public-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .about-intro-des.public-scroll .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .about-intro-des.public-scroll .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .about-intro-des.public-scroll .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { width: 3px; background: #e60012; border-radius: 3px; }

.about-intro-video {
  margin: 0;
  padding: 0; }
.about-intro-video img {
  width: 100%; }

.about-anchor {
  position: absolute;
  margin-top: -190px; }

.about-history {
  padding-top: 190px;
  padding-bottom: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.about-history-content {
  height: 80vh;
  margin-top: 50px; }
.about-history-content .swiper-container {
  width: 100%;
  height: 100%; }
.about-history-content .swiper-slide {
  height: auto; }

.about-history-list {
  position: relative;
  margin-bottom: 5px;}
.about-history-list::before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 43px;
  bottom: 0;
  width: 1px;
  background: #e6e6e6; }
.about-history-list li .about-history-cont {
  position: relative; }
.about-history-list li .about-history-cont::after {
  content: " ";
  position: absolute;
  top: 43px;
  left: 100%;
  width: 24px;
  height: 24px;
  background-image: url("../image/icon-33.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -12px; }
.about-history-list li .about-history-01 {
  margin-right: 11.25%;
  background: #fff; }
.about-history-list li .about-history-01::before {
  content: " ";
  position: absolute;
  left: 100%;
  top: 40px;
  width: 31px;
  height: 31px;
  background: url("../image/icon-09_n.png") center no-repeat; }
.about-history-list li .div-img1 {
  position: absolute;
  right: 0;
  bottom: -21px; }
.about-history-list li .div-img2 {
  position: absolute;
  left: 0;
  bottom: 100%; }
.about-history-list li .div-img3 {
  position: absolute;
  right: 0;
  bottom: -30px; }

.about-history-cont {
  width: 50%; }

.about-history-01 {
  position: relative;
  padding: 21px 38px 23px;
  border: 1px solid #e6e6e6; }
.about-history-01 .div-year {
  font-size: 36px;
  line-height: 46px;
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.about-history-01 .div-info {
  margin-top: 15px; }
.about-history-01 .div-info span {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #fff;
  background: #e60012;
  padding: 0 25px;
  border-radius: 32px; }
.about-history-01 .div-des {
  font-size: 18px;
  color: #555;
  line-height: 30px;
  margin-top: 15px; }

.about-honor {
  padding-top: 110px;
  padding-bottom: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

/*============================= 10_品质管控 =============================*/
.control-main {
  padding-top: 80px;
  padding-bottom: 80px; }

.control-01 {
  margin-top: 80px; }
.control-01:first-child {
  margin-top: 0; }

.control-title {
  font-size: 24px;
  line-height: 1;
  color: #333;
  font-weight: bold;
  padding-bottom: 33px;
  background: url("../image/line-07.jpg") left bottom no-repeat; }
.control-title.tc {
  background-position: center bottom; }

.control-text {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  margin-top: 23px; }

.control-img {
  margin-top: 25px; }
.control-img img {
  width: 100%;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s; }

/*============================= 14_培训机制 =============================*/
.training-main {
  padding-top: 94px;
  padding-bottom: 80px; }
.training-main .control-title {
  padding-bottom: 23px; }

.training-cont {
  margin-top: 50px; }

.training-01 {
  margin-top: 60px; }
.training-01:first-child {
  margin-top: 0; }
.training-01 .div-img img {
  width: 100%;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s; }

.control-owl {
  position: relative;
  margin-top: 23px; }

.promotion-flex {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  flex-wrap: wrap; }

.promotion-01 {
  width: 18.375%;
  border: 1px solid #f27f88;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.promotion-01 .div-title {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
  background: #e60012;
  overflow: hidden;
  padding-left: 10%;
  padding-right: 10%; }
.promotion-01 .div-title .span-num {
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 60px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.1); }
.promotion-01 .div-des {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  padding: 20px 10%; }

.promotion-td {
  margin-top: 80px; }

.promotion-title .b-title {
  font-size: 30px;
  color: #333;
  line-height: 1; }
.promotion-title .span-txt {
  font-size: 18px;
  color: #888;
  line-height: 1;
  margin-top: 18px; }
.promotion-title .bdo-icon {
  position: absolute;
  top: 0;
  width: 70px; }
.promotion-title .bdo-icon.bdo-left {
  right: 100%;
  margin-right: 50px; }
.promotion-title .bdo-icon.bdo-right {
  left: 100%;
  margin-left: 50px; }

.promotion-td-img {
  background: #f7f7f7;
  padding: 60px;
  border-radius: 20px;
  margin-top: 50px; }

.management-txt {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-top: 43px; }

.management-main {
  padding-top: 73px; }

.management-cont {
  position: relative;
  background: #f7f7f7; }
.management-cont .div-cont {
  width: 49.875%;
  margin-left: 6.25%;
  min-height: 360px;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column; }
.management-cont .div-cont .div-title {
  font-size: 24px;
  line-height: 34px;
  color: #333;
  padding-left: 19px;
  width: 100%;
  background: url("../image/line-08.jpg") left 4px no-repeat; }
.management-cont .div-cont .div-des {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  margin-top: 27px;
  width: 100%;
  }
.management-cont .div-img {
  position: absolute;
  right: 0;
  top: -60px;
  bottom: 0;
  width: 35%; }
.management-cont .div-img .span-img {
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

/*============================= 12_卫龙人才 =============================*/
.concept-main {
  padding-top: 36px;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat; }

.concept-des {
  font-size: 20px;
  line-height: 48px;
  color: #333; }

.concept-rcg {
  margin-top: 60px; }

.concept-title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  line-height: 40px; }

.concept-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.concept-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 48.125%;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  margin-top: 55px;
  padding: 54px 60px 53px 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.concept-01::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
  width: 6px;
  background: #e60012;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.concept-01 .div-img {
  width: 12.3%;
  margin-top: 6px; }
.concept-01 .div-img img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.concept-01 .div-cont {
  position: relative;
  width: 81.53%;
  padding-right: 30px; }
.concept-01 .div-cont .div-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 17.96%; }
.concept-01 .div-cont .div-title {
  position: relative;
  z-index: 2;
  font-size: 24px;
  color: #333;
  line-height: 34px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.concept-01 .div-cont .div-des {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-top: 19px; }

/*============================= 04_卫龙新闻 =============================*/
.news-list {
  padding-top: 36px;
  padding-bottom: 83px; }
.news-list .row {
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 60px; }
.news-list .row > div {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px; }

/*============================= 05_卫龙新闻_详情 =============================*/
.news-art {
  padding-top: 76px;
  padding-bottom: 80px; }

.news-art-title {
  padding-bottom: 23px;
  border-bottom: 1px dashed #dbdbdb; }
.news-art-title .div-title {
  font-size: 28px;
  line-height: 38px;
  color: #333; }
.news-art-title .div-info {
  margin-top: 15px; }
.news-art-title .div-info span {
  font-size: 18px;
  color: #999;
  line-height: 28px; }
.news-art-title .div-info span img {
  position: relative;
  top: -2px;
  margin-right: 10px; }

.news-art-des {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-top: 23px; }

.news-art-page {
  margin-top: 50px;
  padding-top: 48px;
  border-top: 1px dashed #dbdbdb; }
.news-art-page .div-title {
  font-size: 28px;
  line-height: 38px;
  color: #333; }

.news-page-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 15px; }
.news-page-flex .a-01 {
  width: 48.75%;
  padding: 40px 50px;
  background: #fafafa;
  margin-top: 10px;
  border-bottom: 5px solid #fde5e7;
  text-align: right; }
.news-page-flex .a-01 .span-01 {
  font-size: 16px;
  color: #888;
  padding-right: 20px;
  margin-right: -20px;
  background: url("../image/icon-right.png") right center no-repeat; }
.news-page-flex .a-01 .span-des {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  margin-top: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
.news-page-flex .a-01:first-child {
  text-align: left; }
.news-page-flex .a-01:first-child .span-01 {
  padding-right: 0;
  margin-right: 0;
  padding-left: 20px;
  margin-left: -20px;
  background: url("../image/icon-left.png") left center no-repeat; }

/*============================= 07_卫龙智造_产品 =============================*/
.product-main {
  padding-top: 80px;
  padding-bottom: 80px; }

.product-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.product-01 .product-img, .product-01 .product-word {
  width: 50%; }
.product-01 .product-img {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
.product-01 .product-img .span-img {
  width: 600px;
  max-width: 90%;
  max-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center; }
.product-01 .product-img .span-img img {
  max-width: 100%;
  max-height: 500px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.product-01 .product-word {
  display: flex;
  align-items: center;
  background: url("../image/bg-08.jpg") right bottom no-repeat;
  background-size: cover;
  font-size: 0;
  min-height: 540px;
  padding: 50px 0; }
.product-01 .product-word .div-cont {
  width: 510px;
  max-width: 72%;
  margin-left: 12.5%; }
.product-01 .product-word .div-cont .div-title a {
  display: inline-block;
  font-size: 28px;
  color: #333;
  line-height: 38px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.product-01 .product-word .div-cont .div-des {
  font-size: 18px;
  line-height: 32px;
  color: #555;
  margin-top: 35px;
  /*height: 96px;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }
.product-01 .product-word .div-cont .div-des .div-txt{
  height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/*============================= 18_联系我们 =============================*/
.contact-top {
  position: relative;
  z-index: 10;
  background: #f8f8f8;
  padding-bottom: 80px; }

.contact-top-cont {
  position: relative; }

.contact-top-c {
  padding: 60px 100px 100px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  margin-top: -120px; }
.contact-top-c .div-title {
  font-size: 40px;
  line-height: 1;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6; }
.contact-top-c .div-title img {
  margin-right: 18px; }
.contact-top-c .div-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 60px; }
.contact-top-c .contact-list {
  width: 41.428%; }
.contact-top-c .contact-list li {
  padding: 47px 0 45px 64px;
  border-bottom: 1px solid #ededed; }
.contact-top-c .contact-list li:last-child {
  border-bottom: none; }
.contact-top-c .contact-list li .span-icon {
  float: left;
  margin-left: -64px; }
.contact-top-c .contact-list li .span-title {
  font-size: 18px;
  line-height: 28px;
  color: #333; }
.contact-top-c .contact-list li .span-des {
  font-size: 16px;
  color: #888;
  line-height: 26px; }
.contact-top-c .div-map {
  width: 51.428%; }
.contact-top-c .div-map img {
  width: 100%; }

.contact-online {
  padding-top: 95px;
  padding-bottom: 80px; }

.contact-form {
  padding-top: 36px; }
.contact-form .div-01 {
  margin-top: 30px; }
.contact-form .div-01 .span-title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 17px;
  line-height: 50px;
  font-size: 16px;
  color: #666; }
.contact-form .div-01 .span-title bdo {
  color: #e6000f; }
.contact-form .div-01 .put-01 {
  outline: none;
  background: none;
  width: 100%;
  line-height: 30px;
  padding: 10px 17px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-size: 16px;
  color: #333; }
.contact-form .div-01 .text-01 {
  height: 160px;
  resize: none; }
.contact-form .div-01 .but-01 {
  outline: none;
  background: none;
  border: none;
  width: 200px;
  height: 50px;
  background: #e6000f;
  font-size: 18px;
  color: #fff;
  border-radius: 8px; }

/*============================= 06_卫龙文化 =============================*/
.mission-01 {
  margin-top: 95px; }
.mission-01:first-child {
  margin-top: 0; }

.mission-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  margin-top: 50px; }

.mission-cont {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
.mission-cont .div-cont {
  width: 65%;
  margin: 30px 20% 30px 15%;
  padding-top: 16px;
  background: url("../image/icon-22.png") right top no-repeat; }
.mission-cont .div-cont .div-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  padding-bottom: 28px;
  background-image: url("../image/line-07.jpg");
  background-repeat: no-repeat;
  background-position: left bottom; }
.mission-cont .div-cont .div-des {
  font-size: 26px;
  color: #e60012;
  line-height: 50px;
  margin-top: 18px; }

.mission-img {
  width: 50%;
  min-height: 460px; }
.mission-img .span-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s; }

.culture-title b {
  font-size: 30px;
  color: #333;
  line-height: 40px; }
.culture-title .span-icon {
  position: absolute;
  top: 0;
  width: 70px; }
.culture-title .span-icon.span-left {
  right: 100%;
  margin-right: 45px; }
.culture-title .span-icon.span-right {
  left: 100%;
  margin-left: 45px; }

.culture-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 54px;
  padding-bottom: 80px; }

.culture-01 {
  width: 13.125%;
  background: #fff;
  height: 250px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.culture-01 .div-01 {
  position: relative;
  height: 250px;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.culture-01 .div-01 .span-img img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
.culture-01 .div-01 .span-title {
  font-size: 24px;
  color: #333;
  line-height: 40px;
  margin-top: 20px; }
.culture-01 .div-01 .span-arrow {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.culture-01 .div-02 {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  padding: 50px 8.6% 50px;
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.culture-01 .div-02 .div-title {
  padding-right: 60px;
  font-size: 24px;
  line-height: 40px; }
.culture-01 .div-02 .div-title .span-icon {
  position: absolute;
  right: 0;
  top: 0; }
.culture-01 .div-02 .div-des {
  font-size: 16px;
  line-height: 30px;
  margin-top: 34px; }
  .culture-01 .div-02 .div-des p{
    margin: 0;
  }
.culture-01.on {
  width: 43.43%;
  background: #e60012; }
.culture-01.on .div-01 {
  position: absolute;
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
.culture-01.on .div-02 {
  position: relative;
  visibility: visible;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

/*============================= 08_卫龙智造_产品详情 =============================*/
.product-hot {
  padding-top: 80px;
  padding-bottom: 80px; }

.product-hot-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px; }

.product-hot-a1 {
  width: 18.125%;
  margin-top: 20px; }
.product-hot-a1 .span-img {
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.product-hot-a1 .span-img .mg-mc {
  width: 100%; }
.product-hot-a1 .span-img .mg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.product-hot-a1 .span-title {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.product-details {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fafafa; }

.product-owl {
  padding-left: 100px;
  padding-right: 100px; }
.product-owl .owl-nav button.owl-prev, .product-owl .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.product-owl .owl-nav button.owl-prev {
  left: 0px;
  font-size: 0;
  background-image: url("../image/icon-31.png"); }
.product-owl .owl-nav button.owl-next {
  right: 0px;
  font-size: 0;
  background-image: url("../image/icon-32.png"); }

.product-01 {
  display: flex;
  justify-content: space-between; }
.product-01 .div-img {
  width: 42.85%;
  background: #fff;
  overflow: hidden; }
.product-01 .div-img .mg-mc {
  width: 100%; }
.product-01 .div-img .mg1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s; }
.product-01 .div-cont {
  width: 48.92%; }
.product-01 .div-cont img {
  width: auto; }
.product-01 .div-cont .div-title {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  padding-bottom: 23px;
  border-bottom: 1px dashed #e5e5e5;
  font-weight: bold; }
.product-01 .div-cont .div-des {
  font-size: 18px;
  line-height: 32px;
  color: #555;
  margin-top: 32px;
  padding-bottom: 90px;
  border-bottom: 1px dashed #e5e5e5; }
.product-01 .div-cont .div-phone {
  padding-top: 46px;
  padding-left: 65px; }
.product-01 .div-cont .div-phone .span-icon {
  float: left;
  margin-left: -65px;
  margin-top: 2px; }
.product-01 .div-cont .div-phone .span-title {
  font-size: 16px;
  line-height: 26px; }
.product-01 .div-cont .div-phone .span-des {
  font-size: 24px;
  color: #e60012;
  font-weight: bold;
  margin-top: 4px; }

.special-jieshao-scroll {
  margin-top: 50px;
  padding-left: 100px;
  padding-right: 100px; }

.special-jieshao-word {
  position: relative;
  min-height: 354px;
  background-color: #fff;
  border-bottom: 4px solid #e50e0c;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.special-jieshao-word-cont .mg1 {
  margin-bottom: 33px; }

.special-jieshao-tit {
  width: 1020px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }

.special-jieshao-tit-01 {
  padding: 0 10px; }

.special-jieshao-tit-01 span {
  display: block;
  height: 46px;
  line-height: 46px;
  background-color: #f2f2f2;
  font-size: 16px;
  color: #333;
  text-align: center;
  border-radius: 23px;
  cursor: pointer; }

.special-jieshao-scroll .swiper-slide-thumb-active .special-jieshao-tit-01 span {
  background-color: #e50e0c;
  color: #fff; }

.special-jieshao-word .special-jieshao-arrow {
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  background: none;
  position: absolute;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.special-jieshao-prev {
  left: -90px;
  background-image: url("../image/icon-31.png") !important; }

.special-jieshao-next {
  right: -90px;
  background-image: url("../image/icon-32.png") !important; }

.special-jieshao-prev:hover {
  background-image: url("../image/icon-31h.png") !important; }

.special-jieshao-next:hover {
  background-image: url("../image/icon-32h.png") !important; }

.product-yf-01 {
  padding: 80px 7.1%; }
.product-yf-01 .div-title {
  font-size: 28px;
  color: #e50e0c;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-bottom: 23px;
  background: url("../image/line-09.jpg") center bottom no-repeat; }
.product-yf-01 .div-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px; }
.product-yf-01 .div-cont {
  width: 50%;
  font-size: 16px;
  color: #333;
  line-height: 30px; }
.product-yf-01 .div-img {
  width: 41.66%; }
.product-yf-01 .div-img img {
  width: 100%;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s; }

.gsty-active-swiper {
  margin-top: 47px; }
.gsty-active-swiper .swiper-button-prev, .gsty-active-swiper .swiper-button-next {
  width: 24px;
  height: 37px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0; }
.gsty-active-swiper .swiper-button-prev::before, .gsty-active-swiper .swiper-button-prev::after, .gsty-active-swiper .swiper-button-next::before, .gsty-active-swiper .swiper-button-next::after {
  display: none; }
.gsty-active-swiper .swiper-button-prev {
  left: 20px;
  background-image: url("http://www.weilongshipin.com/statics/home/images/arrow-left.png"); }
.gsty-active-swiper .swiper-button-prev:hover {
  background-image: url("http://www.weilongshipin.com/statics/home/images/arrow-lefth.png"); }
.gsty-active-swiper .swiper-button-next {
  right: 20px;
  background-image: url("http://www.weilongshipin.com/statics/home/images/arrow-right.png"); }
.gsty-active-swiper .swiper-button-next:hover {
  background-image: url("http://www.weilongshipin.com/statics/home/images/arrow-righth.png"); }

.gsty-active-swiper .swiper-slide {
  width: 280px; }

.gsty-active-swiper .swiper-slide-active .gsty-active-01 .div-mc {
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
.gsty-active-swiper .swiper-slide-active .gsty-active-01 a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.gsty-active-details .div-01 {
  width: 1000px;
  margin: 30px auto 0;
  max-width: calc(100vw - 30px);
  text-align: center;
  display: none;
  font-size: 18px;
  line-height: 28px;
  color: #555; }
.gsty-active-details .div-01.on {
  display: block; }

.job-title {
  display: flex;
  justify-content: center; }
.job-title a {
  display: inline-block;
  margin: 0 20px;
  font-size: 20px;
  color: #e60012;
  border: 1px solid #e60012;
  line-height: 58px;
  width: 210px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.job-title a:hover, .job-title a.on {
  background: #e60012;
  color: #fff; }

.guide-main {
  padding-top: 96px; }

.guide-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px; }

.guide-01 {
  width: 20%;
  padding: 50px 0 36px;
  background: #e60012;
  border-radius: 10px;
  margin-top: 20px; 
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.guide-01 .div-cont {
  padding: 0 15.625%;
  color: #fff; }
.guide-01 .div-img {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto; }
.guide-01 .div-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin-top: 15px; }
.guide-01 .div-list {
  font-size: 15px;
  line-height: 26px;
  margin-top: 8px; }

.guide-img {
  width: 4.56%;
  display: flex;
  align-items: center; }

.guide-job {
  padding-top: 80px; }

.guide-job-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px; }
.guide-job-form .div-01 {
  width: 29.375%; }
.guide-job-form .div-02 {
  width: 8.125%; }
.guide-job-form .but-01 {
  border: none;
  outline: none;
  border-color: #e60012;
  width: 100%;
  height: 50px;
  background: #e60012;
  font-size: 16px;
  color: #fff; }

.select-01 {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #dbdbdb;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../image/icon-39.png") no-repeat scroll right 19px center transparent;
  width: 100%;
  line-height: 48px;
  padding-left: 20px;
  font-size: 16px;
  color: #555;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 65px; }

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none; }

.job-list {
  margin-top: 50px; }
.job-list li {
  background: #f2f2f2; }
.job-list li .div-top {
  display: flex;
  justify-content: space-between;
  background: #e60012;
  line-height: 76px; }
.job-list li .div-top span {
  color: #fff;
  padding-left: 78px;
  font-size: 22px; }
.job-list li .div-top .span-1 {
  width: 27.66%; }
.job-list li .div-top .span-2 {
  width: 26.875%; }
.job-list li .div-top .span-3 {
  width: 27.66%; }
.job-list li .div-top .span-4 {
  width: 17.8%; }
.job-list li .div-t {
  background: #f2f2f2;
  cursor: pointer; }
.job-list li .div-t span {
  color: #333;
  font-size: 16px; }
.job-list li .div-bottom {
  position: relative;
  padding: 45px 80px 45px 80px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  display: none; }
.job-list li .div-bottom .b-title {
  font-size: 16px;
  color: #c51422; }
.job-list li .div-bottom .a-btn {
  position: absolute;
  right: 120px;
  bottom: 20px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #e6000f; }
.job-list li .div-bottom .c-red {
  color: #e60012; }
.job-list li:nth-child(odd) {
  background: #fafafa; }
.job-list li:nth-child(odd) .div-top {
  background: #fafafa; }
.job-list li:first-child .div-top {
  background: #e60012; }
.job-list li.on .div-t {
  border-top: 1px solid #e60012;
  border-bottom: 1px solid #e60012; }
.job-list li.on .div-t span {
  color: #e60012; }

.guide-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 70px; }

.guide-list-01 {
  width: 30.625%;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  margin-top: 10px; }
.guide-list-01 .div-c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 46px 9.7% 40px; }
.guide-list-01 .div-icon {
  width: 18.46%;
  margin-top: 4px; }
.guide-list-01 .div-cont {
  width: 76.92%; }
.guide-list-01 .div-title {
  font-size: 20px;
  color: #333;
  line-height: 30px; }
.guide-list-01 .div-des {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 8px;
  word-spacing: wrap; }
.guide-list-01 .div-des.c-red {
  color: #e60012; }
.guide-list-01 .div-des .c-red {
  color: #e60012; }

.job-sh-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px; }
.job-sh-title .span-title {
  font-size: 40px;
  color: #333;
  line-height: 50px; }
.job-sh-title .job-sh-job {
  width: 44.28%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.job-sh-title .job-sh-job .div-01 {
  width: 75.8%; }
.job-sh-title .job-sh-job .div-02 {
  width: 20.96%; }
.job-sh-title .job-sh-job .but-01 {
  outline: none;
  border: none;
  background: #e6000f;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff; }
.job-sh-title + .guide-job {
  padding-top: 40px; }

.job-sx-list li {
  display: flex;
  width: 100%; }
.job-sx-list li .div-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.25%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #e60012;
  font-weight: bold; }
.job-sx-list li .div-des {
  width: 88.75%;
  padding: 10px 0 20px 30px;
  border-bottom: 1px solid #e6e6e6; }
.job-sx-list li .div-des a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-left: 20px;
  margin-top: 10px; }
.job-sx-list li .div-des a:hover, .job-sx-list li .div-des a.xz {
  color: #e60012; }
.job-sx-list li .div-des a.on {
  background: #e60012;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px; }

.public-mc {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 105;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

.public-tc {
  position: fixed;
  width: 1282px;
  max-width: 90%;
  left: 50%;
  top: 50%;
  z-index: 110;
  transform: translate(-50%, -50%);
  padding: 44px 60px 50px;
  background: #fff;
  max-height: 90vh;
  overflow: auto;
  display: none; }
.public-tc .public-close {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.public-tc .div-title {
  font-size: 36px;
  line-height: 46px;
  color: #333; }
.public-tc .div-info {
  font-size: 16px;
  color: #888;
  line-height: 26px;
  margin-top: 6px; }
.public-tc .div-01 {
  position: relative;
  padding-left: 140px;
  margin-top: 20px; }
.public-tc .div-01 .span-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 126px;
  line-height: 40px;
  text-align: right;
  font-size: 16px;
  color: #333; }
.public-tc .div-01 .span-title bdo {
  color: #e6000f; }
.public-tc .put-01 {
  width: 100%;
  height: 40px;
  line-height: 24px;
  padding: 8px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 5px; }
.public-tc .put-01::placeholder {
  font-size: 14px;
  color: #b2b2b2; }
.public-tc .text-01 {
  resize: none;
  height: 100px; }
.public-tc .select-01 {
  height: 40px;
  border-color: #e6e6e6;
  border-radius: 5px; }
.public-tc .div-1 {
  width: 66.66%; }
.public-tc .div-1 .span-01 {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 40px;
  font-size: 16px;
  color: #888; }
.public-tc .div-flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.public-tc .div-2 {
  width: 41.37%; }
.public-tc .div-line {
  color: #dbdbdb;
  font-size: 20px; }
.public-tc .but-01 {
  border: none;
  outline: none;
  width: 200px;
  height: 50px;
  background: #e6000f;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  margin-top: 24px; }

.public-address {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  padding: 27px 0;
  border-bottom: 1px solid #ededed; }
.public-address a {
  color: #666; }
.public-address a.c-red {
  color: #e60012; }

.notice-main {
  padding-top: 30px;
  padding-bottom: 80px; }

.notice-menu {
  float: left;
  margin-left: 0;
  width: 330px;
  background: #fff; }
.notice-menu .div-title {
  color: #fff;
  background: #e60012;
  padding: 25px 15px 25px 50px; }
.notice-menu .div-title .b-title {
  font-size: 30px;
  line-height: 40px; }
.notice-menu .div-title .span-en {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: 4px; }
.notice-menu .div-list {
  border: 1px solid #ededed; }
.notice-menu .div-list .div-01 {
  border-top: 1px solid #ededed; }
.notice-menu .div-list .div-01:first-child {
  border-top: none; }
.notice-menu .div-list .div-01 a {
  display: block;
  font-size: 20px;
  color: #666;
  line-height: 30px;
  padding: 20px 20px 20px 100px;
  background: url("../image/line-10.png") 50px center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.notice-menu .div-list .div-01 a.on {
  color: #fff;
  background-image: url("../image/line-10h.png");
  background-color: #e60012; }

.notice-cont {
  margin-left: 380px; }

.notice-title {
  padding: 22px 30px;
  background: #fff; }
.notice-title b {
  font-size: 28px;
  line-height: 1;
  color: #333;
  padding-left: 16px;
  border-left: 4px solid #e60012; }

.notice-content {
  padding: 30px 50px 50px;
  background: #fff;
  margin-top: 10px; }

.notice-list {
  padding-bottom: 50px; }
.notice-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #333;
  padding-right: 150px;
  line-height: 56px;
  border-bottom: 1px dashed #dbdbdb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.notice-list li a span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
  color: #888; }

.notice-art {
  padding: 40px 50px 50px;
  background: #fff;
  margin-top: 10px; }
.notice-art .div-title {
  padding-bottom: 23px;
  border-bottom: 1px dashed #dbdbdb; }
.notice-art .div-title .span-title {
  font-size: 24px;
  line-height: 36px;
  color: #333; }
.notice-art .div-title .span-date {
  font-size: 18px;
  color: #999;
  line-height: 28px;
  margin-top: 20px;
  background: url("../image/icon-45.png") left center no-repeat;
  padding-left: 28px; }
.notice-art .div-des {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-top: 23px; }

.y-video .mg-mc{
  width: 100%;
}
.y-video .div-mc{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
.y-video .video-v{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 0;
}

/*# sourceMappingURL=style.css.map */

.section-news{padding-bottom:6rem}
.section-news:after{position:absolute;z-index:-1;top:0;left:0;width:50%;height:100%;content:"";background-color:var(--gray-light)}
.home-news-list{padding-top:5%}
.home-news-list a{color:rgb(128,128,128)}
.home-news-list .time{line-height:1.5;width:130px;height:100px;padding-right:40px;text-align:right;float:left}
.home-news-list .time-month-day{font-size:30px;line-height:38px}
.home-news-list .time-year{font-size:18px}
.home-news-list .title{font-size:18px;line-height:1.8;padding-bottom:10px}
.home-news-list .overview{font-size:14px;line-height:25px;position:relative;display:block;overflow:hidden;}
.home-news-top{padding-right:70px}
.home-news-top a{transition:none}
.home-news-top .image{padding-bottom:208px;margin-bottom:3rem}
.home-news-top .image .inner{transition:all .4s}
.home-news-top .image img{width:100%;height:300px}
.home-news-top .specialty{font-size:13px;margin-bottom:10px;padding-bottom:10px;color:rgb(128,128,128)}
.home-news-top .specialty:after{display:block;width:25px;height:1px;content:"";transition:width .4s;background-color:rgb(128,128,128)}
.home-news .title{transition:color .2s;color:black}
.home-news-top .more{margin-top:20px}
.home-news-top .title{line-height:1.4;font-size:20px}
.home-news-top .overview{overflow:hidden;transition:color .4s}
.home-news .title:hover{
  color: #f20000;}
.home-news-top:hover .image .inner{-webkit-transform:scale(1.05,1.05);transform:scale(1.05,1.05)}
.home-news-top:hover .overview{color:black}
.home-news-top:hover .specialty:after{width:50px}
.home-news-top:hover .button:before{left:100%}
.home-news-top:hover .button:after{left:0}
.home-news-top:hover .button{color:white !important}
.home-news-new{padding-left:50px}
.home-news-new .item{padding-bottom:20px}
.home-news-new .small{font-size:12px;font-weight:normal}
.home-news-new .text{display:block !important;margin-left:140px;padding-left:30px;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s;transition:transform .4s,-webkit-transform .4s;transition:transform .4s,-webkit-transform .4s;transition:transform .4s,-webkit-transform .4s}
.home-news-new .item:last-child{padding-bottom:0}

.home-news-new a:hover .text{border-color:rgb(32,42,61)}
.home-news-new a:hover .time:before{height:90%}
.home-news-new ul:before{position:absolute;z-index:0;top:0;width:130px;height:100%;content:"";border-right:0 solid rgb(236,236,236)}
.home-news-new a:hover .text{-webkit-transform:translateX(30px);transform:translateX(30px)}
.home-news-left-title h4{font-size:24px;font-weight:normal;padding-bottom:20px}
.button-arrow-down{font-size:12px;line-height:29px;position:relative;display:inline-block;height:30px;padding:0 20px;color:rgb(255,255,255);border-radius:100px;background-color:rgba(0,0,0,.7)}
.button-arrow-down:after{position:absolute;z-index:9;top:30px;left:50%;height:0;margin-left:-8px;content:"";transition:border-color .3s;border-top:10px solid rgba(0,0,0,.7);border-right:8px solid transparent;border-left:8px solid transparent}
.button-arrow-down:hover{color:rgb(255,255,255);background-color:#f20000}
.button-arrow-down:hover:after{border-top-color:#f20000}
.button-arrow-down.bg-green{background-color:#f20000}
.button-arrow-down.bg-green:after{border-top-color:#f20000}
.button-arrow-down.bg-green:hover{background-color:rgba(0,0,0,.7)}
.button-arrow-down.bg-green:hover:after{border-top-color:rgba(0,0,0,.7)}
.full-list{overflow:auto}
.button.btn-border{font-size:14px;line-height:1;padding:8px 25px;letter-spacing:2px;border:1px solid rgb(128,128,128)}

.product-box{
  margin: 50px auto 0;
}
.product-box-txt{
  text-align:center;
  font-size:40px;
  font-weight: 700;
  color:#20232a;
  position:relative;
}
.product-box-title{
  position: relative;
  z-index: 2;
}
.product-box-titles{
  position: absolute;
  font-size:82px;
  color: #f7f7f7;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.product-box-solid{
  width:40px;
  height:30px;
  border-bottom:4px solid red;
  margin:auto
}
.product-box-tag{
  margin-top:20px;
  justify-content: center;
  display: flex;
  width: 100%;
}
.box-tag-content{
  border: 1px solid #ccc;
  padding:5px 15px;
  font-size:18px;
  text-align: center;
  margin:0 5px ;

}
.box-tag-content:hover {
  background-color:#e60012;
  border-color: #e60012;
  color:#fff;
  transition:  all .4s ease;
}
.box-tag-content>a{
  color:#111
}
.box-tag-content:hover>a{
  color:#fff
}
.product-box-flex{
  display: flex;
  margin-top:30px;
  flex-wrap: wrap;
  justify-content: start;
}
.product-box-content{
  width: 31%;
  border: 1px solid #eeeeee;
  margin: 0 10px 40px;
  box-shadow: 0px 10px 20px 3px #f0f0f0;
}
.product-box-content a{
  display: inline-block;
  width: 100%;
  height: 100%;
  position:relative
}
.product-box-content:hover .product-box-content-hover{
  display: block;
}
.product-box-content-hover{
  display: none;
}
.product-box-content-hover-bgc{
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .6;
  position:absolute;
  top: 0;
  left: 0;

}
.product-box-content-hover-title{
  font-size:36px;
  font-weight: 700;
  text-align: center;
  color:#fff;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.product-box-content-hover-solid{
  width: 40px;
  height: 30px;
  border-bottom: 2px solid #e60012;
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
}
.product-box-content-hover-text{
  font-size:16px;
  text-align: center;
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 65%;
  color:#fff;
  width: 100%;
  padding: 0 15px;
  line-height: 32px;
}
.bdo-more{
  opacity: 1 !important;
  color:#333 !important;
}
.index-make-a1:hover .bdo-more{
  color:#fff !important;
}
.hf{
  margin-top:50px;
  width: 100%;
  height: 240px;
  background: url(../images/banbg.jpg) 100% 100% no-repeat;
  display: flex;
  margin-bottom: 50px;
}
.hf-box{
  width: 25%;
  text-align: center;
  padding-top: 30px;
}
.hf-box-num{
  font-size: 92px;
  font-weight: 800;
  color: #ff0000;
}
.hf-box-txt{
  font-size:24px;
  color:#000
}
.home-news-list .time{
  width: 100px !important;
  height: 90px !important;
  background-color: #f2f2f2;
  padding: 0 !important;
}
.home-news-new .item{
  padding-bottom: 0px !important;
}
.inline-item>div:first-child{
  font-size:24px;
  line-height: 50px;
  color:#555555;
  text-align:center;
}
.inline-item>div:last-child{
  font-size:14px;

  line-height: 40px;
  color:#555555;
  text-align:center;
}
.swiper-box{
  float: left;
  width: 200px;
  border: 1px solid #ccc;
  margin: 0 30px;
}
.pic>img{
  width: 100%;
  text-align: center;
}
.tempWrap{
  width: 1260px !important;
  margin: 0 auto;
}
.picList{
  margin: 0 auto !important;
}
.picScroll-left {
  margin-top:50px;
  margin-bottom: 50px;
}
.picScroll-left .prev{
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/right.png)  no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.picScroll-left .next {
  position: absolute;
  left: auto;
  right: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/left.png)  no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.foot_m>p{
  color: #fff !important;
  opacity: .62 !important;
}
.index-more a:hover{
  background-color: #e60012;
  color: #fff;
  border: 1px solid #e60012;
  transition: all .8s ease;
}
.profile{
  width: 100%;
  /* height: 500px; */
  background-color:#fafafa;
  padding:21px;
  margin: 20px 0;
}
.profile>p{
  text-indent: 24px;
  line-height: 28px;
  letter-spacing: 2px;
}
.honor{
  display: flex;
}
.honor-box{
  width: 25%;
  margin: 0 20PX;
  text-align: center;
  border: 1px solid #ccc;
}
.honor-img,.product-img{
  width: 100%;
  height: 250px;
  background-color: red;
}
.honor-box>span,.product-box>span{
  display: inline-block;
  padding: 5px 0;
  font-size:18px;
  line-height: 36px;
}
.product{
 display: flex;
 margin:40px 0 
}
.product-box-detail-title{
  font-size:18px;
  font-weight: 700;
  line-height: 38px;
}
.product-box-detail-info{
  font-size: 18px;
  line-height: 38px;

}
.time-box{
  width: 100px !important;
  height: 90px !important;
  background-color: #f2f2f2;
  padding: 0 !important;
  display: inline-block !important;
}

.news-detail-box{
  text-align: center;
}
.news-detail-box>li{
  margin-bottom: 50px !important;
}
.home-news-new .text {
    text-align: left;
    max-width: 800px;
    min-width: 800px;
}
.news-detail-box-title {
    color: #111;
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
    max-width:800px;
}
.news-detail-box-p{
  color: #111;
}
.news-detail-box-box:hover .news-detail-box-title{
  color: #e70012;
}
.ly-left{
  width: 50%;
  font-size: 18px;
  line-height: 48px;
  padding: 50px 10%;
}
.ly-right{
  width: 50%;
  padding: 50px 10%;
  /* text-align: center; */
}
.ly-right>div>h2{
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.ly-right>div>span{
  display: inline-block;
  width: 100px;
}
.ly-right>div>input{
  width: 350px;
  height: 40px;
  padding:5px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
}
.ly-right>div>textarea{
  width: 350px;
  height: 150px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  resize: none;
  padding: 20px;
}
.ly-right>div>button{
  width: 100px;
  height: 40px;
  border: 1px solid #ddd;
  background-color: #e70012;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  display:block;
  margin:0 auto
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
 -webkit-appearance: none;
}
/*火狐*/
input[type="number"] {
 -moz-appearance: textfield;
}
section{
  overflow: hidden;
}
.product-detail-left{
  border:1px solid #ddd;
  width: 50%;
}
.product-detail-right{
  margin-left: 30px;
  padding:30px 0;
  width: 50%;
}
@media screen and (max-width:1794px) {
  .header{
    padding: 0;
  }
}
@media screen and (max-width:1684px) {
  .nav-list li{
    padding: 0 30px;
  }
}
@media screen and (max-width:1542px) {
  .nav-list li{
    padding: 0 20px;
  }
}
@media screen and (max-width:1480px) {
  .nav-list li{
    padding: 0 15px !important;
  }
  .tempWrap{
    width: 87vw !important;
  }
}
@media screen and (max-width:1440) {
  .tempWrap{
    width: 70vw !important;
  }
}
@media screen and (max-width:1332px) {
  .nav-list li{
    padding: 0 10px !important;
  }
}
@media screen and (max-width:1262px) {
  .nav-list li{
    padding: 0 5px !important;
  }
}
@media screen and (max-width:1200px) {
  .header{
    padding-left: 3.125%;
    padding-right: 3.125%;
  }
  .tempWrap{
    width: 73vw !important;
    margin: 0 auto;
  }
  .swiper-box{
    width: 20vw;
    margin: 0 10px;
  }
  .picScroll-left .prev{
    left: 0;
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-top: -10px;
  }
  .picScroll-left .next{
    right: 0;
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-top: -10px;

  }
  .product-box-content:hover .product-box-content-hover{
    display: none;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .box-tag-content{
    font-size: 14px;
  }
  .product-box-content{
    width: 30%;
  }
  .hf-box-num{
    font-size: 70px;
  }
  .hf{
    height: 220px;
  }
  .picScroll-left .prev {
    left: 0;
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-top: -15px;
  }
  .picScroll-left .next {
    right: 0;
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-top: -10px;
  }
  .tempWrap{
    width: 70vw !important;
  }
  .swiper-box{
    margin: 0 20px;
  }
  .home-news-new .item:nth-of-type(n+9){
    display: none;
  }
  .home-news-top{
    float: none;
    padding-right: 15px;
  }
  .home-news-new{
    float: none;
    width: 100%;
    display: block !important;
    padding: 0 10px;
  }
  .home-news-top a:first-child>span>img{
    width: 100% !important;
  }
  .news-detail-box>li>a{
    display: flex;
  }
  .home-news-new .text{
    margin-left: 10px;
  }
  .home-news-new .text>span>h3{
    margin-top:10px
  }
  .time-box{
    width: 20% !important;
  }
  .honor{
    flex-wrap: wrap;
    
  }
  .honor-box{
    width: 44%;
    margin-bottom: 20px;
  }
}
@media  screen and (max-width:768px) {
  .tempWrap{
    width: 73vw !important;
  }
  .home-news-top{
    float: none;
    padding-right: 15px;
  }
  .home-news-new{
    float: none;
    width: 100%;
    display: block !important;
    padding: 0 10px;
  }
  .home-news-top a:first-child>span>img{
    width: 100% !important;
  }
  .news-detail-box>li>a{
    display: flex;
  }
  .home-news-new .text{
    margin-left: 10px;
  }
  .home-news-new .text>span>h3{
    margin-top:10px
  }
  .time-box{
    width: 20% !important;
  }
  .profile{
    display: block !important;
    height: auto !important;
  }
  .ly-left{
    width: 100%;
  }
  .ly-right{
    width: 100%;
  }
  .ly-right>form>h2{
    text-align: left;
  }
  .ly-right>form>input{
    width: 70vw;
  }
  .ly-right>form>textarea{
    width: 70vw;
  }
}
@media screen and (max-width:767px) {
  .header {
    width: 100vw;
  }
  .container{
    margin: 0;
    /* padding: 0; */
  }
  .header{
    box-shadow: 0px 0px 11px 0px #ddd;
  }

}
@media screen and (max-width:500px) {
  .tel{
    display: none;
  }
  .hf{
    display: none;
  }
  .product-box-content{
    width: 44%;
  }
  .product-box-tag{
    display: none;
  }
  .home-news-top{
    float: none;
    padding-right: 15px;
  }

  .home-news-new{
    float: none;
    width: 100%;
    display: block !important;
    padding: 0 10px;
  }
  .home-news-new .text{
    padding: 0;
    margin: 0;
  }
  .home-news-list .time{
    width: 70px !important;
    height: 100px !important;
    margin-right: 15px;
  }
  .time-box{
    display: none !important;
  }
  .product{
    display: block;
  }
  .product-detail-left{

    border:1px solid #ddd;
    width: 100%;
  }
  .product-detail-right{

    margin-left: 0px;
    padding:30px 0;
    width:100%
  }
  .honor{
    flex-wrap: wrap;
    
  }
  .honor-box{
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:320px) {
  .product-box-content{
    width: 100%;
  }
  .home-news-list .time{
    display: none !important;
  }
  .index-make-a1{
    width: 100% !important;
  }
}
.changepage{
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.changepage>div{
  margin: 0 auto;
  width: 80px;
  height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  line-height: 40px;
  background-color: #e70012;
  border-radius: 5px;
}
.changepage>div:hover a{
  color:#fff;
}
.changepage>div:hover{
  background-color: #e70012;
  border: 1px solid #ddd;

}
.changepage>div>a{
  color: #e70012;
  width: 100%;

}
.changepage>div{
  background-color: #fff;
  border: 1px solid #e70012;

}
.page{
  width: 100%;
  margin: 20px auto ;
}
.page>ul{
  display: flex;
  align-items:center;
   justify-content:center;
}
.page>ul>li>a{
  padding: 0 10px;
  height: 40px;
  min-width: 40px;
  border: 1px solid #ddd;
  margin: 5px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #000;
  border-radius: 3px;

}
.page>ul>li>a:hover{
  background-color: #e70012;
  color: #fff;
}
.page-active{
  background-color: #e70012;
  color: #fff !important;
}
@media screen and (max-width:320px) {
  .page>ul>li>a{
    font-size:12px;
    padding:0
  }
}