@charset "UTF-8";
/*
* @Author: DoDo
* @Date:   2020-07-06 10:27:55
* @Last Modified by:   DoDo
* @Last Modified time: 2021-01-22 22:06:36
*/
body { font-family: "微软雅黑","宋体"; overflow-x: hidden; padding-top: 120px; }

@font-face { font-family: 'happy'; src: url("../fonts/happy.ttf") format("truetype");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
@font-face { font-family: 'baloo'; src: url("../fonts/Baloo-Regular.ttf") format("truetype");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
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) { .w1400.container, .w1600.container { width: 1400px; padding-left: 0; padding-right: 0; } }
@media (min-width: 1440px) and (max-width: 1659px){
  .index .footer .w1400{ width: 1200px; }
}
@media screen and (min-width: 1660px) { .w1600.container { width: 1600px; padding-left: 0; padding-right: 0; } }
.f0 { font-size: 0; }

.c-fff { color: #fff; }

.flex-dn { display: flex; }
.flex-dn::before, .flex-dn::after { display: none; }

.bg-f7 { background: #f7f7f7; }

/*============================= public =============================*/
/* header */
.header { position: fixed; left: 0; right: 0; top: 0; z-index: 100; 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; }
.header .flex-dn { justify-content: space-between; align-items: center; }
.header .a-logo { position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: block; }
.header .a-logo .mg1 { display: block; }
.header .a-logo .mg2 { display: none; }

.nav-toggle { padding-left: 160px; padding-right: 160px; }

.nav-list { display: flex; justify-content: center; width: 100%; }
.nav-list li { position: relative; }
.nav-list li .span-a1 { display: block; }
.nav-list li .span-a1 a { position: relative; display: block; line-height: 120px; font-size: 18px; color: #333; padding: 0 30px; }
.nav-list li .span-a1 a::before { content: " "; position: absolute; top: 0; left: 50%; right: 50%; height: 3px; background: #99cc00; -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.on .span-a1 a::before { left: 0; right: 0; }

.nav-down { position: absolute; top: 100%; left: 0; right: 0; margin-top: -10px; display: none; }
.nav-down .div-list { background: #99cc00; padding-bottom: 8px; }
.nav-down::before { content: " "; display: block; width: 100%; height: 10px; background: url("../images/n-arrow.png") center no-repeat; }
.nav-down a { display: block; font-size: 15px; line-height: 24px; color: #fff; padding: 7px 15px; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.2); }

.header-right { position: absolute; right: 0; top: 0; bottom: 0; display: flex; align-items: center; }

.header-bream { position: relative; width: 28px; height: 21px; cursor: pointer; display: none; margin-left: 20px; }
.header-bream span { position: absolute; top: 50%; margin-top: -1px; display: inline-block; width: 28px; height: 3px; background: #333; }
.header-bream::before, .header-bream::after { content: " "; position: absolute; left: 0; width: 28px; height: 3px; background: #333; -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(10px, 3px); }
.header-bream.on::after { transform: rotate(-45deg) translate(10px, -3px); }

.header-ewm { position: relative; width: 48px; height: 120px; background-size: cover; background-repeat: no-repeat; background-position: center; background-size: 100%; background-image: url("../images/h-icon1.png"); cursor: pointer; }
.header-ewm .span-img { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 120px; padding: 10px; background: #fff; border-radius: 0 0 10px 10px; display: none; }
.header-ewm .span-img img { width: 100px; height: 100px; }

.header.on { background: #fff; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.header.on .nav-list .span-a1 a { color: #333; }

.public-share .bshare-custom { display: flex; }
.public-share .bshare-custom a, .public-share .bshare-custom span { margin: 0 0 0 14px; padding: 0; width: 36px; height: 36px; background-size: cover; background-position: center; background-repeat: no-repeat; cursor: pointer; }
.public-share .bshare-custom a.bshare-qqim, .public-share .bshare-custom span.bshare-qqim { background-image: url("../images/s-icon1.png"); margin-left: 0; }
.public-share .bshare-custom a.bshare-weixin, .public-share .bshare-custom span.bshare-weixin { background-image: url("../images/s-icon2.png"); }
.public-share .bshare-custom a.bshare-sinaminiblog, .public-share .bshare-custom span.bshare-sinaminiblog { background-image: url("../images/s-icon3.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; }

.footer { width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; }
.footer .div-title { font-size: 28px; color: #fff; }

.footer-top { justify-content: space-between; flex-wrap: wrap; }

.footer-contact { width: 34.28%; }

.footer-contact-list { margin-top: 37px; }
.footer-contact-list li { padding-left: 38px; background-repeat: no-repeat; background-position: left top 2px; font-size: 18px; color: #fff; line-height: 28px; margin-top: 15px; }
.footer-contact-list li:first-child { margin-top: 0; }

.footer-link { width: 27.14%; }
.footer-link .div-list { margin-top: 40px; background: #005c5c; padding-top: 14px; padding-bottom: 14px; max-height: 150px; overflow: auto; }
.footer-link .div-list a { display: block; font-size: 16px; line-height: 26px; padding: 0 20px; color: #fff; margin-top: 6px; }
.footer-link .div-list a:first-child { margin-top: 0; }

.footer-ewm { width: 21.42%; display: flex; flex-direction: column; align-items: flex-end; }
.footer-ewm .div-ewm { text-align: center; font-size: 16px; color: #fff; }
.footer-ewm .div-ewm img { margin-bottom: 8px; }
.footer-ewm .public-share { margin-top: 38px; }

.footer-copy { background: #005c5c; color: #fff; font-size: 16px; line-height: 26px; padding: 27px 0; }
.footer-copy a { color: #fff; }
.footer-copy .flex-dn { justify-content: space-between; }

.index .footer { background: none; }


.index .footer-copy { position: absolute; left: 0; bottom: 0; right: 0; }

.footer-inside { padding-top: 100px; }
.footer-inside .footer-top { padding-bottom: 100px; }

.pages a, .pages strong { display: inline-block; font-weight: normal; min-width: 36px; height: 36px; text-align: center; line-height: 34px; background: #fff; font-size: 16px; color: #666; margin: 0 10px; border: 1px solid #99cc00; border-radius: 3px; -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 { min-width: 100px; }
.pages strong { background: #99cc00; color: #fff; }

.celan-list { position: fixed; right: 0; top: 50%; z-index: 99; transform: translateY(-50%); }
.celan-list li { position: relative; margin-top: 4px; }
.celan-list li::first-child { margin-top: 0; }
.celan-list li .a-01 { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; background: #009999; border-radius: 3px; }
.celan-list li .a-01 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; }
.celan-list li .span-01 { position: absolute; top: 0; right: 100%; padding-right: 20px; 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; }
.celan-list li .span-01.c-ewm { top: 50%; transform: translateY(-50%); }
.celan-list li .span-01::before { content: " "; position: absolute; top: 0; bottom: 0; right: 14px; width: 6px; background: url("../images/c-arrow.png") center no-repeat; }
.celan-list li .span-num { font-size: 18px; color: #fff; padding: 0 16px; white-space: nowrap; height: 60px; background: #99cc00; display: flex; align-items: center; border-radius: 3px; }
.celan-list li .span-ewm { display: block; padding: 10px; border-radius: 3px; width: 120px; background: #99cc00; }
.celan-list li .span-ewm img { width: 100px; }
.celan-list li:hover .span-01 { visibility: visible; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

.public-return-top { position: fixed; right: 1%; bottom: 2%; z-index: 99; animation: p_top 1.5s infinite linear; -moz-animation: p_top 1.5s infinite linear; /* Firefox */ -webkit-animation: p_top 1.5s infinite linear; /* Safari and Chrome */ -o-animation: p_top 1.5s infinite linear; /* Opera */ display: none; width: 100px; }
.public-return-top .span-zi { position: absolute; left: 0; right: 0; bottom: 0; font-size: 16px; font-family: "Arial"; color: #333; text-align: center; bottom: 14%; padding-left: 2px; text-transform: uppercase; font-weight: bold; }

@keyframes p_top { 0% { transform: rotate(0); }
  25% { transform: rotate(-10deg); }
  50% { transform: rotate(0); }
  75% { transform: rotate(10deg); }
  100% { transform: rotate(0); } }
/*============================= index =============================*/
.right-button { position: fixed; left: 1%; top: 50%; z-index: 199; transform: translateY(-50%); font-size: 0; }
.right-button::before { content: " "; position: absolute; left: 9px; top: 10px; bottom: 10px; width: 1px; background: rgba(0, 153, 153, 0.3); }
.right-button i { position: relative; display: block; width: 19px; height: 19px; background-repeat: no-repeat; background-position: center; background-size: cover; background-image: url("../images/i-dot.png"); margin-top: 15px; 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; }
.right-button i:first-child { margin-top: 0; }
.right-button i .span-zi { position: absolute; left: 100%; top: 50%; transform: translateY(-50%); margin-left: 0; font-size: 14px; color: #99cc00; display: block; white-space: nowrap; font-style: normal; -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; visibility: hidden; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.right-button i.active { background-image: url("../images/i-doth.png"); }
.right-button i.active .span-zi { margin-left: 10px; visibility: visible; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

.page-down { position: fixed; left: 50%; right: 0; bottom: 0; transform: translateX(-50%); width: 3.54%; min-width: 36px; max-width: 68px; z-index: 99; }
.page-down .span-01 img { width: 100%; }
.page-down .span-dot { margin-bottom: 20px; cursor: pointer; }
.page-down .span-dot img { display: block; }
.page-down .span-dot .mgh { position: absolute; left: 0; top: 0; animation: banner_scroll 1.5s infinite linear; -moz-animation: banner_scroll 1.5s infinite linear; /* Firefox */ -webkit-animation: banner_scroll 1.5s infinite linear; /* Safari and Chrome */ -o-animation: banner_scroll 1.5s infinite linear; /* Opera */ }

@keyframes banner_scroll { 0% { transform: translateY(0); }
  25% { transform: translateY(-1px); }
  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; -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: center; }

.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; }

.index-bk.index-8 { z-index: 110; }

.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(-50%); -webkit-transform: translateY(-50%); }

.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(-50%); -webkit-transform: translateY(-50%); }

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

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

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

.banner-owl .owl-dots { display: none !important; }
/*.banner-owl video { width: 100vw; height: 100vh; object-fit: fill; z-index: -1; }*/
.banner-owl .span-bg2 { position: absolute; left: 0; right: 0; bottom: 0; top: 0; display: flex; align-items: center; justify-content: center; width: 100vw; height: 100vh; background-size: cover; background-repeat: no-repeat; background-position: center;}
.banner-owl .span-bg2 .bdo-play{ cursor: pointer; }
.banner-owl .span-bg2 img{ width: auto; }
.banner-video{ display: none; }
.banner-video-mc{ position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 149; background: rgba(0,0,0,.8); display: none; }
.banner-owl .but-video-play { position: relative; display: block; background-repeat: no-repeat; background-position: center; background-size: cover; }




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

.banner-word { position: absolute; left: 0; right: 0; top: 50%; z-index: 2; transform: translateY(-50%); }
.banner-word .flex-dn { justify-content: space-between; align-items: center; }
.banner-word .div-word { width: 52.85%; }
.banner-word .div-word .div-des { font-size: 44px; line-height: 68px; color: #fff; font-weight: bold; }
.banner-word .div-word .div-more { width: 170px; height: 50px; border-radius: 50px; background: #bde43d; color: #fff; font-size: 18px; font-family: Arial; text-align: center; line-height: 50px; text-transform: uppercase; margin-top: 47px; }
.banner-word .div-img { width: 43.57%; }
.banner-word .div-img .mg_abs { position: absolute; left: 0; top: 0; }
.banner-word .div-img .mg2, .banner-word .div-img .mg3 { transform: translateX(10%); filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transition: all 2s ease 0s; -moz-transition: all 2s ease 0s; -o-transition: all 2s ease 0s; transition: all 2s ease 0s; }
.banner-word .div-img .mg4 { animation: dh1 1.5s infinite linear; -moz-animation: dh1 1.5s infinite linear; /* Firefox */ -webkit-animation: dh1 1.5s infinite linear; /* Safari and Chrome */ -o-animation: dh1 1.5s infinite linear; /* Opera */ }

@keyframes dh1 { 0% { transform: translateY(0); }
  25% { transform: translateY(-3px); }
  50% { transform: translateY(0); }
  75% { transform: translateY(3px); }
  100% { transform: translateY(0); } }
.banner-owl .active .banner-word .mg2, .banner-owl .active .banner-word .mg3 { transform: translateX(0); filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

.banner-progass { position: absolute; left: 8.33%; bottom: 7.4%; z-index: 3; }
.banner-progass span { position: absolute; top: 50%; transform: translateY(-50%); font-size: 14px; color: #fff; }
.banner-progass .span-num { right: 100%; margin-right: 10px; }
.banner-progass .span-cont { left: 100%; margin-left: 10px; }
.banner-progass .div-dot { width: 90px; display: flex; align-items: center; }
.banner-progass .div-dots { flex: 1; background: rgba(255, 255, 255, 0.2); height: 1px; }
.banner-progass .div-dots.on { background: white; }

.index-item-main { display: flex; flex-wrap: wrap; width: 100%; }

.index-item-a1 { position: relative; width: 33.33%; height: 100vh; display: flex; align-items: center; justify-content: center; }
.index-item-a1::before { content: " "; position: absolute; left: 50%; right: 50%; top: 0; bottom: 0; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; background: url("../images/bg-02.jpg") center no-repeat; background-size: cover; -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-item-a1:nth-child(even) { background: #ededed; }
.index-item-a1 .div-cont { position: relative; z-index: 2; width: 380px; max-width: 80%; -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-item-a1 .span-icon { max-width: 60%; }
.index-item-a1 .span-icon img { display: block; }
.index-item-a1 .span-icon .mgh { position: absolute; left: 0; top: 0; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.index-item-a1 .div-title { font-size: 36px; line-height: 1; color: #222; padding-bottom: 35px; background: url("../images/line-01.jpg") center bottom no-repeat; margin-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; }
.index-item-a1 .div-des { font-size: 16px; line-height: 28px; color: #666; height: 84px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin-top: 24px; -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-item-a1 .public-more { margin-top: 46px; }

.public-more { position: relative; width: 140px; height: 44px; border: 1px solid #99cc00; border-radius: 44px; font-size: 16px; color: #99cc00; font-family: "Arial"; text-transform: uppercase; 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; overflow: hidden; }
.public-more::before { content: " "; position: absolute; left: 50%; right: 50%; top: 0; bottom: 0; background: url("../images/bg-03.jpg") center no-repeat; background-size: cover; -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-more span { position: relative; z-index: 2; }

.index-product-top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding: 50px 60px; background: rgba(255, 255, 255, 0.1); border-radius: 10px; }
.index-product-top .div-img { width: 34.84%; }
.index-product-top .div-cont { width: 53.125%; }
.index-product-top .div-title { text-align: center; color: #fff; font-size: 56px; line-height: 1; font-family: 'happy'; }
.index-product-top .div-des { font-size: 16px; color: #fff; line-height: 28px; max-height: 112px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; margin-top: 23px; }
.index-product-top .public-more { float: right; margin-top: 18px; }

.index-product { width: 100%; }

.index-product-bottom { width: 100%; margin-top: 40px; }
.index-product-bottom::before { content: " "; position: absolute; left: 0; right: 0; top: 49px; height: 1px; background: rgba(255, 255, 255, 0.1); }

.index-product-bottom-cont { width: 100%; padding-left: 50px; padding-right: 50px; display: flex; justify-content: space-between; }

.index-product-01 { text-align: center; font-size: 0; }
.index-product-01 .span-icon img { display: block; -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; }
.index-product-01 .span-icon .mgh { position: absolute; left: 0; top: 0; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.index-product-01 .span-title { font-size: 30px; color: #fff; line-height: 1; margin-top: 20px; }

.index-intro { position: relative; z-index: 2; width: 100vw; padding-right: 50%; padding-top: 120px; }

.index-intro-right-bg { position: absolute; right: 0; top: 120px; bottom: 0; width: 50vw; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; }

.index-intro-top { display: flex; align-items: center; justify-content: flex-end; background-size: cover; background-position: center; background-repeat: no-repeat; }
.index-intro-top .div-cont { width: 600px; max-width: 70%; margin-right: 10.4%; color: #fff; }
.index-intro-top .div-title { font-size: 40px; font-weight: bold; color: #fff; padding-bottom: 23px; background: url("../images/line-02.jpg") left bottom no-repeat; }
.index-intro-top .div-des { line-height: 28px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; max-height: 84px; margin-top: 24px; }
.index-intro-top .public-more { margin-top: 30px; }

.index-intro-top { height: calc( 45.8vh - 60px ); }

.index-intro-bottom { width: 100%; height: calc( 54.2vh - 60px ); }

.index-intro-bottom { font-size: 0; white-space: nowrap; }

.index-intro-01 { position: relative; display: inline-block; width: 25vw; height: calc( 54.2vh - 60px ); background: #009999; color: #fff; }
.index-intro-01:first-child { background: #99cc00; }
.index-intro-01:last-child { background: rgba(0, 92, 92, 0.9); }
.index-intro-01 .div-cont { position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: flex; align-items: center; flex-direction: column; justify-content: center; }
.index-intro-01 .div-arrow { width: 100%; padding-right: 16.66%; margin-top: 94px; }
.index-intro-01 .div-title { text-align: center; margin-top: 45px; }
.index-intro-01 .div-title .div-cn { font-size: 30px; color: #fff; line-height: 40px; }
.index-intro-01 .div-title .div-en { font-family: "Arial"; font-size: 16px; margin-top: 8px; letter-spacing: 6px; text-transform: uppercase; }

.index-news { padding-top: 120px; }

.index-title .div-title .div-cn { font-size: 40px; color: #333; font-weight: bold; line-height: 1; padding-bottom: 24px; background: url("../images/line-03.jpg") left bottom no-repeat; }
.index-title .div-title .div-en { font-size: 16px; color: #888; line-height: 1; font-family: "Arial"; text-transform: uppercase; margin-top: 16px; }
.index-title .public-more { position: absolute; right: 0; bottom: 0; color: #fff; background: #009999; border-color: #009999; }

.index-news-cont { margin-left: -12px; margin-right: -12px; padding-top: 45px; }
.index-news-cont > div { padding-left: 12px; padding-right: 12px; margin-top: 15px; }

.index-news-a1 { padding-bottom: 116px; }
.index-news-a1 .span-img .bdo-img { -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; background-size: cover; background-repeat: no-repeat; background-position: center; }
.index-news-a1 .span-img .bdo-img img { width: 100%; }
.index-news-a1 .span-cont { position: absolute; left: 20px; right: 20px; bottom: 0; padding: 36px 40px; background: #fff; }
.index-news-a1 .bdo-title { font-size: 18px; line-height: 28px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index-news-a1 .bdo-des { font-size: 14px; line-height: 24px; color: #666; margin-top: 8px; height: 48px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.index-news-a1 .bdo-date { font-size: 16px; color: #888; margin-top: 0; line-height: 26px; overflow: hidden; height: 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-news-a1 .bdo-date b { font-size: 24px; color: #99cc00; margin-right: 10px; }

.index-partner { margin-bottom: 60px; }
.index-partner .row { margin-left: -20px; margin-right: -20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.index-partner .row > div { padding-left: 20px; padding-right: 20px; margin-bottom: 30px; }

.index-partner-a1 { width: 100%; height: 60px; display: flex; align-items: center; justify-content: 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; }
.index-partner-a1 img { max-width: 100%; max-height: 100%; }

/*============================= 03_公司介绍 =============================*/
.banner-inside { padding-right: 630px; margin-right: 1.4%; margin-left: 1.4%; height: 506px; background-size: cover; background-repeat: no-repeat; background-position: right center; display: flex; align-items: center; border-radius: 0 0 45px 45px; }
.banner-inside.ling { padding-right: 770px; }
.banner-inside .div-word { width: 100%; text-align: right; color: #fff; }
.banner-inside .div-en { font-family: "baloo"; font-size: 60px; line-height: 60px; }
.banner-inside .div-cn { font-size: 48px; color: #fff; margin-top: 13px; }

.public-menu { white-space: nowrap; overflow: auto; text-align: center; border-bottom: 1px solid #e6e6e6; }
.public-menu a { position: relative; display: inline-block; line-height: 80px; font-size: 20px; color: #333; margin: 0 120px; -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-menu a::after { content: " "; position: absolute; left: 50%; right: 50%; bottom: 0; height: 2px; background: #99cc00; -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-menu a.active { color: #99cc00; }
.public-menu a.active::after { left: 0; right: 0; }

.intro-ourcompany { padding-top: 80px; }
.intro-ourcompany .span-anchor { position: absolute; margin-top: -150px; }

.intro-ourcompany-des { font-size: 16px; line-height: 28px; color: #444; margin-top: 24px; }

.public-title { font-size: 40px; color: #333; padding-bottom: 24px; font-weight: bold; line-height: 1; background: url("../images/line-04.jpg") center bottom no-repeat; }

.intro-history-des { background: #f7f7f7; font-size: 16px; line-height: 30px; color: #444; padding: 73px 0; }
.intro-history-des .div-title { font-size: 24px; padding-left: 18px; background: url("../images/icon-11.png") left center no-repeat; margin-top: 20px; margin-bottom: 20px; }

.intro-ourcompany-img { display: flex; justify-content: center; margin-top: 50px; }

.intro-ourcompany-01 { position: relative; width: 42.85%; margin-left: 1.4%; margin-right: 1.4%; padding-bottom: 80px; }
.intro-ourcompany-01:first-child { background: url("../images/icon-12.png") center bottom no-repeat; }

.intro-ourcompany-01 .span-img { border-radius: 20px; overflow: hidden; -webkit-box-shadow: 0 0 14px rgba(0, 92, 92, 0.1); -moz-box-shadow: 0 0 14px rgba(0, 92, 92, 0.1); box-shadow: 0 0 14px rgba(0, 92, 92, 0.1); }
.intro-ourcompany-01 .span-img .mg-mc { width: 100%; }
.intro-ourcompany-01 .span-img .mg-pic { position: absolute; left: 50%; top: 50%; max-width: 80%; max-height: 80%; transform: translate(-50%, -50%); }

/*============================= 04_项目介绍 =============================*/
.item-intro-main { padding-top: 80px; padding-bottom: 74px; }

.item-intro-des { font-size: 16px; line-height: 28px; color: #444; }
.item-intro-des .b-green { color: #005c5c; }
.item-intro-des .b-title { font-size: 24px; color: #333; line-height: 34px; margin-top: 35px; }
.item-intro-des .b-title + .div-des { margin-top: 40px; }

.item-intro-01 { margin-top: 44px; }

.item-intro-02 { padding-top: 45px; }
.item-intro-02 .span-anchor { position: absolute; margin-top: -130px; }

/*============================= 05_产品介绍 =============================*/
.product-art { padding-top: 80px; padding-bottom: 80px; }
.product-art .div-title { text-align: center; color: #333; font-size: 56px; line-height: 1; font-family: 'happy'; }
.product-art .div-des { font-size: 16px; color: #444; line-height: 28px; margin-top: 44px; }
.product-art .div-video { font-size: 0; margin-top: 44px; }
.product-art .div-video video { width: 100%; position: relative; object-fit: fill; }

/*============================= 05_产品介绍 =============================*/
.news-main { padding-top: 80px; padding-bottom: 80px; }
.news-main .index-news-cont { margin-left: -12px; margin-right: -12px; padding-top: 0; }
.news-main .index-news-cont > div { padding-left: 12px; padding-right: 12px; margin-top: 0; margin-bottom: 50px; }

/*============================= 07_新闻资讯_详情 =============================*/
.news-art { width: 100%; padding: 50px 50px 45px; background: #fff; display: flex; justify-content: space-between; flex-wrap: wrap; }

.public-bream { font-size: 16px; color: #666; line-height: 20px; }
.public-bream a { color: #666; }
.public-bream a.active, .public-bream a a:hover { color: #99cc00; }

.news-art-des { width: 61.53%; }
.news-art-des .div-title { margin-top: 23px; padding-bottom: 22px; }
.news-art-des .div-title .div-tit { font-size: 24px; color: #333; line-height: 34px; }
.news-art-des .div-title .div-date { color: #888; font-size: 16px; line-height: 26px; margin-top: 8px; }
.news-art-des .div-des { font-size: 16px; line-height: 28px; color: #444; padding-top: 23px; border-top: 1px solid #e5e5e5; text-align: justify; }
.news-art-des .div-pages { display: flex; justify-content: space-between; padding-top: 26px; border-top: 1px solid #e5e5e5; margin-top: 25px; }
.news-art-des .div-pages a { display: inline-block; max-width: 45%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left: 25px; font-size: 18px; color: #333; background: url("../images/icon-13.png") left center no-repeat; }
.news-art-des .div-pages a:last-child { padding-left: 0; padding-right: 25px; background: url("../images/icon-14.png") right center no-repeat; }
.news-art-des .div-pages a:hover { color: #99cc00; }

.news-list { width: 32.3%; }
.news-list li { display: flex; align-items: center; justify-content: space-between; margin-top: 30px; }
.news-list li:first-child { margin-top: 0; }
.news-list li .a-img { width: 37.14%; max-height: 100px; display: flex; align-self: center; justify-content: center; overflow: hidden; }
.news-list li .a-img img { max-width: 100%; max-height: 100%; -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; }
.news-list li .div-cont { width: 55.95%; }
.news-list li .div-title { padding-top: 3px; }
.news-list li .div-title a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 18px; color: #333; line-height: 28px; -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; }
.news-list li .div-des { margin-top: 18px; font-size: 14px; line-height: 24px; color: #666; height: 48px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.edu-list { padding-bottom: 20px; }
.edu-list li { position: relative; display: flex; justify-content: space-between; align-items: center; padding-left: 160px; margin-bottom: 40px; }
.edu-list li .div-date { position: absolute; left: 0; top: 50%; transform: translateY(-50%); padding-bottom: 20px; border-bottom: 2px solid #99cc00; }
.edu-list li .div-date .div-year { font-size: 18px; color: #888; line-height: 1; }
.edu-list li .div-date .b-day { font-size: 32px; line-height: 1; color: #99cc00; margin-top: 9px; }
.edu-list li .a-img { width: 27.41%; max-height: 220px; display: flex; align-items: center; justify-content: center; }
.edu-list li .a-img img { max-width: 100%; max-height: 100%; -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; }
.edu-list li .div-cont { width: 69.35%; }
.edu-list li .div-title a { display: block; max-width: 100%; font-size: 18px; color: #333; line-height: 28px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.edu-list li .div-des { font-size: 14px; line-height: 24px; color: #666; height: 48px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-top: 20px; }
.edu-list li .public-more { margin-top: 36px; }

.join-main { padding-top: 44px; }
.join-main .div-01 { width: 31.42%; padding-left: 38px; }
.join-main .div-02 { width: 30%; padding-left: 38px; }
.join-main .div-03 { width: 26%; padding-left: 38px; }
.join-main .div-04 { width: 12.58%; padding-left: 38px; }

.join-top { display: flex; justify-content: space-between; font-size: 18px; color: #333; line-height: 28px; margin-bottom: 12px; }

.join-list li { margin-top: 20px; }
.join-list li:first-child { margin-top: 0; }
.join-list .div-top { display: flex; justify-content: space-between; background: #f5f5f5; font-size: 16px; color: #333; line-height: 26px; padding: 12px 0; 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; }
.join-list .div-bottom { padding: 35px 40px; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; font-size: 14px; color: #444; line-height: 24px; margin-top: 1px; display: none; }
.join-list .div-bottom .div-des { padding-top: 20px; }
.join-list .div-bottom .div-des:first-child { padding-top: 0; }
.join-list .div-bottom .b-title { margin-bottom: 9px; font-size: 18px; color: #444; }
.join-list li.on .div-top { background: #99cc00; color: #fff; }

/*============================= 12_联系方式 =============================*/
.contact-main { padding-top: 80px; padding-bottom: 80px; }
.contact-main .span-anchor { position: absolute; margin-top: -150px; }
.contact-main .div-flex { display: flex; justify-content: space-between; flex-wrap: wrap; padding-top: 50px; }
.contact-main .contact-form { width: 38.57%; }
.contact-main .contact-map { width: 54.28%; }

.contact-list li { margin-top: 20px; }
.contact-list li:first-child { margin-top: 0; }
.contact-list li .put-01 { width: 100%; font-size: 16px; line-height: 26px; color: #333; padding: 10px 20px; border: 1px solid #e6e6e6; }
.contact-list li .put-01::placeholder { color: #666; }
.contact-list li .text-01 { resize: none; height: 120px; }
.contact-list li .but-01 { width: 160px; height: 48px; border: none; outline: none; background: #99cc00; font-size: 16px; color: #fff; }

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

.contact-ewm { max-width: 30%; }
.contact-ewm .div-cn { font-size: 24px; line-height: 34px; color: #333; }
.contact-ewm .div-en { font-size: 14px; line-height: 24px; color: #888; margin-top: 14px; }
.contact-ewm .div-img { margin-top: 54px; }

.contact-cont { width: 67.85%; display: flex; justify-content: space-between; background: #fff; }
.contact-cont::before, .contact-cont::after { content: " "; display: block; width: 0; height: 0; }

.contact-cont { padding: 60px 0 54px; }
.contact-cont .div-01 { width: 26%; }
.contact-cont .div-title { font-size: 24px; line-height: 1; padding-bottom: 30px; border-bottom: 1px solid #ebf5cc; }
.contact-cont .div-1 { background-position: left top 3px; background-repeat: no-repeat; padding-left: 35px; font-size: 20px; color: #666; line-height: 32px; margin-top: 36px; word-break: break-all; }

.partner-list .row { margin-top: -24px; }
.partner-list .row > div { margin-top: 24px; }

.partners-a1 { background: #fff; }
.partners-a1 .span-img { z-index: 1; overflow: hidden; }
.partners-a1 .span-img .mg-mc { width: 100%; }
.partners-a1 .span-img .mg-pic { position: absolute; left: 50%; top: 50%; max-width: 80%; max-height: 80%; transform: translate(-50%, -50%); }
.partners-a1 .span-cont { position: absolute; right: 0; left: 0; top: 0; bottom: calc(-100% - 24px); background: #fff; -webkit-box-shadow: 0 0 14px rgba(0, 92, 92, 0.1); -moz-box-shadow: 0 0 14px rgba(0, 92, 92, 0.1); box-shadow: 0 0 14px rgba(0, 92, 92, 0.1); 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; }
.partners-a1 .span-cont .bdo-cont { position: absolute; top: 150px; left: 7.69%; right: 7.69%; bottom: 0; overflow: auto; border-top: 1px solid #e6e6e6; text-align: center; padding-top: 25px; }
.partners-a1 .span-cont .bdo-cont i { font-style: normal; }
.partners-a1 .span-cont .bdo-cont .i-title { font-size: 24px; line-height: 34px; color: #333; white-space: nowrap; overflow: hidden; max-width: 100%; text-overflow: ellipsis; }
.partners-a1 .span-cont .bdo-cont .i-des { font-size: 16px; line-height: 24px; color: #666; max-height: 48px; margin-top: 10px; }
.partners-a1 .span-cont .bdo-cont .i-link { font-size: 14px; color: #005c5c; line-height: 24px; margin-top: 10px; word-break: break-all; }
.partners-a1.on .span-cont { top: calc(-100% - 24px); bottom: 0; }
.partners-a1.on .bdo-cont { bottom: 150px; top: 0; border-top: none; border-bottom: 1px solid #e6e6e6; }
.partners-a1:hover { z-index: 10; }
.partners-a1:hover .span-cont { visibility: visible; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

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