@charset "utf-8";

@font-face {
    font-family: 'PingFang-Semibold';
    src: url("../font/PingFang-Semibold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'PingFang-Medium';
    src: url("../font/PingFang-Medium.ttf") format("truetype");
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family:微软雅黑;
}


html,
body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    /* font-family: "PingFang-Semibold", sans-serif; */
    overflow-x: hidden;
}
html{font-size: 100px}
html,
body{
    min-width: 1460px;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em,b{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}
a:focus,div:focus,span:focus
{
    border: none;
    outline: none;
}
img,
input {
    border: 0;
}

input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}
.phone {
    display: none;
}
.clear:after,.clearfix:after{
    content: '';
    display: block;
    clear: both;
}


.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;
}
.icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}

.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in;
}
.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pore{position:relative;margin-top: -2px;}
.zi3{position: relative;z-index: 3}
html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
.wp{ width: 1300px; max-width:96%;padding: 0; margin: 0 auto;}


/*==========================================公共 开始=============================================*/

.header{
    height: 160px;
    background: #153e87;
}

.header .wp{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img{
    display: block;
    height: 72px;
}


.search{
    position: relative;
    width: 300px;
}

.search .ser_inp{
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #8399c1;
    padding: 0 72px 0 36px;
    border-radius: 100px;
    background: #1b49a2;
    font-family: 'PingFang-Semibold',sans-serif;
}
.search .ser_btn{
    position: absolute;
    right: 30px;
    top: 35px;
    width: 25px;
    height: 25px;
    background: url("../images/search-1.png") no-repeat 50%/26px;
    cursor: pointer;
}
input::placeholder{
    color: #8399c1;
}
.search .top_links
{
    position:absolute;
    right:0;
    top:-20px;
}
.search .top_links ul li a
{
    font-size:14px;
    color:#fff;
}


#nav{
    position: relative;
    z-index: 2;
    background: #0d3780;
}

#nav ul{
    height: 100%;
    position: relative;
    z-index: 2;
}
#nav li{
    position: relative;
    height: 100%;
}


#nav li h2{
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: .5s;
    font-family: 'PingFang-Medium', sans-serif;
}
#nav li h2 a{
    display: block;
}
#nav li h2:after {
    content: "";
    position: absolute;
    left: -35px;
    right: -35px;
    top: 0;
    bottom: 100%;
    transition: .6s;
    background: #1b49a2;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
#nav li.on h2:after, #nav li:hover h2:after {
    bottom: 0;
    opacity: 1;
    visibility: visible;

}
#nav li.on h2,#nav li:hover h2{
    font-weight: 700;
}
#nav li .sub{
    position: absolute;
    top: 100%;
    background: #ffffff;
    width: 180px;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    box-shadow: 0 0 60px rgba(0,0,0,.1);
}

#nav  li .sub .box {
    padding: 0;
    text-align: center;
}

#nav  li .sub a {
    display: block;
    padding: 8px 11px;
    line-height: 28px;
    transition: 1.6s;
    font-size: 16px;
    color: #000000;
    text-align: center;
    width: 180px;
}

#nav li .sub a:hover {
    color: #fff;
    background: #0d3780;
    /* width: 180px; */
}

#nav li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

.ft-block{
    margin-bottom: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft-link{
    margin-right: 94px;
}
.ft-link dl{
    width: 300px;
    position: relative;
}
.ft-link dl:nth-child(-n+2){
    margin-top: 0;
}
.ft-link dl dt{
    position: relative;
    height: 50px;
    line-height: 50px;
    background: #1b49a2;
    padding-left: 20px;
    padding-right: 30px;
    cursor: pointer;
    color: #8399c1;
    font-size:18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 100px;
}
.ft-link dl dt span{
    width: calc(100% - 24px);
    text-align: center;
}
.ft-link dl dt:after{
    display: block;
    content: '';
    width: 13px;
    height: 8px;
    background: url("../images/ftlink.png") no-repeat 50%;
    background-size: 13px 8px;
    transition: .3s
}
.ft-link dl dt.on:after{
    display: inline-block;
    transform: rotate(180deg);
}
.ft-link dl dd ul li{
    font-size: 18px;
    line-height: 32px;
    padding: 5px 0;
}
.ft-link dl dd ul li a{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #666;;
}

.ft-link  dl dd ul li a:hover{
    color:  #1b49a2;
}
.ft-link  dl dd{
    position: absolute;
    /*top:100%;*/
    bottom:100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    z-index: 5;
    display: none;
}
.ft-link  dl dd ul{
    max-height: 300px;
    overflow-y: auto;
}
.ft-link  dl dd ul::-webkit-scrollbar{
    width:4px;
}
.ft-link  dl dd ul::-webkit-scrollbar-track{
    background: #eee;border-radius: 5px;
}
.ft-link dl dd ul::-webkit-scrollbar-thumb{
    border-radius:5px;
    background:linear-gradient(45deg,#1b49a2 0%,#1b49a2 100%);
}

.ft-logo img{
    display: block;
    max-height: 69px;
}
.bq{
    display: flex;
    justify-content: center;
}
.bq *{
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #6189cd;
    margin: 0 19px;
}

.foot{
    padding: 60px 0 32px;
    background:#1f458a url("../images/foot.png") no-repeat bottom center/cover;
}

.aside{
    position: fixed;
    top: 50%;
    right: 10px;
    width: 95px;
    transform: translateY(-50%);
    z-index: 99;
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

.aside li a{
    height: 90px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #2a64e3;
    border-radius: 10px;
    transition: .5s;
}
.aside li a img{
    display: block;
    width: 32px;
    height: 32px;
}
.aside li a h3{
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin-top: 10px;
}
.aside li:hover a{
    background: #153e87;
}
.aside li{
    margin-top: 1px;
}

.aside.hide{
    opacity: 0;
    visibility: hidden;
}





.PrevDisabled,.Next,.defaultInputStyle,.Prev,.NextDisabled
{
    height:20px !important;
}
.defaultInputStyle
{
   border: solid 1px #AFD5F5!important;
}


.miso_navs{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    transform: translateY(-101%);
    transition: .5s;
    visibility: hidden;
    opacity: 0;
}
.miso_navs.xg1{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
