/* 下载表单 */
.download_form {
    top: 50%;
    left: 50%;
    z-index: 10;
    padding: 30px 60px 60px;
    background: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    border-radius: 10px;
}

.download_form .close {
    text-align: right;
}

.download_form .title {
    margin: 10px 0;
    font-size: 42px;
    text-align: center;
}

.download_form .brief {
    margin: 10px 0;
    font-size: 14px;
    color: #828282;
    text-align: center;
}

.download_form .down_form {
    width: 375px;
}

.download_form .input {
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
}

.download_form .input .flex {
    height: 100%;
}

.download_form .input input {
    padding: 3px 8px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #828282;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.download_form .input input:placeholder {
    color: #828282;
}

.download_form .input input::-webkit-input-placeholder {
    color: #828282;
}

.download_form .input input:-moz-placeholder {
    color: #828282;
}

.download_form .input input::-moz-placeholder {
    color: #828282;
}

.download_form .input input:-ms-input-placeholder {
    color: #828282;
}

.download_form .input select {
    padding: 3px 8px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #828282;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.download_form .input.province select {
    margin-left: 2%;
    width: 49%;
}

.download_form .input.province select:first-child {
    margin-left: 0;
}

.download_form .submit {
    width: 100%;
    height: 50px;
}

.download_form .submit input {
    width: 50%;
    height: 100%;
    background: var(--theme);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}

/* 下载表单 */

/*banner*/
.scroll-bg {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 37.5%;
}

.scroll-bg .top-bg {
    position: fixed;
    width: 100%;
    min-width: 750px;
    margin: auto;
    right: 0;
    background: #fff;
    opacity: 1;
    left: 0;
    top: 0;
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.content p img {
    display: inline-block;
}

#banner .slide-inner::before {
    padding-top: 50%;
}

.swiper-pagination {
    bottom: 45px !important;
    height: 9px;
    line-height: 0;
}

.swiper-pagination-bullet {
    margin: 0 7px !important;
    width: 9px !important;
    height: 9px !important;
}

.swiper-pagination-bullet-active {
    background: var(--subtheme) !important;
}

#banner img {
    width: 100%;
}

#banner .ban-con {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#banner .ban-con .name {
    font-size: 50px;
    color: #fff;
    text-align: center;
}

#banner .ban-con .brief {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

#banner .container .btn-list {
    top: 50%;
    left: 0;
    z-index: 1;
    padding: 0 34px;
    width: 100%;
    height: 100px;
    transform: translateY(-50%);
    pointer-events: none;
}

#banner .container .btn-list .btn {
    width: 100px;
    height: 100px;
    cursor: pointer;
    opacity: .2;
    pointer-events: visible;
}

#banner .container .btn-list .btn.next {
    transform: rotate(180deg);
}

#banner .container .btn-list .btn:hover {
    opacity: 1;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #030303;
}

.banner-mix {
    width: 100%;
    position: relative;
}

.banner-img {
    width: 100%;
    overflow: hidden;
    /*position: relative;z-index: 2;*/
}

.banner-img::before {
    padding-top: 50%;
}

.banner-img img {
    width: 100%;
    object-fit: cover;
}

/*.banner-img img.none-pad-mb{height: 100vh;}*/
.banner-img img.none-pc {
    min-height: 600px;
}

.banner-cont {
    position: absolute;
    width: 100%;
    color: #fff;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.banner-cont {
    width: 100%;
    text-align: center;
}

.banner-cont-wrap {
    width: 100%;
}

.banner-cont .image {
    max-width: 330px;
}

.banner-cont .text {
    line-height: 1.1;
    font-family: "MB";
    opacity: 0.5;
}

.banner-cont-one .banner-cont-dot {
    width: 520px;
}

.banner-cont-one .banner-cont-dot img {
    width: 100%;
    visibility: hidden;
}

.banner-dot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-dot #cartoonDot-text {
    width: 100% !important;
    height: 100% !important;
}

.banner-mix-one .banner-img {
    opacity: 0;
}

.banner-cont-one .contain {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    justify-content: space-between;
    padding: 40px 220px 0 0;
}

.banner-one-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.banner-one-bg img {
    position: absolute;
    left: 0;
    top: 0;
}

.banner-con {
    top: 28.2403%;
    z-index: 1;
    padding: 78px 0 0 160px;
}

.banner-con .icon {
    top: 0;
    left: 0;
}

.banner-con .banner-tit {
    margin-top: 22px;
    font-size: 60px;
    color: #fff;
}

.banner-con .banner-brief {
    margin-top: 10px;
    font-size: 24px;
    color: #fff;
    color: rgba(255, 255, 255, .5);
}

#inner-con {
    top: 50%;
    left: 0;
    z-index: 1;
    padding: 55px 0 0 260px;
    background: url(/images/ban_inner_icon.png) no-repeat top left;
    transform: translateY(-50%);
}

#inner-con .cn {
    line-height: 60px;
    font-size: 42px;
    color: #fff;
}

#inner-con .en {
    margin-top: 14px;
    line-height: 26px;
    font-size: 20px;
    color: #fff;
    opacity: .5;
}

@media screen and (max-width: 750px) {
    #banner .container .btn-list {
        height: 50px;
    }

    #banner .container .btn-list .btn {
        width: 50px;
        height: 50px;
    }

    #banner .container .btn-list .btn svg {
        width: 100%;
        height: 100%;
    }
}

@media(max-width: 1680px) {
    .banner-cont-one .contain {
        padding: 100px 160px 0 0;
    }
}

@media(max-width: 1280px) {
    .banner-cont-one .banner-cont-dot {
        width: 320px;
    }
}

@media(max-width: 750px) {

    #banner .slide-inner::before,
    .banner-img::before {
        padding-top: 128%;
    }

    .banner-mix-one .banner-img {
        opacity: 1;
    }

    .banner-dot,
    .banner-one-bg {
        display: none;
    }
}

#inner_banner {
    width: 100%;
}

#inner_banner .pic img {
    width: 100%;
}

#inner_banner .text_box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#inner_banner .text_box .title {
    font-size: 60px;
    color: var(--theme);
    font-weight: bold;
}

#inner_banner .text_box .brief {
    font-size: 36px;
    color: #333;
}

@media(max-width: 1280px) {
    /*#inner_banner .text_box{padding-bottom: 60px;}*/
}

@media screen and (max-width: 1180px) {
    /*#inner_banner .text_box .title{ font-size: 40px;}*/
}

@media(max-width: 750px) {
    #inner_banner .pic::before {
        padding-top: 96%;
    }

    #inner_banner .text_box .brief {
        font-size: 30px;
    }
}

/* banner */

/* 面包屑 */
#location {
    z-index: 1;
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #e1e3e6;
}

#location .cw1400 {
    height: 100%;
}

#location .parting {
    display: block;
    margin: 0 15px;
    font-size: 16px;
    color: #a1aab2;
}

#location .loc_item {
    font-size: 16px;
    color: #a1aab2;
}

#location .loc_item:last-child {
    color: #333;
}

@media screen and (max-width: 750px) {
    #location {
        padding: 30px 0;
        height: auto;
    }

    #location .cw1400 {
        line-height: 2;
    }

    #location .cw1400 * {
        font-size: 24px;
    }
}

/* 面包屑 */

/* 翻页 */
#turn_page .pn,
#turn_page .lyui_paging_label,
#turn_page .lyui_paging_point,
#turn_page .lyui_paging_btn,
#turn_page .lyui_paging_prev,
#turn_page .lyui_paging_next {
    margin-left: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #333;
    border-radius: 4px;
}

#turn_page font.lyui_paging_prev,
#turn_page font.lyui_paging_next {
    opacity: .5;
}

#turn_page .lyui_paging_number {
    margin-left: 10px;
}

#turn_page .lyui_paging_prev,
#turn_page .pn.start {
    transform: rotate(180deg);
}

#turn_page .lyui_paging_btn:first-child {
    margin-left: 0;
}

#turn_page .pn:hover,
#turn_page .lyui_paging_label:hover,
#turn_page a.lyui_paging_prev:hover,
#turn_page a.lyui_paging_next:hover,
#turn_page .lyui_paging_point:hover,
#turn_page .lyui_paging_btn:hover,
#turn_page .lyui_paging_btn.cur {
    background: var(--theme);
    border-color: var(--theme);
    color: #fff;
}

#turn_page font.lyui_paging_prev:hover,
#turn_page font.lyui_paging_next:hover {
    background-color: unset;
}

#turn_page .pn.start {
    margin-left: 0;
}

#turn_page .pn:hover svg path,
#turn_page a.lyui_paging_prev:hover svg path,
#turn_page a.lyui_paging_next:hover svg path {
    fill: #fff;
}

/* 翻页 */

/* 首页 */
.i-page .i-title .en {
    margin-bottom: 13px;
    line-height: 85px;
    font-size: 90px;
    color: var(--theme);
    font-weight: bold;
}

.i-page .i-title .cn {
    line-height: 50px;
    font-size: 42px;
    color: #333;
}

#i-top {
    background: url(/images/index_prod_bg.png) no-repeat center bottom / 100% auto;
    overflow: hidden;
}

#i-top .i-serv {
    padding: 7.03125vw 0 7.29167vw;
}

#i-top .i-serv .top .cate {
    margin-left: 100px;
}

#i-top .i-serv .top .cate .item {
    margin-left: 30px;
    width: 170px;
    height: 130px;
    background: #f5f7fa;
    border-radius: 12px;
}

#i-top .i-serv .top .cate .item:before {
    display: block;
    content: url('/images/cate_item_icon.png');
    position: absolute;
    top: 100%;
    left: 50%;
    width: 22px;
    height: 11px;
    line-height: 0;
    transform: translateX(-50%);
    transition: all .3s;
    opacity: 0;
}

#i-top .i-serv .top .cate .item:first-child {
    margin-left: 0;
}

#i-top .i-serv .top .cate .item .icon {
    width: 100%;
    height: 39px;
}

#i-top .i-serv .top .cate .item .icon img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#i-top .i-serv .top .cate .item .icon img:first-child {
    z-index: 1;
}

#i-top .i-serv .top .cate .item .txt {
    margin-top: 16px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
}

#i-top .i-serv .top .cate .item.cur,
#i-top .i-serv .top .cate .item:hover {
    background: var(--theme);
}

#i-top .i-serv .top .cate .item.cur:before,
#i-top .i-serv .top .cate .item:hover:before {
    opacity: 1;
}

#i-top .i-serv .top .cate .item.cur .icon img,
#i-top .i-serv .top .cate .item:hover .icon img {
    filter: brightness(0) invert(1);
}

#i-top .i-serv .top .cate .item.cur .txt,
#i-top .i-serv .top .cate .item:hover .txt {
    color: #fff;
}

#i-top .i-serv .cate-list {
    margin-top: 98px;
    width: 100%;
}

#i-top .i-serv .cate-list .list {
    width: 100%;
}

#i-top .i-serv .cate-list .list .container {
    padding: 50px 35px;
}

#i-top .i-serv .cate-list .list .item {
    margin-left: 1.4286%;
    width: 23.9286%;
    background: #fff;
    border-radius: 28px;
    box-shadow: 20px 20px 50px rgba(186, 205, 232, .3);
    overflow: hidden;
}

#i-top .i-serv .cate-list .list .item:first-child {
    margin-left: 0;
}

#i-top .i-serv .cate-list .list .item .img {
    width: 100%;
}

#i-top .i-serv .cate-list .list .item .img .icon {
    top: 100%;
    left: 50%;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 10px 10px 20px rgba(93, 151, 232, .1);
}

