html,
body {
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    font-family: 微软雅黑;
    color: #222222;
    margin: 0 0;
    padding: 0 0;
}


a {
    color: #222;
    text-decoration: none;
}

a:visited {
    color: #222;
    text-decoration: none
}

a:active {
    color: #222;
    text-decoration: none
}

a:hover {
    color: #222;
    text-decoration: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #BCBCBC;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BCBCBC;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #BCBCBC;
}

.blank10 {
    width: 100%;
    height: 10px;
    clear: both;
    overflow: hidden;
}

.blank20 {
    width: 100%;
    height: 20px;
    clear: both;
    overflow: hidden;
}

.blank30 {
    width: 100%;
    height: 30px;
    clear: both;
    overflow: hidden;
}

.blank40 {
    width: 100%;
    height: 40px;
    clear: both;
    overflow: hidden;
}

.blank50 {
    width: 100%;
    height: 50px;
    float: left;
    overflow: hidden;
}

.blank60 {
    width: 100%;
    height: 60px;
    clear: both;
    overflow: hidden;
}

.blank70 {
    width: 100%;
    height: 70px;
    clear: both;
    overflow: hidden;
}

.blank80 {
    width: 100%;
    height: 80px;
    clear: both;
    overflow: hidden;
}

.blank90 {
    width: 100%;
    height: 90px;
    clear: both;
    overflow: hidden;
}

.blank100 {
    width: 100%;
    height: 100px;
    clear: both;
    overflow: hidden;
}

.blank110 {
    width: 100%;
    height: 110px;
    clear: both;
    overflow: hidden;
}

.blank120 {
    width: 100%;
    height: 120px;
    clear: both;
    overflow: hidden;
}

.blank130 {
    width: 100%;
    height: 130px;
    clear: both;
    overflow: hidden;
}

.blank140 {
    width: 100%;
    height: 140px;
    clear: both;
    overflow: hidden;
}

.blank150 {
    width: 100%;
    height: 150px;
    float: left;
    overflow: hidden;
}

.blank160 {
    width: 100%;
    height: 160px;
    clear: both;
    overflow: hidden;
}

.blank170 {
    width: 100%;
    height: 170px;
    clear: both;
    overflow: hidden;
}

.blank180 {
    width: 100%;
    height: 180px;
    clear: both;
    overflow: hidden;
}

.blank190 {
    width: 100%;
    height: 190px;
    clear: both;
    overflow: hidden;
}

.blank200 {
    width: 100%;
    height: 200px;
    clear: both;
    overflow: hidden;
}


.langbox-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: auto;
    margin: 0px 0px;
    padding: 0px 10px;
    border: solid 1px #ddd;
    border-radius: 0px;
    background: #fff;
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 0px;
}

.langbox-c:hover .langbox-drop {
    display: block;
    transition: all .2s linear 100ms;
}

.langbox-c:hover .langbox>.icon {
    transform: rotate(180deg);
    transition: all .2s linear 100ms;
}

.langbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
    background-color: #fff;
}

.langbox>.img3 {
    width: 16px;
    margin: 0px 5px 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.langbox>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.langbox>.icon {
    margin: 0px 5px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    transition: all .2s linear 100ms;
}

.langbox-drop {
    box-sizing: border-box;
    display: none;
    width: 100%;
    overflow: hidden;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 30px;
    overflow: hidden;
    transition: all .2s linear 100ms;
    border: solid 1px #ddd;
    border-top: none;
}

.langbox-dropbox {
    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: 10px 10px;
}

.langbox-dropitem {
    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;
}

.langbox-dropitem-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;
    cursor: pointer;
}

.langbox-dropitem-l>.img1 {
    width: 16px;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.langbox-dropitem-r {
    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;
}

.langbox-dropitem-r>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

/*--------自适应--------*/


.wrapbox {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    transition: all .3s linear 100ms;
    -webkit-transition: all .3s linear 100ms;
    transform: translateX(0%);
}

.wrapbox.on {
    transition: all .3s linear 100ms;
    -webkit-transition: all .3s linear 100ms;
    transform: translateX(60%);
}

header {
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 999999;
}

.header-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 100px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #fff;
}

