    @charset "UTF-8";

    @media screen and (min-width:1200px) {
        .page-banner {
            height: 500px;
            background: url(../images/page_banner.jpg) center center no-repeat;
        }

        .page-banner .container {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            padding-left: 15px;
        }

        .page-banner .container h2 {
            color: #fff;
            font-size: 36px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .page-banner .container p {
            font-size: 26px;
            margin-top: 10px;
            color: #fff;
            display: none;
        }

        .page-cate .container {
            display: flex;
            justify-content: space-between;
        }

        .page-cate {
            border-bottom: 1px solid #eee;
        }

        .page-cate .container .list {
            display: flex;
        }

        .page-cate .container .list .item {
            position: relative;
        }

        .page-cate .container .list .item a {
            display: block;
            font-size: 15px;
            line-height: 62px;
            padding: 0 1.25vw;
            color: #121212;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -ms-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
        }

        .page-cate .container .list .item.active a {
            color: #fff;
            background: #ea5400;
        }

        .page-cate .container .list .item:hover::after,
        .page-cate .container .list .item.active::after,
        .page-cate .container .list .item:last-child::after {
            display: none;
        }

        .page-cate .container .list .item:hover a {
            color: #fff;
            background: #ea5400;
        }

        .page-cate .container .list .item::after {
            /* content: ""; */
            position: absolute;
            width: 1px;
            height: 15px;
            bottom: 0;
            top: 0;
            right: 0;
            margin: auto;
            background-color: #ccc;
        }

        .page-cate .here {
            line-height: 62px;
            color: #666;
        }

        .page-cate .here .fa-home {
            color: #ea5400;
        }

        .page-cate .here .fa-angle-right {
            font-weight: 100;
        }

        .page-cate .here a {
            margin: 0 6px;
            color: #666;
        }

        .page-title {
            margin-bottom: 60px;
        }

        .page-title h5 {
            font-weight: bold;
            font-size: 34px;
            color: #121212;
            text-align: center;
        }

        .page-title .line {
            width: 50px;
            height: 3px;
            background: #ea5400;
            display: block;
            margin: 20px auto 30px;
        }

        .page-about .company .video {
            margin: auto;
            margin-bottom: 50px;
            text-align: center;
        }

        .page-about .company .content {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            max-width: 1200px;
            margin: auto;
        }

        .page-about .company .content .pic {
            width: 48%;
            border-radius: 8px;
            overflow: hidden;
        }

        .page-about .company .content .pic img {

            height: 100%;
            object-fit: cover;
        }

        .page-about .company .content .text {
            /* width: 48%; */

        }

        .page-about .company .content .text h3 {
            color: #000;
            font-size: 36px;
            font-weight: bold;
        }

        .page-about .company .content .text h6 {
            font-size: 46px;
            color: #ea5400;
            text-transform: uppercase;
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .page-about .company .content .text .line {
            width: 50px;
            height: 3px;
            background: #ea5400;
            display: block;
            margin: 20px 0 30px;
        }

        .page-about .company .content .text p {
            color: #666;
            line-height: 44px;
            margin-bottom: 25px;
            font-size: 22px;
            text-align: center;
        }

        .page-about .album {
            padding: 80px 0;
            display: none;
        }

        .page-about .album .list {
            display: flex;
            justify-content: space-between;
        }

        .page-about .album .list .item {
            width: 24%;
        }

        .page-about .date {
            height: 314px;
            background: url(../images/about_bg-h.jpg) no-repeat center top;
            display: none;
        }

        .page-about .date .layout_box .module_ul {
            display: flex;
            justify-content: space-around;
            width: 100%;
            padding-top: 120px;
        }

        .page-about .date .layout_box .module_ul li .number {
            color: #fff;
        }

        .page-about .date .layout_box .module_ul li .number span {
            font-size: 48px;
        }

        .page-about .date .layout_box .module_ul li .title_p {
            text-align: center;
            color: #fff;
        }

        .page-about .culture .list {
            display: flex;
            flex-wrap: wrap;

        }

        .page-about .culture .list .item {
            width: 50%;
            height: 480px;
            padding: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;

        }

        .page-about .culture .list .item:hover .cont {
            background: #ea5400;
        }

        .page-about .culture .list .item .cont {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
            width: 100%;
            padding: 30px;
            text-align: center;
            background: none;
            transition: all ease .3s;
        }

        .page-about .culture .list .item .cont .top,
        .page-about .culture .list .item .cont .bottom {
            height: 33%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .page-about .culture .list .item .cont .center {
            height: 34%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .page-about .culture .list .item .cont .center .text {
            font-size: 22px;
            display: none;
        }

        .page-about .culture .list .item:hover .cont .center .text {
            display: block;
        }

        .page-about .culture .list .item:hover .cont .center .icon {
            display: none;
        }

        .page-about .advantage {
            background: #f8f9ff;
            padding: 80px 0;
            margin-top: 80px;
        }

        .page-about .culture .list .item .bottom span {
            display: block;
            width: 25px;
            height: 1px;
            background: #fff;
        }

        .page-about .culture .list .item .bottom h6 {
            font-size: 16px;
            padding: 0 20px;
        }

        .page-about .advantage .main {
            display: flex;
            justify-content: space-between;
        }

        .page-about .advantage .main .item {
            width: 32.2%;
            text-align: center;
            background: #fff;
            padding: 3vw;
            box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.15);
            border-radius: 10px;
            transition: all 0.5s;
        }

        .page-about .advantage .main .item:hover {
            transform: translateY(-20px);
        }

        .page-about .advantage .main .item .icon {
            transition: all 0.5s;
            width: 110px;
            height: 110px;
            border-radius: 50%;
            background: linear-gradient(180deg, #f48b04 0%, #ea5400 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
        }

        .page-about .advantage .main .item:hover .icon {
            transform: rotateY(180deg);
        }

        .page-about .advantage .main .item .text h5 {
            color: #121212;
            font-size: 24px;
            margin-bottom: 15px;
            margin-top: 2vw;
            font-weight: bold;
        }

        .page-about .advantage .main .item .text p {
            font-size: 16px;
            color: #888;
            line-height: 26px;
        }

        .page-about .vision {
            display: none;
            /* background: url(../images/about_bg-h.jpg) 0 0 no-repeat; */
            padding: 80px 0;
        }

        .page-about .vision .page-title h5 {
            color: #fff;
            font-weight: 500;
        }

        .page-about .vision .page-title .line {
            background: #fff;
        }

        .page-about .vision .cont {
            max-width: 1075px;
            margin: auto;
            text-align: center;
        }

        .page-about .vision .cont p {
            font-size: 20px;
            color: #fff;
            line-height: 38px;
        }

        .page-about .course .list {
            position: relative;
        }

        .page-about .course .list::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            z-index: 1;
            margin: auto;
            width: 5px;
            height: 100%;
            background-color: #e0e4e7;
        }
        .page-about .course .list::before{
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            z-index: 2;
            margin: auto;
            width: 5px;
            height: 0;
            background-color: #ea5400;
        }
        .page-about .course .list .item{
            height: 90px;
            margin-bottom: 80px;
            cursor: pointer;
        }
        
        .page-about .course .list .item .default {
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: right;
        }
        .page-about .course .list .item .default .num{
    font-size: 30px;
    color: #9e9e9e;
    margin: 0 22px;
}
        .page-about .course .list .item .default .line {
            width: 125px;
            height: 1px;
            background-color: #e4e4e4;
            border-bottom: 1px dashed #ccc;
        }

        .page-about .course .list .item .default .point {
            position: absolute;
            right: 0;
            left: 0;
            margin: auto;
            z-index: 9;
            width: 42px;
            height: 42px;
            background-color: #fff;
            padding: 5px;
            border: 1px dashed #e9e9e9;
            border-radius: 20px;
        }

        .page-about .course .list .item .default .point .circle {
            width: 30px;
            height: 30px;
            border: 1px dashed #e9e9e9;
            border-radius: 20px;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .page-about .course .list .item .default .point .circle::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #9e9e9e;
            width: 18px;
            height: 18px;
            border-radius: 20px;
        }
        .page-about .course .list .item:nth-child(2n) .default{
            margin-left: 50%;
            justify-content: left;
            flex-direction: row-reverse;
        }
        .page-about .course .list .item .on{
            background: #ea5400;
            height: 90px;
            position: relative;
            z-index: 10;
            display: none;
            justify-content: center;
            align-items: center;
            color: #fff;
            border-radius: 50px;
        }
        .page-about .course .list .item.selected .on{
            display: flex;
            padding: 0 60px;
        }
        .page-about .course .list .item.selected .default{
            display: none;
        }
        .page-about .course .list .item:nth-child(2n) .on{
            flex-direction: row-reverse;
        }
        .page-about .course .list .item .on .text{
            font-size: 15px;
        }
        .page-about .course .list .item .on .num{
            font-size: 30px;
            margin: 10px;
        }
        .page-about .course {
            padding: 80px 0;
            background: url(../images/course_bg.png) bottom no-repeat;

        }

        .page-about .course .main {
            padding-top: 60px;
        }

        .page-about .course .main .years {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .page-about .course .main .years .years-prev,
        .page-about .course .main .years .years-next {
            width: 40px;
            height: 40px;
            background: #ea5400;
            border-radius: 100%;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            font-weight: 100;
            cursor: pointer;
        }

        .page-about .course .main .years .list {
            width: calc(100% - 150px);
            overflow: hidden;
            text-align: center;
            position: relative;
            padding-bottom: 8px;
            top: -55px;
        }

        .page-about .course .main .years .list .swiper-wrapper {
            z-index: 5;
        }

        .page-about .course .main .years .list::before {
            content: '';
            position: absolute;
            bottom: 8px;
            left: 0;
            height: 1px;
            background: #eee;
            width: 100%;
            z-index: 3;
        }

        .page-about .course .main .years .list .year-slide {
            font-size: 40px;
            position: relative;
            padding-bottom: 30px;
            font-weight: bold;
            color: #999;
            cursor: pointer;
        }

        .page-about .course .main .years .list .year-slide.swiper-slide-active {
            color: #121212;
        }

        .page-about .course .main .years .list .year-slide::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            right: 0;
            margin: auto;
            background: #ea5400;
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }

        .page-about .course .main .years .list .year-slide.swiper-slide-active::before {
            content: '';
            position: absolute;
            bottom: -7px;
            left: 0;
            right: 0;
            margin: auto;
            background: #ea5400;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            opacity: 0.4;
        }

        .page-about .course .main .content {
            overflow: hidden;
        }

        .page-about .course .main .content .swiper-slide {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 4vw;
            border-bottom: 1px solid #ebebeb;
        }

        .page-about .course .main .content .swiper-slide .text {
            width: 68%;
            max-width: 800px;
        }

        .page-about .course .main .content .swiper-slide .text h5 {
            font-size: 25px;
            font-weight: bold;
            color: #ea5400;
            margin-bottom: 20px;
        }

        .page-about .course .main .content .swiper-slide .text p {
            color: #666;
            font-size: 17px;
            line-height: 30px;
        }

        .page-about .course .main .content .swiper-slide .pic {
            width: 28%;
            border-radius: 8px;
            overflow: hidden;
        }

        .page-about .honor {
            padding: 80px 0 0;
        }

        .page-about .honor .cate {
            display: flex;
            justify-content: center;
            margin-bottom: 50px;

        }

        .page-about .honor .cate .item {
            text-align: center;
            font-size: 18px;
            cursor: pointer;
            position: relative;
            width: 250px;
            line-height: 60px;
            font-weight: bold;
            margin: 0 10px;
            background: rgba(245, 245, 247, 1);
            border-radius: 10px;
        }

        .page-about .honor .cate .item.active {
            background: #ea5400;
            color: #fff;
        }

        .page-about .honor .page-title {
            margin-bottom: 30px;
        }

        .page-about .honor .list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .page-about .honor .list .item {
            width: 13%;
            margin: 5px;
        }
        .page-about .honor .list .item .pic{
            overflow: hidden;
        }
        .page-about .honor .list .item .pic img{
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }
        .page-about .honor .list .item:hover .pic img{
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

        .page-about .honor .list .item .text h5 {
            display: none;
            margin-top: 14px;
            font-size: 15px;
            line-height: 24px;
            color: #555555;
            text-align: center;
        }

        .page-product .list {
            display: flex;
            flex-wrap: wrap;
        }

        .page-product .list .item {
            width: 23.5%;
            margin-right: 2%;
            margin-bottom: 35px;

        }

        .page-product .list .item:nth-child(4n) {
            margin-right: 0;
        }

        .page-product .list .item .pic {
            overflow: hidden;
        }

        .page-product .list .item .pic img {
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

        .page-product .list .item:hover .pic img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

        .page-product .list .item .text {
            text-align: center;
            width: 90%;
            margin: auto;
        }

        .page-product .list .item .text h4 {
            color: #121212;
            font-size: 18px;
            line-height: 32px;
            margin-top: 20px;
        }

        .page-product .list .item .text p {
            line-height: 22px;
        }

        .page-product .list .item:hover .text h4 {
            color: #ea5400;
        }

        .page-product-content .container {
            max-width: 1400px;
        }

        .page-product-content .main .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            background: #fff;

        }

        .page-product-content .main .container .pic {
            width: 46%;
            overflow: hidden;
            position: relative;
            text-align: center;
        }

        .page-product-content .main .container .pic .thumb {
            margin-top: 20px;
            height: auto;
        }

        .page-product-content .main .container .pic .thumb .item {
            border: 1px solid #e0e0e0;
        }

        .page-product-content .main .container .pic .thumb .item.swiper-slide-thumb-active {
            border: 1px solid #999;
        }

        .page-product-content .main .container .pic img {
            max-width: 100%;
        }

        .page-product-content .main .container .pic .product-pagination {
            position: absolute;
            z-index: 99;
            bottom: 15px;
            text-align: center
        }

        .page-product-content .main .container .text {
            width: 47%;
            padding-right: 1%;
        }

        .page-product-content .main .container .text h3 {
            font-size: 30px;
            color: #000;
            font-weight: bold;
            margin-bottom: 15px;
            padding-top: 10px;
        }

        .page-product-content .main .container .text .data {

            margin-bottom: 25px;
            border-bottom: 1px #eee solid;
            padding-bottom: 20px;
        }

        .page-product-content .main .container .text .data h4 {
            font-size: 16px;
            color: rgb(51, 51, 51);
            margin-bottom: 20px;
            font-weight: bold;
        }

        .page-product-content .main .container .text .data p {
            color: #666;
            margin-bottom: 15px;
            line-height: 25px;

            position: relative;
            padding-left: 15px;
        }

        .page-product-content .main .container .text .data p::after {
            content: '';
            position: absolute;
            left: 0;
            top: 9px;
            width: 5px;
            height: 5px;
            border-radius: 50px;
            background: #666;
        }

        .page-product-content .main .container .text .desc {
            color: #888;
            line-height: 26px;
            font-size: 15px;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 1px #eee solid;

        }

        .page-product-content .main .container .text .buy-button a {
            display: block;
            background-color: #000;
            color: #fff;
            width: 160px;
            height: 46px;
            line-height: 46px;
            text-align: center;
            font-size: 15px;
            border-radius: 50px;
            margin-right: 20px;
        }
        .page-product-content .main .container .text .buy-button a.back {
            background-color: #f6f6f6;
            color: #555;


        }

        .page-product-content .main .container .text .buy-button {
            display: flex;
            align-items: center;
        }

        .page-product-content .main .container .text .buy-button .tel {
            background: url(../images/content-tel.png) 10px center no-repeat;
            padding-left: 56px;
            margin-top: 5px;
            margin-left: 56px;
        }

        .page-product-content .main .container .text .buy-button .tel h6 {
            font-size: 26px;
            color: #ea5400;
        }

        .page-product-content .content .container {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .page-product-content .content .left {
            width: 100%;
            background-color: #fff;
            margin-bottom: 20px;
            /* box-shadow: 1px 3px 16px rgba(0, 0, 0, .1); */
            margin-top: 40px;
            border-radius: 18px;
        }

        .page-product-content .content .left .cont-top {
            height: 56px;
            border-bottom: 1px solid #e0e0e0;
            line-height: 56px;
            font-size: 24px;
            color: #000;
            margin-bottom: 45px;
            position: relative;
        }

        .page-product-content .content .left .cont-top::after {
            content: '';
            position: absolute;
            width: 128px;
            height: 2px;
            background: #000;
            bottom: 0;
            left: 0;
        }

        .page-product-content .content .left .specifications {
            display: flex;
            flex-wrap: wrap;
        }

        .page-product-content .content .left .specifications p {
            font-size: 15px;
            line-height: 26px;
            color: #444;
            margin-bottom: 20px;
            width: 31%;
            border-bottom: 1px solid #e0e0e0;
            margin-right: 3.5%;
            padding-bottom: 18px;
            padding-right: 15px;
        }

        .page-product-content .content .left .specifications p:nth-child(3n) {
            margin-right: 0;
        }

        .page-product-content .content .left .text {
            padding: 20px;
        }

        .page-product-content .content .left .text p {
            font-size: 15px;
            line-height: 26px;
            color: #666;
            margin-bottom: 10px;
        }

        .page-product-content .content .left .text p span {
            font-size: 15px;
            line-height: 28px;
        }

        .page-product-content .content .left .text p strong,
        .page-product-content .content .left .text p b {
            font-weight: bold;
            font-size: 15px;
            line-height: 28px;
        }

        .page-product-content .content .left .text p strong span {
            font-weight: bold;
        }

        .page-product-content .content .left .text h5 {
            font-weight: bold;
            color: #ea5400;
            font-size: 18px;
            border-bottom: 1px solid #eee;
            padding-bottom: 12px;
            margin-bottom: 15px;
            margin-top: 20px;
        }

        .page-product-content .content .left .text h5 span {
            font-weight: bold;
            font-size: 18px;
        }

        .page-product-content .content .left table {
            border-collapse: collapse;
            border-spacing: 0;
        }

        .page-product-content .content .left table th,
        .page-product-content .content .left table td {
            padding: 5px 10px;
            border: 1px solid #ccc !important;
            vertical-align: middle;
            line-height: 30px;
            font-weight: normal;
            background: #fff;
            color: #666;
        }

        .page-product-content .content .right {
            width: 22%;
            margin-top: 40px;
        }

        .page-product-content .content .right .box {
            background: #fff;
            padding: 15px 25px 8px;
            border-radius: 18px;
        }

        .page-product-content .content .right .top-title {
            font-size: 16px;
            color: #333;
            height: 45px;
            text-align: left;
            line-height: 45px;
            margin-bottom: 15px;
        }

        .page-product-content .content .right .item {
            margin-bottom: 15px;
        }

        .page-product-content .content .right .item .pic {
            text-align: center;
        }

        .page-product-content .content .right .item .pic img {
            max-height: 200px;
        }

        .page-product-content .content .right .item p {
            text-align: center;
            color: #666;
            line-height: 36px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .page-business .list .item {
            padding: 60px 1vw;
            border-bottom: 1px solid #e9eced;
        }

        .page-business .list .item:nth-of-type(1) {
            padding-top: 0;
        }

        .page-business .list .item:nth-child(2n) a {
            flex-direction: row-reverse;
        }

        .page-business .list .item:last-child {
            padding-bottom: 0;
            border-bottom: none;
        }

        .page-business .list .item {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .page-business .list .item a {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .page-business .list .item .pic,
        .page-business .list .item .text {
            width: 47%;
        }

        .page-business .list .item .pic {
            border-radius: 30px;
            overflow: hidden;
            height: 440px;
        }

        .page-business .list .item .pic img {
            height: 100%;
            object-fit: cover;
        }

        .page-business .list .item .text h4 {
            font-size: 32px;
            font-weight: bold;
            color: #121212;
            margin-bottom: 30px;
        }

        .page-business .list .item .text>div p {
            font-size: 15px;
            color: #515151;
            margin-bottom: 15px;
            line-height: 26px;
        }

        .page-news .list {
            padding-bottom: 1px;
        }

        .page-news .list .item {
            margin-bottom: 35px;
            padding: 0 15px;
        }

        .page-news .list .item a {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .page-news .list .item a .pic {
            width: 28%;
            overflow: hidden;
            border: 1px solid #eee;
        }

        .page-news .list .item a .pic img {
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

        /* .page-news .list .item:hover a .pic img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        } */

        .page-news .list .item a .text {
            width: 68%;
            border-bottom: 1px solid #e5e5e5;
            padding-right: 1.5vw;
        }

        .page-news .list .item a .text .time {
            position: relative;
            color: #666;
            margin-bottom: 16px;
            margin-top: 8px;
            padding-left: 35px;
            font-family: "hkyt";
            font-weight: bold;
        }

        .page-news .list .item a .text .time::after {
            content: "";
            height: 2px;
            background-color: #ea5400;
            position: absolute;
            bottom: 0;
            left: 0;
            margin: auto;
            top: 0;
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
            width: 24px;
        }

        .page-news .list .item a .text h5 {
            font-size: 24px;
            font-weight: 700;
            color: #121212;
            margin-bottom: 20px;
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

        .page-news .list .item:hover a .text h5 {
            color: #ea5400
        }

        .page-news .list .item a .text p {
            color: #737373;
            line-height: 24px;
            margin-bottom: 20px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .page-news .list .item a .text .more {
            color: #666;
            display: flex;
            align-items: center;
        }

        .page-news .list .item a .text .more i {
            margin-right: 15px;
            font-size: 16px;
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

        .page-news .list .item:hover a .text .more i {
            margin-right: 25px;
        }

        .page-news-cont .news-content {
            background: #fff;
            padding: 0 15px;
        }

        .page-news-cont .news-content .top-title {
            margin-bottom: 30px;
            border-bottom: 1px solid #eee;
            padding-bottom: 20px;
        }

        .page-news-cont .news-content .top-title h2 {
            position: relative;
            font-size: 30px;
            margin-bottom: 28px;
            font-weight: bold;
            padding-left: 20px;
        }

        .page-news-cont .news-content .top-title h2::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #ea5400;
            width: 4px;
            height: 28px;
        }

        .page-news-cont .news-content .top-title .note span {
            color: #8d8d8d;
            margin-right: 16px;
        }

        .page-news-cont .news-content .top-title p {
            font-size: 14px;
            color: #777;
            margin-top: 10px;
        }

        .page-news-cont .news-content .content {
            padding: 10px;
        }

        .page-news-cont .news-content .content p {
            font-size: 14px;
            color: #555;
            margin-bottom: 12px;
            line-height: 24px;
        }

        .page-news-cont .news-content .main-bottom-page {
            text-align: center;
            padding: 35px 0 20px 0;
            display: flex;
            justify-content: space-between;
            border-top: 1px solid #eee;
            margin-top: 35px;
        }

        .page-news-cont .news-content .main-bottom-page div {
            padding: 0 20px;
        }

        .page-news-cont .news-content .main-bottom-page div a {
            color: #666;
        }

        .page-contact .contact-main {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .page-contact .contact-main .map {
            width: 48%;
            border-radius: 8px;
            overflow: hidden;
        }

        .page-contact .contact-main .map img {
            height: 100%;
            object-fit: cover;
        }

        .page-contact .contact-main .cont {
            width: 47%;
        }

        .page-contact .contact-main .cont h3 {
            font-size: 30px;
            color: #333;
            margin: 20px 0;
            font-weight: bold;
        }

        .page-contact .contact-main .cont h6 {
            color: #777;
            line-height: 22px;
            font-size: 15px;
            border-bottom: 1px solid #eee;
            padding-right: 50px;
            padding-bottom: 20px;
        }

        .page-contact .contact-main .cont .text {
            margin-top: 38px;
        }

        .page-contact .contact-main .cont .text p {
            font-size: 16px;
            color: #666;
            margin-bottom: 25px;
        }

        .page-contact .contact-main .cont .text p span {
            color: #ea5400;
            margin-right: 10px;
            font-size: 17px;
        }

        .page-contact .contact-main .cont .erweima {
            display: flex;
            margin-top: 30px;
        }

        .page-contact .contact-main .cont .erweima .box {
            width: 128px;
            text-align: center;
            color: #777;
            margin-right: 15px;
        }

        .page-case {}

        .page-case .list {
            display: flex;
            flex-wrap: wrap;
        }

        .page-case .list .item {
            width: 31.25%;
            margin-right: 3%;
            margin-bottom: 35px;
            box-shadow: 0px 6px 60px 0px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }

        .page-case .list .item:nth-child(3n) {
            margin-right: 0;
        }

        .page-case .list .item .pic {
            overflow: hidden;
            position: relative;
        }

        .page-case .list .item .pic .mask {
            position: absolute;
            width: 100%;
            height: 100%;
            background: #000;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            transition: .4s;
        }

        .page-case .list .item .pic i {
            position: absolute;
            top: 100%;
            left: 0;
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 50px;
            color: #fff;
            transition: .4s;
            z-index: 2;
        }

        .page-case .list .item .pic img {
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

        .page-case .list .item:hover .pic img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

        .page-case .list .item .text {
            padding: 32px 10%;
            margin: 0 auto;
            text-align: center;
            position: relative;
            top: 0;
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;

            overflow: hidden;
        }

        .page-case .list .item:hover .text {
            /* top: -10px; */
            background: #ea5400;
        }

        .page-case .list .item:hover .text h5,
        .page-case .list .item:hover .text p {
            color: #fff;
        }

        .page-case .list .item:hover .pic .mask {
            opacity: 0.5;
        }

        .page-case .list .item:hover .pic i {
            top: 0;
        }

        .page-case .list .item .text h5 {
            font-weight: bold;
            color: #333;
            font-size: 16px;
        }

        .page-case .list .item .text p {
            color: #8d8d8d;
            line-height: 22px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            margin-top: 10px;
            font-size: 13px;
        }


        .page-case-cont .top-title {
            text-align: center;
        }

        .page-case-cont .news-content .top-title h2::after {
            display: none;
        }

        .page-case-cont .content {
            text-align: center;
        }

        .page-case-cont .content video {
            max-width: 1000px;
            object-fit: cover;
        }

        .page-patent .list .item {
            width: 100%;
            background: #fff;
            padding: 3%;
            margin-bottom: 2%;
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
            position: relative;
            top: 0;
            justify-content: space-between;
            display: flex;
            flex-wrap: wrap;
            border-bottom: 1px solid #eee;
        }

        .page-patent .list .item .pic {
            width: 20%;
        }

        .page-patent .list .item .text {
            width: 74%;
        }

        .page-patent .list .item :nth-child(3n) {
            margin-right: 0;
        }

        .page-patent .list .item h4 {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 18px;
            margin-top: 15px;
        }

        .page-patent .list .item .cont {
            padding-top: 10px;
        }

        .page-patent .list .item .cont p {
            color: #666;
            margin-bottom: 8px;
            line-height: 22px;
        }

        .page-laboratory .list {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .page-laboratory .list .item {
            width: 48%;
            text-align: center;
        }

        .page-laboratory .list .item .text {
            margin-top: 38px;
        }

        .page-laboratory .list .item .text h3 {
            font-size: 24px;
            font-weight: bold;
            position: relative;
        }

        .page-laboratory .list .item .text p {
            color: #666;
            line-height: 22px;
            margin: 16px auto 0;
            font-size: 15px;
            width: 90%;
        }

        .page-partner {
            padding: 30px 0 15px;
            /* background: #f8f8f8; */
        }

        .page-partner .top {
            text-align: center;
        }

        .page-partner .top h3 {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 22px;
        }

        .page-partner .top p {
            width: 90%;
            max-width: 1000px;
            margin: auto;
            line-height: 26px;
            color: #666;
            font-size: 16px;
        }

        .page-partner ul.list {
            margin-top: 60px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .page-partner ul.list li {

            position: relative;
            text-align: center;
            width: 13%;
            margin: 0px 1.286% 1.5% 0;
            height: 110px;
            background: #fff;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }
        .page-partner ul.list li p{
    font-size: 16px;
}
        .page-partner ul.list li img {
            max-height: 52px;
        }

        .page-partner ul.list li:hover span {
            top: 0;
        }

        .page-partner ul.list li span {
            font-size: 15px;
            border-radius: 10px;
            color: #fff;
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgb(234 84 0 / 92%);
            display: flex;
            justify-content: center;
            align-items: center;
            top: 100%;
            transition: .4s;
        }

        .page-smart .list {
            padding: 0 20px;
        }

        .page-smart .list .item {
            width: 100%;
            text-align: left;
            margin-bottom: 50px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .page-smart .list .item:nth-child(2n) {
            flex-direction: row-reverse;
        }

        .page-smart .list .item .pic {
            overflow: hidden;
            width: 47%;
        }

        .page-smart .list .item .text {
            margin-top: 30px;
            width: 47.5%;
        }

        .page-smart .list .item .text h3 {
            font-size: 28px;
            font-weight: bold;
            position: relative;
        }

        .page-smart .list .item .text p {
            color: #666;
            line-height: 26px;
            margin: 25px 0;
            font-size: 15px;
            margin-bottom: 30px;
            width: 95%;
        }

        .page-smart .list .item .text .feature {
            display: flex;
            margin-top: 40px;
        }

        .page-smart .list .item .text .feature span {
            background: #ea5400;
            padding: 10px 22px;
            color: #fff;
            border-radius: 6px;
            font-size: 14px;
            margin-right: 16px;
        }

        .page-supplier .list {
            /* display: flex; */
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 60px;
            padding: 0 20px;
            display: none;
        }

        .page-supplier .list .item {
            width: 18.4%;
            margin-right: 2%;
            text-align: center;
            padding: 35px 30px;
            border: 1px solid #eee;
            margin-bottom: 30px;
            border-radius: 30px;
        }

        .page-supplier .list .item:nth-child(5n) {
            margin-right: 0;
        }

        .page-supplier .list .item:last-child {
            margin-right: 0;
        }

        .page-supplier .list .item h5 {
            color: #ea5400;
            font-weight: bold;
            font-size: 16px;
            margin: 8px 0;
            margin-top: 22px;
        }

        .page-supplier .list .item p {
            color: #666;
            line-height: 20px;
        }

        .page-machine .service-overview .overview-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 50px;
        }

        .page-machine .service-overview .overview-content .overview-card {
            width: 48%;
            padding: 50px 60px;
            background-color: #f5f9ff;
            border-radius: 10px;
        }

        .page-machine .service-overview .overview-content .overview-card h3 {
            margin-bottom: 20px;
            font-weight: bold;
            font-size: 20px;
            color: #ea5400;
        }

        .page-machine .service-overview .overview-content .overview-card p {
            font-size: 16px;
            line-height: 26px;
            word-break: break-all;
            margin-bottom: 15px;
            color: #444;
        }

        .page-machine .service-overview .overview-content .overview-card p:last-child {
            margin-bottom: 0;
        }

        .page-machine .machine-pagination {
            text-align: center;
            margin-top: 22px;
        }

        .page-machine .advantages {
            padding: 80px 0;
            background: linear-gradient(200deg, #ea5400 0%, #ea5400 48%, #5ca5e4 100%);
            margin: 80px 0 0;
        }

        .page-machine .advantages .section-title h2 {
            color: #fff;
        }

        .page-machine .advantages .section-title h2::after {
            background: #fff;
        }

        .page-machine .advantages .advantages-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }

        .page-machine .advantages .advantages-grid .card {
            width: 30.5%;
            background-color: white;
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s ease;
        }

        .page-machine .advantages .advantages-grid .card .text {
            padding: 40px;
        }

        .page-machine .advantages .advantages-grid .card:hover {
            transform: translateY(-5px);
        }

        .page-machine .advantages .advantages-grid .card h3 {
            color: #ea5400;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            font-size: 22px;
            font-weight: bold;
        }

        .page-machine .advantages .advantages-grid .card h3::before {
            content: '✔';
            color: #f60;
            margin-right: 10px;
            font-weight: bold;
        }

        .page-machine .advantages .advantages-grid .card ul li {
            position: relative;
            font-size: 16px;
            color: #444;
            margin-bottom: 12px;
            padding-left: 18px;
        }

        .page-machine .advantages .advantages-grid .card ul li:last-child {
            margin-bottom: 0;
        }

        .page-machine .advantages .advantages-grid .card ul li::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 6px;
            height: 6px;
            background: #ea5400;
            border-radius: 50px;
        }

        .page-machine .section-title h2 {
            position: relative;
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 50px;
            text-align: center;
            padding-bottom: 18px;
            color: #333;
        }

        .page-machine .section-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: #ea5400;
        }

        /* 服务流程 */
        .page-machine .process {
            padding: 80px 0 0 0;
            background-color: white;
        }

        .page-machine .process-steps {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin-top: 40px;
        }

        .page-machine .process-step {
            flex: 1;
            min-width: 200px;
            max-width: 250px;
            text-align: center;
            position: relative;
        }

        .page-machine .process-step-number {
            width: 80px;
            height: 80px;
            background-color: #ea5400;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
            margin: 0 auto 20px;
        }

        .page-machine .process-step h4 {
            color: #ea5400;
            margin-bottom: 12px;
            font-size: 20px;
            font-weight: bold;
        }

        .page-machine .process-step p {
            font-size: 16px;
            color: #444;
        }

        .page-machine .process-step:not(:last-child)::after {
            content: '→';
            position: absolute;
            right: -25px;
            top: 30px;
            color: #ea5400;
            font-size: 1.5rem;
        }

        .page-machine .hero-banner {
            background: #ea5400;
            color: white;
            padding: 80px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .page-machine .hero-banner::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background: linear-gradient(200deg, #ea5400 0%, #ea5400 48%, #5ca5e4 100%); */
            z-index: 1;
        }

        .page-machine .hero-content {
            position: relative;
            z-index: 2;
        }

        .page-machine .hero-banner h1 {
            font-size: 40px;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .page-machine .hero-banner p {
            font-size: 20px;
            max-width: 800px;
            margin: 0 auto 30px;
        }

        .page-machine .cta-button {
            font-size: 15px;
            display: inline-block;
            background-color: #ff6600;
            color: white;
            padding: 16px 32px;
            border-radius: 4px;
            text-decoration: none;
            font-weight: bold;
            transition: all 0.3s ease;
        }

        .page-machine .cta-button:hover {
            background-color: #e65c00;
            transform: translateY(-2px);
        }

        .page-water .text {
            width: 100%;
            margin: auto;
        }

        .page-water .text h3 {
            font-weight: bold;
            font-size: 30px;
            margin-bottom: 25px;
        }

        .page-water .text p {
            color: #616161;
            font-size: 15px;
            line-height: 28px;
        }

        .page-water .pic {
            display: flex;
            justify-content: space-between;
            margin-top: 60px;
        }

        .page-water .pic .item {
            width: 20%;
            transition: all .5s ease;
            margin-right: 20px;
        }

        .page-water .pic .item:last-child {
            margin-right: 0;
        }

        .page-water .pic .item img {
            width: 100%;
            height: 560px;
            object-fit: cover;
            border-radius: 8px;
        }

        .page-water .pic .item.cur {
            width: 40%;
        }

        .page-download .item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 33px 40px;
            border: 1px solid #e8eaef;
            background: #fff;
            border-radius: 4px;
            margin-bottom: 18px;
        }

        .page-download .item .cont {
            width: 84%;
            max-width: 1120px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #666;
        }

        .page-download .item .cont h5 {
            width: 40%;
            max-width: 450px;
            font-size: 18px;
            color: #555;
        }

        .page-download .item .cont span {
            font-size: 15px;
        }

        .page-download .item .bnt {
            padding: 7px 18px;
            background: #ea5400;
            color: #fff;
            border-radius: 5px;
            line-height: 22px;
        }

        .page-download .item .bnt i {
            font-size: 12px;
            margin-right: 3px;
        }

        .page-emulsify .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .page-emulsify .text {
            width: 45%;
        }

        .page-emulsify .text .top {
            margin: 10px 0 25px 0;
        }

        .page-emulsify .text .top h5 {
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 6px;
        }

        .page-emulsify .text .top p {
            font-size: 15px;
            color: #666;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .page-emulsify .text .top span {
            display: block;
            width: 46px;
            height: 2px;
            background: #ea5400;
        }

        .page-emulsify .text .content p {
            font-size: 15px;
            color: #666;
            line-height: 26px;
            margin-bottom: 20px;
        }

        .page-emulsify .pic {
            width: 48%;
            display: flex;
            justify-content: space-between;
        }

        .page-emulsify .pic .item {
            width: 25%;
            transition: all .5s ease;
            margin-right: 8px;
        }

        .page-emulsify .pic .item:last-child {
            margin-right: 0;
        }

        .page-emulsify .pic .item img {
            width: 100%;
            height: 460px;
            object-fit: cover;
        }

        .page-emulsify .pic .item.cur {
            width: 50%;
        }

        .page-service .content {
            max-width: 92%;
            margin: auto;
            padding-top: 15px;
        }

        .page-service .content p {
            text-indent: 2em;
            font-size: 15px;
            color: #666;
            line-height: 24px;
            margin-bottom: 12px;
        }

        .page-service .content .pic {
            text-align: center;
        }

        .page-service .content h5 {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .page-book .content .form {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            width: 96%;
            margin: auto;
            margin-top: 60px;
        }

        .page-book .content .form .item {
            width: 48.5%;
            margin-bottom: 32px;
        }

        .page-book .content .form .item lable {
            color: #666;
            margin-bottom: 10px;
            display: block;
            font-size: 15px;
        }

        .page-book .content .form .item lable span {
            color: #b5352e;
            font-weight: 500;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }

        .page-book .content .form .item input,
        .page-book .content .form .item select {
            width: 100%;
            border: 1px solid #ddd;
            border-radius: 0;
            height: 45px;
            outline: none;
            padding: 0 10px;
            color: #333;
            transition: all ease .3s;
        }

        .page-book .content .form .w-100 {
            width: 100%;
        }

        .page-book .content .form .w-100 div textarea {
            width: 100%;
            border: 1px solid #ddd;
            padding: 15px;
            min-height: 168px
        }

        .page-book .content form .bnt {
            text-align: center;
        }

        .page-book .content form .submit {
            padding: 18px 80px;
            background-color: #ea5400;
            color: #fff;
            font-size: 15px;
            transition: all .5s;
            border: none;
            border-radius: 50px;
        }
    }

    @media screen and (min-width:320px) and (max-width:1199px) {
        .page-banner {
            display: none;
            height: 35vh;
            background: url(../images/page_banner.jpg) center center no-repeat;
        }

        .page-banner .container {
            position: relative;
            top: 50%;
            padding-left: 15px;
        }

        .page-banner .container h2 {
            color: #fff;
            font-size: .5867rem;
            font-weight: bold;
            text-transform: uppercase;
        }

        .page-banner .container p {
            font-size: .48rem;
            margin-top: 10px;
            color: #fff;
        }

        .page-cate .container {
            display: flex;
            justify-content: space-between;
        }

        .page-cate {
            border-bottom: 1px solid #eee;
            display: none;
        }

        .page-cate .container .list .item {
            display: inline-block;
            margin: 0 .3467rem;
            position: relative;
        }

        .page-cate .container .list .item a {
            display: block;
            line-height: 1.3333rem;
            color: #666;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -ms-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
        }

        .page-cate .container .list .item.active a {
            color: #ea5400;
        }

        .page-cate .container .list .item:hover::after,
        .page-cate .container .list .item.active::after {
            width: 70%;
        }

        .page-cate .container .list .item:hover a {
            color: #ea5400;
        }

        .page-cate .container .list .item::after {
            content: "";
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 50%;
            background-color: #ea5400;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -ms-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .page-cate .here {
            display: none;
        }

        .page-cate .here .fa-home {
            color: #ea5400;
        }

        .page-cate .here a {
            margin: 0 6px;
            color: #666;
        }

        .page-title {
            margin-bottom: .8rem;
        }

        .page-title h5 {
            font-weight: bold;
            font-size: .5867rem;
            color: #333;
            text-align: center;
        }
        .page-about .company .video iframe {
            width: 100%;
            height: auto;

        }
        .page-about .company .content {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            flex-direction: column-reverse;
        }

        .page-about .company .content .pic {
            width: 100%;
            border-radius: .2133rem;
            overflow: hidden;
            margin-bottom: .5333rem;
        }

        .page-about .company .content .text {
            width: 100%;
        }

        .page-about .company .content .text h3 {
            color: #333;
            font-size: .5867rem;
            font-weight: bold;
            margin-top: .2667rem;
        }

        .page-about .company .content .text h6 {
            color: #ea5400;
            font-size: .6933rem;
            text-transform: uppercase;
            margin-top: .4rem;
        }

        .page-about .company .content .text .line {
            width: 1.3333rem;
            height: .0533rem;
            background: #ea5400;
            display: block;
            margin: .4267rem 0;
        }

        .page-about .company .content .text p {
            color: #666;
            line-height: .64rem;
            margin-bottom: .4rem;

        }
        .page-about .culture .list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .page-about .culture .list .item {
            width: 100%;
            height: 5.0133rem;
            padding: .2667rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            background-size: 10.6667rem !important;
            margin: .1867rem 0;
        }

        .page-about .culture .list .item:hover .cont {
            background: #ea5400;
        }

        .page-about .culture .list .item .cont {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
            width: 100%;
            padding: .4rem;
            text-align: center;
            background: none;
            transition: all ease .3s;
        }

        .page-about .culture .list .item .cont .top,
        .page-about .culture .list .item .cont .bottom {
            height: 25%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .page-about .culture .list .item .cont .center {
            height: 34%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .page-about .culture .list .item .cont .center .text {
            font-size: .4rem;
            display: none;
        }

        .page-about .culture .list .item:hover .cont .center .text {
            display: block;
        }

        .page-about .culture .list .item:hover .cont .center .icon {
            display: none;
        }

        .page-about .advantage {
            background: #f8f9ff;
            padding: 80px 0;
            margin-top: 80px;
        }

        .page-about .culture .list .item .bottom span {
            display: block;
            width: .6667rem;
            height: 1px;
            background: #fff;
        }

        .page-about .culture .list .item .bottom h6 {
            font-size: .4267rem;
    padding: 0 .2667rem;
        }
        .page-about .advantage {
            padding: 1.2rem 0;
        }

        .page-about .advantage .main .item {
            width: 100%;
            text-align: center;
            background: rgba(245, 245, 247);
            padding: .6667rem .8rem;
            /* box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.05); */
            border-radius: .5333rem;
            margin-bottom: .5867rem;
            /* border: 1px solid #eee; */
            transition: all 0.5s;
        }

        .page-about .advantage .main .item:last-child {
            margin-bottom: 0;
        }

        .page-about .advantage .main .item .icon {
            transition: all 0.5s;
            width: 1.8133rem;
            height: 1.8133rem;
            border-radius: 50%;
            background: linear-gradient(180deg, #f48b04 0%, #ea5400 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
        }

        .page-about .advantage .main .item .icon img {
            max-width: .8533rem;
        }


        .page-about .advantage .main .item .text h5 {
            color: #121212;
            font-size: .48rem;
            margin-bottom: .2667rem;
            margin-top: .4rem;
            font-weight: bold;
        }

        .page-about .advantage .main .item .text p {
            font-size: .3467rem;
            color: #888;
            line-height: .5867rem;
        }

        .page-about .vision {
            display: none;
        }
        .page-about .course .list {
            position: relative;
        }

        .page-about .course .list::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            z-index: 1;
            margin: auto;
            width: .1333rem;
            height: 100%;
            background-color: #e0e4e7;
            margin-top: .0533rem;
        }
        .page-about .course .list::before{
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            z-index: 2;
            margin: auto;
            width: .1333rem;
            height: 0;
            background-color: #ea5400;
            margin-top: .0533rem;
        }
        .page-about .course .list .item{
            margin-bottom: 1.6rem;
            cursor: pointer;
        }
        
        .page-about .course .list .item .default {
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: right;
        }
        .page-about .course .list .item .default .num{
            font-size: .5867rem;
            color: #9e9e9e;
            margin: 0 .48rem;
}
        .page-about .course .list .item .default .line {
            width: 1.92rem;
            height: .0267rem;
            min-height: 1px;
            background-color: #e4e4e4;
            border-bottom: 1px dashed #ccc;
        }

        .page-about .course .list .item .default .point {
            position: absolute;
            right: 0;
            left: 0;
            margin: auto;
            z-index: 9;
            width: .9333rem;
            height: .9333rem;
            background-color: #fff;
            padding: .1333rem;
            border: 1px dashed #e9e9e9;
            border-radius: 50px;
        }

        .page-about .course .list .item .default .point .circle {
            width: .64rem;
            height: .64rem;
            border: 1px dashed #e9e9e9;
            border-radius: 50px;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .page-about .course .list .item .default .point .circle::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #9e9e9e;
            width: .3467rem;
            height: .3467rem;
            border-radius: 50px;
        }
        .page-about .course .list .item:nth-child(2n) .default{
            margin-left: 50%;
            justify-content: left;
            flex-direction: row-reverse;
        }
        .page-about .course .list .item .on{
            background: #ea5400;
            position: relative;
            z-index: 10;
            display: none;
            justify-content: center;
            align-items: center;
            color: #fff;
            border-radius: 50px;
        }
        .page-about .course .list .item.selected .on{
            display: block;
            padding: .6933rem .4267rem;
            text-align: center;
        }
        .page-about .course .list .item.selected .default{
            display: none;
        }
        .page-about .course .list .item:nth-child(2n) .on{
            flex-direction: row-reverse;
        }
        .page-about .course .list .item .on .text{
            line-height: .64rem;
        }
        .page-about .course .list .item .on .num{
            font-size: .6933rem;
            margin: .2667rem;
            margin-top: 0;
        }
        .page-about .course {
            padding: .5333rem 0;
            background: url(../images/course_bg.png) center no-repeat;
            background-repeat: repeat;
            background-size: cover;
        }

        .page-about .course .main {
            padding-top: 60px;
        }

        .page-about .course .main .years {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .page-about .course .main .years .years-prev,
        .page-about .course .main .years .years-next {
            width: .7467rem;
            height: .7467rem;
            background: #ea5400;
            border-radius: 100%;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: .4267rem;
            font-weight: 100;
            cursor: pointer;
        }

        .page-about .course .main .years .list {
            width: calc(100% - 1.4933rem);
            overflow: hidden;
            text-align: center;
            position: relative;
            padding-bottom: .2133rem;
            top: -1.0133rem;
        }

        .page-about .course .main .years .list .swiper-wrapper {
            z-index: 5;
        }

        .page-about .course .main .years .list::before {
            content: '';
            position: absolute;
            bottom: .2133rem;
            left: 0;
            height: 1px;
            background: #eee;
            width: 100%;
            z-index: 3;
        }

        .page-about .course .main .years .list .year-slide {
            font-size: .5333rem;
            position: relative;
            padding-bottom: .8rem;
            font-weight: bold;
            color: #999;
            cursor: pointer;
        }

        .page-about .course .main .years .list .year-slide.swiper-slide-active {
            color: #121212;
        }

        .page-about .course .main .years .list .year-slide::after {
            content: '';
            position: absolute;
            bottom: -0.1067rem;
            left: 0;
            right: 0;
            margin: auto;
            background: #ea5400;
            width: .2667rem;
            height: .2667rem;
            border-radius: 50%;
            display: none;
        }

        .page-about .course .main .years .list .year-slide.swiper-slide-active::after,
        .page-about .course .main .years .list .year-slide.swiper-slide-prev::after,
        .page-about .course .main .years .list .year-slide.swiper-slide-next::after {
            display: block;
        }

        .page-about .course .main .years .list .year-slide.swiper-slide-active::before {
            content: '';
            position: absolute;
            bottom: -0.1867rem;
            left: 0;
            right: 0;
            margin: auto;
            background: #ea5400;
            width: .4267rem;
            height: .4267rem;
            border-radius: 50%;
            opacity: 0.4;
        }

        .page-about .course .main .content {
            overflow: hidden;
        }

        .page-about .course .main .content .swiper-slide {
            display: block;
            padding: .2667rem;

        }

        .page-about .course .main .content .swiper-slide .text {
            width: 100%;
        }

        .page-about .course .main .content .swiper-slide .text h5 {
            font-size: .48rem;
            font-weight: bold;
            color: #ea5400;
            margin-bottom: .4rem;
        }

        .page-about .course .main .content .swiper-slide .text p {
            color: #666;
            font-size: .3733rem;
            line-height: .64rem;
        }

        .page-about .course .main .content .swiper-slide .pic {
            width: 100%;
            border-radius: .2133rem;
            margin-top: .6667rem;
            overflow: hidden;
            display: none;
        }

        .page-about .album {
            padding: 1.2rem 0;
            display: none;
        }

        .page-about .album .list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .page-about .album .list .item {
            width: 48.5%;
            margin-bottom: .32rem;
        }

        .page-about .date {
            display: none;
        }

        .page-about .date .layout_box .module_ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .page-about .date .layout_box .module_ul li {
            width: 50%;
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-content: center;
            flex-direction: column;
            text-align: center;
            position: relative;
            border-right: 1px rgb(168 168 168 / 20%) solid;
            border-bottom: 1px rgb(168 168 168 / 20%) solid;
            padding: .6133rem 0;
        }

        .page-about .date .layout_box .module_ul li:nth-child(2) {
            border-right: none;
        }

        .page-about .date .layout_box .module_ul li:nth-child(3) {
            border-bottom: none;
        }

        .page-about .date .layout_box .module_ul li:last-child {
            border: none;
        }

        .page-about .date .layout_box .module_ul li p {
            text-indent: 0;
        }

        .page-about .date .layout_box .module_ul li:last-child:after {
            display: none;
        }

        .page-about .date .layout_box .module_ul li .number .counterDX {
            font-size: .9067rem;
            color: #ea5400;
            font-weight: bold;
        }

        .page-about .date .layout_box .module_ul li:nth-child(1) .number .unit {
            font-weight: 500;
        }

        .page-about .date .layout_box .module_ul li .number .unit {
            font-family: initial;
            font-size: .3733rem;
            color: #666;
            vertical-align: super;
            margin-left: .1333rem;
        }

        .page-about .date .layout_box .module_ul li .number {
            margin-bottom: .1333rem;
        }

        .page-about .date .layout_box .module_ul li .title_p {
            display: block;
            color: #666;
            margin-bottom: 0;
            font-size: .3467rem;
            text-indent: 0;
        }

        .page-about .honor {
            padding: 1.2rem 0 1.2rem;
        }

        .page-about .honor .page-title {
            margin-bottom: .4rem;
        }

        .page-about .honor .cate {
            display: flex;
            justify-content: space-between;
            margin-bottom: .9333rem;

        }

        .page-about .honor .cate .item {
            text-align: center;
            font-size: .4rem;
            cursor: pointer;
            position: relative;
            width: 31%;
            max-width: 6.6667rem;
            line-height: 1.1733rem;
            font-weight: bold;

            background: rgba(245, 245, 247);
            border-radius: .2667rem;
        }

        .page-about .honor .cate .item.active {
            background: #ea5400;
            color: #fff;
        }

        .page-about .honor .list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .page-about .honor .list .item {
            width: 25%;
        }

        .page-about .honor .list .item .text h5 {
            margin-top: .32rem;
            font-size: .3467rem;
            line-height: .6133rem;
            color: #555555;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: none;
        }

        .page-business .list .item .pic {
            border-radius: 0.2133rem;
            overflow: hidden;
        }

        .page-business .list .item:last-child .text {
            margin-bottom: 0;
            border-bottom: 0;
            padding-bottom: 0;
        }

        .page-business .list .item .text {
            padding: .1333rem;
            margin-top: .4rem;
            padding-bottom: .5333rem;
            border-bottom: 1px solid #eee;
            margin-bottom: .6667rem;
        }

        .page-business .list .item .text h4 {
            font-size: .48rem;
            font-weight: bold;
            color: #121212;
            margin-bottom: .2667rem;
        }

        .page-business .list .item .text>div p {

            font-size: .3467rem;
            color: #666;
            line-height: .5867rem;
            display: none;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .page-business .list .item .text>div p:nth-child(1) {
            display: -webkit-box;
        }

        .page-business.page-business-cont .list .item .text {
            margin-top: .5333rem;
        }

        .page-business.page-business-cont .list .item .text h4 {
            font-size: .5867rem;
            margin-bottom: .48rem;
        }

        .page-business.page-business-cont .list .item .text>div p {
            display: block;
            margin-bottom: .4rem;
            font-size: .3733rem;
            line-height: .64rem;
        }

        .page-product {
            padding: 1.2rem 0;
        }

        .page-product .list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .page-product .list .item {
            width: 48.5%;
            margin-bottom: .5867rem;
        }

        .page-product .list .item .pic {
            overflow: hidden;
            border: 1px solid #eee;
        }

        .page-product .list .item .pic img {

            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

        .page-product .list .item:hover .pic img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

        .page-product .list .item .text {
            text-align: center;
            margin: auto;
        }

        .page-product .list .item .text h4 {
            color: #333;
            line-height: .64rem;
            margin-top: .32rem;
            font-size: .3733rem;
        }

        .page-product .list .item .text p {
            display: none;
        }

        .page-product .list .item:hover .text h4 {
            color: #ea5400;
        }

        .page-product-content {}

        .page-product-content .main .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .page-product-content .main .container .pic {
            width: 100%;
            overflow: hidden;
            position: relative;

            padding-bottom: .2667rem;
        }

        .page-product-content .main .container .pic img {
            max-width: 100%;
        }

        .page-product-content .main .container .pic .product-pagination {
            position: absolute;
            z-index: 99;
            bottom: 15px;
            text-align: center
        }

        .page-product-content .main .container .pic .thumb {
            margin-top: .5333rem;
            height: auto;
        }

        .page-product-content .main .container .pic .thumb .item {
            border: 1px solid #e0e0e0;
        }

        .page-product-content .main .container .pic .thumb .item.swiper-slide-thumb-active {
            border: 1px solid #121212;
        }

        .page-product-content .main .container .text {
            width: 100%;
        }

        .page-product-content .main .container .text h3 {
            font-size: .5333rem;
            margin-top: .6933rem;
            font-weight: bold;
        }

        .page-product-content .main .container .text .data {
            display: none;
        }

        .page-product-content .main .container .text .data h4 {
            font-size: 16px;
            color: #444;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .page-product-content .main .container .text .data p {
            color: #6d6d6d;
            padding-bottom: .48rem;
            margin-bottom: .48rem;
            border-bottom: 1px #eee solid;
            line-height: .5867rem;
        }

        .page-product-content .main .container .text .desc {
            color: #777;
            line-height: .64rem;
            margin-bottom: .2rem;
            padding: .32rem 0;
        }

        .page-product-content .main .container .text .buy-button a {
            display: block;
            background-color: #000;
            color: #fff;
            width: 3.68rem;
            height: 1.0667rem;
            line-height: 1.0667rem;
            text-align: center;
            border-radius: 50px;
            margin-right: .4rem;
        }
        .page-product-content .main .container .text .buy-button a.back{
            background-color: #f6f6f6;
    color: #555;
        }
        .page-product-content .main .container .text .buy-button {
            display: flex;
            align-items: center;
        }

        .page-product-content .main .container .text .buy-button .tel {
            background: url(../images/content-tel.png) 10px center no-repeat;
            padding-left: 56px;
            margin-top: 5px;
            margin-left: 56px;
            display: none;
        }

        .page-product-content .main .container .text .buy-button .tel h6 {
            font-size: 26px;
            color: #235da1;
        }

        .page-product-content .content .container {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .page-product-content .content .left {
            margin-top: .8rem;
            width: 100%;
        }

        .page-product-content .content .left .cont-top {
            height: 1.333333rem;
            border-bottom: 1px solid #e0e0e0;
            line-height: 1.333333rem;
            font-size: .426667rem;
            color: #000;
            margin-bottom: 0.666667rem;
            font-weight: bold;
            position: relative;
        }

        .page-product-content .content .left .cont-top::after {
            content: '';
            position: absolute;
            width: 1.733333rem;
            height: 0.053333rem;
            background: #000;
            bottom: 0;
            left: 0;
        }

        .page-product-content .content .left .text h5 {
            font-weight: bold;
            color: #235da1;
            font-size: .4rem;
            border-bottom: 1px solid #eee;
            padding-bottom: .2667rem;
            margin-bottom: .4rem !important;
            margin-top: .48rem !important;
        }

        .page-product-content .content .left .text p {
            line-height: .64rem;
            color: #666;
        }

        .page-product-content .content .left .specifications p {
            line-height: .64rem;
            color: #444;
            margin-bottom: .32rem;
        }

        .page-product-content .content .left table {
            border-collapse: collapse;
            border-spacing: 0;
        }

        .page-product-content .content .left table th,
        .page-product-content .content .left table td {
            /* padding: 5px 10px; */
            border: 1px solid #ccc !important;
            vertical-align: middle;
            text-align: center;
            line-height: 30px;
            font-weight: normal;
            background: #fff;
            color: #666;
        }

        .page-product-content .content .right {
            width: 100%;
            margin-top: 1.2rem;
            display: none;
        }

        .page-product-content .content .right .box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .page-product-content .content .right .top-title {
            font-weight: bold;
            font-size: .533333rem;
            color: #333;
            text-align: center;
            margin-bottom: 0.8rem;
        }

        .page-product-content .content .right .item {
            margin-bottom: .4rem;
            width: 48.5%;
        }

        .page-product-content .content .right .item .pic {
            text-align: center;
        }

        .page-product-content .content .right .item .pic img {
            /* max-height: 200px; */
        }

        .page-product-content .content .right .item p {
            text-align: center;
            color: #333;
            line-height: .64rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: .32rem;
        }

        .page-product-content .content .right .item span {
            display: none;
        }

        .page-news .list {
            padding-bottom: 1px;
        }

        .page-news .list .item {
            margin-bottom: .5333rem;
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: .48rem;
        }

        .page-news .list .item:last-child {
            margin-bottom: 0;
        }

        .page-news .list .item a {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .page-news .list .item a .pic {
            width: 100%;
            overflow: hidden;
            border-radius: 0.2133rem;
        }

        .page-news .list .item a .pic img {
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

        .page-news .list .item:hover a .pic img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

        .page-news .list .item a .text {
            width: 100%;
        }

        .page-news .list .item a .text .time {
            display: none;
            position: relative;
            color: #666;
            margin-bottom: 16px;
            margin-top: 8px;
            padding-left: 35px;
            font-family: "hkyt";
            font-weight: bold;
        }

        .page-news .list .item a .text .time::after {
            content: "";
            height: 2px;
            background-color: #ea5400;
            position: absolute;
            bottom: 0;
            left: 0;
            margin: auto;
            top: 0;
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
            width: 24px;
        }

        .page-news .list .item a .text h5 {
            margin-bottom: .2133rem;
            font-size: .4267rem;
            color: rgba(0, 0, 0, 0.95);
            margin-top: 0.4rem;
        }

        .page-news .list .item:hover a .text h5 {
            color: #ea5400
        }

        .page-news .list .item a .text p {
            color: rgba(0, 0, 0, 0.65);
            line-height: .5867rem;
            margin: 0.2133rem 0 0.4267rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            font-size: .32rem;
        }

        .page-news .list .item a .text .more {
            color: #999;
            display: flex;
            align-items: center;
        }

        .page-news .list .item a .text .more i {
            margin-right: 0.1333rem;
            font-size: .3733rem;
            transition: .4s;
            color: #666;
        }

        .page-news .list .item:hover a .text .more i {
            margin-right: 25px;
        }

        .page-news-cont .news-content {
            background: #fff;
        }

        .page-news-cont .news-content .top-title {
            margin-bottom: .4267rem;
            border-bottom: 1px solid #eee;
            padding-bottom: .4267rem;
        }

        .page-news-cont .news-content .top-title h2 {
            position: relative;
            font-size: .5333rem;
            margin-bottom: .48rem;
            font-weight: bold;
            padding-left: .4rem;
        }

        .page-news-cont .news-content .top-title h2::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #ea5400;
            width: .08rem;
            height: .7467rem;
        }

        .page-news-cont .news-content .top-title .note {
            padding-left: .4rem;
        }

        .page-news-cont .news-content .top-title .note span {
            color: #8d8d8d;
            margin-right: .4rem;
        }

        .page-news-cont .news-content .top-title p {
            font-size: 14px;
            color: #777;
            margin-top: 10px;
        }

        .page-news-cont .news-content .content {
            padding: .2133rem;
        }

        .page-news-cont .news-content .content p {
            color: #555;
            margin-bottom: .32rem;
            line-height: .64rem;
        }

        .page-news-cont .news-content .main-bottom-page {
            padding: .5333rem 0 0;
            border-top: 1px solid #eee;
            margin-top: .2667rem;
        }

        .page-news-cont .news-content .main-bottom-page div {
            padding: .2133rem 0;
        }

        .page-news-cont .news-content .main-bottom-page div a {
            color: #666;
        }

        .page-contact .contact-main {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            /* flex-direction: column-reverse; */
        }

        .page-contact .contact-main .map {
            width: 100%;
            margin-bottom: .6667rem;
            border-radius: 0.2133rem;
            overflow: hidden;
        }

        .page-contact .contact-main .map #mapDiv {
            height: 7.467rem !important;
        }

        .page-contact .contact-main .cont {
            width: 100%;
        }

        .page-contact .contact-main .cont h3 {
            font-size: .533333rem;
            color: #ea5400;
            margin: 0 0 .4rem 0;
            font-weight: bold;
        }

        .page-contact .contact-main .cont h6 {
            color: #777;
            line-height: 22px;
            font-size: 13px;
            /* border-bottom: 1px solid #eee; */
            /* padding-right: 50px; */
            /* padding-bottom: 20px; */
            display: none;
        }

        .page-contact .contact-main .cont .text {
            margin-top: .7467rem;
            /* border-top: 1px solid #eee; */
            /* padding-top: 25px; */
        }

        .page-contact .contact-main .cont .text p {
            color: #666;
            margin-bottom: .4rem;
            /* border-bottom: 1px solid #eee; */
            /* padding-bottom: 8px; */
            line-height: .5867rem;
        }

        .page-contact .contact-main .cont .text p span {
            color: #ea5400;
            margin-right: .2667rem;
            font-size: .4533rem;
        }

        .page-contact .contact-main .cont .erweima {
            display: flex;
            margin-top: .6667rem;
        }

        .page-contact .contact-main .cont .erweima .box {
            width: 2.6667rem;
            text-align: center;
            color: #777;
            margin-right: .2667rem;
            font-size: .3467rem;
        }

        .page-contact .contact-main .cont .erweima .box .pic {
            margin-bottom: .2667rem;
        }

        .page-case {
            background: #f8f8f8;
        }

        .page-case .list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .page-case .list .item {
            width: 48.5%;
            margin-bottom: .5333rem;
            overflow: hidden;
            background: #fff;
        }

        .page-case .list .item:nth-child(4n) {
            margin-right: 0;
        }

        .page-case .list .item .pic {
            overflow: hidden;
            position: relative;
        }

        .page-case .list .item .pic .mask {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: #000;
            opacity: 0.15;
        }

        .page-case .list .item .pic i {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: .7467rem;
            color: #fff;
        }

        .page-case .list .item .pic img {
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
        }

        .page-case .list .item .text {
            padding: .4rem .2133rem;
            margin: 0 auto;
            text-align: center;
            position: relative;
            top: 0;
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
            overflow: hidden;
        }

        .page-case .list .item .text h5 {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            color: #444;
            font-size: .3733rem;
            line-height: .56rem;
        }

        .page-case .list .item .text p {
            color: #8d8d8d;
            line-height: .5867rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            margin-top: 10px;
            font-size: .3467rem;
        }

        .page-case-cont .news-content .content {
            padding: 0;
        }

        .page-case-cont .content video {
            max-width: 100%;
            object-fit: cover;
        }



        .page-patent {
            background: #fafafa;
        }

        .page-patent .list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .page-patent .list .item {
            width: 48%;
            background: #fff;
            padding: 2%;
            margin-bottom: 0.533333rem;
            transition: .4s;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
            position: relative;
            top: 0;
            box-shadow: 0px 0px .4267rem 0px rgb(182 182 182 / 31%);
        }

        .page-patent .list .item .text {
            width: 100%;
        }

        .page-patent .list .item h4 {
            text-align: center;
            font-size: .3467rem;
            line-height: .6133rem;
            margin-bottom: 0.266667rem;
            margin-top: 0.4rem;
        }

        .page-patent .list .item .cont {
            padding-top: 10px;
            display: none;
        }

        .page-patent .list .item .cont p {
            color: #666;
            margin-bottom: 8px;
            line-height: 22px;
        }

        .page-laboratory .list {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .page-laboratory .list .item {
            width: 100%;
            text-align: center;
            margin-bottom: .8rem;
        }

        .page-laboratory .list .item:last-child {
            margin-bottom: 0;
        }

        .page-laboratory .list .item .text {
            margin-top: .6667rem;
        }

        .page-laboratory .list .item .text h3 {
            font-size: .48rem;
            font-weight: bold;
            position: relative;
        }

        .page-laboratory .list .item .text p {
            color: #666;
            line-height: .5867rem;
            margin: .32rem auto 0;
            width: 95%;
        }

        .page-partner {
            padding: 1.2rem 0 0;
        }

        .page-partner .top {
            text-align: center;
        }

        .page-partner .top h3 {
            font-size: .5867rem;
            font-weight: bold;
            margin-bottom: .5867rem;
        }

        .page-partner .top p {
            margin: auto;
            line-height: .64rem;
            color: #666;
        }

        .page-partner .top p br {
            display: none;
        }

        .page-partner ul.list {
            margin-top: .8rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .page-partner ul.list li {
            text-align: center;
            width: 32%;
            margin: 0px 2% 2.5% 0;
        }

        .page-partner ul.list li:nth-child(3n) {
            margin-right: 0;
        }

        .page-partner ul.list li p {
            height: 1.5467rem;
            background: #fff;
            border-radius: .2667rem;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(0, 0, 0, 0.05);
            overflow: hidden;
            padding: .0533rem;
        }

        .page-partner ul.list li span {
            display: none;
            margin-top: 15px;
            color: #666;
        }

        .page-service .content p {
            color: #666;
            line-height: .5867rem;
            margin-bottom: .32rem;
        }

        .page-smart .list {
            padding: 0 20px;
        }

        .page-smart .list .item {
            width: 100%;
            text-align: left;
            margin-bottom: 50px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .page-smart .list .item:nth-child(2n) {
            flex-direction: row-reverse;
        }

        .page-smart .list .item .pic {
            overflow: hidden;
            width: 47%;
        }

        .page-smart .list .item .text {
            margin-top: 30px;
            width: 47.5%;
        }

        .page-smart .list .item .text h3 {
            font-size: 28px;
            font-weight: bold;
            position: relative;
        }

        .page-smart .list .item .text p {
            color: #666;
            line-height: 26px;
            margin: 25px 0;
            font-size: 15px;
            margin-bottom: 30px;
            width: 95%;
        }

        .page-smart .list .item .text .feature {
            display: flex;
            margin-top: 40px;
        }

        .page-smart .list .item .text .feature span {
            background: #ea5400;
            padding: 10px 22px;
            color: #fff;
            border-radius: 6px;
            font-size: 14px;
            margin-right: 16px;
        }

        .page-supplier .list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: .9333rem;
        }

        .page-supplier .list .item .pic {
            position: relative;
            transition: transform 0.8s;
            z-index: 1;
            border-radius: 10px;
            overflow: hidden;
        }

        .page-supplier .list .item .pic img {
            border-radius: 10px;
            overflow: hidden;
        }

        .page-supplier .list .item h5 {
            color: #ea5400;
            font-size: .4rem;
            margin: 0.266667rem 0;
            margin-top: 0.426667rem;
        }

        .page-supplier .list .item p {
            color: #666;
            line-height: .533333rem;
        }

        .page-supplier .list .item {
            width: 48.5%;
            text-align: center;
            padding: 0.8rem 0.48rem;
            border: 1px solid #eee;
            margin-bottom: 0.48rem;
            border-radius: 0.533333rem;
        }

        .page-supplier .list .item:nth-child(3n) {
            margin-right: 0;
        }

        .page-supplier .list .item:last-child {
            margin-right: 0;
        }

        .page-supplier .list .item .text {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            width: 90%;
            position: absolute;
            z-index: 2;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            overflow: hidden;
        }

        .page-supplier .list .item .text .cont {
            width: 100%;
        }

        .page-supplier .list .item .text .cont h5 {
            position: relative;
            top: 0px;
            color: #fff;
            font-weight: bold;
            font-size: .3733rem;
            margin-bottom: 10px;
            transition: .4s;
        }

        .page-supplier .list .item:hover .text .cont h5 {
            top: -20px;
            color: #fff;
        }

        .page-supplier .list .item .text .cont p {
            color: #fff;
            line-height: 20px;
            position: absolute;
            bottom: -50px;
            transition: .4s;
            opacity: 0;
            display: none;
        }

        .page-supplier .list .item:hover .text .cont p {
            bottom: calc(50% - 38px);
            opacity: 1;
        }

        .page-machine .service-overview .overview-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 1.0667rem;
        }

        .page-machine .service-overview .overview-content .overview-card {
            padding: .5333rem;
            background-color: #f5f9ff;
            border-radius: .2667rem;
            margin-bottom: .48rem;
        }

        .page-machine .service-overview .overview-content .overview-card:last-child {
            margin-bottom: 0;
        }

        .page-machine .service-overview .overview-content .overview-card h3 {
            margin-bottom: .4267rem;
            font-weight: bold;
            font-size: .4267rem;
            color: #ea5400;
        }

        .page-machine .service-overview .overview-content .overview-card p {
            line-height: .64rem;
            word-break: break-all;
            margin-bottom: 15px;
            color: #444;
        }

        .page-machine .service-overview .overview-content .overview-card p:last-child {
            margin-bottom: 0;
        }

        .page-machine .machine-pagination {
            text-align: center;
            margin-top: 22px;
        }

        .page-machine .advantages {
            padding: 1.2rem 0;
            background: linear-gradient(200deg, #ea5400 0%, #ea5400 48%, #5ca5e4 100%);
            margin: 1.2rem 0 0;
        }

        .page-machine .advantages .section-title h2 {
            color: #fff;
        }

        .page-machine .advantages .section-title h2::after {
            background: #fff;
        }

        .page-machine .advantages .advantages-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }

        .page-machine .advantages .advantages-grid .card {
            width: 100%;
            background-color: white;
            border-radius: .4rem;
            overflow: hidden;
            transition: transform 0.3s ease;
            margin-bottom: .5333rem;
        }

        .page-machine .advantages .advantages-grid .card:last-child {
            margin-bottom: 0;
        }

        .page-machine .advantages .advantages-grid .card .text {
            padding: .6667rem;
        }

        .page-machine .advantages .advantages-grid .card:hover {
            transform: translateY(-0.1333rem);
        }

        .page-machine .advantages .advantages-grid .card h3 {
            color: #ea5400;
            margin-bottom: .5333rem;
            display: flex;
            align-items: center;
            font-size: .48rem;
            font-weight: bold;
        }

        .page-machine .advantages .advantages-grid .card h3::before {
            content: '✔';
            color: #f60;
            margin-right: 10px;
            font-weight: bold;
        }

        .page-machine .advantages .advantages-grid .card ul li {
            position: relative;
            color: #555;
            margin-bottom: .32rem;
            padding-left: .4267rem;
        }

        .page-machine .advantages .advantages-grid .card ul li:last-child {
            margin-bottom: 0;
        }

        .page-machine .advantages .advantages-grid .card ul li::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 6px;
            height: 6px;
            background: #ea5400;
            border-radius: 50px;
        }

        .page-machine .section-title h2 {
            position: relative;
            font-size: .5867rem;
            font-weight: bold;
            margin-bottom: .8rem;
            text-align: center;
            padding-bottom: .4rem;
            color: #333;
        }

        .page-machine .section-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 1.3333rem;
            height: .0533rem;
            background: #ea5400;
        }

        /* 服务流程 */
        .page-machine .process {
            padding: 1.2rem 0 0 0;
            background-color: white;
        }

        .page-machine .process-steps {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .page-machine .process-step {
            width: 33.33%;
            padding: 0 1.5%;
            text-align: center;
            position: relative;
            margin-bottom: .5867rem;
        }

        .page-machine .process-step:nth-child(4) {
            margin-bottom: 0;
        }

        .page-machine .process-step:nth-child(5) {
            margin-bottom: 0;
        }

        .page-machine .process-step-number {
            width: 1.8667rem;
            height: 1.8667rem;
            background-color: #ea5400;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .5867rem;
            font-weight: bold;
            margin: 0 auto .4267rem;
        }

        .page-machine .process-step h4 {
            color: #ea5400;
            margin-bottom: .2667rem;
            font-size: .4267rem;
            font-weight: bold;
        }

        .page-machine .process-step p {
            color: #666;
            line-height: .5867rem;
        }

        .page-machine .hero-banner {
            background: #ea5400;
            color: white;
            padding: 1.2rem 0;
            text-align: center;
            position: relative;
            overflow: hidden;
            margin-top: 1.2rem;
        }

        .page-machine .hero-banner::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background: linear-gradient(200deg, #ea5400 0%, #ea5400 48%, #5ca5e4 100%); */
            z-index: 1;
        }

        .page-machine .hero-content {
            position: relative;
            z-index: 2;
        }

        .page-machine .hero-banner h1 {
            font-size: .5867rem;
            margin-bottom: .48rem;
            font-weight: 700;
        }

        .page-machine .hero-banner p {
            font-size: .4rem;
            line-height: .64rem;
            margin: 0 auto .6667rem;
        }

        .page-machine .cta-button {
            font-size: 13px;
            display: inline-block;
            background-color: #ff6600;
            color: white;
            padding: 14px 25px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            transition: all 0.3s ease;
        }

        .page-machine .cta-button:hover {
            background-color: #e65c00;
            transform: translateY(-2px);
        }

        .page-machine .machine-pagination {
            text-align: center;
            margin-top: .4rem;
        }

        .page-water .text {
            width: 100%;
            margin: auto;
        }

        .page-water .text h3 {
            font-size: .533333rem;
            font-weight: bold;
            margin-bottom: 0.5333rem;
        }

        .page-water .text p {
            color: #616161;
            line-height: .64rem;
        }

        .page-water .pic {
            margin-top: .9333rem;
        }

        .page-water .pic .item {
            width: 100%;
            transition: all .5s ease;
            margin-bottom: .4rem;
        }

        .page-water .pic .item:last-child {
            margin-right: 0;
        }

        .page-water .pic .item img {
            width: 100%;
            border-radius: .2133rem;
        }

        .page-water .pic .item.cur {
            width: 100%;
        }

        .page-download .item {
            padding: .5333rem;
            border: 1px solid #e8eaef;
            background: #fff;
            border-radius: .1333rem;
            margin-bottom: .48rem;
        }

        .page-download .item .cont {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            color: #666;
        }

        .page-download .item .cont h5 {
            width: 100%;
            font-size: .4267rem;
            color: #444;
            margin-bottom: .48rem;
            font-weight: bold;
        }

        .page-download .item .cont span {
            display: block;
            margin-bottom: .2133rem;
            width: 50%;
        }

        .page-download .item .bnt {
            padding: .16rem 0;
            background: #ea5400;
            color: #fff;
            border-radius: .1333rem;
            line-height: .5867rem;
            display: block;
            max-width: 2rem;
            text-align: center;
            margin-top: .2667rem;
            font-size: .32rem;
        }

        .page-download .item .bnt i {
            font-size: .32rem;
            margin-right: .08rem;
        }

        .page-emulsify .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .page-emulsify .text {
            width: 100%;
        }

        .page-emulsify .text .top {
            margin: 0 0 .5333rem 0;
        }

        .page-emulsify .text .top h5 {
            font-size: .5867rem;
            font-weight: bold;
            margin-bottom: .2133rem;
        }

        .page-emulsify .text .top p {
            font-size: .32rem;
            color: #666;
            margin-bottom: .32rem;
            text-transform: uppercase;
        }

        .page-emulsify .text .top span {
            display: block;
            width: 1.0667rem;
            height: .0533rem;
            background: #ea5400;
        }

        .page-emulsify .text .content p {
            color: #666;
            line-height: .64rem;
            margin-bottom: .4rem;
        }

        .page-emulsify .pic {
            width: 100%;
            margin-top: .4rem;
        }

        .page-emulsify .pic .item {
            width: 100%;
            transition: all .5s ease;
            margin-bottom: .4rem;
        }

        .page-emulsify .pic .item img {
            width: 100%;
        }

        .page-emulsify .pic .item.cur {
            width: 100%;
        }

        .page-quotation .quotation .main {
            /* display: flex; */
            flex-wrap: wrap;
            justify-content: space-between;
            background: #f8f8f8;
        }

        .page-quotation .quotation .main .left {
            width: 100%;
        }

        .page-quotation .quotation .main .book {
            width: 100%;
            padding: .6667rem .4rem;
        }

        .page-quotation .quotation .main .book .book-pic {
            width: 100%;
        }

        .page-quotation .quotation .main .book .book-pic h5 {
            font-size: .4rem;
            margin-bottom: .48rem;
        }

        .page-quotation .quotation .main .book .book-pic h5 em {
            color: #fc7a1f;
            font-size: .48rem;
        }

        .page-quotation .quotation .main .book .book-pic .book-list {
            overflow: hidden;
            height: 3.6rem;
            margin-top: 3%
        }

        .page-quotation .quotation .main .book .book-pic .book-list ul {
            display: flex;
            flex-wrap: wrap;
            height: 5.3333rem !important;
        }

        .page-quotation .quotation .main .book .book-pic .book-list ul li {
            color: #848484;
            font-size: .3467rem;
            line-height: .6933rem;
            text-align: left;
            width: 100%;
        }

        .page-quotation .quotation .main .book .book-auto .book-top .top-title {
            color: #333;
            font-size: 0.515rem;
            /* margin-top: 30px; */
        }

        .page-quotation .quotation .main .book .book-auto .book-top .top-title span {
            font-size: 0.515rem;
            color: #017bff;
            /* margin-left: 20px; */
            display: none;
        }

        .page-quotation .quotation .main .book .book-auto .book-top .note {
            font-size: .4rem;
            color: #444;
            margin-top: .32rem;
        }

        .page-quotation .quotation .main .book .book-auto .book-main {
            margin-top: .7467rem;
        }

        .page-quotation .quotation .main .book .book-auto .book-main ul {
            display: block;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .page-quotation .quotation .main .book .book-auto .book-main ul li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: .2667rem;
            width: 100%;
        }

        .page-quotation .quotation .main .book .book-auto .book-main ul li input {
            padding: .24rem .2667rem;
            border: 1px #ededed solid;
            width: 100%;
        }

        .page-quotation .quotation .main .book .book-auto .book-main ul li:last-child {
            display: none;
        }

        .page-quotation .quotation .main .book .book-auto .book-main ul li label {
            width: 30%;
            font-size: 0.37333rem;
            color: #666;
        }

        .page-quotation .quotation .main .book .book-auto .book-main ul li select {
            padding: .24rem .16rem;
            border: 1px #ededed solid;
            width: 100%;
        }

        .page-quotation .quotation .main .book .book-auto .book-main ul li .submit {
            background: #007aff;
            color: #fff;
            outline: 0;
            border: none;
            width: 49%
        }

        .page-quotation .quotation .main .book .book-auto .book-main .submit-s {
            width: 2.9333rem;
            height: 2.9333rem;
            background: url(../images/begin.gif) no-repeat;
            border: none;
            background-size: 100%;
            margin: .2667rem auto;
            display: block;
        }

        .page-quotation .quotation .main .book .book-auto .book-main ul li .reset {
            outline: 0;
            border: none;
            width: 49%;
            height: 40px;
            color: #666;
        }
    }