.index_box {
    background-color: #ffffff;
}

.container {
    width: 1280px;
    margin: auto;
}

.header {
    height: 453px;
    box-sizing: border-box;
    padding-top: 40px;
    background: url(header_bj.png) no-repeat center top;
}

.header .l a {
    width: 332px;
    height: 73px;
    display: block;
    background: url(logo.png) no-repeat center;
}

.header .r a:first-child {
    font-size: 18px;
    color: #124c3d;
    display: block;
    float: left;
    box-sizing: border-box;
    padding-left: 24px;
    line-height: 37px;
    margin-right: 30px;
    background: url(wza.png) no-repeat left center;
}

.header .r a:last-child {
    display: block;
    width: 130px;
    height: 37px;
    padding-left: 28px;
    font-size: 16px;
    text-align: center;
    line-height: 37px;
    box-sizing: border-box;
    color: #ffffff;
    background: url(fh.png) no-repeat center;
    float: right;
}

.header .r a:hover {
    font-weight: bold;
}

.daoyu {
    height: 235px;
    margin-top: -35px;
    background: url(daoyu.png) no-repeat center;
    box-sizing: border-box;
    padding-top: 66px;
}

.daoyu a:nth-child(1) {
    width: 100%;
    float: left;
    font-size: 28px;
    color: #ffffff;
    display: block;
    text-align: center;
    font-family: "宋体";
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.daoyu a:nth-child(2) {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    opacity: .6;
    line-height: 32px;
    text-indent: 2em;
    display: block;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.one_box {
    margin-top: 6px;
}

.one_box .hd {
    height: 64px;
    background: url(one_hd.png) no-repeat center;
}

.one_box .hd a {
    display: block;
    width: 335px;
    height: 100%;
}

.one_box .bd {
    margin-top: 30px;
}

.one_box .bd .l {
    width: 810px;
    height: 479px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 29px;
    background: url(one_l.png) no-repeat center;
    background-size: 100%;
}

.one_box .bd .l a {
    width: 780px;
    height: 450px;
    display: block;
    overflow: hidden;
}

.one_box .bd .l a img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
}

.one_box .bd .l a:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    opacity: .9;
}

.one_box .bd .r {
    width: 430px;
    height: 479px;
}

.one_box .bd .r a:nth-child(1) {
    font-size: 22px;
    font-weight: bold;
    line-height: 35px;
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 40px;
}

.one_box .bd .r span:nth-child(2) {
    display: block;
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}

.one_box .bd .r img {
    width: 100%;
    height: 248px;
    float: left;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px #959595;
}

.two_box {
    height: 107px;
    margin-top: 50px;
}

.two_box a {
    width: 100%;
    display: block;
    height: 100%;
}

.two_box a img {
    width: 100%;
    height: 100%;
}

.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    transition: transform .5s;
}

.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
    transform: translateY(-10px);
    transition: transform .5s;
    box-shadow: 0 10px 10px -10px rgba(10, 134, 106, 1);
}

.three_box {
    margin-top: 30px;
    margin-bottom: 50px;
}

.three_box>.l,
.three_box>.r {
    width: 620px;
    max-height: 550px;
}

.three_box .hd {
    height: 64px;
}

.three_box .gzdt_box .hd {
    background: url(gzdt_hd.png) no-repeat left center;
}

.three_box .bdbg_box .hd {
    background: url(bdbg_hd.png) no-repeat left center;
}

.three_box .hd a:nth-child(1) {
    width: 355px;
    float: left;
    display: block;
    height: 100%;
}

.three_box .hd a:nth-child(2) {
    width: 65px;
    float: right;
    display: block;
    height: 30px;
    margin-top: 30px;
}

.three_box .bd {
    margin-top: 10px;
}

.three_box .bd ul li {
    height: 99px;
    width: 100%;
    float: left;
    background-color: #f0faf2;
    margin-top: 20px;
}

.three_box .bd ul li .l {
    width: 100px;
    height: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    background: url(three_box_fg.png) no-repeat right center;
}

.three_box .bd ul li .l i {
    width: 100%;
    font-size: 32px;
    color: #333333;
    display: block;
    line-height: 32px;
    text-align: center;
}

.three_box .bd ul li .l em {
    width: 100%;
    font-size: 16px;
    color: #999999;
    display: block;
    line-height: 32px;
    text-align: center;
}

.three_box .bd ul li .r {
    width: 520px;
    box-sizing: border-box;
    padding-right: 25px;
    padding-left: 20px;
}

.three_box .bd ul li .r a {
    width: 100%;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 32px;
    margin-top: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.three_box .bd ul li:hover {
    background-color: #124c3d;
}

.three_box .bd ul li:hover i,
.three_box .bd ul li:hover em,
.three_box .bd ul li:hover a {
    color: #ffffff;
}