.header {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    height: 100px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.header-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 350px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-l>a>.img1 {
    width: auto;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.header-l>a {
    display: block;
    width: auto;
    height: auto;
}

.header-m {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-nav-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;
    padding: 0px 0px;
    background: #fff;
}

.header-nav-drop:hover {
    color: rgba(0, 105, 179, 1);
}

.header-nav-drop:hover a.label-drop {
    color: rgba(0, 105, 179, 1);
    font-weight: bold;
}

.header-nav-drop:hover .icon-drop {
    color: rgba(0, 105, 179, 1);
}

.header-nav-drop:hover .header-nav-drop-c {
    display: block;
}

.header-nav-item:hover {
    color: rgba(0, 105, 179, 1);
}

.header-nav-item:hover a.label-text {
    color: rgba(0, 105, 179, 1);
    font-weight: bold;
}

.header-nav-item:hover .label-text:hover {
    color: rgba(0, 105, 179, 1);
    font-weight: bold;
}

.header-nav-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 5px;
    padding: 0px 20px;
    cursor: pointer;
    border-bottom: solid 2px #ffffff;
}

.header-nav-item.on {
    border-bottom: solid 2px #0072E3;
}

.header-nav-item:hover {
    border-bottom: solid 2px #0072E3;
}

.header-nav-item>.label-text {
    padding: 0px 0px;
    font-size: 19px;
    font-weight: bold;
    color: rgba(0, 105, 179, 1);
    cursor: pointer;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-nav-item>.label-text:hover {
    color: rgba(0, 105, 179, 1);
    text-decoration: none;
}

.header-nav-item>.label-text:active {
    color: rgba(0, 105, 179, 1);
    text-decoration: none;
}

.header-nav-item>.label-text:visited {
    color: rgba(0, 105, 179, 1);
    text-decoration: none;
}


.header-nav-drop {
    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 20px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.header-nav-drop>.label-drop {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

.header-nav-drop>.label-drop:hover {
    color: #666;
    text-decoration: none;
}

.header-nav-drop>.label-drop:active {
    color: #666;
    text-decoration: none;
}

.header-nav-drop>.label-drop:visited {
    color: #666;
    text-decoration: none;
}

.label-drop>label {
    color: #666;
    font-size: 16px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.header-nav-drop>.icon-drop {
    margin: 0px 0px 0px 5px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.header-nav-drop-c {
    box-sizing: border-box;
    display: none;
    width: 200px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
    border: none;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 9999;
}

.header-nav-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 10px;
    background: #fff;
    cursor: pointer;
}

.header-nav-dropmenu:hover .icon-dropmenuitem {
    font-size: 14;
    font-weight: bold;
    color: red;
}

.header-nav-dropmenu:hover .label-dropmenuitem {
    font-size: 14;
    font-weight: bold;
    color: red;
}

.header-nav-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;
}

.header-nav-dropmenu-l>.icon-dropmenuitem {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.header-nav-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: 5px 0px;
}

.header-nav-dropmenu-r>.label-dropmenuitem {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.header-nav-dropmenu-r>.label-dropmenuitem:hover {
    color: #666;
    text-decoration: none;
}

.header-nav-dropmenu-r>.label-dropmenuitem:active {
    color: #666;
    text-decoration: none;
}

.header-nav-dropmenu-r>.label-dropmenuitem:visited {
    color: #666;
    text-decoration: none;
}

.label-dropmenuitem>label {
    color: #666;
    font-size: 16px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.header-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 240px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #0072E3;
}

.header-search-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-search-l>.input-keyword {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 30px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border: none;
    border-radius: 0px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.header-search-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #0072E3;
    cursor: pointer;
}

.header-search-r>.icon {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

/*--------自适应--------*/



.footer-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;
    background: #DEDEDE;
}

.footer {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 400px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 50px 0px;
}

.footleft {
    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;
}

.footleft-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;
}

.footleft-t>.link1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 5px 30px;
    border: none;
    border-radius: 30px;
    background: #0069B3;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.footleft-t>.link1:hover {
    color: #fff;
    text-decoration: none;
}

.footleft-t>.link1:active {
    color: #fff;
    text-decoration: none;
}

.footleft-t>.link1:visited {
    color: #fff;
    text-decoration: none;
}

.footleft-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: 0px 0px;
    padding: 20px 0px;
}

.footleft-m>.img1 {
    width: auto;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.footleft-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;
}

.footleft-b>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.footleft-b a {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}


.footer-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;
    background: #fff;
}

.footright {
    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 0px 10px;
    padding: 20px 0px;
    background: #0069B3;
}

.footright-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 0 80px;
}

.footinfo {
    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;
}

.footinfo-t {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
}

