/* 小影资源网（www.91084.com）做最好的织梦整站模板下载网站 */
@font-face {
    font-family: Libre Baskerville;
    src: url(../fonts/24d9bba7d45f41208cd9cff9fff8176d.ttf)
}



.home .con1 {
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 20px;
}

.home .con1 .con-t .item {
    height: 230px;
    color: #000000;
}

.home .con1 .con-t .item .item-inner {
    height: 100%;
    background-color: #ffffff;
    position: relative;
}

.home .con1 .con-t .item .item-inner .txt {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    z-index: 0;
}

.home .con1 .con-t .item .item-inner .img-box {
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
}

.home .con1 .con-t .item .item-inner .img-box .img1 {
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -82px;
    z-index: 1;
}

.home .con1 .con-t .item .item-inner .img-box .img2 {
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -87px;
    opacity: 0.8;
    z-index: 0;
}

.home .con1 .con-t .item .item-inner:hover {
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.home .con1 .con-t .item .item-inner:hover .img-box .img1 {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    position: relative;
    top: 0px;
}

.home .con1 .con-t .item .item-inner:hover .img-box .img2 {
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
}

.home .con1 .con-b {
    margin-top: 40px;
}

.home .con1 .con-b .swiper-box {
    width: 100%;
    height: 660px;
    position: relative;
    overflow: hidden;
}

.home .con1 .con-b .swiper-box .swiper-container {
    width: 100%;
    height: 100%;
}

.home .con1 .con-b .swiper-box .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
}

