/*通用*/


.flex {
    display: flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

h1{
	font-size: 4.5rem;
}

h2 {
    font-size: 3rem;
    margin: 1.5rem auto;
    color: #d4b572;
    font-family: siyuansongti;
    letter-spacing: 2px;
}

h3 {
    font-size: 1.8rem;
    margin: 1rem auto;
    color:#d4b572;
}
.text-center{text-align: center;}
.text-right{text-align: right;}
.font-s-20px{font-size: 2rem;}
.mt-5rem{margin-top: 5rem !important;}
.mt-20{margin-top: 2rem;}
.margin-3rem-0{margin: 3rem 0;}
.width-40{width: 40% !important;}
.color_5a5a5a{color: #5a5a5a;}
.position-relative{position: relative;}
.center-block{display: block;margin: 0 auto;}
.margin_top_30{margin-top: 30px;}
.width_70{width: 70%;}
.width_100{width: 100%;}
.text-left{text-align: left;}
.align-item-top{align-items: flex-start;}
.syst{font-family: siyuansongti;}
/*nav样式*/
.nav-block {
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    flex-wrap: wrap;
    background-color:#fff;
    color: #000;
    height: 8rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    box-shadow: 1px 0 13px 0 rgba(0,0,0,0.2)
}

.logo {
    width: 30%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;align-items: center;
}

.logo>img {
    width: 35%;
}

.nav-box {
    width: 70%;
    height: inherit;
}

.nav-box a{color: inherit;}
.nav-buttom {
    display: none;
}

.nav {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: inherit;
    align-items: center;
    padding: 0 5rem;
}

.nav>li {
    width: 10%;
    font-size: 1.8rem;
    position: relative;
    text-align: center;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.nav>li:hover {
    cursor: pointer;
    color: #fff;
    background-color:#d4b572;
}

.drop-box {
    display: none;
    width: 100%;
    color: #000;
    background-color: #fff;
    text-align: center;
    line-height: 1.8;
    position: absolute;
    top: 8rem;
    z-index: 2
}

.drop-box>li {
    height: 5rem;
    line-height: 5rem;
}

.drop-box>li:hover {
    color: #fff;
    background-color: #d4b572;
}

/*第一层轮播样式*/
.first-floor {
    width: 100%;
    height: auto;
    margin-top: 8rem;
}

.rotain-box {
    overflow: hidden;
    height: 100%
}

#scrollPics {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.slider>li>img {
    width: 100%;
}

.num {
    position: absolute;
    right: 49%;
    bottom: 0.5rem;
}

.num li {
    float: left;
    color: #ff7300;
    text-align: center;
    line-height: 1.6rem;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
    overflow: hidden;
    margin: 0.3rem 0.5rem;
    border: 1px solid #99bacb;
    background-color: white;
    border-radius: 50%;
}

.num li.active {
    color: #fff;
    font-size: 1.6rem;
    border: 0;
    background-color: #9c7024;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
}
/*footer样式*/
.footer {
	color:#333;
    height: auto;
}

.footer>div {
    width: 100%;
    height: auto;
}

.contact-message {
    width: 70%;
    margin: auto;
    padding: 2.2rem 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.contact-message>div{width: 25%;}
.solgan{font-weight: 900;font-size: 1.7rem;}

.contact-message h3{font-size: 1.8rem;}
.contact-message h3~p{line-height: 1.8;}
.border-bottom-line{ border-bottom: 1px solid #cecece;}

.copyright {
    text-align: right;
    padding: 2rem 0;
    width: 100%;
}

.copyright a {
    color: inherit;
}
/*内页样式*/
.container{width: 60%;margin: 0 auto;text-align: center;}
.container-8{width: 80%;margin: 0 auto;padding: 0 2rem;}
.container>div{margin: 3rem 0 ;padding-top: 3rem;}
.container-8>div{margin: 3rem 0;padding-top: 3rem;}
.column-3>div{width: 33%;}
.column-2>div{width: 50%;}
/*公司简介所获荣誉*/
.note-mes{font-size: 1.6rem;color: grey;}
.profile p{line-height: 2.2;}
.paragraph{margin-top: 2.5rem;}
.received-honor{align-items: baseline;}
.received-honor>div{width: 30%;margin: 0 1rem;height: auto;}
.honor-des{margin-top: 2rem;}
.honor-title{font-size: 2rem;margin: 2rem 0;font-weight: 700;}
.honor-title+p{font-size: 1.5rem;line-height: 1.8;}
/*公司简介企业风采*/
.enterprise>div{width: 33%;overflow: hidden;margin: 0.5rem 0;}
.enterprise>div img{width: 98%}
/*品牌合作页面*/
.coo-brand{margin-top: 2rem;}
.coo-brand>div{width: 30%;height: 21rem;border: 1px solid #cecece;margin: 0 -1px -1px 0;}
.product-show>div{width: 25%;}
.industry>div{height: 21rem;overflow: hidden;}
.industry{margin-top: 0.5rem;}
/*contact us样式*/
.contact>p{font-size: 1.6rem;color: #666;}
.contact img{vertical-align: middle;padding: 0 1rem;}
.contact-form>input,.contact-form>textarea{width: 70%;display: block;height: 4rem;margin: 0.5rem 0;border: 1px solid #bdbdbd;box-shadow: 0 0 2px 1px #cecece;}
.contact-form>textarea{height: 11rem;padding: 0;}
.contact-form>textarea:focus{outline: none}
.button{height: 4rem;width: 10rem;border-radius: 4rem;background-color: rgba(93,83,83);border: none;display: block;color: #fff;font-weight: 800;margin-top: 1rem;}
.button:hover{background-color: rgba(165,120,24);}
.mes-sucess{font-size: 1.6rem;color: #d4b572;text-align: left;font-weight: 900;}
/*手机端自适应*/
@media screen and (max-width: 765px) {
    html {
        font-size: 8px;
    }
    body{height: auto;}

    .logo {
        width: 80%;
        height: 8rem;
    }

    .logo img {
        width: 40%;
    }

    .nav-block {
        background-color: #fff;
        height: 8rem;
    }

    .nav-box {
    	display: none;
        width: 100%;
        background-color: #fff;
        color: #000;
    }

    .nav>li {
        width: 100%;
        background-color: #fff;
        color: #000;
    }


    .nav-buttom {
        display: block;
        width: 45px;
        height: 45px;
        background-color: #a03101;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        border-radius: 3px;
        position: absolute;
        right:15px;
        top:0;
        margin: 10px 0 0 10px;
    }

    .nav-buttom span {
        background-color: #fff;
        border-radius: 2px;
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        width: 30px;
        margin-left: 7px;
        transform: rotateY(0deg);
    	transition: transform 1.5s;
    }
    .nav-buttom.nav-on span{
    	transform: rotateY(180deg);
    	transition: transform 1.5s;
    }
    .nav-buttom span:nth-child(1) {
        top: 11px
    }    

    .nav-buttom span:nth-child(2) {
        top: 21px;
    }    

    .nav-buttom span:nth-child(3) {
        top: 31px;
    }    


    .drop-box{background-color: #dedede;}
    .drop-box>li{height: 7rem;line-height: 7rem;}
    /*banner样式*/
    .first-floor {
        margin-top: 8rem;
    }

    .num {
        right: 40%;
    }
/*footer样式*/
.contact-message>div{width: 50%;}
/*内页样式*/
.container{width: 90%;margin-top: 8rem;}
.column-3>div{width: 100%;}
.column-2>div{width: 100%;}
/*公司简介*/
.received-honor>div,.enterprise>div{width: 90%;}
/*品牌合作*/
.product-show{width: 100%;}
.coo-brand>div{width: 90%;}
}