*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    color: black;
}
html,body{
    width: 100%;
    height: 100%;
}
#header{
    position: relative;
    background: url("/70Years/image/header.png") no-repeat;
    background-size: 100% 100%;
    width: 1200px;
    margin: 0 auto;
    height:500px;
}
.logo{
    position: absolute;
    top: 10px;
    right: 10px;
}

.container{
    position: relative;
    width: 1200px;
    margin: 10px auto;
    min-height:1500px;
    top: -10px;
}
.box{
    /*padding-top: 50px;*/
    box-shadow: 2px 3px 2px rgba(1,1,1,0.1),
    -2px -5px 2px rgba(1,1,1,0.1) ;
}
.triangle{
    display: inline-block;
    width:0;
    height:0;
    border-width:6px 6px 6px;
    border-style:solid;
    border-color:transparent transparent transparent red;/*Í¸Ã÷ Í¸Ã÷ Í¸Ã÷ »Ò*/
}
.wrap{
    background: url("/70Years/image/bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 0 10px;
    text-align: center;
}
.wrap-top{
    padding-top: 50px;
}
.content{
    background: url("/70Years/image/list-bg.png") no-repeat;
    background-size: 100% 100%;
    display:inline-block;
    position: relative;
    width: 450px;
    height: 290px;
    margin-bottom: 50px;
    padding-left: 20px;
    line-height: 30px;
    box-sizing: border-box;
    /*overflow: hidden;*/
}
.content-img{
    position: absolute;
    top:0;
    left:0;
    width: 450px;
    height: 290px;
}
.red-flag{
    position: absolute;
    width: 200px;
    height: 200px;
    right: 0;
    top: 280px;
}
.content-img-change2{
    width:450px;
}
.content-left{
    margin-right: 100px;
}
.content-right{
    margin-left: 100px;
}
.title{
    height: 50px;
    top:0;
    position: absolute;
    text-align: left;
    padding-left: 70px;
    line-height: 50px;
    font-size: 20px;
    width: 200px;
}
.list{
    height: 200px;
    box-sizing: border-box;
    padding: 20px 15px;
    text-align: left;
    overflow: hidden;
    position: absolute;
    top: 60px;
}
.list li{
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.banner{
    background-size: 100% 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
 }
.banner img{
    position: absolute;
    width: 100%;
}

.banner img:first-child{
    position: absolute;
    top: -100px;
    height: 250px;
}
.banner img:nth-child(2){
    top:30px;
}
.bottom-wrap{
    padding-top: 50px;
}
.carousel{
    position: relative;
    background: url("/70Years/image/bg_img.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 20px;
    height: 230px;
    margin-top: 20px;
    border-left:1px solid #aaa;
    border-right:1px solid #aaa;
    overflow: hidden;
}
.carousel-title{
    position: absolute;
    bottom: 740px;
    left:0;
    font-size: 26px;
    z-index: 1000;
}
#pigs-wrap{
    height: 200px;
    width: 2600px;
    left: 0;
    position: relative;
    transition: all 20s linear;
}
#pigs-wrap img{
    /*float: left;*/
    height: 200px;
    width: 240px;

}

#footer-img1{
    background: url("/70Years/image/bg_4.png") no-repeat;
    background-size: 100% 100%;
    z-index: 5000;
    width: 100%;
    height: 450px;
    box-sizing: border-box;
    margin: -570px 0 0 0 ;
}
#footer-img2{
    background: url("/70Years/image/bg_3.png") no-repeat;
    background-size: 100% 100%;
    height: 400px;
    z-index: 1;
    margin-top:180px;
    /*opacity: 0.5;*/
    /*margin: -350px 0 0 0 ;*/
}

#footer{
    height: 50px;
    text-align: center;
    background-color: #ddd;
    line-height: 50px;
    position: relative;
    bottom: -80px;
}

/*}*/