.footinfo-t {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}

.footinfo-t p {
    margin: 0 0;
    padding: 0 0;
}

.footinfo-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: 20px 0px 0 0;
    padding: 0px 0px;
}

.footinfo-b>a>.img1 {
    width: 40px;
    height: 40px;
    margin: 0px 20px 0 0;
    padding: 0px 0px;
    border-radius: 100%;
    object-fit: cover;
}

.footinfo-b>a>.img2 {
    width: 35px;
    height: 35px;
    margin: 0px 5px 0 0;
    padding: 0px 0px;
    border-radius: 100%;
    object-fit: cover;
}


.footinfo-b>a {
    display: block;
    width: auto;
    height: auto;
}

.footright-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footnav {
    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;
}

.footnav-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 10px 0;
    padding: 0px 0px;
}

.footnav-t>.label-navt {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    color: #fff;
}

.footnav-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: 0px 0px;
    padding: 0px 0px;
}

.footnav-b>.link-nav {
    margin: 5px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.footnav-b>.link-nav:hover {
    color: #fff;
    text-decoration: none;
}

.footnav-b>.link-nav:active {
    color: #fff;
    text-decoration: none;
}

.footnav-b>.link-nav:visited {
    color: #fff;
    text-decoration: none;
}

/*--------自适应--------*/


.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: 0px !important;
}

.homeban-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;
}

.homeban-c .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.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: 500px;
    min-height: 30px;
    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;
}

/*--------自适应--------*/


.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 auto;
    padding: 50px 0px;
    background: #fff;
}

.homeabout {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    overflow: hidden;
}

.homeabout-head {
    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;
}

.homeabout-head-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-head-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #0069B3;
    line-height: 1.6;
    max-width: 800px;
}

.homeabout-head-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;
}

.homeabout-module {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
    background: #fff;
}

.homeabout-module-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 48%;
    height: auto;
    min-height: 30px;
    padding: 0px 0px;
}

.homeabout-module-l>a>.img {
    width: 100%;
    height: 400px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    object-position: 0 0;
}

.homeabout-module-l>a {
    display: block;
    width: 100%;
    height: auto;
}

.homeabout-module-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 48%;
    height: auto;
    min-height: 30px;
    padding: 0px 0px;
}

.homeabout-module-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;
}

.homeabout-module-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: 15px 0px;
}

.homeabout-module-info-desc {
    box-sizing: border-box;
    width: 100%;
    min-height: 170px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 2.0;
    color: #666;
}

.homeabout-module-info-desc p {
    font-size: 18px;
    font-weight: normal;
    line-height: 2.0;
    color: #666;
}

.homeabout-module-info-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 5px 5px;
}

.homeabout-module-info-b>.link-more {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    box-sizing: border-box;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 45px;
    border: none;
    border-radius: 30px;
    background: #0069B3;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    height: 52px;
}

.homeabout-module-info-b>.link-more:hover {
    text-decoration: none;
    background: #ffffff;
    font-size: 16px;
    font-weight: normal;
    color: #0069B3;
    border: solid 1px #0069B3;
    box-sizing: border-box;
}


/*--------自适应--------*/




.homegoods-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: 0px 0px;
    position: relative;
    overflow: hidden;
}

.homegoods {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1300px;
    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%);
}

.homegoods-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 40px 0px 0 0;
    padding: 10px 0px;
}

.homegoods-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.homegoods-e {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px;
}

.homegoods-e>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.homegoods-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: 0px 0px;
}

.swhomepro-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 40px;
    position: relative;
}

.swhomepro-c .swiper-pagination {
    bottom: 0px !important;
    display: none;
}

.swhomepro-c .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #ccc;
    margin: 0 10px;
}

.swhomepro-c .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.swhomepro-cmd {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhomepro-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: 999999999;
    left: 0px;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}

.swhomepro-prev>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 50px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.swhomepro-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: 999999999;
    top: 50%;
    right: 0px;
    transform: translateX(0%) translateY(-50%);
}

.swhomepro-next>.label-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

.swhomepro-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhomepro-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhomepro-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;
    position: relative;
}

.swhomepro-swiperitem {
    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;
}

.swhomepro-swiperitem-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;
}

.swhomepro-swiperitem-t>a>.img1 {
    width: 100%;
    height: 300px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.swhomepro-swiperitem-t>a {
    display: block;
    width: 100%;
    height: auto;
}

.swhomepro-swiperitem-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;
}

