﻿.fl {
    float: left;
}

.fr {
    float: right;
}

.mar-T20 {
    margin-top: 12px;
}

.m_banner {
    width: 100%;
    height: 334px;
     background-image:url(/picture/0/2106241827322345173.png) !important;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.m_banner {
    width: 100%;
    height: 334px;
    background: url(../images/banner.png)top center no-repeat;
}

.dtsec1-box {
    padding: 50px 0 30px;
}

.dtsec1-box .xwslide {
    width: 630px;
    overflow: hidden;
    position: relative;
}

.dtsec1-box .xwslide .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.dtsec1-box .xwslide .bd li {
    zoom: 1;
    vertical-align: middle;
}

.dtsec1-box .xwslide .bd li>a {
    display: block;
    width: 100%;
    height: 420px;
    position: relative;
}

.dtsec1-box .xwslide .bd img {
    width: 630px;
    height: auto;
    display: block;
}

.dtsec1-box .xwslide .bd li .mask {
    line-height: 60px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.dtsec1-box .xwslide .prev,
.dtsec1-box .xwslide .next {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 15px;
    height: 21px;
    z-index: 99;
    cursor: pointer;
    display: block;
    background: url(/images/469/prev1.png) center center no-repeat;
}

.dtsec1-box .xwslide .next {
    left: auto;
    right: 20px;
    background: url(/images/469/next1.png) center center no-repeat;
}

.dtsec1-box .xlist {
    width: 520px;
}

.dtsec1-box .xlist li {
    margin-bottom:10px;
    height: 54px;
}

.dtsec1-box .xlist li>a {
    display: block;
    font-size: 16px;
    line-height: 27px;
    color: #333;
    padding-left: 15px;
    background: url(/images/480/dot.png) left 12px no-repeat;
}

.dtsec1-box .xlist li:hover a {
    color: #0c8842;
    padding-left: 10px;
    font-weight: 600;
}

.dtsec2-box {
    padding: 20px 0 50px;
    background: #f7f7f7;
}

.public_tit {
    margin: 15px 0;
}

.public_tit {
    height: 50px;
    text-align: center;
    color: #0c8842;
}

.public_tit span {
    display: inline-block;
    line-height: 50px;
    font-size: 25px;
    color: #0c8842;
    font-weight: bold;
}

.public_tit i {
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #0c8842;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
    top: -5px;
}

.dtsec2-box .fh ul {
    width: 1250px;
}

.dtsec2-box .fh li div{
    float: left;
    width: 288px;
    border: 1px solid #c8c8c8;
    margin-right: 13px;
    margin-top: 13px;
    text-align: center;
    background: url(../images/cloud2.png) no-repeat bottom;
    background-size: 100%;
}
.dtsec2-box .fh li div:hover{
    background-color: #4a9b43;
}
.dtsec2-box .fh li div:hover a{
    color: #fff;
}
.dtsec2-box .fh li>a {
    display: block;
    height: 75px;
    color: #333;
}

.dtsec2-box .fh li img {
    width: 44px;
    height: 44px;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 0.6s;
}

.dtsec2-box .fh li span {
    line-height: 77px;
    font-size: 15px;
}

.dtsec2-box .fh li:hover img {
    animation: hover 0.2s linear;
}

@keyframes hover {
    0%,
    100% {
        -webkit-transform: rotate(-15deg);
    }
    50% {
        -webkit-transform: rotate(15deg);
    }
}