.banner {
    width: 100%;
    height: 481px;
    background: url(/web_images/banner.jpg) no-repeat center;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.content{
    width: 100%;
    min-height: 600px;
}
.products{
    margin-top: 58px;
    overflow: hidden;
}
.products .aside{
    float: left;
    width: 200px;
}
.products .aside .title{
    width: 100%;
    height: 70px;
    background-color: #014090;
    overflow: hidden;
}
.products .aside .title h2{
    font-size: 20px;
    color: #fff;
    margin: 14px 0 0 25px;
}
.products .aside .title .eng{
    color: #fff;
    font-family: "Arial Regular";
    font-size: 14px;
    margin-left: 25px;
}
.products .aside ul{
    /*padding: 7px 0 11px 0;*/
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}
.products .aside li{
    padding-left: 24px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #dddcdc;
    background: url(/web_images/arrow.jpg) no-repeat 188px;
}
.products .aside li a{
    display: block;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}
.products .aside li.on{
    background: url(/web_images/arrowon.jpg) no-repeat 188px;
}
.products .aside li.on a{
    color: #014090;
}
.products .aside .more{
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #014090;
}
.products .aside .more a{
    padding-left: 23px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: url(/web_images/more.jpg) no-repeat 173px;
}
.products .right{
    width: 938px;
}
.products .right .cp .title{
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #014090;
}
.products .right .cp .title h2{
    color: #fff;
    font-size: 30px;
}

.products .right .cp ul{
    overflow: hidden;
    font-size: 0;
    margin-top: 30px;
}
.products .right .cp li{
    width: 275px;
    float: left;
    position: relative;
    margin: 0 56px 14px 0;
}
.products .right .cp li.last{
    margin-right: 0;
}
.products .right .cp li .pic{
    width: 271px;
    height: 150px;
    font-size: 0;
    border: 2px solid #e2e2e2;
}
.products .right .cp li .pic img{
    width: 271px;
    height: 150px;
    vertical-align: top;
}

.products .right .cp li h3{
    text-align: center;
    width: 100%;
    color: #787878;
    font-size: 16px;
    line-height: 40px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.products .right table{
    text-align: center;
}
    .products .right table td {
        height: 30px;
        line-height: 30px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        color: #000;
        font-size: 18px;
    }

.products .right table .thead td{
    height: 62px;
    line-height: 62px;
    border-bottom: 4px solid #fff;
}
.products .right table .last{
    border-right: 0 none;
}
.products .right table .thead td{
    color: #d9e1f2;
    font-size: 22px;
    font-weight: bold;
    background-color: #4472c4;
}
.products .right table .blue td{
    background-color: #b4c6e7;
}
.products .right table .qianblue td{
    background-color: #d9e1f2;
}
.toptitle{
    text-align: center;
    width: 100%;
    height: 76px;
    line-height: 76px;
    background: url(/web_images/titlebg.jpg) repeat-x bottom;
    overflow: hidden;
}
.toptitle h2{
    font-size: 30px;
    float: left;
    color: #014090;
}

.toptitle a{
    float: right;
    color: #014090;
    font-size: 14px;
    margin-top: 10px;
}
.jishu {
    margin-top:29px;
}
.jishu ul{
    margin-top: 10px;
}
.jishu li{
    height: 52px;
    line-height: 52px;
    padding-left: 10px;
    background: url(/web_images/dotted.jpg) no-repeat left;
    border-bottom: 1px dashed #dcdcdc;
}
.jishu li a{
    width: 100%;
    display: block;
    color: #272727;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.staff {
    margin-top: 29px;
    text-align: center;
}
.staff ul{
    overflow: hidden;
    margin-top: 20px;
}
.staff li{
    width: 584px;
    float: left;
    margin-top: 10px;
}
.staff li.last{
    float: right;
}
.staff li h3{
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    color: #000;
    font-weight: normal;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.staff li img{
    width: 584px;
    height: 388px;
    vertical-align: top;
}
.page{
    font-size: 0;
    margin-top: 24px;
}
.page a{
    display: inline-block;
    width: 113px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    background-color: #014090;
    border-radius: 36px;
    margin: 0 25px;
}
.message{
    margin-top: 29px;
}
.message .write{
    width: 100%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    margin-bottom: 15px;
}
.message .text{
    height: 162px;
}
.message .text h3{
    height: 162px;
    line-height: 162px;
}
.message h3{
    color: #272727;
    font-size: 16px;
    font-weight: normal;
    float: left;
}
.message .write input{
    width: 408px;
    height: 26px;
    border: 1px solid #014090;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    float: left;
    margin-left: 12px;
}
.message textarea{
    margin-left: 12px;
    width: 605px;
    height: 160px;
    color: #252525;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #014090;
    font-family: "Microsoft YaHei";
    resize: none;
}

.message .btn{
    margin-left: 92px;
}
.message .btn a{
    text-align: center;
    display: inline-block;
    width: 152px;
    height: 35px;
    line-height: 35px;
    background-color: #b5b5b5;
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
}
.message .btn a.sure{
    background-color: #014090;
}

.haveside{
    margin-top: 29px;
    overflow: hidden;
}
.haveside .aside{
    width: 200px;
    float: left;
}
.haveside .aside .title{
    width: 100%;
    height: 72px;
    background-color: #014090;
    overflow: hidden;
}
.haveside .aside .title h2{
    color: #fff;
    font-size: 30px;
    margin-left: 24px;
    margin-top: 4px;
}
.haveside .aside .title .eng{
    color: #cbd2e1;
    font-size: 20px;
    margin-left: 24px;
    font-family: "Arial Regular";
    font-weight: bold;
}
.haveside .aside ul{
    border: 1px solid #999999;
    border-top: 0 none;
}
.haveside .aside li{
    height: 34px;
    line-height: 34px;
    padding-left: 23px;
    background: url(/web_images/libg.jpg) no-repeat 156px;
    border-bottom: 1px solid #dcdcdc;
}
.haveside .aside li.on{
    background: url(/web_images/lion.jpg) no-repeat 156px;
}
.haveside .aside li.on a{
    color: #014090;
}
.haveside .aside li a{
    color: #272727;
    font-size: 16px;
}
.haveside .aside li.last{
    border-bottom: 0;
}

.conright{
    width: 854px;
    float: right;
    min-height: 500px;
}
.conright .toptitle{
    height: 61px;
    line-height: 61px;
}
.conright .toptitle h2{
    font-size: 20px;
}
.conright .toptitle a{
    margin-top: 5px;
}
.jianjie{
    font-size: 16px;
    color: #272727;
    line-height: 30px;
}
.jianjie h2{
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #010101;
    line-height: 28px;
    margin: 57px 0 48px 0;
}
.ryzz{
}
.ryzz ul{
    margin-top: -8px;
    overflow: hidden;
}
.ryzz li{
    width: 208px;
    height: 296px;
    border: 6px solid #ed8129;
    float: left;
    margin-top: 38px;
    margin-right: 97px;
}
.ryzz li.last{
    margin-right: 0;
}
.ryzz li img{
    width: 208px;
    height: 296px;
    vertical-align: top;
}