.swhomepro-swiperitem-title {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 5px 0px 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;
}

.swhomepro-swiperitem-title>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.swhomepro-c .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.homegoods-d {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0 40px 0;
    padding: 10px 0px;
}

.homegoods-d>.link1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 45px;
    border: none;
    border-radius: 30px;
    background: #0069B3;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    height: 52px;
    box-sizing: border-box;
}

.homegoods-d>.link1:hover {
    text-decoration: none;
    background: #ffffff;
    font-size: 16px;
    font-weight: normal;
    color: #0069B3;
    border: solid 1px #0069B3;
    box-sizing: border-box;
}

.homegoods-c>.img2 {
    width: 100%;
    height: 650px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 2;
    object-fit: cover;
}

.homegoods-c-c {
    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;
}

/*--------自适应--------*/














.homeser-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: 50px 0px;
    background: #fff;
}

.homeser {
    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;
}

.homeser-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;
}

.homeser-head {
    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;
}

.homeser-head-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;
}

.homeser-head-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #0069B3;
}

.homeser-head-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 0px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.homeser-head-b>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #0069B3;
}

.homeser-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: 100px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.homeser-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 22%;
    height: auto;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
    background: #fff;
}

.homeser-item-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;
}

.homeser-item-t>a>.img1 {
    width: 120px;
    height: 120px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    border-radius: 100%;
}

.homeser-item-t>a {
    display: block;
    width: auto;
    height: auto;
}

.homeser-item-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: 0px 0px;
}

.homeser-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: 10px 0px;
    padding: 0px 0px;
}

.homeser-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;
    margin: 10px 0px;
    padding: 5px 0px;
}

.homeser-item-info-t-a {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 5px 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;
}

.homeser-item-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.homeser-item-info-t-a>.label-title:hover {
    color: #333;
    text-decoration: none;
}

.homeser-item-info-t-a>.label-title:active {
    color: #333;
    text-decoration: none;
}

.homeser-item-info-t-a>.label-title:visited {
    color: #333;
    text-decoration: none;
}

.label-title>label {
    color: #333;
    font-size: 16px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.homeser-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: 0px 0px;
}

.homeser-item-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    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;
}

.homeser-item-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 1.8;
}

.homeser-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;
}

.homeser-b>.link1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 45px;
    border: none;
    border-radius: 30px;
    background: #0069B3;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    height: 52px;
    box-sizing: border-box;
}

.homeser-b>.link1:hover {
    text-decoration: none;
    background: #ffffff;
    font-size: 16px;
    font-weight: normal;
    color: #0069B3;
    border: solid 1px #0069B3;
    box-sizing: border-box;
}


/*****/
















.homeblog-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: 20px 0px;
    background: #fff;
}

.homeblog {
    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;
}

.homeblog-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;
}

.homeblog-head {
    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;
}

.homeblog-head-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;
}

.homeblog-head-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #0069B3;
}

.homeblog-head-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 0px;
    margin: 10px 0px;
    padding: 0px 0px;
}

.homeblog-head-b>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #0069B3;
}

.homeblog-m {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    /* 同一行的高度相同 */
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.homeblog-m-wrap {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
    position: relative;
}

.homenews {
    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;
}

.homenews-t:hover>a>.img1 {
    transform: scale(1.2);
    transition: all .2s linear 100ms;
}

.homenews-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 250px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 10px;
    overflow: hidden;
}

.homenews-t>a>.img1 {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    transition: all .2s linear 100ms;
    object-fit: cover;
}

.homenews-t>a {
    display: block;
    width: 100%;
    height: auto;
}

.homenews-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;
}

.homenews-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;
}

.homenews-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: 10px 0px;
    padding: 5px 0px;
}

.homenews-info-t-a {
    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: 2;
    word-break: break-all;
    ;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
}

.homenews-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.homenews-info-t-a>.label-title:hover {
    color: #000;
    text-decoration: none;
}

.homenews-info-t-a>.label-title:active {
    color: #000;
    text-decoration: none;
}

.homenews-info-t-a>.label-title:visited {
    color: #000;
    text-decoration: none;
}

.label-title>label {
    color: #000;
    font-size: 16px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.homenews-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: 0px 0px;
}

.homenews-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    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;
}

.homenews-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    line-height: 30px;
}

.homenews-info-c {
    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: 10px 0px;
}

.homenews-info-c>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.homeblog-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: 0px 0px;
}

