* {
    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
}

input {
    outline: none
}

img {
    width: 100%;
    display: block;
}

.container {
    width: 1270px;
    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;
}

.in-logo{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.navbar-brand {
    width: 190px;
    height: auto;
    padding:10px 0;
}
.navbar-brand:hover{
    color: #000;
}
.navbar-brand>span{
    display: block;
    font-size: 24px;
    font-weight: bold;
}
.navbar-brand>span>b{
    color: #f8bf00;
}
.navbar-brand>small{
    font-size: 12px;
    padding-top: 10px;
    display: inline-block;
}
.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.navbar-nav>li{
    padding: 0 20px;
    position: relative;
}
.navbar-nav>li>a {
    color: #333;
    transition: .5s;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
    line-height: 60px;
}
.navbar-nav>li>hr{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    width: 0;
    height: 2px;
    background: #dcbe88;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.navbar-nav>li:hover {
    background: #dcbe88;
}
.navbar-nav>li:hover>a{
    color: #fff;
}
.navbar-nav>li.active {
    background: #dcbe88;
}
.navbar-nav>li.active>a {
    color: #fff;
}

.navbar i {
    display: none;
}

.top-right {
    display: none;
}


/* search */
.search {
    margin: 27px 0;
    position: relative;
}

.search input {
    border-radius: 50px;
    border: solid 1px #ccc;
    padding: 5px 10px;
}

.search button {
    border: transparent;
    background: transparent;
    position: absolute;
    right: 10px;
    top: 20%;
}



/* banner */
.carousel{
    padding-top: 80px;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span {
    font-size: 60px;
    color: #fff;

}



.in-product-title{
    padding: 80px 5% 0 5%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-product-title>h3>span{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    display: block;
}
.in-product-title>h3>small{
    font-size: 18px;
    color: #ccc;
}
.in-product-title>h4{
    text-align: right;
}
.in-product-title>h4>hr{
    width: 50px;
    height: 1px;
    margin: 6px 3px;
    border: none;
    background: #666;
    display: inline-block;
}
.in-product-title>h4>span{
    font-size: 14px;
    color: #999;
}
.in-product-title>h4>a{
    display: inline-block;
    font-size: 16px;
    border: solid 1px #999;
    padding: 5px 10px;
    color: #666;
    margin-top: 5px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-product-title>h4>a:hover{
    background: #e91b27;
    color: #fff;
}

.in-product{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 50px 0;
    background: #f1f1f3;
}
.in-product-left{
    width: 84%;
}
.in-product-left>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-product-left>ul>li{
    width: 24.8%;
    background: #f1f1f3;
    padding: 20px 0;
}
.in-product-left>ul>li p{
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 20px 0;
}
.in-product-left>ul>li img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-product-left>ul>li:hover img{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}
.in-product-right{
    width: 16%;
    padding: 6% 6% 0;
    text-align: center;
}
.in-product-right p{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 26px 0 10px;
}
.in-product-right>a>i{
    font-size: 30px;
    color: #ccc;
}







.in-about{
    background: url(../img/about-bg.jpg) no-repeat;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 240px;
    padding-bottom: 100px;
}
.in-about-left{
    width: 55%;
    margin-top: 60px;
}
.in-about-left video{
    width: 100%;
}
.in-about-right{
    width: 45%;
    padding: 140px 8%;
    position: relative;
}
.in-about-right>h3{
    font-size: 30px;
    color: #000;
    position: relative;
}
.in-about-right>h3>span{
    position: relative;
    z-index: 5;
}
.in-about-right>h3>small{
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 26px;
    font-weight: bold;
    color: #ccc;
    z-index: 0;
}
.in-about-right>hr{
    width: 50px;
    height: 2px;
    background: #e91b27;
    border: none;
    margin: 15px 0;
}
.in-about-right>p{
    font-size: 16px;
    color: #333;
    line-height: 33px;
}
.in-about-right>a{
    display: inline-block;
    padding: 8px 20px;
    background: #dcbe88;
    color: #fff;
    font-size: 18px;
    margin-top: 50px;
}
.in-about-right>a i{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-about-right>a:hover i{
    padding-left: 10px;
}
.in-about-icon{
    position: absolute;
    right: 50px;
    top: -10px;
    width: 100px;
    animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;
    -webkit-animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;
}
		.arrow:hover{ animation-play-state:paused;-webkit-animation-play-state:paused;}

		@keyframes arrow{ 
            0%,100%{ 
                bottom:10px; 
                opacity:1; 
                transform:translateY(20px) ; 
                -webkit-transform:translateY(20px) ; 
                -moz-transform:translateY(20px) ; 
                -ms-transform:translateY(20px) ; 
                -o-transform:translateY(20px) ; 
            } 
            50%{
                bottom:50px;
                opacity:.5;
                transform: translateY(-20px);
                -webkit-transform: translateY(-20px);
                -moz-transform: translateY(-20px);
                -ms-transform: translateY(-20px);
                -o-transform: translateY(-20px);
} }

		@-webkit-keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }




.in-fl{
    background: url(../img/fl.jpg)no-repeat 0 86%;
    padding: 100px 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;}
.numCount li{width: 24%; text-align: center;}
.numCount li .item{ margin: 0 10px;border-left: 1px solid #ccc;padding: 20px 0;}
.numCount li:first-of-type .item{border-left: none;}
.numCount li .numU{ line-height:1.3;}
.numCount li .numCX{ font-size:40px; color:#dcbe88;font-weight: bold;}
.numCount li .numU .unitC{font-size:100%; line-height: 1.3; margin-left: 0.3em;color: #dcbe88;}
.numCount li .numU sup{vertical-align: top;}
.numCount li .numU sub{vertical-align:baseline;}
.indc{
    color: #fff;
}
@media (max-width:800px){
	.numCount li .numCX{ font-size:36px; }
}

@media (max-width:480px){
	.numCount{ font-size:0.5vw;}
}




.in-news{
    padding: 80px 0;
}
.in-news>div.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-news-left{
    width: 30%;
    padding-top: 50px;
}
.in-news-left>h3{
    font-size:30px;
    color: #000;
    font-weight: bold;
}
.in-news-left>h4{
    font-size: 24px;
    color: #000;
}
.in-news-left>p{
    font-size: 14px;
    margin-top: 50px;
    color: #999;
}
.in-news-left>span{
    font-size: 12px;
    color: #999;
    display: block;
}
.in-news-left>a{
    display: inline-block;
    padding: 8px 20px;
    background: #dcbe88;
    color: #fff;
    margin-top: 80px;
}
.in-news-left>a i{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-news-left>a:hover i{
    padding-left: 10px;
}
.in-news-right{
    width: 60%;
}
.in-news-right>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-news-right>ul>li{
    width: 48%;
}
.in-news-right>ul>li h2{
    font-size: 50px;
    color: #eee;
    font-weight: bold;
}
.in-news-right>ul>li b{
    font-size: 12px;
    color: #ccc;
    font-weight: normal;
}
.in-news-right>ul>li h3{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 10px 0;
}
.in-news-right>ul>li p{
    font-size: 14px;
    color: #ccc;
    padding: 15px 0;
    line-height: 26px;
}
.in-news-right>ul>li span{
    width: 60px;
    height: 2px;
    background: #999;
    display: inline-block;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-news-right>ul>li span>small{
    position: absolute;
    right: -5px;
    top: -2px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 8px solid #999;
}
.in-news-right>ul>li:hover span{
    width: 100%;
}



/* footer */
.footer{
    background: #3f3f3f;
    padding: 80px 0 0;
}
.footer .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.foot-left{
    width: 25%;
}
.foot-logo{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 10px;
}
.foot-logo-img{
    width: 85px;
    padding-top: 19px;
    padding-right: 10px;
}
.foot-logo>h3{
    width: 70%;
}
.foot-logo>h3>span{
    display: inline-block;
    font-size: 19px;
    color: #fff;
}
.foot-logo>h3>small{
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 5px;
}
.foot-left>p{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}
.foot-left>ul{
    display: flex;
    flex-flow: row wrap;
}
.foot-left>ul>li{
    width: 20px;
    margin: 20px 10px 20px 0;
}
.foot-left>ul>li i{
    font-size: 16px;
    color: #999;
}


.foot-ewm{
    width: 10%;
}
.foot-ewm>p{
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.foot-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 50%;
    padding-left: 5%;
}
.foot-con>ul{
    padding: 0 20px;
    width: 30%;
}
.foot-con>ul>li{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.foot-con>ul>hr{
    width: 70px;
    height: 1px;
    border: none;
    background: #999;
}
.foot-con>ul>li>a{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.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 0;
}
.foot p,.foot a{
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0;
}

@media all and (max-width:1440px) and (min-width:769px) {
    .in-about-right{
        padding: 80px 8% 0;
    }
}
@media all and (max-width:768px) {
    .navbar i{
        display: block;
        font-size: 30px;
        color: #000;
        padding-top: 20px;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 77px;
        width: 100%;
        margin: 0;
        background: #fff;
        display: none;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .navbar-nav>li>a{
        width: 100%;
    }
    .carousel{
        padding-top: 0;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 30px);
    }
    .in-product-title{
        padding: 20px 10px;
    }
    .in-product{
        margin: 0;
    }
    .in-product-left{
        width: 100%;
        padding: 0 15px;
    }
    .in-product-left>ul>li{
        width: 47%;
        margin: 0 5px;
    }
    .in-product-right{
        width: 30%;
        margin: 0 auto;
    }
    .in-about{
        margin-top: 100px;
        padding-bottom: 0;
    }
    .in-about-left{
        width: 100%;
    }
    .in-about-right{
        padding: 35px 15px;
        width: 100%;
    }
    .in-fl,.in-news{
        padding: 20px 0;
    }
    .numCount li{
        width: 48%;
    }
    .numCount li .item{
        border: none;
    }
    .indc{
        font-size: 16px;
    }
    .in-news-left,.in-news-right{
        width: 100%;
    }
    .foot-left{
        width: 100%;
    }
    .foot-ewm,.foot-con{
        display: none;
    }
    .foot{
        padding: 15px 15px;
    }
    .footer{
        padding-top: 20px;
    }
}