* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

p {
    font-size: 14px;
    margin: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

input {
    outline: none
}

img {
    width: 100%;
    display: block;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

.container::before,
.container::after {
    display: none;
}

body,
html {
    background: #fff;
    overflow-x: hidden;
    box-sizing: border-box;
}

body {
    font-family: "微软雅黑", microsoft yahei;

}


/*导航*/
.navbar {
    transition: 1s;
    left: 0;
    right: 0;
    position: fixed;
    margin-bottom: 0;
    z-index: 9999;
    border-radius: 0;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.nav-top{
    background: #fff;
}
.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 5%;
}

.in-logo{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.navbar-brand {
    width: 80px;
    height: auto;
    padding: 5px 0;
    text-align: center;
}

.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.navbar-nav>li{
    padding: 0 10px;
    position: relative;
}
.navbar-nav>li>a {
    color: #666;
    transition: .5s;
    font-size: 17px;
    padding: 35px 30px;
    display: inline-block;
    font-weight: bold;
}
.navbar-nav>li:hover>a{
    color: #000;
}
.navbar-nav>li.active>a{
    color: #000;
}
.in-search{
    margin: 30px 40px 30px 0;
}
.in-search i{
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.in-language{
    position: relative;
    padding: 0 10px;
    margin: 30px 0;
    border: solid 1px #000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.in-language-img{
    width: 15px;
    padding: 0 ;
    margin-right: 10px;
}
.in-language>p{
    font-size: 16px;
    color: #000;
    padding: 2px 0;
    
    cursor: pointer;
}
.in-ianguage-nav{
    position: absolute;
    left: -30px;
    top: 60px;
    background: #fff;
    border-bottom: 1px solid #000;
    display: none;
    width: 120px;
}
.in-ianguage-nav>a{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 5px 15px;
}
.in-ianguage-nav>a:hover{
    background: #00a2ea;
    color: #fff;
}
.navbar>div>i {
    display: none;
}







/* banner */
.carousel{
    padding-top: 90px;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span {
    font-size: 60px;
    color: #fff;

}



.in-title{
    text-align: center;
    position: relative;
}
.in-title>h3{
    font-size: 26px;
    color: #000;
    font-weight: bold;
}
.in-title>hr{
    width: 300px;
    height: 2px;
    background: #ccc;
    margin: 20px auto;
    border: none;
}
.in-title>p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13px;
    margin: 0 auto;
}
.in-title>p>span{
    font-size: 14px;
    color: #999;
    background: #fff;
    display: inline-block;
    padding: 5px 10px;
}
/* product */
.in-product{
    padding: 80px 0;
}
.in-product-nav{
    padding: 40px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.in-product-nav>a{
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
    border: solid 1px #666;
    margin: 0 20px;
}
.in-product-nav>a.in-pro-title{
    background: #666;
    color: #fff;
}
.in-product ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-product ul>li{
    width: 31%;
    margin: 15px 0;
}
.in-product ul>li img{
    box-shadow: 0 0 12px 2px #ccc;
}
.in-product ul>li h3{
    font-size: 16px;
    color: #000;
    margin: 20px 0;
}
.in-product-icon{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.in-product-icon>hr{
    width: 90%;
    height: 1px;
    background: #000;
    margin: 0;
    border: none;
}
.in-product-icon>i{
    font-size: 14px;
    border: solid 1px #000;
    color: #000;
    background: #fff;
    border-radius: 50%;
    padding: 10px 10px;
}



/* in-about-con */
.in-about-con{
    padding: 60PX 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.in-about-left{
    width: 55%;
    position: relative;
    margin-bottom: 140px;
}
.in-about-left img{
    width: 60%;
}

.in-about-img2{
    position: absolute;
    right: 0;
    bottom: -160px;
}
.in-about-right{
    width: 43%;
}
.in-about-right>h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin: 5px 0;
}
.in-about-right>span{
    color: #666;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.in-about-right>p{
    font-size: 16px;
    color: #333;
    line-height: 38px;
}
.in-about-right>a{
    display: inline-block;
    font-size: 16px;
    color: #333;
    border-bottom: solid 1px #333;
    margin-top: 30px;
}


.in-wrap{
    padding: 0;
}
.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;
    margin: 0 30px;
}

.numCount li {
    width: 13%;
    padding: 48px 0;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 12px 2px #ccc;
    text-align: center;
}
.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;
    }
}



.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:0 20px;position:relative;box-shadow: 0 0 12px -2px #ccc;padding: 10px;}
.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--fg{
    background: url(../img/fg.jpg) no-repeat center;
    padding: 160px 0;
    text-align: center;
}
.in--fg h3{
    font-size: 24px;
    color: #fff;
    margin: 0;
}
.in--fg p{
    font-size: 14px;
    color: #fff;
    margin: 20px 0 30px;
}
.in--fg hr{
    width: 60px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 0 auto;
}
.slide-in {
    animation-name: slideIn; /* 引用动画名称 */
    animation-duration: 8s; /* 动画持续时间 */
    animation-fill-mode: forwards; /* 保持动画结束时的状态 */
  }
@keyframes slideIn {
    from {
      transform: translateY(-100%); /* 从左向右滑动 */
      opacity: 0; /* 开始时完全透明 */
    }
    to {
      transform: translateY(0); /* 滑动到初始位置 */
      opacity: 1; /* 完全不透明 */
    }
  }




/* in-news */
.in-news{
    padding: 80px 0;
}
.in-news-con ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.in-news-con ul>li{
    width: 31%;
    padding: 30px 30px;
    
}
.in-news-con ul>li:hover{
    background: #f4f4f4;
    border-bottom: solid 3px #5c5a5b;
}
.in-news-con ul>li span{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.in-news-con ul>li:hover span{
    display: none;
}
.in-news-con ul>li h3{
    font-size: 16px;
    color: #333;
    margin: 10px 0;
}
.in-news-con ul>li:hover h3{
    color: #000;
    font-weight: bold;
}
.in-news-con ul>li small{
    display: none;
    font-size: 16px;
    color: #666;
}
.in-news-con ul>li:hover small{
    display: block;
    transition: .5s;
}
.in-news-con ul>li img{
    margin: 20px 0;
}
.in-news-con ul>li:hover img{
    margin: 10px 0;
}
.in-news-con ul>li p{
    font-size: 16px;
    color: #000;
}
.in-news-con ul>li i{
    border: solid 2px #5c5a5b;
    font-size: 14px;
    border-radius: 50%;
    padding: 10px;
    transform: rotate(-45deg);
    color: #5c5a5b;
    margin-top: 30px;
    transition: .5s;
}
.in-news-con ul>li:hover i{
    transform: rotate(0);
}




/* footer */
.in-footer{
    background: url(../img/foot-bg.jpg) no-repeat center;
    
}
.in-foot-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 60px 0;
}
.in-foot-logo{
    width:32%;
    
}
.in-foot-img{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.in-foot-img img{
    width: 20%;
}
.in-foot-top{
    width: 80%;
    padding: 0 20px;
}
.in-foot-top>h3{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 15px 0 0;
}
.in-foot-top>p{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    
}
.in-foot-logo>p{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.in-foot-nav h3{
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
.in-foot-nav ul>li>a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 5px 0;
}
.in-foot-ewm{
    margin-top: 30px;
    width: 10%;
}
.in-foot-ewm>p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.in-foot{
    width: 100%;
    z-index: 999;
    
}
.in-foot>div{
    border-top: 1px solid #ccc;
}

.in-foot p{
    display: flex;
    flex-flow: row wrap;
    padding: 20px 0;
}
.in-foot p>span{
    font-size: 16px;
    color: #fff;
}
.in-foot p>a{
    font-size: 16px;
    color: #fff;
}

@media all and (max-width:1440px) and (min-width:968px) {
    .container{
        width: 100%;
    }
    .navbar-nav>li>a{
        padding: 35px 20px;
    }
    .numCount li{
        width: 16%;
        padding: 30px 0;
    }
}
@media all and (max-width:768px) {
    .container{
        width: 100%;
    }
    .navbar>div>i{
        display: block;
        font-size: 30px;
        color: #000;
        padding-top: 30px;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 88px;
        width: 100%;
        margin: 0;
        background: #fff;
        display: none;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .navbar-nav>li>a{
        width: 100%;
        padding: 30px 30px;
    }
    .carousel{
        padding-top: 0;
    }
    .in-product{
        padding: 20px 0;
    }
    .in-product-nav>a{
        margin: 5px 0;
    }
    .in-product ul>li{
        width: 48%;
    }
    .in-product-icon>hr{
        width: 84%;
    }
    .in-product-icon>i{
        padding: 5px;
    }
    .in-about-left,.in-about-left img{
        width: 100%;
        margin-bottom: 10px;
    }
    .in-about-img2{
        position: relative;
        bottom: 0;
    }
    .in-about-right{
        width: 100%;
    }
    .numCount li{
        width: 46%;
        padding: 40px 0;
        position: relative;
        border-radius: 50%;
        box-shadow: 0 0 12px 2px #ccc;
        text-align: center;
        margin: 5px;
    }
    .in--fg{
        padding: 60px 0;
    }
    .slide-in{
        padding: 0 20px;
    }
    .in-news-con ul>li{
        width: 100%;
        margin: 10px 0
    }
    .in-foot-logo{
        width: 100%;
    }
    .in-foot-ewm{
        display: none;
    }
    .in-foot-nav{
        display: none;
    }
    .in-language{
        display: inline-block;
        margin: 10px 30px;
    }
    .in-ianguage-nav{
        top: 30px;
    }
}