blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
span,
td,
textarea,
th,
ul {
    margin: 0;
    outline: 0;
    padding: 0
}

a:link,
a:visited {
    color: inherit
}

a:-moz-any-link {
    color: inherit
}

a:any-link {
    color: inherit
}

a>div,
a>h4,
a>h5,
a>img,
a>p {
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0;
    vertical-align: middle
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400
}

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

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a,
button,
input,
select,
textarea {
    outline: 0
}

abbr,
acronym {
    border: 0
}

a {
    cursor: pointer
}

body,
html {
    scroll-behavior: smooth
}

body {
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 16px
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

ul {
    list-style: none
}

a {
    -webkit-text-decoration: none;
    text-decoration: none
}

.flexBetween {
    justify-content: space-between
}

.flexBetween,
.flexStart {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
}

.index_header .box .boxLeft .nav .item {
    top: 0 !important;
}

.flexStart {
    display: -webkit-flex;
    justify-content: flex-start
}

.index_header {
    display: block;
}

.index_header {
    background: #fff;
    box-shadow: 0 12px 36px rgba(41, 113, 222, .1);
    left: 0;
    position: fixed;
    top: 0;
    transition: .4s;
    width: 100%;
    z-index: 999;
}
.index_header_box{
    width: 100%;
    height: 66px;
}

.index_header.on {
    transform: translateY(-100%)
}

.index_header .jdt {
    border-bottom: 1px solid #dbdcdd;
    position: relative;
    height:1px
}

.index_header .jdt p {
    background: #2971de;
    height: 4px;
    position: relative;
    transition: .4s;
    width:100%;
}

.index_header .jdt:after {
    background: #dbdcdd;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.index_header .box {
    padding: 0 60px
}

.index_header .box .boxLeft .logo {
    padding: 15px 0
}

.index_header .box .boxLeft .logo a {
    display: block;
    height: 34px
}

.index_header .box .boxLeft .logo a img {
    width: 105px;
    margin: 0 !important;
}

.index_header .box .boxLeft .nav {
    margin-left: 40px;
    padding: 0 !important;
}

.index_header .box .boxLeft .nav .item {
    padding: 0 12px !important;
    position: relative !important;
    margin: 0 !important;
}

.index_header .box .boxLeft .nav .item>p a {
    color: #4b5a79;
    display: block;
    font-size: 14px;
    line-height: 64px;
    transition: .4s
}

.index_header .box .boxLeft .nav .item>p a span {
    position: relative
}

.index_header .box .boxLeft .nav .item>p a span img {
    height: 19px;
    min-width: 30px;
    position: absolute;
    right: 15px;
    top: 0;
    transform: translateX(100%) translateY(-100%)
}

.index_header .box .boxLeft .nav .item.active>p a {
    color: #2971de
}

.index_header .box .boxLeft .nav .item .selectOne {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .9), rgba(237, 240, 245, .9));
    border-radius: 12px;
    box-shadow: 3px 4px 18px 0 rgba(41, 113, 222, .2);
    left: -4px;
    max-width: none;
    opacity: 0;
    padding: 0 30px 30px;
    position: absolute;
    visibility: hidden;
    width: 250px
}

.index_header .box .boxLeft .nav .item .selectOne h5 {
    padding: 0
}

.index_header .box .boxLeft .nav .item .selectOne h5 a {
    border-bottom: 1px solid #d9dce3;
    color: #4b5a79;
    display: block;
    font-size: 14px;
    line-height: 60px
}

.index_header .box .boxLeft .nav .item .selectOne .div {
    margin-top: 12px
}

.index_header .box .boxLeft .nav .item .selectOne .div .mai {
    border-radius: 6px;
    padding: 15px 10px;
    transition: .4s
}

.index_header .box .boxLeft .nav .item .selectOne .div .mai a {
    display: block;
    padding: 0
}

.index_header .box .boxLeft .nav .item .selectOne .div .mai a div {
    color: #333;
    font-size: 14px;
    padding-left: 12px;
    position: relative;
    transition: .4s
}

.index_header .box .boxLeft .nav .item .selectOne .div .mai a div:after {
    background: #2971de;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 4px
}

.index_header .box .boxLeft .nav .item .selectOne .div .mai a div span {
    position: relative
}

.index_header .box .boxLeft .nav .item .selectOne .div .mai a div span img {
    height: 13px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%) translateY(-100%)
}

.index_header .box .boxLeft .nav .item .selectOne .div .mai a p {
    color: #4b5a79;
    font-size: 12px;
    margin-top: 4px;
    padding-left: 12px
}

.index_header .box .boxLeft .nav .item .selectOne .div .mai:hover {
    box-shadow: 0 0 16px rgba(41, 113, 222, .2)
}

.index_header .box .boxLeft .nav .item .selectOne .div .mai:hover a div {
    color: #2971de
}

.index_header .box .boxLeft .nav .item .selectTwo {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .9), rgba(237, 240, 245, .9));
    border-radius: 12px;
    box-shadow: 3px 4px 18px 0 rgba(41, 113, 222, .2);
    left: -4px;
    max-width: none;
    opacity: 0;
    padding: 0 30px 30px;
    position: absolute;
    visibility: hidden;
    width: 250px
}

