﻿.header{
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
}

.footer-main{
    .info{margin-left: 30px; font-size:24px;height: 55px;}
}


.inner-nav .title{
    line-height: 58px;
    font-size: 48px;
    color: #000;
    float: left;
}


.newslist{
    padding: 0 15px;
}

.newslist ul{
    margin: 0 -7.5px;
    width: calc(100vw - 15px);
}

.newslist ul li{
    padding: 7.5px;
}

.newslist ul li a{
    display: block;
}

.newslist ul li a{
    background: #F6F6F6;
}

.newslist ul li a img{
    height: calc(60.4651vw - 9px);
}

.newslist ul li a .main{
    padding: 27px 30px 84px;
    position: relative;
    height: 280px;
}

.newslist ul li a .main .title{
    text-align: justify;
    line-height: 30px;
    font-size: 24px;
    color: #000;
}

.newslist ul li a .main .dateline{
    position: absolute;
    line-height: 20px;
    font-size: 14px;
    padding: 0 30px;
    color: #7D7D7D;
    bottom: 44px;
    width: 100%;
    left: 0;
}

.newslist ul li a .main .date{
    float: left;
}

.newslist ul li a .main .more{
    float: right;
}

.newsbody {
}

    .newsbody .panel-default {
        margin-bottom:3.2292vw;
        
    }

    .newsbody .panel-default .panel-body {
        
    }

    .newsbody .panel-default .panel-body .titline {
        padding:50px 0 32px;
        text-align:center;
        
    }

    .newsbody .panel-default .panel-body .article-metas .metas-title {
        font-weight: bold;
        line-height: 32px;
        font-size: 22px;
        color: #000;
    }

    .newsbody .panel-default .panel-body .article-text {
        font-size: 14px;
        color: #000;
        line-height: 26px;
        text-align: justify;
        text-indent: 2em;
    }

    .newsbody .panel-default .panel-body .prevnext-line{
        padding: 25px 0 50px;
    }

    .newsbody .panel-default .panel-body .article-prevnext li:nth-child(2) {
        text-align:right;
    }

    .pro_banner{
        padding: calc(104vw + 26px) 15px 15px;
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 200vw auto;
        text-align: center;
    }

    .pro_banner .title{
        font-weight: bold;
        line-height: 60px;
        font-size: 46px;
        color: #12005F;
    }

    .pro_banner .text{
        font-size: 14px;
        color: #666;
        line-height: 26px;
        padding-top: 10px;
    }

    .pu_bg{
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .showpro{
        background: url('../img/showpro.png') no-repeat left 38px;
        background-size: contain;
        margin-bottom: 26px;
    }

    .showpro .title{
        font-weight: bold;
        font-size: 24px;
        color: #12005F;
        line-height: 32px;
    }

    .showpro .text{
        text-align: justify;
        line-height: 26px;
        padding-top: 18px;
        font-size: 14px;
        color: #666;
    }

.navbar-inverse{
    background-color: rgba(255,255,255,0.5);
    padding-bottom: 0;
    margin: 0;
}

.navbar-inverse .navbar-toggle.collapsed .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar{
    background-color: #333;
}

.navbar-inverse .navbar-toggle:hover .icon-bar, 
.navbar-inverse .navbar-toggle:focus .icon-bar{
    background-color: #fff;
}

.navbar-header .navbar-brand{
    padding: 7px 0 3px;
    height: 69px;
}
    
    .navbar-header .navbar-brand img{
        padding: 5px 0 4px;
        height: 59px;
    }

.navbar-header .navbar-brand img:first-child{
    display: block;
    margin: 0 auto;
}

.navbar-header .navbar-brand img:nth-child(2){
    display: none;
}

    .navbar-toggle{
        margin-bottom: 17px;
        margin-top: 17px;
    }

.header-btnlist{
    position: relative;
}

.header-btnlist ul{
    transform: translateX(-50%);
    position: relative;
    padding: 23px 0 0;
    float: left;
    left: 50%;
}

.header-btnlist ul li{
    position: relative;
    padding: 0 9px;
    height: 21px;
    width: 39px;
    float: left;
}

.header-btnlist ul li a{
    cursor: pointer;
}

.header-btnlist ul li.header-qrcode > img{
    left: 50%;
    width: 150px;
    max-width: 150px;
    display: none;
    position: relative;
    border: solid 1px #1c1c1c;
    transform: translateX(-50%);
}

.header-btnlist ul li.header-qrcode.active > img{
    display: block;
}

.header-btnlist ul li a > img:first-child{
    display: block;
}

.header.active .header-btnlist ul li a > img:first-child{
    display: none;
}

.header-btnlist ul li a > img:nth-child(2){
    display: none;
}

.header.active .header-btnlist ul li a > img:nth-child(2){
    display: block;
}

.navbar-nav{
    border-top: solid 1px #333;
    position: relative;
    padding: 0 12px;
    width: 100%;
    margin: 0;
}

.navbar-nav li{
    text-align: center;
    padding: 0 12px;
    width: 33.3%;
    float: left;
    overflow: hidden;
    max-height: 65px;
}

.navbar-nav li a{
    display: inline-block;
    line-height: 48px;
    font-size: 18px;
    content: "";
    width: 100%;
    padding: 0;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #171717;
}

.header.active .navbar-inverse .navbar-nav > li > a {
    color: #171717;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
    background-color: transparent;
    font-weight: bold;
    color: #171717;
}

.homebanner, .homeblock, .aboutblock{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
}

.homebanner .banner-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.homebanner .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 20px;
}

