* {
    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;
    background: #212429;
    padding: 10px 0;
}
.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 {
    display: inline-block;
    padding: 0;
    color: #000;
    text-align: center;
}
.navbar-brand:hover{
    color: #000;
}
.navbar-brand>span{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.navbar-brand>small{
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-top: 5px;
}
.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 10px 0;
}
.navbar-nav>li{
    padding: 0 20px 10px;
    position: relative;
}
.navbar-nav>li>a {
    color: #fff;
    transition: .5s;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
}
.navbar-nav>li.active>a{
    color: #6c5c3b;
}
.navbar-nav>li>hr{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    width: 0;
    height: 2px;
    border: none;
    background: #6c5c3b;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.navbar-nav>li:hover>hr {
    width: 30px;
}

.navbar-nav>li.active>hr {
    width: 30px;
}

.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-control.left,
.carousel-control.right {
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span {
    font-size: 60px;
    color: #fff;

}


.in-title1{
    background: #b09578;
    padding: 80px 0 120px;
    text-align: center;
}
.in-title1>p{
    font-size: 24px;
    color: #fff;
    letter-spacing: 4px;
}
.in-title1>p>small{
    font-size: 14px;
    padding-left: 40px;
}





.in-about{
    background: #191a1e;
    padding: 160px 0 50px;
    position: relative;
}
.in-about>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 70%;
    margin: auto;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    background: #fff;
}
.in-about>ul>li{
    padding: 50px 40px;
    text-align: center;
    position: relative;
    width: 20%;
}
.in-about>ul>li>h4{
    font-size: 18px;
    color: #000;
}
.in-about>ul>li>p{
    font-size: 14px;
    color: #999;
}
.in-about-id{
    position: absolute;
    top: 20px;
    right: 20px;
    background: #b19476;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 2px 8px;
}
.in-about-id>span{
    font-size: 14px;
    color: #fff;
}
.in-about>ul>li>hr{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: none;
    width: 1px;
    height: 60%;
    background: #ccc;
}
.in-ab-top{
    text-align: center;
}
.in-ab-top>h3{
    font-size: 30px;
    font-weight: bold;
    color: #b09779;
}
.in-ab-top>p{
    font-size: 14px;
    color: #ccc;
    margin: 20px 0;
    line-height: 26px;
}

