html,
body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-weight: inherit;
    font-size: 15px;
    font-size: 1rem;
    line-height: var(--ast-body-line-height, 1.65em);
    scroll-behavior: smooth;
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.sec-block {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
}

.container-wrap-1450 {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 1450px;
    height: auto;
    padding: 0 15px;
}

.container-wrap-1230 {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 1230px;
    height: auto;
    padding: 0 15px;
}


.container-wrap {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 1240px;
    height: auto;
    padding: 0 20px;
}





.navmain-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    width: auto;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.navmain-drop:hover {}

.navmain-drop:hover .navmain-drop-c {
    display: block;
}

.navmain-item:hover {}

.navmain-item:hover a.label-text {}

.navmain-item:hover a.label-text:hover {}




.navmain-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 23px;
    cursor: pointer;
}

.navmain-item>.label-text {
    padding: 0px 0px;
    font-size: 20px;
    font-weight: 400;
    color: #222;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 0;
    height: 70px;
    font-weight: 400;
}

.navmain-item>.label-text:hover {
    color: #222;
    text-decoration: none;
}

.navmain-item>.label-text:active {
    color: #222;
    text-decoration: none;
}

.navmain-item>.label-text:visited {
    color: #222;
    text-decoration: none;
}



.navmain-drop {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.navmain-drop>.label-drop {
    padding: 0px 0px;
    font-size: 18px;
    color: #222;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 0;
    height: 70px;
    font-weight: 400;
}

.navmain-drop>.label-drop:hover {
    color: #222;
    text-decoration: none;
}

.navmain-drop>.label-drop:active {
    color: #222;
    text-decoration: none;
}

.navmain-drop>.label-drop:visited {
    color: #222;
    text-decoration: none;
}



.navmain-drop>.icon-drop {
    margin: 0px 0px 0px 5px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    cursor: pointer;
}

.navmain-drop-c {
    box-sizing: border-box;
    display: none;
    width: 280px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 40px;
    z-index: 9999;
}
.navmain-drop-c>.navmain-dropmenu:hover .navmain-drop2-c{
	display:block;
}

.navmain-drop2-c {
    box-sizing: border-box;
    display: none;
    width: 280px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    background: #fff;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 9999;
}

.navmain-dropmenu {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    cursor: pointer;position:relative;
}

.navmain-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;
}

.navmain-dropmenu-l>.icon-dropmenuitem {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #222;
    cursor: pointer;
}

.navmain-dropmenu-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    border-bottom: solid 1px #dedede;
}

.navmain-dropmenu-r>.label-dropmenuitem {
    padding: 0px 0px;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    cursor: pointer;
}



/*--------自适应--------*/


.header-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #2A2A2A;
}

.header {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1240px;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-l>.icon-tel {
    margin: 0px 4px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #ccc;
}

.header-l>.fa-envelope {
    margin: 0px 5px 0 15px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #ccc;
}

.header-l>.label-teltitle {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #ccc;
}

.header-l>.label-tel {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #ccc;
}

.header-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.searchbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 200px;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 1px #ccc;
    border-radius: 10px;
}

.searchbox-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;
}

.searchbox-l>.input-searchbox {
    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 10px;
    border: none;
    background: transparent;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    outline: none;
}

.searchbox-l>.input-searchbox::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.searchbox-l>.input-searchbox::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.searchbox-l>.input-searchbox:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}


.searchbox-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.searchbox-r>.button-searchbox {
    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: none;
    background: transparent;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    outline: none;
    cursor: pointer;
}

.button-searchbox>label {
    color: #999;
    font-size: 14px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

/*--------自适应--------*/


.headerbox-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: #fff;
    position: sticky;
    left: 0px;
    top: 0px;
    z-index: 99999;
}

.headerbox-c.on {
    border-bottom: solid 1px #ddd;
    position: fixed;
}

.headerbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1240px;
    height: 70px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.headerbox-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 20%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.headerbox-l>a>.img1 {
    width: auto;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.headerbox-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.headerbox-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

/*--------自适应--------*/



.swhome-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;
}

