
.subnav_box {
    width: 100%;
    height: 280px;
    margin-top: 87px;
    background-image: url("../images/s-product.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-title {
    text-align: center;
}

.content-title-text {
    font-size: 24px;
}

.content-title-line {
    position: relative;
    margin: 12px auto;
    width: 200px;
    height: 1px;
    background: #cecece;
}

.content-title-line > span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 3px;
    background: #167ade;
}

@media (max-width: 840px) {
    .content-title-desc {
        font-size: 14px;
    }
}

/*----------------------联系我们页面start-------------*/

.subnav_connect_box {
    background-image: url("../images/lianxi_min.jpg");
}

.wrapper-box {
    background: #ffffff;
}

.wrapper-con {
    max-width: 1200px;
    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 {
    position: relative;
    width: 100%;
    height: 450px;
    margin-top: 40px;
}

.connect-box {
    position: absolute;
    right: 30px;
    top: 100px;
    width: 383px;
    padding: 20px;
    background: rgba(255,255,255,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
    border-top: 4px solid #167ade;
    text-align: right;
}

.connect-box-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.connect-li {
    font-size: 16px;
    margin-bottom: 10px;
}

.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-box {
        margin-top: 50px;
    }
    .m-wrapper-box{
        margin-top: 0px;
    }
    .subnav_connect_box {
        display: none;
    }

    .wrapper-con {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 0;
    }

    .connect-box {
        right: 0;
        top: 260px;
        width: 100%;
        padding: 20px;
        border-top: 4px solid #167ade;
        text-align: left;
    }

    .wrapper-title {
        font-size: 1.6rem;
    }

    .connect-detail {
        display: none;
    }

    .m-connect-detail {
        display: block;
    }

    .m-connect-item {
        text-align: center;
        margin-bottom: 10px;
    }

    .m-connect-item > div:nth-child(1) {
        color: #666666;
        font-size: 1.4rem;
    }

    .m-connect-item > div:nth-child(2) {
        color: #333;
        font-size: 1.6rem;
    }

    .connect-con {
        height: auto;
    }

    .connect-con-erweima {
        width: 100%;
        padding: 12px 0 0;
        text-align: center;
    }

    .connect-con-map {
        width: 100%;
        height: 53rem;
        margin-top: 20px;
    }

    .connect-con-erweima > h3 {
        font-size: 1.4rem;
        color: #666666;
    }
}

/*----------------------联系我们页面end-------------*/

/*---------------新闻动态页面----------------*/

.news-box {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    background: #F5F5F5;
}

.news-con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.product-con {
    width: 100%;
    overflow: hidden;
}

.wrapper-left {
    float: left;
    width: 240px;
    border: 1px solid #ffffff;
}

.wrapper-left-head {
    width: 100%;
    height: 48px;
    text-align: center;
    background: #167ade;
    color: #ffffff;
    line-height: 48px;
    font-size: 18px;
}

.wrapper-left-list {
    background: #ffffff;
}

.wrapper-left-list .active > a {
    color: #167ade;
}

.wrapper-left-li {
    padding-left: 26px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px dashed #eeeeee;
}

.wrapper-left-li:hover > a {
    color: #167ade;
}

.wrapper-left-li > a {
    display: flex;
    align-items: center;
}

.wrapper-left-li img {
    margin-right: 3px;
    width: 20px;
}

.wrapper-left-contact {
    margin-top: 20px;
}

.wrapper-contact-list {
    background: #ffffff;
    padding: 12px;
}

.wrapper-contact-item {
    padding: 5px 0;
    line-height: 1.5;
    font-size: 14px;
    border-bottom: 1px dashed #eeeeee;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wrapper-contact-item > a:hover {
    color: #167ade;
}

.wrapper-rig {
    float: right;
    width: 930px;
}

.product-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 14px;
    font-size: 14px;
    color: #666666;
    border-bottom: 2px solid #167ade;
}

.product-nav-title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.subnav_news_box {
    background-image: url("../images/news_min.jpg");
}

.dongtai_box {
    margin-top: 30px;
}

.news-ul {
    width: 100%;
    overflow: hidden;
}

