.banner{
    position: absolute;
    top:0px;
    width: 100%;
    height: 370px;
    border-bottom: 8px solid #f1f1f1;
    z-index: 0;
}
.bodyer{
    width: 1158px;
    height: 513px;
    margin: auto;
    margin-top: 300px;
    position: relative;
    z-index: 1;
}
.advantage{
    height: 200px;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 0px 30px #eeeeee;
}
.advantage .advantage_l{
    height: 200px;
    float: left;
}
.advantage .advantage_l li{
    float: left;
}
.contact{
    width: 466px;
    height: 206px;
    background: #009d5b;
    float: right;
    margin-top: 17px;
    margin-right: 15px;
    border-radius: 3px;
}
.contact .map{
    float: left;
    width: 136px;
    height: 136px;
    border-radius: 78px;
    box-shadow: 0px 0px 4px #333333;
    margin-top: 32px;
    margin-left: 37px;
}
.contact .contact_word{
    float: right;
    width: 247px;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 40px;
}
.contact .contact_word p:first-child{
    font-weight: bold;
}
.block{
    width: 311px;
    height: 319px;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 0px 10px #eeeeee;
    float: left;
    margin-top: 17px;
    padding-top: 28px;
    box-sizing: border-box;
}
.news{
    margin-left: 22px;
}
.title{
    height: 36px;
    position: relative;
}
.title .en{
    position: absolute;
    left: 18px;
    top: -15px;
    font-size: 48px;
    color: #f6f6f6;
    font-weight: bold;
}
.title .cn{
    position: absolute;
    left: 30px;
    top: 6px;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.title .line{
    width: 34px;
    height: 3px;
    background: #015198;
    position: absolute;
    left: 146px;
    top: 18px;
}
.block .content{
    text-align: center;
    padding-top: 18px;
    line-height: 24px;
    font-size: 12px;
}
.block .content .word{
    padding: 16px 20px;
    text-align: left;
    color: #424242;
}
.news ul {
    font-size: 14px;
    padding: 12px 17px 0px 27px;
}
.news ul li{
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 9px;
}
.news ul li a{
    color: #424242;
}
.news ul li a span{
    color: #015198;
}
.link{
    float: left;
    width: 514px;
    height: 268px;
    padding-top: 22px;
    background: linear-gradient(to right, #f3f4f7,#fbfbfb 10%);
}
.link .title .cn{
    left: 44px;
}
.link .title .en{
    left: 60px;
}
.link .title .line{
    width: 34px;
    height: 3px;
    background: #015198;
    position: absolute;
    left: 144px;
    top: 18px;
}
.link ul{
    height: 160px;
    padding-left: 50px ;
    padding-right: 15px ;
}
.link ul li{
    float: left;
    margin-left: 40px;
}
.link ul li.first{
    margin-left: 0px;
}