#i-top .i-serv .cate-list .list .item .info {
    padding: 85px 0 34px;
}

#i-top .i-serv .cate-list .list .item .info .name {
    line-height: 33px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

#i-top .i-serv .cate-list .list .item .info .num {
    margin-top: 20px;
    width: 100%;
    line-height: 28px;
    font-size: 24px;
    color: #a1aab2;
    text-align: center;
}

#i-top .i-serv .cate-list .list .item:hover .img .icon {
    background: var(--theme);
}

#i-top .i-serv .cate-list .list .item:hover .img .icon img {
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1280px) {

    #i-top .i-serv .cate-list .list .item .info .name,
    #i-top .i-serv .cate-list .list .item .info .num {
        font-size: 20px;
    }
}

@media screen and (max-width: 1024px) {
    #i-top .i-serv .top .cate {
        margin-left: 50px;
    }

    #i-top .i-serv .cate-list .list .item .img .icon {
        width: 80px;
        height: 80px;
    }

    #i-top .i-serv .cate-list .list .item .img .icon img {
        width: 30%;
    }
}

@media screen and (max-width: 750px) {
    #i-top .i-serv .top {
        align-items: start;
        flex-direction: column;
    }

    #i-top .i-serv .top .cate {
        margin: 0;
        margin-top: 30px;
    }

    #i-top .i-serv .top .cate .item {
        width: 200px;
    }

    #i-top .i-serv .top .cate .item .txt {
        font-size: 24px;
    }

    #i-top .i-serv .cate-list {
        margin-top: 30px;
    }

    #i-top .i-serv .cate-list .list {
        flex-wrap: wrap;
    }

    #i-top .i-serv .cate-list .list .item {
        margin: 0;
        margin: 30px 2% 0 0;
        width: 49%;
    }

    #i-top .i-serv .cate-list .list .item:nth-child(2n) {
        margin-right: 0;
    }

    #i-top .i-serv .cate-list .list .item:nth-child(-n+2) {
        margin-top: 0;
    }

    #i-top .i-serv .cate-list .list .item .img .icon {
        width: 120px;
        height: 120px;
    }

    #i-top .i-serv .cate-list .list .item .img .icon img {
        max-width: 100%;
        width: auto;
    }

    #i-top .i-serv .cate-list .list .item .info .name {
        font-size: 24px;
    }

    #i-top .i-serv .cate-list .list .item .info .num {
        font-size: 26px;
    }
}

#i-top .i-serv .cate-list .list .case {
    overflow: hidden;
    width: 32.1429%;
    background: #fff;
    padding: 24px 0;
    margin-right: 1.7%;
    margin-bottom: 20px;
    border-radius: 26px;
    box-shadow: 0 0 30px rgba(186, 205, 232, .3);
}

#i-top .i-serv .cate-list .list .case:nth-child(3n) {
    margin-right: 0;
}

#i-top .i-serv .cate-list .list .case .img {
    padding: 30px;
    width: 100%;
    height: 304px;
}

#i-top .i-serv .cate-list .list .case .article {
    padding: 30px 50px 20px;
    text-align: center;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
}

#i-top .i-serv .cate-list .list .case .article .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: left;
}

#i-top .i-serv .cate-list .list .case .article .text {
    height: 54px;
    font-size: 18px;
    color: #a1aab2;
    line-height: 1.5;
    text-align: left;
}

#i-top .i-serv .cate-list .list .case .article .btn {
    width: 120px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background-color: var(--subtheme);
    box-shadow: 0 20px 25px rgba(255, 119, 0, 0.3);
    border-radius: 24px;
    font-size: 16px;
    position: absolute;
    bottom: -50px;
    left: 50px;
    /*transform: translate(-50%,0);*/
    opacity: 0;
}

#i-top .i-serv .cate-list .list .case:hover {
    transform: translateY(-5px);
}

#i-top .i-serv .cate-list .list .case:hover .article {
    transform: translate(0, -80px);
}

/*#i-top .i-serv .cate-list .list .case:hover .article .title{ color: var(--theme);}*/
#i-top .i-serv .cate-list .list .case:hover .article .text {
    color: #333;
}

#i-top .i-serv .cate-list .list .case:hover .article .btn {
    display: block;
    opacity: 1;
}

#i-top .i-serv .cate-list .list .btn-list {
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

#i-top .i-serv .cate-list .list .btn-list .btn-item {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    pointer-events: visible;
    box-shadow: 20px 20px 50px rgba(162, 191, 232, .2);
}

#i-top .i-serv .cate-list .list .btn-list .btn-item svg {
    width: 20px;
}

#i-top .i-serv .cate-list .list .btn-list .btn-item.prev {
    transform: translateX(60px);
}

#i-top .i-serv .cate-list .list .btn-list .btn-item.next {
    transform: translateX(-60px) rotate(180deg);
}

#i-top .i-serv .cate-list .list .btn-list .btn-item:hover {
    background: var(--theme);
}

#i-top .i-serv .cate-list .list .btn-list .btn-item:hover svg path {
    fill: #fff;
}

@media (max-width: 1440px) {
    #i-top .i-serv .cate-list .list .btn-list .btn-item.prev {
        transform: translateX(0);
    }

    #i-top .i-serv .cate-list .list .btn-list .btn-item.next {
        transform: translateX(0) rotate(180deg);
    }
}

@media screen and (max-width:1024px) {
    #i-top .i-serv .cate-list .list .case .article {
        padding: 30px 10px 20px;
    }
}

@media screen and (max-width:750px) {
    #i-top .i-serv .cate-list .list .case {
        padding: 100px 0;
    }

    #i-top .i-serv .cate-list .list .case .article .title {
        font-size: 36px;
    }

    #i-top .i-serv .cate-list .list .case .article .text {
        font-size: 30px;
        line-height: 1.8;
        padding-bottom: 30px;
    }

    #i-top .i-serv .cate-list .list .case {
        box-shadow: 0px 10px 35px 0px rgba(28, 28, 28, 0.15);
        transform: translateY(-5px);
        width: 100%;
        margin-right: 0;
        /*height: 840px;*/
    }

    #i-top .i-serv .cate-list .list .case .article {
        transform: translate(0, -80px);
    }

    #i-top .i-serv .cate-list .list .case .article .btn {
        display: block;
        opacity: 1;
        width: 220px;
        height: 72px;
        font-size: 30px;
        border-radius: 36px;
        line-height: 71px;
        bottom: -75px;
    }

    #i-top .i-serv .cate-list .list .case .img img {
        max-width: 460px;
        max-height: 460px;
        position: relative;
    }

    #i-top .i-serv .cate-list .list .case .img {
        padding-top: 0;
    }
}

#i-top .i-solu {
    padding: 5.7292vw 0 8.8542vw;
}

#i-top .i-solu .list {
    margin: 64px auto 0;
    width: 68.5714%;
    overflow: visible;
}

#i-top .i-solu .list .item {
    border-radius: 28px;
    overflow: hidden;
}

#i-top .i-solu .list .item:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: all .3s;
}

#i-top .i-solu .list .item .info {
    bottom: 0;
    left: 0;
    padding: 100px 6.4583% 54px;
    background: linear-gradient(to top, rgba(71, 71, 71, .6), rgba(71, 71, 71, 0));
}

#i-top .i-solu .list .item .info .tit {
    line-height: 40px;
    font-size: 28px;
    color: #fff;
}

#i-top .i-solu .list .item .info .brief {
    margin-top: 13px;
    height: 0;
    overflow: hidden;
}

#i-top .i-solu .list .item .info .brief .txt {
    width: calc(100% - 180px);
    line-height: 30px;
    font-size: 18px;
    color: #fff;
}

#i-top .i-solu .list .item .info .brief .btn {
    width: 135px;
    height: 56px;
    line-height: 56px;
    background: var(--subtheme);
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 28px;
}

#i-top .i-solu .list .item.swiper-slide-active:before {
    opacity: 0;
    pointer-events: none;
}

#i-top .i-solu .list .item.swiper-slide-active .brief {
    height: 60px;
}

@media screen and (max-width: 750px) {
    #i-top .i-solu .list {
        width: 100%;
    }

    #i-top .i-solu .list .item .info .tit {
        font-size: 32px;
    }

    #i-top .i-solu .list .item .info .brief .txt {
        font-size: 24px;
    }

    #i-top .i-solu .list .item .info .brief .btn {
        font-size: 24px;
    }
}

#i-bot {
    background: url(/images/index_news_bg.png) no-repeat center bottom / 100% auto;
    overflow: hidden;
}

#i-bot .i-about {
    padding: 7.2917vw 0 3.125vw 13.5417%;
}

#i-bot .i-about .left {
    width: 36.4583%;
}

#i-bot .i-about .left .con {
    width: 100%;
}

#i-bot .i-about .left .con .info {
    margin-top: 60px;
    width: 100%;
}

#i-bot .i-about .left .con .info .name {
    line-height: 60px;
    font-size: 48px;
    color: #333;
}

#i-bot .i-about .left .con .info .brief {
    margin-top: 20px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
}

#i-bot .i-about .left .btn {
    margin-top: 105px;
    width: 200px;
    height: 65px;
    border: 3px solid #e3e5e8;
    font-size: 18px;
    color: #a1aab2;
    border-radius: 33px;
}

#i-bot .i-about .left .btn:hover {
    border-color: var(--theme);
    background: var(--theme);
    color: #fff;
}

#i-bot .i-about .rig {
    width: 47.6563%;
}

@media screen and (max-width: 1280px) {
    #i-bot .i-about .rig {
        width: 58.6563%;
    }

    #i-bot .i-about .left .con .info {
        margin-top: 30px;
    }

    #i-bot .i-about .left .con .info .name {
        font-size: 36px;
    }

    #i-bot .i-about .left .btn {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1024px) {
    #i-bot .i-about {
        padding-left: 5%;
    }
}

@media screen and (max-width: 750px) {
    #i-bot .i-about {
        flex-direction: column;
        margin: 0 auto;
        padding-left: 0;
        width: 92%;
    }

    #i-bot .i-about .left {
        width: 100%;
    }

    #i-bot .i-about .left .con .info .name {
        line-height: 1.6;
    }

    #i-bot .i-about .left .con .info .brief {
        line-height: 1.6;
        font-size: 24px;
    }

    #i-bot .i-about .left .btn {
        font-size: 24px;
    }

    #i-bot .i-about .rig {
        margin-top: 20px;
        width: 100%;
        border-radius: 35px;
        overflow: hidden;
    }

    #i-bot .i-about .rig img {
        width: 100%;
    }
}

#i-bot .i-news {
    padding: 3.125vw 0 5.2083vw;
}

#i-bot .i-news .top {
    width: 100%;
}

#i-bot .i-news .top .cate {
    margin-bottom: 6px;
}

#i-bot .i-news .top .cate .item {
    margin-left: 20px;
    padding: 0 20px;
    min-width: 200px;
    height: 65px;
    border: 3px solid #e3e5e8;
    font-size: 18px;
    color: #a1aab2;
    border-radius: 33px;
}

#i-bot .i-news .top .cate .item:first-child {
    margin-left: 0;
}

#i-bot .i-news .top .cate .item.cur,
#i-bot .i-news .top .cate .item:hover {
    border-color: var(--theme);
    background: var(--theme);
    color: #fff;
}

#i-bot .i-news .cate-list {
    margin-top: 140px;
    width: 100%;
}

#i-bot .i-news .cate-list .cate-item {
    width: 100%;
}

#i-bot .i-news .cate-list .cate-item .rec-item {
    width: 46.42856%;
    background: #fff;
    border-radius: 28px;
    box-shadow: 20px 20px 50px rgba(162, 191, 232, .2);
    overflow: hidden;
}