.swhome-c .swiper-pagination {
    bottom: 0px !important;
}

.swhome-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;
}

.swhome-c .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.swhome-c .swiper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhome-c .swiper-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.swhome-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;
}

.swhome-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;
}

.swhome-c .swiper-item>.img1 {
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    aspect-ratio: 1900 / 614;
}

.swhome-c .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}



/*--------------- css ---------------*/

.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: #333;
}

.footer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1240px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
}

.footer-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: 20px 0px;
}

.footer-cnt {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 40px 0px 0 0;
}

.footer-cnt-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 0;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-cate {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 30%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
}

.footer-cate-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 5px 0px;
    padding: 0px 0px;
}

.footer-cate-t>.label-title {
    padding: 0px 0px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.footer-cate-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: 10px 0px 0 0;
    padding: 0px 0px;
}

.footer-cate-item {
    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;
}

.footer-cate-item>.label-item {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #ddd;
}

.footer-cate-item>.label-item:hover {
    color: #ddd;
    text-decoration: none;
}

.footer-cate-item>.label-item:active {
    color: #ddd;
    text-decoration: none;
}

.footer-cate-item>.label-item:visited {
    color: #ddd;
    text-decoration: none;
}


.footer-cnt-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 350px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-contact-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 0 0 50px;
    border-left: solid 1px #ccc;
}

.footer-contact {
    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 0px;
    padding: 0px 0px;
}

.footer-contact-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 55px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-contact-l>.icon-tel {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 2px #666;
    border-radius: 100%;
    font-size: 19px;
    font-weight: normal;
    color: #fff;
}

.footer-contact-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 0;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-contact-r>.label-text {
    padding: 0px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

.footer-contact-r>.label-tel {
    padding: 0px 0px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.footer-contactrow {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 2px 0px;
    padding: 0px 0px;
}

.footer-contactrow-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-contactrow-l>.label1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.footer-contactrow-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.footer-contactrow-r>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #ddd;
}

.footer-qrcode {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 150px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
    border: solid 1px #ddd;
    background: #fff;
}

.footer-qrcode-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;
}

.footer-qrcode-t>.img {
    width: 125px;
    height: 125px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.footer-qrcode-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;
}

.footer-qrcode-b>.label-text {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.footer-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 70px;
    margin: 0px 0px;
    padding: 10px 0px;
    border-top: solid 1px #ddd;
}

.footer-b>.label1 {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #ddd;
}

/*--------自适应--------*/


#goTop {
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 150px;
    background-color: #0170B9;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    opacity: 1;
    border-radius: 0%;
    font-size: 20px;
    cursor: pointer;
}

#goTop>label {
    cursor: pointer;
    color: #fff;
}



/*--------------- css ---------------*/


.homequote {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 60px 0px;
}

.homequote-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 40%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homequote-l>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.homequote-l>.p2 {
    margin: 20px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
}

.homequote-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homequote-r>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 24px;
    line-height: 1.6;
    color: #fff;
}

.homequote-r>.label-desc {
    margin: 10px 0;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
}

.homequote-r>.input3 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 45px;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 10px;
    border: none;
    border-radius: 0px;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.homequote-r>.button4 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 40px;
    min-height: 30px;
    margin: 10px 0px;
    padding: 0px 0px;
    border: solid 0px #ccc;
    border-radius: 5px;
    background: #D2232A;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

/*--------自适应--------*/



.homepro {
    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 0px 0;
    padding: 60px 0px 80px 0;
}

.homepro-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;
}

.homepro-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.homepro-m {
    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;
}

.homepro-m>.label-desc {
    width: 80%;
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #666;
}

.homepro-b {
    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: 0px 0px;
}


.homeprobox-wrap {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}


.homeprobox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px 0px 10px;
    cursor: pointer;
}

.homeprobox-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 286px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 20px;
    background: #fff;
}

.homeprobox-title {
    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;
}

.homeprobox-title>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.homeprobox-line {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 2px;
    margin: 8px auto;
    padding: 0px 0px;
    background: #737373;
    position: relative;
    overflow: hidden;
}