.index_header .box .boxLeft .nav .item .selectTwo h5 {
    padding: 0
}

.index_header .box .boxLeft .nav .item .selectTwo h5 a {
    border-bottom: 1px solid #d9dce3;
    color: #4b5a79;
    display: block;
    font-size: 14px;
    line-height: 60px
}

.index_header .box .boxLeft .nav .item .selectTwo ul {
    margin-top: 12px;
    padding: 0
}

.index_header .box .boxLeft .nav .item .selectTwo ul li a {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 38px;
    padding-left: 12px;
    position: relative;
    transition: .4s
}

.index_header .box .boxLeft .nav .item .selectTwo ul li a:after {
    background: #2971de;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 17px;
    width: 4px
}

.index_header .box .boxLeft .nav .item .selectTwo ul li a:hover {
    color: #2971de
}

.index_header .box .boxLeft .nav .item .selectProduct {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 98%, .96));
    border-radius: 12px;
    box-shadow: 3px 4px 18px 0 rgba(41, 113, 222, .2);
    left: -4px;
    max-width: none;
    min-height: 10px;
    opacity: 0;
    overflow: hidden;
    padding: 0 0 0 30px;
    position: absolute;
    visibility: hidden;
    width: 280px
}
.index_header .box .boxLeft .nav .item .selectProduct .ite{
    width: 80%;
}
.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite h5 {
    padding: 0
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite h5 a {
    border-bottom: 1px solid #d9dce3;
    color: #4b5a79;
    display: block;
    font-size: 14px;
    line-height: 60px
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite .div {
    margin-top: 12px
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite .div .mai {
    border-radius: 6px;
    padding: 15px 10px;
    transition: .4s
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite .div .mai a {
    display: block;
    padding: 0
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite .div .mai a div {
    color: #000;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    transition: .4s
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite .div .mai a div span {
    position: relative
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite .div .mai a div img {
    height: 18px;
    left: 0;
    position: absolute;
    top: 0
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite .div .mai a p {
    color: #4b5a79;
    font-size: 12px;
    line-height: 22px;
    margin-top: 4px;
    padding-left: 30px
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite .div .mai:hover {
    box-shadow: 0 0 16px rgba(41, 113, 222, .2)
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite .div .mai:hover a div {
    color: #2971de
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite1 h5 {
    padding: 0 25px
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite1 h5 a {
    border-bottom: 1px solid #d9dce3;
    color: #4b5a79;
    display: block;
    font-size: 14px;
    line-height: 60px
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite1 ul {
    margin-top: 12px;
    padding: 0 25px
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite1 ul li a {
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 38px;
    padding-left: 12px;
    position: relative;
    transition: .4s
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite1 ul li a:after {
    background: #2971de;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 17px;
    width: 4px
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite1 ul li a:hover {
    color: #2971de
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite2 a {
    display: block
}

.index_header .box .boxLeft .nav .item .selectProduct .box_ .ite2 img {
    width: 280px
}

.index_header .box .boxLeft .nav .item:hover>p a {
    color: #2971de
}

.index_header .box .boxLeft .nav .item .selectOne,
.index_header .box .boxLeft .nav .item .selectProduct,
.index_header .box .boxLeft .nav .item .selectTwo {
    display: none;
    opacity: 1;
    visibility: visible;
    visibility: initial
}

.index_header .box .boxLeft .nav .item:hover .selectOne,
.index_header .box .boxLeft .nav .item:hover .selectProduct,
.index_header .box .boxLeft .nav .item:hover .selectTwo {
    display: block;
    opacity: 1;
    visibility: visible;
    visibility: initial
}

.index_header .box .boxRight {
    align-items: center;
    display: flex
}

.index_header .box .boxRight .button a {
    border-radius: 3px;
    color: #4b5a79;
    display: block;
    font-size: 14px;
    line-height: 36px;
    margin-left: 10px;
    padding: 0 26px
}

.index_header .box .boxRight .button .active {
    background: #2971de;
    color: #fff;
    margin-right: -36px
}

.index_header .box .boxRight .btn>p {
    align-items: center;
    display: flex
}

.index_header .box .boxRight .btn>p a {
    border: 1px solid #2971de;
    border-radius: 5px;
    color: #4b5a79;
    display: block;
    font-size: 14px;
    line-height: 36px;
    margin-left: 10px;
    padding: 0 26px;
    transition: .4s
}

.index_header .box .boxRight .btn>p a:hover {
    background: #2971de;
    color: #fff
}

.index_header .box .boxRight .btn .name {
    margin-left: 30px;
    position: relative
}

.index_header .box .boxRight .btn .name p {
    cursor: pointer;
    font-size: 14px;
    line-height: 64px
}

.index_header .box .boxRight .btn .name p i {
    color: #999;
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    transition: .4s
}

.index_header .box .boxRight .btn .name p.on i {
    color: #444;
    transform: rotate(180deg)
}

.index_header .box .boxRight .btn .name ul {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 16px rgba(41, 113, 222, .2);
    display: none;
    padding: 12px 30px;
    position: absolute;
    right: -10px;
    width: 110px
}

.index_header .box .boxRight .btn .name ul li a {
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    transition: .4s
}

.index_header .box .boxRight .btn .name ul li a:hover {
    color: #2971de
}

.web1200 {
    display: none;
}

.ant-drawer.ant-drawer-open .ant-drawer-mask {
    height: 100%;
    opacity: 1;
    transition: none;
    animation: antdDrawerFadeIn .3s cubic-bezier(.7, .3, .1, 1);
}

.ant-drawer-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, .65);
    opacity: 0;
    filter: alpha(opacity=45);
    transition: opacity .3s linear, height 0s ease .3s;
}

.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
    box-shadow: -2px 0 8px rgba(0, 0, 0, .15);
}

.ant-drawer-right,
.ant-drawer-right .ant-drawer-content-wrapper {
    right: 0;
}

.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
    height: 100%;
}

.ant-drawer-content-wrapper {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.drawer .ant-drawer-content {
    z-index: 1000;
}

.ant-drawer .ant-drawer-content {
    width: 100%;
    height: 100%;
}

.ant-drawer-content {
    position: relative;
    z-index: 1;
    overflow: auto;
    background-color: #040949;
    background-clip: padding-box;
    border: 0;
}

.ant-drawer-wrapper-body {
    height: 100%;
    overflow: auto;
}

.drawer .ant-drawer-body {
    padding: 0 ;
    overflow: hidden;

}

.ant-drawer-body {
     padding: 0;
    /* padding: 24px; */
    font-size: 12px;
    line-height: 1.5;
    word-wrap: break-word;
}

.openMenuMain {
    height: 100vh;
    background: #040949;
}
.openMenuMain>ul {
   margin-top: 51px;
}
.ant-menu {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-variant: tabular-nums;
    line-height: 1.5;
    font-feature-settings: "tnum";
    margin-bottom: 0;
    padding-left: 0;
    color: rgba(0, 0, 0, .65);
    line-height: 0;
    list-style: none;
    background: #fff;
    outline: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    transition: background .3s, width .3s cubic-bezier(.2, 0, 0, 1) 0s;
    zoom: 1;
}

.linkMenu {
    height: 3rem;
    margin-bottom: 0 !important;
    margin-top: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .14);
    background: #040949;
    color: #fff;
}

.web1200 .ant-menu-item>a {
    font-size: 1rem;
    padding-left: 2rem;
    line-height: 3rem;
    color: #fff !important;
    overflow: hidden;
}

.ant-menu-item>a {
    display: block;
    color: rgba(0, 0, 0, .65);
}

.NavbarMobile {
    position: fixed;
    width: 100%;
    background: #040949;
    z-index: 1000;
    overflow: hidden;
    height: 50px;
    top: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .14);
}

.NavbarMobile .Container {
    position: relative;
    z-index: 2;
    min-width: 320px;
    width: auto;
}

.Container {
    padding: 0 !important;
    width: 100%;
    
}

.userListShow {
    display: none;
}

@media (max-width: 800px) {
    .Container {
        padding: 0 12px;
    }

    .web1200 {
        display: block;
    }

    .index_header {
        display: none;
    }
    .index_header .box .boxLeft .nav .item>p a span img{
        display: none;
    }
}

@media (min-width: 800px) {
    .Container {
        padding: 0 12px;
    }

    .web1200 {
        display: none;
    }

    .index_header {
        display: block;
    }
}

.NavbarMobile a {
    display: inline-block;
    color: hsla(0, 0%, 88.6%, .8);
    transition: .3s;
    margin: .3rem 0 0;
}

.NavbarMobile__logo {
    float: left;
}

.NavbarMobile__logo .logo {
    width: 7rem;
    margin-left: 1rem;
    margin-right: -16px;
    color: #fff;
    opacity: .9;
}

.NavbarMobile__right {
    margin: .6rem 0 0;
}

.pull-right {
    float: right;
}

.NavbarMobile .user {
    width: 2.4rem;
    color: #fff;
    display: inline-block;
    margin-left: 4px;
}

.NavbarMobile .user img {
    width: 70%;
    height: 35px;
}

.NavbarMobile .user {
    width: 2.4rem;
    color: #fff;
    display: inline-block;
    margin-left: 4px;
}

.NavbarMobile .user img {
    width: 70%;
    height: 35px;
}

@media screen and (max-width:1366px) {
    .index_header .box .boxLeft .nav .item .selectProduct {
        left: -4px
    }

    .ServiceContenr .box,
    .honor .box {
        padding-left: 22px
    }

    .index_header .box {
        padding: 0 24px 0 36px
    }

    .index_header .box .boxRight .button .active {
        margin-right: 0
    }

    .index_header .box .boxLeft .nav {
        margin-left: 18px
    }

    .index_header .box .boxRight .button a {
        margin-left: 0
    }

    .index_header .box .boxLeft .nav .item {
        padding: 0 12px !important;

    }


}