@charset "utf-8";
html,
body {
    font-size: 14px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    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:#fff;
}
.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%;
    height: 106px;
    background-color: #0055a2;
    border-bottom: solid 4px #1177d3;
    position: fixed;
    z-index: 9999;
}
.hd-con{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.hd-lf{
    display: inline-block;
    height: 46px;
    line-height: 46px;
}
.hd-lf .logo{
    width: 386px;
    height: 54px;
}
.hd-lf span{
    display: inline-block;
    vertical-align: top;
    height: 46px;
    border-left: solid 1px #ffffff;
    margin: 0 18px;
}
.hd-lf em{
    vertical-align: top;
    display: inline-block;
    font-style: normal;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
}
.hd-rt{
    display: inline-block;
    float: right;
    height: 46px;
    line-height: 46px;
    width: 50%;
    text-align: right;
    position: relative;
}
.hd-rt .logo-bg{
    position: absolute;
    top: -29px;
    right: 2%;
}
.hd-rt ul li{
    display: inline-block;
    margin: 0 3.5%;
    text-align: center;
    position: relative;
    vertical-align: middle;
}
.hd-rt ul li.active img{
    width: 20px;
    position: absolute;
    bottom: -30px;
    left:50%;
    margin-left:-10px;
}
.hd-rt ul li a{
    font-size: 18px;
    color: #ffffff;
}
.hd-rt ul li a:hover{
    text-decoration: none!important;
}
.hd-rt ul li .search-img{
    position: absolute;
    top: 15px;
}
.hd-rt ul li .search{
    display: none;
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 160px;
    background-color: #013a81;
    border: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 18px;
    color: #809dc0;
    outline: none;
}
.hd-rt ul li .search-show{
    display: block;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #809dc0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #809dc0;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #809dc0;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #809dc0;
}


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

/* ------ footer ------*/
.footer{
    width: 100%;
    height: 154px;
    display: table;
    background: url(footer-bg.jpg) no-repeat;
    margin-top: 40px;
}
.ft-cell{
    display: table-cell;
    vertical-align: middle;
}
.ft-con{
    width: 1200px;
    margin: 0 auto;
}
.ft-lf{
    display: inline-block;
}
.ft-lf img{
    width: 283px;
    height: 67px;
    margin-top: 23px;
}
.ft-rt{
    display: inline-block;
    float: right;
    color: #ffffff;
}
.state{
    width: 100%;
    background-color: #003E74;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0;
}
.state img{
    vertical-align: middle;
}

/*----- 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;
}

.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;
}