.homeprobox-line>.label-red {
    width: 70%;
    height: 100%;
    padding: 0px 0px;
    background: #ee2b2b;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.homeprobox-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 250px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
    background: #fff;
}

.homeprobox-cathead {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    border-bottom: solid 1px #ccc;
}

.homeprobox-cathead>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #000;
}

.homeprobox-cathead>.label-text:hover {
    color: #000;
    text-decoration: none;
}

.homeprobox-cathead>.label-text:active {
    color: #000;
    text-decoration: none;
}

.homeprobox-cathead>.label-text:visited {
    color: #000;
    text-decoration: none;
}


.homeprobox-menu {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
}

.homeprobox-menu>.label-arrow {
    margin: 0px 8px 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    cursor: pointer;
}

.homeprobox-menu>.label-text {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    cursor: pointer;
}

.homeprobox-r {
    box-sizing: border-box;
    flex: 1;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.homeproitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    border: solid 1px #eee;
}

.homeproitem-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;
}

.homeproitem-t>a>.img1 {
    width: 100%;
    height: 172px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.homeproitem-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.homeproitem-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;
}

.homeproitem-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;
}

.homeproitem-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;
}

.homeproitem-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;
}

.homeproitem-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 22px;
    text-decoration: none;
}

.homeproitem-info-t-a>.label-title:hover {
    color: #333;
    text-decoration: none;
}

.homeproitem-info-t-a>.label-title:active {
    color: #333;
    text-decoration: none;
}

.homeproitem-info-t-a>.label-title:visited {
    color: #333;
    text-decoration: none;
}



/*--------自适应--------*/


.homecase {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 60px 0px;
    padding: 0px 0px;
}

.homecase-t {
    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;
}

.homecase-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #222;
}

.homecase-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;
}

.homecase-m>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #666;
}

.homecase-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}


.homecaseban {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.homecaseban>img {
    width: 100%;
    height: auto;
    margin: 0 0;
    object-fit: cover;
    border-radius: 0px;
}


.homeban2 {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.homeban2>img {
    width: 100%;
    height: auto;
    margin: 0 0;
    object-fit: cover;
    border-radius: 0px;
}



/*--------自适应--------*/


.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: 60px 0px;
    padding: 0px 0px;
}

.homenews-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;
}

.homenews-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #222;
}

.homenews-m {
    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;
}

.homenews-m>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.6;
    color: #666;
}

.homenews-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

/*--------自适应--------*/


.homewhy {
    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: 60px 0px;
}

.homewhy-t {
    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;
}

.homewhy-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.homewhy-m {
    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;
}

.homewhy-m>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #666;
}

.homewhy-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 40px 0px;
    padding: 0px 0px;
}


.homewhybox {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.homewhyitem {
    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;
}

.homewhyitem-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;
}

.homewhyitem-t>.label-head {
    padding: 0px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #444;
}

.homewhyitem-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;
}

.homewhyitem-b>.label-desc {
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    color: #666;
}


/*--------自适应--------*/


.footer-icons {
    box-sizing: border-box;
    margin: 5px 0;
    padding: 0 0 0 0;
    width: auto;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.footer-icons a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0 0px 0 10px;
    padding: 0 0;
}

.footer-icons a>svg {
    fill: #ffffff;
}

/*--------------- css ---------------*/

.nmbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    padding: 0px 0px;
    background: #fff;
}

.nmbox-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 2px #777;
}

.nmbox-t-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.nmbox-t-l>.label-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 100%;
    padding: 0px 0px;
    border-bottom: solid 2px red;
    font-size: 18px;
    font-weight: bold;
    color: #222;
}

.nmbox-t-r {
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
}

