

.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.typename h2 {
    text-transform: Uppercase;
    font-size: 36px;
    font-weight: 400;
    color: #434343;
    font-family: Arial;
}
.i-wang .i-wang-left {
    width: 250px;
    float: left;
    height: 460px;
    background: #fff;
    padding: 25px 28px;
    margin-top: 50px;
}
.i-wang .i-wang-left .hrs {
    margin-bottom: 20px;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.hrs {
    position: relative;
    width: 60px;
    height: 2px;
    background: 0 0;
    border: none;
    zoom: 1;
    display: inline-block;
    vertical-align: middle;
}
.hrs:before {
    width: 60%;
    right: 0;
    background: #c22820;
}
.hrs:after {
    width: 30%;
    left: 0;
    background: #133682;
    z-index: 2;
}

.i-wang .i-wang-left p {
    line-height: 2;
    font-size: 12px;
    margin-bottom: 44px;
}
.typename {
    text-align: center;
    margin-bottom: 20px;
}

.i-wang .i-wang-right {
    width: 840px;
    margin-left: 350px;
    margin-top: -20px;
}

.hrs {
    position: relative;
    width: 60px;
    height: 2px;
    background: 0 0;
    border: none;
    zoom: 1;
    display: inline-block;
    vertical-align: middle;
}
.i-wang .i-wang-right {
    width: 840px;
    margin-left: 350px;
    margin-top: -20px;
}