.home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box {
    width: 100%;
    height: 660px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box .txt {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 222;
}

.home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box .txt p {
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}

.home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box .txt p:nth-of-type(2) {
    font-size: 24px;
    font-weight: lighter;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 7px;
}

.home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box .txt .txt-a {
    font-size: 14px;
    font-weight: lighter;
    line-height: 32px;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box .txt .txt-a:hover {
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 800;
}

.home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.home .con1 .con-b .swiper-box .control-btn-right {
    position: absolute;
    opacity: 0;
    height: 128px;
    width: 64px;
    background: none;
    top: 50%;
    right: 0;
    margin-top: -64px;
    z-index: 400;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    cursor: pointer;
}

.home .con1 .con-b .swiper-box .control-btn-right .control-arrow-left {
    top: 50%;
    margin-top: -25px;
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    left: 15px;
}

.home .con1 .con-b .swiper-box .control-btn-right .control-arrow-left:before {
    left: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    content: '';
    background-color: #000000;
    top: 0;
    border-bottom-right-radius: 3px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.home .con1 .con-b .swiper-box .control-btn-right .control-arrow-left:after {
    left: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    content: '';
    background-color: #000000;
    bottom: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-top-right-radius: 3px;
}

.home .con1 .con-b .swiper-box .control-btn-left {
    position: absolute;
    opacity: 0;
    height: 128px;
    width: 64px;
    background: none;
    top: 50%;
    margin-top: -64px;
    z-index: 400;
    transition: all .4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
    left: 0;
    cursor: pointer;
}

.home .con1 .con-b .swiper-box .control-btn-left .control-arrow-left {
    top: 50%;
    margin-top: -25px;
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    left: 15px;
}

.home .con1 .con-b .swiper-box .control-btn-left .control-arrow-left:before {
    left: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    content: '';
    background-color: #000000;
    top: 0;
    border-bottom-right-radius: 3px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.home .con1 .con-b .swiper-box .control-btn-left .control-arrow-left:after {
    left: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    content: '';
    background-color: #000000;
    bottom: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-top-right-radius: 3px;
}

.home .con1 .con-b .swiper-box:hover .control-btn-right {
    opacity: 1;
}

.home .con1 .con-b .swiper-box:hover .control-btn-left {
    opacity: 1;
}

.home .con1 .con-b .item-box1 .item {
    margin-bottom: 20px;
    width: 100%;
    height: 320px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.home .con1 .con-b .item-box1 .item .txt {
    width: 230px;
    position: absolute;
    left: 30px;
    top: 40px;
    z-index: 1;
}

.home .con1 .con-b .item-box1 .item .txt p {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}

.home .con1 .con-b .item-box1 .item .txt p:nth-of-type(2) {
    font-size: 24px;
    font-weight: lighter;
    line-height: 32px;
    color: #666666;
    margin-bottom: 7px;
}

.home .con1 .con-b .item-box1 .item .txt .txt-a {
    font-size: 14px;
    font-weight: lighter;
    line-height: 32px;
    letter-spacing: 1px;
    color: #666666;
    transition: all 0.4s;
}

.home .con1 .con-b .item-box1 .item .txt .txt-a:hover {
    transition: all 0.4s;
    font-weight: 800;
}

.home .con1 .con-b .item-box1 .item img {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.6s;
}

.home .con1 .con-b .item-box1 .item:hover img {
    transition: all 0.6s;
    transform: scale(1.1);
}

.home .con1 .con-b .item-box1 .item:nth-last-of-type(1) img {
    position: absolute;
    right: 0;
    bottom: 0px;
}

@media (max-width: 1200px) {
    .home .con1 .con-b .item-box1 .item .img1 {
        width: 450px;
    }
    .home .con1 .con-b .item-box1 .item:nth-last-of-type(1) img {
        bottom: 50px;
    }
}


@media (max-width: 992px) {
    .home .con1 .con-t .item {
        margin-bottom: 20px;
    }
    .home .con1 .con-b .item-box1 .item .img1 {
        width: 400px;
    }
    .home .con1 .con-b .item-box1 .item:nth-last-of-type(1) img {
        bottom: 10px;
    }
    .home .con2 {
        height: 650px;
    }
    .home .con2 .vid-wap .video .vid1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .home .con2 .vid-wap .video .video-box {
        width: 80%;
    }
    .home .con2 .vid-wap .video p {
        width: 80%;
    }
}

@media (max-width: 768px) {

    .home .con1 {
        padding-top: 30px;
    }
    .home .con1 .con-t .item {
        height: 160px;
        margin-bottom: 20px;
    }
    .home .con1 .con-t .item .item-inner .img-box img {
        width: 100px;
    }
    .home .con1 .con-t .item .item-inner .img-box .img1 {
        left: 50%;
        margin-left: -50px;
    }
    .home .con1 .con-t .item .item-inner .img-box .img2 {
        left: 50%;
        margin-left: -50px;
    }
    .home .con1 .con-b {
        margin-top: 20px;
    }
    .home .con1 .con-b .swiper-box {
        height: 300px;
    }
    .home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box {
        height: 100%;
    }
    .home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box .txt {
        top: 30px;
    }
    .home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box .txt p {
        line-height: 20px;
    }
    .home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box .txt p:nth-of-type(2) {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .home .con1 .con-b .swiper-box .swiper-container .swiper-slide .item-box img {
        width: 290px;
    }
    .home .con1 .con-b .swiper-box .control-btn-right {
        opacity: 1;
    }
    .home .con1 .con-b .swiper-box .control-btn-left {
        opacity: 1;
    }
    .home .con1 .con-b .item-box1 {
        margin-top: 20px;
    }
    .home .con1 .con-b .item-box1 .item .img1 {
        width: 400px;
    }
    .home .con1 .con-b .item-box1 .item:nth-last-of-type(1) img {
        bottom: 10px;
    }

}


/*首页产品*/
.product_head {
    background: url(../images/line.gif) no-repeat center center;
    height: 65px;
}

.product_head h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #38383A;
    margin: 0px;
    padding-top: 15px;
}

.product_head p {
    font-family: 'Times New Roman';
    text-align: center;
    padding-top: 2px;
    font-size: 16px;
    color: #3B3C3E;
    margin-bottom: 5px;
}

.product_index {
    margin: 45px 0px 0px 0px;
}

.product_list {
    clear: both;
    padding: 50px 0px 30px 0px;
    margin-right: -15px;
    margin-left: -15px;
}

.product_list2 {
    padding-top: 30px;
}

.product_img {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 300px;
}

.product_img img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    max-height: 320px;
}

.product_list2 div.product_img {
    min-height: 220px;
}

.product_title {
    text-align: center;
    padding: 0px 15px 0px 0px;
    height: 40px;
}

.product_title a {
    color: #656464;
}

.product_title a:hover {
    text-decoration: none;
    color: #4385c2;
}

.advantage {
    text-align: center;
    color: #fff;
    padding: 55px 0px 30px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1C1C1C;
}

.advantage_head p {
    text-transform: uppercase;
    font-family: 'Times New Roman';
    font-size: 40px;
    margin: 0px;
    padding: 0px;
}

.advantage_head h2 {
    font-size: 24px;
}

.advantage_list {
    margin-top: 25px;
}

.advantage_col {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: left;
}

.advantage_col h4 {
    text-align: left;
    padding: 8px 0;
}

.advantage_col h4 a {
    color: #fff;
}

.advantage_col h4 a:hover {
    color: #4385c2;
    text-decoration: none;
}

.advantage_col span {
    display: inline-block;
    text-align: left;
    border-top: 1px solid #505050;
    padding-top: 9px;
}

.advantage_col img {
    max-width: 100px;
    -webkit-transition: -webkit-transform 1.2s ease-out;
    -moz-transition: -moz-transform 1.2s ease-out;
    -o-transition: -o-transform 1.2s ease-out;
    -ms-transition: -ms-transform 1.2s ease-out;
}

.advantage_col img:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}


/*about*/
.about_index {
    padding: 35px 20px 50px 20px;
}

.about_head {
    border-bottom: 1px solid #eaeaea;
    text-align: left;
}

.about_head h2 {
    font-size: 24px;
    color: #767676;
    margin-bottom: -12px;
}

.about_head span {
    font-size: 20px;
    color: #AD8645;
    padding-right: 7px;
    position: relative;
    top: 12px;
    background-color: #fff;
}

.about_content p {
    line-height: 32px;
    margin-top: 20px;
}

.about_content img {
    margin: 9px 30px 0px 0px;
    max-width: 100%;
    border-radius: 10px;
}

.about_content a.btn-info {
    color: #000;
    background: transparent;
    border-radius: 0px;
    border: 1px solid #000;
    padding: 8px 36px;
}

.about_content a.btn-info:hover, .about_content a.btn-info:focus {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}


/*首页案例*/
.case_box {
    background-color: #F6F6F6;
    padding: 35px 0px 0px 0px;
}

.case_head h2 {
    text-align: center;
    margin-bottom: 5px;
}

.case_head p {
    text-align: center;
    font-family: 'Times New Roman';
}

.case_list {
    clear: both;
    padding: 30px 0px 10px 0px;
    margin-right: -15px;
    margin-left: -15px;
}

/*首页新闻*/
.news_head {
    margin-top: 40px;
}

.news_head h2 {
    text-align: center;
    margin-bottom: 5px;
}

.news_head p {
    text-align: center;
    font-family: 'Times New Roman';
}

.news_index {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 20px 0px 0px 15px;
}

.news_index li {
    margin-bottom: 20px;
    padding: 25px 15px;
    min-height: 70px;
    border: 1px solid #ccc;
}

.news_index li span {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #0089f5;
    color: #fff;
    float: left;
    padding: 0px 2px;
    position: relative;
    left: -35px;
    top: -5px;
}

.news_index li span strong {
    display: block;
    font-size: 24px;
    padding-top: 5px;
}

.news_index li span i {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-family: Arial;
}

.news_index li a {
    color: #333;
    font-size: 16px;
    margin-left: -20px;
    display: block;
}

.news_index li a:hover {
    text-decoration: none;
    color: #4385c2;
}

.news_index li em {
    font-style: normal;
    line-height: 18px;
    color: #777;
    padding-top: 10px;
    margin-left: 0px;
}

/*新闻中心*/
.contents .app-page-main{
}
.contents .app-news-list-main{
    background-color: #fff;
    box-sizing: border-box;
}
.contents .app-news-list-model {
    width: 100%;
    padding: 1.5rem 2.5rem;
    /*border-right: 1px solid #E5E5E5;*/
    box-sizing: border-box;
}
.contents .app-news-list li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
}
.contents .app-news-list li img:hover{
    border: 1px solid #00B259;
}
.contents .app-news-list li .viewimg {
    width: 250px;
    height: 165px;
    float: left;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
}
.contents .app-news-list li img {
    width: 250px;
    height: 165px;
    box-sizing: border-box;
}
.contents .app-news-list li .viewimg .hotimgzz {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
    height: 165px;
}
.contents .app-news-list li .standpoint {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #EF2129;
    text-align: center;
    line-height: 30px;
}
.contents .app-news-list li h3 a{
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    color: #585858;
}
.contents .app-news-list li p {
    font-size: 14px;
    height: 102px;
    line-height: 26px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /*行数*/
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.contents .app-news-list li span {
    margin-right: 6px;
    display: inline-block !important;
    *display: inline;
    zoom: 1;
    color: #3e3e3e;
}
/*新闻内容*/
.contents .app-news-model{
    width: 68%;
    padding: 1.5rem 2.5rem;
    border-right: 1px solid #E5E5E5;
    box-sizing: border-box;
}
.contents .app-news-title{
    text-align: center;
    min-height: 6.5rem;
    padding-top: 2rem;
}
.contents .app-news-attr{
    border-bottom: 1px dashed #e5e5e5;
    margin: 2.5rem auto;
}
.contents .app-news-content{
    overflow: hidden;
}
.contents .app-news-content *{
    max-width: 100%;
}

/*首页视频*/

.play-single-big {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.play-single-big>span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}

.play-single-big:hover {
    background: rgba(255, 255, 255, 0.2);
    width: 90px;
    height: 90px;
}

.site-blocks-cover.inner-page-cover,
.site-blocks-cover.inner-page-cover .row {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    min-height: 600px;
    height: 30%;
}
.text-white {
    color: #fff !important;
}
.text-white {
    color: #fff !important;
}
.text-center {
    text-align: center !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.video-box{
    margin: 0 auto;
    width: 100%;
    padding-top: 250px;
}
.mfp-content {
    width: 900px;
    height: 600px;
}
.mfp-iframe {
    width: 906px;
    height: 506px;
    overflow: hidden;
}

.modal-backdrop {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    display: none;
}
.jcb{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_bg {
    height: 360px;
}

h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}
.news_head h2 {
    text-align: center;
    margin-bottom: 5px;
}