.nmbox-m {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

/*--------自适应--------*/

.subban {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.subban>img {
    width: 100%!important;
    height: auto!important;
    margin: 0 0;
    object-fit: cover;
    border-radius: 0px;
}


/*--------------- css ---------------*/

.posx-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: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.posx {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    height: 40px;
    min-height: 30px;
    margin: 10px 0;
    padding: 0px 0px;
    text-align: left;
}

.posx>.icon {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #666;
}

.posx>.link-item {
    margin: 0px 5px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #222;
}

.posx>.link-item:hover {
    color: #222;
    text-decoration: none;
}

.posx>.link-item:active {
    color: #222;
    text-decoration: none;
}

.posx>.link-item:visited {
    color: #222;
    text-decoration: none;
}

.posx>.icon-arrow {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.posx>.label-item {
    margin: 0px 5px;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

/*--------自适应--------*/



.subpage-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 40px auto;
    padding: 10px 0px;
    background: #fff;
}

.subpage {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.subpage-l {
    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: 200px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.subpage-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 300px;
    height: auto;
    min-height: 100px;
    margin: 0px 0px 0px 80px;
    padding: 0px 0px;
}

/*--------自适应--------*/

.productsbox {
    box-sizing: border-box;
    margin: 40px auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    /* 同一行的高度相同 */
    grid-column-gap: 30px;
    grid-row-gap: 30px;

}


.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: #00509E;
    border: solid 1px #00509E;
}

.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;
}









.product-gallery {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0px;
    width: 100%;
    height: auto;
    max-width: 100%;
    text-align: center;
}

.product-big {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    flex: 1;
    border: solid 1px #000;
}

.mysw-c {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
}

.mysw {
    width: 100%;
    height: auto;
}

.mysw .swiper-slide {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: contain;
    position: relative;
}

.mysw .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mysw .swiper-pagination {
    bottom: 30px !important;
}

.mysw .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    margin: 0 10px;
    display: none;
}

.mysw .swiper-pagination-bullet-active {
    color: #fff;
    background: red;
}

.mysw-next {
    position: absolute;
    width: 42px;
    right: -20px;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
}

.mysw-prev {
    position: absolute;
    width: 42px;
    left: -20px;
    top: 50%;
    height: 42px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
    transform: translateX(0%) translateY(-50%);
}

.mysw-next label,
.mysw-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.mysw .swiper-button-next {
    width: 42px;
    right: 50px;
    height: 42px;
}

.mysw .swiper-button-prev {
    width: 42px;
    left: 50px;
    height: 42px;
}

.mysw .swiper-button-next:after,
.mysw .swiper-button-prev:after {
    content: '';
}

.flex-control-thumbs {
    position: relative;
    zoom: 1;
    margin: 10px 0 0 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 110px;
}

.flex-control-thumbs .swiper {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.flex-control-thumbs .swiper-slide {
    overflow: hidden;
    width: 100px;
    height: 100px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 0 0px 0;
    padding: 0 0;
    border: solid 1px #ccc;
    cursor: pointer;
}

.flex-control-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    margin: 0 0;
    padding: 0 0;
    object-fit: cover;
    cursor: pointer;
}

.flex-control-thumbs .swiper-slide.on {
    border: solid 1px red;
}

.xsmall-cmd {
    position: static;

}

.xsmall-next {
    width: 25px;
    background-color: #fff;
    border: solid 1px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 25px;
    border-radius: 100%;
    position: absolute;
    z-index: 9999;
    right: -12px;
    top: 40px;
}

.xsmall-prev {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #fff;
    border: solid 1px #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    left: -12px;
    top: 40px;
}

.xsmall-next label,
.xsmall-prev label {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

.gallery-icon {
    position: absolute;
    z-index: 999;
    right: 15px;
    top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
    border: solid 1px #999;
}



.picsbox-c {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #000;
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 0px;
    display: none;
}

.picboxs-top {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
}

.picboxs-topleft {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.picboxs-topleft>.label-count {
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.picboxs-topright {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 10px;
}

.picboxs-topright>.img-fullscreen {
    width: 20px;
    height: 20px;
    margin: 0px 0px 0 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-exitscreen {
    width: 20px;
    height: 20px;
    margin: 0px 0px 0 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-share {
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-close {
    width: 29px;
    height: 29px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picboxs-topright>.img-zoom {
    width: 20px;
    height: 20px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    cursor: pointer;
    object-fit: cover;
}

.picsbox-c-left {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 0px;
    transform: translateX(0%) translateY(-50%);
    cursor: pointer;
}


.picsbox-c-right {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 0px;
    transform: translateX(0%) translateY(-50%);
    cursor: pointer;
}


.picsbox-c-d {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 5;
    left: 0px;
    top: 0px;
}

.picsbox-c-d>.img1 {
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 95%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
    transform: scale(1);
}

.picsbox-c-d>.img1.big {
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
    transition: all .5s linear 100ms;
    -webkit-transition: all .5s linear 100ms;
    transform: scale(1.5);
}

@media screen and (max-width: 750px) {
    .product-gallery {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
        box-sizing: border-box;
        margin: 0 0;
        padding: 0 0 0 0px;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .product-big {
        box-sizing: border-box;
        margin: 0 0 0 0px;
        padding: 0 0 0 0;
        width: 100%;
        height: 500px;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        flex: 1;
    }

    .xsmall-cmd {
        position: absolute;
        z-index: 2;
        left: 0px;
        bottom: 0px;
        width: 50px;
        display: none;
    }

    .flex-control-thumbs {
        overflow: hidden;
        zoom: 1;
        margin: 10px 0;
        padding: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100px;
        overflow: hidden;
    }

    .flex-control-thumbs .swiper-slide {
        overflow: hidden;
        width: auto;
        height: 50px !important;
        overflow: hidden;
        box-sizing: border-box;
        margin: 0 0 0px 0;
        padding: 0 0;
        cursor: pointer;
    }

    .flex-control-thumbs .swiper-slide img {
        width: 100%;
        height: 80px;
        margin: 0 0;
        padding: 0 0;
        object-fit: cover;
        cursor: pointer;
    }

    .mysw .swiper-slide {
        display: block;
        width: 100%;
        height: 400px;
        object-fit: cover;
        position: relative;
    }


}




/*--------------- css ---------------*/

.probox-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 40px auto;
    padding: 10px 0px;
    background: #fff;
}

.probox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1240px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    background: #fff;
}

.probox-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 49%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.probox-r {
    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;
}

.probox-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;
}

.probox-info-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: 10px 0px;
}

.probox-info-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    color: #222;
    line-height: 1.4;
}

.probox-info-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.probox-infoitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 5px 0px;
    padding: 0px 0px;
}

.probox-infoitem-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.probox-infoitem-l>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    color: #666;
}

.probox-infoitem-r {
    box-sizing: border-box;
    flex: 1;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}

.probox-infoitem-r>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    color: #666;
}

.probox-info-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.probox-info-b>.probox-inquiry-button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    min-height: 30px;
    margin: 0px 20px 0 0;
    padding: 0px 0px;
    border: none;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    outline: none;
    cursor: pointer;
    background-color: #D2232A;
    font-family: "Arial", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.probox-info-b>.probox-livechat-button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px 0px 30px;
    padding: 0px 0px;
    border: none;
    background: #009100;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

/*--------自适应--------*/


.protab-tab {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 50px 0;
    padding: 0px 0px;
    background: #fff;
}

.protab-tab-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.protab-nav-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 2px red;
    background: #fff;
}