#i-bot .i-news .cate-list .cate-item .rec-item .info {
    padding: 28px 40px;
}

#i-bot .i-news .cate-list .cate-item .rec-item .name {
    max-height: 56px;
    line-height: 35px;
    font-size: 24px;
    color: #3e3a39;
}

#i-bot .i-news .cate-list .cate-item .rec-item .brief {
    margin-top: 3px;
    height: 24px;
    line-height: 28px;
    font-size: 18px;
    color: #a1aab2;
}

#i-bot .i-news .cate-list .cate-item .rec-item .date {
    margin-top: 20px;
    line-height: 24px;
    font-size: 18px;
    color: #a1aab2;
}

#i-bot .i-news .cate-list .cate-item .list {
    width: 44.2857%;
}

#i-bot .i-news .cate-list .cate-item .list .item {
    margin-top: 32px;
    width: 100%;
}

#i-bot .i-news .cate-list .cate-item .list .item:first-child {
    margin-top: 0;
}

#i-bot .i-news .cate-list .cate-item .list .item .name {
    max-height: 60px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
}

#i-bot .i-news .cate-list .cate-item .list .item .date {
    margin-top: 9px;
    line-height: 24px;
    font-size: 18px;
    color: #a1aab2;
}

#i-bot .i-news .cate-list .cate-item .rec-item:hover .name {
    color: var(--theme);
}

#i-bot .i-news .cate-list .cate-item .rec-item:hover .brief {
    color: #333;
}

#i-bot .i-news .cate-list .cate-item .rec-item:hover .date {
    color: #333;
}

#i-bot .i-news .cate-list .cate-item .list .item:hover .name {
    text-decoration: underline;
    color: var(--theme);
}

#i-bot .i-news .cate-list .cate-item .list .item:hover .date {
    color: #333;
}

@media screen and (max-width: 1280px) {
    #i-bot .i-news .cate-list .cate-item .rec-item {
        width: 51.42856%;
    }

    #i-bot .i-news .cate-list .cate-item .list .item .name,
    #i-bot .i-news .cate-list .cate-item .rec-item .name {
        font-size: 16px;
    }

    #i-bot .i-news .cate-list .cate-item .list .item .date,
    #i-bot .i-news .cate-list .cate-item .rec-item .brief,
    #i-bot .i-news .cate-list .cate-item .rec-item .date {
        font-size: 14px;
    }

    #i-bot .i-news .cate-list .cate-item .list .item {
        margin-top: 26px;
    }
}

@media screen and (max-width: 750px) {
    #i-bot .i-news .top {
        align-items: start;
        flex-direction: column;
    }

    #i-bot .i-news .top .cate {
        margin-top: 30px;
    }

    #i-bot .i-news .top .cate .item {
        font-size: 24px;
    }

    #i-bot .i-news .cate-list {
        margin-top: 50px;
    }

    #i-bot .i-news .cate-list .cate-item {
        flex-direction: column;
    }

    #i-bot .i-news .cate-list .cate-item .rec-item {
        width: 100%;
    }

    #i-bot .i-news .cate-list .cate-item .rec-item .img img {
        width: 100%;
    }

    #i-bot .i-news .cate-list .cate-item .list {
        margin-top: 30px;
        width: 100%;
    }

    #i-bot .i-news .cate-list .cate-item .rec-item .brief {
        height: auto;
    }

    #i-bot .i-news .cate-list .cate-item .rec-item .name,
    #i-bot .i-news .cate-list .cate-item .rec-item .brief,
    #i-bot .i-news .cate-list .cate-item .rec-item .date {
        line-height: 1.6;
        font-size: 24px;
    }

    #i-bot .i-news .cate-list .cate-item .list .item .name,
    #i-bot .i-news .cate-list .cate-item .list .item .date {
        font-size: 24px;
    }
}

#i-bot .i-partner {
    padding: 5.2083vw 0;
}

#i-bot .i-partner .i-title .cn {
    display: block !important;
}

#i-bot .i-partner .img {
    margin-top: 50px;
}

#i-bot .i-partner .img img {
    max-width: 100%;
    border-radius: 20px;
}

#i-bot .i-partner .list {
    margin: 46px auto 0;
    width: 96.7708%;
}

#i-bot .i-partner .list .item {
    height: 160px;
    background: #fff;
    border-radius: 14px;
}

/*
@media screen and (max-width: 1280px){
    #i-bot .i-partner .list .item{ width: 23.4982%;}
    #i-bot .i-partner .list .item:nth-child(8n){ margin-right: 1.1458%;}
    #i-bot .i-partner .list .item:nth-child(-n+8){ margin-top: 22px;}
    #i-bot .i-partner .list .item:nth-child(4n){ margin-right: 0;}
    #i-bot .i-partner .list .item:nth-child(-n+4){ margin-top: 0;}
}
*/

/* 分类导航 */
#cate-nav {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #ededf2;
    background: #fff;
}

#cate-nav .container,
#cate-nav .container .wrapper {
    height: 100%;
}

#cate-nav .cw1400 {
    height: 100%;
}

#cate-nav .item {
    margin-right: 7.5%;
    width: auto;
    height: 100%;
    font-size: 20px;
    color: #333;
}

#cate-nav .item:last-child {
    margin-right: 0;
}

#cate-nav .item:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--theme);
    opacity: 0;
}

#cate-nav .item:hover .item-a {
    color: var(--theme);
}

#cate-nav .item.cur .item-a {
    color: var(--theme);
}

#cate-nav .item.cur:before {
    opacity: 1;
}

#cate-nav .item .two-list {
    top: 100%;
    left: 50%;
    z-index: 1;
    padding: 15px 0;
    background: var(--theme);
    border-radius: 0 0 8px 8px;
    transform: translateX(-50%);
}

#cate-nav .item .two-list .two-list-in {
    max-height: 500px;
    overflow-y: auto;
}

#cate-nav .item .two-list .two-item-a {
    padding: 0 35px;
    line-height: 45px;
    background: rgba(0, 100, 239, 0);
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
}

#cate-nav .item:hover .two-list {
    display: block;
}

#cate-nav .item .two-list .two-item-a:hover {
    background: rgba(0, 100, 239, 1);
}

/* 翻页加载按钮 */
#page .btn {
    margin-top: 65px;
    cursor: pointer;
}

#page .btn .txt {
    line-height: 28px;
    font-size: 24px;
    color: #a1aab2;
    text-align: center;
}

#page .btn .lyicon-arrow-down-bold {
    margin-top: 15px;
    width: 80px;
    height: 80px;
    font-weight: bold;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 20px 50px rgba(186, 205, 232, .2);
}

#page .btn.isend {
    display: none;
}

/* 3D打印服务-列表 */
#service {
    padding: 0 0 150px;
    background: #f0f1f5;
}

#service .cate-tit {
    margin: 110px 0 70px;
}

#service .cate-tit .tit {
    line-height: 60px;
    font-size: 48px;
    color: #333;
}

#service .cate-tit .brief {
    margin-top: 25px;
    line-height: 30px;
    font-size: 20px;
    color: #666;
}

#service .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-top: 40px;
    border-radius: 30px;
}

#service .list:first-child {
    margin-top: 0;
}

#service .list .img {
    width: 45.7143%;
}

#service .list .word {
    padding-left: 8.5714%;
    width: 50%;
}

#service .list .word .title {
    line-height: 46px;
    font-weight: 600;
    font-size: 36px;
}

#service .list .word .brief {
    line-height: 30px;
    margin-top: 15px;
    font-size: 18px;
}

#service .list .word .btn {
    width: 180px;
    height: 55px;
    border: 1px solid #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-top: 70px;
    border-radius: 30px;
}

#service .list:hover {
    box-shadow: 0px 20px 50px 0px rgba(116, 156, 212, 0.3);
}

#service .list:hover .word .title {
    color: var(--theme);
}

#service .list:hover .word .btn {
    background: var(--subtheme);
    border-color: var(--subtheme);
    color: #fff;
}

@media screen and (max-width:1024px) {
    #service .list {
        flex-direction: column-reverse;
    }

    #service .list .word,
    #service .list .img {
        width: 100%;
        padding: 30px 0;
    }

    #service .list .word {
        padding: 30px;
    }

    #service .list .img .max {
        position: relative;
    }
}

@media screen and (max-width:750px) {
    #service .list .word .title {
        font-size: 36px;
        line-height: 1.5;
    }

    #service .list .word .brief {
        font-size: 30px;
        line-height: 1.5;
    }

    #service .list .word .btn {
        font-size: 26px;
    }

    #cate-nav {
        z-index: 1;
    }

    #cate-nav .cate-nav-outer .cate-nav {
        width: 49%;
        height: 50%;
        border: 1px solid #666;
        border-radius: 5px;
    }

    #cate-nav .cate-nav-outer .cate-nav .tit {
        padding: 0 50px 0 20px;
        width: 100%;
        height: 100%;
        font-size: 20px;
    }

    #cate-nav .cate-nav-outer .cate-nav .tit svg {
        position: absolute;
        top: 50%;
        right: 20px;
        width: 20px;
        transform: translateY(-50%) rotate(-90deg);
    }

    #cate-nav .cate-nav-outer .cate-nav .list {
        top: 100%;
        left: -1;
        width: 100%;
        height: 0;
        overflow: hidden;
    }

    #cate-nav .cate-nav-outer .cate-nav .list .list-in {
        width: 100%;
        height: 150px;
        background: #fff;
        border: 1px solid #666;
        border-radius: 5px;
        overflow-y: auto;
    }

    #cate-nav .cate-nav-outer .cate-nav .list .cate-nav-a {
        margin-top: 15px;
        padding: 0 50px 0 20px;
        width: 100%;
        line-height: 30px;
        font-size: 20px;
    }

    #cate-nav .cate-nav-outer.not-two .cate-nav {
        width: 100%;
    }
}

/* 3D打印服务-详情 */
#service-detail {
    padding-bottom: 85px;
    background: #f0f1f5;
}

#service-detail .top {
    margin-top: 120px;
}

#service-detail .top .box {
    display: flex;
    justify-content: space-between;
}

#service-detail .top .box .text {
    width: 47.857%;
}

#service-detail .top .box .text .tit {
    font-size: 48px;
    color: var(--theme);
    margin-top: 32px;
}

#service-detail .top .box .text .brief {
    font-size: 20px;
    color: #333;
    font-family: Arial;
    line-height: 36px;
    margin-top: 34px;
}

#service-detail .top .box .text .btn {
    z-index: 1;
    padding: 0 36px;
    min-width: 200px;
    height: 65px;
    border: 2px solid #dce0e5;
    font-size: 20px;
    color: #333;
    border-radius: 35px;
}

#service-detail .top .box .text .btn img {
    margin-right: 15px;
}

#service-detail .top .box .text .btn_list {
    margin-top: 70px;
}

#service-detail .top .box .text .btn_list .detail_btn {
    margin-left: 30px;
}

#service-detail .top .box .text .btn_list .detail_btn:first-child {
    margin-left: 0;
}

#service-detail .top .box .text .btn_list .detail_btn .download_list {
    top: calc(100% - 2px);
    left: 50%;
    min-width: 100%;
    height: 0;
    transform: translateX(-50%);
}

#service-detail .top .box .text .btn_list .detail_btn .download_list .download_list_in {
    width: 100%;
    border: 2px solid #dce0e5;
    background: #f0f1f5;
    border-radius: 35px;
}

#service-detail .top .box .text .btn_list .detail_btn .download_list .download_list_in .download_item {
    padding: 0 30px;
    line-height: 50px;
    font-size: 20px;
    white-space: nowrap;
}

