﻿.c-social-bar--fixed {
    transition: all .8s;
    -webkit-transition: .8s;
    position: -webkit-sticky;
    position: fixed;
    top: 65px;
    width: 260px;
}

.c-social-bar--bottom {
    transition: all .8s;
    -webkit-transition: .8s;
    position: fixed;
    top: auto;
    width: 260px;
    bottom: 320px;
}
.btn-box .tooltip-inner{
    padding: 10px 12px;
    font-size: 18px;
}
.productions-content {
    padding-bottom: 100px;
}

.productions-content .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
}

.productions-content .top .search {
    position: relative;
}

.productions-content .top .search button {
    position: absolute;
    right: 0;
    top: 0px;
    width: 52px;
    background: none;
    border: none;
    height: 30px;
}

.productions-content .top .search i {
    font-size: 16px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.productions-content .top .search .js-search-input {
    width: 220px;
    line-height: 30px;
    padding: 0 20px;
    border: 1px solid #eee;
    font-size: 14px;
}


.production-wrap .right-content {
    padding: 0;
}

.production-wrap .project-section {
    margin-bottom: 30px;
}

.production-wrap .project-section .newima {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    background: #F8F8F8;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    cursor: pointer;
    overflow: hidden;
}

.production-wrap .project-section .newimimg {
    display: block;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
}

.production-wrap .project-section .newimimg img {
    width: 100%;
    transition: all .6s linear;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    position: absolute;
    top: 0;
}

.production-wrap .project-section .newimdesc {
    padding: 5px 10px;
    height: 90px;
}

.production-wrap .project-section .newimdesc .newtitle {
    font-weight: 600;
    font-size: 20px;
    color: #333;
    line-height: 36px;
    text-align: center;
}
.production-wrap .project-section .newimdesc .newdesc {
    font-size: 14px;
    color: #333;
    height: 44px;
    text-align: center;
}
.production-wrap .project-section .newima:hover {
    background: #FFFFFF;
    box-shadow: 0 7px 25px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 7px 25px rgb(0 0 0 / 15%);
}

.production-wrap .project-section .newima:hover img {
    transform: scale(1.13);
    -webkit-transform: scale(1.13);
}

.production-wrap .project-section .newima:hover .newtitle {
    color: #085CA1;
}

@media (min-width: 992px) {
    /*.production-wrap .project-section .newimimg {*/
    /*    height: 140px;*/
    /*}*/
}

@media (min-width: 1200px) {
    /*.production-wrap .project-section .newimimg {*/
    /*    height: 120px;*/
    /*}*/
}

@media (min-width: 1400px) {
    .container {
        width: 1350px;
    }

    /*.production-wrap .project-section .newimimg {*/
    /*    height: 150px;*/
    /*}*/
}


@media screen and (min-width: 0px) and (max-width: 768px) {
    .productions-content .top {
        margin: 15px auto;
        flex-direction: column;
        align-items: baseline;
        padding: 0;
    }

    .productions-content .location{
        line-height: 36px;
        display: block !important;
    }

    .production-wrap {
        margin: 20px auto;
    }

    .production-wrap .right-content {
        margin-top: 20px;
    }

    .production-wrap .project-section .newimdesc .newtitle {
        font-size: 15px;
    }

}

.auto_1200 {
    max-width: 1400px;
}
/*详情页*/
.content-box {
    padding: 10px 20px;
    margin-bottom: 20px;
    background-color: #f4f4f4;
}

.article-header h1 {
    position: relative;
    line-height: 30px;
    border-bottom: 1px rgba(22, 74, 149, 0.7) solid;
    padding-bottom: 15px;
    text-indent: 20px;
}

.article-header h1::before {
    content: '';
    width: 4px;
    height: 30px;
    display: inline-block;
    background-color: #1453ba;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 980px) {
    .c-social-bar--fixed {
        position: initial;
        top: 0px;
    }

    .production-wrap .right-content {
        margin-top: 20px;
    }

    .production-wrap .left-channel {
        width: 100%;
    }
}

/*详情页*/
.comtainer {
    margin-top: 0px;
}

.comtainer .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.comtainer .info-imgs {
    width: 500px;
    height: 500px;
    padding: 15px;
    border: 1px solid #dedede;
}

.comtainer .info-imgs .solutBox {
    --swiper-theme-color: #ffffff; /* 设置Swiper风格 */
    --swiper-navigation-size: 40px; /* 设置按钮大小 */
    touch-action: pan-y;
}

.comtainer .info-imgs .solutBox .swiper-slide {
    overflow: hidden;
}

.comtainer .info-imgs .solutBox .swiper-slide .chan_slides {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.comtainer .info-imgs .solutBox .lib-video {
    position: relative;
    width: 100%;
    height: 100%;
}
.comtainer .info-imgs .solutBox .swiper-slide img {
    width: 100%;
}


.mask-img {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0,0,0,.2);
}

.picture{
    display: none;
    position: fixed;
    top: 50%; left:50%;
    transform: translate(-50%,-50%);
    width: 900px;
    height: 700px;
    line-height: 700px;
    text-align:center;
    background: #f4f4f4;
    z-index: 20;
}
.picture .phone{
    vertical-align: middle;
    max-width: 800px;
    max-height: 800px;
}
.picture .left{
    position: absolute;
    left: 10px;
    top: 320px;
    width: 35px;
    height: 40px;
    line-height: 40px;
    background:url(/images/controls.png) 0 -32px no-repeat;
}
.picture .right{
    position: absolute;
    right: 10px;
    top: 320px;
    width: 35px;
    height: 40px;
    line-height: 40px;
    background:url(/images/controls.png) -43px -32px no-repeat;
}


.comtainer .info-view {
    width: calc(100% - 540px);;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.comtainer .info-view .title {
    font-size: 24px;
    margin-bottom: 20px;
}

.comtainer .info-view .desc {
    line-height: 160%;
    font-size: 16px;
}

.comtainer .info-view .btn-box {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*justify-content: space-around;*/
}

.comtainer .info-view .btn-box .btn-link {
    line-height: 1.1;
    padding: calc(10px * .9) calc(20px * .9);
    display: inline-block;
    color: #fff;
    border: 1px solid #0a4d97;
    background: #0a4d97;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 30px;
}
.comtainer .info-view .btn-box .btn-link.last{
    margin-right: 0;
}
.comtainer .info-view .btn-box .btn-link i {
    padding-right: 10px;
}

.comtainer .info-view .btn-box .btn-link:hover {
    border: 1px solid #0a4d97;
    background: #fff;
    color: #0a4d97;
}
.info-content .clear-col .content-box .p-article-content{
    text-align: center;
    overflow: hidden;
    margin: 30px auto;
    line-height: 1.6;
}
.info-content .clear-col .content-box .p-article-content img{
    border-style: none;
    max-width: 99%;
    height: auto;
    display: block;
    margin: 0px auto;
}


@media screen and (max-width: 980px) {
    .comtainer {
        padding: 0;
        margin: 0;
    }

    .comtainer .info-box {
        display: inherit;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .comtainer .info-imgs {
        width: 100%;
        height: auto;
        padding: 0;
        border: 0;
        display: inherit;
    }

    .comtainer .info-view {
        border-radius: 12px;
        margin: 15px 15px;
        padding: 20px 0;
        width: calc(100% - 30px);
    }

    .comtainer .info-view .btn-box {
        display: flex;
        margin-top: 30px;
    }

    .info-content .clear-col{
        padding: 0;
    }
    .info-content .clear-col .content-box{
        box-shadow: unset;
        border-radius: unset;
        padding: 0;
    }
    .info-content .clear-col .content-box .article-content{
        margin-top: 0;
    }
    .info-content .clear-col .content-box img{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}


.headNav .nav_bot .navBotuls li a {
    color: #000;
}

/*产品分类*/
.site-category {
    z-index: 1;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.site-category .category-title {
    background: #2f2f2f;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    color: #ffffff;
    border-radius: 3px 3px 0 0;
    margin: auto;
    padding: 20px 15px;
}
.site-category .category-title .icon-all,.icon-relist{
    padding-right: 15px;
}
.site-category .site-category-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #fff;
    border: 0;
    color: #fff;
    background: rgba(206, 206, 206, .6);
}
.site-category .site-category-list .category-item{
    position: relative;
}

.site-category .site-category-list .category-item .title {
    position: relative;
    display: block;
    padding-left: 30px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    background: #2f2f2f;
    border-bottom: 1px solid #fff;
}

.site-category .site-category-list .category-item .title i[class*=iconfont] {
    position: absolute;
    right: 20px;
    font-size: 26px;
    line-height: 42px;
    color: #fff;
}

.site-category .site-category-list .children {
    display: none;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 24;
    width: 630px;
    border-left: 0;
    background: #f4f4f4;
    -webkit-box-shadow: 0 8px 16px rgb(0 0 0 / 18%);
    box-shadow: 0 8px 16px rgb(0 0 0 / 18%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.site-category .site-category-list .children .children-list {
    margin: 0;
    padding: 0px 30px;
}

.site-category .site-category-list .children .children-list a.a-link {
    display: inline-block;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    width: 24%;
}
.site-category .site-category-list .children .children-list a.a-link .figure-img {
    width: 120px;
    height: 120px;
    line-height: 120px;
    overflow: hidden;
}
.site-category .site-category-list .children .children-list a.a-link .figure-img img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease;
}

.site-category .site-category-list .children .children-list a.a-link .text{
    display: inline-block;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
}


.site-category .site-category-list .children .children-list a.a-link:hover{
    background: #f4f4f4;
    color: #0a54af;
}
.site-category .site-category-list .children .children-list a.a-link:hover .figure-img img{
    transform: scale(1.08);
}


.site-category .site-category-list .category-item-active .title ,.site-category .site-category-list .category-item.active .title{
    background: #ffffff;
    color: #000000;
}

.site-category .site-category-list .category-item-active .title i[class*=iconfont],.site-category .site-category-list .category-item.active .title i[class*=iconfont] {
    color: #2f2f2f;
    color: hsla(0, 0%, 0%, 0.5);
}

.site-category .site-category-list .category-item-active .children {
    display: block;
}

@media (min-width: 992px) {
    .site-category.affix {
        position: fixed;
        top: 80px;
    }
    .site-category.affix-bottom {
        position: fixed;
        bottom: 320px;
        top: auto;
    }
    .site-category.affix, .site-category.affix-bottom {
        width: 205px;
    }
}
@media (min-width: 1024px) {
    .site-category.affix, .site-category.affix-bottom {
        width: 255px;
    }
}
@media (min-width: 1400px) {
    .site-category.affix, .site-category.affix-bottom {
        width: 300px;
    }
}

@media screen and (max-width: 980px) {
    .site-category .site-category-list .children{
        position: unset;
        width: 100%;
    }
    .site-category .site-category-list .children .children-list{
        padding: 0;
    }
    .site-category .site-category-list .children .children-list a.a-link{
        display: block;
        text-align: left;
        line-height: 30px;
        padding-left: 35px;
    }

    .site-category .site-category-list .children .children-list a.a-link .figure-img{
        display: none;
    }
    .site-category .site-category-list .children .children-list a.a-link .text{
        line-height: 20px;
        display: inline-block;
    }
}