.protab-nav-item-on {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 33%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 30px;
    background: #D2232A;
    cursor: pointer;
    border-radius: 20px 20px 0 0;
}

.protab-nav-item-on>.label-text {
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.protab-nav-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 33%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 30px;
    cursor: pointer;
    background: #eee;
    cursor: pointer;
    border-radius: 20px 20px 0 0;
    border-bottom: solid 2px red;
}

.protab-nav-item>.label-text {
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.protab-tab-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
}

.protab-tab-content-on {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    text-align: left;
    transition: all .2s linear 100ms;
}

.protab-tab-content {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    text-align: left;
    transition: all .2s linear 100ms;
}

/*--------自适应--------*/


.detailbox {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
}

.detailbox h1 {
    font-size: 30px;
}

.detailbox h2 {
    font-size: 28px;
}

.detailbox h3 {
    font-size: 24px;
}

.detailbox h4 {
    font-size: 20px;
}

.detailbox h5 {
    font-size: 18px;
}

.detailbox p {
    text-align: left;
    color: #000;
}

.detailbox img {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.detailbox video {
    width: auto;
    max-width: 100%;
    margin: 10px auto;
    height: auto;
}

.detailbox table {
    margin: 10px 0;
    padding: 0 0;
    width: 100px;
    height: auto;
    border-collapse: collapse;
}

.detailbox table th {
    border: solid 1px #ddd;
    min-height: 40px;
    height: auto;
}

.detailbox table tr {
    border: solid 1px #ddd;
}

.detailbox table tr td {
    border: solid 1px #ddd;
    padding: 5px 5px;
    font-size: 14px;
    color: #000;
    min-height: 40px;
    line-height: 1.8;
}


/*--------------- css ---------------*/


.articleitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 20px 20px;
    border: solid 1px #eee;
}

