.banner {
    width: 100%;
    height: 160px;
    /*background: url("../images/banner.png") no-repeat 0 0;*/
    background-size: cover;
    /*background-color: #009237;*/
    background-color: #0D47A1;

}

.banner .wrapper {
    width: 1200px;
    margin: 0 auto;
}

.banner p {
    position: relative;
    font-size: 40px;
    font-weight: 800;
    color: #0D47A1;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    padding-top: 58px;
    padding-left: 96px;
}

.banner p:before {
    content: '';
    width: 80px;
    height: 80px;
    /*background: #009237;*/
    background: #0D47A1;
    border-radius: 50%;
    position: absolute;
    top: 87px;
    left: 40px;
    transform: translate(-50%, -50%);
}

.news {
    margin-top: 30px;
}

.news img {
    display: block;
    float: left;
    width: 637px;
    height: 366px;
}

.news .right {
    float: right;
    padding: 0 20px;
}

.right .news-header {
    width: 480px;
    height: 42px;
    box-sizing: border-box;
    text-align: center;
}

.news-header li {
    float: left;
    width: 33%;
    line-height: 41px;
    /*padding: 0 10px;*/
    font-size: 20px;
    font-weight: 500;
    color: #666;
    border-bottom: 1px solid #999;

}

.news-header li.current {
    line-height: 40px;
    font-size: 20px;
    font-weight: 800;
    color: #333;
    border: 1px solid #999;
    border-bottom: none;
    border-top: 2px solid #0D47A1;
}

.news-header li:first-child {
    /*text-align: left;*/
    /*padding-left: 16px;*/
    /*width: 28%;*/
    text-align: center;
}
.news-header li:nth-child(2) {
    /*width: 35%;*/
}
.news-header li:last-child {
    /*width: 180px;*/
    /*float: right;*/
}
.news .list {
    margin-top: 30px;
}
.news .list li {
    position: relative;
    margin-bottom: 12px;
}
.news .list li:last-child {
    margin-bottom: 0;
}
.news li:before ,
.industry-summary .list li:before ,
.agriculture .list li::before{
    content: '';
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
.news .list .name
,.industry-summary .list .name
,.agriculture .list .name {
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding-left: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*line-height: 40px;*/
}
.news .list .time ,
.industry-summary .list li .time ,
.agriculture .list li .time {
    float: right;
    font-size: 18px;
    font-weight: 500;
    color: #999;
    line-height: 24px;

}
.news .list .time {
    padding-right: 15px;
}
.ad {
    margin-top: 38px;
}
.ad img {
    display: block;
    float: left;
    padding-right: 20px;
}
.ad img:last-child {
    padding-right: 0;
}
.left {
    width: 47%;
    float: left;
}
.content .left {
    float: left;
    margin-left: 10px;
    margin-top: 18px;
}
.industry-summary .title-header ,
.agriculture .title-header {
    height: 40px;
}
.industry-summary .title , .agriculture .title{
    position: relative;
    float: left;
    background: url("../images/industry-summary.png") no-repeat 0 5px;
    background-size: auto;
    font-size: 26px;
    font-weight: 800;
    /*color: #009237;*/
    color: #0D47A1;
    padding-left: 52px;
}
.industry-summary .subtitle , .agriculture .subtitle {
    float: left;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    padding-left: 30px;
    padding-top: 7px;
}
.industry-summary .title::after , .agriculture .title::after {
    content: '';
    width: 1px;
    height: 24px;
    background: #C0D6C8;
    position: absolute;
    top: 9px;
    right: -10px;
}
.industry-summary .more , .agriculture .more {
    float: right;
    font-size: 16px;
    font-weight: 500;
    color: #0D47A1;
    line-height: 40px;
}
.industry-summary .list , .agriculture .list{
    padding-top: 40px;
    padding-left: 30px;
    box-sizing: border-box;
}
.industry-summary .list li ,.agriculture .list li{
    float: left;
    position: relative;
    margin-bottom: 18px;
    width: 100%;
}

.agriculture .title {
    background: url("../images/agriculture.png") no-repeat 0 5px;
}
.content {
    margin-bottom: 100px;
}
.content .right {
    float: left;
    margin-top: 15px;
    margin-left: 66px;
}
.content .right .title {
    font-size: 26px;
    font-weight: 800;
    color: #0D47A1;
    background: url("../images/serve.png") no-repeat 0 5px;
    background-size: auto;
    padding-left: 46px;
}

.content .right .text {

    font-family: Microsoft YaHei;
    margin-top: 32px;
    /*width: 560px;
    height: 224px;*/
    /*line-height: 224px;*/
    text-align: center;
    /*background: url("../images/serve-img.png") no-repeat 0 0;*/
    /*background-size: 560px 224px;*/
}

.content .right .text a {
    font-size: 36px;
    font-weight: bold;
    -webkit-text-stroke: 2px #0D47A1;
    text-stroke: 2px #0D47A1;
    color: #333;
}

.complaint ,.serve-labor ,.register{
    margin-top: 35px;
    width: 560px;
    height: 115px;
    background: url("../images/serve-bg.png") no-repeat;
    background-size: cover;

}
.complaint {
    height: 150px;
}
.complaint img ,.serve-labor img ,.register img{
    display: block;
    float: left;
    padding: 32px 54px 33px 150px;
}
.complaint p ,.serve-labor p ,.register p{
    float: left;
    font-size: 30px;
    font-weight: 800;
    color: #0D47A1;
    line-height: 115px;
}

.serve-labor img {
    padding: 31px 53px 31px 150px;
}
.title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}
.content-text {
    font-size: 22px;
    line-height: 38px;
    color: #333;
    margin-top: 30px;
    text-indent: 30px
}
.contact-us {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 36px;
    /*padding-bottom: 189px;*/
}
.copyright {
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 0);*/
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}
.copyright p {
    display: inline-block;
}
.copyright .platform {
    margin-right: 20px;
    /*margin-bottom: 10px;*/
}




