html,
body {
    font-family: MiSans;
    scroll-behavior: smooth;
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
}

.app {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    transition: all .3s linear 100ms;
    -webkit-transition: all .3s linear 100ms;
}

.app.on {
    transform: translateX(70%);
    transition: all .3s linear 100ms;
    -webkit-transition: all .3s linear 100ms;
}



.sec-block {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
}

.container-wrap-1450 {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 1450px;
    height: auto;
    padding: 0 15px;
}

.container-wrap-1230 {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 1230px;
    height: auto;
    padding: 0 15px;
}


.container-wrap {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 1150px;
    height: auto;
    padding: 0 15px;
}


/* ----------#header  -----------*/
header {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: 150px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: sticky;
    z-index: 99999;
    left: 0px;
    top: 0px;
    background-color: #fff;
}


.header-bg {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 50%;
    height: 75px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #1F4C9B;
    position: absolute;
    z-index: 12;
    right: 0px;
    top: 0px;
}


.header {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 330px;
    height: 150px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.header-l>a>.img1 {
    width: auto;
    height: 75px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.header-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.header-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 50;
}

.searchbox {
    position: relative;
    box-sizing: border-box;
    margin: 0 40px 0 0;
    padding: 0 0 0 0;
    width: 100px;
    height: 30px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.searchbox.on {
    width: 200px;
    background-color: #fff;
    border-radius: 5px;
}

.search-open {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    box-sizing: border-box;
    margin: 0 0px 0 0;
    padding: 0 0 0 0;
    width: 0%;
    height: 30px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    transition: all .3s linear 100ms;
    -webkit-transition: all .3s linear 100ms;
    opacity: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 5px;
}

.searchbox.on .search-open {
    width: 100%;
    right: 0px;
    opacity: 1;
    transition: all .3s linear 100ms;
    -webkit-transition: all .3s linear 100ms;
}

.search-open input {
    box-sizing: border-box;
    margin: 0 0;
    padding: 0 10px;
    width: 100%;
    flex: 1;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    height: 30px;
    outline: none;
    border: none;
    background-color: #fff;
}

.search-open>label.fa-search.searchicon2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #1f4c98;
    cursor: pointer;
    font-size: 18px;
}

.searchbox.on>label.fa-search {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}


.searchbox>label.fa-search {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    z-index: 999;
}


.headermain {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.headermain-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 50%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background-color: #1F4C9B;
}

.headtop {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.headtop-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.headtop-l>img.tel {
    width: auto;
    height: 22px;
    margin: 0 0;
    object-fit: cover;
}

.headtop-l>img.wx {
    width: 22px;
    height: 22px;
    margin: 0 0;
    object-fit: cover;
}


.top-tel {
    box-sizing: border-box;
    margin: 0 40px 0 10px;
    padding: 0 0 0 0;
    height: auto;
    text-align: left;
    color: #FFFFFF;
    font-family: 18px;
    font-weight: 500;
}

.top-tel:hover {
    color: #fff;
}

.top-wx {
    box-sizing: border-box;
    margin: 0 40px 0 10px;
    padding: 0 0 0 0;
    height: auto;
    color: #FFFFFF;
    height: 20px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.headtop-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.headtop-r>.searchicon {
    margin: 0px 50px 0px 0px;
    padding: 0px 0px;
    font-size: 19px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.headtop-r>.link-lang {
    margin: 0px 0px;
    padding: 0px 0px;
    height: 20px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.headtop-r>.link-lang:hover {
    color: #fff;
    text-decoration: none;
}

.headtop-r>.link-lang:active {
    color: #fff;
    text-decoration: none;
}

.headtop-r>.link-lang:visited {
    color: #fff;
    text-decoration: none;
}

.headtop-r>.label2 {
    margin: 0px 5px;
    padding: 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
}

.headermain-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.mainnav-item:hover .subnav {
    display: block;
}

.subnav {
    display: none;
    box-sizing: border-box;
    width: 100%;
    min-width: 150px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 20px;
    background: #fff;
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 99%;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.subnavitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.subnavitem>.label1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #121212;
    cursor: pointer;
}

.subnavitem:hover>.label1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #1f4c98;
    cursor: pointer;
}

.subnavitem>.link-text {
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    color: #121212;
    cursor: pointer;
}

.subnavitem:hover>.link-text {
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    color: #1f4c98;
    cursor: pointer;
}


/*--------自适应--------*/


.mainnav-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px 0 40px;
    padding: 0px 0px;
    background: #fff;
}

.mainnav-drop:hover {}

.mainnav-drop:hover .mainnav-drop-c {
    display: block;
}

.mainnav-item:hover {}

.mainnav-item:hover a.label-text {}

.mainnav-item:hover a.label-text:hover {}

.mainnav-dropmenu:hover .icon-dropmenuitem {
    font-size: 14px;
    font-weight: bold;
}

.mainnav-dropmenu:hover .label-dropmenuitem {
    font-size: 14px;
    font-weight: bold;
}

.mainnav-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 18px;
    cursor: pointer;
    position: relative;
}

.mainnav-item>label.fa {
    margin: 0 0 0 5px;
    padding: 0px 0px;
    width: auto;
    height: 28px;
    font-weight: 400;
    font-size: 20px;
    color: #121212;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.mainnav-item>.label-text {
    padding: 0px 0px;
    width: auto;
    height: 28px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #121212;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.mainnav-item>.label-text:hover {
    color: #1F4C9B;
    text-decoration: none;
}



.mainnav-drop {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.mainnav-drop>.label-drop {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.mainnav-drop>.label-drop:hover {
    color: #666;
    text-decoration: none;
}

.mainnav-drop>.label-drop:active {
    color: #666;
    text-decoration: none;
}

.mainnav-drop>.label-drop:visited {
    color: #666;
    text-decoration: none;
}

.label-drop>label {
    color: #666;
    font-size: 14px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.mainnav-drop>.icon-drop {
    margin: 0px 0px 0px 5px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.mainnav-drop-c {
    box-sizing: border-box;
    display: none;
    width: 200px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
    border: none;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 40px;
    z-index: 9999;
}

.mainnav-dropmenu {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    cursor: pointer;
}

.mainnav-dropmenu-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mainnav-dropmenu-l>.icon-dropmenuitem {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.mainnav-dropmenu-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mainnav-dropmenu-r>.label-dropmenuitem {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.mainnav-dropmenu-r>.label-dropmenuitem:hover {
    color: #666;
    text-decoration: none;
}

.mainnav-dropmenu-r>.label-dropmenuitem:active {
    color: #666;
    text-decoration: none;
}

.mainnav-dropmenu-r>.label-dropmenuitem:visited {
    color: #666;
    text-decoration: none;
}

.label-dropmenuitem>label {
    color: #666;
    font-size: 14px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

/*--------自适应--------*/




.homeban-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.homeban-c .swiper-pagination {
    bottom: 30px !important;
}

.homeban-c .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #ddd;
    margin: 0 10px;
}

.homeban-c .swiper-pagination-bullet-active {
    color: #fff;
    background: #7fa9f3;
}

.homeban-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.homeban-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.homeban-c .swiper-slide {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.homeban-c .swiper-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
}

.homeban-c .swiper-item>.img1 {
    width: 100%;
    height: calc(100vh - 150px);
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.homeban-c .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

/* ----------#region  -----------*/


.homeai-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 80px 0px;
    background: url(../images/homeaibg.png) no-repeat center center;
    background-size: cover;
}

.homeai {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeai-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeai-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.homeai-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 0px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.homeai-m>.img1 {
    width: auto;
    height: 8px;
    min-height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.homeai-b {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 40px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.homeaiitembox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 40px 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.homeaiitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 10;
}

.homeaiitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeaiitem-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    width: auto;
    height: 37px;
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 37px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.homeaiitem-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.homeaiitem-b>.p1 {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    width: 100%;
    height: auto;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.homeaiitem-b>.p1 p {
    margin: 5px 0;
}

.homeaiitembox-bg {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    opacity: 0.2;
}

/*--------自适应--------*/



.homeabout-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeabout {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 60px 0px;
}

.homeabout-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeabout-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #121212;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.homeabout-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 20px 0;
    padding: 0px 0px;
}

.homeabout-m>.label-desc {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 30px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 24px;
    color: rgba(18, 18, 18, 0.6);
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.homeabout-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 40px 0px;
}

.homesolution {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homesolution-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homesolution-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

/*--------自适应--------*/


.homecom-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 70px 0px;
    background: url(../images/homelay.png) no-repeat center center;
    background-size: cover;
    background-color: #fff;
}

.homecom {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homecom-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homecom-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #121212;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.homecom-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homecom-m>.img1 {
    width: auto;
    height: 8px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.homecom-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
}

/*--------自适应--------*/
.homecom-b .comlist:nth-last-child(1) .comlist-r {
    box-sizing: border-box;
    flex: 1;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.comlist {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.comlist-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 22%;
    height: 148px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: url(../images/cmobg.png) no-repeat center center;
    background-size: cover;
    border-radius: 3px;
}

.comlisthead {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 80%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
}

.comlisthead-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 10px 0 0;
    padding: 0px 0px;
}

.comlisthead-l>.img {
    width: 68px;
    height: 68px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 100%;
    object-fit: cover;
}

.comlisthead-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
}

.comlisthead-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.comlisthead-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.comlisthead-info-title {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.comlisthead-info-title>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    height: 42px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.comlisthead-info-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.comlisthead-info-b>.label-date {
    padding: 0px 0px;
    width: auto;
    height: 32px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.comlist-r {
    box-sizing: border-box;
    flex: 1;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.comlist-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    border: dashed 1px #ddd;
    border-left: none;
    background-color: #fff;
}

.comlist-item>.img1 {
    width: 80%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

/*--------自适应--------*/


footer {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0;
    margin: 0 0;
    background-color: #0D1D3A;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 60px 0px 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-top {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-top-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 40%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-top-l>.link-foot1 {
    margin: 0px 40px 0px 0px;
    padding: 0px 0px;
    width: auto;
    height: 24px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer-top-l>.link-foot1:hover {
    color: #fff;
    text-decoration: none;
}


.footer-top-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-top-m>a>.img1 {
    width: auto;
    height: 73px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.footer-top-m>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.footer-top-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 40%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-top-r>.link-foot2 {
    margin: 0px 0px 0px 40px;
    padding: 0px 0px;
    height: 24px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer-top-r>.link-foot2:hover {
    color: #fff;
    text-decoration: none;
}


.footer-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 80px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-b>.label1 {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 21px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/*--------自适应--------*/


.homecon-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 70px 0px;
    background: url(../images/contactbg.png) no-repeat center center;
    background-size: cover;
}

.homecon {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homecon-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homecon-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.homecon-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homecon-m1>.img1 {
    width: auto;
    height: 8px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.homecon-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.homecon-m2>.label-desc {
    padding: 0px 0px;
    text-align: center;
    height: 30px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.homecon-m3 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 70px 0px 10px 0;
    padding: 0px 0px;
}

.homeconcnt {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeconcnt-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 54%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeconp {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeconp-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.conitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 20px 0px;
    padding: 10px 10px;
}

.conitem-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.conitem-l>.img {
    width: auto;
    height: 72px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.conitem-m {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
}

.conitem-info {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.conitem-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.conitem-info-t>.label-title {
    padding: 0px 0px;
    height: 32px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.conitem-info-b {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.conitem-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
}

.conitem-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    height: auto;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.homeconp-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.conqrcode {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 25px;
    border: solid 1px #ddd;
    border-radius: 5px;
    position: relative;
    z-index: 10;
}

.conqrcode-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px;
}

.conqrcode-l>.img {
    width: auto;
    height: 100px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    border-radius: 5px;
}

.conqrcode-m {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.conqrcode-info {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.conqrcode-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.conqrcode-info-t>.label-title {
    padding: 0px 0px;
    height: 37px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 37px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.conqrcode-info-b {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 15px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.conqrcode-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.conqrcode-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    height: 37px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 37px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.homeconp-bg {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    opacity: 0.3;
}

.homeconcnt-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 43%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.homeform {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 30px 30px;
}

.homeform-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeform-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    height: 42px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 28px;
    color: #121212;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.homeform-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px 10px 0;
    padding: 0px 0px;
}

.homeformrow {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 5px 0px 5px 0px;
    padding: 0px 0px;
    background: #fff;
}

.homeformrow.w48 {
    width: 48%;
}

.homeformrow-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px 10px 0;
    padding: 0px 0px;
}

.homeformrow-l>.label-x {
    padding: 0px 5px 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: red;
}

.homeformrow-l>.label-text {
    padding: 0px 0px;
    height: 32px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.homeformrow-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #ddd;
    position: relative;
}

.homeformrow-m>.input-text {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 10px;
    border: none;
    border-radius: 5px;
    background: #fff;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: rgba(18, 18, 18, 0.3);
    line-height: 29px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    outline: none;
}

.homeformrow-m>.input-area {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 120px;
    min-height: 40px;
    margin: 0px 0px;
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    background: #fff;
    text-align: left;
    font-weight: normal;
    outline: none;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: rgba(18, 18, 18, 0.3);
    line-height: 29px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.homeform-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homeform-b>.btnmsg-button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    border-radius: 10px;
    background: #1F4C9B;
    outline: none;
    cursor: pointer;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 27px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/*--------自适应--------*/




.culutre-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 80px 0px;
    background: url(../images/culturebg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.culutre {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.culutre-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.culutre-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.culutre-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 0px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.culutre-m>.img1 {
    width: auto;
    height: 8px;
    min-height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.culutre-b {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 40px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.culutreitembox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 40px 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.culutreitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 10;
}

.culutreitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.culutreitem-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    width: auto;
    height: 37px;
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 37px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.culutreitem-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.culutreitem-b>.p1 {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    width: 100%;
    height: auto;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.culutreitem-b>.p1 p {
    margin: 5px 0;
}

.culutreitembox-bg {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    opacity: 0.2;
}

/*--------自适应--------*/

.homcom-lay {
    box-sizing: border-box;
    margin: 40px 0 0px 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
}

.comlay {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.comlay-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    height: 76px;
    background: #1F4C9B;
    border-radius: 12px 12px 12px 12px;
}

.comlay-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 36px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.comlay-m {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.comlayitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.comlayitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: url(../images/layitembg.png) no-repeat center center;
    background-size: cover;
    border-radius: 30px;
}

.comlayitem-t>.label-title {
    padding: 0px 0px;
    min-height: 32px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 24px;
    color: #1F4C9B;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.comlayitem-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 20px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.comlayitem-b>ul {}

.comlayitem-b>ul li {
    margin: 0 0 20px 0;
    width: 100%;
    min-height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #121212;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/*--------自适应--------*/
.comlist-wrap {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    background: url(../images/honorbg.png) no-repeat center center;
    background-size: cover;
    background-color: #EEF2F9;
}

.comlist-box {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    max-width: 1400px;
    padding: 70px 0px;

}


.honorbox-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 70px 0px;
    background: url(../images/honor2.png) no-repeat 0 100%;
    background-size: contain;
    background-color: #EEF2F9;
}

.honorbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.honorbox-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.honorbox-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #121212;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.honorbox-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.honorbox-m>.img1 {
    width: auto;
    height: 8px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

/* ----------#region  -----------*/


.tabhonor-tab {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.tabhonor-tab-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.tabhonor-nav-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
}

.tabhonor-nav-item-on {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 46px;
    margin: 0px 15px;
    padding: 0px 60px;
    cursor: pointer;
    background: #1F4C9B;
    border-radius: 60px 60px 60px 60px;
}

.tabhonor-nav-item-on>.label-text {
    padding: 0px 0px;
    height: 30px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.tabhonor-nav-item {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 46px;
    margin: 0px 15px;
    padding: 0px 60px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 60px 60px 60px 60px;
}

.tabhonor-nav-item>.label-text {
    padding: 0px 0px;
    height: 30px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 22px;
    color: #1F4C9B;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.tabhonor-tab-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
}

.tabhonor-tab-content-on {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    text-align: left;
    transition: all .2s linear 100ms;
}

.tabhonor-tab-content {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    text-align: left;
    transition: all .2s linear 100ms;
}

/*--------自适应--------*/


.swhonor-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhonor-c .swiper-pagination {
    bottom: 0px !important;
}

.swhonor-c .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
    display: none;
}

.swhonor-c .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
    display: none;
}

.swhonor-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhonor-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    display: flex;
    align-items: stretch;
}

.swhonor-c .swiper-slide {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background-color: #fff;
}

.swhonor-c .swiper-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
}

.swhonor-c .swiper-item>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.swhonor-c .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhonor-c .swhonor-cmd {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 60px 0 0 0;
    padding: 0px 0px;
}

.swhonor-c .swhonor-prev {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 10px;
    padding: 0px 0px;
}

.swhonor-c .swhonor-prev>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #1F4C9B;
    border-radius: 10px;
    background: #fff;
    font-size: 22px;
    color: #1F4C9B;
    overflow: hidden;
    cursor: pointer;
}

.swhonor-c .swhonor-next {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 10px;
    padding: 0px 0px;
}

.swhonor-c .swhonor-next>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #1F4C9B;
    border-radius: 10px;
    background: #fff;
    font-size: 22px;
    color: #1F4C9B;
    cursor: pointer;
}


.pfcertbox {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #fff;
}

.pfcertbox>.label-head {
    font-weight: normal;
    width: auto;
    min-height: 60px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 22px;
    color: #1F4C9B;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.pfcertbox>.label-desc {
    margin: 20px 0 0 0;
    font-weight: normal;
    width: auto;
    height: 60px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 18px;
    color: #121212;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.pfcertbox>.label-desc2 {
    width: 100%;
    height: auto;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 16px;
    color: #121212;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

#sw4 .swiper-item {
    aspect-ratio: 335/446;
    padding: 0 20px;
    box-sizing: border-box;
}

#sw4 .swiper-item>.img1 {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 335/466;
}

.haccp-desc {
    width: 100%;
    height: auto;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 22px;
    color: #121212;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 0 60px;
}

#sw3 .swiper-slide {
    width: 25%;
}

#sw3 .swiper-item {
    padding: 0 0px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}



#sw3 .swiper-item img {
    aspect-ratio: 335/474;
}


#sw3 .swiper-slide.w50 {
    width: 50%;
    aspect-ratio: 670/474;
}

/* ----------#region  -----------*/



.boss-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 70px 0px;
    background-color: #F6F8FE;
}

.boss {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.boss-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.boss-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #121212;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.boss-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.boss-m>.img1 {
    width: auto;
    height: 8px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}


/* ----------#region  -----------*/

.bossinfo {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.bossinfo-t {
    box-sizing: border-box;
    min-height: 30px;
    margin: 20px 0px;
    padding: 10px 30px;
    width: auto;
    height: auto;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 12px 12px 12px 12px;
}

.bossinfo-t ul>li {
    margin: 0 0;
    width: auto;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #121212;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.bossinfo-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 70%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px 0 0;
    padding: 30px 40px;
    background: url(../images/bosssbg.png) no-repeat center center;
    background-size: cover;
}

.bossabout {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 70%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.bossabout-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}


.bossabout-t>.label-head {
    padding: 0px 0px;
    text-align: left;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.bossabout-t>.label-desc {
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
    height: 37px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 37px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.bossabout-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.bossabout-b ul>li {
    margin: 20px 0 0px 0;
    width: 100%;
    min-height: 32px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.bossinfo-pic {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 40%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 0px;
}

.bossinfo-pic>.img1 {
    width: auto;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

/*--------自适应--------*/



.expert-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 70px 0px;
    background-color: #EEF2F9;
}

.expert {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.expert-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.expert-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #121212;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.expert-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.expert-m>.img1 {
    width: auto;
    height: 8px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}



/* ----------#region  -----------*/

.expertlist-c {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 60px 0px 30px 0;
    padding: 0px 0px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.expertrow {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 400px;
    margin: 0px 0px;
    padding: 25px 25px;
    border-radius: 10px;
    background: #fff;
}

.expertrow-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.expertman {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.expertman-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px;
}

.expertman-l>.img {
    width: 106px;
    height: 106px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 100%;
    object-fit: cover;
}

.expertman-m {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.expertman-info {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.expertman-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.expertman-info-t>.label-title {
    padding: 0px 0px;
    height: 37px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 28px;
    color: #121212;
    line-height: 37px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.expertman-info-b {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 10px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.expertman-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.expertman-info-desc>.label-desc {
    margin: 0px 0px;
    height: 27px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: rgba(18, 18, 18, 0.4);
    line-height: 27px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.expertrow-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 20px 0px;
    border-top: solid 1px #ddd;
}

.expertrow-m ul {
    margin: 0 0;
}

.expertrow-m ul li {
    margin: 10px 0;
    height: 27px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #121212;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.expertrow-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.expertrow-b-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #1f4c98;
    border-radius: 5px;
    cursor: pointer;
}

.expertrow-b-a>.label-text {
    padding: 0px 0px;
    width: auto;
    height: 24px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 18px;
    color: #1F4C9B;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.expertrow-b-a>.img2 {
    width: auto;
    height: 18px;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
    object-fit: cover;
}

.expert-wrap {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}

/*--------自适应--------*/


.invest-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 70px 0px;
    background: url(../images/ivestbg.png) no-repeat center center;
    background-size: cover;
}

.invest {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.invest-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.invest-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #121212;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.invest-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.invest-m>.img1 {
    width: auto;
    height: 8px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

/* ----------#region  -----------*/



.investbox-c {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 50px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.investbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 70px 0px 0px 0px;
    border: dashed 1px #ddd;
    border-radius: 5px;
    position: relative;
}

.investbox.ivb1 {
    background: url(../images/investbg1.png) no-repeat center center;
    background-size: cover;
}

.investbox.ivb2 {
    background: url(../images/investbg2.png) no-repeat center center;
    background-size: cover;
}

.investbox.ivb3 {
    background: url(../images/investbg3.png) no-repeat center center;
    background-size: cover;
}

.investbox-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 70px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
}

.investbox-t>.label-head {
    padding: 0px 0px;
    width: 112px;
    height: 37px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 37px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.investbox-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 20px;
    background-color: #F4F8FF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.investbox-img {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 114px;
    min-height: 30px;
    margin: 10px auto;
    padding: 0px 0px;
    background-color: #fff;
    border: dashed 1px #ddd;
}

.investbox-img>.img1 {
    width: auto;
    height: 80%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

/*--------自适应--------*/



.develop-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 70px 0px;
    background-color: #F5F8FC;
}

.develop {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.develop-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.develop-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #121212;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.develop-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.develop-m>.img1 {
    width: auto;
    height: 8px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

/* ----------#region  -----------*/

.historybox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.historybox-main {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.historyboxsw-cmd {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.historyboxsw-prev {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 5px;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    left: -70px;
    top: 47px;
}

.historyboxsw-prev>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 100%;
    background: #fff;
    font-size: 30px;
    color: #1f4c98;
    overflow: hidden;
    cursor: pointer;
}

.historyboxsw-next {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 5px;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    right: -70px;
    top: 47px;
}

.historyboxsw-next>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 100%;
    background: #fff;
    font-size: 30px;
    color: #1f4c98;
    cursor: pointer;
}

.historyboxsw-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px auto;
    padding: 0px 0px;
    position: relative;
    max-width: 1400px;
}

.historyboxsw-c .swiper-pagination {
    bottom: 0px !important;
}

.historyboxsw-c .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
}

.historyboxsw-c .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.historyboxsw-line {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #0072E3;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 105px;
    background: linear-gradient(to right, #86aef3 0%, #1F4C9B 50%, #86aef3 100%);
}

.historyboxsw-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.historyboxsw-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    display: flex;
    align-items: stretch;
}

.historyboxsw-c .swiper-slide {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.historyboxsw-c .swiper-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
}

.historyboxsw-text {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.historyboxsw-text-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 90%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.historyboxsw-cir {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px 0 0;
    padding: 0px 0px 0 35px;
    position: relative;
    z-index: 100;
}

.historyboxsw-c .swiper-slide-active .historyboxsw-cir>img {
    width: 16px;
    height: auto;
    margin: 0 0;
    object-fit: cover;
    display: block;
}

.historyboxsw-cir>img {
    width: 16px;
    height: auto;
    margin: 0 0;
    object-fit: cover;
    display: block;
}

.historyboxsw-c .swiper-slide-active .historyboxsw-cir>img:nth-child(2) {
    width: 16px;
    height: auto;
    margin: 0 0;
    object-fit: cover;
    display: none;
}

.historyboxsw-cir>img:nth-child(2) {
    width: 16px;
    height: auto;
    margin: 0 0;
    object-fit: cover;
    display: none;
}

.historyboxsw-cir>.label-cir {
    width: 10px;
    height: 10px;
    padding: 0px 0px;
    border-radius: 100%;
    background: #0072E3;
    position: relative;
    z-index: 100;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
    opacity: 0.5;
}

.historyboxsw-text-l>.label-title {
    margin: 50px 0px 20px 0;
    padding: 0px 0px;
    width: 79px;
    height: 48px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 36px;
    color: #121212;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.historyboxsw-text-l>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #121212;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.historyboxsw-text-l>.label-desc p {
    margin: 0 0;
}

.historyboxsw-text-l>.label-desc img {
    margin: 10px 0;
    object-fit: cover;
    width: 100%;
    height: auto;
}

/*--------自适应--------*/



.abotucom-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 80px 0px 80px 0;
    background: url(../images/aboutbg.png) no-repeat center center;
    background-size: cover;
}

.abotucom {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.abotucom-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 195px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.aboucomhead {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.aboucomhead-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.aboucomhead-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #121212;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.aboucomhead-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 10px 0px;
    padding: 0px 0px;
}

.aboucomhead-m>.img1 {
    width: auto;
    height: 8px;
    min-height: 0;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.aboucomhead-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 60px 0px 0 0;
    padding: 0px 0px;
}

.aboucomhead-b>.link-about {
    width: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0px;
    height: 28px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #121212;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.aboucomhead-b>.link-about:hover {
    color: #1f4c98;
    text-decoration: none;
}

.aboucomhead-b>.link-about.on {
    color: #1f4c98;
    text-decoration: none;
}

.aboucomhead-b>.link-about.on img {
    display: block;
}

.aboucomhead-b>.link-about img {
    display: none;
}

.abotucom-r {
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 40px 0px 40px 40px;
}

.brief {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.brief-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.brief-top {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.brief-top-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 49%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.brief-top-l>.label-head {
    margin: 30px 0 0 0;
    padding: 0px 0px;
    text-align: left;
    min-height: 34px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 24px;
    color: #121212;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.brief-top-l>.p2 {
    margin: 30px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 18px;
    color: rgba(18, 18, 18, 0.8);
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.brief-top-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 49%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.brief-top-r>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.brief-b {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 40px 0px 0 0;
    padding: 0px 0px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.birefunit {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 10px;
    border: dashed 1px #ddd;
}

.birefunit-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.birefunit-t>img {
    width: auto;
    height: 52px;
    margin: 0 0;
    object-fit: cover;
}

.brief-head {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.brief-head>label {
    width: auto;
    min-height: 34px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 22px;
    color: #1F4C9B;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}



.birefunit-t>.label-text {
    padding: 0px 0px;
    text-align: left;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #1F4C9B;
    line-height: 64px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.birefunit-t>.label-unit {
    margin: 0px 0px 0px 5px;
    padding: 0px 0px;
    width: auto;
    min-height: 24px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 18px;
    color: rgba(18, 18, 18, 0.8);
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.birefunit-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.birefunit-b>.label-desc {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    min-height: 24px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 18px;
    color: rgba(18, 18, 18, 0.8);
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.aboutad {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 40px 10px;
    background: url(../images/aboutadbg.png) no-repeat center center;
    background-size: cover;
}

.aboutad-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.aboutad-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    height: 37px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 28px;
    color: #1F4C9B;
    line-height: 37px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.aboutad-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.aboutad-b>.label-desc {
    padding: 0px 0px;
    text-align: center;
    height: 32px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 24px;
    color: rgba(31, 76, 155, 0.8);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/*--------自适应--------*/


.subban-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
}

.subban-box>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 1;
    object-fit: cover;
}

.subban-ads {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.subban-ads-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 46%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.subban-ads-l>.label1 {
    padding: 0px 0px;
    text-align: left;
    height: auto;
    font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
    font-weight: 700;
    font-size: 66px;
    color: #FFFFFF;
    line-height: 90px;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    text-align: left;
    font-style: normal;
    text-transform: none;
}



.subban-ads-l>.label2 {
    margin: 10px 0px;
    padding: 0px 0px;
    height: 104px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 52px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.subban-ads-l>.label2 p {
    margin: 0 0;
}

.subban-ads-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.subban-mask {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #000;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
    opacity: 0;
}

/*--------自适应--------*/

.joinus-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 70px 0px;
    background-color: #F5F8FC;
}

.joinus {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.joinus-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.joinus-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #121212;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.joinus-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.joinus-m>.img1 {
    width: auto;
    height: 8px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

/* ----------#region  -----------*/

.joinbox-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.joinbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 60px 0px 30px 0;
    padding: 0px 0px;
}

.joinbox-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 1;
}

.joinbox-l>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.joinbox-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.joinitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% + 200px);
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 30px 30px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    z-index: 10;
    left: -200px;
}

.joinitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.joinitem-t>.p1 {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    height: auto;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #121212;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.joinitem-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.joinitem-row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px auto;
    padding: 0px 0px;
}

.joinitem-row>.img1 {
    width: 44px;
    height: 44px;
    min-height: 30px;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.joinitem-row>.label-title {
    margin: 0px 10px 0px 0px;
    padding: 0px 0px;
    height: auto;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #3D3D3D;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.joinitem-row>.link-row {
    margin: 0px 0px;
    padding: 0px 0px;
    height: auto;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #1f4c98;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.joinitem-row>.link-row:hover {
    color: #1f4c98;
    text-decoration: none;
}


/*--------自适应--------*/


.onesite-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 70px 0px;
    background-color: #F5F8FC;
}

.onesite {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1500px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.onesite-desc {
    box-sizing: border-box;
    margin: 0 0;
    padding: 0 0 15px 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.onesite-desc>.label-desc {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 30px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 24px;
    color: rgba(18, 18, 18, 0.6);
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.onesite-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.onesite-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #121212;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.onesite-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.onesite-m>.img1 {
    width: auto;
    height: 8px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}



/* ----------#region  -----------*/


.hospital-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 70px 0px;
    background-color: #EEF2F9;
}

.hospital {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.hospital-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.hospital-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #121212;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.hospital-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.hospital-m>.img1 {
    width: auto;
    height: 8px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}


.swhosp-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 50px 0 0 0;
    padding: 0px 0px;
}

.swhosp-c .swiper-pagination {
    bottom: 0px !important;
    display: none;
}

.swhosp-c .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
    display: none;
}

.swhosp-c .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
    display: none;
}

.swhosp-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhosp-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhosp-c .swiper-slide {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    border-radius: 5px;
    overflow: hidden;
}

.swhosp-c .swiper-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: relative;
}

.swhosp-c .swiper-item>.img1 {
    width: 100%;
    height: 360px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.swhosp-c .swhosp-text {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 20px;
    background: #fff;
}

.swhosp-c .swhosp-text-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.swhosp-c .swhosp-text-l>.label-title {
    box-sizing: border-box;
    padding: 0px 0px;
    width: auto;
    min-height: 42px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 32px;
    color: #121212;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.swhosp-c .swhosp-text-l>.label-desc {
    box-sizing: border-box;
    margin: 10px 0px;
    padding: 5px 10px;
    border-radius: 5px;
    background: #E8EDF5;
    width: auto;
    height: auto;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 24px;
    color: #1F4C9B;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.swhosp-c .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhosp-c .swhosp-cmd {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px auto;
    padding: 0px 0px;
}

.swhosp-c .swhosp-prev {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 5px;
    padding: 0px 0px;
}

.swhosp-c .swhosp-prev>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: dashed 1px #ddd;
    border-radius: 0px;
    background: #fff;
    font-size: 30px;
    color: #999;
    overflow: hidden;
    cursor: pointer;
}

.swhosp-c .swhosp-next {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 5px;
    padding: 0px 0px;
}

.swhosp-c .swhosp-next>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: dashed 1px #ddd;
    border-radius: 0px;
    background: #fff;
    font-size: 30px;
    color: #999;
    cursor: pointer;
}


/* ----------#region  -----------*/


.yuannei-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 70px 0px;
    background-color: #F5F8FC;
}

.yuannei {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.yuannei-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.yuannei-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #121212;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.yuannei-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.yuannei-m>.img1 {
    width: auto;
    height: 8px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}


.yuanneibox-c {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 50px 0px 20px 0;
    padding: 0px 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.yuannei-wrap {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border: dashed 1px #ccc;
}

.yuanitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 30px 30px;
    position: relative;
}

.yuanitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.yuanitem-t>.img1 {
    width: 60px;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.yuanitem-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 20px 0px 0 0;
    padding: 0px 0px;
}

.yuanitem-m>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 28px;
    color: #121212;
    line-height: 37px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.yuanitem-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px 20px 0;
    padding: 0px 0px;
}

.yuanitem-b>.label-desc {
    padding: 0px 0px;
    text-align: left;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: rgba(18, 18, 18, 0.4);
    line-height: 27px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.yuannei-wrap>.img2 {
    width: auto;
    max-width: 70%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 0px;
    object-fit: cover;
}

/*--------自适应--------*/


.career-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 70px 0px;
}

.career {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.career-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.career-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    width: auto;
    height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #121212;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.career-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.career-m>.img1 {
    width: auto;
    height: 8px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.career-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.career-b>label {
    font-weight: normal;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 24px;
    color: rgba(18, 18, 18, 0.6);
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}


.careerbox {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 50px 0px 0 0;
    padding: 0px 0px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.careerbox .careerbox-l:nth-child(2) .careerbox-info {
    padding: 40px 60px;
}

.careerbox-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.careerbox-l>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.careerbox-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 40px 40px;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
}

.careercnt {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.careercnt-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.careercnt-t>.label-head {
    padding: 0px 0px;
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 48px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.careercnt-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.careercnt-b ul {
    margin: 0 0;
}

.careercnt-b ul li {
    margin: 10px 0;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/*--------自适应--------*/


.careerad-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 40px 0px;
    background: url(../images/ad2.png) no-repeat center center;
    background-size: cover;
}

.careerad {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.careeraditem {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 30%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
}

.careeraditem-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px;
}

.careeraditem-l>.img {
    width: 80px;
    height: 80px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 100%;
    object-fit: cover;
}

.careeraditem-m {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.careeraditem-info {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.careeraditem-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.careeraditem-info-t>.label-title {
    padding: 0px 0px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/*--------自适应--------*/



.factory-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 100px 0px;
    background: url(../images/factorybg.png) no-repeat center -30px;
    background-size: cover;
    overflow-x: hidden;
}

.factory {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}


.factory-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.factory-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.factory-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.factory-m>.img1 {
    width: auto;
    height: 8px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.factory-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.factory-b>label {
    font-weight: normal;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}



.swhomefunc-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 90px auto;
    padding: 0rem 0.0rem;
    position: relative;
    max-width: 1400px;
}

.swhomefunc-c .swiper-pagination {
    bottom: 0.3rem !important;
    display: none;
}

.swhomefunc-c .swiper-pagination-bullet {
    width: 0;
    height: 0.1rem;
    text-align: center;
    line-height: 0.10rem;
    font-size: 0.12rem;
    color: #000;
    opacity: 1;
    background: #BEBEBE;
    margin: 0 0.10rem;
    border-radius: 0.06rem;
    display: none;
}

.swhomefunc-c .swiper-pagination-bullet-active {
    color: #fff;
    background: #137EA7;
    display: none;
}

.swhomefunc-c .swhomefunc-cmd {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0rem auto;
    padding: 0rem 0rem;
}

.swhomefunc-c .swhomefunc-prev {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-height: 0.30rem;
    margin: 0rem 0.0rem;
    padding: 0rem 0rem;
    position: absolute;
    z-index: 999;
    left: 0px;
    top: calc(40% + 70px);
    transform: translateX(0%) translateY(-50%);
}

.swhomefunc-c .swhomefunc-prev>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
    font-size: 30px;
    font-weight: normal;
    color: #1f4c98;
    overflow: hidden;
    cursor: pointer;
    border: solid 1px #ddd;
    border-radius: 5px;
    background-color: #fff;
}

.swhomefunc-c .swhomefunc-next {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-height: 0.30rem;
    margin: 0rem 0.0rem;
    padding: 0rem 0rem;
    position: absolute;
    z-index: 999;
    top: 40%;
    left: 0px;
    transform: translateX(0%) translateY(-50%);
    background-color: #fff;
    border-radius: 5px;
}

.swhomefunc-c .swhomefunc-next>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
    font-size: 30px;
    font-weight: normal;
    color: #1f4c98;
    overflow: hidden;
    cursor: pointer;
    border-radius: 100%;
}

.swhomefunc-c .swiper {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0rem;
    margin: 0rem auto;
    padding: 0rem 0rem 0 0;
    overflow: hidden;
    position: relative;
    left: 100px;
}

.swhomefunc-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 0.30rem;
    margin: 0rem auto;
    padding: 0rem 0rem;
}

.swhomefunc-c .swiper-slide {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 0.30rem;
    margin: 0rem auto;
    padding: 0rem 0rem;
    position: relative;
    cursor: pointer;
}

.swhomefunc-c .swhomefunc-swiperitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 0.30rem;
    margin: 0rem 0rem;
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 10px;
}

.swhomefunc-c .swhomefunc-swiperitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
}

.swhomefunc-c .swhomefunc-swiperitem-t>a>img {
    width: auto;
    max-width: 100%;
    height: 220px;
    margin: 0rem auto;
    padding: 0rem 0rem;
    object-fit: contain;
}


.swhomefunc-c .swhomefunc-swiperitem-t>a {
    display: block;
    width: 100%;
    height: auto;
}

.swhomefunc-c .swhomefunc-swiperitem-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 0.30rem;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
}

.swhomefunc-c .swhomefunc-swiperitem-title {
    box-sizing: border-box;
    width: 100%;
    height: 66px;
    min-height: auto;
    min-height: 0rem;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.swhomefunc-c .swhomefunc-swiperitem-title>.label-title {
    margin: 0rem 0rem;
    padding: 0rem 0rem;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 20px;
    color: #121212;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.swhomefunc-c .swhomefunc-swiperitem-title>.label-title2 {
    margin: 0px 0;
    padding: 5px 10px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #1F4C9B;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background-color: #F5F7FA;
}

.swhomefunc-c .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 0.30rem;
    margin: 0rem auto;
    padding: 0rem 0rem;
}


/* ----------#region  -----------*/
.onecenter {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    width: 309px;
    height: 246px;
    background: url(../images/homesobg.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.onecenter-t {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: auto;
    height: 70px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 50px;
    color: #1F4C9B;
    line-height: 66px;
    letter-spacing: 1px;
    text-align: center;
    font-style: italic;
    text-transform: none;
    background: url(../images/onelinebg.png) no-repeat center 50px;
    background-size: cover;
    position: relative;
}

.onecenter-m {
    box-sizing: border-box;
    margin: 0 0 0 -10px;
    padding: 0 0 0 0px;
    width: auto;
    height: 60px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: MiSans, MiSans;
    font-weight: normal;
    font-size: 46px;
    color: #1F4C9B;
    line-height: 46px;
    letter-spacing: 1px;
    text-align: center;
    font-style: italic;
    text-transform: none;
}

.onecenter-b {
    box-sizing: border-box;
    margin: 0 0 0 -40px;
    padding: 0 0 0 0;
    width: auto;
    height: 60px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: MiSans, MiSans;
    font-weight: normal;
    font-size: 46px;
    color: #1F4C9B;
    line-height: 46px;
    letter-spacing: 1px;
    text-align: center;
    font-style: italic;
    text-transform: none;
}

.onebox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 100px 0px;
    padding: 0px 0px;
    position: relative;
}

.onebox-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.onebox-l>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.onebox-title1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 373px;
    height: 80px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: url(../images/onsite.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    z-index: 10;
    top: -30px;
    right: 60px;
}

.onebox-title1>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.onebox-cnt {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 56%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.onebox-cnt.r2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 56%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    left: 55%;
    top: 54%;
    transform: translateX(-50%) translateY(-50%);
}

.oneboxrow {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.oneboxrow-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px 0px 20px;
    background: url(../images/onetbg.png) no-repeat center center;
    background-size: cover;
}

.oneboxrow-t>.label1 {
    padding: 0px 0px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 28px;
    color: #121212;
    line-height: 37px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.oneboxrow-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.oneboxrow-b ul {
    margin: 10px 0;
    width: 100%;
    padding: 0 0;
}

.oneboxrow-b ul li {
    margin: 8px 0;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 22px;
    color: #121212;
    line-height: 29px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    list-style: none;
}

.onebox-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.onebox-r>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.onebox-title2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 373px;
    height: 80px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    background: url(../images/onsite.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    z-index: 10;
    left: 50px;
    bottom: -40px;
}

.onebox-title2>.label-head {
    padding: 0px 0px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/*--------自适应--------*/


#goTop {
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 20px;
    background-color: #137EA7;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    opacity: 0.6;
    border-radius: 100%;
    font-size: 20px;
    cursor: pointer;
}

#goTop>label {
    cursor: pointer;
    color: #fff;
}


/* ----------#region  -----------*/


.articlebox-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 10px 0px;
}

.articlebox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.articlebox-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 15px 0px;
    border-bottom: solid 1px #ddd;
}

.articlebox-t>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #121212;
}

.articlebox-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.articlebox-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 10px 0px 30px 0px;
    border-bottom: solid 1px #ddd;
}

.articlebox-item-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.articlebox-item-l>a>.img {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 200/145;
}

.articlebox-item-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.articlebox-item-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 0px 25px;
    padding: 0px 0px;
}

.articlebox-item-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.articlebox-item-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.articlebox-item-info-title {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 5px 0px;
    padding: 0px 0px;
    text-align: left;
}

.articlebox-item-info-title>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #121212;
}

.articlebox-item-info-title>.label-title:hover {
    color: #121212;
    text-decoration: none;
}


.articlebox-item-info-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 5px 0px;
}

.articlebox-item-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
}

.articlebox-item-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    color: #666;
}

.articlebox-item-info-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 10px 0px;
}

.articlebox-item-info-b>.label-date {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.articlebox-item-info-b>.label2 {
    margin: 0px 20px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.articlebox-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 10px 0px;
}

/*--------自适应--------*/

.pager {
    box-sizing: border-box;
    clear: both;
    font-size: 14px;
    width: 100%;
    height: auto;
    margin: 40px 0 50px 0;
    padding: 0 0px 0 0;
    text-align: center;
}

.pager a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    border: solid 1px #ddd;
    display: inline-block;
    padding: 6px 10px;
    margin: 2px 4px;
    border-radius: 3px;
}

.pager a:visited {
    color: #666;
    text-decoration: none
}

.pager a:active {
    color: #666;
    text-decoration: none
}

.pager a:hover {
    color: #666;
    text-decoration: none;
}

.pager a.cur {
    color: #fff;
    background: #1f4c98;
    border: solid 1px #1f4c98;
}

.pager a.prev {}

.pager a.next {}

.pager a.off {
    color: #dddddd;
    border: solid 1px #ddd;
}

.pager span {
    float: right;
}

.pager input {
    outline: none;
    width: 40px;
    height: 29px;
    text-align: center;
    line-height: 28px;
    border: solid 1px #ccc;
}

.pager button {
    outline: none;
    width: 40px;
    height: 29px;
    line-height: 28px;
    border: solid 1px #ccc;
    border-left: none;
    cursor: pointer;
}



.artdetail {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
    background: #fff;
}

.artdetail-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.artdetail-t>.label-title {
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    color: 121212;
}

.artdetail-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px 20px 0px;
    border-bottom: solid 1px #eee;
}

.artdetail-m1>.label-date {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.artdetail-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.artdetail-detail {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
    color: #121212;
    line-height: 1.8;
}

.artdetail-detail p {
    margin: 0px 0px;
}

.artdetail-detail img {
    margin: 10px auto;
    width: auto;
    max-width: 100%;
    height: auto;
}

.artdetail-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 20px 0px;
    border-top: solid 1px #eee;
}

.artdetail-prenext {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.artdetail-prenext-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 48%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.artdetail-prenext-l>.label-prev {
    width: 60px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.artdetail-prenext-l>.label-prev-text {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.artdetail-prenext-l>.label-prev-text:hover {
    color: #666;
    text-decoration: none;
}

.artdetail-prenext-l>.label-prev-text:active {
    color: #666;
    text-decoration: none;
}

.artdetail-prenext-l>.label-prev-text:visited {
    color: #666;
    text-decoration: none;
}



.artdetail-prenext-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 48%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.artdetail-prenext-r>.label-next {
    width: 60px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.artdetail-prenext-r>.label-next-text {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.artdetail-prenext-r>.label-next-text:hover {
    color: #666;
    text-decoration: none;
}

.artdetail-prenext-r>.label-next-text:active {
    color: #666;
    text-decoration: none;
}

.artdetail-prenext-r>.label-next-text:visited {
    color: #666;
    text-decoration: none;
}

.label-next-text>label {
    color: #666;
    font-size: 14px;
    margin: 0 5px 0 0;
    cursor: pointer;
}



.expertlast {
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 400px;
    margin: 0px 0px;
    padding: 25px 25px;
    border-radius: 10px;
    background: url(../images/expbg.png) no-repeat right 0px;
    background-size: contain;
    background-color: #1F4C9B;
}

.expert-wrap.on .expertlast {
    display: flex;
}

.expert-wrap.on .expertrow {
    display: none;
}

.expertlast-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.expertlasth {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.expertlasth-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px;
}

.expertlasth-l>.img1 {
    width: 48px;
    height: 48px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 100%;
    object-fit: cover;
}

.expertlasth-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.expertlasth-r>.label-title {
    margin-right: 10px;
    padding: 0px 0px;
    text-align: left;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 37px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.expertlasth-r>.label-sp {
    margin: 0px 5px;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
}

.expertlasth-r>.label-desc {
    padding: 0px 0px;
    width: 375px;
    height: 21px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.expertlast-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.expertlast-b ul {
    margin: 30px 0 0 -10px;
}

.expertlast-b ul li {
    margin: 10px 0;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/*--------自适应--------*/



.problock-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 70px 0px;
    background-color: #E8EDF5;
}

.problock {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}



.prowrap {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.prowrap-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.tabcate-tab {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.tabcate-tab-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.tabcate-nav-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.tabcate-nav-item-on {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 30px;
    padding: 0px 30px;
    cursor: pointer;
}

.tabcate-nav-item-on-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.tabcate-nav-item-on>.label-text {
    margin: 15px 0;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #1f4c98;
    cursor: pointer;
}

.tabcate-nav-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 30px;
    padding: 0px 30px;
    cursor: pointer;
}

.tabcate-nav-item svg {
    fill: #666 !important;
}

.tabcate-nav-item-on svg {
    fill: #1296db !important;
}

.tabcate-nav-item-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.tabcate-nav-item>.label-text {
    margin: 15px 0;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
}

.tabcate-tab-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 10px 0px;
}

.tabcate-tab-content-on {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    text-align: left;
    transition: all .2s linear 100ms;
}

.subcatlinks-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.subcatlinks-c>.subcatlinks-link-on {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 30px;
    margin: 0px 20px 10px 0px;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    background: #0072E3;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.subcatlinks-c>.subcatlinks-link-on:hover {
    color: #fff;
    text-decoration: none;
}

.subcatlinks-c>.subcatlinks-link-on:active {
    color: #fff;
    text-decoration: none;
}

.subcatlinks-c>.subcatlinks-link-on:visited {
    color: #fff;
    text-decoration: none;
}

.subcatlinks-c>.subcatlinks-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 30px;
    margin: 0px 20px 10px 0px;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    border: solid 1px #ddd;
    font-size: 18px;
    font-weight: normal;
    color: #121212;
}

.subcatlinks-c>.subcatlinks-link:hover {
    color: #1f4c98;
    text-decoration: none;
}



.tabcate-tab-content {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: auto;
    min-height: 0px;
    margin: 0px 0px;
    background: #eee;
    text-align: center;
    transition: all .2s linear 100ms;
}

.prowrap-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
}

/*--------自适应--------*/


.goodslist-c {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.gooditem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    border-radius: 8px;
}

.gooditem-t:hover>a>.img1 {
    transform: scale(1.2);
    transition: all .2s linear 100ms;
}

.gooditem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.gooditem-t>a>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    transition: all .2s linear 100ms;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.gooditem-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.gooditem-m {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 5px 5px;
}

.gooditem-info {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.gooditem-info-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 5px 0px;
}

.gooditem-info-t-a {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.gooditem-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.gooditem-info-t-a>.label-title:hover {
    color: #333;
    text-decoration: none;
}

.gooditem-info-t-a>.label-title:active {
    color: #333;
    text-decoration: none;
}

.gooditem-info-t-a>.label-title:visited {
    color: #333;
    text-decoration: none;
}

.gooditem-info-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
}

/*--------自适应--------*/














.productdil {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.productdil-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 45%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.productdil-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 52%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.proinfo {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.proinfo-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.positionx-c {
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.positionx {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    height: 40px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.positionx>.link-item {
    margin: 0px 5px 0 0;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.positionx>.link-item:hover {
    color: #666;
    text-decoration: none;
}

.positionx>.link-item:active {
    color: #666;
    text-decoration: none;
}

.positionx>.link-item:visited {
    color: #666;
    text-decoration: none;
}

.positionx>.icon-arrow {
    margin: 0px 5px 0 0;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.positionx>.label-item {
    margin: 0px 5px 0 0;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.proinfo-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.proinfo-m1>.link-cat {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #0072E3;
}

.proinfo-m1>.link-cat:hover {
    color: #0072E3;
    text-decoration: none;
}

.proinfo-m1>.link-cat:active {
    color: #0072E3;
    text-decoration: none;
}

.proinfo-m1>.link-cat:visited {
    color: #0072E3;
    text-decoration: none;
}

.proinfo-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.proinfo-m2>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.proinfo-m3 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.proinfo-m3>.label-price {
    margin: 0 0;
    padding: 0px 0px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.proinfo-m3>.label-ni {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.proinfo-m4 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.proinfo-m4>.p1 {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.proinfo-m5 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.proinfo-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
    border-top: solid 1px #ddd;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.proinfo-b>.label-tagt {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.proinfo-b>.link-tag {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.proinfo-b>.link-tag:hover {
    color: #666;
    text-decoration: none;
}

.proinfo-b>.link-tag:active {
    color: #666;
    text-decoration: none;
}

.proinfo-b>.link-tag:visited {
    color: #666;
    text-decoration: none;
}

/*--------è‡ªé€‚åº”--------*/


.product-gallery {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0px;
    width: 100%;
    height: auto;
    max-width: 100%;
    text-align: center;
}

.product-big {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    flex: 1;
    border: solid 1px #ddd;
    background-color: #fff;
}

.mysw-c {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
}

.mysw {
    width: 100%;
    height: auto;
}

.mysw .swiper-slide {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
}

.mysw .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.mysw .swiper-pagination {
    bottom: 30px !important;
}

.mysw .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
    display: none;
}

.mysw .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.mysw-next {
    position: absolute;
    width: 42px;
    right: -20px;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}

.mysw-prev {
    position: absolute;
    width: 42px;
    left: -20px;
    top: 50%;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transform: translateX(0%) translateY(-50%);
}

.mysw-next label,
.mysw-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.mysw .swiper-button-next {
    width: 42px;
    right: 50px;
    height: 42px;
}

.mysw .swiper-button-prev {
    width: 42px;
    left: 50px;
    height: 42px;
}

.mysw .swiper-button-next:after,
.mysw .swiper-button-prev:after {
    content: '';
}

.flex-control-thumbs {
    position: relative;
    zoom: 1;
    margin: 10px 0 0 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 110px;
}

.flex-control-thumbs .swiper {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.flex-control-thumbs .swiper-slide {
    overflow: hidden;
    width: 100px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 0 0px 0;
    padding: 0 0;
    border: solid 1px #ccc;
    cursor: pointer;
    aspect-ratio: 1/1;
    background-color: #fff;
}

.flex-control-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    margin: 0 0;
    padding: 0 0;
    object-fit: cover;
    cursor: pointer;
    aspect-ratio: 1/1;
}

.flex-control-thumbs .swiper-slide.on {
    border: solid 1px #1f4c98;
}

.xsmall-cmd {
    position: static;

}

.xsmall-next {
    width: 25px;
    background-color: #fff;
    border: solid 1px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 25px;
    border-radius: 100%;
    position: absolute;
    z-index: 9999;
    right: -12px;
    top: 40px;
}

.xsmall-prev {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #fff;
    border: solid 1px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    left: -12px;
    top: 40px;
}

.xsmall-next label,
.xsmall-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.gallery-icon {
    position: absolute;
    z-index: 98;
    right: 15px;
    top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
    border: solid 1px #999;
}



.picsbox-c {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #000;
    position: fixed;
    z-index: 999999991;
    left: 0px;
    top: 0px;
    display: none;
}

.picboxs-top {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
}

.picboxs-topleft {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.picboxs-topleft>.label-count {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.picboxs-topright {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 10px;
}

.picboxs-topright>.img-fullscreen {
    width: 20px;
    height: 20px;
    margin: 0px 0px 0 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-exitscreen {
    width: 20px;
    height: 20px;
    margin: 0px 0px 0 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-share {
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-close {
    width: 29px;
    height: 29px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-zoom {
    width: 20px;
    height: 20px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picsbox-c-left {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 0px;
    transform: translateX(0%) translateY(-50%);
    cursor: pointer;
}


.picsbox-c-right {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 0px;
    transform: translateX(0%) translateY(-50%);
    cursor: pointer;
}


.picsbox-c-d {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 5;
    left: 0px;
    top: 0px;
}

.picsbox-c-d>.img1 {
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 95%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
    transform: scale(1);
}

.picsbox-c-d>.img1.big {
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
    transform: scale(1.5);
}

@media screen and (max-width: 750px) {
    .product-gallery {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
        box-sizing: border-box;
        margin: 0 0;
        padding: 0 0 0 0px;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .product-big {
        box-sizing: border-box;
        margin: 0 0 0 0px;
        padding: 0 0 0 0;
        width: 100%;
        height: 500px;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        flex: 1;
    }

    .xsmall-cmd {
        position: absolute;
        z-index: 2;
        left: 0px;
        bottom: 0px;
        width: 50px;
        display: none;
    }

    .flex-control-thumbs {
        overflow: hidden;
        zoom: 1;
        margin: 10px 0;
        padding: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100px;
        overflow: hidden;
    }

    .flex-control-thumbs .swiper-slide {
        overflow: hidden;
        width: auto;
        height: 60px !important;
        overflow: hidden;
        box-sizing: border-box;
        margin: 0 0 0px 0;
        padding: 0 0;
        cursor: pointer;
    }

    .mysw .swiper-slide {
        display: block;
        width: 100%;
        height: 400px;
        object-fit: cover;
        position: relative;
    }


}







.proinfo-msg {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}



.proinfo-msg>.link-sendmsg {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 40px;
    margin: 10px 0px;
    padding: 6px 40px;
    border: none;
    border-radius: 5px;
    background: #222;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.proinfo-msg>.link-sendmsg:hover {
    color: #fff;
    text-decoration: none;
}

.proinfo-msg>.link-sendmsg:active {
    color: #fff;
    text-decoration: none;
}

.proinfo-msg>.link-sendmsg:visited {
    color: #fff;
    text-decoration: none;
}



.protab-tab {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 60px 0px 30px 0;
    padding: 0px 0px;
}

.protab-tab-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.protab-nav-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 1px #ddd;
}

.protab-nav-item-on {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 60px;
    min-height: 30px;
    margin: 0px 40px 0px 0px;
    padding: 0px 0px;
    border-top: solid 4px #0072E3;
    cursor: pointer;
}

.protab-nav-item-on>.label-text {
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

.protab-nav-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 40px 0 0;
    padding: 0px 0px;
    cursor: pointer;
}

.protab-nav-item>.label-text {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

.protab-tab-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.protab-tab-content-on {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    text-align: left;
    display: block;
}


.protab-tab-content {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    text-align: left;
    display: none;
}



/*--------è‡ªé€‚åº”--------*/

.pagedetail {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
}

.pagedetail h1 {
    font-size: 50px;
}

.pagedetail h2 {
    font-size: 40px;
}

.pagedetail h3 {
    font-size: 30px;
}

.pagedetail h4 {
    font-size: 20px;
}

.pagedetail h5 {
    font-size: 18px;
}

.pagedetail p {
    text-align: left;
    color: #000;
    line-height: 1.8;
}

.pagedetail img {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.pagedetail video {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.pagedetail table {
    margin: 10px 0;
    padding: 0 0;
    width: 100px;
    height: auto;
    border-collapse: collapse;
}

.pagedetail table th {
    border: solid 1px #ddd;
    min-height: 40px;
    height: auto;
}

.pagedetail table tr {
    border: solid 1px #ddd;
}

.pagedetail table tr td {
    border: solid 1px #ddd;
    padding: 5px 5px;
    font-size: 14px;
    color: #000;
    min-height: 40px;
    line-height: 1.8;
}



.hxad {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 0 0px;
    padding: 0px 0px 0 235px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 1400px;
}

.hxaditem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.hxaditem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

.hxaditem-t>.label-line {
    width: 5px;
    height: 24px;
    margin: 0px 15px 0px 0px;
    padding: 0px 0px;
    background: #1F4C9B;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.hxaditem-t>.label-title {
    padding: 0px 0px;
    width: 100%;
    min-height: 37px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 28px;
    color: #1F4C9B;
    line-height: 37px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.hxaditem-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 80%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.hxaditem-b>.label1 {
    padding: 0px 0px;
    width: 100%;
    min-height: 64px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 24px;
    color: rgba(31, 76, 155, 0.8);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/*--------自适应--------*/




.subcatlist {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px 0px 0;
    padding: 0px 0px;
}



.subcatlist-r {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.subcatlist-r>.link1 {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 30px;
    margin: 0px 20px 10px 0px;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    border: solid 1px #ddd;
    font-size: 16px;
    font-weight: normal;
    color: #121212;
}

.subcatlist-r>.link1.on {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 30px;
    margin: 0px 20px 10px 0px;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    background: #0072E3;
    border: solid 0px #ddd;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

/*--------自适应--------*/




.langbox {
    float: left;
    position: relative;
    width: auto;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-right: 15px;
}

font[dir='auto'] {
    color: inherit !important;
}


.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    display: inline-block;
    height: 24px;
    width: 15px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
    background-position: 50%;
    background-size: 11px;
    background-repeat: no-repeat;
    transition: all .3s;
    transform: rotate(-180deg);
    display: none!important;
}

#gt_float_wrapper {
    position: relative !important;
    top: 0px !important;
    left: 10px !important;
    z-index: 999999;
}

.gt_float_switcher {
    font-family: Arial;
    font-size: 20px;
    border-radius: 7px;
    color: #555;
    display: inline-block;
    line-height: 20px;
    box-shadow: rgba(0, 0, 0, 0) 0 0px 0px !important;
    overflow: hidden;
    background: transparent !important;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.gt_float_switcher .gt-selected {
    position: relative;
    z-index: 888;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    text-align: left !important;
    width: auto;
    height: 36px;
    padding: 0px 15px;
    border: solid 1px #aaa;
    overflow: hidden;
    border-radius: 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0px 0px !important;
    color: #fff;
    font-weight: bold;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    position: relative;
    top: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.langbox.on .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    position: relative;
    top: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

.gt_float_switcher img {
    vertical-align: middle;
    display: inline-block;
    width: 16px !important;
    height: auto;
    margin: 0 5px 0 0;
    border-radius: 3px;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0px 0px !important;
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

.gt_float_switcher .gt_options {
    position: absolute !important;
    left: 0px;
    top: 40px;
    z-index: 777;
    min-width: 100px;
    max-height: 250px;
    overflow-y: auto;
    transform: translateY(0px);
    opacity: 0;
    cursor: pointer;
    transition: all .8s cubic-bezier(.3, 1.1, .4, 1.1);
    background-color: #fff;
    border: none;
    border-radius: 7px;
}


.gt_float_switcher .gt_options a {
    display: block;
    text-decoration: none;
    padding: 5px 5px !important;
    color: #444;
    transition: color .4s linear;
    font-size: 12px;
}

.gt_float_switcher .gt_options a img {}