.articleitem-t {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.articleitem-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: #222;
}

.articleitem-t>.label-title:hover {
    color: #222;
    text-decoration: none;
}

.articleitem-t>.label-title:active {
    color: #222;
    text-decoration: none;
}

.articleitem-t>.label-title:visited {
    color: #222;
    text-decoration: none;
}

.label-title>label {
    color: #222;
    font-size: 18px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.articleitem-m {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.articleitem-m>.label-time {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #999;
}

.articleitem-m>.label-dt {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #999;
}

.articleitem-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.articleitem-b>.p1 {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #999;
}

/*--------自适应--------*/


.artdetail {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
    background: #fff;
}

.artdetail-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.artdetail-t>.label-title {
    padding: 0px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #000;
}

.artdetail-m1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px 20px 0px;
    border-bottom: solid 1px #eee;
}

.artdetail-m1>.label-from {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.artdetail-m1>.label-date {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.artdetail-m1>.label-view {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.artdetail-m2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
}

.artdetail-detail {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.artdetail-detail p {
    margin: 0px 0px;
}

.artdetail-detail img {
    margin: 10px auto;
    width: auto;
    max-width: 100%;
    height: auto;
}

.artdetail-detail>.p1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.artdetail-detail>.img {
    object-fit: cover;
}

.artdetail-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 0px;
}

.artdetail-prenext {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.artdetail-prenext-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 48%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.artdetail-prenext-l>.label-prev {
    width: 60px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.artdetail-prenext-l>.label-prev-text {
    flex: 1;
    text-align: left;
    width: 100%;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.artdetail-prenext-l>.label-prev-text:hover {
    color: #666;
    text-decoration: none;
}

.artdetail-prenext-l>.label-prev-text:active {
    color: #666;
    text-decoration: none;
}

.artdetail-prenext-l>.label-prev-text:visited {
    color: #666;
    text-decoration: none;
}

.label-prev-text>label {
    color: #666;
    font-size: 14px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.artdetail-prenext-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    width: 48%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.artdetail-prenext-r>.label-next {
    width: auto;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    text-align: left;
}

.artdetail-prenext-r>.label-next-text {
    flex: 1;
    text-align: right;
    width: 100%;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.artdetail-prenext-r>.label-next-text:hover {
    color: #666;
    text-decoration: none;
}

.artdetail-prenext-r>.label-next-text:active {
    color: #666;
    text-decoration: none;
}

.artdetail-prenext-r>.label-next-text:visited {
    color: #666;
    text-decoration: none;
}

.label-next-text>label {
    color: #666;
    font-size: 14px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

/*--------自适应--------*/


.relnm {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    padding: 0px 0px;
    background: #fff;
    margin: 30px 0;
}

.relnm-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border-bottom: none;
}

.relnm-t-l {
    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;
}

.relnm-t-l>.label-title {
    padding: 0px 0px;
    font-size: 26px;
    font-weight: bold;
    color: #222;
}

.relnm-m {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 10px 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}

.relnm-article {
    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;
    border-bottom: solid 1px #eee;
    background: #fff;
}

.relnm-article-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;
}

.relnm-article-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;
}

.relnm-article-title>.label1 {
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #222;
}

/*--------自适应--------*/





.relnmgood {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px;
    padding: 0px 0px;
    background: #fff;
}

.relnmgood-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border-bottom: none;
}

.relnmgood-t-l {
    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;
}

.relnmgood-t-l>.label-title {
    padding: 0px 0px;
    font-size: 24px;
    font-weight: bold;
    color: #222;
}

.relnmgood-m {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 20px 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}

.relgood {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 300px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.relgood-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;
}

.relgood-t>a>.img1 {
    width: 100%;
    height: 200px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.relgood-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.relgood-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;
}

.relgood-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;
}

.relgood-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;
}

.relgood-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;
}

.relgood-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.relgood-info-t-a>.label-title:hover {
    color: #333;
    text-decoration: none;
}

.relgood-info-t-a>.label-title:active {
    color: #333;
    text-decoration: none;
}

.relgood-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;
}

.relgood-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;
}