.homebanner .swiper-pagination-bullet{
    height: 12px;
    width: 12px;
}

.homebanner .swiper-pagination-bullet-active{
    background: #fff;
}

.homeblock .titline{
    text-align: center;
    color: #fff;
}

.homeblock .titline .title{
    line-height: 38px;
    font-size: 24px;
}

.homeblock .titline .sectitle{
    line-height: 18px;
    font-size: 14px;
}

.home_1st_block ul{
    margin-top: 17.78vh;
    height: 66.67vh;
    padding: 0 5.208vw;
}

.home_1st_block ul li{
    width: 12.5%;
    float: left;
}

.home_1st_block ul li a{
    display: block;
    cursor: pointer;
}

.home_1st_block ul li a img{
    transform: translateX(-50%);
    filter: blur(2px);
    position: relative;
    display: block;
    left: 50%;
}

.home_1st_block ul li a:hover img{
    transform: translate(-50%, -3.33vh) scale(1.1);
    filter: blur(0);
}

.home_2nd_block{
    padding: 70px 0;
}

.home_2nd_block .homepro{
    margin-top: 20px;
    padding: 0 13px;
}

.home_2nd_block .homepro ul li a{
    padding: 0 13px;
}

.home_2nd_block .homepro ul li a p{
    border: solid 1px #fff;
    margin: 40px auto 0;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    width: 100px;
    height: 28px;
    color: #fff;
}

.home_2nd_block .homepro ul li a:hover p{
    background: #fff;
    color: #334254;
}

.home_3rd_block {
    position: relative;
}

.home_3rd_block .third_video{
    position: absolute;
    object-fit: cover;
    z-index: 1;
    left: 0;
    top: 0;
}

.home_3rd_block .third_main{
    position: relative;
    z-index: 19;
}

.home_3rd_block .third_main .more{
    text-align: center;
    margin: 22px auto 0;
    background: #fff;
    line-height: 26px;
    font-size: 14px;
    color: #334254;
    display: block;
    height: 28px;
    width: 100px;
}

.aboutblock .titline{
    padding: 12px 20px;
}

.aboutblock .title,
.feedback .title{
    line-height: 38px;
    font-size: 24px;
    color: #1c1c1c;
}

.aboutus{
    padding: 0 20px;
}

.aboutus .container{
    background-color: #fff;
    height: 90vh;
}

.aboutus .title{
    color: #2e2e2e;
}

.aboutus .text{
    padding: 0 20px;
    line-height: 20px;
    font-size: 14px;
    color: #1c1c1c;
    overflow-y: auto;
    height: calc(90vh - 70px);
    width: calc(100% - 10px);
}

.aboutus_news.titline{
    padding: 0 30px 68px;
}

.hotnews{
    position: relative;
    height: 378px;
}

.hotnews .main{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: block;
}

.hotnews .dateblock{
    background: #1170a6;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    width: 86px;
}

