.subnav_box {
    width: 100%;
    position: relative;
    height: 280px;
    overflow: hidden;
    /* background-image: url("../images/cpzx1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}
.subnav_box img{position: relative;width:1920px;top:50%;left:50%;margin-left:-960px;margin-top: -140px;}
@media (max-width: 840px){
    .wrapper-box{
        margin-top: 50px;
    }
    .subnav_box{
        display: none;
    }
}
/*----------------------联系我们页面start-------------*/

/* .subnav_connect_box{
    background-image: url("../images/lxwm1.png");
} */
.wrapper-box{
    background: #ffffff;
}
.wrapper-con{
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}
.wrapper-title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.connect-detail{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.m-connect-detail{
    display: none;
}

.connect-con {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #F5F5F5;
}

.connect-con-erweima {
    float: left;
    width: 330px;
    padding: 40px 0 0 18px;
}

.connect-con-erweima > h3 {
    font-size: 20px;
    color: #197CDE;
}

.connect-con-erweima > p {
    margin-top: 6px;
    font-size: 16px;
    color: #333333;
}

.connect-con-erweima > img {
    display: block;
    margin: 30px auto 12px;
    width: 166px;
    height: 166px;
}

.connect-con-erweima > div {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #167ade;
}

.connect-con-map {
    float: left;
    width: 660px;
    height: 100%;
}

.connect-li {
    width: 220px;
    height: 238px;
    padding-top: 46px;
    text-align: center;
    border: 1px solid #E6E6E6;
}

.connect-li:last-child {
    margin-right: 0;
}

.connect-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 20px;
    border: 3px solid #167ADE;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
}

.connect-icon > .iconfont {
    font-size: 30px;
    color: #167ADE;
}

.connect-ways {
    margin-bottom: 15px;
    font-size: 16px;
    color: #666;
}

.connect-num {
    font-size: 18px;
    color: #333;
}
@media (max-width: 840px){
    .wrapper-con{
        padding-top: 20px;
        padding-bottom: 0;
    }
    .wrapper-title{
        font-size: 16px;
    }
    .connect-detail{
        display: none;
    }
    .m-connect-detail{
        display: block;
        padding: 0 20px 20px;
    }
    .m-connect-item{
        display: flex;
        align-items: center;
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
    }
    .m-connect-icon{
        width: 32px;
        height: 32px;
        margin-right: 16px;
        text-align: center;
        line-height: 30px;
        background: #4484FD;
        border-radius: 2px;
    }
    .m-connect-icon i{
        color: #ffffff;
        font-size: 18px;
    }
    .m-connect-text{
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .m-connect-text>span:nth-child(1){
        color: #666666;
        font-size: 14px;
    }
    .m-connect-text>span:nth-child(2){
        color: #333;
        font-size: 16px;
    }
    /*.m-connect-item>div:nth-child(1){
        color: #666666;
        font-size: 14px;
    }
    .m-connect-item>div:nth-child(2){
        color: #333;
        font-size: 16px;
    }*/
    .connect-con{
        height: auto;
    }
    .connect-con-erweima {
        width: 100%;
        padding: 12px 0 0;
        text-align: center;
    }
    .connect-con-map{
        width: 100%;
        height: 250px;
        margin-top: 0px;
    }
    .connect-con-erweima > h3 {
        font-size: 14px;
        color: #666666;
    }
    .m-hide{
        display: none;
    }
}

/*----------------------联系我们页面end-------------*/

/*---------------新闻动态页面----------------*/
/* .subnav_news_box {
    background-image: url("../images/xwzx1.png");
} */
.m-news-img{
    display: none;
}
.dongtai_box {
    width: 100%;
    height: auto;
}

.dongtai_box ul li {
    width: 100%;
    height: 207px;
    padding: 20px 30px;
    background: #fff;
}

.dongtai_box ul li:hover {
    background: #167ADE;
}

.dongtai_box ul li:hover .dongtai_box_time, .dongtai_box ul li:hover .dongtai_box_bt {
    color: #FFFFFF;
}

.dongtai_box ul li:hover .dongtai_box_text {
    color: #A7C4EF;
}

.dongtai_box_a {
    display: block;
    width: 100%;
    height: 100%;
}

.dongtai_box_img {
    width: 286px;
    height: 170px;
    position: relative;
    overflow: hidden;
    float: left;
}

.dongtai_box_img1 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.dongtai_box ul li:hover .dongtai_box_img1 {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
}

.dongtai_box_con {
    position: relative;
    float: left;
    width: 596px;
    height: 100%;
    margin-left: 25px;
}

.dongtai_box_bt {
    width: 475px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.dongtai_box_text {
    font-size: 15px;
    color: #999;
    line-height: 2.0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dongtai_box_xq {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.dongtai_box_xq .iconfont {
    color: #FFFFFF;
    font-size: 20px;
}

.dongtai_box_time {
    position: absolute;
    bottom: 132px;
    right: 0;
    font-size: 18px;
    color: #333333;
}

.dongtai_box .page_box {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.dongtai_box .page_box > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #eee;
    overflow: hidden;
    position: relative;
    margin: 0 3px;
}

.dongtai_box .page_box > a:hover {
    background: #1FB7B8;
    color: #fff;
}

.dongtai_box .page_box a.active {
    background: #1FB7B8;
    color: #fff;
}
.news-title{
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 840px){
    .m-news-img{
        display: block;
        margin-top: 50px;
    }
    .m-news-img img{
        width: 100%;
    }
    .wrapper-box-news{
        margin-top: 0;
    }
    .m-news-img{
        display: block;
    }
    .m-news-img>img{
        width: 100%;
    }
    .dongtai_box{
        margin-top: -20px;
        background: #efefef;
    }
    .dongtai_box ul li{
        height: auto;
        padding: 12px 12px 26px;
        margin-bottom: 12px;
        background: #fff;
        overflow: hidden;
    }
    .dongtai_box_img{
        display: none;
    }
    .dongtai_box_con {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        margin-left: 0px;
    }
    .dongtai_box_bt{
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .dongtai_box_xq{
        display: none;
    }
    .dongtai_box_text {
        font-size: 15px;
        line-height: 1.75;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .dongtai_box_time {
        position: absolute;
        bottom: -20px;
        right: 0;
        font-size: 14px;
        color: #333333;
    }
    .dongtaiid_box_text img{
        width: 100% !important;
        height: auto !important;
    }
}
/*---------------新闻动态页面end----------------*/

/*--------------------关于我们界面--------------*/
.about-title {
    width: 100%;
    margin-bottom: 32px;
    font-size: 20px;
}

.about-title > h4 {
    color: #333333;
    font-weight: normal;
}

.about-title > h5 {
    margin: 0;
    color: #999999;
    font-weight: normal;
}
/* .subnav_about_box {
    background-image: url("../images/gywm1.png");
} */

.about_box_info {
    overflow: hidden;
    margin-bottom: 40px;
}

.about_box_info > img {
    float: left;
    width: 420px;
    height: 280px;
    margin-right: 30px;
}

.about_box_info > p {
    float: right;
    width: 540px;
    font-size: 15px;
    color: #333333;
    line-height: 2.0;
}

.about_rongyu_box {
    width: 100%;
    height: 396px;
    overflow: hidden;
}
.rongyu-swiper{
    width: 100%;
    height: 100%;
}

.about_rongyu {
    width: 500%;
    /*height: 380px;*/
    overflow: hidden;
}

.about_rongyu_con, .about_rongyu_con1 {
    float: left;
    /*height: 380px;*/
    overflow: hidden;

}

.about_box_rongyu_img {
    float: left;
    width: 237px;
    margin-right: 70px;
    text-align: center;
}

.swiper-img {
    width: 100%;
    height: 325px;
}

.swiper-text {
    margin-top: 20px;
    height: 46px;
    font-size: 16px;
    color: #167ADE;
    text-align: center;
}
@media (max-width: 840px){
    .about-title{
        text-align: center;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .about_box_info > img{
        width: 100%;
        height: auto;
    }
    .about_box_info > p{
        width: 100%;
        padding: 0px 12px;
    }
    .about_rongyu_box{
        height: auto;
    }
    .swiper-img{
        width: 80%;
        height: auto;
        margin: 0 10%;
    }
    .swiper-text{
        text-align: center;
    }
}

/*--------------------关于我们界面end--------------*/

/*---------------------新闻详情页-------------*/
.dongtaiid_box_bt {
    width: 100%;
    height: 60px;
    position: relative;
    overflow: hidden;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.dongtaiid_box_line {
    width: 100%;
    height: 30px;
    position: relative;
    color: #999;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    margin: 0 auto;
    margin-bottom: 20px;
}

.dongtaiid_box_text {
    width: 100%;
    height: auto;
    position: relative;
    color: #666666;
    overflow: hidden;
    line-height: 34px;
    font-size: 16px;
    margin: 20px auto;

}
.dongtaiid_box_text>p{
    width: 100%;
    padding-right: 2px;
}
.dongtaiid_box_text img {
    margin: 0 auto;
    /* width: 100%; */
    text-align: center;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.dongtaiid_box_text_img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    text-align: center;
}

.dongtaiid_box_text_img img {
    max-width: 960px;
    max-height: 1200px;
    position: relative;
    overflow: hidden;
    margin: 10px auto;

}
.dongtaiid_box_text_img>p{
    color: #888;
    margin-top: -10px;
    font-size: 14px;
}
.news-link{
    text-decoration: underline;
    color: #167ADE;
}
@media (max-width: 840px){
    .dongtaiid_box_bt {
        padding: 0 12px;
        height: auto;
        line-height: 1.5;
        font-size: 18px;
    }
    .dongtaiid_box_line>span{
        display: none;
    }
    .dongtaiid_box_text {
        line-height: 1.75;
        font-size: 16px;
        margin: 12px auto;
        padding: 0 12px;
    }
    .dongtaiid_box_text_img img {
        width: 100%;
        max-width: 960px;
        max-height: 1200px;
        position: relative;
        overflow: hidden;
        margin: 10px auto;
    }

}