.homeblog-b>.link1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 8px 50px;
    border: none;
    border-radius: 30px;
    background: #0369B3;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.homeblog-b>.link1:hover {
    color: #fff;
    text-decoration: none;
}

.homeblog-b>.link1:active {
    color: #fff;
    text-decoration: none;
}

.homeblog-b>.link1:visited {
    color: #fff;
    text-decoration: none;
}


.subban-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;
    background: #fff;
}

.subban {
    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;
}

.subban>.img1 {
    width: 100%;
    height: 400px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    object-position: center center;
}

/*--------自适应--------*/



.subcnt-c {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 30px;
    margin: 0px auto;
    padding: 100px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.subgoods {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

.goodsitem {
    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;
}

.goodsitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 300px;
    min-height: 30px;
    margin: 0px 0px 0px 0;
    padding: 0px 0px;
}

.goodsitem-t>a>.img1 {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.goodsitem-t>a {
    display: block;
    width: 100%;
    height: auto;
}

.goodsitem-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 10px;
}

.goodsitem-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;
}

.goodsitem-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;
}

.goodsitem-info-t-a {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    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;
}

.goodsitem-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.goodsitem-info-t-a>.label-title:hover {
    color: #333;
    text-decoration: none;
}

.goodsitem-info-t-a>.label-title:active {
    color: #333;
    text-decoration: none;
}

.goodsitem-info-t-a>.label-title:visited {
    color: #333;
    text-decoration: none;
}



.subcnt-title {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 30px;
    margin: 0px 0px 50px 0;
    padding: 0px 0px;
}

.subcnt-title-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;
}

.subcnt-title-t>.label-title {
    padding: 0px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #0369B3;
}

.subcnt-title-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.subcnt-title-b>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #0369B3;
}

.subcnt-title-c {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.subcnt-title-c>p {
    font-size: 14px;
    line-height: 1.6;
}

/*--------自适应--------*/



.aboutbox-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: 20px 0px;
    background: #fff;
}

.aboutbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    overflow: hidden;
}

.aboutbox>.aboutbox-module:nth-child(2n+1) {
    flex-direction: row-reverse;
}

.aboutbox-module {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
    background: #fff;
}

.aboutbox-module-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 47%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.aboutbox-module-l>a>.img {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.aboutbox-module-l>a {
    display: block;
    width: 100%;
    height: auto;
}

.aboutbox-module-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 47%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.aboutbox-module-info {
    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;
}

.aboutbox-module-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: 15px 0px;
}

.aboutbox-module-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    color: #666;
}

.aboutbox-module-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    color: #666;
}

.aboutbox-module-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;
}

.aboutbox-module-info-title {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
}

.aboutbox-module-info-title>.p1 {
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #666;
}

/*--------自适应--------*/



.servicebox-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;
    max-width: 1200px;
    overflow: hidden;
}

.serviceitem {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px auto;
    padding: 0px 0px;
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto;
    grid-column-gap: 50px;
    grid-row-gap: 30px;
}

.serviceitem>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.servicetext {
    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;
}

.servicetext-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;
}

.servicetext-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.servicetext-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: 2.0;
    color: #666;
}

.servicetext-b>.p1 {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

/*--------自适应--------*/


.downlist-c {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.downlist {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 60px;
    margin: 0px 0px;
    padding: 5px 5px;
    border-bottom: solid 1px #ddd;
}

.downlist-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.downlist-l>.label-dot {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    transform: scale(0.5);
}

.downlist-m {
    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;
}

.downlist-title {
    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;
}

.downlist-title>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.downlist-r1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 15%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.downlist-r1>.label-date {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

.downlist-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 10%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.downlist-r>.label-date {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-decoration: underline;
}

/*--------自适应--------*/


.contactbox-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.contactbox {
    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;
}

.contactbox-t {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.contactbox-form {
    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;
}

.contactrow {
    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: 5px 10px 10px 10px;
    background: #fff;
}

.contactrow-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 110px;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.contactrow-l>.label-text {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.contactrow-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;
}

.contactrow-m>.input-text {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 40px;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 10px;
    border: none;
    border-radius: 5px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.contactbox-cmd {
    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: 40px 10px;
}

.contactbox-cmd>.button-send {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 0px #ccc;
    border-radius: 0px;
    background: #0369B3;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.contactbox-text {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
}

.contactbox-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 40px 0px;
    padding: 0px 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: #009aff;
    border: solid 1px #009aff;
}

.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;
}

/********************---------------*******************/









.goodcnt-c {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 10px 10px;
    background: #fff;
}



.gooddetail {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 10px 0px;
    background: #fff;
}

.gooddetail-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;
}

.gooddetail-t>.label-title {
    padding: 0px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #000;
}

.gooddetail-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;
}

.gooddetail-m2 {
    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;
}

.gooddetail-detail {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    text-align: left;
    font-size: 14px;
    color: #222;
    line-height: 1.8;
}


.gooddetail-detail img {
    margin: 10px auto;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.gooddetail-detail p {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #222;
}


.gooddetail-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: 20px 0px;
}

.gooddetail-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;
}