.hotnews .dateblock .day{
    line-height: 38px;
    font-size: 40px;
}

.hotnews .dateblock .month{
    line-height: 18px;
    font-size: 14px;
}

.hotnews .titline{
    background-color: rgba(40,40,40,0.7);
    padding: 13px 100px 13px 20px;
    position: relative;
    margin-top: 238px;
    height: 54px;
}

.hotnews .title{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hotnews .swiper-pagination{
    bottom: 17px !important;
    width: auto !important;
    left: auto !important;
    right: 17px;
    z-index: 99;
}

.hotnews .swiper-pagination-bullet {
    margin: 0 3px
}

.hotnews .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 0;
    background: #8e8e8e;
    opacity: 1;
}

.hotnews .swiper-pagination-bullet-active {
    background: #1170a6;
}

.hotnewslist{
    padding-left: 30px;
    margin-top: -21px;
}

.hotnewslist ul li{
    border-bottom: solid 1px #eee;
    padding: 21px 0;
}

.hotnewslist .date{
    padding-right: 17.5px;
}

.hotnewslist .dateblock{
    background: #c0c0c0;
    text-align: center;
    padding: 17px 0;
    color: #fff;
}

.hotnewslist .dateblock .day{
    line-height: 38px;
    font-size: 40px;
}

.hotnewslist .dateblock .month{
    line-height: 18px;
    font-size: 14px;
}

.hotnewslist ul li a .titline{
    padding: 0 10px 0 0;
}

