@charset "UTF-8";
body { overflow-x: hidden !important; overflow-y: scroll; width: 100%; color: #666; font-size: 16px; line-height: 1.5; font-family: "SimSun", Tahoma; }

body, dd, dl, dt, form, h1, h2, h3, h4, h5, li, ol, p, ul { margin: 0; padding: 0; }

.fontyahei { font-family: 'Microsoft YaHei'; }

nav, footer { display: block; }

li, ol, ul { list-style: none; }

img { max-width: 100%; border: none; outline: none; }

input, textarea, button { outline: none; }

a { color: #000; }

a:link { color: #000; }

a:hover { text-decoration: none; color: #00c2ce }

.text-left { text-align: left; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.fon14 { font-size: 14px !important; }

.fon16 { font-size: 16px !important; }

.container { padding-right: 0; padding-left: 0; }

.marginb10 { margin-bottom: 10px; }

.img-100 { width: 100%; }

.colorr { color: #00c2ce }

header { width: 200px; background: #fff; height: 100vh; position: fixed; left: 100px; top: 0; z-index: 99; font-size: 16px; display: flex; align-content: space-between; justify-content: center; flex-wrap: wrap; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

nav, footer { width: 100%; }

.flex-item { display: flex; flex-wrap: wrap; }

.logo { padding-top: 35px; }

.logo-img { width: 130px; }

.nav { position: relative; overflow: hidden; }

.nav li { height: 47px; margin-bottom: 10px; }

.nav a { display: block; width: 100%; height: 46px; line-height: 46px; position: relative; transition: .2s linear all; }

.nav-li { line-height: 45px; }

.nav-txt { margin-top: -60px; text-align: center; }

.nav-txt a { color: #333; text-decoration: none; font-weight: 400; }

.nav-rect { transition: 1s all ease; stroke-width: 6px; fill: transparent; stroke-dasharray: 85 400; stroke-dashoffset: -228; }

.nav-li.cur .nav-rect { stroke: #00c2ce }

.nav-li:hover .nav-rect { stroke-dasharray: 50 0; stroke-width: 3px; stroke-dashoffset: 0; stroke: #00c2ce }

.copy-right { font-size: 12px; }

.footer-link { padding: 10px 0; }

.footer-link a { padding: 0 5px; }

footer { padding-bottom: 30px; }

#wechat_img { opacity: 0; padding: 3px; background: #fff; border: 1px solid #f4f4f4; box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }

#wechat_img.active { opacity: 1; transition: .5s linear all; }

.global { width: 100vw; min-height: 100vh; }

.global-container { background: url(../images/about-banner.jpg) no-repeat center bottom #001c43; background-size: 100% 100%; width: 100%; min-height: 100vh; align-content: center; justify-content: center; background-attachment: fixed; }

/*banner*/
.banner .swiper-container { width: 100%; height: 100vh; }

.banner .swiper-slide { background-position: center; background-size: cover; display: flex; align-items: center; justify-content: center; padding-left: 300px; }

.banner .banner1-txt { font-size: 55px; color: #fad689; padding-bottom: 120px; }

.banner .banner2 { align-items: center; justify-content: center; }

.banner .banner2-img { padding-top: 130px; }

.banner .banner2-p1 { font-size: 35px; color: #cbf3fb; line-height: 1; }

.banner .banner2-p2 { font-size: 21px; color: #71d7e2; white-space: nowrap; padding: 32px 0; }

.banner .banner2-more { display: block; width: 150px; height: 50px; border: 2px solid #fff; text-align: center; line-height: 35px; color: #fff; position: relative; transition: .5s linear all; }

.banner .banner2-more::after { display: block; width: 150px; height: 50px; border: 2px solid #fff; position: absolute; left: -15px; top: -15px; content: ''; transition: .3s linear all; }

.banner .banner2-more:hover { background: rgba(0, 0, 0, 0.75); color: #fff; line-height: 50px; }

.banner .banner2-more:hover::after { left: -2px; top: -2px; }

.banner .banner3-img { padding-top: 150px; }

.banner .banner3 { justify-content: flex-start; }

.banner .banner3 .banner2-p1 { color: #66300a; }

.banner .banner3 .banner2-p2 { color: #612e07; }

.banner .banner3 .banner2-more { border: 2px solid #7c451c; color: #744e1b; }

.banner .banner3 .banner2-more::after { border: 2px solid #7c451c; }

.banner .banner3 .banner2-more:hover { background: #7c451c; color: #fff; }

/*内页*/
.ny-bg { background: url(../images/bg.jpg) no-repeat center; background-attachment: fixed; background-size: cover; }

.blobal-container { min-height: 90vh; margin: 0 0 0 300px; display: flex; align-items: center; justify-content: center; padding-top: 5vh; }

.containers { width: 90%; min-height: 90vh; background:#f9f9f9; padding: 30px; box-sizing: border-box; }

.title { font-size: 26px; position: relative; margin-bottom: 50px; }

.title p { position: absolute; top: 50%; width: 100%; text-align: center; top: 50%; left: 0; transform: translateY(-50%); }

.title span::after { display: block; position: absolute; left: 50%; width: 100px; transform: translateX(-50%); height: 2px; background: #b41414; content: ''; width: 40px; }

.qrcodes { font-size: 12px; text-align: center; padding: 20px 0; }

.code-p span { position: relative; }

.code-p span::after { position: absolute; display: block; content: ''; width: 20px; height: 1px; background: #666; right: -25px; top: 10px; }

.code-p span::before { position: absolute; display: block; content: ''; width: 20px; height: 1px; background: #666; left: -25px; top: 10px; }

.code-p.code-wx40 { padding-left: 10px; }

.contact { line-height: 1.8; }

.contact .contact-input { height: 30px; line-height: 20px; margin-bottom: 25px; border: 0; border-bottom: 1px solid #000; padding: 5px; box-sizing: border-box; width: 100%; background: none;}

.contact .contact-btn { height: 50px; line-height: 50px; background: #333; color: #fff; font-size: 16px; border: 0; display: block; width: 100%; }

.maps { position: relative; overflow: hidden; }

.map { visibility: hidden; }

.map-iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding-left: 40px; box-sizing: border-box; }

.tit-tab { text-align: center; display: inline-block; margin: 0 auto; border-bottom: 2px solid #000; padding: 0 0 10px 50px; margin-bottom: 40px; position: relative; }

.tit-tab li { display: inline-block; padding-right: 50px; font-size: 16px; width: 150px; box-sizing: content-box; }

.after-tit { display: block; width: 150px; height: 5px; background: #8f2121; position: absolute; left: 60px; bottom: -3px; content: ''; transition: .2s linear all; }

.after-tit.cur1 { left: 50px; }

.after-tit.cur2 { left: 166px; }

.new-con .new-date { font-size: 14px; }

.new-con .new-title { font-size: 18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.new-con a:hover { cursor: pointer; }

.new-con a:hover .new-title { color: #000; }

.new-con a:hover .new-date { color: #000; }

.new-con a:hover .new-img { overflow: hidden; }

.new-con a:hover .new-img img { transform: scale(1.05); transition: .5s linear all; }

.new-con .newlist li { margin: 0 0 60px 0; }

.more { display: block; width: 260px; height: 55px; line-height: 55px; text-align: center; font-size: 16px; background: #000; color: #fff; margin: 0 auto; border-radius: 10px; cursor: pointer; position: relative; padding-right: 10px; }

.more:hover { color: #fff; }

.more::after { display: block; content: ''; width: 17px; height: 17px; background: url(../images/loading.png) no-repeat center; padding: 5px 0 0 5px; position: absolute; right: 30%; top: 50%; visibility: hidden; margin-top: -9px; }

.more.active::after { visibility: visible; animation: rote 2s  0s infinite forwards; transition: .5s linear all; }

.more:link { color: #fff; }

.backlist::after { display: none; }

.backlist { float: right; }

.news-title { padding-bottom: 10px; }

.new-titles { font-size: 24px; color: #000; padding-bottom: 10px; }

.new-datetime span { background: url(../images/time-icon.png) no-repeat left center; padding-left: 20px; }

.newdeatail { padding: 20px 0; }

.newpage p { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

/*productlist*/
.productlist li { margin-bottom: 15px; }

.productlist .pro-img { position: absolute; display: flex; align-items: center; justify-content: center; background: #fafafa; width: 100%; height: 100%; left: 0; top: 0; }

.productlist .pro-img .pro-zhanwei { visibility: hidden; width: 100%; }

.productlist li .product-con { position: relative; display: block; }

.productlist .pro-master { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.75); color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; transition: .5s linear all; opacity: 0; }

.productlist .pro-zhanwei { width: 100%; }

.productlist .product-more { font-size: 40px; border: 1px solid #fff; border-radius: 50%; width: 55px; height: 55px; line-height: 52px; margin: 0 auto 30px; font-family: 'SimSun'; }

.productlist li:hover .pro-master { transition: .5s linear all; opacity: 1; }

.productlist .product-img { width: 100%; }

.product-page { display: flex; align-items: center; justify-content: center; padding: 40px 0 0 0; }

.product-page a { display: block; width: 27px; height: 27px; text-align: center; border-radius: 50%; line-height: 25px; border: 1px solid #373737; margin: 0 10px; transition: .5s linear all; }

.product-page a:hover, .product-page a.cur { background: #882121; color: #fff; border-color: #882121; }

.propages { display: block; width: 36px; height: 36px; background: url(../images/page-icon.png) no-repeat center top; }

.page-prev { background-position: center 0; margin-right: 15px; }

.page-prev:hover { background-position: center -36px; transition: .2s linear all; }

.page-next { background-position: center  -72px; margin-left: 15px; }

.page-next:hover { background-position: center -108px; transition: .2s linear all; }

/*prod-cons*/
.productd { align-items: center; justify-content: center; }

.productd .swiper-container { width: 100%; height: 100%; }

.productd .swiper-slide { text-align: center; font-size: 18px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }

.prod-cons { line-height: 1.8; }

.prod-cons h3 { font-size: 20px; border-bottom: 1px solid #a0a0a0; margin-bottom: 20px; padding-bottom: 15px; }

.prodesc { padding: 20px 0; }

.btn-buys { color: #fff; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; position: relative; background: #000000; overflow: hidden; width: 310px; padding: 0 25px; line-height: 50px; float: left; cursor: pointer; text-align: center; margin-top: 30px; }

.btn-buys a { color: #fff; text-decoration: none; display: block; }

.btn-buys span { -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.btn-buys:hover { background-color: #333; }

.btn-buys:hover > span { opacity: 0; -webkit-transform: translate(0, -40px); transform: translate(0, -40px); }

.btn-buys::after { content: attr(data-text); position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; -webkit-transform: translate(0, 30%); transform: translate(0, 30%); -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.btn-buys:hover::after { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }

/*pinpai */
.pinpai-h3 { font-size: 24px; font-weight: normal; color: #000; position: relative; padding-bottom: 30px;text-align: left; }

.pinpai-h3::after { position: absolute; width: 60px; height: 1px; background: #06afd2; left: 4%; bottom: 20px; content: ''; transform: translateX(-50%); }

.pinpai .culture1 { background: #fff; justify-content: center; margin-bottom: 70px; }

.pinpai .pinpai-1-bg { background: url(../images/culture-img-bg.png) no-repeat center; background-size: contain; align-items: center; justify-content: center; }

.culture2p { border-bottom: 1px solid #666; padding-bottom: 20px; margin-bottom: 40px; }

.culture2list .col-sm-4 { margin-bottom: 15px; }

.culture2 { margin-bottom: 70px; }

.culture3 { background: rgba(255, 255, 255, 0.6); align-items: center; justify-content: center; padding: 40px; margin-bottom: 40px; }

.culture333{
    background: url('../images/ruipin1.png') no-repeat;background-size: 100%;
}



.culture4 { position: relative; background: url(../images/c03-bg.jpg) no-repeat center; background-size: cover; }

.culture4 .culture4-con { width: 100%; height: 100%; }

.pinpai4 { align-items: center; justify-content: center; padding: 120px 0; }

.culture5 { padding: 50px 0; }

.culture5-txt span { padding: 0 20px; color: #666; }

.culture5-h3 { font-size: 48px; color: #000; }

@media (min-width: 1200px) { .container { width: 1200px; } }

@media (max-width: 1024px) { header { width: 100%; display: none; transition: .5s linear all; left: 0; align-content: center; }
  .header-phone { background: #fff; position: fixed; top: 0; width: 100%; left: 0; padding: 10px; z-index: 102; border-bottom: 1px solid #e2e2e2; box-sizing: border-box; }
  .header-phone-after { display: block; content: ''; height: 51px; }
  .global { padding-left: 0; }
  #header.active { display: flex; transition: .5s linear all; }
  .nav { padding-top: 100px; }
  /*hamburger*/
  .hamburger { display: block; width: 13.86667vw; height: 13.86667vw; position: absolute; top: 0; right: 0; z-index: 4; padding: 3.2vw; -ms-touch-action: manipulation; touch-action: manipulation; }
  .hamburger__icon { position: relative; margin-top: 2.4vw; margin-bottom: 2.4vw; }
  .hamburger__icon, .hamburger__icon:after, .hamburger__icon:before { display: block; width: 7.46667vw; height: .53333vw; background-color: #000; -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
  .hamburger__icon:after, .hamburger__icon:before { position: absolute; content: ""; }
  .hamburger__icon:before { top: -2.4vw; }
  .hamburger__icon:after { top: 2.4vw; }
  .hamburger.active .hamburger__icon { background-color: transparent; }
  .hamburger.active .hamburger__icon:after, .hamburger.active .hamburger__icon:before { background-color: #000; }
  .hamburger.active .hamburger__icon:before { -webkit-transform: translateY(2.4vw) rotate(45deg); transform: translateY(2.4vw) rotate(45deg); }
  .hamburger.active .hamburger__icon:after { -webkit-transform: translateY(-2.4vw) rotate(-45deg); transform: translateY(-2.4vw) rotate(-45deg); }
  .swiper-button-prev { left: 20px !important; }
  .banner .swiper-slide { padding-left: 0; overflow: hidden; }
  .banner .banner1-txt { font-size: 55px; color: #fad689; padding-bottom: 120px; }
  .banner .banner2 { align-items: center; justify-content: center; flex-wrap: wrap-reverse; }
  .banner .banner2-img { padding-top: 0; margin-left: -140px; }
  .banner .banner2-txt { margin-top: -170px; }
  .banner .banner2-p1 { font-size: 40px; color: #cbf3fb; line-height: 1; }
  .banner .banner2-p2 { font-size: 21px; color: #71d7e2; white-space: nowrap; padding: 32px 0; }
  .banner .banner2-more { margin: 0 auto; }
  .banner .banner3-img { padding-top: 0; margin-bottom: -210px; }
  .banner .banner3-txt { padding-bottom: 100px; }
  .banner .banner3 { justify-content: center; flex-wrap: wrap; }
  .banner .banner3 .banner2-p1 { color: #66300a; }
  .banner .banner3 .banner2-p2 { color: #612e07; }
  .banner .banner3 .banner2-more { border: 2px solid #7c451c; color: #744e1b; }
  .banner .banner3 .banner2-more::after { border: 2px solid #7c451c; }
  .blobal-container { margin: 0; }
  /*news*/
  .tit-tab { margin-bottom: 30px; }
  .new-con .new-date { font-size: 12px; }
  .new-con .new-title { font-size: 14px; }
  .new-con a:hover { cursor: pointer; }
  .new-con a:hover .new-title { color: #000; }
  .new-con a:hover .new-date { color: #000; }
  .new-con a:hover .new-img { overflow: hidden; }
  .new-con a:hover .new-img img { transform: scale(1.05); transition: .5s linear all; }
  .new-con .newlist li { margin: 0 0 20px 0; } }
  
  .pht3{
      text-align:center;
  }
  .pht3::after{
      left:50%;
  }

@media (min-width: 768px) { .hamburger { transform: scale(0.6); right: -10px; top: -10px; } }

@media (max-width: 767px) { body { font-size: 13px; }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-left: 5px; padding-right: 5px; }
  /*header*/
  .global { padding-left: 0; }
  header { width: 100%; display: none; transition: .5s linear all; }
  .nav { padding-top: 60px; }
  header { align-content: center; }
  .phone-logo { width: 60px; }
  .hamburger { top: 15px; }
  .banner .banner1-txt { font-size: 35px; color: #fad689; padding-bottom: 120px; }
  .banner .banner2-img { padding-top: 0; margin-left: 0; }
  .banner .banner2-txt { margin-top: 70px; text-align: center; }
  .banner .banner2-p1 { font-size: 30px; color: #cbf3fb; line-height: 1; }
  .banner .banner2-p2 { font-size: 16px; padding: 15px 0; }
  .banner .banner3-img { padding-top: 0; margin-bottom: -120px; }
  .banner .banner3-txt { padding-bottom: 20px; text-align: center; }
  .banner .banner2-more { transform: scale(0.8); font-size: 20px; }
  .banner .swiper-slide:first-child { background: url(../images/mb_banner1.jpg) no-repeat center !important; background-size: 100% 100% !important; }
  .swiper-slide:nth-child(2) { background: url(../images/mb_banner2.jpg) no-repeat center !important; background-size: 100% 100% !important; }
  .swiper-slide:nth-child(3) { background: url(../images/mb_banner1.jpg) no-repeat center !important; background-size: 100% 100% !important; }
  .swiper-slide:nth-child(4) { background: url(../images/mb_banner2.jpg) no-repeat center !important; background-size: 100% 100% !important; }
  
  
  .swiper-button-prev { left: 0 !important; }
  .swiper-button-next { right: 0 !important; }
  .swiper-button-next, .swiper-button-prev { transform: translateY(-50%) scale(0.6) !important; }
  footer { padding-bottom: 0; padding-top: 20px; }
  .map-iframe { padding-left: 0; margin-top: 20px; }
  .code-p span::after, .code-p span::before { display: none; }
  .title { margin-bottom: 30px; }
  .containers { padding: 20px; }
  .contact .contact-input { margin-bottom: 10px; }
  .map-iframe { padding-bottom: 20px; }
  .backlist { float: none; margin-top: 20px; }
  .new-titles { font-size: 18px; }
  .new-datetime span { background-size: 14px; }
  .prod-cons { line-height: 1.8; }
  .prod-cons h3 { font-size: 15px; margin-bottom: 10px; padding-bottom: 10px; padding-top: 10px; }
  .btn-buy { width: 100%; }
  /*品牌*/
  .pinpai-h3 { font-size: 18px; padding-bottom: 20px; }
  .pinpai-h3::after { bottom: 10px; }
  .pinpai { padding: 0; }
  .pinpai .culture1 { margin-bottom: 30px; }
  .culture2p { padding-bottom: 10px; margin-bottom: 20px; }
  .culture2 { margin-bottom: 35px; }
  .culture3 { padding: 20px; margin-bottom: 20px; }
  .pinpai4 { padding: 30px 0; font-size: 12px; }
  .culture5 { padding: 25px 0; }
  .culture5-txt span { padding: 0 10px; }
  .culture5-h3 { font-size: 24px; }
  .culture4 { background: rgba(255, 255, 255, 0.6); } }

@keyframes rote { 0% { transform: rotate(0deg); }
  50% { transform: rotateZ(360deg); } }

@media (max-width: 640px) { .nav li { margin-bottom: 0; transform: scale(0.9); }
  footer { padding-top: 0; }
  #wechat_img { max-width: 110px; }
  .tit-tab li { padding-right: 30px; }
  .after-tit.cur2 { left: 146px; } }

@media (max-width: 320px) { #wechat_img { max-width: 60px; } }