#service-detail .top .box .pic {
    width: 50%;
    max-height: 500px;
    border-radius: 30px;
    overflow: hidden;
}

#service-detail .top .box .text .btn:hover {
    border-color: var(--theme);
    background: var(--theme);
    color: #fff;
}

#service-detail .top .box .text .btn:hover img {
    filter: brightness(0) invert(1);
}

#service-detail .top .box .text .btn_list .detail_btn .download_list .download_list_in .download_item:hover {
    background: var(--theme);
    color: #fff;
}

@media (max-width: 1536px) {
    #service-detail .top {
        padding: 150px 0;
    }

    #service-detail .top .box .text {
        width: 50%;
    }

    #service-detail .top .box .text .tit {
        line-height: 1;
        margin-top: 0;
    }
}

@media (max-width: 1366px) {
    #service-detail .top .box .text .tit {
        font-size: 46px;
    }
}

@media (max-width: 1280px) {
    #service-detail .top {
        padding: 100px 0;
    }

    #service-detail .top .box .pic {
        height: 380px;
    }
}

@media (max-width: 750px) {
    #service-detail .top {
        margin-top: 50px;
        padding: 0;
    }

    #service-detail .top .box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    #service-detail .top .box .text {
        margin-top: 30px;
        width: 100%;
    }

    #service-detail .top .box .text .tit {
        font-size: 42px;
        line-height: 1.5;
    }

    #service-detail .top .box .text .brief {
        font-size: 32px;
        line-height: 1.5;
    }

    #service-detail .top .box .pic {
        width: 100%;
        height: auto;
    }

    #service-detail .top .box .pic img {
        width: 100%;
    }
}

#service-detail .mid {
    margin-top: 130px;
    padding: 92px 0 120px;
    background: #fff;
}

#service-detail .mid .title {
    width: 100%;
    line-height: 64px;
    font-size: 48px;
    color: #333;
}

#service-detail .mid .list {
    margin: 75px auto 0;
    width: 910px;
}

#service-detail .mid .list .item {
    margin-top: 45px;
    padding: 0 30px;
    width: 33.3333%;
}

#service-detail .mid .list .item:nth-child(-n+3) {
    margin-top: 0;
}

#service-detail .mid .list .item .pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #f5f7fa;
}

#service-detail .mid .list .item .tit {
    margin-top: 26px;
    line-height: 28px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

#service-detail .mid .list .item .brief {
    margin-top: 12px;
    line-height: 40px;
    font-size: 28px;
    color: var(--theme);
    font-weight: bold;
}

@media (max-width: 1366px) {
    #service-detail .mid {
        padding: 120px 0;
    }
}

@media (max-width: 1024px) {
    #service-detail .mid .list {
        width: 92%;
    }

    #service-detail .mid .list .item {
        width: 49%;
    }

    #service-detail .mid .list .item:nth-child(-n+3) {
        margin-top: 45px;
    }

    #service-detail .mid .list .item:nth-child(-n+2) {
        margin-top: 0;
    }
}

@media (max-width: 750px) {
    #service-detail .mid {
        padding: 80px 0;
    }

    #service-detail .mid .box .tit {
        font-size: 32px;
        line-height: 1.5;
    }

    #service-detail .mid .box .brief {
        font-size: 26px;
        line-height: 1.5;
    }
}

#service-detail .bot {
    padding: 100px 0 85px;
}

#service-detail .bot .title {
    line-height: 65px;
    font-size: 48px;
    color: #333;
}

#service-detail .bot .list {
    margin-top: 62px;
}

#service-detail .bot .list .item {
    margin: 50px 3.2857% 0 0;
    width: 31.1429%;
    background: #fff;
    border-radius: 30px;
}

#service-detail .bot .list .item .tit {
    margin: 30px 0;
    padding: 0 30px;
    height: 56px;
    font-size: 20px;
    color: #333;
    text-align: center;
}

#service-detail .bot .list .item:nth-child(-n+3) {
    margin-top: 0;
}

#service-detail .bot .list .item:nth-child(3n) {
    margin-right: 0;
}

#service-detail .bot .list .item:hover {
    box-shadow: 0 20px 50px rgba(116, 156, 212, .3);
}

#service-detail .bot .list .item:hover .tit {
    color: var(--theme);
}

@media (max-width: 1536px) {
    #service-detail .bot .box {
        padding: 60px 0;
    }

    #service-detail .bot .box .pic {
        margin-bottom: 50px;
    }
}

@media (max-width: 1366px) {
    #service-detail .bot .box .pic {
        margin-bottom: 15px;
    }
}

@media (max-width: 750px) {
    #service-detail .bot {
        padding: 80px 0;
    }

    #service-detail .bot .box .tit {
        font-size: 32px;
        line-height: 1.5;
    }

    #service-detail .bot .list .item {
        margin-right: 2%;
        width: 49%;
    }

    #service-detail .bot .list .item:nth-child(-n+3) {
        margin-top: 50px;
    }

    #service-detail .bot .list .item:nth-child(3n) {
        margin-right: 2%;
    }

    #service-detail .bot .list .item:nth-child(-n+2) {
        margin-top: 0;
    }

    #service-detail .bot .list .item:nth-child(even) {
        margin-right: 0;
    }
}

/* 3D打印设备-列表 */
#products {
    padding-bottom: 66px;
    background: #f4f6f9;
}

#products .list-outer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 120px;
}

#products .list-outer .case {
    overflow: hidden;
    width: 32.1429%;
    background: #fff;
    padding: 24px 0;
    margin-right: 1.7%;
    margin-bottom: 20px;
    border-radius: 26px;
}

#products .list-outer .case:nth-child(3n) {
    margin-right: 0;
}

#products .list-outer .case .img {
    padding: 30px;
    width: 100%;
    height: 304px;
}

#products .list-outer .case .article {
    padding: 30px 50px 20px;
    text-align: center;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
}

#products .list-outer .case .article .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

#products .list-outer .case .article .text {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.5;
}

#products .list-outer .case .article .btn {
    width: 120px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background-color: var(--subtheme);
    box-shadow: 0 20px 25px rgba(255, 119, 0, 0.3);
    border-radius: 24px;
    font-size: 16px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
}

#products .list-outer .case:hover {
    box-shadow: 0px 20px 50px rgba(116, 156, 212, 0.3);
    transform: translateY(-5px);
}

#products .list-outer .case:hover .article {
    transform: translate(0, -80px);
}

#products .list-outer .case:hover .article .title {
    color: var(--theme);
}

#products .list-outer .case:hover .article .btn {
    display: block;
    opacity: 1;
}

@media screen and (max-width:1024px) {
    #products .list-outer .case .article {
        padding: 30px 10px 20px;
    }
}

@media screen and (max-width:750px) {
    #products .list-outer .case {
        padding: 100px 0;
    }

    #products .list-outer .case .article .title {
        font-size: 36px;
    }

    #products .list-outer .case .article .text {
        font-size: 30px;
        line-height: 1.8;
        padding-bottom: 30px;
    }

    #products .list-outer .case {
        box-shadow: 0px 10px 35px 0px rgba(28, 28, 28, 0.15);
        transform: translateY(-5px);
        width: 100%;
        margin-right: 0;
        /*height: 840px;*/
    }

    #products .list-outer .case .article {
        transform: translate(0, -80px);
    }

    #products .list-outer .case .article .btn {
        display: block;
        opacity: 1;
        width: 220px;
        height: 72px;
        font-size: 30px;
        border-radius: 36px;
        line-height: 71px;
        bottom: -75px;
    }

    #products .list-outer .case .img img {
        max-width: 460px;
        max-height: 460px;
        position: relative;
    }

    #products .list-outer .case .img {
        padding-top: 0;
    }
}

/*3D打印设备-详情*/
#products-detail {
    background: #f5f7fa;
}

#products-detail .one {
    margin-top: 120px;
    padding-bottom: 140px;
}

#products-detail .one .box {}

#products-detail .one .box .left {
    width: 42.8571%;
    height: 600px;
    background: #fff;
    border-radius: 26px;
}

#products-detail .one .box .swiper-pagination-bullets {
    bottom: 36px !important;
}

#products-detail .one .box .text {
    width: 50%;
}

#products-detail .one .box .text .title {
    margin-bottom: 12px;
    font-size: 60px;
    color: var(--theme);
    font-family: "RR";
    font-weight: bold;
}

#products-detail .one .box .text .title2 {
    font-size: 18px;
    color: #999;
    line-height: 27px;
}

#products-detail .one .box .text .cont {
    max-height: 320px;
    overflow: auto;
    margin-top: 38px;
    padding: 55px 0;
    border-top: 1px solid #dfe1e3;
    border-bottom: 1px solid #dfe1e3;
}

#products-detail .one .box .text .cont .item {
    font-size: 20px;
    color: #333;
    line-height: 28px;
    margin-bottom: 8px;
}

/*#products-detail .one .box .text .detail_btn{ margin-top: 70px; width: 200px; height: 65px; border: 2px solid #dce0e5; font-size: 20px; color: #333; border-radius: 35px;}*/

#products-detail .one .box .text .btn {
    z-index: 1;
    padding: 0 36px;
    min-width: 200px;
    height: 65px;
    border: 2px solid #dce0e5;
    font-size: 20px;
    color: #333;
    border-radius: 35px;
}

/*#products-detail .one .box .text .btn:first-child{ margin-left: 0;}*/
#products-detail .one .box .text .btn img {
    margin-right: 15px;
}

#products-detail .one .box .text .btn_list {
    margin-top: 70px;
}

#products-detail .one .box .text .btn_list .detail_btn {
    margin-left: 30px;
}

#products-detail .one .box .text .btn_list .detail_btn:first-child {
    margin-left: 0;
}

#products-detail .one .box .text .btn_list .detail_btn .download_list {
    top: calc(100% - 2px);
    left: 50%;
    min-width: 100%;
    height: 0;
    transform: translateX(-50%);
}

#products-detail .one .box .text .btn_list .detail_btn .download_list .download_list_in {
    width: 100%;
    border: 2px solid #dce0e5;
    background: #f0f1f5;
    border-radius: 35px;
}

#products-detail .one .box .text .btn_list .detail_btn .download_list .download_list_in .download_item {
    padding: 0 30px;
    line-height: 50px;
    font-size: 20px;
    white-space: nowrap;
}

#products-detail .one .box .text .btn:hover {
    border-color: var(--theme);
    background: var(--theme);
    color: #fff;
}

#products-detail .one .box .text .btn:hover img {
    filter: brightness(0) invert(1);
}

#products-detail .one .box .text .btn_list .detail_btn .download_list .download_list_in .download_item:hover {
    background: var(--theme);
    color: #fff;
}

@media (max-width: 1440px) {
    #products-detail .one {
        margin-top: 50px;
        padding: 100px 0;
    }

    #products-detail .one .box .left {
        width: 44.857%;
    }

    #products-detail .one .box .text .cont {
        max-height: 310px;
        padding: 50px 0;
        margin-top: 30px;
    }

    #products-detail .one .box .text .share-box {
        margin-top: 35px;
    }
}

@media (max-width: 1366px) {
    #products-detail .one .box .text .title {
        margin-bottom: 10px;
        font-size: 45px;
    }

    #products-detail .one .box .text .cont {
        padding: 30px 0;
    }

    #products-detail .one .box .text .cont .item {
        font-size: 16px;
    }
}

@media (max-width: 1280px) {
    #products-detail .one .box .text .cont {
        padding: 30px 0;
        margin-top: 30px;
    }

    #products-detail .one .box .swiper-pagination-bullets {
        bottom: 20px;
    }
}

