@font-face {
    font-family: '思源宋体 CN';
src: url(../font/itlxld2epaej..jpg) format('woff');
    font-display: swap;}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Roboto_light, Arial, Helvetica, "PingFang SC", "PingFang SC-Regular", 苹方, "Microsoft Yahei", sans-serif;}


html,
body {
    color: #333;
    font-size: 16px;
    line-height: 1;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;}

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 {
    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.3s ease-in;}

.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}

.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;}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.pore {
    position: relative
;}

.aline_r {
    position: relative;
    background-image: linear-gradient(#100ade, #100ade);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;}

.alin_r:hover .aline_r {
    background-size: 100% 1px;
    color: #100ade
;}

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;}

.zi3 {
    position: relative;
    z-index: 3
;}


.wp {
    margin: 0 auto;
    width: 1240px;}

/*==========================================公共 开始=============================================*/

.logo {
    width: 100%;
    align-items: flex-end;
    display: flex;
    justify-content: space-between;}

.logo img {
    display: block;
    height: 1.8rem;}

.logo img.r {
    height: 1.3rem;}

.search {
    position: relative;
    width: 150px;
    align-self: center;
    background-color: #eff0f1;}

.search .inp {
    display: block;
    width: 101%;
    background: #eff0f1;
    height: .38rem;
    line-height: .38rem;
    font-size: .14rem;
    color: rgb(117 117 157);
    padding-left: .18rem;
    padding-right: .4rem;}

.search .subm {
    position: absolute;
    width: .14rem;
    height: .14rem;
    right: .13rem;
    top: .12rem;}

.head {
      padding-top: 0.25rem;
    padding-bottom: 1.45rem;
    background: url(../image/head5.jpg) no-repeat;
    width: 100%;
    min-width: 1240px;}

#nav {
    background: #02478A;
width: 100%;
    min-width: 1240px;}

#nav a {
    display: block;}

#nav li {
    position: relative;
    width: 12.5%;}

#nav li h2 {
    font-size: .18rem;
    line-height: .52rem;
    text-align: center;
    color: #fff;
    transition: .5s;
    font-weight: 600;
    position: relative;}

#nav ul li h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .6s;
    width: 0;
    height: 3px;
    background: #0c51ab;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;}

#nav ul li.on h2:after,
#nav ul li:hover h2:after {
    opacity: 1;
    visibility: visible;
    width: .34rem;
    margin-left: -.17rem;}

#nav ul li.on h2,
#nav ul li:hover h2 {
    color: #FFB308;}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #f9f9f9;
    min-width: 1.4rem;
    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: .25s;
    transform-origin: top;}

#nav ul li .sub .box {
    padding: 0;
    text-align: center;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);}

#nav ul li .sub a {
    padding: .12rem .1rem;
    line-height: 1.375;
    transition: .6s;
    font-size: .14rem;
    color: #666666;
    text-align: center;
    white-space: nowrap;
    display: block;
    width: 100%;
    border-bottom: rgba(0, 0, 0, .02) 1px solid;}

#nav ul li .sub a:hover {
    color: #fff;
    background: #0c51ab;}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);}

.foot-top {
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;}

.foot-top .lj {
    position: relative;
    width: 260px;
    height: 40px;
    background-color: rgba(255, 255, 255, .2);
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 35px;
    text-align: left;
    margin-top: 15px;}

.foot-top .lj span {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 30px;
    height: 30px;
 }

.foot-top .lj ul {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background-color: #fff;
    display: none;
    height: 110px;
    overflow-y: scroll;
    z-index: 8;}

.foot-top .lj ul::-webkit-scrollbar {
    display: none;}

.foot-top .lj ul li {
    line-height: 35px;
    text-align: center;
    padding: 0 10px;}

.foot-top .lj ul li a {
    font-size: 16px;
    color: #333;}

.foot-top .lj ul li:hover {
    background-color: #3D74BC;}

.foot-top .lj ul li:hover>a {
    color: #fff;}

.ft-logo img {
    display: block;
    height: .59rem;}

.ft-add {
    text-align: left;
    margin-top: 15px;
    margin-left: 15px;}

.ft-add span {
    display: block;
    font-size: .16rem;
    line-height: .3rem;
    color: #fff;
    padding-left: .43rem;
    margin-left: .4rem;
    position: relative;}

.ft-add span:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 2px;
    height: .2rem;
    background: #fff;
    transform: translateY(-50%);}

.ft-add span:first-child:before {
    display: none;}

.ft-add span:first-child {
    margin-left: 0;
    padding-left: 0;}

.foot {
    padding: 20px 0;
    background: #0c51ab;
width: 100%;
    min-width: 1240px;}

.foot .flex {
    align-items: center;}

.ft-ewm {
    text-align: center;}

.ft-ewm img {
    height: 1rem;}

.ft-ewm p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;}

/*=================================响应开始========================================*/
/*wap*/

.wap-head {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
    background: url(../image/head.jpg) no-repeat 50%;
    background-size: cover;
    height: .75rem;}

.big-nav {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    padding: .9rem 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(12, 81, 171, 0.9);
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);}

body.navShow .big-nav {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;}

.big-nav .list_box0 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;}

.big-nav .list_box0 .li {
    margin: 0 .05rem;
    font-size: 14px;
    color: #e8e8e8;
    display: inline-block;
    transition: .6s;
    position: relative;
    line-height: .4rem;
    min-width: 1rem;
    padding: 0 .2rem;
    text-align: center;}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto;}

.list_box_nav_mobile {
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    flex: 1;}

.list_box_nav_mobile>li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;}

.list_box_nav_mobile>li .con {
    position: relative
;}

.list_box_nav_mobile>li .a {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    line-height: .64rem;
    color: rgba(255, 255, 255, .8);
    padding: 0;
    font-size: .2rem;
    display: flex;
    position: relative;
    transition: .5s;}

.list_box_nav_mobile>li i {
    opacity: 1;
    filter: alpha(opacity=100);
    width: .64rem;
    height: .64rem;
    background: url(../image/nav-icon.jpg) center no-repeat;
    background-size: auto .12rem !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;}

.list_box_nav_mobile>li.on1 i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a {
    color: rgba(255, 255, 255, 1);}

/*三级导航 开始*/
.list_box_nav_mobile>li .list {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
;}

.list_box_nav_mobile>li .list a {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
    line-height: 2.5;}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;}


.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: 60px;
    display: block;}

.wap_search form {
    height: 40px;
    border-radius: 0;
    background: rgb(255 255 255);
    position: relative;
    width: 100%;
    margin: 10px auto;}

.wap_search .input {
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    width: calc(100% - -95px);}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url(../image/search2.jpg) center no-repeat #ffb308;
    background-size: .16rem;
    border-radius: 0;}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;}