.gooddetail-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;
}

.gooddetail-prenext-l>.label-prev {
    width: 60px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.gooddetail-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;
}

.gooddetail-prenext-l>.label-prev-text:hover {
    color: #666;
    text-decoration: none;
}

.gooddetail-prenext-l>.label-prev-text:active {
    color: #666;
    text-decoration: none;
}

.gooddetail-prenext-l>.label-prev-text:visited {
    color: #666;
    text-decoration: none;
}

.label-prev-text>label {
    color: #666;
    font-size: 14px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.gooddetail-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;
}

.gooddetail-prenext-r>.label-next {
    width: 60px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.gooddetail-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;
}

.gooddetail-prenext-r>.label-next-text:hover {
    color: #666;
    text-decoration: none;
}

.gooddetail-prenext-r>.label-next-text:active {
    color: #666;
    text-decoration: none;
}

.gooddetail-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;
}








.newtab {
    box-sizing: border-box;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 0;
    text-align: center;
}

.newtab>.head {
    border-bottom: none;
    overflow: hidden;
    margin: 0px auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newtab>.head>.item {
    width: auto;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    font-family: 微软雅黑;
    float: left;
    margin: 0 0 0 0;
    padding: 0 30px;
    text-align: center;
    background-color: #009aff;
    color: #fff;
}

.newtab>.head>.cur {
    background: #005B9A;
    color: #fff;
    font-weight: normal;
    border-bottom: none;
}

.newtab>.cnt {
    float: left;
    box-sizing: border-box;
    border-top: none;
    margin: 30px auto;
    padding: 10px 0px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
}

.newtab>.cnt>.item {
    width: 100%;
    height: 100px;
    display: none;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 0;
}

.newtab>.cnt>.item>.box {
    float: right;
    padding: 0px;
    width: 100%;
}

.newtab>.cnt>.cur {
    display: block;
}






.ajaxpager {
    float: left;
    font-size: 14px;
    width: 100%;
    height: auto;
    margin: 20px auto;
    padding: 0 0;
    text-align: center;
}

.ajaxpager a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    border: solid 1px #eee;
    display: inline-flex;
    height: 40px;
    margin: 0px 2px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.ajaxpager a:visited {
    color: #666;
    text-decoration: none
}

.ajaxpager a:active {
    color: #666;
    text-decoration: none
}

.ajaxpager a:hover {
    color: #666;
    text-decoration: none;
}

.ajaxpager a.cur {
    margin: 0px 2px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: rgb(15, 157, 223);
    border: solid 1px rgb(11, 129, 197);
}

.ajaxpager a.prev {}

.ajaxpager a.next {}

.ajaxpager a.dis {
    color: #ccc;
}

.ajaxpager span {
    margin: 0px 10px;
    display: inline-block;
}




.gooddown {
    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;
}

.gooddown-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;
    border-bottom: solid 1px #0069B3;
}

.gooddown-t>.label1 {
    padding: 10px 20px;
    border: solid 1px #0069B3;
    border-bottom: none;
    background: #0069B3;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.gooddown-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: 0px 0px;
    padding: 20px 0px;
}

.gooddown-b>.link-down {
    margin: 6px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #0069B3;
}

.gooddown-b>.link-down:hover {
    color: #0069B3;
    text-decoration: none;
}

.gooddown-b>.link-down:active {
    color: #0069B3;
    text-decoration: none;
}

.gooddown-b>.link-down:visited {
    color: #0069B3;
    text-decoration: none;
}

/*--------自适应--------*/













.mobheader-c {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: relative;
}

.mobheader-bar.on {
    transition: all .3s linear 100ms;
    -webkit-transition: all .3s linear 100ms;
    transform: translateX(60%);
}

