html,body{
    margin: 0;
    padding: 0;
}
a:hover,a:visited,a:focus{
    text-decoration: none;
}
.j-content div.files{
    text-indent: 0;
    font-size: 15px;
}
.j-content div.files a{
    color: #888;
    font-size: 12px;
}
@font-face {
    font-family: 'source_han_sans_cn';
    src: url('/fonts/sourcehansanscn-normal-webfont.woff2') format('woff2'),
         url('/fonts/sourcehansanscn-normal-webfont.woff') format('woff'),
         url('/fonts/sourcehansanscn-normal-webfont.svg#source_han_sans_cnnormal') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_han_sans_md';
    src: url('/fonts/sourcehansanscn-medium-webfont.woff2') format('woff2'),
         url('/fonts/sourcehansanscn-medium-webfont.woff') format('woff'),
         url('/fonts/sourcehansanscn-medium-webfont.svg#source_han_sans_cnnormal') format('svg');
    font-weight: normal;
    font-style: normal;

}
*,a,span,div,p,html,body{
    margin: 0;
    padding: 0;
    font-family: 'source_han_sans_md';
}
h1,h2,h3,h4,h5,h6{
    font-family: 'source_han_sans_md';
}
/*head*/
.head{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.head::after{
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1a4499;
    opacity: 0.85;
    z-index: -1;
    /*
    background: linear-gradient(rgb(26, 68, 153), rgba(26, 68, 153, 1), rgba(26, 68, 153, 0.8), rgba(26, 68, 153, 0.6), rgba(26, 68, 153, 0.01));*/
}
img.logo{
    height: 60px;
    width: auto;
    margin: 15px 0 0;
    cursor: pointer;
}
.h-banner{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.h-search{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a.home{
    display: inline-block;
}
.h-search>div{
    position: relative;
}
.h-search div input{
    display: inline-block;
    border-radius: 15px;
    border: none;
    height: 23px;
    width: 130px;
    margin-left: 15px;
    outline: none;
    outline-style: none;
    padding: 0 30px 0 10px;
    font-size: 16px;
    color: #1a4499;
    font-weight: bold;
}
.h-search div input:hover{
    border: none;
}
a.k-search {
    display: block;
    background: url(/images/search.png) no-repeat top center;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    right: 10px;
}
.sm-menu{
        display: none;
}
/**/
ul.u-menu{
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px 0;
}
ul.u-menu li{
    position: relative;
}
ul.u-menu li ol{
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    height: auto;
    background-color: white;
    color: #1d4089;
}
ul.u-menu li a{
    color: white;
    font-family: 'han_sans_cnnormal';
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 1px 10px;
}
ul.u-menu li  ol a{
    background-color: white;
    color: #1d4089;
    font-family: 'han_sans_cnnormal';
    font-size: 16px;
    text-align: left;
    display: block;
    min-width: 100px;
}
ul.u-menu li svg{
    transform: rotate(0deg);
    transition: all ease 0.35s;
    width: auto;
    height: 20px;
    fill: #fff;
    position: absolute;
    right: 15px;
    top: 4px;
    display: none;
}
ul.u-menu  li:hover a{
     background-color: white;
    color: #1a4499;
}
ul.u-menu  li:hover  ol{
    display: block;
}

ul.u-menu li ol li a:hover{
    color: white;
    background-color: #ff8b3d;
}
ul.u-menu li ol li:first-of-type a{
    border-top: 3px solid rgba(26, 68,153, 0.8);
}
/*head*/
/*swiper*/
.swipers{
    display: block;
    clear: both;
    position: relative;
    margin: 0;
    padding: 0;
}
.swipers .swiper-slide img{
    width: 100%;
}
.s-txt {
    position: absolute;
    bottom: 0;
    right: 20px;
    padding: 10px;
    background: rgba(36, 64, 132, 0.57);
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 2px 2px 2px #000000;
    max-width: 600px;
}
.s-txt a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
}
/*swiper*/
/*foot*/
.foot{
    background-color: #2f5299;
    padding-bottom: 50px;
}
.f-logo img{
    height: 50px;
    margin: 30px 0;
}
.f-addr,.link-item{
    color: white;
    font-size: 10px;
}
.f-addr div{
    line-height: 2em;
}
.f-addr div:first-of-type{
    line-height: 3em;
}
.f-addr div:last-of-type{
    margin-top: 30px;
}
.link{
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.link-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 3em;
}
.link-item a{
    color: white;
    display: block;
    min-width: 33%;
}
.line{
    height: 15%;
    width: 1px;
    background-color: white;
}
/*foot*/
/**/
@media screen and (max-width:991px){
    .line {
        display: none;
    }
    .f-addr{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
    .f-addr div {
        line-height: 3em;
    }
    .f-addr div:last-of-type {
        margin: 0 0 15px 50px;
    }
}
@media screen and (max-width:900px){
    img.logo {
        height: 50px;
        margin: 15px 0 ;
    }
    .s-txt{
        font-size: 15px;
    }
}
@media screen and (max-width:767px){
    ul.u-menu li a{
        padding: 1px 2px;
        font-size: 15px;
    }
}
@media screen and (max-width:750px){
    img.logo {
        height: 40px;
    }
}
@media screen and (max-width:650px){
    img.logo {
        height: 30px;
    }
    ul.u-menu li a{
        padding: 1px 2px;
        font-size: 10px;
    }
    .s-txt {
        font-size: 10px;
    }
    .swiper-pagination{
        display: none;
    }
}
@media screen and (max-width:540px){
    img.logo {
        height: 30px;
        margin: 5px 0;
    }
    .h-search{
        display: none;
    }
    /*menu-hide*/
    .sm-menu{
        display: block;
        color: white;
        margin-top: 10px;
        font-size: 20px;
        cursor: pointer;
    }
    .menus{
        position: absolute;
        top: 1px;
        left: 0;
        width: 100%;
        height: auto;
        background-color: #1a4499;
        opacity: 0.87;
        display: none;
        padding-bottom: 1px;
    }
    ul.u-menu {
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin: 0;
    }
    ul.u-menu li {
        border-bottom: 1px dashed white;
    }
    ul.u-menu li a {
        padding: 5px 15px;
        font-size: 14px;
        text-align: left;
        display: inline-block;
    }
    ul.u-menu li svg{
        display: block;
    }
    ul.u-menu li  ol a{
        background-color: none;
    }

    ul.u-menu  li:hover a{
        background-color: none;
    }
    ul.u-menu  li:hover  ol{
        display: none;
    }
    ul.u-menu  li.point svg{
        transform: rotate(-90deg);
        transition: all ease 0.35s;
    }
    ul.u-menu li ol{
        position: relative;
        background: none;
        top: 0;
    }
    /*menu-hide*/
}
/*-----------animation-----------------*/
.channel-list a:hover{
    animation: channel 0.3s linear forwards;
    --webkit-animation:channel 0.3s linear forwards;
}
@keyframes channel{
    0%{
        -ms-transform: scale(1.05,1.05); 
        -webkit-transform: scale(1.05,1.05); 
        transform: scale(1.05,1.05); 
    }
    50%{
        -ms-transform: scale(1.1,1.1); 
        -webkit-transform: scale(1.1,1.1); 
        transform: scale(1.1,1.1); 
    }
    80%{
        -ms-transform: scale(1.05,1.05); 
        -webkit-transform: scale(1.05,1.05); 
        transform: scale(1.05,1.05); 
    }
    100%{
        -ms-transform: scale(1,1); 
        -webkit-transform: scale(1,1); 
        transform: scale(1,1); 
    }
}
@-webkit-keyframes channel{
    0%{
        -ms-transform: scale(1.05,1.05); 
        -webkit-transform: scale(1.05,1.05); 
        transform: scale(1.05,1.05); 
    }
    50%{
        -ms-transform: scale(1.1,1.1); 
        -webkit-transform: scale(1.1,1.1); 
        transform: scale(1.1,1.1); 
    }
    80%{
        -ms-transform: scale(1.05,1.05); 
        -webkit-transform: scale(1.05,1.05); 
        transform: scale(1.05,1.05); 
    }
    100%{
        -ms-transform: scale(1,1); 
        -webkit-transform: scale(1,1); 
        transform: scale(1,1); 
    }
}
/*-----------animation-----------------*/
/*-----------fadeInUp-----------------*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,20px,0);
        -ms-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

/*-----------fadeInUp-----------------*/