* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none
}

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: 1500px;
    margin: 0 auto;
}

.container::before,
.container::after {
    display: none;
}

body,
html {
    background: #fff;
    height: 100%;
}

body {
    font-family: "寰蒋闆呴粦";
    box-sizing: border-box;
}

.in-top>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-top ul{
    width: 50%;
    display: flex;
    flex-flow: row wrap;
}
.in-top ul>li>a{
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.in-language{
    width: 10%;
}
.in-language>a{
    display: inline-block;
    padding: 5px 5px;
    margin: 5px 0;
    color: #000;
}
.in-language>a.active{
    background: #8fc6ff;
    color: #fff;
}
/*导航*/


.navbar {
    box-shadow: none;
    margin: auto;
    width: 100%;
    z-index: 99999;
    margin-bottom: 0;
}

.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-logo{
    width: 100%;
    text-align: center;
}
.navbar-brand {
    width: 190px;
    display: inline-block;
    float: none;
    margin: -30px 0 30px;
}
.navbar-brand>img {
    width: 100%;
}
.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
.navbar-nav>li {
    padding: 8px 40px;
    position: relative;
}
.navbar-nav>li>a {
    color: #000;
    transition: .5s;
    display: inline-block;
    font-size: 16px;
    padding: 20px 0;
    font-weight: bold;
    text-transform: capitalize
}
.navbar-nav>li>hr{
    width: 0;
    height: 2px;
    background: #e91b27;
    border: none;
    margin: 0;
    position: absolute;
    left: 40%;
    bottom: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.navbar-nav>li:hover>hr {
    width: 20px;
}
.navbar-nav .active>hr {
    width: 20px;
}
.navbar>div>i {
    display: none;
}
/* search */
.in-top-search{
    text-align: center;
    margin: 10px 0;
}
.in-top-search input{
    border: solid 1px transparent;
    width: 80%;
    background: transparent;
}
.in-top-search form{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    
}
.search-bg{
    border: solid 1px #eee;
    width: 90%;
    text-align: left;
    padding-left: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #f1edec;
}
.in-top-search input::placeholder{
    font-size: 14px;
}
.in-top-search button{
    background: #000e88;
    border: none;
    color: #fff;
    padding: 16px 20px;
    margin-left: -10px;
}
/* banner */
.carousel-control.left,.carousel-control.right{
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span{
    font-size: 60px;
    color: #fff;
    
}


/* about */
.in-about{
    padding: 80px 0;
    margin-bottom: 120px;
}
.in-about>.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-about-text{
    width: 48%;
}
.in-about-text>h3{
    font-size: 40px;
    font-weight: bold;
    color: #000;
}
.in-about-text>h4{
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
}
.in-about-text>hr{
    width: 60px;
    height: 4px;
    background: #4cb034;
    margin: 20px 0;
    border: none;
}
.in-about-text>p{
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
}
.in-about-text>a{
    display: inline-block;
    text-align: right;
    font-size: 60px;
    color: #4cb034;
    width: 100%;
}
.in-about-img{
    width: 45%;
    position: relative;
}
.in-about-img-con{
    position: absolute;
    left: -30%;
    top: 10%;
    background: rgba(255,255,255,.5);
    box-shadow: 0 0 12px -2px #ccc;
    padding: 40px 50px 25px 15px;
    width: 70%;
}
.in-about-img-con>h3{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.in-about-img-con>p{
    font-size: 16px;
    color: #000;
    line-height:30px;
    text-transform: uppercase;
}
.in-about-img-con>a{
    display: inline-block;
    text-align: right;
    font-size: 60px;
    color: #4cb034;
    width: 100%;
}




.in-wrap{
    position: relative;
    background: #4cb034;
    margin-top: -70px;
    z-index: 2;
    padding-left: 6%;
    width: 70%;
}
.main {
    margin: 0 auto;
    width: 100%;
}

.numCount {
    margin: 0 -10px;
}

.numCount ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0;
}

.numCount li {
    width: 33.3%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.numCount li:nth-of-type(2){
    background: #72bf5f;
}
.numCount li .item {
    margin: 0 10px;
    align-items: center;
}

.numCount li:first-of-type{
    border-left: none;
}

.numCount li .numU {
    line-height: 1.3;
}

.numCount li .numCX {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}

.numCount li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
    color: #fff;
}

.numCount li .numU sup {
    vertical-align: top;
}

.numCount li .numU sub {
    vertical-align: baseline;
    bottom: 0;
    font-size: 18px !important;
}
.indc{
    padding-left: 15px;
    padding-top: 0px;
}
.indc>p{
    font-size: 20px;
    color: #fff;
}
.indc>span{
    font-size: 12px;
    color: #fff;
}
@media (max-width:800px) {
    .numCount li .numCX {
        font-size: 36px;
    }
}

@media (max-width:480px) {
    .numCount {
        font-size: 0.5vw;
    }
}











.title{
    text-align: center;
}
.title>h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.title>hr{
    width: 60px;
    height: 4px;
    background: #4cb034;
    margin: 30px auto;
}


.in-product{
    background: url(../img/product-bg.jpg) no-repeat center;
    margin: 0 20px;
}
.in-product ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-product ul>li{
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 4px #fff;
    padding: 200px 0;
    text-align: center;
}
.in-product ul>li:nth-of-type(1):hover{
    background: url(../img/p1.jpg) repeat center;
}
.in-product ul>li:nth-of-type(2):hover{
    background: url(../img/p2.jpg)repeat center;
}
.in-product ul>li:nth-of-type(3):hover{
    background: url(../img/p3.jpg)repeat center;
}
/* .in-product ul>li:nth-of-type(4):hover{
    background: url(../img/p4.jpg);
}
.in-product ul>li:nth-of-type(5):hover{
    background: url(../img/p5.jpg);
} */
.in-product ul>li:last-of-type{
    border-right: none;
}

.in-product ul>li i{
    font-size: 24px;
    border: solid 1px #fff;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0px 8px 3px 11px;
    margin-top: 100px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-product ul>li p{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 100px;
    text-transform: uppercase;
}
.in-product ul>li:hover i{
    background: #fff;
    color: #000;
}
.in-pro-btn{
    text-align: center;
    margin-top: 40px;
}
.in-pro-btn>a{
    display: inline-block;
    padding: 5px 20px;
    background: #c90c13;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}




/* in-company */
.in-company{
    padding: 120px 0;
}
.in-company>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-company-text{
    width: 48%;
}
.in-company-text>h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.in-company-text ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 30px 0 40px;
}
.in-company-text ul>li{
    width: 32%;
    font-size: 16px;
    color: #000;
    position: relative;
    cursor: pointer;
}
.in-company-text ul>li:first-of-type{
    color: #4cb034;
}
.in-company-text ul>li>span{
    position: absolute;
    left: -10px;
    top: -5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #4cb034;
    z-index: -1;
}
.in-company-text ul>li>b{
    color: #fff;
    font-weight: normal;
}
.in-company-text>p{
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin: 100px 0;
}
.in-company-text>a{
    color: #4cb034;
    font-size: 18px;
}
.in-company-text>a>span{
    border-bottom: 1px solid #ccc;
}
.in-company-text>a>i{
    margin-left: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.in-company-img{
    width: 48%;
}





/* classification */
.in-classification{
    margin-bottom: 120px;
}
.in-classification ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-classification ul>li{
    width: 33.3%;
}
.in-class-text{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 12px -2px #ccc;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.in-class-text h3{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-class-text:hover h3{
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}
.in-class-img{
    position: relative;
}
.in-class-img img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-class-img:hover img{
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}
.in-class-hr{
    position: absolute;
    left: 50%;
    top: -48px;
    width: 2px;
    height: 60px;
    background: #444;
    z-index: 2;
}
.in-class-hr1{
    top: auto;
    bottom: -48px;
}




/* news */
.in-news{
    padding: 50px 0;
    margin-bottom: 50px;
}

.in-news ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-news ul>li{
    width: 45%;
    
}
.in-news-img{
    position: relative;
    text-align: center;
}
.in-news-img img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-news-img:hover img{
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}
.in-news-img>span{
    position: absolute;
    left: 40%;
    bottom: -15px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    background: #4cb034;
    padding: 10px 30px;
}
.in-news ul>li h3{
    font-size: 18px;
    color: #000;
    margin: 40px 0 20px;
    padding: 0 40px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
    width: 100%;
}
.in-news ul>li p{
    padding: 0 10%;
    font-size: 16px;
    color: #aaa;
}
.in-news ul>li small{
    font-size: 16px;
    color: #4cb034;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
.in-news ul>li hr{
    width: 0;
    height: 4px;
    background: #4cb034;
    border: none;
    margin-top: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-news ul>li:hover hr{
    width: 100%;
}











.in-fg>div{
    text-align: center;
}
.in-fg p{
    font-size: 16px;
    color: #000;
    margin: 15px 0;
    text-transform: uppercase;
    line-height: 30px;
}
.in-fg>div>a{
    display: inline-block;
    padding: 10px 60px;
    font-size: 16px;
    color: #fff;
    background: #f0b46b;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}






.in-message{
    background: url(../img/foot-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0;
}
.in-message>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.in-mess{
    width: 45%;
}
.in-mess>h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 60px;
}
.in-mess>form{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.in-mess>form>input{
    border: solid 2px transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    padding: 15px 15px;
    width: 70%;
}
.in-mess>form>button{
    display: inline-block;
    padding: 4px 35px;
    border-radius: 5px;
    border: solid 2px #000;
    margin-left: -15px;
    background: transparent;
    font-size: 20px;
    color: #000;
}

.in-mess-right{
    width: 45%;
}
.in-mess-right>h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 60px;
}
.in-mess-right>form{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.in-mess-right>form input{
    border: solid 2px transparent;
    display: inline-block;
    padding: 0px 15px;
    margin: 2px 0;
    width: 43%;
}
.in-mess-add{
    width: 87% !important;
}
.in-mess-right>form>button{
    display: inline-block;
    padding: 4px 35px;
    border-radius: 5px;
    border: solid 2px #000;
    margin-left: -15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: transparent;
    font-size: 20px;
    color: #000;
}



/* footer */
.footer{
    border-top: 1px solid #ccc;
    padding: 80px 0 0;
}
.footer .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.foot-left{
    width: 10%;
}
.foot-left>h3{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.foot-logo{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 15px;
}
.foot-logo>a{
    display: inline-block;
    width: 150px;
}

.foot-ewm{
    width: 100px;
    text-align: center;
    margin: 30px auto 0;
}
.foot-ewm>p{
    font-size: 14px;
    color: #000;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.foot-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 85%;
    padding-left: 5%;
}
.foot-nav{
    width: 43%;
    text-align: center;
}
.foot-nav>h3{
    color: #333;
    font-size: 28px;
    margin: 0 0 20px;
}
.foot-nav>h4{
    color: #333;
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
}
.foot-nav>p{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
.foot-con>ul{
    padding: 0 20px;
    width: 23%;
}
.foot-con>ul>li{
    color: #333;
    font-size: 28px;
    display: flex;
    align-items: center;
    line-height: 46px;
}
.foot-con>ul>li:first-of-type{
    margin-bottom: 20px;
}
.foot-con>ul>li>a{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
.foot-con>ul>li>a span{
    color: #e6212a;
    font-weight: bold;
}
.foot-con>ul>li i{
    width: 30px;
}
.foot{
    padding-top: 20px;
}
.foot>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding: 30px 15px;
}
.foot p,.foot a{
    font-size: 14px;
    color: #000;
    padding: 0;
    margin: 0;
}


@media all and (max-width:1500px) and (min-width:992px) {
    .container{
        width: 100%;
        padding: 0 15px;
    }
    .in-about-img-con{
        width: 100%;
        left: -5%;
    }
    .in-about-text{
        padding: 50px 5%;
    }
}

@media all and (max-width:768px) {
    .container{
        width: 100%;
        padding: 0 15px;
    }
    .in-top ul{
        width: 100%;
        justify-content: space-between;
    }
    .in-top ul>li>a{
        padding: 10px 12px;
    }
    .in-top-search{
        display: none;
    }
    .navbar>div>i {
        display: block;
        font-size: 30px;
        padding: 20px 0;
        color: #000;
      }
      .in-logo{
          width: 90%;
      }
      .navbar-brand{
          width: 160px;
          padding: 0 15px;
          margin: -15px 0 0;
      }
      .navbar-nav{
          position: absolute;
          left: 0;
          top: 73px;
          width: 100%;
          margin: 0;
          background: #fff;
          display: none;
      }
      .navbar-nav>li{
          width: 100%;
          text-align: center;
      }
      .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 30px);
    }
    .in-about{
        padding: 20px 0;
        margin: 0;
    }
    .in-about-text,.in-about-img{
        width: 100%;
    }
    .in-wrap{
        margin-top: 0;
        width: 100%;
        padding: 0 15px;
    }
    .numCount{
        margin: 0;
    }
    .numCount li{
        width: 100%;
    }
    .in-product ul>li{
        padding: 100px 0;
    }
    .in-product ul>li p{
        font-size: 14px;
    }
    .in-company{
        padding: 20px 0;
    }
    .in-company-text,.in-company-img{
        width: 100%;
    }
    .in-company-text>p{
        margin: 40px 0;
    }
    .in-classification{
        margin-bottom: 50px;
    }
    .in-class-text h3{
        font-size: 18px;
        text-align: center;
    }
    .in-class-hr {
        top: -6px;
        height: 40px;
    }
    .in-class-hr1{
        bottom: 6px;
    }
    .in-news ul>li{
        width: 100%;
    }
    .in-news-img>span{
        left: 28%;
    }
    .in-mess,.in-mess-right{
        width: 100%;
    }
    .in-mess>h3,.in-mess-right>h3{
        margin-bottom: 10px;
        margin-top: 40px;
    }
    .in-mess>form>input{
        width: 59%;
    }
    .foot-ewm,.foot-con>ul{
        display: none;
    }
    .foot-left{
        width: 100%;
        text-align: center;
    }
    .foot-logo>a{
        display: block;
        margin: 0 15px;
    }
    .foot-nav{
        width: 100%;
        text-align: left;
    }
}