.banner img {
    width: 100%;
    height: auto;
    float: left;
}

.banner .swiper-slide span {
    background-color: rgba(0, 0, 0, 0.45);
    /*ff*/
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#45000000', EndColorStr='#45000000');
    float: left;
    height: 50px;
    line-height: 50px;
    margin-top: -50px;
    width: 100%;
    text-align: center;
}

.banner .swiper-slide a {
    color: #fff;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url("../images/arr-left.png") left center no-repeat;
}

.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
    background: url("../images/arr-left-hover.png") left center no-repeat;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url("../images/arr-right.png") right center no-repeat;
}

.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
    background: url("../images/arr-right-hover.png") right center no-repeat;
}

.dongtai {
    float: left;
    width: 800px;
    height: 530px;
    overflow: hidden;
}

.dongtai .dtpiccont {
    float: left;
    width: 480px;
    height: 240px;
}

.dongtai .dtpic {
    display: none;
}

.dongtai .dtpiccont img {
    width: 480px;
    height: 320px;
}

.dongtai ul {
    float: right;
    width: 260px;
}

.dongtai ul li {
    height: auto;
    /*margin-bottom: 0px;*/
    margin-bottom: -5px;
    cursor: pointer;
}

.dongtai ul li:hover a {
    color: #043776;
}

.right {
    float: right;
    width: 380px;
}

.fengcai {
    height: 160px;
}

.fengcai .mt {
    background: #fff;
}

.fengcai .cont {
    padding: 10px 20px;
}

.zuji {
    overflow: hidden;
}

.map {
    background: #f6f6f6;
    height: 500px;
    margin: 40px;
}

.project strong {
    float: left;
    text-align: center;
    font-size: 20px;
    margin-right: 20px;
}

.project strong a {
    color: #fff;
    width: 60px;
    height: 285px;
    padding: 115px 18px 0;
    background: url("../images/leaf-white.png") #043776 center 50px no-repeat;
    display: block;
}

.project-container {
    float: left;
    width: 1100px;
    height: 285px;
}

.project-container .swiper-pagination {
    bottom: 15px
}

.project-container .swiper-pagination-bullet {
    background: #ddd;
}

.project-container .swiper-pagination-bullet-active {
    background: #043776;
}

.project-container .swiper-slide img {
    width: 260px;
    height: 146px;
}

.project-container .swiper-slide span {
    display: block;
    padding: 15px 0 10px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.project-container .swiper-slide p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xxgk {
    float: left;
    width: 630px;
    height: 210px;
    margin-right: 20px;
    overflow: hidden;
}

.xxgk li {
    float: left;
    width: 182px;
    height: 107px;
    text-align: center;
    line-height: 107px;
    font-weight: bold;
    border: 1px solid #d6ecdb;
    background: url("../images/leaf-green-2.png") #f3f9f5 right bottom no-repeat;
    margin: 20px 0 0 20px;
    border-radius: 4px;
}

.xxgk li:hover {
    border: 1px solid #119c37;
    background: url("../images/leaf-green-1.png") #119c37 right bottom no-repeat;
}

.xxgk li:hover a {
    display: block;
    color: #fff;
}

.news {
    float: left;
    width: 380px;
    height: 210px;
    overflow: hidden;
}

.news .mt {
    background: #fff;
}

.news ul {
    padding: 20px;
}

.news ul li {
    margin-bottom: 0px;
    cursor: pointer;
}

.baogao {
    float: right;
    margin-top: 20px;
    width: 152px;
    height: 210px;
}

.baogao img {
    width: 152px;
    height: 210px;
}

.video {
    overflow: hidden;
}

.video .mt ul {
    float: right;
}

.video .mt ul li {
    float: left;
    padding-left: 35px;
}

.video .mt ul li a {
    color: #333;
}

.video .mt ul li.cur a {
    color: #043776;
}

.videocont {
    padding: 20px;
    display: none;
}

.videocont .big {
    float: left;
    width: 460px;
    height: 260px;
    position: relative;
}

.videocont .big img {
    width: 460px;
    height: 260px;
}

.videocont .big .play {
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
    width: 460px;
    height: 260px;
    background: url("../images/play.png") center center no-repeat;
    display: none;
}

.videocont .big:hover .play {
    display: block;
}

.videocont ul {
    float: right;
    width: 700px;
}

.videocont ul li {
    float: left;
    margin: 0 0 20px 20px;
    width: 213px;
    height: 120px;
    position: relative;
}

.videocont ul .play {
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
    width: 213px;
    height: 120px;
    background: url("../images/play.png") center center no-repeat;
    display: none;
}

.videocont ul li img {
    width: 213px;
    height: 120px;
}

.videocont ul li:hover .play {
    display: block;
}

.hzdw {
    height: 170px;
    overflow: hidden;
}

.hzdw-container {
    width: 1032px;
}

.hzdw-container .swiper-slide {
    text-align: center;
}

.hzdw-container img {
    max-width: 190px;
}

.hzdw .cont {
    position: relative;
    width: 100%
}

.hzdw .cont .hzdw-next {
    position: absolute;
    left: 20px;
    top: 20px;
    right: auto;
    height: 56px;
    width: 13px;
    float: left;
    margin-top: 0;
    background: url("../images/arr-left-grey.png") left center no-repeat;
}

.hzdw .cont .hzdw-prev {
    position: absolute;
    left: auto;
    top: 20px;
    right: 20px;
    height: 56px;
    width: 13px;
    float: left;
    margin-top: 0;
    background: url("../images/arr-right-grey.png") left center no-repeat;
}

.jhs li a{
    white-space: normal;
}
.jhs li span{
    display: block;
    float: left;
    margin-top: -5px;
}
.dtpic a span{
    font-size: 22px;
    padding-top: 20px;
    display: block;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dtpic a p {
    font-size: 14px;
    padding-top: 5px;
    display: block;
    line-height: 26px;
}
.zt li{
    width: 340px;
    height: 70px;
    list-style: none!important;
    margin: 18px auto;
}
.zthd
{
    height: 350px;
}