﻿@charset "utf-8";
article,aside,audio,body,canvas,caption,dd,div,dl,dt,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,input,label,legend,li,mark,menu,nav,ol,p,section,table,tbody,td,textarea,tfoot,th,thead,time,tr,ul,video{margin:0;padding:0}
article,aside,blockquote,dialog,figure,footer,header,hgroup,nav,section{display:block}
ol,ul{list-style:none}
img{border:0 none;}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:none}
table{border-collapse:collapse;border-spacing:0}
ins{text-decoration:underline}
del{text-decoration:line-through}
mark{background:0 0}
input,button,textarea,select{border-radius: 0;}
input::-ms-clear{display:none!important}
a{text-decoration:none;color:#1b78dd;-webkit-transition:color .2s ease;-ms-transition: color .2s ease;transition: .2s color ease;}
a:focus,a:hover{text-decoration:none;color:#1d1d1d}
a,button,input,textarea{outline:0}
html{background-color: #fff;}
body{position: relative;font: 14px/1.6 "Helvetica Neue","PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;background:#fff;}

/*
* Common Style
*/
.outer, .inner{position: relative;}
.text-truncate{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.text-two-line{display: -webkit-box;overflow: hidden;text-overflow: -o-ellipsis-lastline;text-overflow: ellipsis;
-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
#backToTop{position: fixed;right: 20px;bottom: 20px;width: 50px;height: 50px;line-height: 50px;text-align: center;background-color: #fff;border-radius: 50%;box-shadow: 0 0 10px rgba(0,0,0,.1);}
#backToTop img{width: 32px;height: auto;vertical-align: middle;}


/*
*   Header Style
*/
.header-bar{height: 40px;line-height: 40px;background-color: #2d2d2d;}
.header-welcome{font-size: 12px;color: rgba(255,255,255,.9);text-align: left;}
.header-welcome a{color: #fff;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.header-welcome a:hover{opacity: .8;color: #fff;}
.header-welcome span{margin: 0 15px;}
.header-link{color: #fff;}
.header-link span{margin: 0 5px;}
.header-link a{color: rgba(255,255,255,.9);}
.header-search{position: relative;width: 200px;height: 28px;padding: 10px 0;margin-top: 7px;line-height: 28px;}
.search-input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 8px;background-color: #fff;color: #000;font-size: 12px;border: none;border-radius: 0;border: solid 1px #000000;}
.search-input::-webkit-input-placeholder{color: #999;}
.search-button{position: absolute;top: 0;right: 0;width: 26px;height: 100%;border: none;background-color: transparent;background-image: url(../images/icon_search.png);background-repeat: no-repeat;background-position: center;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.search-button:hover{background-color: rgba(0,0,0,.1);}
.header-logo{padding: 4px 0;background: #ffffff;text-align: center;}
.header-logo img{width: auto;height: 96px;}
.header-nav{width:100%;background:#9f1c12;}
.site-nav,.site-nav ul{width:100%}
.site-nav > ul > li{position:relative;width:10%}
.site-nav > ul > li::before{content: "";position: absolute;top: 20px;left: 0;height: 20px;border-left: 1px solid #d3413b;}
.site-nav > ul > li::after{content: "";position: absolute;top: 20px;right: 0;height: 20px;border-right: 1px solid #7a100a;}
.site-nav li a{display:block;padding:20px 0;width:100%;font-size:15px;text-align:center;color:#fff}
.site-nav li:hover > a,.site-nav li:focus > a{background:#ab3931;color:#fff;}
.site-nav .open>a,.site-nav .open>a:focus,.site-nav .open>a:hover,.site-nav>li>a:focus,.site-nav>li>a:hover{border:none;background:#ab3931;color:#fff;}

.dropdown.open .dropdown-menu{z-index: 10;opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);visibility: visible;}
.dropdown-menu{left:0;z-index: 0;display: block;width:100%;min-width:115px;padding:0;border: 0px;text-align:center;border-radius: 0;background: transparent!important;opacity: 0;visibility: hidden;-webkit-transition: .3s all ease-in-out;-ms-transition: .3s all ease-in-out;transition: .3s all ease-in-out;-webkit-transform: translateY(15px);-ms-transform: translateY(15px);transform: translateY(15px);}
.dropdown-menu>li{width:100%}
.dropdown-menu>li>a{display:block;padding:12px 0;background:rgba(0,0,0,.8);color:#fff;font-size:14px;font-weight:400;border-bottom:1px solid #333;}
.dropdown-menu>li>a:hover{background: #fff;color:#ab3931}
.navbar-toggle{color: #fff;}
#localDTWw1{display: inline-block;}


/*
*   Footer
*/
.footer{padding: 0;background: #2d2d2d;color: #fff;}
.footer-link{padding: 30px 0;font-size: 16px;color: #fff;border-bottom: 1px solid #535353;}
.footer-link-item{display: block;width: 100%;color: #fff;text-align: center;border-right: 1px solid #535353;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.footer-link-item:hover{color: #fff;opacity: .6;}
.footer-info{padding: 15px;font-size: 12px;color: #999;text-align: center;}




#footer {
    width: 100%;
    /* height: 27.8%; */
    background: url(../images/foot_bg.png) no-repeat center;
    background-size: cover;
}
.foot {
    width: 65%;
    height: 2.5rem;
    margin: auto;
    display:flex;
    justify-content:space-between;
    align-items: center;
}
.links {
    width: 40%;
    height: 1rem;
    background-image: url(../images/logo.png);
    background-size: cover !important;background-position: center!important;background-repeat: no-repeat!important;
}
.links h1 {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    padding-top: 24px;
}
.links p {
    font-size: 12px;
    line-height: 30px;
    float: left;
    padding-right: 15px;
}
.links p a {
    color: #b7caff;
}
.tex {
    text-align: center;
    color: #a4acc5;
    font-size: 12px;
    line-height: 30px;
    padding-top: 35px;
}
/* footer自适应 */
@media (max-width: 992px) {
    .foot {
        width: 90%;
        flex-direction: column;
        height: auto;
        padding: 20px 0;
    }
    .links {
        width: 100%;
        height: 80px;
        margin-bottom: 15px;
    }
    .tex {
        width: 100%;
        padding-top: 15px;
    }
}

@media (max-width: 768px) {
    .foot {
        width: 95%;
    }
    .links {
        height: 60px;
    }
    .tex p {
        font-size: 11px;
        line-height: 24px;
    }
}

@media (max-width: 576px) {
    .links {
        height: 50px;
    }
    .tex p {
        font-size: 10px;
        line-height: 20px;
    }
    .links h1 {
        font-size: 16px;
        line-height: 30px;
        padding-top: 15px;
    }
}


/* 主体 */
.home1-2W{ position: relative; z-index: 1;}

.home1{ position: relative; z-index: 1;}
#bg1{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background: url(../images/home1_b2.png) center top repeat-x; background-size: 100vw auto;}
#bg2{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background: url(../images/home2_b1.jpg) center 75% no-repeat; background-size: 100vw auto;}
.home1 .wp{ justify-content: space-between;}
.home1 .left{ width: 41.66%; position: relative; z-index: 1; padding: .1rem 0 0;}
.home1 .left .bg1W{ position: absolute; top: -1.16rem; right: 0; bottom: 2.6rem; left: calc((14.4rem - 100vw)/2);overflow: hidden;z-index: -1;}
.home1 .left .bg1{position: absolute;top: -20%;right: 0;bottom: 0;left: 0;background-size: cover !important;overflow: hidden;height: 100%;}
.home1 .left .bg1:after{ content: ""; position: absolute; bottom: 0; right: 0; left: 0; background: #fdfdfd; height: 1.5rem;transform: skewY(-10deg);transform-origin: right top;}
.home1 .right{ width: 55.55%; padding: 1rem 0 0;}

.tit1{ margin-bottom: .7rem;}
.tit1 h3{font-size: .76rem; color: #000; font-family: 'Bell MT';}
.tit1 p{ font-size: .2rem; color: #adadad; line-height: .32rem; font-family: 'Poppins-Italic'; margin: .12rem 0 0;font-style: italic;}

.list4 li{ margin-bottom: .68rem;}
.list4 .img{ margin-bottom: .4rem;}
.list4 .img .imgLi{ padding-bottom: 73.5%;}
.list4 .txt{ height: 1.26rem; position: relative; z-index: 1; padding: 0 0 0 .4rem;display: flex;flex-direction: column;justify-content: space-between;}
.list4 .txt::before{ content: ""; position: absolute; top: 0; height: 100%; left: 0; width: .03rem; background: #ff6d18;}
.list4 .txt::after{ content: ""; position: absolute; top: 0; height: 0; left: 0; width: .03rem; background: #1d56c2; transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;}

.list4s1 .img .imgLi{ padding-bottom: 59.125%;}

.tit1_w h3{ color: #fff;}
.tit1_c{ text-align: center;}

.home2{ padding-bottom: 0; overflow: hidden;}

.list5{ margin: 0 -.26rem;}
.list5 li{ width: 33.33%; padding: 0 .26rem;}
.list5 .a{ display: block;}
.list5 .img .imgLi{ padding-bottom: 68%;}
.list5 .txt{ position: relative; top: -.38rem}
.list5 h6{ height: .39rem; position: relative; z-index: 1;line-height: .56rem;padding: 0 .1rem;}
.list5 h6:before{ content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 70%; background: #fff; z-index: -1; transform: skewX(6deg);transform-origin: left bottom;}
.list5 h4{ margin: .2rem 0 .36rem; padding: 0 .1rem}
.list5 .ico{ padding: 0 .1rem}
.list5 .ico img{ height: .15rem; transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;}

.list5 li:nth-child(1) .a{ margin-top: .3rem;}
.list5 li:nth-child(2) .a{ margin-top: .56rem;}

/*
*   Homepage
*/

.block-title{padding-bottom: 5px;font-size: 24px;font-weight: bold;color: #143270;border-bottom: 2px solid #2d44aa;}
.block-title a{float: right;margin-top: 8px;font-size: 14px;font-weight: normal;color: #999;}

.intro-list li{padding: 20px 0;border-bottom: 1px solid #eaeaea;}
.intro-list li h4{font-size: .16rem;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.intro-list li:hover h4{color: #143270;}
.intro-list li h4 span{ float: right;font-size: .12rem;color: #999;}
.intro-list li p{padding-top: 4px;font-size: 14px;color: #999;}

.date-list li{position: relative;margin-bottom: 15px;}
.date-list li .date{position: absolute;left: 0;top: 0;width: 70px;height: 50px;line-height: 1;text-align: center;background-color: #143270;overflow: hidden;}
.date-list li .date b,.date-list li .date span{display: block;white-space: nowrap;color: #fff;}
.date-list li .date span{padding-top: 4px;font-size: 24px;}
.date-list li .date b{padding-top: 4px;font-size: 12px;}
.date-list li .content{padding-left: 85px;}
.date-list li .content h4{padding-top: 5px;font-size: 16px;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.date-list li .content:hover h4{color: #143270;}
.date-list li .content p{padding-top: 2px;font-size: 14px;color: #999;}

.common-list{min-height: 325px;}
.common-list li{padding: .5rem 0;border-bottom: 1px solid #DDDDDD;}
.common-list li h4{padding-bottom: 2px;font-size: 16px;    float: left; width: 83%;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.common-list li:hover h4{color: #143270;}
.common-list li p{padding-left: 20px;font-size: 14px;    width: 17%;color: #999;background: url(../images/icon_time.png) no-repeat center left;}

.common-lists{min-height: 325px;}
.common-lists li{padding: 14px 0;border-bottom: 1px solid #DDDDDD;}
.common-lists li h4{padding-bottom: 2px;font-size: 16px;    float: left; width: 80%;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.common-lists li:hover h4{color: #143270;}
.common-lists li p{padding-left: 20px;font-size: 14px;    width: 20%;color: #999;background: url(../images/icon_time.png) no-repeat center left;}


.subject-intro-more{margin-top: 15px;}

.img-list li{position: relative;margin-bottom: 26px;}
.img-list li .img{position: absolute;width: 120px;height: 78px;background-color: #888;background-size: 100% 100%;background-repeat: no-repeat;}
.img-list li .img span{position: absolute;top: 0;left: -9px;width: 87px;height: 30px;background: url(../images/icon_date.png);color: #fff;text-align: center;}
.img-list li .content{position: relative;padding-left: 140px;}
.img-list li .content h4{min-height: 36px;font-size: 16px;color: #333;}
.img-list li .content h4:hover{color: #143270;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.img-list li .content p{min-height: 34px;color: #999;}

.banner{background-color: rgb(255, 255, 255);    padding-top: 210px;margin: auto;}
.banner .inner{max-width: 1920px;width: 1300px;margin: 0 auto;}
.banner-carousel{    float: left;  width: 100%; height: 400px;      margin-bottom: 40px;background-color: #f1f1f1;}
.banner-carousel .swiper-slide{width:100% !important;height: 100% !important; position: relative;display: block;background-color: #555;background-size: cover;background-repeat: no-repeat;background-position: center;}
.banner-carousel-item{position: absolute;bottom: 0;left: 0;right: 0;max-width: 1360px;width: 100%;padding: 25px 15px;margin: 0 auto;background: #143270;color: #fff;    opacity: 0.6;}
.banner-carousel-item h3{font-size:.21rem;}
.banner-carousel-item p{margin-top: 6px;font-size: 14px;}
.banner-carousel .container{position: relative;}
.banner-button{width: 30px;height: 30px;background-color: #fff;background-size: auto;background-position: center;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.banner-button:hover{opacity: 0.8;}
.banner-button.swiper-button-prev{top: auto;bottom: 20px;left: auto;right: 7%;;background-image: url(../images/left.png);}
.banner-button.swiper-button-next{top: auto;bottom: 20px;right: 3%;background-image: url(../images/right.png);}
.banner-pagination .swiper-pagination-bullet{width: 10px;height: 10px;background-color: transparent;border: 1px solid #fff;opacity: 1;}
.banner-pagination .swiper-pagination-bullet-active{background-color: #fff;}

.section-title{padding: 15px 0;text-align: center;}
.section-title h2{font-size: 24px;color: #fff;}

.hero-news{padding: 40px 0;}
.hero-news-item{margin: 15px 0;background-color: #fff;border: 1px solid #ddd;box-shadow: 0 0 5px rgba(0,0,0,.1);-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.hero-news-item .img{position: relative;width: 100%;height: 250px;overflow: hidden;background-color: #f1f1f1;}
.hero-news-item .img .overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.hero-news-item:hover .img .overlay{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.hero-news-item .date{position: absolute;left: 20px;bottom: 15px;width: 45px;height: 50px;background-color: #ffa800;text-align: center;color: #fff;}
.hero-news-item .date span{display: block;height: 28px;line-height: 28px;font-size: 21px;white-space: nowrap;}
.hero-news-item .date b{display: block;height: 22px;line-height: 22px;font-weight: normal;background: rgba(0,0,0,.1);white-space: nowrap;}
.hero-news-item.blue .date{background-color: #0055cc;}
.hero-news-item .content{padding: 15px 20px 0;box-sizing: border-box;background-color: #fff;}
.hero-news-item .content h2{padding: 10px 0;font-size: 16px;color: #181e26;}
.hero-news-item .content h2 a{color: #181e26;}
.hero-news-item .content:hover h2 a{color: #2d70ba;}
.hero-news-item .content p{display: -webkit-box;min-height: 44px;overflow: hidden;margin-bottom: 25px;line-height: 1.6;font-size: 14px;color: #777;text-overflow: -o-ellipsis-lastline;text-overflow: ellipsis;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.hero-news-item .content p a{color: #777;}
.hero-news-item .more{height: 32px;line-height: 32px;padding: 0 20px;border-top: 1px solid #efefef;}
.hero-news-item .more a{display: block;text-align: left;color: #4e6280;}
.hero-news-item .more span{float: right;-webkit-transition: .3s transform ease;-ms-transition: .3s transform ease;transition: .3s transform ease;}
.hero-news-item:hover{box-shadow: 0 0 10px rgba(0,0,0,.3);}
.hero-news-item:hover .more span{-webkit-transform: translateX(-10px);-ms-transform: translateX(-10px);transform: translateX(-10px);}

.news-carousel{width: 100%;height: 300px;background-color: #fff;}
.news-carousel .swiper-slide{position: relative;display: block;background-color: #888;background-size: cover;background-repeat: no-repeat;background-position: center;}
.swiper-pagination.news-pagination{left: auto;right: 10px;width: auto;}
.swiper-pagination.news-pagination .swiper-pagination-bullet{width: 22px;height: 25px;line-height: 25px;text-align: center;background: rgba(0,0,0,.5);color: #fff;border-radius: 0;opacity: 1;}
.swiper-pagination.news-pagination .swiper-pagination-bullet-active{background: #143270!important;}

.home-list{padding: 24px 0 40px;background: #f6f6f6;}

.home-photo{padding: 35px 0;background: url(../images/hdtp.jpg) no-repeat center;}
.photo-carousel{position: relative;display: block;height: 250px;margin: 20px 0;}
.photo-carousel .swiper-slide{position: relative;width: 25%;}
.photo-carousel-item{position: relative;width: 280px;margin: 0 auto;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.photo-carousel-item:hover{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.photo-carousel-item .photo{position: relative;width: 100%;height: 200px;background-color: #888;}
.photo-carousel-item .photo .overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;}
.photo-carousel-item .title{position: relative;z-index: 2;width: 195px;height: 40px;line-height: 40px;margin: -15px auto 0;padding: 0 8px;text-align: center;background: #fff;color: #143270;}

.shortcut{padding: 20px 0;}
.shortcut-item{display: block;height: 50px;line-height: 50px;margin: 10px 0;padding-left: 65px;font-size: 18px;color: #143270;background-repeat: no-repeat;background-position: 12px center;border-left: 4px solid transparent;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.shortcut-item:hover{-webkit-transform: translateX(5px);-ms-transform: translateX(5px);transform: translateX(5px);background-color: #f1f1f1;border-left-color: #143270;}

.block-item{position: relative;}
.home-intro-content{position: relative;width: 100%;height: 300px;overflow-y: auto;padding: 20px;background-color: #fff;}
.home-intro-more{position: absolute;left: 0;right: 0;bottom: 0;padding: 15px 20px;background-color: rgba(0,0,0,.1);}

/*
*   Column
*/
.column{min-height: calc(100vh - 300px);margin-top:-90px;}
#columnNav{padding:0!important}
.column-banner{height: 100px;background-color: rgba(0,0,0,.05);}
.column-left{position:relative;margin-top:40px;padding-bottom:3px;background:#fafafa}
.column-name{padding:30px 20px;font-size:24px;font-weight:600;color:#fff;background:#143270}
.column-name .navbar-toggle{margin-top: -.2rem;margin-right: -.5rem;}
.column-right{position:relative;margin-top:40px;padding:10px 30px;margin-bottom:50px;background:#fff;min-height:300px;border-top:3px solid #143270;box-shadow:0 10px 10px rgba(0,0,0,.1)}
.column-title{font-size:.35rem;font-weight:700;border-bottom:1px solid rgba(0,0,0,.1);padding:11px 0;margin-bottom:8px}
.column-position{float:right;margin-top:5px;font-size:14px;font-weight:400;color:#143270}
.column-position a{color:#636363}
.column-position a:hover{color:#1d1d1d}
.column-position i{margin-right:8px}
.wp_listalbumn{margin-top:20px}
.col-list{background:#fff}
.col-list>ul{position:relative;padding:0}
.col-list li{position:relative;font-size:16px;border-left:none;border-top:1px dashed #ededed;}
.col-list li.selected{background:#f1f1f1;color:#143270}
.col-list > ul > li.selected > a{color:#143270;font-weight:700}
.col-list ul li a{color:#636363;display:block;padding:10px 20px;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.col-list ul li a:hover{background-color: #143270;color: #fff;}
.col-list ul li ul{position:relative;padding:0}
.col-list ul li ul li{font-size:14px;border-left:none;background:#f7f7f7;border-right:5px solid #143270;border-top:1px solid #ededed;border-bottom:1px solid #ededed}
.col-list ul li ul li a{color:#636363;display:block;padding:10px 20px}
.col-list ul li ul li.selected a{color:#143270;font-weight:700}
.col-list ul li ul li span{position:relative;top:3px;font-size:12px;float:right}
.col-list ul li ul li:hover a+span{color:#4863d2}
.col-breadcrumbs{float:right;margin-top:30px;margin-right:10px}
.wp_single.wp_column_article{padding: 15px 0    }






#pages {
	padding: 40px 0 80px;
    display: flex;
    flex-wrap: wrap;
    min-height: auto;
    justify-content: center;
    align-items: center;
	}
	#pages .page-item {
margin-right: 8px;
text-align: center;
background-color: transparent;
border: 1px solid rgba(170, 170, 170, 0.2);
}
	#pages::after {
	content: "";
	display: block;
	clear: both;
	}
	#pages a {
float: left;
min-width: 44px;
height: 44px;
line-height: 44px;
font-size: .11rem;
}

	#pages .page-item.active, #pages .page-item:hover {
	border-color: #12368f;
	color: #fff;
	background-color: #12368f;
	}

    .lianjie{
        float: right;
        margin: 20px;
    }
/*
*   Post
*/
.post-detail{margin: 40px 0;}
.post-detail .inner{max-width: 1024px;width: 100%;margin: 0 auto}
.post-metas{padding-bottom: 20px;color: #999;text-align: center;border-bottom: 1px solid #efefef;}
.post-title{font-size: 30px;font-weight: 600;color: #181e26;}
.post-attr span{margin: 0 5px;}
.post-content{min-height: calc(100vh - 400px);padding: 30px 0}


.subject-content{min-height: 155px;}
.subject-more{margin-bottom: 40px;}

/*
*   Responsive
*/
@media screen and (max-width: 1199px){
    
    .photo-carousel .swiper-slide{width: 33.33%;}
}
@media screen and (max-width: 991px){
    .header-search{float: none;}
    .header-bar .pull-right{display: none;}
    .header-nav .container{width: 100%;}
    .banner .inner{width: 100%;}
    .banner-carousel{height: 55vw;width: 100%;}
    .block-item{margin: 20px 0}
    .photo-carousel .swiper-slide{width: 50%;}
}
@media screen and (max-width: 768px) {
    .dropdown-menu{display: none;}
    .header-nav .container{padding: 0;}
    .site-nav{margin: 0!important;padding: 0;}
    .site-nav > ul > li{width: 100%;}
    .site-nav > ul > li > a{padding: 12px 0;border-bottom: 1px solid rgba(0,0,0,.1);}
    .dropdown-menu>li>a{padding: 5px 10px!important;}
    .navbar-nav{margin: 0;}
    .news-carousel{height: 50vw;}
    .post-content img{max-width: 100%;height: auto!important;}
}
@media screen and (max-width: 599px) {
    
    .header-link{display: none;}
    .header-logo img{width: 95%;height: auto;}
    .header-welcome span.time{display: none;}
    .photo-carousel .swiper-slide{width: 100%;}
}


@media screen and (max-width: 1440px){
    .banner .inner{
        width: 1170px;
    }
    .banner-carousel{
        /* width: 600px; */
    }
}
@media screen and (max-width: 1200px){
    .banner .inner{
        width: 965px;
    }
    .banner-carousel{
        width: 572px;
    }
    .col-lg-4{
        margin-bottom: 40px;
    }
  
}


@media screen and (max-width: 992px){
    .banner .inner{
        width: 740px;
    }
    .banner-carousel{
        width: 100%;
        margin-right: 0;
    margin-left: 0;
    }
    .banner-button.swiper-button-next{
        right: 40px;
    }
    .banner-button.swiper-button-prev{
        right: 80px;
    }
   
}
@media screen and (max-width: 800px){
    .banner .inner{
        width: 84%;
    }
    .lianjie{
        margin: 20px 30px;
        float: left;
       
    }
    .banner-button.swiper-button-next{
        right: 3px;
    }
    .banner-button.swiper-button-prev{
        right: 40px;
    }
    .foot {
        width: 85%;
        margin: auto;
    }
}