#contain{
    width: 1024px;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 0 10px #888;
}
section{
    width: 1024px;
    height: auto;
    background-color: #fff;
    float: left;
    position: relative;
}
#s1{
    width: 198px;
    height: 598px;
    float: left;
    background-color: #fff;
}
#s11{
    height: 25px;
    background-color: #fff;
}
#s12{
    height: 573px;
    background-color: #fff;
    position: relative;
}
#s12 h2{
    font-size: 20px;
    color: #000;
    display: inline-block;
    width: 110px;
    height: 29px;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
    background:linear-gradient(to right,#c00109,#d1121a,#e2232b) no-repeat bottom / 110px 4px;
    position: absolute;
    right: 35px;
    top:50px;
}
#u1{
    width: 100px;
    position: absolute;
    top:78px;
    right: 35px;
}
.l2{
    margin-top: 8px;
    display: inline-block;
    width: 100px;
    text-align: right;
    position: relative;
    background:linear-gradient(to right,#9e9e9e,#8e8e8e,#8d8d8d) no-repeat bottom / 100px 1px;
}
.l2:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #9e9e9e;
    border-radius: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.l2 a{
    color: #232425;
    font-size: 14px;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
.l2 a:hover{
    text-decoration: none;
    color: #c00109;
}
#p1{
    position: absolute;
    right: 117px;
    top: 1px;
}
#p1 a{
    font-family:  Microsoft YaHei, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #555;
}
#p1 a:hover{
    text-decoration: none;
}
#s2 {
    width: 826px;
    height: auto;
    min-height: 598px;
    background-color: #fff;
    float: right;
}
#s21{
    width: 824px;
    min-height: 523px;
    height: auto;
    float: left;
    margin: 50px 0 25px 0;
    background-color: #fff;
    border-left: 2px solid #a9a9a9;
    position: relative;
}
#s211{
    width: 686px;
    min-height: 488px;
    height: auto;
    float: left;
    margin-left: 35px;
    margin-top: 25px;
    position: relative;
}
.i1{
    width: 660px;
    height: 160px;
    margin-bottom: 25px;
    position: relative;
}
.i1 a img{
    width: 240px;
    height: 160px;
    box-shadow: 2px 2px 5px #ccc,0 0 2px #c5c4c4;
    transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	-ms-transform: 0.1s;
}
.i1 a img:hover{
    transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}

.i1 h2{
    position: absolute;
    left: 268px;
    top: 25px;
}
.i1 h2 a{
    font-size: 20px;
    color: #262525;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
.i1 h2 a:hover{
    color: #c00109;
}
.p1{
    width: 330px;
    height: auto;
    font-size: 14px;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
    position: absolute;
    left: 268px;
    top:63px;
}
.p2{
    position: absolute;
    right: 12px;
    top: -5px;
}
.p2 a{
    color: #c00109;
    font-size: 12px;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
.p2 a:hover{
    text-decoration: none;
}
.p2:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid #c00109;
    border-left: 10px solid transparent;
    position: absolute;
    right: -12px;
    top: 5px;
}
