@charset "utf-8";
html,
body {
    font-size: 14px;
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
    min-width: 1366px;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
textarea{
    outline: none;
}
.links{
color:rgba(255,255,255,0.8);
}
.links:hover{
text-decoration: underline;
}
a {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    outline:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    text-decoration: none;
    cursor: pointer;
}
i{
    font-style:normal;
}
img{
    height: auto;
}

/* ------ header ------ */
.header{
    width: 100%;
    background-color: #0056A3;
}
.hd-con{
    width: 1200px;
    margin: 0 auto;
}
.hd-top{
    height: 32px;
    line-height: 32px;
    background-color: #f7f7f7;
    text-align: right;
}
.hd-top a{
    color: #999999;
    margin-left: 12px;
}
.hd-mid{
    background-color: #ffffff;
    height: 120px;
}
.hd-mid-bg{
    background: url(hd-bg.jpg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 120px;
}
.hd-mid img{
    margin-top: 25px;
}
.hd-bottom{
    height: 56px;
    line-height: 54px;
    background-color: #c22022;
}
.hd-bottom ul li{
    display: inline-block;
    margin: 0;
    cursor: pointer;
}
.hd-bottom ul li a{
    font-size: 18px;
    color: #ffffff;
    padding: 16px 50px;
}
.hd-bottom ul li.active,.hd-bottom ul li:hover{
    background-color: #990000;
}


/* ------ contentBox ------*/
.content{
    position:relative;
    overflow-x: hidden;
}

/* ------ footer ------*/
.footer{
    width: 100%;
    height: 153px;
    background-color: #990000;
    display: table;
}
.ft-cell{
    display: table-cell;
    vertical-align: middle;
}
.ft-con{
    width: 1200px;
    height: 110px;
    margin: 0 auto;
}
.ft-lf{
    display: inline-block;
}
.ft-lf img{
    margin-top: 22px;
}
.ft-mid{
    display: inline-block;
    margin-left: 135px;
    color: #ffffff;
}
.ft-mid p{
    font-size: 14px;
    margin: 0;
    line-height: 1.8em;
    color: rgba(255,255,255,0.8);
}
.ft-rt{
    display: inline-block;
    float: right;
    margin-right: 35px;
}
.ft-rt img{
    margin-top: 21px;
}

/*----- common -----*/
[v-cloak] {
    display: none !important;
}
.no-data{
    color:#fff;
    opacity:0.6;
    font-size:0.75rem;
    text-align:center;
    padding:20px 0;
}
.dropload-down{
    color: #fff;
    text-align: center;
}
.overflow-hd{
    overflow: hidden!important;
}

.rotate-p90 {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.swiper-wrapper{
    height: auto;
}
.swiper-slide{
    height: auto;
}
.recommend ul li a:hover{
    text-decoration: underline;
}

/*--------详情页面-------*/
.detail{

}
.detail-info{
    text-align: left;
    font-size: 14px;
    color: #666666;
    margin: 42px 0 32px;
}
.detail-info span{
    margin-right: 24px;
}
.detail-info em img{
    vertical-align: sub;
}
.detail h3{
    font-size: 24px;
    color: #222222;
    font-weight: normal;
    text-align: center;
}
#pagenav_0{
    /* background:#c22022!important; */
    /* border-color:#c22022; */
}
.detail p{
    font-size: 15px;
    color: #222222;
    line-height: 2em;
    text-indent: 2em;
}
.detail .img{
    display: block;
    width: 500px;
    margin: 10px auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url(swiper-lf.png) no-repeat;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(swiper-rt.png) no-repeat;
}

/*媒体查询*/
@media screen and (min-width:1680px) and (max-width:1920px){

}
@media screen and (min-width:1600px) and (max-width:1680px){
    .ft-mid p{
        font-size: 13px;
    }
}
@media screen and (min-width:1440px) and (max-width:1600px){
    .ft-mid p{
        font-size: 13px;
    }
}
@media screen and (min-width:1366px) and (max-width:1440px){
    .ft-mid p{
        font-size: 12px;
    }
}
@media screen and (max-width:1366px){
    .ft-mid p{
        font-size: 12px;
    }
}