﻿@charset "utf-8";
/*                     (0 0)
   +-------------oOO----(_)-----------------+
   |  * File name  : layout.css 
   |  * Info       : 致远皮革
   |  * Writer     : Flying  
   |  * Date       : 2024.09.06
   |  * Powered By KEW - www.chinakewei.net 
   +--------------------------oOO-----------+
                      |__|__|
                       || ||
                      ooO Ooo
*/
@import url("fonts.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding: 0px; border: 0; font-size: 100%; outline: none;   -webkit-transition: opacity 400ms;  -moz-transition: opacity 400ms;  transition: opacity 400ms;}
html { font-size: 100%!important; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; }
/* always display scrollbars */
body{font: 16px/180% "Arial","Microsoft Yahei","Helvetica","sans-serif";  margin: 0 auto; color: #000; background: #f6f6f6; -webkit-tap-highlight-color:rgba(0,0,0,0);  *cursor: default;}
body, .onepage-wrapper, html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6{font-weight:normal}
em{font-style: normal;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
img { border: 0; vertical-align: middle;}
input{ outline: none; transition:All 0.4s ease-in-out;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out;}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; border-radius: 0; }
textarea {-webkit-appearance: none; border-radius: 0; outline: none;  font-family:"Microsoft Yahei"}
::-moz-selection { background: #338fff; color: #fff; text-shadow: none; }
::selection { background: #338fff; color: #fff; text-shadow: none; }
select{ outline: none;}
select::-ms-expand { display: none; }
a { text-decoration: none; blr: expression(this.onFocus=this.blur()); cursor: /*pointer; transition:All 0.4s ease-in-out;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out;*/}
a:link, a:visited { text-decoration: none; color:#000;}
a:active, a:hover { text-decoration: none; outline:none; color:#1b9236;}
a:focus{text-decoration:none;outline:0;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px;}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/*在线客服*/


/*头部样式*/
.header-bar1-container{
    width: 100%;
    height: 100px;
    background: rgba(255,255,255,0.00);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 66;
    transition: All 0.4s ease-in-out;
    padding: 0 2%;
    box-sizing: border-box;
}
.header-bar1{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.header-logo{
    width: 15%;
    height: auto;
    float: left;
    padding-top: 20px;
}
.header-nav-container{
    width: 57%;
    height: auto;
    float: left;
    padding-left: 20%;
}
.header-nav{
    width: 100%;
    max-width: 1000px;
    height: auto;
    float: left;
}
.menu {
    width:1000px;
    position:relative;
    margin:0;
    z-index: 111;    
}
.menu ul li a, .menu ul li a:visited {
    display:block;
    text-decoration:none;
    color:#fff;
    width:auto;
    padding: 0 25px;
    height:100px;
    text-align:center;
    line-height:100px;
    font-size:16px;
    font-weight: bold;
    text-transform: uppercase;
    overflow:hidden;
}
.menu ul {
    padding:0;
    margin:0;
    list-style-type: none;
}
.menu ul li {
    float:left;
    position:relative;
}
.menu ul li ul {
    display: none;
}
/* specific to non IE browsers */
 .menu ul li:hover a {
    background:#1b9236;
    transition: all .4s ease-in-out;   
}
.menu ul li:hover ul {
    display:block;
    position:absolute;
    top:100px;
    left:0;
    width:180px;
}
.menu ul li:hover ul li a.hide {
    background:#1b9236;
    color:#fff;
    height: 50px;
    line-height: 50px;
}
.menu ul li:hover ul li:hover a.hide {
    background:#1b9236;
    color:#fff;
    height: 50px;
    line-height: 50px;
}
.menu ul li:hover ul li ul {
    display: none;
}
.menu ul li:hover ul li a {
    display:block;
    background:#1b9236;
    color:#fff;
    border-top: 1px solid rgba(255,255,255,0.05);
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    font-family: "Poppins-Regular";
    width: 220px;
    text-align: left;
    text-indent: 0;
}
.menu ul li:hover ul li a:hover {
    background:#206fb4;
    color:#fff;
}
.menu ul li:hover ul li:hover ul {
    display:block;
    position:absolute;
    left:140px;
    top:0;
}
.menu ul li:hover ul li:hover ul.left {
    left:-140px;
}
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b9236;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.header-language{
    width: 8%;
    height: auto;
    float: right;
    padding-top: 32px;
}
div.nav{
    width: 145px;
    height:36px;
    text-align: center;
    position: relative;
    margin:0;
    z-index: 11;
}
ul.nav-main{
    width: 145px;
    height: 36px;
    line-height: 36px;
    background: rgba(27,146,54,0.80) url("../images/icon-arrow1.png") no-repeat 93% 50%;
    border-radius: 30px;
}
ul.nav-main span{
    display: inline-block;
    margin-left:0;
    width: 0;
    height: 0;
    background:none;
}
ul.nav-main>li{
    width: 145px;
    height: 36px;
    line-height: 36px;
    display: block;
    float: left;
    margin-right: 0;
    text-align: left;
    text-indent: 2.2rem;
    color: #fff;
    cursor: pointer;
    background: url("../images/icon-earth.png") no-repeat 15px 50% ;
    transition:All 0.4s ease-in-out;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out;
}
ul.nav-main>li:hover{
    color: #fff;
    background: url("../images/icon-earth.png") no-repeat 15px 50%;
}
div.hidden-box{
    width: 118px;
    border: 0;
    position: absolute;
    display:none;
    border: 0;
    z-index: 9;
    top: 36px;
    left: 14px;
}
.hidden-box>ul{
    list-style-type: none;
    cursor: pointer; 
    border-radius: 0 0 8px 8px;
    background: rgba(27,146,54,0.80);
}
.hidden-box li a{height: 40px; line-height: 40px;  transition:All 0.4s ease-in-out;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out; display: block; text-align: left; text-indent: 0.5rem; color: #666; border-radius: 4px; color: rgba(255,255,255,0.60);}
.hidden-box li a:hover{ background: #1b9236; color: #fff;  height: 40px; }
.hidden-box li img{margin-right: 5px;}

/*首页轮播图*/
#movie{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
#movie img{width: 100%; height: auto; }

.home-bar1-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,1.0) url("../images/home-page-1.jpg") no-repeat center center;
}
.home-bar1{
    width: 1340px;
    height: auto;
    margin: 0 auto;
    z-index: 1;
}
.home-bar1 h2{
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 30px 0;
    margin-top: 17%;
    letter-spacing: 0.2rem;
}
.home-bar1 h3{
    text-align: center;
    color: #fff;
    padding: 5px 15%;
    margin-top: 20px;
}
.home-bar1 h4{
    display: table;
    margin: 0 auto;
}
.home-bar1 h4 a{
    display: table;
    margin: 50px auto 80px auto;
    width: 146px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #1b9236;
    color: rgba(255,255,255,0.60);
    border-radius: 50px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.home-bar1 h4 a:hover{
    color: rgba(255,255,255,1.00);
    background: #ff6600;
}
.home-bar1-shili{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.home-bar1-shili figure{
    width: 20%;
    height: auto;
    float: left;
    text-align: center;
}
.home-bar1-shili figure img{
    transition: all .4s ease-in-out;
}
.home-bar1-shili figure img:hover{
    transform: rotateY(180deg);
}
.home-bar1-shili figcaption{
    padding: 15px 0;
    text-align: center;
    color: #fff;
}
.home-bar1-shili figcaption p{
    line-height: 140%;
}
.home-bar1-shili figcaption span{
    color: #fff;
    font-weight: 800;
    font-size: 44px;
    font-family: "gilroy-bold";
}
.home-bar1-shili figcaption i{
    color: #1b9236;
    font-weight: 600;
    font-size: 40px;
    font-style: normal;
    font-family: "gilroy-bold";
}
.home-bar1-shili figcaption strong{
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}

.home-bar2-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../images/home-page-2.jpg") no-repeat center center rgba(0,0,0,1.0);
}
.home-bar2{
    width: 1340px;
    height: 450px;
    background: #fff url("../images/culture-01.png") no-repeat 20px 20px;
    margin: 14% auto 0 auto;
    position: relative;
}
.home-bar2:before{
    position: absolute;
    background: url("../images/culture-02.png") no-repeat bottom right;
    width: 100%;
    height: 450px;
    bottom: 0;
    right: 0;
    content: '';
}
.home-bar2-pic{
    width: 400px;
    height: auto;
    float: left;
    position: absolute;
    left: 50px;
    bottom: -30px;
    z-index: 1;
}
.home-bar2-txt{
    width: 790px;
    height: 380px;
    float: right;
    padding: 35px 50px;    
}
.home-bar2-txt-1{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.home-bar2-txt-1 h2{
    font-size: 24px;
    color: #1B9236;
    font-weight: bold;
}
.home-bar2-txt-1 p{
    margin: 10px auto;
    color: #121212;
}
.home-bar2-txt-2{
    width: 798px;
    height: auto;
    overflow: hidden;
}
.home-bar2-txt-2 h2{
    font-size: 24px;
    color: #1B9236;
    font-weight: bold;
    margin-bottom: 10px;
}
.home-bar2-txt-2 li{
    width: 177px;
    height: 110px;
    float: left;
    padding: 0 10px;
    color: #121212;
    overflow-y: auto;
}
#scrollbar2 ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
 
#scrollbar2 ::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.1);
    border-radius: 5px;
}
 
#scrollbar2 ::-webkit-scrollbar-thumb {
    background-color: rgba(27,146,54,1.0);
    border-radius: 5px;
}

#scrollbar2 ::-webkit-scrollbar-corner {
}

.home-bar2-h5{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    padding: 0;
    box-sizing: border-box;
}
.home-bar2-h5-pic{
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    padding: 4%;
    box-sizing: border-box;
    z-index: 1;
}
.home-bar2-h5-pic img{
    width: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.70);
}
.home-bar2-h5-txt{
    width: 100%;
    height: auto;
    background: #fff url("../images/culture-02.png") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 90px 8% 8% 8%;
    box-sizing: border-box;
    position: relative;
    bottom: 90px;
}
.home-bar2-h5-txt h2{
    font-size: 1.4rem;
    font-weight: bold;
    color: #109e4f;
    margin-top: 15px;
}
.home-bar2-h5-txt p{
    margin: 10px auto;
}

.home-bar3-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000 url("../images/home-page-3.jpg") no-repeat center center;
}
.home-bar3{
    width: 1340px;
    height: auto;
    margin: 0 auto;
    z-index: 1;
}
.home-bar3 h2{
    text-align: center;
    color: rgba(255,255,255,1.0);
    font-size: 48px;
    font-weight: bold;
    padding: 20px 0;
    margin-top: 13%;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}
.home-bar3 h3{
    text-align: center;
    color: rgba(255,255,255,0.80);
    padding: 5px 15%;
    margin-top: 20px;
    margin-bottom: 60px;
}
.home-pro{
    width: 1340px;
    height: auto;
    margin: 0 auto;
}
.home-pro-nav{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.home-pro-nav figure{
    width: 18%;
    height: auto;
    float: left;
    border-radius: 6px;
    margin-right: 1%;
    margin-left: 1%;
}
.home-pro-nav figure img{
    transition: all .4s ease-in-out;
    width: 100%;
}
.home-pro-nav figure img:hover{
    transform: scale(1.20);
}
.home-pro-nav figure h4{
    overflow: hidden;
    border: #d39c70 solid 5px;
    border-radius: 6px;
}
.home-pro-nav figcaption{
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    text-transform: capitalize;
}

.home-bar4-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000 url("../images/home-page-4.jpg") no-repeat center center;
}
.home-bar4{
    width: 1340px;
    height: auto;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
}
.home-bar4 h2{
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    padding: 0;
    margin-top: 15%;
    letter-spacing: 0.2rem;
    margin-bottom: 100px;
    text-transform: uppercase;
    line-height: 140%;
}
.home-bar4-map{
    width: 981px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
/*.home-bar4-map h3 img{
    width: 981px;
    height: 472px;
    animation: img 3s infinite;
}*/
.location-china{
    position: relative;
    width: 981px;
    height: 100%;
    margin: 0 auto;
}
.location-china:after{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #ff0000 solid 4px;
    box-sizing: border-box;
    left: 362px;
    bottom: -237px;
    position: absolute;
    background: #fcff00;
    z-index: 2;
    content: '';
}
.location-china:before{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 362px;
    bottom: -237px;
    position: absolute;
    background: #fcff00;
    content: '';
    animation: location-china 3s 1.5s linear infinite;
    z-index: 1;
}
@keyframes location-china {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 0.3;
        transform: scale(5);
    }
    100% {
        opacity: 0;
        transform: scale(6);
    }
}
.location-aus{
    position: relative;
    width: 100%;
    height: 100%;
}
.location-aus:after{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #ffcc00 solid 4px;
    box-sizing: border-box;
    left: 406px;
    bottom: -368px;
    position: absolute;
    background: #ff8400;
    z-index: 2;
    content: '';
}
.location-aus:before{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 406px;
    bottom: -368px;
    position: absolute;
    background: #ff8400;
    content: '';
    animation: location-china 3s 1.5s linear infinite;
    z-index: 1;
}
@keyframes location-aus {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 0.3;
        transform: scale(5);
    }
    100% {
        opacity: 0;
        transform: scale(6);
    }
}
.location-zhongdong{
    position: relative;
    width: 100%;
    height: 100%;
}
.location-zhongdong:after{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #ffcc00 solid 4px;
    box-sizing: border-box;
    left: 104px;
    bottom: -279px;
    position: absolute;
    background: #ff8400;
    z-index: 2;
    content: '';
}
.location-zhongdong:before{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 104px;
    bottom: -279px;
    position: absolute;
    background: #ff8400;
    content: '';
    animation: location-china 3s 1.5s linear infinite;
    z-index: 1;
}
@keyframes location-zhongdong {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 0.3;
        transform: scale(5);
    }
    100% {
        opacity: 0;
        transform: scale(6);
    }
}
.location-europe{
    position: relative;
    width: 100%;
    height: 100%;
}
.location-europe:after{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #ffcc00 solid 4px;
    box-sizing: border-box;
    left: 170px;
    bottom: -90px;
    position: absolute;
    background: #ff8400;
    z-index: 2;
    content: '';
}
.location-europe:before{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 170px;
    bottom: -90px;
    position: absolute;
    background: #ff8400;
    content: '';
    animation: location-china 3s 1.5s linear infinite;
    z-index: 1;
}
@keyframes location-europe {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 0.3;
        transform: scale(5);
    }
    100% {
        opacity: 0;
        transform: scale(6);
    }
}
.location-russia{
    position: relative;
    width: 100%;
    height: 100%;
}
.location-russia:after{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #ffcc00 solid 4px;
    box-sizing: border-box;
    left: 755px;
    bottom: -74px;
    position: absolute;
    background: #ff8400;
    z-index: 2;
    content: '';
}
.location-russia:before{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 755px;
    bottom: -74px;
    position: absolute;
    background: #ff8400;
    content: '';
    animation: location-china 3s 1.5s linear infinite;
    z-index: 1;
}
@keyframes location-russia {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 0.3;
        transform: scale(5);
    }
    100% {
        opacity: 0;
        transform: scale(6);
    }
}
.location-usa{
    position: relative;
    width: 100%;
    height: 100%;
}
.location-usa:after{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #ffcc00 solid 4px;
    box-sizing: border-box;
    left: 723px;
    bottom: -182px;
    position: absolute;
    background: #ff8400;
    z-index: 2;
    content: '';
}
.location-usa:before{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 723px;
    bottom: -182px;
    position: absolute;
    background: #ff8400;
    content: '';
    animation: location-china 3s 1.5s linear infinite;
    z-index: 1;
}
@keyframes location-usa {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 0.3;
        transform: scale(5);
    }
    100% {
        opacity: 0;
        transform: scale(6);
    }
}
.location-southusa{
    position: relative;
    width: 100%;
    height: 100%;
}
.location-southusa:after{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #ffcc00 solid 4px;
    box-sizing: border-box;
    left: 800px;
    bottom: -318px;
    position: absolute;
    background: #ff8400;
    z-index: 2;
    content: '';
}
.location-southusa:before{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 800px;
    bottom: -318px;
    position: absolute;
    background: #ff8400;
    content: '';
    animation: location-china 3s 1.5s linear infinite;
    z-index: 1;
}
@keyframes location-southusa {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 0.3;
        transform: scale(5);
    }
    100% {
        opacity: 0;
        transform: scale(6);
    }
}