.relgood-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    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;
}

.relgood-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

/*--------自适应--------*/


.subcatlist {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: left;
}

.subcatlist>a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: #333;
    font-size: 16px;
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ddd;
}






.lastart {
    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: 5px 5px;
    background: #fff;
}

.lastart-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;
}

.lastart-l>.label-dot {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    transform: scale(0.3);
}

.lastart-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;
}

.lastart-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;
}

.lastart-title>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.lastart-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 90px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.lastart-r>.label-date {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

/*--------自适应--------*/








.editor-styles-wrapper .srfm-button,
.srfm-form-container .srfm-button {
    padding: 10px 30px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 50px !important;
    border-radius: 5px !important;
    background: #D2232A !important;
    color: #fff !important;
    border: none !important;
}


.srfm-form-container .srfm-form .srfm-block:not(.srfm-number-block) .srfm-input-common,
.srfm-form-container .srfm-password-protected-form .srfm-block:not(.srfm-number-block) .srfm-input-common {
    border: #ddd solid 1px !important;
    background-color: #fff !important;
}


.srfm-form-container.srfm-bg-color {
    background: transparent !important;
}





/*--------------- css ---------------*/

.silepro {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.sideproitem {
    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;
}

.sideproitem-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;
}

.sideproitem-t>a>.img1 {
    width: 100%;
    height: 100px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.sideproitem-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.sideproitem-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;
}

.sideproitem-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;
}

.sideproitem-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;
}

.sideproitem-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;
}

.sideproitem-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #222;
}

.sideproitem-info-t-a>.label-title:hover {
    color: #222;
    text-decoration: none;
}

.sideproitem-info-t-a>.label-title:active {
    color: #222;
    text-decoration: none;
}

.sideproitem-info-t-a>.label-title:visited {
    color: #222;
    text-decoration: none;
}

.label-title>label {
    color: #222;
    font-size: 16px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

/*--------自适应--------*/



.homenews {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 40px 0px;
    padding: 0px 0px;
}

.homenews-l {
    box-sizing: border-box;
    display: grid;
    width: 48%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.homenewsitem {
    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;
}

.homenewsitem-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homenewsitem-t>a>.img1 {
    width: 100%;
    height: 180px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.homenewsitem-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.homenewsitem-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;
}

.homenewsitem-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;
}

.homenewsitem-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;
}

.homenewsitem-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;
}

.homenewsitem-info-t-a>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.homenewsitem-info-t-a>.label-title:hover {
    color: #333;
    text-decoration: none;
}

.homenewsitem-info-t-a>.label-title:active {
    color: #333;
    text-decoration: none;
}

.homenewsitem-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;
}

.homenewsitem-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;
}

.homenewsitem-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;
}

.homenewsitem-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.homenews-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 48%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.homenewslat {
    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;
}

.homenewslat-t {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.homenewslat-t>.label-head {
    padding: 0px 0px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}

.homenewslat-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 20px 0px;
    padding: 0px 0px;
}

.homelatitem {
    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;
}

.homelatitem-t {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.homelatitem-t>.link1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
}

.homelatitem-t>.link1:hover {
    color: #666;
    text-decoration: none;
}