.mobheader-bar {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border-bottom: solid 1px #eee;
    background: #fff;
    position: fixed;
    z-index: 10;
    left: 0px;
    top: 0px;
    transition: all .3s linear 100ms;
    -webkit-transition: all .3s linear 100ms;
    transform: translateX(0%);
}

.mobheader-barleft {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 80px;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 10px;
}

.mobheader-barleft>.mobheader-icon-nav {
    margin: 0px 15px 0px 0px;
    padding: 0px 0px;
    font-size: 24px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.mobheader-bar-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobheader-bar-l>a>.img1 {
    width: auto;
    height: 30px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.mobheader-bar-l>a {
    display: block;
    width: auto;
    height: auto;
}

.mobheader-bar-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100px;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.moblang-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.moblang-c:hover .moblang-drop {
    max-height: 200px;
}

.moblang {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.moblang>.img1 {
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.moblang-drop {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100px;
    max-height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: absolute;
    z-index: 10;
    left: -50px;
    top: 35px;
    overflow: hidden;
    box-shadow: 0px 1px 1px #666;
}

.moblang-dropbox {
    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: 10px 15px;
}

.moblang-dropbox a {
    display: inline-block;
    line-height: 40px;
    color: #000;
    font-size: 16px;
}

.moblang-dropbox a:hover {
    color: #000;
}

.moblang-dropbox a:active {
    color: #000;
}

.moblang-dropbox a:visited {
    color: #000;
}

.moblang-dropbox a.cur {
    color: #0072E3;
}

.mobheader-bar-r>.mobheader-icon-search {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    cursor: pointer;
}

.mobheader-nav-modalbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
    transition: all .3s linear 100ms;
    -webkit-transition: all .3s linear 100ms;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    transform: translateX(-100%);
    height: 100vh;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;

}

.mobheader-nav-modalbox.on {
    transition: all .3s linear 100ms;
    -webkit-transition: all .3s linear 100ms;
    transform: translateX(0%);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
}

.mobheader-nav-modalbg {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 0%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #000;
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    transition: all .2s linear 100ms;
    opacity: 0.3;
}

.mobheader-nav-modal {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    overflow: hidden;
    transition: all .2s linear 100ms;
    opacity: 1;
    position: relative;
    z-index: 99999;
}

.mobheader-nav-navmob {
    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: 0px 0px;
}

.mobheader-nav-navmob-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;
}

.mobheader-nav-navhead {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobheader-nav-navhead-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 10px;
}

.mobheader-nav-navhead-l>.img1 {
    width: auto;
    height: 30px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.mobheader-nav-navhead-r {
    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 20px;
}

.mobheader-nav-navhead-r>.label-close {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 22px;
    font-weight: normal;
    color: #0069B3;
    cursor: pointer;
}

.mobheader-nav-navmob-b {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 0;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobheader-nav-navtree-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 0px;
    padding: 0px 0px;
    background: #fff;
}

.mobheader-nav-navtree {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 0px 15px;
    border-bottom: solid 0px #eee;
    cursor: pointer;
}


.mobheader-nav-navtree img {
    width: 20px;
    margin-right: 5px;
}

.mobheader-nav-navtree.on>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.mobheader-nav-navtree>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.mobheader-nav-navtree>.arr-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
}

.mobheader-nav-navtree-childs {
    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;
}

.mobheader-nav-navtree-childs-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px auto;
    padding: 0px 20px;
}

.mobheader-nav-navtree-childs-a>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    color: #666;
}

.mobheader-searchbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #eee;
    position: fixed;
    z-index: 10;
    left: 0px;
    top: 60px;
    overflow: hidden;
    transition: all .2s linear 100ms;
}

.mobheader-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 30px 30px;
    padding: 0px 0px;
    border: solid 1px #ddd;
    border-radius: 30px;
    overflow: hidden;
}

.mobheader-search-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobheader-search-l>.search-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    border: none;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.mobheader-search-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobheader-search-r>.button-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 0px #ccc;
    border-radius: 0px;
    background: #ddd;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
    cursor: pointer;
}

/*--------自适应--------*/









.historys-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: 0px 0px;
    position: relative;
    overflow: hidden;
}

.historys {
    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;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.historys-t {
    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: 10px 0px;
}

.historys-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.historys-t>.label-desc {
    margin: 10px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.historys-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;
}

.swhistory-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;
    position: relative;
}

.swhistory-c .swiper-pagination {
    bottom: 0px !important;
    display: none;
}