.hotnewslist ul li a .title{
    padding-top: 4px;
    color: #282828;
    height: 28px;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hotnewslist ul li a .text{
    margin-top: 5px;
    color: #8a8a8a;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}

.hotnewslist a.more{
    border: solid 1px #aaa;
    margin-top: 44px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    height: 50px;
    width: 260px;
    color: #aaa;
    display: block;
}


.network .container{
    height: 100vh;
}

.network .title{
    color: #fff;
}

.partner{
    height: 50vh;
}

.partner .container{
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.partner .titline,
.feedback .titline{
    text-align: center;
    padding: 0 0 20px;
}

.partner ul{
    padding: 0 10px;
}

.partner ul li{
    padding: 10px;
}

.feedback-body{
    background: rgba(0, 0, 0, 0.75);
    padding: 0 20px;
    position: fixed;
    display: none;
    width: 100vw;
    height: 100vh;
    z-index: 299;
}

.feedback-body.active{
    display: block;
}

.feedback{
    background: #fafafa;
    height: 58vh;
    top: 21vh;
}

.feedback .container{
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.feedback_close{
    background: url(../img/cross.png) #fff no-repeat center;
    background-size: 12px;
    border:solid 1px #000;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    width: 30px;
    right: 10px;
    top: 10px;
    z-index: 19;
}

.feedback .titline{
    padding: 6vh 0 10px;
}

.feedback form{
    padding: 0 10px;
}

.feedback .feedback_item{
    padding: 10px;
}

.feedback .feedback_item input{
    background: #f3f3f3;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    border: none;
    color: #aaa;
    height: 32px;
}

.feedback .feedback_item textarea{
    background: #f3f3f3;
    line-height: 22px;
    font-size: 14px;
    padding: 8px 10px;
    border: none;
    color: #aaa;
    height: 15vh;
}

.feedback .feedback_item .feedback_submit{ 
    border: solid 1px #848484;
    background: #000;
    line-height: 30px;
    font-size: 14px;
    height: 32px;
    color: #fff;
}

.inner_banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vw;
    width: 100vw;
}

.inner_banner .more {
    border:solid 1px #fff;
    margin: 84vw auto 0;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 26px;
    width: 100px;
    height: 28px;
}

.list-nav{
    width: calc(100% + 20px);
    margin: 60px -10px 0;
}

.list-nav ul.main-nav {
    float: left;
}

.list-nav ul.main-nav li{
    padding: 5px 10px;
    float: left;
}

.list-nav ul.main-nav li a {
    text-transform: capitalize;
    color: #3e4349;
    line-height: 22px;
    font-size: 14px;
    height: 22px;
}

.list-nav .right-main{
    height: 34px;
    float: right;
}

.list-nav .right-main .list-nav-order{
    padding: 0 16px;
    width: 232px;
}

.list-nav .right-main .list-nav-order .order-main{
    width: 200px;
}

.list-nav .right-main .list-nav-order .order-main .title{
    color: #3e4349;
    float: left;
    padding: 1px 0;
    line-height: 32px;
    font-size: 18px;
    height: 34px;
}

.list-nav .right-main .list-nav-order .order-main .order-btn{
    background: url('../img/more_arrow.png') no-repeat 130px 12px;
    border-bottom: solid 1px #aaa;
    padding: 1px 45px 0 16px;
    color: #aaa;
    float: right;
    cursor: pointer;
    text-align: left;
    line-height: 32px;
    font-size: 18px;
    height: 34px;
    width: 155px;
}

.list-nav .right-main .order-list{
    padding-left: 45px;
    position: relative;
    overflow: hidden;
    width: 200px;
    z-index: 999;
    height: 0;
}

.list-nav .right-main .order-list ul{
    border-right: solid 1px #aaa;
    border-left: solid 1px #aaa;
    background: #fff;
}

.list-nav .right-main .order-list ul li{
    border-bottom: solid 1px #aaa;
}

.list-nav .right-main .order-list ul li a{
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    display: block;
    color: #aaa;
}

.prolist{
    width: calc(100% + 20px);
    margin: 0 -10px 20px;
}

.prolist li{
    padding: 20px 10px 0;
}

.prolist li a{
    display: block;
}

.prolist li a .title{
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 26px;
    font-size: 16px;
    height: 26px;
    color: #000;
}

.prolist li a .info{
    padding: 3px 0;
}

.prolist li a .text{
    line-height: 22px;
    font-size: 14px;
    height: 22px;
    color: #000;
}

.prolist li a .text span:first-child{
    margin-right: 25px;
}

.prolist li a .text span:nth-child(2){
    text-decoration: line-through;
    color: #aaa;
}

.pro-body{
    padding: 25px 20px;
}

.showpro-imgme{
    height: calc((100vw - 40px) * 643 / 487.5);
}

.showpro-imglist{
    width: calc(100% + 0.5px);
    margin-top: 10px;
}

.showpro-main{
    padding: 25px 0 0;
}

.showpro-main .showpro-title{
    line-height: 24px;
    font-size: 16px;
    color: #1c1c1c;
}

.showpro-main .showpro-price{
    margin-top: 5px;
    line-height: 22px;
    font-size: 14px;
    color: #1c1c1c;
}

.showpro-main .showpro-price span:nth-child(2){
    text-decoration: line-through;
    margin-left: 20px;
    font-size: 12px;
    color: #aaa;
}

.showpro-main .article-text img{
    width: 100%;
}

.showpro-tag{
    margin-top: 30px;
}

.showpro-tag-title{
    line-height: 24px;
    font-size: 14px;
    color: #1c1c1c;
}

.showpro-tag ul{
    width: calc(100% + 8px);
    margin: 2px -4px 0;
}

.showpro-tag ul li{
    padding: 5px 4px;
    float: left;
}

.showpro-tag ul li a{
    border: solid 1px #aaa;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    width: 112px;
    color: #aaa;
}

.showpro-tag ul li a:hover,
.showpro-tag ul li.active a{
    border: solid 1px #848484;
    background: #000;
    color: #fff;
}

.showpro-cart{
    margin-top: 30px;
}

.showpro-cart a.active{
    display: block;
    cursor: pointer;
}

.showpro-cart a{
    display: none;
}

.showpro-cart a p{
    border: solid 1px #848484;
    background: #000;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    width: 112px;
    color: #fff;
}

.showpro-cart .showpro-qrcode{
    display: none;
}

.showpro-cart .showpro-qrcode.active{
    display: block;
    width: 250px;
}

.showpro-cart .showpro-qrcode .showpro-qrcode-text{
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
    color: #aaa;
}

.showpro-detail .titline{
    border-bottom: solid 1px #1c1c1c;
    margin: 30px 0 15px;
}

.showpro-detail .title{
    /* border: solid 1px #fff; */
    background: #1c1c1c;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    width: 124px;
    color: #fff;
}

footer{
    height: 70vh;
}

footer .container{
    position: relative;
    height: 70vh;
}

.footer-main{
    transform: translateY(-75%);
    position: relative;
    padding: 0 12.5%;
    top: 10%;
    
    
}

 

.footer-main li{
    margin-bottom: 5px;
    padding-left: 30px;
}

.footer-main li a,
.footer-main li a:hover{
    color: #fff;
}

.footer-main li a img{
    /*padding: 5px 20px 5px 0;*/
    display: block;
    float: left;
    width: 50px;
}

.footer-main li a p{
    text-align: left;
    line-height: 36px;
    font-size: 16px;
}

.foot_copyright{
    /*border-top: solid 1px #505d6c;*/
    position: absolute;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    padding: 15px 10px;
    color: #fff;
    width: 100%;
    bottom: 0;
}

.foot_copyright a,
.foot_copyright a:hover{
    display: block;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse {
        height: auto;
    }
}

@media (min-width: 768px) {
    
    .newslist{
        padding: 0;
    }

    .newslist ul{
        margin: 0 -22px;
        width: 1214px;
    }

    .newslist ul li{
        padding: 40px 28px;
    }

    .newslist ul li a{
        background: transparent;
    }

    .newslist ul li a:hover{
        background: #F6F6F6;
    }

    .newslist ul li a img{
        height: 211px;
    }

    .newsbody .panel-default .panel-body .titline {
        padding:140px 0 96px;
    }

    .newsbody .panel-default .panel-body .article-metas .metas-title {
        line-height: 56px;
        font-size: 36px;
    }

    .newsbody .panel-default .panel-body .article-text {
        font-size: 24px;
        line-height: 60px;
    }

    .newsbody .panel-default .panel-body .prevnext-line{
        padding: 50px 0 100px;
    }


    .header.active{
        background: #fff;
    }

    .navbar-header .navbar-brand{
        height: auto;
    }

    .header.active .navbar-header .navbar-brand img:first-child{
        display: none;
    }

    .header.active .navbar-header .navbar-brand img:nth-child(2){
        display: block;
        margin: 0 auto;
    }

    .navbar-inverse{
        background-color: transparent;
    }

    .navbar-nav{
        transform: translateX(-50%);
        border-top: none;
        width: auto;
        padding: 0;
        float: left;
        left: 50%;
    }

    .navbar-nav li{
        /*text-align-last: justify;*/
        text-align: justify;
        padding: 0 25px;
        width: 160px;
        overflow: hidden;
        max-height: 65px;
    }

    .navbar-nav li a{
        line-height: 98px;
        font-size: 18px;
        color: #fff;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
        color: #fff;
    }

    .header-btnlist ul{
        padding: 38px 0 0;
    }
    
    .navbar-header .navbar-brand img{
        height: auto;
        padding: 0;
    }

    .header-btnlist ul li{
        padding: 0 14px;
        width: 49px;
    }

    .navbar-toggle{
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .homeblock .titline .title{
        line-height: 56px;
        font-size: 36px;
    }

    .homeblock .titline .sectitle{
        line-height: 28px;
        font-size: 18px;
    }

    .home_2nd_block{
        padding: 0;
    }

    .home_2nd_block .homepro{
        padding: 0;
    }

    .home_2nd_block .homepro ul li a p{
        margin: 40px auto 0;
        line-height: 36px;
        font-size: 22px;
        width: 120px;
        height: 38px;
    }

    .home_3rd_block .third_main .more{
        margin: 22px auto 0;
        line-height: 38px;
        font-size: 16px;
        height: 38px;
        width: 120px;
    }

.inner_banner {
    height: 46.875vw;
}

.inner_banner .more {
    margin: 39.9479vw auto 0;
    font-size: 18px;
    line-height: 32px;
    width: 10.625vw;
    height: 34px;
}

    .aboutblock .titline{
        padding: 25px 30px;
    }

    .aboutblock .title,
    .feedback .title{
        line-height: 46px;
        font-size: 36px;
    }

.aboutus{
    padding: 0;
}

.aboutus .container{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 585px 0 0;
    height: 57vh;
}

.aboutus .text{
    padding: 0 55px 0 30px;
    line-height: 28px;
    font-size: 18px;
    height: calc(57vh - 110px);
    overflow-y: auto;
    width: 100%;
}

.partner .titline{
    padding: 0 0 40px;
}

.partner{
    height: 55vh;
}

.partner ul{
    width: calc(100% + 102px);
    margin: 0 -51px;
    padding: 0;
}

.partner ul li{
    padding: 20px 51px;
}

.feedback-body{
    padding: 0;
}

.feedback{
    padding: 0 100px;
    height: 58vh;
    top: 21vh;
}

.feedback .titline{
    padding: 40px 0;
}

.feedback form{
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding: 0;
}

.feedback .feedback_item input{
    line-height: 44px;
    font-size: 18px;
    padding: 0 20px;
    height: 44px;
}

.feedback .feedback_item textarea{
    line-height: 28px;
    font-size: 18px;
    padding: 8px 20px;
    height: 20vh;
}

.feedback .feedback_item .feedback_submit{ 
    margin-top: 22px;
    line-height: 42px;
    font-size: 18px;
    height: 44px;
}

.list-nav{
    width: calc(100% + 32px);
    margin: 60px -16px 0;
}

.list-nav ul.main-nav {
}

.list-nav ul.main-nav li{
    padding: 0 16px;
}

.list-nav ul.main-nav li a {
    line-height: 30px;
    font-size: 18px;
    height: 30px;
}

.pro-body{
    padding: 50px 0;
}

.prolist{
    width: calc(100% + 32px);
    margin: 0 -16px 32px;
}

.prolist li{
    padding: 32px 16px 0;
}

.prolist li a .title{
    line-height: 30px;
    font-size: 18px;
    height: 30px;
}

.prolist li a .info{
    padding: 6px 0;
}

.prolist li a .text{
    line-height: 30px;
    font-size: 18px;
    height: 30px;
}

.showpro-imgme{
    height: 643px;
}

.showpro-main{
    padding: 0 0 0 80px;
}

.showpro-main .showpro-title{
    line-height: 28px;
    font-size: 18px;
}

.showpro-main .showpro-price{
    margin-top: 5px;
    line-height: 28px;
    font-size: 18px;
}

.showpro-main .showpro-price span:nth-child(2){
    font-size: 14px;
}

.showpro-main .article-text img{
    margin: 0 auto;
    width: auto;
}

    footer{
        background: url('../img/footer_bg.jpg') no-repeat #1c1c1c center;
        height: 45vh;
    }

    footer .container{
        height: 45vh;
    }

    .footer-main{
        transform: translateY(-50%);
        top: 30%;
    }

    .footer-main li{
        padding: 0 25px;
        margin-bottom: 0;
    }

    .footer-main li a img{
        margin: 0 auto;
        width: auto;
        float: none;
        padding: 0;
    }

    .footer-main li a p{
        text-align: center;
        line-height: 46px;
        font-size: 18px;
    }

    .foot_copyright{
        line-height: 28px;
        font-size: 18px;
        padding: 25px 0;
    }

    .foot_copyright a,
    .foot_copyright a:hover{
        display: initial;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1440px) {
    
     .newslist ul{
        margin: 0 -27px;
        width: 1494px;
    }

    .newslist ul li a img{
        height: 267px;
    }
}

/* 首页模块动画 */

/* 轮播进度条动画 */
@media (max-width: 767px) {
    @-webkit-keyframes progress{
        0%{width: 0;}
        100%{width: 70px;}
    }
    @-moz-keyframes progress{
        0%{width: 0;}
        100%{width: 70px;}
    }
    @-ms-keyframes progress{
        0%{width: 0;}
        100%{width: 70px;}
    }
    @keyframes progress{
        0%{width: 0;}
        100%{width: 70px;}
    }
}
@media (min-width: 768px) {
    @-webkit-keyframes progress{
        0%{width: 0;}
        100%{width: 8.854vw;}
    }
    @-moz-keyframes progress{
        0%{width: 0;}
        100%{width: 8.854vw;}
    }
    @-ms-keyframes progress{
        0%{width: 0;}
        100%{width: 8.854vw;}
    }
    @keyframes progress{
        0%{width: 0;}
        100%{width: 8.854vw;}
    }
}
/* 轮播进度条动画 */