@media (max-width: 1024px) {
    #products-detail .one .box .left .container {
        height: 100%;
    }

    #products-detail .one .box .text .cont .item {
        line-height: 26px;
    }
}

@media (max-width: 750px) {
    #products-detail .one {
        padding: 0 0 80px;
    }

    #products-detail .one .box {
        flex-wrap: wrap;
    }

    #products-detail .one .box .left {
        width: 100%;
    }

    #products-detail .one .box .left .btn {
        width: 80px;
        height: 80px;
        background-size: 40% !important;
    }

    #products-detail .one .box .text {
        width: 100%;
        margin-top: 40px;
    }

    #products-detail .one .box .text .title {
        font-size: 42px;
        line-height: 1.5;
    }

    #products-detail .one .box .text .title2 {
        font-size: 30px;
        line-height: 1.5;
    }

    #products-detail .one .box .text .cont {
        max-height: fit-content;
    }

    #products-detail .one .box .text .cont .item {
        font-size: 26px;
        line-height: 1.5;
    }

    #products-detail .one .box .text .cont .item::before {
        width: 10px;
        height: 10px;
        top: 16px;
    }
}


#products-detail .two {
    padding: 160px 0 170px;
    background: #fff;
}

#products-detail .two .box .li {
    margin-bottom: 160px;
}

#products-detail .two .box .li:nth-child(2n) {
    flex-direction: row-reverse;
}

#products-detail .two .box .li:last-child {
    margin-bottom: 0;
}

#products-detail .two .box .li .pic {
    width: 50%;
    padding-top: 35.7143%;
}

#products-detail .two .box .li .text {
    width: 42.857%;
    max-height: 500px;
    overflow: auto;
}

#products-detail .two .box .li .text .title {
    font-size: 55px;
    color: var(--theme);
    font-family: "RR";
    font-weight: bold;
    line-height: 75px;
    margin-bottom: 21px;
}

#products-detail .two .box .li .text .cont {
    font-size: 20px;
    color: #333;
    line-height: 30px;
}

@media (max-width: 1600px) {
    #products-detail .two .box .li .text {
        max-height: 480px;
    }
}

@media (max-width: 1536px) {
    #products-detail .two .box .li .text {
        max-height: 440px;
    }
}

@media (max-width: 1440px) {
    #products-detail .two .box .li {
        margin-bottom: 150px;
    }

    #products-detail .two .box .li .text {
        max-height: 410px;
    }

    #products-detail .two .box .li .text .title {
        font-size: 50px;
        line-height: 65px;
    }
}

@media (max-width: 1366px) {
    #products-detail .two {
        padding: 100px 0;
    }

    #products-detail .two .box .li {
        margin-bottom: 100px;
    }

    #products-detail .two .box .li .pic {
        width: 46.75%;
    }

    #products-detail .two .box .li .text {
        max-height: 390px;
    }

    #products-detail .two .box .li .text .title {
        font-size: 40px;
        line-height: 55px;
    }
}

@media (max-width: 1280px) {
    #products-detail .two .box .li .pic {
        padding-top: 33.25%;
    }

    #products-detail .two .box .li .text .title {
        font-size: 36px;
    }

    #products-detail .two .box .li .text .cont {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 1024px) {
    #products-detail .two .box .li .text {
        max-height: 310px;
    }

    #products-detail .two .box .li .text .title {
        font-size: 30px;
        line-height: 1.3;
    }

    #products-detail .two .box .li .text .cont {
        font-size: 16px;
        line-height: 1.3;
    }
}

@media (max-width: 750px) {
    #products-detail .two {
        padding: 80px 0;
    }

    #products-detail .two .box .li {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    #products-detail .two .box .li .pic {
        width: 100%;
        padding-top: 71.25%;
    }

    #products-detail .two .box .li .text {
        margin-top: 30px;
        padding: 0;
        width: 100%;
        max-height: fit-content;
    }

    #products-detail .two .box .li .text .title {
        font-size: 32px;
        line-height: 1.5;
    }

    #products-detail .two .box .li .text .cont {
        font-size: 26px;
        line-height: 1.5;
    }
}



#products-detail .three {
    padding: 120px 0 190px;
}

#products-detail .three .title {
    line-height: 65px;
    font-size: 48px;
    color: #333;
}

#products-detail .three .container {
    margin: 82px auto 0;
    width: 77.7778%;
}

#products-detail .three .container .slide {
    padding-bottom: 24px;
    width: 31.1429%;
    /* height: 440px;*/
    background: #fff;
    border-radius: 26px;
    transition-property: unset;
}

#products-detail .three .container .slide .img {
    width: 100%;
    /* height: 350px;*/
}

#products-detail .three .container .slide .img img {
    max-width: 100%;
    max-height: 100%;
}

#products-detail .three .container .slide .name {
    margin-top: 20px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
}

/*#products-detail .three .container .slide:hover{ box-shadow: 0 20px 50px rgba(116, 156, 212, .3);}*/
#products-detail .three .container .slide:hover .name {
    color: var(--theme);
}

#products-detail .three .list {
    width: 100%
}

#products-detail .three .btn-list {
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

#products-detail .three .btn-list .btn-item {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    pointer-events: visible;
    box-shadow: 20px 20px 50px rgba(162, 191, 232, .2);
}

#products-detail .three .btn-list .btn-item svg {
    width: 20px;
}

#products-detail .three .btn-list .btn-item.prev {
    transform: translateX(60px);
}

#products-detail .three .btn-list .btn-item.next {
    transform: translateX(-60px) rotate(180deg);
}

#products-detail .three .btn-list .btn-item:hover {
    background: var(--theme);
}

#products-detail .three .btn-list .btn-item:hover svg path {
    fill: #fff;
}

@media (max-width: 1440px) {
    #products-detail .three .btn-list .btn-item.prev {
        transform: translateX(0);
    }

    #products-detail .three .btn-list .btn-item.next {
        transform: translateX(0) rotate(180deg);
    }
}

@media (max-width: 1280px) {
    #products-detail .three .content .li .tit {
        padding-right: 30px;
    }

    #products-detail .three .content .li .cont .item {
        padding-right: 30px;
    }
}

@media (max-width: 1024px) {
    #products-detail .three .content {
        margin-top: 40px;
    }

    #products-detail .three .content .li .cont .item .c {
        font-size: 16px;
    }
}

@media (max-width: 750px) {
    #products-detail .three {
        padding: 80px 0;
    }

    #products-detail .three .title {
        font-size: 42px;
        line-height: 1.5;
    }

    #products-detail .three .content .li .tit {
        font-size: 32px;
        width: 30%;
        line-height: 1.5;
    }

    #products-detail .three .content .li .cont {
        width: 70%;
    }

    #products-detail .three .content .li .cont .item {
        width: 100%;
        padding-right: 0;
        margin: 0 0 15px;
    }

    #products-detail .three .content .li .cont .item .t,
    #products-detail .three .content .li .cont .item .c {
        font-size: 26px;
        line-height: 1.5;
    }
}

/* 关于我们 */
#about {}

#about .top {
    margin-top: 120px;
}

#about .top .left {
    width: 42.813%;
    margin-right: 7.188%;
}

#about .top .right {
    width: calc(100% - 42.813% - 7.188%);
}

#about .top .right .tit .name1 {
    line-height: 76px;
    font-size: 72px;
    color: var(--theme);
    font-weight: bold;
}

#about .top .right .tit .name2 {
    margin-top: 15px;
    line-height: 55px;
    font-size: 48px;
    color: #333;
}

#about .top .right .brief {
    margin-top: 37px;
    line-height: 36px;
    font-size: 18px;
    color: #1a1a1a;
}

#about .yahgee {
    margin-top: 100px;
    padding-bottom: 43px;
}

#about .yahgee .box {
    height: 864px;
    width: 100%;
}

#about .yahgee .box .letter {
    font-size: 260px;
    line-height: 300px;
    color: #f5f7fa;
    font-weight: bold;
    z-index: 2;
    top: -15px;
    right: -96px;
}

#about .yahgee .box .right {
    z-index: 3;
    right: 0;
    top: 150px;
    width: 54.1667%;
}

#about .yahgee .box .left {
    z-index: 4;
    left: 0;
    top: 34.5%;
    width: 54.18%;
    padding: 140px 80px 150px 260px;
    background: #fff;
    border-radius: 0 30px 30px 0;
    box-shadow: 0 20px 50px rgba(116, 156, 212, .3);
}

#about .yahgee .box .left .tit {
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
    color: #fff;
}

#about .yahgee .box .left .brief {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-top: 35px;
}

#about .yahgee .data {
    padding: 300px 0 130px;
    background: #f5f7fa;
}

#about .yahgee .data .title {
    line-height: 54px;
    font-size: 48px;
    color: #333;
    font-weight: bold;
}

#about .yahgee .data .list {
    margin-top: 46px;
}

#about .yahgee .data .list .item {
    margin-left: .8571%;
    width: 19%;
    height: 450px;
    border-radius: 16px;
}

#about .yahgee .data .list .item:first-child {
    margin-left: 0;
}

#about .yahgee .data .list .item img {
    width: content-box;
    height: 100%;
}

#about .yahgee .data .list .item .con {
    bottom: 0;
    left: 0;
    padding: 0 20px 18px;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, 0) 100%);
}

#about .yahgee .data .list .item .con .num {
    line-height: 35px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    opacity: .5;
}

#about .yahgee .data .list .item .con .name {
    margin-top: 12px;
    line-height: 34px;
    font-size: 20px;
    color: #fff;
}

#about .yahgee .data .list .item .con .brief {
    height: 0;
}

#about .yahgee .data .list .item .con .brief .brief-in {
    padding-top: 15px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

#about .yahgee .data .list .item.cur {
    width: 40.3571%;
}

#about .yahgee .data .list .item.cur .con {
    align-items: start;
    background: linear-gradient(to top right, rgba(0, 85, 204, 1) 0, rgba(0, 0, 0, .1) 100%);
}

#about .yahgee .data .list .item.cur .con .num {
    line-height: 30px;
    font-size: 28px;
    opacity: 1;
}

#about .yahgee .data .list .item.cur .con .name {
    margin-top: 3px;
    line-height: 42px;
    font-size: 28px;
}

#about .yahgee .data .list .item.cur .con .brief {
    height: 105px;
}


@media screen and (max-width: 1680px) {
    #about .yahgee .box .left {
        padding-left: 100px;
    }
}

@media screen and (max-width:1440px) {
    #about .yahgee .box .left {
        padding: 80px 40px;
    }
}

@media screen and (max-width:1280px) {
    #about .yahgee .box {
        flex-direction: column;
        height: auto;
    }

    #about .yahgee .box .left {
        position: static;
        width: 100%;
        margin-top: 180px;
        display: block;
    }

    #about .yahgee .box .right {
        position: static;
        width: 100%;
        display: block;
    }

    #about .yahgee .box .right img {
        width: 100%;
    }
}

@media screen and (max-width:1024px) {
    #about .top {
        margin-top: 50px;
        padding: 0;
    }

    #about .top .cont {
        flex-direction: column-reverse;
    }

    #about .top .left {
        margin: 0;
        width: 100%;
    }

    #about .top .left img {
        width: 100%;
    }

    #about .top .right {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:750px) {
    #about .top .right .company {
        margin: 30px 0 20px;
    }

    #about .top .right .brief {
        font-size: 30px;
        line-height: 1.6;
    }

    #about .yahgee {
        padding-bottom: 30px;
    }

    #about .yahgee .box .letter {
        display: none;
    }

    #about .yahgee .box .left {
        margin-top: 0;
    }

    #about .yahgee .box .left .tit {
        font-size: 42px;
        line-height: normal;
    }

    #about .yahgee .box .left .brief {
        font-size: 30px;
        line-height: 1.6;
    }
}

