*{
    padding: 0;
    margin: 0;
}
body{
    min-width: 1280px;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.bg{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 1130px;
    display: flex;
    z-index: -1;
}
.bg .left{
    width: 37vw;
    height: 100vh;
    min-width: 300px;
    background-image: linear-gradient(225deg,#170D0F 5%,#322D31 95%);
}
.bg .right{
    width: 63vw;
    height: 100vh;
    min-width: 830px;
    background-image: url(../img/index.jpg);
    background-repeat: repeat;
}
.limit{
    width: 1130px;
    margin: auto;
    padding: 100px 0 0 0 ; 
}
.limit .navigation{
    display: flex;
    justify-content: space-between;
}
.limit .navigation img{
    width: 253px;
    height: 45px;
    margin-right: 60px;
    vertical-align: top;
}
.limit .navigation .menu{
    display: flex;
    background-color: #322D31;
    width: 720px;
    justify-content: space-between;
    height: 45px;
    line-height: 45px;
}
.limit .navigation .menu li{
    color: #FDD49F;
    text-align: center;
    width: 120px;
    height: 45px;
    line-height: 45px;
    position: relative;
}
.limit .navigation .menu li::before{
    content: "|";
    color: #FDD49F;
    font-weight: bold;
    position: absolute;
    left: 0;
}
.limit .navigation .menu li:nth-child(1)::before{
    content: "";
} 




.limit .content{
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}
.limit .content .left img{
    padding: 8px;
    background-color: #FDD49F;
    width: 242px;
    margin-bottom: 32px;
}
.limit .content .left .intro{
    width: 258px;
    padding: 20px 0;
    background-color:#393438 ;
    height: 503px;
}

.limit .content .left .intro .title{
    width: 70px;
    padding: 0 10px;
    text-align: justify;
    text-align-last: justify;
    vertical-align: top;
    background-color: #FDD49F;
    color: #A40017;
    line-height: 27px;
}
.limit .content .left .intro .text{
    color: #FDD49F;
    padding: 0 0px 0 40px;
    line-height: 50px;
    font-size: 18px;
}
.limit .content .left .intro  .contact{
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    padding: 0 15px;
}   
.limit .content .right{
    width: 673px;
    background-color: #fff;
    padding: 55px;
}
.limit .content .right .title{  
    font-size: 33px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #322D31;
    line-height: 39px;
    text-align: center;
}
.limit .content .right .from{    
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #626262;
    line-height: 29px;
    margin-top: 30px;
}
.limit .content .right .info{  
    margin-top: 45px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #322D31;
    line-height: 31px;
}
.limit .content .right .info img{
    max-width: 100%;
}