.in-ab-down>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-left: 15%;
}
.in-ab-li1{
    width: 37%;
}
.in-ab-li2{
    width: 24%;
}
.in-ab-li2>img:first-of-type{
    margin-bottom: 8px;
}
.in-ab-li3{
    width: 38%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-ab-text{
    width: 100%;
    background: #b09578;
    padding: 65px 100px;
    margin-bottom: 8px;
}
.in-ab-text>h3{
    font-size: 30px;
}
.in-ab-text>span{
    font-size: 14px;
    color: #777;
}
.in-ab-text>p{
    font-size: 18px;
    margin-top: 10px;
}
.in-ab-img{
    width: 49.3%;
}



.depot{
   background: #363636; 
}
.depot>div{
    display: flex;
    flex-flow: row wrap;
}
.depot-left{
    width: 20%;
    position: relative;
    padding: 5% 0;
}
.depot-left>h3{
    font-size: 30px;
    color: #999;
    width: 40px;
}

.depot-left>h4{
    font-size: 30px;
    color: #999;
    width: 40px;
    position: absolute;
    left: 50px;
    top: 180px;
}
.depot-right{
    width: 80%;
}
.content {
	width: 800px;
	overflow: hidden;
	height: 500px;
	position: relative;
	margin: 0 auto;
	background-color: #ccc;
}


.points {
    position: absolute;
    z-index: 5;
    list-style: none;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsla(0,0%,0%,0.2);
    bottom: 5px;
    left: 40%;
    height: 20px;
    border-radius: 25px;
    right: 40%;
}

.points li {
	cursor: pointer;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0px auto;
	border-radius: 15px;
	background-color: cadetblue;
}

.depot-right .active {
    background-color: hsla(0,0%,100%,1.00) !important;
}

.prev {

	border-radius: 0 30px 30px 0;
}

.next,
.prev {
    appearance: menu;
    margin: 0 auto;
    width: 40px;
    display: block;
    float: left;
    height: 40px;
    position: absolute;
	line-height: 40px;
	text-align: center;
	font-family: "宋体";
	color: aliceblue;
    z-index: 999;
    background-color: hsla(0,0%,0%,0.1);
    top: 45%;
    -webkit-appearance: button;
    cursor: pointer;
}

.next {
	right: 0px;
	border-radius: 30px 0 0 30px;
}
.prev:hover{background-color: hsla(0,0%,0%,0.5);}
.next:hover{background-color: hsla(0,0%,0%,0.5);}







.product{
    background: url(../img/product-bg.jpg) no-repeat;
    padding: 80px 0;
}
.in-product-title{
    background: #b09578;
    width: 85%;
    margin-left: 15%;
}
.in-product-title>p{
    padding-left: 30%;
}
.in-product-title>p>span{
    display: inline-block;
    padding: 15px 20px;
    margin-right: 40px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.in-product-title>p>span.but{
    background: #000;
}
.in-product-box{
    margin-top: 50px;
}
.in-product-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-product-left{
    width: 30%;
    padding-top: 100px;
}
.in-product-left>h3{
    font-size: 30px;
    color: #fff;
}
.in-product-left>p{
    font-size: 16px;
    color: #999;
    margin: 30px 0;
    letter-spacing: 1px;
}
.in-product-left>a{
    display: inline-block;
    padding: 8px 20px;
    background: #b09578;
    font-size: 14px;
    color: #000;
}
.in-product-right{
    width: 64%;
}





.in-pic{
    position: relative;
}
.in-pic-con{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.in-pic-bg1{
    height: 640px;
    background: #363636;
}
.in-pic-bg2{
    height: 600px;
    background: #191a1e;
}
.in-pic-title{
    padding: 80px 0 50px;
    text-align: center;
}
.in-pic-title>h3{
    font-size: 26px;
    color: #aaa;
}
.in-pic-title>h4{
    font-size: 12px;
    color: #666;
    line-height: 16px;
    margin-top: 10px;
}
.in-pic-box{
    background: #fff;
    padding: 50px 50px;
}
.in-pic-box>h5{
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    color: #666;
}
.in-pic-box>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.in-pic-box>ul>li{
    width: 32%;
}
.in-pic-box>ul>li:first-of-type{
    width: 33%;
}

.in-news-title{
    text-align: center;
    margin-top: 150px;
}
.in-news-title>h3{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.in-news-title>p{
    font-size: 14px;
    color: #aaa;
    margin: 15px 0 0;
}
.in-news-logo{
    position: absolute;
    left: 20px;
    bottom: -40px;
}
.in-news-logo>span{
    font-size: 80px;
    color: #555;
}



.in-news{
    background: url(../img/news-bg.jpg) no-repeat;
    padding: 80px 0;
}
.in-news>div.container{
    display: flex;
    flex-flow: row wrap;
}
.in-news-left{
    width: 50%;
    padding-top: 50px;
}
.in-news-left>h3{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.in-news-left>span{
    font-size: 14px;
    color: #666;
}
.in-news-left>p{
    font-size: 16px;
    color: #ccc;
    margin-top: 50px;
}
.in-news-left>a{
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    color: #000;
    background: #b09578;
    margin-top: 40px;
}
.in-news-right{
    width: 36%;
    
    position: relative;
    height: 400px;
}
.in-news-bg{
    height: 400px;
    width: 60%;
    background: #4a4a4a;
}
.in-news-bk{
    position: absolute;
    left: 60px;
    top: 30px;
    border: solid 2px #fff;
    padding: 200px 60px;
}
.in-news-img{
    position: absolute;
    left: 90px;
    top: 50px;
}
.in-news-icon{
    position: absolute;
    right: -130px;
    bottom: 0;
}
.in-news-icon>span{
    font-size: 50px;
    color: #777;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: inline-block;
}
/* footer */
.footer{
    background: #b09578;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.foot-left{
    width: 50%;
    padding: 100px 50px 100px 17%;
}
.foot-top{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
.foot-top-ewm{
    width: 100px;
}
.foot-top-con{
    width: 60%;
}
.foot-top-con>h3{
    font-size: 20px;
    color: #fff;
}
.foot-top-con>h2{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.foot-left>p{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.foot-right{
    width: 50%;
    background: url(../img/foot-bg.jpg) no-repeat;
    padding: 140px 100px;
}
.foot-right>ul{
    display: flex;
    flex-flow: row wrap;
}
.foot-right>ul>li{
    position: relative;
}
.foot-right>ul>li>a{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 5px 15px;
}
.foot-right>ul>li>hr{
    position: absolute;
    right: 0;
    top: 7px;
    width: 1px;
    height: 60%;
    background: #fff;
    border: none;
    margin: 0;
}
.search-index{
    margin-top: 50px;
    
}
.search-index input{
    border: solid 1px #ccc;
    padding: 15px 0 15px 10px;
    width: 56%;
}
.search-index input::placeholder{
    font-size: 14px;
}
.search-index button{
    background: #b09578;
    border: none;
    color: #fff;
    padding: 16px 30px;
    margin-left: -10px;
    font-size: 14;
    letter-spacing: 2px;
}

.foot{
    background: #363636;
    padding: 15px 0;
}
.foot>div.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.foot p{
    font-size: 14px;
    color: #fff;
}
.foot a{
    font-size: 14px;
    color: #fff;
}



@media all and (min-width:992px) and (max-width:1440px){
    .in-ab-text{
        padding: 10px 100px;
    }
    .foot-left {
        width: 50%;
        padding: 100px 50px 100px 5%;
    }
    .search-index input{
        width: 80%;
    }
}




@media all and (max-width:768px) {
    .container{
        width: 100%;
    }
    .navbar i{
        display: block;
        font-size: 30px;
        padding-top: 5px;
        color: #fff;
        padding-right: 10px;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 72px;
        background: #212429;
        margin: 0;
        width: 100%;
        display: none;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .navbar-nav>li>a{
        width: 100%;
    }
    .navbar-nav>li.active>a{
        color: #6c5c3b;
    }
    .navbar-nav>li>hr{
        display: none;
    }
    .carousel{
        padding-top: 72px;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% );
    }
    .in-title1>p>small{
        display: block;
    }
    .in-title1{
        padding: 40px 0 100px;
    }
    .in-about>ul>li{
        width: 50%;
    }
    .in-about>ul{
        position: relative;
    }
    .in-about{
        padding: 0;
    }
    .in-about>ul{
        width: 90%;
    }
    .in-ab-con{
        padding: 30px 20px;
    }
    .in-ab-top>p{
        text-align: left;
    }
    .in-ab-down>ul{
        padding: 0;
    }
    .in-ab-li1,.in-ab-li2,.in-ab-li3{
        width: 100%;
    }
    .in-ab-text{
        padding: 20px;
    }
    .depot-left{
        width: 100%;
    }
    .depot-left>h3{
        width: 100%;
    }
    .depot-left>h4{
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }
    .depot-right{
        width: 100%;
    }
    .content{
        width: 100%;
        height: 200px;
    }
    .product{
        padding: 20px 0;
    }
    .in-product-title{
        width: 100%;
        margin-left: 0;
    }
    .in-product-title>p{
       padding: 0 10px;
    }
    .in-product-title>p>span{
        width: 100%;
        display: inline-block;
    }
    .in-product-box{
        margin-top: 20px;
    }
    .in-product-left{
        width: 100%;
        padding-top: 0;
    }
    .in-product-right{
        width: 100%;
        margin-top: 10px;
    }
    .in-pic-box{
        padding: 20px;
    }
    .in-pic-box>ul>li,.in-pic-box>ul>li:first-of-type{
        width: 100%;
        margin: 10px 0;
    }
    .in-pic-bg1{
        height: 1400px;
    }
    .in-pic-bg2{
        height: 740px;
    }
    .in-news-logo{
        display: none;
    }
    .in-news-left{
        width: 100%;
        padding-top: 20px;
    }
    .in-news{
        padding: 20px 0;
    }
    .in-news-right{
        width: 100%;
    }
    .foot-left,.foot-right{
        width: 100%;
        padding: 20px;
    }
}