@import "reset.css";
@import "common.css";

body{
    width: 100%;
    min-width: 1500px;
}
/* 头部 */
.header .container{
    width: auto;
    height: 130px;
}
.header .container .shangbu{
    background-color:  rgb(80, 134, 46);
    width: auto;
    height: 40px;
}

.header .container .shangbu .huanying a span.guanwang{
    color: aliceblue;
    display:block;
    margin-top: 10px;
    margin-left:70px;
}
.header .container .shangbu .dianhua a span.rexian{
    color: aliceblue;
    display:block;
    margin-top: 10px;
    margin-right:70px;
}

.header .container .xiabu {
    width:auto;
    height:90px;
    background-color: #00000000;
    box-sizing: border-box;
}
.header .container .xiabu span{
    display: block;
}

.header .container .xiabu .gongsibiao img{
    width:50px;
    height:50px;
    margin-left: 50px;
    margin-top: 20px;
}

.header .container .xiabu .mingzi{
    margin-left: 100px;
    margin-top:-40px;
}

.header .container .xiabu .mingziying{
    margin-left: 100px;
    margin-top:1px;
    font-size:3px;
}

.header .container .menu{
    width: 270px;
    height: 20px;
}
.header .container .menu a{
    float:left;
}

.header .container .menu span{
    font-size: larger;
    display: block;
}

.header .container .menu .menu-firstpage{
    width: 80px;
    height: 20px;
    float:left;
    margin-left: -800px;
    margin-top:-50px;
}

.header .container .menu .menu-us{
    width: 80px;
    height: 20px;
    float:left;
    margin-left: -690px;
    margin-top:-50px;
}
.header .container .menu .menu-center{
    width: 80px;
    height: 20px;
    float:left;
    margin-left: -580px;
    margin-top:-50px;
    
}
.header .container .menu .menu-case{
    width: 80px;
    height: 20px;
    float:left;
    margin-left: -470px;
    margin-top:-50px;
}
.header .container .menu .menu-purchase{
    width: 80px;
    height: 20px;
    float:left;
    margin-left: -360px;
    margin-top:-50px;
}
.header .container .menu .menu-contact{
    width: 80px;
    height:20px;
    float:left;
    margin-left: -250px;
    margin-top:-50px;
}
.header .container .menu a img{
    width:85px;
    height:45px;
    margin-top:-50px;
}
.header .container .menu a:hover span{
    color:#00000031;
}
/* 头部结束 */
/* 轮播图片 */
.firm{
    width:1020px;
    height: 355px;
    margin: auto;
    padding-top: 75px;
    box-sizing: border-box;
}

.firm .name{
    width:980px;
    height: 148px;
    margin: auto;
}
.firm .name h1{
    font-size: 65px;
    font-weight:bolder;
    color: #f7f5f5e3;
    text-align: center;
}

.firm .name h2{
    margin-top: 20px;
    font-size: 30px;
    font-weight:bolder;
    color: #f7f5f5e3;
    text-align: center;
}
.firm .buy{
    box-sizing: border-box;
    width: 150px;
    height: 55px;
    background-color:  rgb(80, 134, 46);
    margin-top: 13px;
    margin-left: 435px;
    text-align: center;
    padding: 13px;
    border-color: black;
}
.firm .buy{
    border-radius:13px;
}
.firm .buy:hover{
    transform: translate(0,16px);
}
/* 轮播图片结束 */
/* 简介 */
.intro{
    width: 1100px;
    height: 180px;
    margin-left: 170px;
    margin-top: 42px;
}
.intro h1,.cul h1{
    font-size:20px;
    font-weight: bolder;
    padding-bottom: 3px;
}
 h2{
    font-size:12px;
    padding-bottom: 40px;
}
.intro p{
    padding-bottom: 40px;
    color: rgb(90, 90, 90);
}
/* 简介结束 */
/* 文化 */
.cul{
    width: 1100px;
    height: 380px;
    margin-left: 170px;
    padding-top: 120px;
    margin-bottom: 50px;
}
.cul .container{
    width:1000px;
    height: 280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2px;
    margin-left:10px;
 }
 .cul .container .box{
    position: relative;
    width: 270px;
    height: 150px;
    border:2px solid rgb(9, 9, 9);
    margin-right:-5px;
 }
 .cul .container .box .content{
    width:320px;
    height: 150px;
    padding: 15px;
    box-sizing: border-box;
    margin-left: -19px;
 }
 .cul .container .box h3{
    color: black;
    font-size: 18px;
    font-weight: bolder;
    padding-bottom: 22px;
 }
 
 .cul .container .box p{
    color: rgb(90, 90, 90);
    font-size: 14px;
    line-height: 20px;
 }
 .cul .container .box .imgbx{
    top:0;
    left:0;
    width: 100%;
    height: 100%;
 }
 .cul .container .box .imgbx img{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }
/* 文化结束 */
/* 底部 */
.bo{
    width: auto;
    height: 215px;
    background-color: rgba(0, 0, 0, 0.815);
    box-sizing: border-box;
    padding-top: 70px;
}
.bo .tit{
    width: 700px;
    height: 40px;
    margin-left: 190px;
}
.bo .tit a{
    color: white;
    padding-right: 12px;
}
.bo .add{
    width: 500px;
    height: 40px;
    margin-left: 170px;
    margin-top: 10px;
}
.bo .add p{
    color:rgb(164, 165, 162);
    padding-bottom: 19px;
    font-size: 15px;
}
.bo .co{
    width: 110px;
    height: 110px;
    margin-top: -90px;
    margin-left: 1200px;
}
.bo .co img{
    height: 100%;
}
.bo .t{
    width: 80px;
    height: 80px;
    margin-top: -90px;
    margin-left: 1080px;
}

.bo .t p{
    color:white;
    padding-bottom: 19px;
}
/* 底部结束 */