#about .honor {
    padding: 90px 0 100px;
    overflow: hidden;
}

#about .honor .title {
    font-size: 48px;
    color: #1a1a1a;
    line-height: 58px;
    font-family: "B612-B";
}

#about .honor .cate {
    margin-top: 70px;
}

#about .honor .cate .cate-item {
    margin-left: 20px;
    width: 200px;
    height: 65px;
    border: 2px solid #e3e5e8;
    font-size: 18px;
    color: #a1aab2;
    border-radius: 33px;
}

#about .honor .cate .cate-item:first-child {
    margin-left: 0;
}

#about .honor .cate .cate-item.cur {
    border-color: var(--theme);
    background: var(--theme);
    color: #fff;
}

#about .honor .content {
    width: 87.92%;
    margin: 0 auto;
    overflow: hidden;
}

#about .honor .content .container {
    padding: 60px 0;
    width: 400px;
    height: 560px;
    margin: 0 auto;
    overflow: visible;
}

#about .honor .content .container .slide {
    padding: 0 0 40px;
    background: #f5f5fa;
    border-radius: 20px;
    opacity: 0.7;
    transform: scale(0.6);
}

#about .honor .content .container .slide[data-number="2"] {
    transform: translateX(80px) scale(0.6);
}

#about .honor .content .container .slide[data-number="-2"] {
    transform: translateX(-80px) scale(0.6);
}

#about .honor .content .container .swiper-slide-prev,
#about .honor .content .container .swiper-slide-next {
    transform: scale(0.7);
    opacity: 1;
    background: #f5f5fa;
}

#about .honor .content .container .swiper-slide-active,
#about .honor .content .container .swiper-slide-duplicate-active {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 20px 50px rgba(143, 168, 204, .3);
}

#about .honor .content .container .slide .box {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
}

#about .honor .content .container .slide .box .img {
    width: 100%;
    height: 433px;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#about .honor .content .container .slide .box .img img {
    width: 82%;
}

#about .honor .content .container .slide .box .text {
    padding: 0 50px;
    line-height: 28px;
    font-size: 18px;
    color: #999;
    text-align: center;
}

#jximageshow .imgbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

#about .honor .content .container .swiper-slide-active {
    background: #fff;
}

#about .honor .content .container .swiper-slide-active .box .box .img img {
    width: 100%;
}

#about .honor .content .container .swiper-slide-active .box .text,
#about .honor .content .container .swiper-slide-duplicate-active .box .text {
    font-size: 18px;
    color: #333;
}

#about .honor .content .page {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f5f5fa;
}

#about .honor .content .page.next {
    transform: rotate(180deg);
}

#about .honor .content .page .svg {
    width: 20px;
    height: 32px;
}

#about .honor .content .prev {
    margin-right: 63px;
}

#about .honor .content .page:hover {
    background: var(--theme);
}

#about .honor .content .page:hover .svg path {
    fill: #fff;
}

@media (max-width: 1680px) {
    #about .honor .content .container {
        width: 350px;
        height: 460px;
    }

    #about .honor .content .container .slide .box .img {
        padding: 0 35px;
    }

    #about .honor .content .container .slide .box .img img {
        width: 70%;
    }
}

@media (max-width: 1440px) {
    #about .honor .content .container .slide .box .img img {
        width: 70%;
    }
}

@media (max-width: 1200px) {
    #about .honor .content .container .slide {
        padding: 15px 0 30px;
    }

    #about .honor .content .container .slide .box .img {
        padding: 15px 35px;
        height: 400px;
    }
}

@media (max-width: 750px) {
    #about .honor .title {
        font-size: 42px;
    }

    #about .honor .cate .cate-item {
        font-size: 24px;
    }

    #about .honor .content .container {
        width: 560px;
        height: auto;
    }

    #about .honor .content .container .swiper-slide-active .box .text,
    #about .honor .content .container .swiper-slide-duplicate-active .box .text {
        padding: 0 30px;
        font-size: 32px;
        line-height: 1.6;
    }

    #about .honor .content .container .slide .box .img {
        height: 550px;
        padding: 30px;
    }

    #about .honor .content .page {
        width: 75px;
        height: 75px;
    }
}

/* 关于我们 */

/* 联系我们 */
#contact {
    background: #f5f7fa;
}

#contact .page-con .title {
    line-height: 52px;
    font-size: 40px;
    color: #333;
    text-align: center;
}

#contact .contact {
    padding: 50px 0 60px;
    margin-bottom: 30px;
}

#contact .contact .list {
    margin-top: 54px;
    padding: 60px;
    background: #fff;
    border-radius: 25px;
}

#contact .contact .list .item {
    width: 50%;
    border-left: 1px solid #ebebeb;
}

#contact .contact .list .item:first-child {
    border-left: 0;
}

#contact .contact .list .item .icon {
    margin: auto;
    width: 52px;
    height: 52px;
}

#contact .contact .list .item .name {
    margin-top: 35px;
    line-height: 30px;
    font-size: 20px;
    color: #666;
}

#contact .contact .list .item .con {
    margin-top: 12px;
    line-height: 30px;
    font-size: 28px;
    color: #1a1a1a;
}

#contact .share {
    margin-top: 80px;
}

#contact .share .list {
    margin-top: 50px;
    padding: 60px 0;
    width: 100%;
    background: #fff;
    border-radius: 26px;
}

#contact .share .list .item {
    width: 25%;
    border-left: 1px solid #ebebeb;
}

#contact .share .list .item:first-child {
    border-left: 0;
}

#contact .share .list .item .icon {
    margin: 0 auto;
    width: 112px;
    height: 112px;
}

#contact .share .list .item .icon .qrcode {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
}

#contact .share .list .item .name {
    margin-top: 20px;
    line-height: 30px;
    font-size: 22px;
    color: #666;
    text-align: center;
}

#contact .share .list .item:hover .icon .qrcode {
    opacity: 1;
}

#contact .map {
    margin-top: 82px;
}

#contact .map .map-in {
    margin-top: 50px;
    background: #fff;
    border-radius: 28px;
}

#contact .map .addr_left {
    width: 50%;
    padding: 60px 4.6% 60px 3.6%;
}

#contact .map .addr_left .title {
    padding-bottom: 24px;
    border-bottom: 1px solid #ebebeb;
}

#contact .map .addr_left .title .icon {
    margin-bottom: 23px;
}

#contact .map .addr_left .title .txt {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: bold;
}

#contact .map .addr_left .add-list {}

#contact .map .addr_left .add-list .address {
    padding: 33px 0;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

#contact .map .addr_left .add-list .address:first-child {
    padding-top: 0;
}

#contact .map .addr_left .add-list .address::before {
    content: "";
    display: none;
    width: 10px;
    height: 18px;
    background: url(/images/addr_icon.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#contact .map .addr_left .add-list .address .name {
    line-height: 30px;
    font-size: 20px;
    color: #333;
}

#contact .map .addr_left .add-list .address .email,
#contact .map .addr_left .add-list .address .phone {
    line-height: 30px;
    font-size: 18px;
    color: #666;
}

#contact .map .addr_left .add-list .address .addr {
    width: 95%;
    line-height: 32px;
    font-size: 18px;
    color: #666;
}

#contact .map .addr_left .add-list .address.cur .name,
#contact .map .addr_left .add-list .address:hover .name {
    color: var(--theme);
}

#contact .map .addr_left .add-list .address.cur::before {
    display: block;
}

#contact .map .right {
    width: 50%;
}

#contact .map .right .map {
    margin-top: 0;
    width: 100%;
    height: 100%;
}

#contact .map .right .map .BMap_bubble_title,
#contact .map .right .map .BMap_bubble_content {
    font-size: 16px;
}

@media screen and (max-width: 1250px) {
    #contact .contact {
        flex-wrap: wrap;
    }

    #contact .contact .item {
        width: 49%;
        margin-bottom: 50px;
    }

    #contact .contact .item:nth-child(2)::before {
        width: 0;
    }
}

@media screen and (max-width: 750px) {
    #contact {
        padding: 30px 0 0;
    }

    #contact .contact {
        padding: 50px 0;
        flex-wrap: wrap;
    }

    #contact .contact .list {
        flex-direction: column;
    }

    #contact .contact .list .item {
        width: 100%;
    }

    #contact .contact .list .item .name {
        font-size: 24px;
    }

    #contact .map {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    #contact .map .addr_left {
        width: 100%;
        padding: 30px 45px;
    }

    #contact .map .addr_left .title {
        display: flex;
        align-items: center;
    }

    #contact .map .addr_left .title .icon {
        margin-bottom: 0;
        margin-right: 20px;
    }

    #contact .map .addr_left .title .txt {
        font-size: 42px;
    }

    #contact .map .addr_left .add-list .address {
        padding: 30px 0;
    }

    #contact .map .addr_left .add-list .address .name {
        font-size: 36px;
    }

    #contact .map .addr_left .add-list .address .email {
        margin-top: 20px;
        font-size: 24px;
    }

    #contact .map .addr_left .add-list .address .addr {
        font-size: 30px;
        line-height: 1.8;
    }

    #contact .map .addr_left .add-list .address::before {
        zoom: 1.2;
        width: 12px;
        height: 20px;
        background: url(Path000/images/img1.png) no-repeat center;
    }

    #contact .map .addr_left .add-list .address.cur .name {
        font-weight: 600;
        color: #0073e6;
    }

    #contact .map .right {
        width: 100%;
    }

    #contact .map .right .map .BMap_bubble_title,
    #contact .map .right .map .BMap_bubble_content {
        font-size: 26px;
        line-height: 1.8 !important;
    }
}

#contact .cooperate .con {
    margin-top: 50px;
    background: #fff;
    border-radius: 28px;
}

#contact .cooperate .bot {
    height: 100px;
    font-size: 28px;
    color: #333;
}

#contact .cooperate .bot img {
    margin-right: 24px;
}


#contact .message {
    padding: 80px 0 100px 0;
}

#contact .message .title .caption {
    margin: 0 0 30px 0;
}

#contact .message .title .caption {
    font-size: 40px;
    line-height: 1;
    color: #333;
    text-align: center;
}

#contact .message .title .notice {
    font-size: 20px;
    line-height: 1;
    color: #666;
    text-align: center;
}

#contact .message .content {
    margin-top: 56px;
    background-color: #fff;
    padding: 80px 100px 70px 100px;
    border-radius: 30px;
}

#contact .message .content .ul {
    display: flex;
    gap: 34px;
}

#contact .message .content .ul .li {
    width: 31.7%;
    transition: all .3s ease-in;
}

#contact .message .content .ul .li .name {
    font-size: 16px;
    color: #333333;
}

#contact .message .content .ul .li .name .circle {
    width: 4px;
    height: 4px;
    margin-left: 5px;
    border-radius: 50%;
    background-color: var(--subtheme);
}

#contact .message .content .ul .li .input {
    border: 1px solid #e9e9e9;
    height: 50px;
    margin: 10px 0 30px 0;
    transition: all .3s;
    flex: 1;
    padding: 0 15px;
    border-radius: 5px;
}

#contact .message .content .ul .li .input:hover {
    border: 1px solid var(--theme);
}

#contact .message .content .ul .li .input .write {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

#contact .message .content .state .name {
    padding: 0 0 10px 0;
    font-size: 16px;
}

#contact .message .content .state .name .circle {
    width: 4px;
    height: 4px;
    margin-left: 5px;
    border-radius: 50%;
    background-color: var(--subtheme);
}