.home-bar5-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000 url("../images/home-page-5.jpg") no-repeat center center;
    position: relative;
}
.home-bar5{
    width: 1340px;
    height: auto;
    margin: 10% auto 0 auto;
}
.home-bar5-cont{
    width: 670px;
    height: auto;
    float: left;
}
.home-bar5-cont h2{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.home-bar5-cont h3{
    font-size: 48px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.home-bar5-cont h4{
    font-size: 16px;
    color: #fff;
}
.home-bar5-cont h5{
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.home-bar5-cont p{
    color: #fff;
}
.home-bar5-feedback{
    width: 600px;
    height: auto;
    float: right;
}
.home-bar5-feedback h5{
    width: 48%;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 1%;
    color: #fff;
    line-height: 40px;
    font-size: 13px;
}
.home-bar5-feedback h5>input{
    display: inline-block;
    width: 12px;
    height: 12px;
}
.home-bar5-feedback h2{
    width: 48%;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 1%;
}
.home-bar5-feedback h2>input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(255,255,255,0.10);
    border: rgba(255,255,255,1.0) solid 1px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 1%;
    color: #fff;
    font-size: 16px;
}
.home-bar5-feedback h2>input::placeholder{
    color: #fff;
    font-size: 16px;
}
.home-bar5-feedback h3{
    width: 100%;
    margin-bottom: 10px;
}
.home-bar5-feedback h3>textarea{
    width: 100%;
    height: auto;
    background: rgba(255,255,255,0.10);
    border: rgba(255,255,255,1.0) solid 1px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 1%;
    color: #fff;
    font-size: 16px;
}
.home-bar5-feedback h3>textarea::placeholder{
    color: #fff;
    font-size: 16px;
}
.home-bar5-feedback h4{
    display: inline-block;
}
.home-bar5-feedback h4>input{
    width: 134px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #1b9236;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    border: 0;
    font-size: 16px;
    transition: all .4s ease-in-out;
}
.home-bar5-feedback h4>input:hover{
    background: #ff6600;
}
.copyright-container{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, #1b9236,#206fb4);
    z-index: 1;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    color: rgba(255,255,255,1.0);
}
.copyright-container a{
    color: rgba(255,255,255,1.0);
}
.copyright-container a:hover{
    color: rgba(255,255,0,1.0);
}
.footer-nav-container{
    width: 100%;
    height: 260px;
    position: absolute;
    bottom: 60px;
    background: url("../images/footer-bg1.jpg") no-repeat 50% 50% #000;
    z-index: 1;
}
.footer-nav{
    width: 1338px;
    height: auto;
    margin: 30px auto;
    overflow: hidden;
}
.footer-nav li{
    width: 223px;
    height: auto;
    float: left;
    font-size: 14px;
    text-transform: capitalize;
}
.footer-nav li a{
    color: #fff;
}
.footer-nav li a:hover{
    color: #1b9236;
}
.footer-nav li h2{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footer-container{
    width: 100%;
    height: 230px;
    background: url("../images/footer-bg1.jpg") no-repeat 50% 50% #000;
    padding: 15px 0;
}
.copyright-bar-container{
    width: 100%;
    height: auto;
    background: linear-gradient(to right, #1b9236,#206fb4);
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    color: rgba(255,255,255,1.0);
}
.copyright-bar-container a{
    color: #fff;
}
.copyright-bar-container a:hover{
    color: #ffff00;
}

/*内页样式表*/
#subpages-banner{width: 100%; height: auto; overflow: hidden; text-align: center; position: relative; }
#subpages-banner h2{
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translate(0,0);
    z-index: 1;
    text-align: left;
    text-transform: uppercase;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    padding: 0 10%;
    box-sizing: border-box;
}
#subpages-banner p{
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
#subpages-banner span{
    font-size: 16px;
    text-transform: uppercase;
}
#subpages-banner .banner-1{width: 100%; height: auto; min-height:600px; background: url(../images/banner-1.jpg) no-repeat center top #000;  }
#subpages-banner .banner-2{width: 100%; height: auto; min-height:600px; background: url(../images/banner-2.jpg) no-repeat center top #000;  }
#subpages-banner .banner-3{width: 100%; height: auto; min-height:600px; background: url(../images/banner-3.jpg) no-repeat center top #000;  }
#subpages-banner .banner-4{width: 100%; height: auto; min-height:600px; background: url(../images/banner-4.jpg) no-repeat center top #000;  }
#subpages-banner .banner-5{width: 100%; height: auto; min-height:600px; background: url(../images/banner-5.jpg) no-repeat center top #000;  }
#subpages-banner .banner-6{width: 100%; height: auto; min-height:600px; background: url(../images/banner-6.jpg) no-repeat center top #000;  }
#subpages-banner .banner-7{width: 100%; height: auto; min-height:600px; background: url(../images/banner-7.jpg) no-repeat center top #000;  }
#subpages-banner .banner-8{width: 100%; height: auto; min-height:600px; background: url(../images/banner-8.jpg) no-repeat center top #000;  }
#subpages-banner .banner-9{width: 100%; height: auto; min-height:600px; background: url(../images/banner-9.jpg) no-repeat center top #000;  }

.subpages-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.subpages-bar{
    width: 100%;
    height: 60px;
    overflow: hidden;
    background: #fff;
}

/*企业介绍*/
.company-nav{
    width: 1340px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.company-nav li{    
    text-align: center;
    float: left;
    position: relative;
}
.company-nav li:before{
    width: 1px;
    height: 14px;
    background: #1b9236;
    position: absolute;
    right: 0;
    bottom: 22px;
    content: '';
}
.company-nav li:last-child:before{
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
}
.company-nav li a{
    display: block;
    line-height: 60px;
    width: auto;
    padding: 0 25px;
    text-transform: capitalize;
    height: auto;
}
.company-nav li a:hover,#cur{
    color: #fff;
    background: #1b9236;
}
.company-container{
    width: 1340px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}
.company-txt{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.company-txt-left{
    width: 710px;
    height: auto;
    float: left;
}
.company-container p{
    margin: 10px auto;
    text-indent: 2.0rem;
}
.company-txt-left h2{
    font-size: 50px;
    color: #1b9236;
    padding: 5px 0;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.23rem;
    font-family: "gilroy-bold";
}
.company-txt-left h3{
    font-size: 30px;
    color: #1b9236;
    font-weight: bold;
    margin-bottom: 30px;
}
.company-txt-video{
    width: 590px;
    height: auto;
    float: right;
    position: relative;
}
.company-txt-video h4 img{
    transition: all .4s ease-in-out;
}
.company-txt-video h4 img:hover{
    transform: scale(1.25);
}
.company-txt-video h4{
    overflow: hidden;
    position: relative;
}
.company-txt-video h5{
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,50%);    
}
.company-video{
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
    padding: 5% 20%;
    box-sizing: border-box;
}
.company-counter{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.company-counter figure{
    width: 20%;
    height: auto;
    float: left;
    text-align: center;
}
.company-counter figcaption{
    padding: 15px 0;
    text-align: center;
    line-height: 120%;
    color: #999;
}
.company-counter figcaption span{
    font-size: 50px;
    font-weight: bold;
    font-family: "gilroy-bold";
    color: #1b9236;
}
.company-counter figcaption p{
    text-indent: 0;
}
.company-counter figcaption i{
    font-style: normal;
    font-size: 30px;
    font-weight: bold;
    color: #1b9236;
}
.company-counter figcaption strong{
    font-size: 24px;
    color: #1b9236;
}

/*企业文化*/
.culture-container{
    width: 1340px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}
.culture-bar1{
    width: 1360px;
    height: auto;
    overflow: hidden;
}
.culture-bar1 figure{
    margin-right: 20px;
    float: left;
    position: relative;
}
.culture-bar1 figure img{
    transition: all .4s ease-in-out;
}
.culture-bar1 figure:hover img{
    transform: scale(1.20);
    cursor: pointer;
}
.culture-bar1 figure h2{
    overflow: hidden;
}
.culture-bar1 figcaption{
    position: absolute;
    left: 40px;
    top: 60px;
    color: #fff;
    padding-right: 40px;
}
.culture-bar1 figcaption h3{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
.culture-bar1 figcaption h4{
    font-size: 24px;
    line-height: 160%;
    font-weight: lighter;
    position: relative;
}
.culture-bar1 figcaption h4:before{
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -30px;
    content: '';
}
.culture-bar2{
    width: 1260px;
    height: 360px;
    padding: 60px 40px;
    overflow: hidden;
    margin-top: 20px;
    background: url("../images/culture-5.jpg") no-repeat 50% 50%;
}
.culture-bar2 h2{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
}
.culture-bar2-txt{
    width: 100%;
    height: auto;
}
.culture-bar2-txt li{
    width: 25%;
    height: auto;
    float: left;
    font-size: 24px;
    line-height: 160%;
    font-weight: lighter;
    color: #fff;
    padding-right: 5%;
    position: relative;
    box-sizing: border-box;
}
.culture-bar2-txt li:before{
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -30px;
    content: '';
}

/*企业风采*/
.features-container{
    width: 1340px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}
.features-pic1{
    width: 1340px;
    height: auto;
    overflow: hidden;
}
.features-pic1-left{
    width: 660px;
    height: auto;
    float: left;
    border-radius: 8px;
    overflow: hidden;
}
.features-pic1-left figure{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.features-pic1-left figure:hover img{
    transform: scale(1.20);
}
.features-pic1-left figure img{
    transition: all .4s ease-in-out;
}
.features-pic1-left figure h2{
    overflow: hidden;
}
.features-pic1-left figcaption{
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    opacity: 0;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    z-index: 1;
    transition: all .4s ease-in-out;
}
.features-pic1-left figure:hover figcaption{
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,50%);
    opacity: 1;
    background: rgba(0,0,0,0.80);;
    padding: 40% 0;
}
.features-pic1-right-container{
    width: 660px;
    height: auto;
    float: right;
}
.features-pic1-right{
    width: 680px;
    height: auto;
    overflow: hidden;
}
.features-pic1-right figure{
    width: 320px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.features-pic1-right figure h2{
    overflow: hidden;
}
.features-pic1-right figure:hover img{
    transform: scale(1.20);
}
.features-pic1-right figure img{
    transition: all .4s ease-in-out;
}
.features-pic1-right figcaption{
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    opacity: 0;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    z-index: 1;
    transition: all .4s ease-in-out;
}
.features-pic1-right figure:hover figcaption{
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,50%);
    opacity: 1;
    background: rgba(0,0,0,0.80);;
    padding: 40% 0;
}
.features-pic2{
    width: 1360px;
    height: auto;
    overflow: hidden;
}
.features-pic2 figure{
    width: 320px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.features-pic2 figure h2{
    overflow: hidden;
}
.features-pic2 figure:hover img{
    transform: scale(1.20);
}
.features-pic2 figure img{
    transition: all .4s ease-in-out;
}
.features-pic2 figcaption{
    width: 100%;
    height: auto;
    padding: 2%;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    opacity: 0;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    z-index: 1;
    transition: all .4s ease-in-out;
}
.features-pic2 figure:hover figcaption{
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,50%);
    opacity: 1;
    background: rgba(0,0,0,0.80);;
    padding: 40% 2%;
    line-height: 140%;
}

/*发展历程*/
.process-container{
    width: 1340px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}

/*产品体系*/
.pro-container{
    width: 1380px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}
.pro-container figure{
    background: #fff;
    widows: 300px;
    height: auto;
    padding: 10px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    transition: all .4s ease-in-out;
}
.pro-container figure img{
   transition: all .4s ease-in-out; 
}
.pro-container figure h2{
    overflow: hidden;
}
.pro-container figure:hover img{
    transform: scale(1.20);
}
.pro-container figure:hover{
    background: #1b9236;
}
.pro-container figure:hover figcaption{
    color: #fff;
}
.pro-container figcaption{
    padding: 15px 0;
    text-align: center;
    transition: all .4s ease-in-out; 
}

/*产品详情*/
.proinfo-container{
    width: 1340px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}
.proinfo-bar1{
    width: 1300px;
    height: auto;
    overflow: hidden;
    padding: 20px;
    background: #fff;
}
.proinfo-bar1-pic{
    width: 800px;
    height: auto;
    float: left;
}
.proinfo-bar1-txt{
    width: 450px;
    height: auto;
    float: right;
}
.proinfo-bar1-txt h1{
    font-size: 30px;
    padding-top: 20px;
    margin-bottom: 40px;
    position: relative;
    font-weight: lighter;
}
.proinfo-bar1-txt h1:before{
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    bottom: -15px;
    content: '';
}
.proinfo-bar1-txt h2{
    margin: 15px auto;
}
.proinfo-bar1-txt h3{
    border-bottom: solid 1px rgba(0,0,0,0.1);
    border-top: solid 1px rgba(0,0,0,0.1);
    padding: 20px 0;
}
.proinfo-bar1-txt-tel{
    display: inline-block;
    width: 180px;
    height: auto;
    line-height: 30px;
    text-indent: 2.0rem;
    background: url("../images/icon-tel.png") no-repeat left center;
    font-size: 22px;
    font-family: "UniveConBol";
}
.proinfo-bar1-txt-mail{
    display: inline-block;
    width: 180px;
    height: auto;
    line-height: 30px;
    text-indent: 2.3rem;
    background: url("../images/icon-mail.png") no-repeat left center;
    font-size: 22px;
    font-family: "UniveConBol";
}
.proinfo-bar1-txt h4{
    display: inline-block;
    margin-top: 40px;
}
.proinfo-bar1-txt h4 a{
    display: inline-block;
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: #777 solid 1px;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
}
.proinfo-bar1-txt h4 a:hover{
     border: #1b9236 solid 1px;
     color: #fff;
     background: #1b9236;
}
.proinfo-bar2{
    width: 1300px;
    height: auto;
    overflow: hidden;
    padding: 20px;
    background: #fff;
}
.proinfo-bar2-tit{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.proinfo-bar2-tit h2{
    border-bottom: rgba(0,0,0,0.1) solid 1px;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
    text-indent: 1.0rem;
}
.proinfo-bar2-tit h2:before{
    width: 5px;
    height: 24px;
    border-radius: 5px;
    background: #1b9236;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    content: '';
}
.proinfo-bar2-txt{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0;
    color: #666;
}
.proinfo-bar3{
    width: 1300px;
    height: auto;
    overflow: hidden;
    padding: 20px;
    background: #fff;
    margin-top: 20px;
}
.proinfo-bar3-tit{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.proinfo-bar3-tit h2{
    border-bottom: rgba(0,0,0,0.1) solid 1px;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
    text-indent: 1.0rem;
}
.proinfo-bar3-tit h2:before{
    width: 5px;
    height: 24px;
    border-radius: 5px;
    background: #1b9236;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    content: '';
}
.proinfo-bar3-inquiry{
    width: 100%;
    height: auto;
}
.enquiry-bar1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.enquiry-bar1-left {
    width: 49%;
    height: auto;
    float: left
}
.enquiry-bar1-left p>input {
    width: 100%;
    height: 50px;
    border: #ddd solid 1px;
    box-sizing: border-box;
    text-indent: 0.5rem;
    margin-bottom: 25px;
    font-family: "Poppins-Regular";
    font-size: 16px;
    color: #333;
}
.enquiry-bar1-left p>input::placeholder{
    color: #333;
}
.enquiry-bar1-right {
    width: 49%;
    height: auto;
    float: right;
}
.enquiry-bar1-right p>input {
    width: 100%;
    height: 50px;
    border: #ddd solid 1px;
    box-sizing: border-box;
    text-indent: 0.5rem;
    margin-bottom: 25px;
    font-family: "Poppins-Regular";
    font-size: 16px;
    color: #333;
}
.enquiry-bar1-right p>input::placeholder{
    color: #333;
}
.enquiry-bar2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.enquiry-bar2>textarea {
    width: 100%;
    height: auto;
    border: #ddd solid 1px;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0.5%;
    color: #333;
    font-family: "Poppins-Regular";
    font-size: 16px;
}
.enquiry h4 {
    padding: 10px 0;
}
.proinfo-bar3-inquiry h6 {
    text-align: left;
}
.proinfo-bar3-inquiry h6>input {
    width: 140px;
    height: 44px;
    text-align: center;
    border: 0;
    background: #333;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Poppins-Regular";
    transition: all .4s ease-in-out;
}
.proinfo-bar3-inquiry h6>input:hover {
    background: #1b9236;
    width: 160px;
}

/*科研技术*/
.SNT-container{
    width: 1340px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}
.SNT-txt{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.SNT-txt p{
    margin: 0 auto;
    text-indent: 2.0rem;
}
.SNT-pic{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nTab2 {
    width: 100%;
    border: 0;
    overflow: hidden;
    border-bottom: 0;
}
.none {
    display: none;
}
.nTab2 .TabTitle {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    /*display: flex;
    justify-content: center;*/
    background: #eee;
    border-radius: 6px;
}
.nTab2 .TabTitle li {
    float: left;
    cursor: pointer;
    height: 50px;
    width: 200px;
    text-align: center;
    position: relative;
    font-size: 16px;
}
.nTab2 .TabTitle li:before{
    width: 1px;
    height: 50px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
}
.nTab2 .TabTitle li:last-child:before{
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
}
.nTab2 .TabTitle li a {
    text-decoration: none;
}
.nTab2 .TabTitle .active {
    line-height: 50px;
    border-bottom: #1b9236 solid 4px;
    font-size: 18px;
    color: #fff;
    background: #1b9236;
}
.nTab2 .TabTitle .normal {
    line-height: 50px;
    color: #666;
    border-bottom: #666 solid 4px;
}
.nTab2 .TabContent {
    clear: both;
    overflow: hidden;
}
.certificate{
    width: 1365px;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.certificate figure{
    width: 400px;
    height: auto;
    float: left;
    padding: 15px;
    background: #fff;
    margin-right: 25px;
    margin-bottom: 25px;
    transition: all .4s ease-in-out;
}
.certificate figure:hover img{
    transform: scale(1.20);
}
.certificate figure:hover{
    background: #1b9236;
}
.certificate figure:hover figcaption{
    color: #fff;
}
.certificate figure img{
    transition: all .4s ease-in-out;
}
.certificate figure h2{
    overflow: hidden;
}
.certificate figcaption{
    padding: 50px 0;
    font-size: 20px;
    transition: all .4s ease-in-out;
}

.SNT-txt2{
    width: 1341px;
    height: auto;
    overflow: hidden;
}
.SNT-txt2 li{
    width: 446px;
    height: auto;
    float: left;
    margin-right: 1px;
}
.SNT-txt2-t1{
    width: 92%;
    height: 200px;
    overflow: hidden;
    background: #fff;
    padding: 30px 4%;
}
.SNT-txt2-t1 p{
    color: rgba(0,0,0,0.70);
    line-height: 150%;
}
.SNT-txt2-t1 h3{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.SNT-txt2 h2{
    font-size: 24px;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 40px;
}
.SNT-txt2-t2{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.SNT-txt2-t2 img{
    transition: all .4s ease-in-out;
}
.SNT-txt2-t2 img:hover{
    transform: scale(1.20);
}

.SNT-txt3{
    width: 1340px;
    height: auto;
    overflow: hidden;
}
.SNT-txt3 h2{
    text-indent: 2.0rem;
    margin-bottom: 40px;
}
.SNT-txt3-pic{
    width: 1360px;
    height: auto;
    overflow: hidden;
}
.SNT-txt3-pic figure{
    width: 660px;
    height: auto;
    float: left;
    position: relative;
    margin-right: 20px;
}
.SNT-txt3-pic figure img{
    transition: all .4s ease-in-out;
}
.SNT-txt3-pic figure h1{
    overflow: hidden;
}
.SNT-txt3-pic figure:hover{
    cursor: pointer;
}
.SNT-txt3-pic figure:hover img{
    transform: scale(1.20);
}
.SNT-txt3-pic figure:hover h3{
    opacity: 0.0;
}
.SNT-txt3-pic figure:hover figcaption{
    bottom: 0;
    opacity: 1.0;
}
.SNT-txt3-pic figure h3{
    position: absolute;
    color: #fff;
    font-size: 30px;
    left: 40px;
    top: 40px;
    z-index: 1;
}
.SNT-txt3-pic figcaption{
    width: 100%;
    padding: 4%;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -200px;
    background: rgba(27,146,54,0.90);
    color: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
}
.SNT-txt3-pic figcaption h4{
    font-size: 30px;
    margin-bottom: 15px;
}

.SNT-txt4{
    width: 1340px;
    height: auto;
    overflow: hidden;
}
.SNT-txt4-bar1{
    width: 1340px;
    height: auto;
    overflow: hidden;
}
.SNT-txt4-bar1 img{
    transition: all .4s ease-in-out;
}
.SNT-txt4-bar1 img:hover{
    transform: scale(1.20);
}
.SNT-txt4-bar1-t1{
    width: 445px;
    height: auto;
    float: left;
}
.SNT-txt4-bar1-t1 h1{
    overflow: hidden;
}
.SNT-txt4-bar1-t1 h2{
    width: 100%;
    height: 260px;
    /*background: linear-gradient(to left,#1d885a,#0dc174);*/
    background: #fff;
    position: relative;
}
.SNT-txt4-bar1-t1 h2 span{
    position: absolute;
    left: 5%;
    bottom: 50%;
    transform: translate(0,50%);
    font-size: 20px;
    color: #000;
}
.SNT-txt4-bar1-t2{
    width: 450px;
    height: auto;
    float: left;
    overflow: hidden;
}
.SNT-txt4-bar1-t2 h3{
    width: 100%;
    height: 260px;
    /*background: linear-gradient(to top,#1d885a,#0dc174);*/
    background: #fff;
    position: relative;
}
.SNT-txt4-bar1-t2 h3 span{
    position: absolute;
    left: 5%;
    bottom: 50%;
    transform: translate(0,50%);
    font-size: 20px;
    color: #000;
}
.SNT-txt4-bar1-t2 h4{
    overflow: hidden;
}
.SNT-txt4-bar1-t3{
    width: 445px;
    height: auto;
    float: right;
    overflow: hidden;
}
.SNT-txt4-bar1-t3 h5{
    overflow: hidden;
}
.SNT-txt4-bar1-t3 h6{
    width: 100%;
    height: 260px;
    /*background: linear-gradient(to bottom,#1d885a,#0dc174);*/
    background: #fff;
    position: relative;
}
.SNT-txt4-bar1-t3 h6 span{
    position: absolute;
    left: 5%;
    bottom: 50%;
    transform: translate(0,50%);
    font-size: 20px;
    color: #000;
}
.SNT-txt4-bar2{
    width: 1365px;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.SNT-txt4-bar2 figure{
    width: 400px;
    height: auto;
    float: left;
    padding: 15px;
    background: #fff;
    margin-right: 25px;
    margin-bottom: 25px;
    transition: all .4s ease-in-out; 
}
.SNT-txt4-bar2 figure:hover{
    background: #1b9236;
}
.SNT-txt4-bar2 figure:hover figcaption{

    color: #fff;
}
.SNT-txt4-bar2 figure h2{
    overflow: hidden;
}
.SNT-txt4-bar2 figure:hover img{
    transform: scale(1.20);
}
.SNT-txt4-bar2 figure img{
    transition: all .4s ease-in-out; 
}
.SNT-txt4-bar2 figcaption{
    padding: 50px 0;
    font-size: 22px;
    transition: all .4s ease-in-out;
}


/*人力资源*/
.hr-container{
    width: 1340px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}
.hr-txt{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.hr-bar1{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.hr-bar1 li{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}
.hr-bar1-pic{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}
.hr-bar1-pic-left{
    width: 600px;
    height: auto;
    float: left;
    padding: 35px;
}
.hr-bar1-pic-left h2{
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 60px;
    position: relative;
    color: #1b9236;
}
.hr-bar1-pic-left h2:before{
    width: 120px;
    height: 2px;
    background: #1b9236;
    left: 0;
    bottom: -30px;
    position: absolute;
    content: '';
}
.hr-bar1-pic-left p{
    color: #666;
    margin: 10px auto;
    text-indent: 2.0rem;
}
.hr-bar1-pic-right{
    width: 670px;
    height: auto;
    float: right;
}

.hr-bar2-pic{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}
.hr-bar2-pic-left{
    width: 670px;
    height: auto;
    float: left;
}
.hr-bar2-pic-right{
    width: 600px;
    height: auto;
    float: right;
    padding: 35px;
    position: relative;
}
.hr-bar2-pic-right h2{
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 60px;
    position: relative;
    color: #1b9236;
}
.hr-bar2-pic-right h2:before{
    width: 120px;
    height: 2px;
    background: #1b9236;
    left: 0;
    bottom: -30px;
    position: absolute;
    content: '';
}
.hr-bar2-pic-right p{
    color: #666;
    margin: 10px auto;
    text-indent: 2.0rem;
}

/*人才招聘*/
.subpages-joinus{
    width: 1340px;
    margin: 50px auto;
    overflow: hidden;
    padding: 0 20px;
}
.subpages-joinus li{
    width: 570px;
    height: 380px;
    float: left;
    background: #fff;
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 30px;
}
.subpages-joinus li h2{
    font-size: 26px;
    padding: 5px 0;
    position: relative;
    margin-bottom: 30px;
}
.subpages-joinus li h2:before{
    width: 80px;
    height: 2px;
    background: #1b9236;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
}
.subpages-joinus li h3{
    width: 100%;
    height: 240px;
    overflow-y: scroll;
    color: #666;
}
#scrollbar1 ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
 
#scrollbar1 ::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.1);
    border-radius: 5px;
}
 
#scrollbar1 ::-webkit-scrollbar-thumb {
    background-color: rgba(27,146,54,1.0);
    border-radius: 5px;
}

#scrollbar1 ::-webkit-scrollbar-corner {
}
.subpages-joinus li strong{
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    display: inline-block;
}
.subpages-joinus li h4{
    margin-top: 25px;
}
.subpages-joinus li h4 a{
    color: #1b9236;
}
.subpages-joinus li h4 a:hover{
    color: #e60012;
}
.subpages-joinus li h4 img{
    margin-right: 0px;
}

/*社会责任*/
.responsibility-container{
    width: 1340px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}

.jiaoyu-container{
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.jiaoyu-container h2{
    text-indent: 2.0rem;
    margin-bottom: 40px;
}
.jiaoyu-container-pic{
    width: 1356px;
    height: auto;
    overflow: hidden;
}
.jiaoyu-container-pic figure{
    width: 416px;
    height: auto;
    float: left;
    padding: 10px;
    background: #fff;
    margin-right: 16px;
    margin-bottom: 20px;
    transition: all .4s ease-in-out;
}
.jiaoyu-container-pic figure:hover{
    background: #1b9236;
}
.jiaoyu-container-pic figure:hover figcaption{
    color: #fff;
}
.jiaoyu-container-pic figure img{
    transition: all .4s ease-in-out;
}
.jiaoyu-container-pic figure:hover img{
    transform: scale(1.20);
}
.jiaoyu-container-pic figure h3{
    overflow: hidden;
}
.jiaoyu-container-pic figcaption{
    padding: 20px 0;
    transition: all .4s ease-in-out;
}



/*客户服务*/
.contact-container{
    width: 1300px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
    padding: 20px;
    background: #fff;
}
.contact{
    width: 1300px;
    height: auto;
    overflow: hidden;
    display: flex;
}
.contact-left{
    width: 640px;
    height: auto;
    float: left;
    padding: 30px;
}
.contact-left h2{
    font-size: 32px;
    font-weight: bold;
    padding: 20px 0;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
}
/*.contact-left h2:before{
    width: 100%;
    height: 1px;
    background: #666;
    position: absolute;
    left: 0;
    bottom: -1.0vh;
    content: '';
}*/
.contact-left h3{
    font-size: 24px;
    font-family: "gilroy-bold";
    line-height: 140%;
    position: relative;
    text-transform: uppercase;
}
.contact-left h3:before{
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: -1.0vh;
    content: '';
}
.contact-left-txt{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.contact-left-txt p{
    margin: 10px auto; 
    border-bottom: #d8d8d8 dotted 1px; 
    padding-bottom: 12px;
    font-size: 16px;
    overflow: hidden;
}
.contact-left-txt figure{
    width: 100px;
    height: auto;
    float: left;
    margin-right: 20px;
    text-align: center;
}
.contact-left-txt figcaption{
    padding: 5px 0;
}
.contact-right{
    width: 600px;
    height: auto;
    float: right;
    background: url("../images/cont-bg.jpg") no-repeat center center #000;
    background-size: cover;
}

/*留言反馈*/
.feedback-container{
    width: 1340px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}
.customer-feedback{
    width: 100%;
    height: auto;
    margin: 40px auto ;
    overflow: hidden;
}
.customer{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.customer h2{
    font-size: 34px;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 30px;
}
.customer-bar1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.customer-bar1-left {
    width: 49%;
    height: auto;
    float: left;
}
.customer-bar1-left p>input {
    width: 100%;
    height: 50px;
    border: 0;
    box-sizing: border-box;
    text-indent: 0.5rem;
    margin-bottom: 15px;
    font-family: "Poppins-Regular";
    font-size: 16px;
    text-transform: capitalize;
    background: #eee;
    border-radius: 6px;
    color: #333;
}
.customer-bar1-left p>select {
    width: 100%;
    height: auto;
    border: 0;
    box-sizing: border-box;
    text-indent: 0.5rem;
    margin-bottom: 15px;
    font-family: "Poppins-Regular";
    font-size: 16px;
}
.customer-bar1-right {
    width: 49%;
    height: auto;
    float: right;
}
.customer-bar1-right h5{
    line-height: 50px;
    width: 100%;
    height: 50px;
    background: #eee;
    text-indent: 0.5rem;
    margin-bottom: 15px;
    font-family: "Poppins-Regular";
    font-size: 16px;
    border-radius: 6px;
    color: #333;
}
.customer-bar1-right p>input {
    width: 100%;
    height: 50px;
    border: 0;
    box-sizing: border-box;
    text-indent: 0.5rem;
    margin-bottom: 15px;
    font-family: "Poppins-Regular";
    font-size: 16px;
    background: #eee;
    border-radius: 6px;
    color: #333;
}
.customer-bar2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.customer-bar2>textarea {
    width: 100%;
    height: auto;
    border: 0;
    box-sizing: border-box;
    margin: 15px auto;
    padding: 0.5%;
    color: #666;
    font-family: "Poppins-Regular";
    font-size: 16px;
}
.customer-feedback h4 {
    padding: 10px 0;
}
.customer h1 {
    text-align: center;
    margin-bottom: 30px;
}
.customer h1>input {
    width: 120px;
    height: 44px;
    text-align: center;
    border: 0;
    background: #333;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
}
.customer h1>input:hover {
    background: #1b9236;
}

/*销售网络*/
.network-container{
    width: 1340px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
    background: #fff;
}
.network{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.location-china2{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.location-china2:after{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #ff0000 solid 4px;
    box-sizing: border-box;
    left: 373px;
    bottom: -328px;
    position: absolute;
    background: #fcff00;
    z-index: 2;
    content: '';
}
.location-china2:before{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 373px;
    bottom: -328px;
    position: absolute;
    background: #fcff00;
    content: '';
    animation: location-china 3s 1.5s linear infinite;
    z-index: 1;
}
@keyframes location-china2 {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 0.3;
        transform: scale(5);
    }
    100% {
        opacity: 0;
        transform: scale(6);
    }
}
.location-aus2{
    position: relative;
    width: 100%;
    height: 100%;
}
.location-aus2:after{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #ffcc00 solid 4px;
    box-sizing: border-box;
    left: 414px;
    bottom: -461px;
    position: absolute;
    background: #ff8400;
    z-index: 2;
    content: '';
}
.location-aus2:before{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 414px;
    bottom: -461px;
    position: absolute;
    background: #ff8400;
    content: '';
    animation: location-china 3s 1.5s linear infinite;
    z-index: 1;
}
@keyframes location-aus2 {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 0.3;
        transform: scale(5);
    }
    100% {
        opacity: 0;
        transform: scale(6);
    }
}
.location-zhongdong2{
    position: relative;
    width: 100%;
    height: 100%;
}
.location-zhongdong2:after{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #ffcc00 solid 4px;
    box-sizing: border-box;
    left: 120px;
    bottom: -368px;
    position: absolute;
    background: #ff8400;
    z-index: 2;
    content: '';
}
.location-zhongdong2:before{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 120px;
    bottom: -368px;
    position: absolute;
    background: #ff8400;
    content: '';
    animation: location-china 3s 1.5s linear infinite;
    z-index: 1;
}
@keyframes location-zhongdong2 {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 0.3;
        transform: scale(5);
    }
    100% {
        opacity: 0;
        transform: scale(6);
    }
}
.location-europe2{
    position: relative;
    width: 100%;
    height: 100%;
}
.location-europe2:after{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #ffcc00 solid 4px;
    box-sizing: border-box;
    left: 181px;
    bottom: -183px;
    position: absolute;
    background: #ff8400;
    z-index: 2;
    content: '';
}
.location-europe2:before{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 181px;
    bottom: -183px;
    position: absolute;
    background: #ff8400;
    content: '';
    animation: location-china 3s 1.5s linear infinite;
    z-index: 1;
}
@keyframes location-europe2 {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 0.3;
        transform: scale(5);
    }
    100% {
        opacity: 0;
        transform: scale(6);
    }
}
.location-russia2{
    position: relative;
    width: 100%;
    height: 100%;
}
.location-russia2:after{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #ffcc00 solid 4px;
    box-sizing: border-box;
    left: 767px;
    bottom: -165px;
    position: absolute;
    background: #ff8400;
    z-index: 2;
    content: '';
}
.location-russia2:before{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 767px;
    bottom: -165px;
    position: absolute;
    background: #ff8400;
    content: '';
    animation: location-china 3s 1.5s linear infinite;
    z-index: 1;
}
@keyframes location-russia2 {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 0.3;
        transform: scale(5);
    }
    100% {
        opacity: 0;
        transform: scale(6);
    }
}
.location-usa2{
    position: relative;
    width: 100%;
    height: 100%;
}
.location-usa2:after{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #ffcc00 solid 4px;
    box-sizing: border-box;
    left: 734px;
    bottom: -275px;
    position: absolute;
    background: #ff8400;
    z-index: 2;
    content: '';
}
.location-usa2:before{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 734px;
    bottom: -275px;
    position: absolute;
    background: #ff8400;
    content: '';
    animation: location-china 3s 1.5s linear infinite;
    z-index: 1;
}
@keyframes location-usa2 {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 0.3;
        transform: scale(5);
    }
    100% {
        opacity: 0;
        transform: scale(6);
    }
}
.location-southusa2{
    position: relative;
    width: 100%;
    height: 100%;
}
.location-southusa2:after{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #ffcc00 solid 4px;
    box-sizing: border-box;
    left: 811px;
    bottom: -411px;
    position: absolute;
    background: #ff8400;
    z-index: 2;
    content: '';
}
.location-southusa2:before{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 811px;
    bottom: -411px;
    position: absolute;
    background: #ff8400;
    content: '';
    animation: location-china 3s 1.5s linear infinite;
    z-index: 1;
}
@keyframes location-southusa2 {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 0.3;
        transform: scale(5);
    }
    100% {
        opacity: 0;
        transform: scale(6);
    }
}
.network-txt{
    width: 1260px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 80px 40px 40px 40px;
}
.network-txt h2{
    font-size: 16px;
    line-height: 180%;
    text-indent: 0;
}


/*新闻资讯*/
.subpages-news{
    width: 1340px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}
.news-search {
    width: 1300px;
    height: auto;
    background: #fff;
    overflow: hidden;
    padding: 20px;
    margin: 0 auto 30px auto;
}
.news-search strong{
    font-size: 18px;
    text-transform: uppercase;
}
.news-search-box1 {
    width: 350px;
    height: 32px;
    border: #ccc solid 1px;
    text-indent: 0.5rem;
    color: #666;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 16px;
}
.news-search-box2 {
    width: 350px;
    height: 36px;
    border: #ccc solid 1px;
    text-indent: 0.5rem;
    color: #666;
    margin-right: 10px;
    font-family: "arial";
    vertical-align: middle;
    font-size: 16px;
}

.news-search-box3 {
    width: 80px;
    height: 34px;
    border: 0;
    color: #fff;
    background: #1b9236;
    cursor: pointer;
    vertical-align: middle;
    font-size: 16px;
}
.focus-news{
    width: 1380px;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}
.focus-news li{
    width: 360px;
    height: auto;
    min-height: 440px;
    padding: 30px;
    background: #fff;
    float: left;
    margin-right: 40px;
    transition: all .4s ease-in-out;
    cursor: pointer;
}
.focus-news li h6{
    overflow: hidden;
}
.focus-news li h6 img{
    transition: all .4s ease-in-out;
}
.focus-news li:hover h6 img{
    transform: scale(1.10);
}
.focus-news li:hover h1 a{
    color: #1b9236;
}
.focus-news li h4{
    color: #bdbdbd;
    font-size: 14px;
    font-family: "arial";
    font-weight: bold;
    letter-spacing: 0.1rem;
    background: url("../images/icon-time.png") no-repeat left center;
    text-indent: 1.5rem;
}
.focus-news li h1{
    font-size: 20px;
    line-height: 160%;
    min-height: 60px;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}
.focus-news li h1 a{
    transition: all .4s ease-in-out;
}
.focus-news li h5{
    margin: 20px auto;
    color: #999;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}
.subpages-news-txt{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}
.subpages-news-txt li{
    width: 30.33%;
    height: auto;
    float: left;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 2%;
    padding: 3vh 0;
    transition: all .4s ease-in-out;
    position: relative;
}
.subpages-news-txt li:before{
    width: 0;
    height: 1px;
    background: #1b9236;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    transition: all .4s ease-in-out;
}
.subpages-news-txt li:after{
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.10);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    transition: all .4s ease-in-out;
}
.subpages-news-txt li h2{
    color: #999;
    font-size: 14px;
    font-weight: bold;
    background: url("../images/icon-time.png") no-repeat left center;
    text-indent: 1.3rem; 
    font-family: "Poppins-Regular";
    
}
.subpages-news-txt li h3 a{
    font-size: 24px;
    margin: 20px auto;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;
}
.subpages-news-txt li h4{
    font-size: 1.0rem;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;
    line-height: 180%;
    color: #888;
    min-height: 90px;
}
.subpages-news-txt li h5{
    width: 100%;
    margin-top: 50px;
    filter: grayscale(100%);
    opacity: 0.4;
    text-align: right;
    transition: all .4s ease-in-out;
    padding-right: 4%;
    box-sizing: border-box;
}
.subpages-news-txt li:hover:before{
    width: 100%;
    height: 1px;
    background: #1b9236;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.subpages-news-txt li:hover:after{
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    content: '';
}
.subpages-news-txt li:hover h3 a{
    color: #1b9236;
}
.subpages-news-txt li:hover h5{
    filter: grayscale(0);
    opacity: 1.0;
    padding-right: 0;
}

/*新闻详情页*/
.subpages-newsinfo{
    width: 1340px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}
.newsinfo-left{
    width: 900px;
    height: auto;
    float: left;
    background: #fff;
    padding: 40px;
}
.newsinfo-left h1{
    font-size: 26px;
    font-weight: bold;
    line-height: 160%;
    padding: 10px 0;
    margin-bottom: 20px;
}
.newsinfo-left h2{
    color: #999;
}
.newsinfo-left h2 img{
    margin-right: 5px;
    margin-bottom: 5px;
}
.newsinfo-left h2 span{
    margin-right: 20px;
}
.newsinfo-left-txt{
    margin: 30px auto;
    overflow: hidden;
    font-size: 16px;
}
.newsinfo-left-txt p{
    margin: 20px auto;
}
.newsinfo-right{
    width: 340px;
    height: auto;
    float: right;
}
.newsinfo-more{
    width: 100%;
    height: auto;
}
.newsinfo-more li{
    width: 300px;
    height: auto;
    min-height: 130px;
    float: left;
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
    transition: all .4s ease-in-out;
}
.newsinfo-more li h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.newsinfo-more li h3{
    color: #999;
}
.newsinfo-more li p{
    line-height: 160%;
    margin-bottom: 5px;
}
.newsinfo-more li:hover{
    background: #1b9236;
    color: #fff;
}
.newsinfo-more li:hover h3{
    color: #fff;
}
.newsinfo-share{
    width: 310px;
    height: auto;
    padding: 20px;
    background: #fff;
    float: left;
}
.newsinfo-share h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.newsinfo-share h3{
    margin-top: 0;
}
.newsinfo-share h3 a{
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #1b9236;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: all .4s ease-in-out;
}
.newsinfo-share h3 a:hover{
    background: #e60012;
    color: #fff;
}












/*==========以下样式为移动端==========*/

/*头部*/
.sp_header{height:60px; overflow:hidden; background: rgba(255,255,255,1.00); position:fixed; z-index:110; width:100%; box-shadow: 0 3px 3px rgba(0,0,0,0.05); display: none; }
.sp_language{padding:0;float:left;height:60px; line-height: 60px; text-transform: uppercase; text-align: right; position: absolute; right: 50px; bottom: -1px; font-size: 1.0rem;}
.sp_language a{color: #999;}
.sp_logo{padding:0;float:left;height:60px; padding:0 1%; box-sizing: border-box;}
.sp_logo a{color: #fff;}
.sp_logo img{margin:auto; width: auto; height: 60px;}
.sp_nav{width:60px;float:right;position:relative;cursor:pointer;height:30px;margin-top:22px;}
.sp_nav span{display:block;background:#6cbe4f; width:24px; height:2.5px; position:absolute; left:25px; transition:all ease 0.35s;}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:7px}
.sp_nav span:nth-of-type(3){top:14px}
.sp_nav_se span:nth-of-type(1){top:7px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:7px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:99;background:#f6f6f6;width:100%;height: calc(100% );font-size:0.9rem;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s; display: none; }
.nav_show{top:40px}
.sjj_nav>ul>li:first-child{overflow:hidden;}
.sjj_nav>ul>li:first-child>a{float:left;width: calc(100% - 70px);}
.sjj_nav>ul>li:first-child .language{float:right;width:98%;overflow:hidden;line-height:40px;margin-top:21px; padding-right: 2%; }
.sjj_nav>ul>li:first-child .language h2{width: 85%; height: auto; float: left; }
.sjj_nav>ul>li:first-child .language h2>input{width: 100%; height: 30px; border: #eee solid 1px; background: #fff; box-sizing: border-box; text-indent: 0.5rem; color: #666;  }
.sjj_nav>ul>li:first-child .language h3{width: 15%; height: auto; float: left; }
.sjj_nav>ul>li:first-child .language h3>input{width: 100%; height: 30px; border: 0; background: #555666; color: #fff; }
.sjj_nav>ul>li:first-child .language img{width: 70%; }
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:9px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:50px;font-size:0.95rem;}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#000;width:80%; display: block; text-transform: uppercase; font-weight: bold;}
.sjj_nav ul li ul li a{color:#888;display:block;text-align:left; text-transform: capitalize; font-weight: normal;}
.sjj_nav ul li i svg{width:29px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}

/*底部*/
#h5-footer-content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: none;
    background: rgba(0,0,0,0.45);
}
.h5-footer {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    overflow: hidden;
}
.h5-footer li {
    width: 50%;
    height: auto;
    float: left;
    padding: 0 4%;
    box-sizing: border-box;
}
.h5-footer li h2{
    width: 100%;
    margin: 10px auto 0 auto;
    display: table;
}
.h5-footer li h2 a{
    display: block;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
    text-align: center;
    background: #ff9f26;
}
.h5-footer li h3{
    width: 100%;
    margin: 10px auto 0 auto;
    display: table;
}
.h5-footer li h3 a{
    display: block;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
    text-align: center;
    background: #00307c;
}

/*内页导航*/
.header{
    position:relative;
    height:auto; 
    background:#009fe8; 
    display: none;
}
.h5-right-tit{
    width:100%; 
    height:auto; 
    overflow:hidden;
}
.h5-right-tit-left{
    width:86%; 
    height:50px; 
    line-height:50px; 
    float:left;  
    color:#fff; 
    text-align:left; 
    text-indent:1.0rem; 
    font-size:1.1rem; 
    background:#004da0; 
    font-weight: bold;
}
.h5-right-tit-right{
    width:14%; 
    height:50px; 
    float:right; 
}

/*内页导航菜单（新）*/
.list {
    width: 100%;
    margin: 0 auto;
    display: none;
}
.list ul li {
    background: #1b9236;
    border-bottom: 0;
}

.list ul li a {
    color: #fff;
    font-size: 1.2rem;
    text-indent: 1.0rem;
    display: block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-transform: capitalize;
    transition: all.4s ease-in-out;
}
.list ul li .inactive {
    background: url(../images/off.png) no-repeat 95% center;
}

.list ul li .inactives {
    background: url(../images/on.png) no-repeat 95% center;
}
.list ul li ul{display: none;}
.list ul li ul li {background:#13872d; border-top: rgba(255,255,255,0.05) solid 1px; }
.list ul li ul li ul{display: none;}
.list ul li ul li a{ text-indent: 1.0rem; font-weight: normal; font-size: 1.0rem; }





/*翻页*/
.subpages-pages{
    width: 1340px;
    height: auto;
    margin: 20px auto 80px auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.subpages-pages li{
    display: inline-block;
    width: 40px;
    height: 32px;
    line-height: 32px;
    float: left;
    text-align: center;
    border: #eaeaea solid 1px;
    margin-right: 10px;
    transition: all .4s ease-in-out;
    font-size: 16px;
    cursor: pointer;
    background: #f6f5f1;
    font-family: "Poppins-Regular";
}
.subpages-pages li:hover,#onthis{
    display: block;
    background: #1b9236;
    border: #1b9236 solid 1px;
    color: #fff;    
}

