* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}
p{
    font-size: 14px;
    margin: 0;
}
ul,
li {
    list-style: none;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}
hr{
    border: none;
    margin: 0;
}
input {
    outline: none
}
img{
    width: 100%;
    display: block;
}
.container {
    width: 1330px;
    margin: 0 auto;
}
.container::before,.container::after{
    display: none;
}
body,
html {
    background: #fff;
    box-sizing: border-box;
    overflow-x: hidden;
}



a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
}




/*导航*/
.navbar {
    transition: 1s;
    left: 0;
    right: 0;
    position: fixed;
    margin-bottom: 0;
    z-index: 9999;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 0 5%;
}
.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.in-logo{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.navbar-brand {
    display: inline-block;
    padding: 5px 0;
    width: 100px;
    height: auto;
}
.navbar-right{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: right;
}
.navbar-right>hr{
    width: 2px;
    height: 14px;
    background: #000;
    margin-right: 30px;
}
.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.navbar-nav>li{
    padding: 0 30px;
    position: relative;
}
.navbar-nav>li>a {
    color: #000;
    transition: .5s;
    font-size: 16px;
    padding: 22px 0;
    display: inline-block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-nav>li hr{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.navbar-nav>li hr{
    background: #000;
}
.navbar-nav>li:hover hr {
    width: 50px;
}

.navbar-nav>li.active hr {
    width: 50px;
}

.navbar-search{
    cursor: pointer;
    line-height: 80px;
}
.navbar-search>i{
    font-size: 18px;
    color: #22ad38;
}
.navbar-search>span{
    font-size: 16px;
    text-transform: uppercase;
    color: #22ad38;
    font-weight: bold;
    padding-left: 3px;
}

.navbar form{
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 30%;
    width: 50%;
    background: #fff;
    padding: 100px 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: none;
}
.navbar input{
    width: 95%;
    height: 50px;
    border: solid 1px #ccc;
    padding: 2px 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.navbar input::placeholder{
    font-size: 12px;
}
.navbar button{
    width: 50px;
    height: 50px;
    background: #22ad38;
    border: none;
    color: #fff;
    margin-left: -50px;
    border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
}
.navbar button>i{
    font-size: 18px;
}
.navbar form>i{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #22ad38;
    width: 30px;
    line-height: 44px;
    cursor: pointer;
}




.navbar>div>i {
    display: none;
}


/* banner */
.carousel{
    padding-top: 97px;
}
.carousel-control.left,.carousel-control.right{
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span{
    font-size: 60px;
    color: #fff;
    
}



/* in-about */
.in-about{
    padding: 80px 0;
}
.in-about>.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.in-about-left{
    width: 60%;
    padding: 38px 0;
}
.in-about-left h2{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.in-about-left h3{
    font-size: 14px;
    color: #000;
    margin: 10px 0;
}
.in-about-left h3>span{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #aaa;
    padding: 0 4px;
    color: #fff;
    margin-right: 5px;
}
.in-about-left>p{
    font-size: 14px;
    color: #000;
    padding-right: 15%;
    line-height: 26px;
    margin: 30px 0;
}



.in-wrap{
    margin: 30px 0;
    padding-right: 8%;
}
.main {
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
}

.numCount {
    margin: 0 -10px;
}

.numCount ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.numCount li {
    width: 33.3%;
    padding: 0 20px;
    position: relative;
}
.numCount li hr{
    position: absolute;
    left: -2px;
    top: 0;
    width: 2px;
    height: 30px;
    background: #000;
}
.numCount li .item {
    margin: 0 ;
}


.numCount li .numU {
    line-height: 1.3;
}

.numCount li .numCX {
    font-size: 40px;
    color: #22ad38;
    font-weight: bold;
}

.numCount li .numU .unitC {
    font-size: 16px;
    line-height: 1.3;
    margin-left: 0.3em;
    color: #22ad38;
}

.numCount li .numU sup {
    vertical-align: top;
}

.numCount li .numU sub {
    vertical-align: baseline;
    bottom: 0;
}
.indc{
    padding-left: 0;
    padding-top: 0px;
}
.indc>p{
    font-size: 16px;
    color: #000;
    letter-spacing: 2px;
}
@media (max-width:800px) {
    .numCount li .numCX {
        font-size: 30px;
    }
}

@media (max-width:480px) {
    .numCount {
        font-size: 0.5vw;
    }
}

.in-about-right{
    width: 40%;
    
}
.in-about-text{
    padding: 80px 80px;
}
.in-about-text h4{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 36px;
}
.in-about-text img{
    width: 80px;
    margin-top: 50px;
}



/* in-product */
.in-product{
    padding: 80px 0;
}

.title{
    text-align: center;
}
.title h3{
    font-size: 34px;
    font-weight: bold;
    color: #000;

}
.title hr{
    width: 30px;
    height: 2px;
    background: #22ad38;
    margin: 20px auto;
}
.title p{
    font-size: 14px;
    color: #000;
}
.in-product ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.in-product ul>li{
    width: 24%;
    margin: 10px 0;
    text-align: center;
    box-shadow: 0 0 12px -2px #ccc;
}
.in-product ul>li>a{
    display: inline-block;
}
.in-product ul>li p{
    padding: 10px 0;
    font-size: 18px;
    color: #000;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-product ul>li:hover p{
    padding: 0 0 10px;
}
.in-product ul>li span{
    height: 10px;
    display: inline-block;
    background: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-product ul>li:hover span{
    width: 100%;
    height: 15px;
    background: #176f25;
    display: inline-block;
    margin: -15px 0;
}

/* in-pro-list */
.in-pro-list{
    padding: 80px 0;
}
.in-pro-list>div.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.in-pro-list-left{
    width: 65%;
}
.in-pro-list-right{
    width: 35%;
    background: #f4f4f4;
    border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
}
.in-pro-list-right h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
}
.in-pro-list-right p{
    font-size: 14px;
    color: #000;
    line-height: 30px;
    margin: 30px 0;
}
.in-pro-list-right a{
    display: inline-block;
    padding: 5px 20px;
    background: #176f25;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 14px;
    color: #fff;
}

.one{margin:80px auto 0;height: 320px;width:100%;overflow:hidden;position:relative; }
.one ul{height:320px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.one ul li{display:block;float:left;margin:5px;border-radius:5px;position:relative;border: solid 1px #ccc;}
.one ul li a{display:inline-block; width: 300px;} 
.one ul li img{border-radius:5px;display:block; width: 300px;}
.one ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.one ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}



/* in-news */
.in-news{
    padding: 80px 0;
}
.in-news>div.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 60px auto;
}
.in-news-left{
    width: 48%;
    position: relative;
}
.in-news-left-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: rgba(0,0,0,.6);
    padding: 15px 20px;
}
.in-news-left-text>h3{
    font-size: 16px;
    color: #fff;
    border-left: 2px solid #fff;
    margin: 0;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 限制文本为2行 */
  overflow: hidden;
  padding-left: 5px;
}
.in-news-left-text>span{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding-top: 5px;
    padding-left: 5px;
}






.in-news ul{
    width: 48%;
}

.in-news ul>li{
   margin: 40px 0;
}
.in-news ul>li h3{
    font-size: 16px;
    color: #000;
    border-left: 2px solid #000;
    margin: 0;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 限制文本为2行 */
  overflow: hidden;
  padding-left: 5px;
  font-weight: bold;
}
.in-news ul>li p{
    font-size: 16px;
    color: #aaa;
    line-height: 26px;
    padding-left: 5px;
    margin: 10px 0;
}
.in-news ul>li span{
    display: block;
    font-size: 14px;
    color: #000;
    padding-left: 5px;
    font-weight: bold;
}
.in-news ul>li small{
    display: inline-block;
    padding: 1px 10px;
    border: solid 1px #000;
    color: #000;
    font-size: 14px;
    margin-top: 5px;
}






/* footer */
.footer{
    padding: 80px 0;
    border-top: 1px solid #eee;
}
.footer>div.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-foot-logo{
    width: 30%;
}
.in-foot-logo img{
    width: 100px;
}
.in-foot-logo p{
    font-size: 16px;
    color: #aaa;
    line-height: 26px;
    margin: 30px 0;
    text-transform: uppercase;
}

.in-foot-nav{
    width: 16%;
    padding: 20px 0;
}
.in-foot-nav h4,.in-foot-add h4{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}
.in-foot-nav ul>li,.in-foot-add ul>li{
    line-height: 26px;
}
.in-foot-nav ul>li>a{
    font-size: 16px;
    color: #aaa;
}
.in-foot-nav ul>li i,.in-foot-add ul>li i{
    margin-right: 10px;
    color: #aaa;
}
.in-foot-add{
    width: 30%;
    padding: 20px 0;
}

.in-foot-add ul>li{
    color: #aaa;
    margin-bottom: 15px;
}
.in-foot-add ul>li:last-of-type{
    margin-left: 24px;
}
.in-foot-add ul>li:nth-of-type(1) i{
    font-size: 20px;
    margin-right: 15px;
}

.in-foot-add ul>li:nth-of-type(2) i{
    font-size: 16px;
}




.in-foot{
    padding: 15px 0;
    background: #f5f5f5;
}
.in-foot p{
    font-size: 16px;
    color: #000;
}
@media all and (max-width:1440px) and (min-width:768px) {
    .container{
        width: 100%;
    }
    
}
@media all and (max-width:768px) {
    .container{
        width: 100%;
    }
    .navbar>div>i{
        display: block;
        font-size: 30px;
        color: #000;
    }
    
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 97px;
        background: #fff;
        width: 100%;
        margin: 0;
        display: none;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .navbar-nav>li>a{
        width: 100%;
    }
    .navbar-search{
        position: absolute;
        right: 150px;
        top: 10px;
    }
    .navbar-right>hr{
        display: none;
    }
    .navbar form{
        width: 92%;
        padding: 44px 20px;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - -20px);
    }
    .in-about-left{
        width: 100%;
        padding: 0;
    }
    .in-about-left>p{
        padding: 0;
        margin: 10px 0;
    }
    .in-wrap{
        padding: 0;
        margin: 0;
    }
    .numCount li{
        width: 100%;
    }
    .in-about-right{
        width: 100%;
    }
    .in-about-text{
        padding: 0;
    }
    .in-about-text img{
        margin-top: 15px;
    }
    .in-product{
        padding: 20px 0;
    }
    .in-product ul>li{
        width: 48%;
    }
    .in-pro-list-left,.in-news-left,.in-news ul{
        width: 100%;
    }
    .in-pro-list-right{
        width: 100%;
        padding: 10px 10px;
    }
    .in-news{
        padding: 20px 0;
    }
    .in-news>div.container{
        margin: 20px auto;
    }
    .in-foot-logo{
        width: 100%;
    }
    .in-foot-nav{
        display: none;
    }
    .in-foot-add{
        width: 100%;
    }
}