#contact .message .content .text {
    padding: 15px 15px 0 15px;
    width: 100%;
    height: 200px;
    border: #e9e9e9 solid 1px;
    font-size: 16px;
    margin: 0 0 30px 0;
    border-radius: 5px;
}

#contact .message .content .text:hover {
    border: 1px solid var(--theme);
}

#contact .message .content .btn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    background-color: var(--theme);
    cursor: pointer;
    border-radius: 25px;
}

#contact .message .content .btn input {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#contact .message .content .btn:hover {
    opacity: .75;
}

@media screen and (max-width : 750px) {
    #contact .message {
        padding-top: 115px;
    }

    #contact .message .title .caption {
        font-size: 56px;
    }

    #contact .message .content {
        padding: 80px 45px;
    }

    #contact .message .content .ul .li {
        width: 100%;
        margin: 15px 0px;
    }

    #contact .message .content .ul {
        gap: 0;
        flex-wrap: wrap;
    }

    #contact .message .content .ul .li .input {
        margin: 10px 0 10px 0;
        height: 80px;
    }

    #contact .message .content .ul .li .input .write {
        font-size: 30px;
        width: 100%;
        padding-right: 10px;
    }

    #contact .message .title .notice {
        font-size: 30px;
        line-height: 1.5;
    }

    #contact .message .content .ul .li .name {
        font-size: 30px;
    }

    #contact .message .content .state .name {
        font-size: 30px;
    }

    #contact .message .content .text {
        font-size: 30px;
    }

    #contact .message .content .text {
        font-size: 30px;
    }

    #contact .message .content .btn {
        height: 80px;
        line-height: 80px;
        font-size: 30px;
        width: 200px;
    }
}

/* 联系我们 */



/* 应用方案-列表 */
#case {
    padding: 120px 0 150px;
    background: #f0f1f5;
}

#case #cate-nav {
    height: inherit;
    background: none;
}

#case #cate-nav .item {
    height: 264px;
    background: #fff;
    border-radius: 26px;
    transition-property: unset;
}

#case #cate-nav .item .icon {
    width: 67px;
    height: 67px;
}

#case #cate-nav .item .name {
    margin-top: 45px;
    padding: 0 10px;
    line-height: 32px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

#case #cate-nav .item:hover,
#case #cate-nav .item.cur {
    background: var(--theme);
}

#case #cate-nav .item:hover .icon img,
#case #cate-nav .item.cur .icon img {
    filter: brightness(0) invert(1);
}

#case #cate-nav .item:hover .name,
#case #cate-nav .item.cur .name {
    color: #fff;
}

#case #cate-nav .btn-list {
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

#case #cate-nav .btn-list .btn-item {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    pointer-events: visible;
    box-shadow: 20px 20px 50px rgba(162, 191, 232, .2);
}

#case #cate-nav .btn-list .btn-item svg {
    width: 20px;
}

#case #cate-nav .btn-list .btn-item.prev {
    transform: translateX(60px);
}

#case #cate-nav .btn-list .btn-item.next {
    transform: translateX(-60px) rotate(180deg);
}

#case #cate-nav .btn-list .btn-item:hover {
    background: var(--theme);
}

#case #cate-nav .btn-list .btn-item:hover svg path {
    fill: #fff;
}

#case .cate-tit {
    margin: 110px 0 70px;
}

#case .cate-tit .tit {
    line-height: 60px;
    font-size: 48px;
    color: #333;
}

#case .cate-tit .brief {
    margin-top: 25px;
    line-height: 30px;
    font-size: 20px;
    color: #666;
}

#case .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-top: 40px;
    border-radius: 30px;
}

#case .list .img {
    width: 50%;
}

#case .list .word {
    padding: 0 6%;
    width: 50%;
}

#case .list .word .title {
    line-height: 46px;
    font-weight: 600;
    font-size: 36px;
}

#case .list .word .brief {
    line-height: 30px;
    margin-top: 15px;
    font-size: 18px;
}

#case .list .word .btn {
    width: 180px;
    height: 55px;
    border: 2px solid #e3e5e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #a1aab2;
    margin-top: 70px;
    border-radius: 30px;
}

#case .list .word .btn {
    width: 180px;
    height: 55px;
    border: 2px solid #e3e5e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #a1aab2;
    margin-top: 70px;
    border-radius: 30px;
}

#case .list:first-child {
    margin-top: 0;
}

#case .list:nth-child(even) {
    flex-direction: row-reverse;
}

#case .list:hover {
    box-shadow: 0px 20px 50px 0px rgba(116, 156, 212, 0.3);
}

#case .list:hover .word .title {
    color: var(--theme);
}

#case .list:hover .word .btn {
    background: var(--subtheme);
    border-color: var(--subtheme);
    color: #fff;
}

@media screen and (max-width:1024px) {
    #case .list {
        flex-direction: column-reverse;
    }

    #case .list .word,
    #case .list .img {
        width: 100%;
        padding: 30px 0;
    }

    #case .list .img .max {
        position: relative;
    }
}

@media screen and (max-width:750px) {
    #case .cate-tit .brief {
        font-size: 24px;
    }

    #case .list {
        padding: 0 30px;
    }

    #case .list .word .title {
        font-size: 36px;
        line-height: 1.5;
    }

    #case .list .word .brief {
        font-size: 30px;
        line-height: 1.5;
    }

    #case .list .word .btn {
        font-size: 26px;
    }

    #case .list:nth-child(even) {
        flex-direction: column-reverse;
    }

    #case .list .word .btn {
        width: 250px;
        height: 80px;
        font-size: 24px;
        border-radius: 40px;
    }
}

/* 应用方案-详情 */
#case-detail {
    padding-bottom: 85px;
}

#case-detail #location {
    background: #f0f1f5;
}

#case-detail .top {
    margin-top: 120px;
}

#case-detail .top .box {
    display: flex;
    justify-content: space-between;
}

#case-detail .top .box .text {
    width: 43.5714%;
}

#case-detail .top .box .text .tit {
    font-size: 48px;
    color: #333;
    margin-top: 32px;
}

#case-detail .top .box .text .brief {
    font-size: 18px;
    color: #333;
    font-family: Arial;
    line-height: 36px;
    margin-top: 34px;
}

#case-detail .top .box .text .detail-btn {
    margin-top: 70px;
    width: 200px;
    height: 65px;
    border: 2px solid #dce0e5;
    font-size: 20px;
    color: #333;
    border-radius: 35px;
}

#case-detail .top .box .text .detail-btn img {
    margin-right: 15px;
}

#case-detail .top .box .text .detail-btn:hover {
    border-color: var(--theme);
    background: var(--theme);
    color: #fff;
}

#case-detail .top .box .text .detail-btn:hover img {
    filter: brightness(0) invert(1);
}

#case-detail .top .box .pic {
    width: 50%;
    max-height: 542px;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}

#case-detail .top .box .pic .slide {
    height: unset;
}

#case-detail .top .box .pic .swiper-pagination-bullet {
    background: #fff !important;
    opacity: .5;
}

#case-detail .top .box .pic .swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 1536px) {
    #case-detail .top {
        padding: 150px 0;
    }

    #case-detail .top .box .text {
        width: 50%;
    }

    #case-detail .top .box .text .tit {
        line-height: 1;
        margin-top: 0;
    }
}

@media (max-width: 1366px) {
    #case-detail .top .box .text .tit {
        font-size: 46px;
    }
}

@media (max-width: 1280px) {
    #case-detail .top {
        padding: 100px 0;
    }

    #case-detail .top .box .pic {
        height: 380px;
    }
}

@media (max-width: 750px) {
    #case-detail .top {
        padding: 80px 0;
    }

    #case-detail .top .box {
        flex-wrap: wrap;
    }

    #case-detail .top .box .text {
        width: 100%;
    }

    #case-detail .top .box .text .tit {
        font-size: 42px;
        line-height: 1.5;
    }

    #case-detail .top .box .text .brief {
        font-size: 32px;
        line-height: 1.5;
    }

    #case-detail .top .box .pic {
        width: 100%;
        margin-top: 50px;
    }
}

#case-detail .mid {
    margin-top: 100px;
}

#case-detail .mid .row {
    padding: 20px 0;
    line-height: 30px;
    border-bottom: 1px solid #e6e6e6;
}

#case-detail .mid .row:first-child {
    border-top: 1px solid #e6e6e6;
}

#case-detail .mid .row .tit {
    width: 215px;
    font-size: 18px;
    color: #666;
}

#case-detail .mid .row .con {
    width: calc(100% - 215px);
    font-size: 18px;
    color: #333;
}

@media (max-width: 1366px) {
    #case-detail .mid {
        padding: 120px 0;
    }
}

@media (max-width: 750px) {
    #case-detail .mid {
        padding: 80px 0;
    }

    #case-detail .mid .box .tit {
        font-size: 32px;
        line-height: 1.5;
    }

    #case-detail .mid .box .brief {
        font-size: 26px;
        line-height: 1.5;
    }
}

#case-detail .bot {
    padding: 100px 0 0;
}

#case-detail .bot .title {
    line-height: 65px;
    font-size: 48px;
    color: #333;
}

#case-detail .bot .list .container {
    margin-top: 45px;
    padding: 100px 0;
    background: #f5f7fa;
    border-radius: 26px;
}

#case-detail .bot .list .slide .img {
    width: 50%;
}

#case-detail .bot .list .slide .con {
    width: 50%;
}

#case-detail .bot .list .slide .con .name {
    line-height: 45px;
    font-size: 36px;
    color: var(--theme);
}

#case-detail .bot .list .slide .con .brief {
    margin-top: 25px;
    line-height: 35px;
    font-size: 18px;
    color: #333;
}

#case-detail .bot .list .slide .con .btn {
    margin-top: 70px;
    width: 200px;
    height: 65px;
    border: 2px solid #dce0e5;
    font-size: 20px;
    color: #333;
    border-radius: 35px;
}

#case-detail .bot .list .slide:hover .con .btn {
    border-color: var(--theme);
    background: var(--theme);
    color: #fff;
}


@media (max-width: 1536px) {
    #case-detail .bot .box {
        padding: 60px 0;
    }

    #case-detail .bot .box .pic {
        margin-bottom: 50px;
    }
}

@media (max-width: 1366px) {
    #case-detail .bot .box .pic {
        margin-bottom: 15px;
    }
}

@media (max-width: 750px) {
    #case-detail .top {
        margin-top: 50px;
        padding: 0 0 80px;
    }

    #case-detail .mid .row .tit,
    #case-detail .mid .row .con {
        font-size: 24px;
    }

    #case-detail .bot .box .tit {
        font-size: 32px;
        line-height: 1.5;
    }

    #case-detail .bot .list .slide {
        justify-content: space-between;
    }

    #case-detail .bot .list .slide .img {
        width: 49%;
    }

    #case-detail .bot .list .slide .con {
        padding-right: 2%;
        width: 49%;
    }

    #case-detail .bot .list .slide .con .brief {
        font-size: 24px;
    }
}

/* 新闻资讯-列表 */
#blog {
    padding: 0 0 90px;
    background-color: #f7fbfe;
}

#blog .top {
    margin-top: 120px;
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
}

#blog .top .left {
    width: calc(100% - 66.786%);
    padding: 4.688% 3.75% 4.688% 4.688%;
}

#blog .top .left .time {
    font-size: 20px;
    color: var(--theme);
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 43px;
}

#blog .top .left .name {
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    color: #1a1a1a;
}

#blog .top .left .brief {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin: 24px 0 74px;
}

#blog .top .left .more {
    width: 180px;
    height: 55px;
    border: 2px solid #e3e5e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #a1aab2;
    margin-top: 70px;
    border-radius: 30px;
}