.news-li {
    float: left;
    width: 378px;
    margin-right: 33px;
    margin-bottom: 20px;
}

.news-ul > li:nth-child(3n) {
    margin-right: 0;
}

.news-img-box {
    position: relative;
    width: 100%;
    /*height: 256px;*/
}

.news-img-con {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 67%;
}

.news-img-con > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-time {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    padding: 10px;
    color: #939393;
    font-size: 12px;
}

.news-desc {
    width: 100%;
    padding: 30px;
    background: #ffffff;
}

.news-con-title {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-con-line {
    width: 100%;
    height: 1px;
    background: #b5b3b3;
    margin: 20px 0;
}

.news-con-line > div {
    transition: all 0.3s ease 0s;
    width: 0;
    height: 1px;
    background: #232323;
}

.news-con-text {
    font-size: 13px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-ul1 {
    width: 100%;
    overflow: hidden;
}

.news-ul1 li{
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 5px 0 5px 5px;
}
.before{
    position: absolute;
    right: 12%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #a6B7DE;
}

.news-ul1 li:hover .list-main{
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0 0 6px rgba(46,55,98,0.4);
    -webkit-box-shadow: 0 0 6px rgba(46,55,98,0.4);
}
.list-main-active{
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0 0 6px rgba(46,55,98,0.4);
    -webkit-box-shadow: 0 0 6px rgba(46,55,98,0.4);
}
.news-ul1 li:hover h3 a{
    color: #167ade;
}
.list-main {
    float: left;
    width: 84%;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.list-main h3 {
    line-height: 30px;
}
.list-main h3 a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.list-tag {
    display: flex;
    align-items: center;
    margin: 20px 0;
    /*padding-left: 72px;*/
    /*background: url(../images/news-tag.png) no-repeat left center;*/
}
.list-tag>img{
    width: 20px;
}
.list-tag>.list-tag-gap{
    margin: 0 4px;
    width: 24px;
    height: 1px;
    background: #167ade;
}
.list-tag i {
    color: #666;
    height: 26px;
    border-radius: 12px;
    padding: 2px 15px;
    border: 1px solid #167ade;
}
.list-main .list-txt {
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.list-time {
    position: relative;
    float: right;
    width: 12%;
    color: #B2B2B2;
    font-size: 20px;
    padding-left: 50px;
}
.xian{
    position: absolute;
    left: 0;
    top: 14px;
    width: 20px;
    height: 1px;
    background-color: #167ade;
}
.list-time strong {
    display: block;
    color: #167ade;
    font-size: 30px;
    margin-top: -6px;
}
.list-time-m{
    display: none;
}



.news-li1:hover{
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0 0 6px rgba(153,153,153,0.6);
    -webkit-box-shadow: 0 0 6px rgba(153,153,153,0.6);
}

.news-li1-time {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 16%;
    text-align: center;
    color: #999;
    font-size: 16px;
}

.news-li1-time:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 2px;
    height: 30px;
    background-color: #CCC;
}

.news-li1-time i {
    display: block;
    color: #333;
    font-size: 28px;
    margin-bottom: 3px;
}

.news-info {
    display: inline-block;
    width: 77%;
    margin: 0 3%;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    vertical-align: middle;
}

.news-info h3 {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-info p {
    color: #666;
    font-size: 16px;
    height: 30px;
    overflow: hidden;
}

.xg-product {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #167ade;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 839px) {
    .news-li:hover .news-con-line > div {
        width: 100%;
    }
}

@media (max-width: 840px) {
    .product-nav-link{
        display: none;
    }
    .subnav_box {
        display: none;
    }
    .list-main .list-txt{
        display: none;
    }
    .list-main h3 a{
        font-weight: normal;
    }
    .news-ul1{
        width: auto;
        clear: both;
        padding: 0 12px;
        margin: 12px 10px;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(30,37,79,0.4);
        -webkit-box-shadow: 0 0 5px rgba(30,37,79,0.4);
        -moz-box-shadow: 0 0 5px rgba(30,37,79,0.4);
        background-color: #FFF;
        box-sizing:border-box;
    }
    .news-ul1 li{
        width: 100%;
        padding-bottom: 14px;
        border-bottom: 1px dashed #C0C0C0;
    }
    .before{
        display: none;
    }
    .list-tag,.list-time,.news-ul1 li::before,.news-ul1 li::after{
        display: none;
    }
    .list-main{
        width: 100%;
        padding: 12px 0 0;
        margin-bottom: 0;
    }
    .list-time-m{
        display: block;
        align-items: center;
        font-size: 15px;
        color: #666666;
    }
    .list-time-m>img{
        margin-right: 4px;
        width: 16px;
        vertical-align: text-bottom;
    }

    .news-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .news-li {
        width: 49%;
        margin-right: 0;
    }

    .news-img-box {
        height: auto;
    }

    .news-con {
        width: 100%;
        padding: 10px;
        margin-top: 20px;
    }

    .news-con-title {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-con-line {
        margin: 12px 0;
    }

    .dongtaiid_box_text img {
        width: 100% !important;
        height: auto !important;
    }
}

/*---------------新闻动态页面end----------------*/

/*--------------------关于我们界面--------------*/
.wrapper-about {
    background: #F5F5F5;
}

.about-ul {
    width: 100%;
    margin-top: 40px;
    /*display: flex;*/
    border-bottom: 1px dashed #BFBFBF;
    overflow: hidden;
}

.about-lis {
    float: left;
    width: 33%;
    /*flex: 1;*/
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px dashed #BFBFBF;
}

.about-ul > .about-lis:last-child {
    border-right: none;
}

.about-lis > img {
    margin-bottom: 6px;
    width: 100px;
    height: 100px;
}

.about-lis div {
    font-size: 18px;
}

.about-lis p {
    font-size: 14px;
    color: #888888;
}

.about-ul2 {
    margin-top: 0;
    border-bottom: none;
}

.subnav_about_box {
    background-image: url("../images/about_min.jpg");
}

.about_box_info {
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 40px;
}

.about_box_info > img {
    float: left;
    width: 420px;
    height: 280px;
    margin-right: 40px;
    margin-left: 20px;
}

.about_box_info > p {
    float: left;
    width: 620px;
    font-size: 15px;
    color: #333333;
    line-height: 2.0;
    text-indent: 2em;
}

.about_rongyu_box {
    width: 100%;
    height: 450px;
    margin-top: 40px;
    overflow: hidden;
    text-align: center;
}

.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: 387px;
}

.swiper-text {
    margin-top: 20px;
    height: 46px;
    font-size: 16px;
    color: #167ADE;
}

@media (max-width: 840px) {
    .subnav_about_box {
        display: none;
    }

    .about-title {
        text-align: center;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .about_box_info > img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .about-ul {
        flex-wrap: wrap;
        border-bottom: none;
    }

    .about-lis {
        width: 33%;
        flex: auto;
        border-bottom: 1px dashed #BFBFBF;
    }
    .about-lis > img{
        width: 50px;
        height: 50px;
    }
    .about_box_info > p {
        width: 100%;
        padding: 0px 12px;
    }
    .about-lis div {
        font-size: 15px;
    }
    .about-ul2 .about-lis{
        border-bottom:none;
    }
    .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: #333;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 20px auto;

}

.dongtaiid_box_text > p {
    width: 100%;
    padding-right: 2px;
}

.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) {
    .product-item-m{
        display: block;
    }
    .news-box{
        background: #ffffff;
    }
    .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;
    }

}

/*--------------------------分页----------------------*/
.pagination-wrapper {
    margin: 20px 0;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    text-align: center;
}

.pagination li {
    margin-right: 7px;
    list-style: none;
}

.pagination li a {
    /*float: left;*/
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #555555;
    text-decoration: none;
}

.pagination li a:hover {
    background: #f5f5f5;
    color: #167ade;
}

.pagination li.thisclass {
    background: #167ade;
    color: #fff;
    padding: 0 12px;
    /*border: 1px solid #167ade;*/
    line-height: 32px;
}

.pagination li.thisclass a, .pagination li.thisclass a:hover {
    background: transparent;
    border-color: #167ade;
    color: #fff;
    cursor: default;
}

@media (max-width: 840px) {
    .pagination li {
        font-size: 14px;
    }

    .pagination li a {
        font-size: 14px;
    }
}

