* {
    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;
}



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;
    margin: 0 auto;
}
.navbar-brand {
    display: inline-block;
    padding: 0 0 5px;
    width: 200px;
    height: auto;
    margin-left: 0 !important;
}
.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    justify-content: center;
}
.navbar-nav>li{
    padding: 0 40px;
    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>i{
    margin-left: 5px;
}



.navbar-search{
    margin-top: 40px;
    position: relative;
    cursor: pointer;
}
.navbar-icon{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.navbar-icon img{
    width: 21px;
    margin-right: 5px;
    display: inline-block;
}
.navbar-icon span{
    font-size: 16px;
    color: #000;
}
.navbar-language{
    position: absolute;
    left: 0;
    top: 30px;
    text-align: center;
    width: 100%;
}
.navbar-language>a{
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: center;
}
.navbar-language>hr{
    width: 30px;
    height: 2px;
    background: #000;
    margin: 4px auto;
}

.navbar>div>i {
    display: none;
}


/* banner */
.carousel{
    padding-top: 110px;
}
.carousel-control.left,.carousel-control.right{
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span{
    font-size: 60px;
    color: #fff;
    
}




.in-about{
    padding: 40px 0;
}
.in-title{
    text-align: center;
    margin: 0 0 60px;
}
.in-title h1{
    font-size: 30px;
    color: #000;
    margin: 10px 0;
}
.in-title p{
    font-size: 16px;
    color: #000;
}
.in-ab-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-ab-left{
    width: 47%;
}
.in-ab-left>p{
    font-size: 16px;
    color: #000;
    line-height: 36px;
    margin: 50px 0;
}
.in-ab-left>a{
    display: inline-block;
    padding: 3px 15px;
    background: #000;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}


.in-ab-right{
    width: 46%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-ab1-img,.in-ab2-img{
    width: 49%;
}
.in-ab1-img{
    margin-top: 60px;
}
.in-ab1-text{
    width: 85%;
    background: #f57e0a;
    /* padding: 100px 30px 30px; */
    margin-left: 15%;
    margin-top: 15px;
}
.in-ab1-text>h4{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin: 5px 0;
}
.in-ab1-text>h4>span{
    font-size: 18px;
}
.in-ab1-text>p{
    font-size: 16px;
    color: #fff;
}

.in-ab2-img{
    margin-top: 20px;
}
.in-ab2-text{
    margin-bottom: 15px;
    margin-left: 0;
    width: 94%;
}

/* .in-ab-img{
    width: 47%;
    position: relative;
}
.in-ab-icon{
    position: absolute;
    left: -16px;
    bottom: -10px;
    background: #f57e0a;
}
.in-ab-icon>span{
    display: inline-block;
    font-size: 30px;
    padding: 2px 16px;
    color: #fff;
}

.in-wrap{
    margin-top: 20px;
}
.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;
    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: 50px;
    color: #f57e0a;
    font-weight: bold;
}

.numCount li .numU .unitC {
    font-size: 16px;
    line-height: 1.3;
    margin-left: 0.3em;
    color: #000;
}

.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: 18px;
    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-product */
.in-product{
    padding: 100px 0;
}
.in-product-nav{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.in-product-nav>a{
    display: inline-block;
    padding: 5px 10px;
    margin: 0 30px;
    font-size: 14px;
    color: #000;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-product-nav>a:first-of-type{
    background: #f57e0a;
    color: #fff;
}
.in-product-nav>a:hover{
    background: #f57e0a;
    color: #fff;
}
.in-product ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.in-product ul>li{
    width: 31%;
    margin: 20px 0;
    text-align: center;
}
.in-product-img{
    box-shadow: 0 0 12px -2px #aaa;
}
.in-product-img img{
    
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-product ul>li:hover .in-product-img>img{
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
}

.in-product ul>li p{
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
    background: #656567;
}






.hot-pro{
    background: url(../img/hot.jpg) no-repeat center;
    padding-top: 340px;
    margin-bottom: 100px;
}
.hot-pro ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.hot-pro ul>li{
    width: 25%;
    padding: 30px 30px;
    background: #868487;
    border-right: solid 2px #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}
.hot-pro ul>li:hover{
    background: #f57e0a;
}
.hot-pro ul>li:last-of-type{
    border-right: none;
}
.hot-pro ul>li h3{
    font-size: 18px;
    color: #fff;
    margin: 0;
}
.hot-pro ul>li hr{
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 20px 0;
}
.hot-pro ul>li p{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}


.w-imgText {
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 20px #e2e2e2;
    margin-bottom: 150px;
}

.w-imgText ul,
.w-imgText li {
    list-style: none;
    padding: 0;
    margin: 0
}

.w-imgText .item {
    position: relative
}

.w-imgText .item>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.w-imgText .img-count-in {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    *height: 100%
}

.w-imgText .textB {
    line-height: 1.7
}

.w-imgText .textB .bg_x {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.w-imgText .text_x {
    position: relative;
    z-index: 1
}

.w-imgText .igt_page {
    text-align: center;
    display: none;
    z-index: 5
}

.w-imgText .igt_page .swiper-pagination-bullet {
    border-radius: 0;
    -webkit-border-radius: 0;
    width: 1em;
    height: 5px;
    background: #999;
    opacity: .5
}

.w-imgText .igt_page .swiper-pagination-bullet-active {
    background: #f80;
    opacity: 1
}

.w-imgText5 {
    position: relative
}

.w-imgText5 .img {
    width: 50%;
    position: relative;
    overflow: hidden
}

.w-imgText5 .img .imgSize {
    height: 400px;
}

.w-imgText5 .img img {
    width: 100% !important;
    transition: transform .5s;
    -webkit-transition: transform .5s;
}

.w-imgText5 li:hover .img img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02)
}

.w-imgText5 .textB {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 25px 5% 50px;
    color: #fff
}

.w-imgText5 .textB .text_x {
    top: 40%;
    top: 0\9;
    *top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-height: 70%;
}

:root .w-imgText5 .textB .text_x {
    top: 40%
}
:root .w-imgText5 .textB .text_x p{
    color: #333;
}
.w-imgText5 .textB .bg_x {
    background: #fff;
}

.w-imgText5 .text_x .tt_h {
    font-size: 30px;
    line-height: 1.5;
    position: relative;
    color: #000;
    font-weight: bold;
}
.w-imgText5 .text_x span{
    font-size: 16px;
    color: #aaa;

}
.w-imgText5 .text_x h3{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}
.w-imgText5 .text_x a{
    display: inline-block;
    padding: 5px 30px;
    font-size: 16px;
    color: #000;
    border-bottom: solid 1px #f57e0a;
    margin-top: 50px;
}
.w-imgText5 .igt_btn {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 92%;
}

.w-imgText5 .igt_btn .igt_prev,
.w-imgText5 .igt_btn .igt_next {
    position: absolute;
    cursor: pointer;
    top: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #bbb;
    border-color: rgba(230, 230, 230, .5);
    background: #fff;
}

.w-imgText5 .igt_btn .igt_prev:hover,
.w-imgText5 .igt_btn .igt_next:hover {
    color: #fff
}

.w-imgText5 .igt_btn .igt_prev {
    left: 0;
    background: #f57e0a;
}

.w-imgText5 .igt_btn .igt_next {
    right: 0
}

.w-imgText5 .igt_btn .igt_prev:before,
.w-imgText5 .igt_btn .igt_next:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    text-align: center;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -5px
}

.w-imgText5 .igt_btn .igt_prev:before {
    background: url(../img/next2.png) no-repeat center
}

.w-imgText5 .igt_btn .igt_next:before {
    background: url(../img/prev2.png) no-repeat center
}

.w-imgText5 .igt_btn .igt_prev:hover,
.w-imgText5 .igt_btn .igt_next:hover {
    border-color: #85367f;
}

@media(max-width:1200px) {
    .title {
        padding-left: 15px
    }
}

@media(max-width:860px) {
    .w-imgText .igt_page {
        display: block
    }

    .w-imgText .igt_btn {
        display: none
    }

  

    .w-imgText5 .img {
        width: 100%;
        float: none
    }

    .w-imgText5 .textB {
        position: relative;
        left: 0;
        padding: 1.2em 4% 1.5em
    }

    .w-imgText5 .igt_btn {
        width: auto;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: -60px
    }

    .w-imgText5 .textB .text_x {
        top: 0;
        transform: none;
        -webkit-transform: none
    }

    :root .w-imgText5 .textB .text_x {
        top: 0
    }
}

@media(max-width:767px) {
    

    .w-imgText5 .img .imgSize {
        height: 240px;
        padding-bottom: 50%
    }
}

@media(max-width:640px) {
    .w-imgText .igt_page .swiper-pagination-bullet {
        height: 2px
    }
}


.one{margin:50px auto;height: 550px;width:100%;overflow:hidden;position:relative; }
.one ul{height:300px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.one ul li{display:block;float:left;margin:5px;border-radius:5px;position:relative;}
.one ul li a{display:inline-block; width: 300px;} 
.one ul li img{border-radius:5px;display:block; width: 300px;box-shadow: 0 0 12px -2px #ccc;}
.one ul li p{font-size: 16px;padding: 10px 0;text-align: center;}
.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;}



/* partner */
.in-partner{
    padding: 60px 0;
}
.in-partner ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-partner ul>li{
    width: 23%;
    box-shadow: 0 0 12px -2px #ccc;
}





/* footer */
.footer{
    background: url(../img/foot-bg.jpg) no-repeat center;
    width: 100%;
}
.footer>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 50px  0;
}
.footer h3{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.footer h3>span{
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    display: inline-block;
}
.foot-con{
    width: 28%;
}
.foot-logo{
    padding: 15px 20px;
}
.foot-con h1{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}
.foot-con p{
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}

.foot-nav{
    width: 15%;
}
.foot-nav ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.foot-nav ul>li{
    width: 100%;
    line-height: 30px;
}
.foot-nav ul>li::marker{
    color: #fff;
}
.foot-nav ul>li i{
    font-size: 18px;
    color: #fff;
    padding-right: 10px;
}
.foot-nav ul>li>a{
    font-size: 16px;
    color: #fff;
}

.foot-ewm{
    width: 10%;
    margin-top: 20px;
}
.foot-ewm p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}



.foot{
    background: #000;
    
}
.foot>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-top: 1px solid #666;
    padding: 20px 0;
}
.foot p,.foot a{
    font-size: 14px;
    color: #fff;
}


@media all and (max-width:1440px) and (min-width:768px) {
    
}
@media all and (max-width:768px) {
    .navbar>div>i{
        display: block;
        font-size: 30px;
        color: #000;

    }
    .in-logo{
        margin: 0;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 49px;
        background: #fff;
        margin: 0;
        width: 100%;
        display: none;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .navbar-nav>li>a{
        display: inline-block;
    }
    .carousel{
        padding-top: 0;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 30px);
    }
    .in-title{
        margin: 0 0 20px;
    }
    .in-ab-left{
        width: 100%;
        margin-top: 20px;
    }
    .in-ab-right{
        width: 100%;
    }
    .numCount li{
        width: 100%;
        margin: 20px 0;
    }
    .in-ab-left>p{
        margin: 15px 0;
    }
    .in-product{
        padding: 20px 0;
    }
    .in-product-nav>a{
        margin: 0 15px;
    }
    .in-product ul>li{
        width: 49%;
    }
    .hot-pro{
        padding: 20px 0;
        margin-bottom: 20px;
        background-size: cover;
    }
    .hot-pro ul{
        margin-top: 0;
    }
    .hot-pro ul>li{
        width: 100%;
        padding: 15px;
        border-right: none;
    }
    .in-partner ul>li{
        width: 49%;
        margin: 10px 0;
    }
    .foot-con{
        width: 100%;
    }
    .foot-nav,.foot-ewm{
        display: none;
    }
    .foot p, .foot a{
        padding: 0 15px;
    }
}