#blog .top:hover .left .more {
    background: var(--subtheme);
    border-color: var(--subtheme);
    color: #fff;
}

#blog .top .right {
    width: 66.786%;
}

#blog .list .li {
    width: calc((100% - 60px) / 3);
    margin: 30px 30px 0 0;
    background-color: #fff;
    border-radius: 30px;
}

#blog .list .li:nth-child(3n) {
    margin-right: 0;
}

/*#blog .list .li .img{padding-top:56.335%;}*/
#blog .list .li .cont {
    padding: 30px 7.795% 45px;
}

#blog .list .li .cont .time {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: var(--theme);
}

#blog .list .li .cont .name {
    font-size: 20px;
    color: #1a1a1a;
    line-height: 38px;
    margin-top: 10px;
}

@media (max-width:1440px) {
    #blog .top .left {
        padding: 3%;
    }
}

@media (max-width:1280px) {
    #blog .top .left .time {
        margin-bottom: 30px;
    }

    #blog .top .left .brief {
        margin-bottom: 50px;
    }
}

@media (max-width:1024px) {
    #blog {
        padding: 80px 0;
    }

    #blog .top .left .time {
        margin-bottom: 10px;
    }

    #blog .top .left .brief {
        margin: 10px 0 20px;
    }
}

@media (max-width:750px) {
    #blog .top {
        flex-direction: column;
    }

    #blog .top .left {
        width: 100%;
        padding: 50px 30px;
    }

    #blog .top .left .time {
        font-size: 36px;
        line-height: 1.6;
    }

    #blog .top .left .name {
        font-size: 42px;
        line-height: 1.6;
    }

    #blog .top .left .brief {
        font-size: 30px;
        line-height: 1.6;
    }

    #blog .top .left .more {
        width: 250px;
        height: 80px;
        border-radius: 40px;
        font-size: 24px;
    }

    #blog .top .left .more .txt {
        font-size: 30px;
        line-height: 1.6;
        margin-right: 20px;
    }

    #blog .top .left .more .icon {
        margin-top: 5px;
    }

    #blog .top .left .more .svg {
        transform: scale(2);
    }

    #blog .top .right {
        width: 100%;
        border-radius: 50px;
        overflow: hidden;
    }

    #blog .list .li {
        width: 100%;
        margin: 50px 0 0;
    }

    #blog .list .li img {
        width: 100%;
    }

    #blog .list .li .cont .time,
    #blog .list .li .cont .name {
        font-size: 36px;
        line-height: 1.6;
    }
}

/* 新闻资讯-详情 */
#blog-detail {
    background: #f5f7fa;
}

#blog-detail .cw1000 {
    padding: 105px 0 135px;
}

#blog-detail .title {
    font-size: 42px;
    text-align: center;
    font-weight: 700;
}

#blog-detail .info .item {
    margin-left: 65px;
    font-size: 18px;
    font-weight: 500;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

#blog-detail .info .item:first-child {
    margin-left: 0;
}

#blog-detail .info .item .icon {
    margin-right: 8px;
}

#blog-detail .info .item .icon .svg {
    fill: #ccc;
}

#blog-detail .content {
    margin-top: 58px;
    font-size: 18px;
    line-height: 35px;
}

#blog-detail .btn_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

#blog-detail .btn_box .btn {
    margin-right: 3.14%;
    cursor: pointer
}

#blog-detail .btn_box .btn .svg {
    fill: #ccc;
}

#blog-detail .btn_box .btn:last-child {
    margin-right: 0;
}

#blog-detail .btn_box .wechat:hover path {
    fill: #22ac38;
}

#blog-detail .btn_box .sina:hover path {
    fill: #e60012;
}

#blog-detail .btn_box .douyin:hover path {
    fill: #000;
}

#blog-detail .btn_box .facebook:hover path {
    fill: #3b579b;
}

#blog-detail .btn_box .linkedin:hover path {
    fill: #37b4ee;
}

#blog-detail .page {
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
}

#blog-detail .page .pn {
    width: 48%;
    padding: 35px 50px 30px 39px;
    background: #fff;
    border-radius: 26px;
}

#blog-detail .page .pn .text {
    font-size: 16px;
    color: #666;
}

#blog-detail .page .pn .name {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 10px;
    height: 60px;
}

#blog-detail .page .pn .time_box {
    font-size: 16px;
    font-weight: 500;
    color: #999;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

#blog-detail .page .pn .time_box .icon {
    margin-right: 8px;
}

#blog-detail .page .pn .time_box .icon .svg {
    fill: #cccc;
}

#blog-detail .page .pn:hover {
    background: #0073e6;
}

#blog-detail .page .pn:hover .text {
    color: #fff;
}

#blog-detail .page .pn:hover .name {
    color: #fff;
}

#blog-detail .page .pn:hover .time_box {
    color: #fff;
}

#blog-detail .page .pn:hover .time_box .icon .svg path {
    fill: #fff;
}

@media screen and (max-width:750px) {
    #blog-detail .page {
        flex-direction: column;
    }

    #blog-detail .page .pn {
        margin-top: 30px;
        width: 100%;
    }

    #blog-detail .page .pn:first-child {
        margin-top: 0;
    }

    #blog-detail .time {
        font-size: 26px;
    }

    #blog-detail .page .pn .time_box .icon,
    #blog-detail .time .icon {
        transform: scale(1.5);
        margin-right: 16px;
    }

    #blog-detail .info .item {
        font-size: 24px;
    }

    #blog-detail .info .item .icon .svg {
        width: auto;
        height: 24px;
    }

    #blog-detail .info .item:first-child .icon .svg {
        height: 18px;
    }

    #blog-detail .content * {
        font-size: 30px !important;
        line-height: 1.8 !important;
    }

    #blog-detail .btn_box .btn {
        transform: scale(1.5);
    }

    #blog-detail .btn_box .btn {
        margin-right: 15.14%;
    }

    #blog-detail .page .pn .text {
        font-size: 26px;
    }

    #blog-detail .page .pn .name {
        font-size: 36px;
        line-height: 1.8;
        height: auto;
    }

    #blog-detail .page .pn .time_box {
        font-size: 26px;
    }
}

/* 智能工厂 */
#factory {
    padding: 125px 0 125px 0;
    overflow: hidden;
}

#factory .list .li {
    width: 100%;
}

#factory .list .li .left {
    width: 50%;
}

#factory .list .li .left .info {
    width: 75%;
}

#factory .list .li .left .info .icon {
    width: 78px;
    height: 78px;
}

#factory .list .li .left .info .tit {
    margin: 46px 0 30px;
    width: 100%;
    font-size: 42px;
    color: var(--theme);
    font-weight: 500;
}

#factory .list .li .left .info .brief {
    margin-top: 26px;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    max-width: 514px;
    overflow: hidden;
    /*text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;*/
}

#factory .list .li .left .info .btn {
    margin-top: 50px;
    display: inline-block;
    width: 150px;
    height: 50px;
    border: 1px solid #121212;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}

#factory .list .li .right {
    width: 50%;
}

#factory .list .li .right .img {
    width: 50vw;
    max-width: 960px;
    max-height: 720px;
    border-radius: 42px 0 0 42px;
    overflow: hidden;
}

#factory .list .li:nth-child(2n) {
    flex-direction: row-reverse;
}

#factory .list .li:nth-child(2n) .left {
    padding-right: 0;
    justify-content: flex-end;
}

#factory .list .li:nth-child(2n) .right .img {
    float: right;
    border-radius: 0 42px 42px 0;
}

#factory .list .li:hover .left .info .tit {
    color: #0073e6;
}

#factory .list .li:hover .left .info .btn {
    background: var(--hoverColor);
    color: #fff;
    border: 1px solid #0073e6;
}

@media screen and (max-width:1200px) {
    #factory .list .li .left {
        padding-left: 4.4%;
    }

    #factory .list .li:nth-child(2n) .left {
        padding-left: 4.4%;
        padding-right: 4.4%;
    }
}

@media screen and (max-width:1024px) {
    #factory .list .li .left .info {
        width: 90.5%;
    }

    #factory .list .li .left .info .tit {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:750px) {
    #factory {
        padding: 30px 0 30px 0;
    }

    #factory .list .li {
        padding: 0 0 30px 0;
    }

    #factory .list .li .left .info .icon {
        display: inline-block;
    }

    #factory .list .li .left .info .tit {
        /* margin-left: 20px; */
        display: inline-block;
        font-size: 22px;
        margin-bottom: 15px;
        margin-top:15px;
    }

    #factory .list .li .left .info .btn {
        margin-top: 23px;
        width: 200px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-size: 30px;
    }

    #factory .list .li {
        flex-direction: column-reverse;
    }

    #factory .list .li:nth-child(2n) {
        flex-direction: column-reverse;
    }

    #factory .list .li .left {
        width: 100%;
        padding: 0;
    }

    #factory .list .li:nth-child(2n) .left {
        padding: 0;
        width: 100%;
    }

    #factory .list .li .left .info {
        width: 100%;
        margin: 20px 0;
    }

    #factory .list .li .left .info .brief {
        font-size: 16px;
        line-height: 1.8;
        max-width: 100%;
        text-align: justify;
        margin-top:0;
    }

    #factory .list .li .right {
        width: 100%;
    }

    #factory .list .li .right .img {
        width: 100%;
    }

    #factory .list .li .left .info .icon {
        width: 44px;
        height: 44px;
    }
}


/*全站搜索*/
/* #search{width:100%; padding-bottom:40px;padding-top: 173px;} */
#search {
    padding: 210px 0 230px;
    background: #f5f7fa;
    width: 100%;
}

#search .form {
    margin-bottom: 45px;
    margin-top: 30px;
}

#search .form .text {
    width: 340px;
    padding-left: 15px;
    height: 49px;
    line-height: 49px;
    border: 1px solid var(--theme);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
    font-size: 16px;
}

#search .form .submit {
    height: 49px;
    width: 59px;
    border: 1px solid var(--theme);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: url(/images/header/phone_sousuo.png) no-repeat center center var(--theme);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background-size: 22px;
}

#search .list {
    width: 100%;
    margin-bottom: 50px;
}

#search .list .info .cate {
    padding-left: 15px;
}

#search .list .new .cate {}

#search .list .know .cate {}

#search .list .info li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

#search .list .info li:first-child {
    border-top: 1px solid #ddd;
}

#search .list .info .title {
    margin-right: 16px;
    line-height: 22px;
    color: var(--theme);
    font-size: 16px;
    font-weight: 700;
}

#search .list .info .day,
#search .list .info .cate {
    color: #888;
    font-size: 16px;
    margin-right: 20px;
}

#search .list .info .day {
    margin: 0;
}

#search .list .info .desc {
    /*height:60px;*/
    overflow: hidden;
    margin-top: 1.375%;
    color: #888;
    font-size: 14px;
    line-height: 32px;
}

#search .txt {
    font-size: 16px;
    margin: 45px 0;
}

@media (max-width: 750px) {
    #search .form .text {
        width: 400px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }

    #search .form .submit {
        width: 60px;
        height: 60px;
        font-size: 26px;
        background-size: 26px;
    }

    #search .list .info li {
        padding: 35px 0;
    }

    #search .list .info .title {
        font-size: 36px;
        line-height: 1.6;
    }

    #search .list .info .day,
    #search .list .info .cate {
        font-size: 28px;
        line-height: 1.6;
    }

    #search .list .info .desc {
        font-size: 30px;
        line-height: 1.6;
        /*height: 144px;*/
    }

    #search .txt {
        font-size: 30px;
    }
}

/*全站搜索*/