.homelatitem-t>.link1:active {
    color: #666;
    text-decoration: none;
}

.homelatitem-t>.link1:visited {
    color: #666;
    text-decoration: none;
}

.homelatitem-b {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.homelatitem-b>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #666;
}

/*--------自适应--------*/


.caseitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 30px 0;
    border-bottom: solid 1px #ddd;
}

.caseitem-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px;
}

.caseitem-l>a>.img {
    width: 200px;
    height: 150px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.caseitem-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.caseitem-r {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
}

.caseitem-info {
    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;
}

.caseitem-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;
}

.caseitem-info-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;
}

.caseitem-info-title>.label-title {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #222;
}

.caseitem-info-title>.label-title:hover {
    color: #222;
    text-decoration: none;
}

.caseitem-info-title>.label-title:active {
    color: #222;
    text-decoration: none;
}

.caseitem-info-title>.label-title:visited {
    color: #222;
    text-decoration: none;
}

.label-title>label {
    color: #222;
    font-size: 18px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.caseitem-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: 0px 0px;
}

.caseitem-info-b>.label-date {
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.caseitem-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: 20px 0px;
    padding: 0px 0px;
}

.caseitem-info-desc {
    box-sizing: border-box;
    width: 100%;
    height: 26px;
    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;
}

.caseitem-info-desc>.label-desc {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

/*--------自适应--------*/


.downitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 15px 0px;
    border-bottom: solid 1px #ddd;
}

.downitem-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.downitem-l>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
}

.downitem-l>.label-text {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #666;
}

.downitem-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.downitem-r>.link-down {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-radius: 5px;
    background: #1D2A5D;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.downitem-r>.link-down:hover {
    color: #fff;
    text-decoration: none;
}

.downitem-r>.link-down:active {
    color: #fff;
    text-decoration: none;
}

.downitem-r>.link-down:visited {
    color: #fff;
    text-decoration: none;
}

/*--------自适应--------*/










.videolist {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 30px auto;
    padding: 0px 0px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.videoitem {
    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;
    position: relative;
    overflow: hidden;
}

.videoitem:hover .videoitem-bg {
    top: 0%;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
}

.videoitem:hover .videoitem-bgitem {
    top: 0%;
    transition: all .2s linear 100ms;
    -webkit-transition: all .2s linear 100ms;
}

.videoitem-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;
}

.videoitem-t>a>.img1 {
    width: 100%;
    height: 250px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.videoitem-t>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.videoitem-bg {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    background: #000;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: -100%;
    transition: all .2s linear 100ms;
    opacity: 0.5;
}

.videoitem-bgitem {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 100%;
    overflow: hidden;
    transition: all .2s linear 100ms;
}

.videoitem-bgitem-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 20px;
}

.videoitem-bgitem-b>.label1 {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 36px;
    font-weight: normal;
    color: #fff;
}

.videoitem-bgitem-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: 10px 30px;
}

.videoitem-bgitem-t>.label-title {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    color: #fff;
}

/*--------自适应--------*/

.block-editor-page.post-type-sureforms_form .is-root-container .srfm-block .srfm-error-wrap, .srfm-form-container .srfm-block .srfm-error-wrap {
   display: none!important;
}


.srfm-form-container .srfm-form .srfm-block:not(.srfm-number-block) .srfm-input-common, .srfm-form-container .srfm-password-protected-form .srfm-block:not(.srfm-number-block) .srfm-input-common {
    font-family: inherit;
    font-size: var(--srfm-input-field-font-size);
    font-weight: var(--srfm-input-field-font-weight);
    padding: var(--srfm-input-field-padding);
    line-height: var(--srfm-input-field-line-height);
    color: var(--srfm-color-input-text);
    border: var(--srfm-color-input-border) solid 1px;
    border-radius: var(--srfm-input-field-border-radius);
    background-color: var(--srfm-color-input-background);
    height: var(--srfm-input-height);
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    margin-right: 0;
    margin-left: 0;
    outline: 0;
    transition: .2s ease-out;
}