.swhistory-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;
}

.swhistory-c .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.swhistory-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhistory-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhistory-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;
}

.swhistory-c .swiper-item {
    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 auto;
    padding: 0px 80px;
    position: relative;
}

.swhistory-c .swiper-item>.img1 {
    width: 45%;
    height: 300px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: contain;
}

.swhistorytext {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 45%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.swhistorytext-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.swhistorytext-t>.label-swt {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    line-height: 1.6;
    color: #fff;
}

.swhistorytext-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.swhistorytext-b>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    color: #fff;
}

.swhistory-c .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhistory-prev {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0px auto;
    padding: 0px 0px;
    border-radius: 100%;
    background: #23427E;
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}

.swhistory-prev>.label-arrow {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.swhistory-next {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0px auto;
    padding: 0px 0px;
    border-radius: 100%;
    background: #23427E;
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 0px;
    transform: translateX(0%) translateY(-50%);
}

.swhistory-next>.label-arrow {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.historys-d {
    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;
}

.historys-c>.img2 {
    width: 100%;
    height: 650px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 2;
    object-fit: cover;
}

.historys-c-c {
    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;
}

/*--------自适应--------*/


.swyear-c {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 20px;
}

.swyear {
    width: 100%;
    height: auto;
}



.swyear .swiper-pagination {
    display: none;
    bottom: 30px !important;
}

.swyear .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;
}

.swyear .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.swyear-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%);
}

.swyear-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%);
}

.swyear-next label,
.swyear-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.swyear .swiper-button-next {
    width: 42px;
    right: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}

.swyear .swiper-button-prev {
    width: 42px;
    left: 50px;
    height: 42px;
    /*background: url(/static/index/images/left-arr.png) center center no-repeat;*/
}

.swyear .swiper-button-next:after,
.swyear .swiper-button-prev:after {
    content: '';
}




.swyearline {
    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;
}

.swyearline-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.swyearline-t-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 1px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}

.swyearline-t-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    margin: 0px auto;
    padding: 0px 0px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translateX(-50%) translateY(-50%);
}

.swyearline-t-b.on {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin: 0px auto;
    padding: 0px 0px;
    border-radius: 100%;
    background: #009aff;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translateX(-50%) translateY(-50%);
}

.swyearline-t-b.on img {
    display: block;
    width: 20px;
    height: 20px;
}

.swyearline-t-b img {
    display: none;
}



.swyearline-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 6px 0px;
    padding: 0px 0px;
}

.swyearline-b>.label-year {
    padding: 0px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

/*--------自适应--------*/


#baidumap {
    box-sizing: border-box;
    width: 100%;
    height: 500px;
}










.homescroll-c {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 100%;
    height: 350px;
    margin: 0 auto;
    padding: 0 0;
    text-align: center;
}

.homescroll-m {
    position: absolute;
    z-index: 11;
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

.homescroll-m ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.homescroll-m ul li {
    box-sizing: border-box;
    float: left;
    width: 25%;
    height: 350px;
    margin: 0px;
    padding: 0px 10px;
}



/*--------自适应--------*/




.homegitem {
    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;
}

.homegitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 300px;
    min-height: 30px;
    margin: 0px 0px 0px 0;
    padding: 0px 0px;
}

.homegitem-t>a>.img1 {
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.homegitem-t>a {
    display: block;
    width: 100%;
    height: auto;
}

.homegitem-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 10px;
}

.homegitem-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;
}

.homegitem-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;
}

.homegitem-info-t-a {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    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;
}

.homegitem-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.homegitem-info-t-a>.label-title:hover {
    color: #fff;
    text-decoration: none;
}

.homegitem-info-t-a>.label-title:active {
    color: #fff;
    text-decoration: none;
}

.homegitem-info-t-a>.label-title:visited {
    color: #fff;
    text-decoration: none;
}




.imgModal-bg {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    z-index: 9999999;
    left: 0px;
    top: 0px;
    background-color: #000;
    opacity: 0.3;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
    display: none;
}

.imgModal-bg.on {
    width: 100%;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
    display: block;
}

.imgModal-c {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: auto;
    height: auto;
    text-align: center;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
    position: fixed;
    z-index: 99999999;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: none;
}

.imgModal-c.on {
    width: 100%;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
    display: block;
}





.zoom-effect {
    animation: zoomIn 1s ease-in-out;
}
 
@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1); /* 或者你想要的任何缩放比例 */
    }
}