/*main*/

.main{
    width: 1200px;
    margin: 26px auto 40px auto;
}

.main .left{
    width: 348px;
    float: left;
}

.main .left .zc{
    width: 269px;
    height: 73px;
    background: #183a6a;
    color: white;
    font-size: 25px;
    font-weight: bold;
    padding: 22px 30px 0 49px;
    margin-bottom: 9px;
}

.main .left .zc span{
    font-size: 20px;
    display: block;
    text-align: right;
}

.main .left li{
    width: 348px;
    height: 55px;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 9px;
    line-height: 55px;
}

.main .left li a{
    color: black;
    font-weight: bold;
}

.main .left .lan{
    width: 348px;
    height: 55px;
    text-align: center;
    background: #3466af;
    margin-bottom: 9px;
    line-height: 55px;
}

.main .left .lan a{
    color: white;
}


.main .right{
    width: 812px;
    margin-left: 40px;
    float: left;
}

.main .right .top{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    border-bottom: 2px #183a6a solid;
}


.main .right .top h4{
    color: #183a6a;
    display: block;
    float: left;
}

.main .right .top ul{
    float: right;
}


.main .right .top ul li{
    float: left;
    color: #183a6a;
}


.main .bottom{
    margin-top: 3px;
    border-top: 6px #183a6a solid;
}

.main .bottom .hyc{
    margin-top: 25px;
    background: #f7f7f7;
    padding: 57px 0 123px 36px;
}

.main .bottom .hyc .biaoti{
    width: 775px;
    height: 116px;
    border-bottom: 5px solid #204b89;
    margin-bottom: 70px;
}

.main .bottom .hyc .biaoti .zuo{
    width: 267px;
    font-weight: bold;
    font-size: 30px;
    color: #183a6a;
    float: left;
    padding-top: 10px;
}

.main .bottom .hyc .biaoti .you{
    width: 508px;
    height: 116px;
    float: left;
    background: #204b89;

    font-size: 30px;
    color: white;
}

.main .bottom .hyc .biaoti .you span{
    width: 450px;
    display: block;
    margin: 20px auto 5px auto;
}

.main .bottom .hyc p{
    text-indent: 0px;
    line-height: 50px;
    margin-bottom: 25px;
    color: #444444;
}

.main .bottom .hyc ul{
    margin-top: 125px;
    text-align: right;
    margin-right: 62px;
}

.main .bottom .hyc ul li{
    color: #444444;
    margin-bottom: 20px;
}
/*main*/