* {padding: 0;margin: 0;box-sizing: border-box;}
body{background: #EEF2F3;scrollbar-width:none;min-width: 1520px;}
a{text-decoration: none;}
.line-10 {display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 10;-webkit-box-orient: vertical;}
.line-5 {display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.line-4 {display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.line-3 {display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.line-2 {display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.line-1 {display: -webkit-box;-webkit-line-clamp: 1;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;word-break: break-all;}
/* ::-webkit-scrollbar {
  display: none;
} */
/* 富文本 */
.rich-text{width:100%;height:auto;overflow:hidden;font-size:14px;color:#555;line-height:1.8;letter-spacing:1.5px;padding:50px 0px;}
.rich-text p{font-size:14px;color:#333;line-height:1.8;}
.rich-text p.strong{margin-top:14px;margin-bottom:5px;}
.rich-text p.strong strong{background:#1f1f1f;display:inline-block;width:auto;padding:0px 12px;height:28px;color:#fff;line-height:28px;}
.rich-text img{max-width:100%;height:auto;}
.rich-text a{color:#0489f9;}
.corich-textntent td{border:1px solid #eee;padding:10px 5px;}
.rich-text table{max-width:100% !important;}

.flex{display: flex;align-items: center;}

.page-header {width: 100%;height: 80px;background: #ffffff;position: sticky;top: 0;z-index: 99;}
.page-header-box{width: 100%;max-width: 1920px; margin: 0 auto;height: 100%;justify-content: space-between;padding: 0 80px;z-index: 12;position: relative;}
.page-header .header-left{flex-shrink: 0;}
.page-header .header-left a{display: inline-block;cursor: pointer;color: #000000;}
.page-header .header-left .img-logo{width: 46px;height: 50px;display: inline-block;}
.page-header .header-left .r-name .name-1{font-size: 20px;line-height: 24px;font-weight: bold;}
.page-header .header-left .r-name .name-2{font-size: 12px;line-height: 16px;font-weight: 400;}
.page-header .header-right{margin-left: 20px;justify-content: flex-end;}
.page-header .header-right a{color: #000000;}
.page-header .header-right .col-menu{display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end; height: 80px;}
.page-header .header-right .col-menu li{list-style-type: none;height: 100%;width: 100px; display: flex;align-items: center;position: relative;}
.page-header .header-right .col-menu li .link{font-size: 16px;font-weight: 400;height: 100%; cursor: pointer;width: 100%;text-align: center;display: flex;align-items: center;justify-content: center;z-index: 3;}
.page-header .header-right .col-menu li .link:hover{font-weight: bold;color: #F57F01;}
.page-header .header-right .col-menu li .all-link-area{display: none;position: absolute;left: -50%;top: 60px;width: 200px;height: 200px; animation: fadeinT 1s .2s ease both;z-index: 2;}
.page-header .header-right .col-menu li:hover .all-link-area{display: block;}
.page-header .header-right .col-menu li .all-link-area .all-link-box{padding: 20px 20px;background-color: #ffffff;position: absolute;left: 0;top: 40px;width: 200px;border-radius: 10px;}
.page-header .header-right .col-menu li .all-link-area .all-link-box .albl{line-height: 40px;cursor: pointer;display: block;color: #333;}
.page-header .header-right .col-menu li .all-link-area .all-link-box .albl:hover{color: #3D55A7;}
.page-header .header-right .col-menu li .all-link-area .all-link-box::after{width: 0;height: 0;border: 8px solid #fff;content: '';position: absolute;top: -14px;left: 50%;margin-left: -8px;border-top: 8px solid transparent;border-right: 8px solid transparent;border-left: 8px solid transparent;}
.page-header .header-right .col-right{flex-shrink: 0;margin-left: 140px;}
.page-header .header-right .col-right .a-btn{font-size: 20px;line-height: 36px;font-weight: bold;cursor: pointer;}
.page-header .header-right .col-right .a-btn-2{font-weight: 500;}
.page-header .header-right .col-right .a-btn:hover{color: #F57F01;}
.page-header .header-right .col-right .c-line{width: 1px;height: 28px;background-color: #EDEDED;margin: 0 24px;}
.pc-area-menu-box{width: 100vw;height: 100vh;position: fixed;left: 0;top: 0;z-index: 11;display: none;}
.pc-area-menu-box .pc-menu-bg{width: 100%;height: 100%;object-fit: cover;position: fixed;left: 0;top: 0;}
.pc-area-menu-box .pc-area-menu{width: 100%;max-width: 1920px;height: 100%;margin: 0 auto;display: flex;align-items: center;justify-content: center;position: relative;}
.pc-area-menu-box .pc-area-menu .area-menu{display: flex;justify-content: center;min-width: 1300px;}
.pc-area-menu-box .pc-area-menu .area-menu .col-item{margin: 0 80px;max-width: 150px;}
.pc-area-menu-box .pc-area-menu .area-menu .col-item .title{font-size: 30px;line-height: 36px;color: #000000;margin-bottom: 30px;display: block;}
.pc-area-menu-box .pc-area-menu .area-menu .col-item .a-link{font-size: 18px;line-height: 28px;display: block;color: #333333;margin-bottom: 25px;}
.pc-area-menu-box .pc-area-menu .area-menu .col-item .title:hover{color: #F57F01;}
.pc-area-menu-box .pc-area-menu .area-menu .col-item .a-link:hover{color: #F57F01;font-weight: bold;}
.pc-area-menu-box .pc-area-menu .area-btn-box1{position: absolute;left: 80px;bottom: 54px;display: flex;}
.pc-area-menu-box .pc-area-menu .area-btn-box1 .c-btn{width: 50px;height: 50px;border-radius: 50%;background-color: #ffffff;line-height: 50px;text-align: center;position: relative;margin-right: 14px;cursor: pointer;}
.pc-area-menu-box .pc-area-menu .area-btn-box1 .c-btn .iconfont{font-size: 22px;color: #000000;}
.pc-area-menu-box .pc-area-menu .area-btn-box1 .c-btn .item-box1{display: none;}
.pc-area-menu-box .pc-area-menu .area-btn-box1 .c-btn .item-box1 .item-main{padding: 12px;background-color: #ffffff;border-radius: 10px;position: absolute;left: 50%; bottom: 60px;transform: translate(-50%,0);display: flex;align-items: center;justify-content: center;}
.pc-area-menu-box .pc-area-menu .area-btn-box1 .c-btn .item-box1 .item-main img{width: 118px;height: 118px;}
.pc-area-menu-box .pc-area-menu .area-btn-box1 .c-btn .item-box1 .item-main::after{content: '';width: 0;height: 0;border: 10px solid transparent;border-top: 10px solid #ffffff;position: absolute;bottom: -20px;left: 50%;transform: translate(-50%,0);}
.pc-area-menu-box .pc-area-menu .area-btn-box1 .c-btn .item-box1 .item-main .tel{font-size: 20px;line-height: 30px;font-weight: bold;color: #EF8231;width: 150px;}
.pc-area-menu-box .pc-area-menu .area-btn-box1 .c-btn:hover .item-box1{display: block;}
.pc-area-menu-box .pc-area-menu .icon-closed{position: absolute;right: 80px;bottom: 68px;font-size: 22px;color: #000000;cursor: pointer;z-index: 2;}

.m-page-header-box{padding: 10px 20px;display: none;z-index: 12;position: relative;overflow: hidden;}
.m-page-header-box .col-logo{height: 24px;width:auto;position: absolute;left: 12px;top: 14px;}
.m-page-header-box .col-logo img{height: 100%;width:auto;}
.m-page-header-box .col-name{margin: 0 auto;text-align: center;font-weight: bold;color: #000000;}
.m-page-header-box .col-name .name-1{font-size: 12px;line-height: 14px;}
.m-page-header-box .col-name .name-2{font-size: 12px;line-height: 14px;transform: scale(0.8);}
.m-page-header-box .col-menu{display: flex;justify-content: flex-end;align-items: center;font-size: 18px;color: #000000;cursor: pointer;position: absolute;right: 12px;top: 17px;}
.m-page-header-box .col-menu span{color: #000000;font-size: 18px;margin-right: 6px;}
.m-area-menu-page{display: none;width: 100vw ;height: 100vh;position: fixed;top: 0px;left: 0;padding-top: 50px; z-index: 11;background-color: #ffffff;}
.m-area-menu-page .menu-box{width: 100%;padding-top: 20px;}
.m-area-menu-page .menu-box a{height: 50px;line-height: 50px;padding: 0 20px;font-size: 18px;display: block;cursor: pointer;color: #000;}


.page-footer-box{background-color: rgba(0, 0, 0, 0.2);width: 100%;}
.page-footer-box .footer-1{height: 340px;width: 100%;padding-top: 66px;color: #ffffff;background-color: rgba(0, 0, 0, 0.7);}
.page-footer-box .footer-1 .footer-1-center{width: 100%;max-width: 1480px;margin: 0 auto;display: flex;}
.page-footer-box .footer-1 .footer-1-left{width: 386px;margin-right: 80px;}
.page-footer-box .footer-1 .footer-1-left .tit{font-size: 15px;line-height: 36px;}
.page-footer-box .footer-1 .footer-1-left .ct{font-size: 15px;line-height: 36px;margin-bottom: 20px;}
.page-footer-box .footer-1 .footer-1-left .tel{font-size: 18px;line-height: 36px;font-weight: bold;color: #ffffff;}
.page-footer-box .footer-1 .footer-1-right{display: flex;flex-shrink: 0;}
.page-footer-box .footer-1 .footer-1-right a{color: #FFFEFE;}
.page-footer-box .footer-1 .footer-1-right .col-item{margin-right: 100px;max-width: 150px;}
.page-footer-box .footer-1 .footer-1-right .col-item .title{font-size: 16px;line-height: 36px;margin-bottom: 5px;display: block;}
.page-footer-box .footer-1 .footer-1-right .col-item .a-link{font-size: 12px;line-height: 20px;display: block;margin-bottom: 10px;}
.page-footer-box .footer-1 .footer-1-right .col-item a:hover{color: #F57F01;}
.page-footer-box .footer-1 .footer-1-ewm{margin-left: 60px;}
.page-footer-box .footer-1 .footer-1-ewm .img-box{width: 147px;height: 147px;border: 1px solid rgba(255, 255, 255, 0.2);display: flex;align-items: center;justify-content: center;}
.page-footer-box .footer-1 .footer-1-ewm .img-box img{width: 118px;height: 118px;}
.page-footer-box .footer-1 .footer-1-ewm .tit{text-align: center;font-size: 14px;line-height: 30px;color: #FFFEFE;margin-top: 8px;}
.page-footer-box .footer-2{width: 100%;height: 80px;background-color: rgba(0, 0, 0, 0.8);}
.page-footer-box .footer-2 .footer-2-center{width: 100%;max-width: 1480px;height: 80px;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;}
.page-footer-box .footer-2 .col-copyright .row-1{font-size: 12px;line-height: 24px;color: #999999;font-weight: 400;}
.page-footer-box .footer-2 .col-tb{display: flex;}
.page-footer-box .footer-2 .col-tb .c-btn{width: 32px;height: 32px;border-radius: 50%;line-height: 32px;text-align: center;position: relative;margin-right: 14px;cursor: pointer;border: 1px solid rgba(255, 255, 255, 0.75);}
.page-footer-box .footer-2 .col-tb .c-btn .iconfont{font-size: 16px;color: rgba(255, 255, 255, 0.75);}
.page-footer-box .footer-2 .col-tb .c-btn .item-box1{display: none;}
.page-footer-box .footer-2 .col-tb .c-btn .item-box1 .item-main{padding: 12px;background-color: #ffffff;border-radius: 10px;position: absolute;left: 50%; bottom: 60px;transform: translate(-50%,0);display: flex;align-items: center;justify-content: center;}
.page-footer-box .footer-2 .col-tb .c-btn .item-box1 .item-main img{width: 118px;height: 118px;}
.page-footer-box .footer-2 .col-tb .c-btn .item-box1 .item-main::after{content: '';width: 0;height: 0;border: 10px solid transparent;border-top: 10px solid #ffffff;position: absolute;bottom: -20px;left: 50%;transform: translate(-50%,0);}
.page-footer-box .footer-2 .col-tb .c-btn .item-box1 .item-main .tel{font-size: 20px;line-height: 30px;font-weight: bold;color: #EF8231;width: 150px;}
.page-footer-box .footer-2 .col-tb .c-btn:hover .item-box1{display: block;}

.page-footer-box .footer-2 .col-tb a{width: 32px;height: 32px;border: 1px solid #ffffff;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin-left: 14px;}
.page-footer-box .footer-2 .col-tb a span{color: rgba(255, 255, 255, 0.75);font-size: 12px;}

.page-1 .page-header .header-right .col-menu li:nth-of-type(1)::after{content: '';width: 90%;height: 3px;display: block;position: absolute;bottom: 0;left: 5%;background-color: #EF8231;}
.page-2 .page-header .header-right .col-menu li:nth-of-type(3)::after{content: '';width: 90%;height: 3px;display: block;position: absolute;bottom: 0;left: 5%;background-color: #EF8231;}
.page-3 .page-header .header-right .col-menu li:nth-of-type(4)::after{content: '';width: 90%;height: 3px;display: block;position: absolute;bottom: 0;left: 5%;background-color: #EF8231;}
.page-4 .page-header .header-right .col-menu li:nth-of-type(5)::after{content: '';width: 90%;height: 3px;display: block;position: absolute;bottom: 0;left: 5%;background-color: #EF8231;}
.page-5 .page-header .header-right .col-menu li:nth-of-type(6)::after{content: '';width: 90%;height: 3px;display: block;position: absolute;bottom: 0;left: 5%;background-color: #EF8231;}
.page-6 .page-header .header-right .col-menu li:nth-of-type(2)::after{content: '';width: 90%;height: 3px;display: block;position: absolute;bottom: 0;left: 5%;background-color: #EF8231;}
.bg-fff{background-color: #ffffff;}
/* 首页 */
.page-1 .page-swiper{width: 100%;height: calc(100vh - 80px);overflow: hidden;}
.page-1 .page-swiper .swiper-slide{overflow: hidden;}
.page-1 .page-swiper .swiper-page1{width: 100%;height: calc(100vh - 80px);position: relative;overflow: hidden;--swiper-theme-color: #ffffff;}
.page-1 .page-swiper .swiper-page1 .swiper-slide-page-1{width: 100%;height: calc(100vh - 80px);position: relative;display: flex;justify-content: center;flex-direction: column;}
.page-1 .page-swiper .swiper-page1 .swiper-slide-page-1 .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}
.page-1 .page-swiper .swiper-page1 .swiper-slide-page-1 .area-txt{width: 78%;margin-left: 12%; color: #FEFEFE;position: relative;}
.page-1 .page-swiper .swiper-page1 .swiper-slide-page-1 .area-txt .t-1{font-size: 18px;line-height: 36px;font-weight: 300;}
.page-1 .page-swiper .swiper-page1 .swiper-slide-page-1 .area-txt .t-2{font-size: 60px;line-height: 60px;font-weight: bold;margin-top: 20px;}
.page-1 .page-swiper .swiper-page1 .swiper-slide-page-1 .area-txt .a-btn{display: inline-block;padding: 0 40px;height: 50px;border-radius: 25px;border: 1px solid #ffffff;line-height: 50px;text-align: center;margin-top: 50px;font-size: 16px;font-weight: bold;color: #ffffff;cursor: pointer;}
.page-1 .page-swiper .swiper-page1 .swiper-slide-page-1 .area-txt .a-btn span{margin-left: 20px;font-size: 16px;}
.page-1 .page-swiper .swiper-page1 .swiper-slide-page-1 .area-txt .a-btn:hover{background-color: #F57F01;border: none;transform: scale(1.05);transition: transform 0.5s;}
.page-1 .page-swiper .swiper-page1 .pagination-btn{cursor: pointer;position: absolute;left: 50%;bottom: 42px;font-size: 26px;color: #ffffff;z-index: 2;}
.page-1 .page-swiper .swiper-page1 .pagination-btn-1{transform: translateX(-160px);}
.page-1 .page-swiper .swiper-page1 .pagination-btn-2{transform: translateX(160px);}
.page-1 .page-swiper .swiper-page1 .swiper-pagination{bottom: 50px !important;z-index: 2;}
.page-1 .page-swiper .swiper-page1 .swiper-pagination-bullet{background-color: rgba(255, 255, 255, 0.5);width: 40px;height: 2px;margin: 0 10px !important;opacity: 1;border-radius: 0px;}
.page-1 .page-swiper .swiper-page1 .swiper-pagination-bullet-active{background-color: #ffffff;width: 80px;height: 2px;}
.page-1 .page-swiper .area-box-2{max-width: 1920px;height: calc(100vh - 80px);position: relative;margin: 0 auto;display: flex;}
.page-1 .page-swiper .area-box-2 .bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.page-1 .page-swiper .area-box-2 .col-1{position: relative;width: 740px;display: flex;padding-left: 80px;padding-top: 150px;background-image: url(../image/bg-1-01.png);background-size: 100%  100%;}
.page-1 .page-swiper .area-box-2 .col-1 .colunm-tit{writing-mode: vertical-rl;font-size: 54px;line-height: 54px;font-weight: 400;color: #F57F01;}
.page-1 .page-swiper .area-box-2 .col-1 .colunm-main{margin-left: 80px;max-width: 450px;margin-right: 20px;}
.page-1 .page-swiper .area-box-2 .col-1 .colunm-main .r-1{font-size: 48px;line-height: 48px;font-weight: 500;margin-bottom: 12px;}
.page-1 .page-swiper .area-box-2 .col-1 .colunm-main .r-2{font-size: 15px;line-height: 28px;font-weight: 400;color: #666666;}
.page-1 .page-swiper .area-box-2 .col-1 .colunm-main .r-box{width: 450px;border-radius: 10px;overflow: hidden;margin-top: 32px;box-shadow: 0px 10px 20px 0px rgba(61,85,167,0.05);}
.page-1 .page-swiper .area-box-2 .col-1 .colunm-main .r-box .product-type-title{height: 72px;background-color: #ffffff;padding: 0 30px;line-height: 72px;font-size: 20px;color: #333333;cursor: pointer;}
.page-1 .page-swiper .area-box-2 .col-1 .colunm-main .r-box .product-type-title span{font-size: 14px;color: #999999;line-height: 30px;margin-left: 14px;}
.page-1 .page-swiper .area-box-2 .col-1 .colunm-main .r-box .r-title-actived{background-color: #F57F01;color: #ffffff;}
.page-1 .page-swiper .area-box-2 .col-1 .colunm-main .r-box .r-title-actived span{color: #ffffff;}
.page-1 .page-swiper .area-box-2 .col-1 .colunm-main .r-box .product-type-title:hover{background-color: #F57F01;color: #ffffff;}
.page-1 .page-swiper .area-box-2 .col-1 .colunm-main .r-box .product-type-title:hover span{color: #ffffff;}
.page-1 .page-swiper .area-box-2 .col-1 .colunm-main .r-box .product-item-list{background-color: #FAFAFA;padding: 20px;display: none;}
.page-1 .page-swiper .area-box-2 .col-1 .colunm-main .r-box .product-item-list a{font-size: 16px;line-height: 40px;display: block;text-align: center;padding: 0 20px;color: #666666;}
.page-1 .page-swiper .area-box-2 .col-1 .colunm-main .r-box .product-item-list a:hover{color: #F57F01;}
.page-1 .page-swiper .area-box-2 .col-2{position: relative;flex: 1;padding-top: 150px;background-image: url(../image/bg-1-02.png);overflow: hidden;background-size: 100%  100%;}
.page-1 .page-swiper .area-box-2 .col-2 .row-title{font-size: 24px;line-height: 36px;padding-left: 120px;display: flex;align-items: center;justify-content: space-between;}
.page-1 .page-swiper .area-box-2 .col-2 .row-title .c-title{max-width: 50%;}
.page-1 .page-swiper .area-box-2 .col-2 .row-title span{font-size: 14px;margin-left: 10px;}
.page-1 .page-swiper .area-box-2 .col-2 .row-title .c-title::before{content: '';width: 30px;height: 10px;border-radius: 5px;background-color: #F57F01;margin-right: 20px;display: inline-block;}
.page-1 .page-swiper .area-box-2 .col-2 .swiper-page2{width: 100%; max-width: calc(100vw - 740px);height: 540px;overflow: hidden;margin-top: 20px;}
.page-1 .page-swiper .area-box-2 .col-2 .swiper-page2 .swiper-slide{width: 500px;transform: scale(0.6);}
.page-1 .page-swiper .area-box-2 .col-2 .swiper-page2 .swiper-prodect-item{width: 450px;height: 540px;position: relative;border-radius: 10px;display: flex;align-items: center;justify-content: center;}
.page-1 .page-swiper .area-box-2 .col-2 .swiper-page2 .swiper-prodect-item .item-bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.page-1 .page-swiper .area-box-2 .col-2 .swiper-page2 .swiper-prodect-item .item-img{width: 248px;height: 400px;object-fit: cover;position: relative;}
.page-1 .page-swiper .area-box-2 .col-2 .swiper-page2 .swiper-prodect-item .item-title{position: absolute;left: -10000px;}
.page-1 .page-swiper .area-box-2 .col-2 .swiper-page2 .swiper-prodect-item:hover .item-img{transform: scale(1.05);transition: .5s;}
.page-1 .page-swiper .area-box-2 .col-2 .swiper-page2 .swiper-slide-active,.swiper-slide-duplicate-active{transform: scale(1);}
.page-1 .page-swiper .area-box-2 .col-2 .btn-swiper-navi{position: relative;margin-right: 20px;}
.page-1 .page-swiper .area-box-2 .col-2 .btn-swiper-navi span{font-size: 60px;color: rgba(0, 0, 0, 0.1);margin-left: 20px;cursor: pointer;}
.page-1 .page-swiper .area-box-2 .col-2 .btn-swiper-navi span:hover{background-color: rgba(245,127,1,0.1);color: #EF8231;}
.page-1 .page-swiper .area-box-3{width: 100%;max-width: 1920px;height: calc(100vh - 80px);padding: 0 20px; position: relative;margin: 0 auto;display: flex;align-items: center;justify-content: center;background-image: url(../image/bg-3.png);}
.page-1 .page-swiper .area-box-3 .bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.page-1 .page-swiper .area-box-3 .area-main-box{position: relative;color: #ffffff;}
.page-1 .page-swiper .area-box-3 .area-main-box .col-1{margin-right: 20px;}
.page-1 .page-swiper .area-box-3 .area-main-box .col-1 .img-tb{width: 120px;height: 120px;flex-shrink: 0;margin-right: 14px;}
.page-1 .page-swiper .area-box-3 .area-main-box .col-1 .c-txt{ max-width: 490px;}
.page-1 .page-swiper .area-box-3 .area-main-box .col-1 .c-txt .r-1{font-size: 48px;line-height: 48px;font-weight: bold;}
.page-1 .page-swiper .area-box-3 .area-main-box .col-1 .c-txt .r-1 span{font-size: 40px;line-height: 40px;font-weight: 300;margin-left: 10px;}
.page-1 .page-swiper .area-box-3 .area-main-box .col-1 .c-txt .r-2{font-size: 15px;line-height: 28px;font-weight: 400;margin-top: 20px;}
.page-1 .page-swiper .area-box-3 .area-main-box .col-2 .c-item{margin: 0 10px;width: 200px;height: 400px;background-color: rgba(255, 255, 255, 0.25);display: flex;align-items: center;justify-content: center;flex-direction: column;border-radius: 10px;}
.page-1 .page-swiper .area-box-3 .area-main-box .col-2 .c-item img{width: 72px;margin-bottom: 16px;}
.page-1 .page-swiper .area-box-3 .area-main-box .col-2 .c-item span{font-size: 15px;line-height: 36px;font-weight: bold;color: #ffffff;}
.page-1 .page-swiper .area-box-3 .area-main-box .col-2 .c-item:hover{transform: scale(1.05);transition: .5s;}
.page-1 .page-swiper .area-box-4{width: 100%; max-width: 1920px;height: calc(100vh - 80px);position: relative;margin: 0 auto;display: flex;padding: 146px 80px;background-image: url(../image/bg-4.png);}
.page-1 .page-swiper .area-box-4 .bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.page-1 .page-swiper .area-box-4 .col-title{writing-mode: vertical-rl;font-size: 54px;line-height: 54px;font-weight: 400;color: #F57F01;flex-shrink: 0;margin-right: 80px;position: relative;}
.page-1 .page-swiper .area-box-4 .col-main{flex: 1;position: relative;}
.page-1 .page-swiper .area-box-4 .col-main .row-title{font-size: 48px;line-height: 48px;font-weight: bold;justify-content: space-between;padding-right: 200px;}
.page-1 .page-swiper .area-box-4 .col-main .row-title .c-btn-box{margin-left: 20px;}
.page-1 .page-swiper .area-box-4 .col-main .row-title .c-btn-box span{font-size: 60px;color: rgba(0, 0, 0, 0.2);margin-left: 20px;font-weight: 400;cursor: pointer;}
.page-1 .page-swiper .area-box-4 .col-main .row-title .c-btn-box span:hover{background-color: rgba(245,127,1,0.1);color: #EF8231;}
.page-1 .page-swiper .area-box-4 .col-main .row-title-2{font-size: 15px;line-height: 28px;color: #666666;margin-top: 12px;}
.page-1 .page-swiper .area-box-4 .col-main .swiper-page4{margin-top: 40px;width: 100%;max-width: 1400px;overflow: hidden;padding-top: 40px;padding-bottom: 20px;}
.page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-slide{width: 350px;transform: translateY(0px);}
.page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-news-item{width: 100%;height: 440px; position: relative;padding-top: 20px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);display: block;}
.page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-news-item .news-img{width: 100%;height: 186px;border-radius: 10px;}
.page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-news-item .row-time{font-size: 14px;line-height: 28px;color: #999999;margin-top: 20px;}
.page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-news-item .row-time span{font-size: 18px;margin-right: 8px;}
.page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-news-item .news-title{font-size: 18px;line-height: 36px;height: 36px;margin-top: 6px;color: #000000;}
.page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-news-item .news-content{font-size: 14px;line-height: 24px;margin-top: 10px;color: #666666;}
.page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-news-item .new-type{width: 40px;padding: 13px 6px;border-radius: 10px 10px 0px 0px;background-color: #F57F01;color: #ffffff;font-size: 14px;line-height: 18px;position: absolute;right: 10px;top: 00px;}
.page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .btn-add{display: none; width: 64px;height: 64px;border-radius: 50%;line-height: 64px;text-align: center;background-color: #F57F01;color: #ffffff;font-size: 36px;position: absolute;left: 50%;bottom: -32px;transform: translate(-50%,0);}
.page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-slide:hover{transform: translateY(-30px);transition: .5s;}
.page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-slide:hover .swiper-news-item{border-bottom: 4px solid #F57F01;}
.page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-slide:hover .swiper-news-item .news-title{color: #F57F01;}
.page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-slide:hover .btn-add{display: block;cursor: pointer;}
.page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-slide{overflow: unset;}
.page-1 .page-swiper .area-box-5{width: 100%;max-width: 1920px;height: calc(100vh - 80px);position: relative;margin: 0 auto;display: flex;align-items: center;justify-content: space-between; padding: 20px 10%;}
.page-1 .page-swiper .area-box-5 .bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.page-1 .page-swiper .area-box-5 .col-1{position: relative;max-width: 450px;}
.page-1 .page-swiper .area-box-5 .col-1 .tb{font-size: 40px;color: #000000;display: block;}
.page-1 .page-swiper .area-box-5 .col-1 .r-1{font-size: 48px;line-height: 48px;margin-top: 18px;}
.page-1 .page-swiper .area-box-5 .col-1 .r-2{font-size: 15px;line-height: 28px;margin-top: 22px;color: #666666;}
.page-1 .page-swiper .area-box-5 .col-1 .r-3{margin-top: 36px;}
.page-1 .page-swiper .area-box-5 .col-1 .r-3 p{font-size: 14px;line-height: 36px;}
.page-1 .page-swiper .area-box-5 .col-1 .r-3 p:nth-of-type(1):before{content: '';width: 12px;height: 12px;border-radius: 50%;background-color: #EF8231;margin-right: 12px;display: inline-block;}
.page-1 .page-swiper .area-box-5 .col-1 .r-3 p:nth-of-type(2):before{content: '';width: 12px;height: 12px;border-radius: 50%;background-color: #029F2E;margin-right: 12px;display: inline-block;}
.page-1 .page-swiper .area-box-5 .col-1 .a-btn{display: inline-block;padding: 0 40px; height: 50px;border-radius: 25px;border: 1px solid #000000;line-height: 50px;text-align: center;margin-top: 100px;font-size: 16px;font-weight: bold;color: #000000;cursor: pointer;}
.page-1 .page-swiper .area-box-5 .col-1 .a-btn span{margin-left: 20px;font-size: 16px;}
.page-1 .page-swiper .area-box-5 .col-1 .a-btn:hover{background-color: #F57F01;color: #ffffff;border: none;transform: scale(1.05);transition: transform 0.5s;}
.page-1 .page-swiper .area-box-5 .col-2{position: relative;flex-shrink: 0;}
.page-1 .page-swiper .area-box-6{position: relative;height: 420px;}
.page-1 .page-swiper .area-box-6 .ab6{height: calc(100% - 420px);width: 100%;}

.img-bg{background-size: cover;background-repeat: no-repeat;background-position: center;}
.area-btn-box{position: fixed;right: 40px;bottom: 50px;z-index: 10;}
.area-btn-box .r-btn{width: 50px;height: 50px;border-radius: 50%;background-color: rgba(0, 0, 0, 0.3);margin-top: 4px;cursor: pointer;position: relative;text-align: center;}
.area-btn-box .r-btn span{color: #ffffff;font-size: 20px;line-height: 50px;}
.area-btn-box .r-btn .item-box1{display: none;}
.area-btn-box .r-btn .item-box1 .item-main{padding: 12px;background-color: #ffffff;border-radius: 10px;position: absolute;right: 66px; top: 50%;transform: translate(0,-50%);display: flex;align-items: center;justify-content: center;}
.area-btn-box .r-btn .item-box1 .item-main img{width: 118px;height: 118px;}
.area-btn-box .r-btn .item-box1 .item-main::after{content: '';width: 0;height: 0;border: 10px solid transparent;border-left: 10px solid #ffffff;position: absolute;right: -20px;top: 50%;transform: translate(0,-50%);}
.area-btn-box .r-btn .item-box1 .item-main .tel{font-size: 20px;line-height: 30px;font-weight: bold;color: #EF8231;width: 150px;}
.area-btn-box .r-btn:hover .item-box1{display: block;}
.area-btn-box .r-btn-totop{display: none;}
.area-btn-box .r-btn-none{display: none;width: 50px;height: 50px;margin-top: 4px;}

/* 技术研发 */
.page-2{min-height: 100vh;}
.page-2 .page-main{max-width: 1920px;margin: 0 auto;padding: 0px 80px 50px 80px;}
.page-2 .row-card{width: 100%;height: 600px;margin-top: 60px;border-radius: 20px;position: relative;padding: 20px 180px;display: flex;align-items: center;overflow: hidden;cursor: pointer;}
.page-2 .row-card .c-bg{width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;object-fit: cover;}
.page-2 .row-card .card-center{position: relative;width: 100%;display: flex;flex-direction: column;overflow: hidden;max-width: 676px;}
.page-2 .row-card .card-center .tb-1{width: 72px;}
.page-2 .row-card .card-center .r-1{font-size: 48px;line-height: 48px;margin-top: 28px;font-weight: bold;color: #ffffff;}
.page-2 .row-card .card-center .r-2{font-size: 15px;line-height: 28px;margin-top: 20px;font-weight: 500;color: #ffffff;}
.page-2 .row-card .card-center .a-1{font-size: 15px;line-height: 28px;margin-top: 50px;font-weight: 500;color: #ffffff;}
.page-2 .row-card .card-center .a-1 .icon-right{margin-left: 16px;font-size: 14px;}
.page-2 .row-card:hover .a-1{color: #EF8231;font-weight: bold;/*transform: scale(1.05);*/}
.page-2 .row-card:nth-of-type(2n){justify-content: flex-end;text-align: right;}
.page-2 .row-card:nth-of-type(2n) .card-center{align-items: flex-end;}
.page-2-2{background-color: #ffffff;}
.page-2 .area-tabnav-box{width: 1440px;}
.page-2 .area-content{margin-top: 20px;padding: 0 120px;}
.page-2 .area-content .r-title{text-align: center;font-size: 30px;line-height: 36px;font-weight: bold;}


/* 产品中心 */
.area-top-box{width: 100%;height: 480px;position: relative;max-width: 1920px;margin: 0 auto;display: flex;align-items: center;justify-content: center;}
.area-top-box .a-bg{width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;overflow: hidden;}
.area-top-box .a-bg img{width: 100%;height: 100%;object-fit: cover;transform: scale(1.1);transition: all 0.8s;}
.area-top-box .a-txt{position: relative;text-align: center;color: #ffffff;}
/* .area-top-box .a-txt div{opacity: 0;transform: translateY(50px);transition: all 0.8s;} */
.area-top-box .a-txt .r-1{font-size: 30px;line-height: 36px;font-weight: bold;}
.area-top-box .a-txt .r-2{font-size: 48px;line-height: 60px;font-weight: bold;margin-top: 12px;}
.area-tabnav-box{margin: 0 auto;margin-top: -50px;position: relative;max-width: 720px;width: 100%;height: 100px;display: flex;box-shadow: 0px 10px 20px 0px rgba(61,85,167,0.05);}
.area-tabnav-box .c-item{width: 50%;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 18px;line-height: 24px;color: #000000;font-weight: 400;cursor: pointer;background-color: #ffffff;}
.area-tabnav-box .c-item img{width: 30px;margin-right: 9px;font-size: 28px;}
.area-tabnav-box .c-item span{margin-right: 8px;font-size: 22px;}
.area-tabnav-box .c-item-actived{color: #ffffff;background-color: #F57F01;}
.area-tabnav-box .c-item:not(:nth-of-type(1)){border-left: 1px solid rgba(0, 0, 0, 0.1);}
.area-tabnav-box .c-item:hover{background-color: #F57F01;color: #ffffff;}
.area-fenye{margin: 0 auto;display: flex;align-items: center;justify-content: center;}
.area-fenye .a-btn-1{font-size: 16px;line-height: 36px;font-weight: bold;color: #000000;margin: 0 12px;}
.area-fenye .a-btn-1 span{font-size: 14px;font-weight: bold;margin: 0 6px;}
.area-fenye .a-item{width: 54px;height: 54px;border-radius: 50%;line-height: 54px;text-align: center;margin: 0 5px;background-color: #ffffff;color: #000000;font-size: 20px;}
.area-fenye .a-item-actived{background-color: #F57F01;color: #ffffff;}
.area-fenye .a-item:hover{background-color: #F57F01;color: #ffffff;}
.area-fenye .a-btn-1:hover{color: #F57F01;}
.page-3{min-height: 100vh;}
.page-3 .page-main{max-width: 1620px;margin: 0 auto;padding: 0 50px;}
.page-3 .page-main{padding-bottom: 60px;}
.page-3 .area-box-list{margin: 30px auto;display: flex;flex-wrap: wrap;margin-top: 70px;max-width: 1550px;}
.page-3 .area-box-list .list-item{flex-shrink: 0;width: calc(25% - 32px);height: 460px;margin: 0 16px;margin-bottom: 36px;padding-bottom: 20px;color: #000000;}
.page-3 .area-box-list .list-item .item-top{width: 100%;height: 390px;position: relative;display: flex;align-items: center;justify-content: center;}
.page-3 .area-box-list .list-item .item-top .item-bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.page-3 .area-box-list .list-item .item-top .item-img{width: 166px;position: relative;}
.page-3 .area-box-list .list-item .item-top .icon-tb{display: none;width: 64px;height: 64px;border-radius: 50%;background-color: #F57F01;color: #ffffff;line-height: 64px;text-align: center;font-size: 22px;font-weight: bold; position: absolute;left: 50%;bottom: 50px;transform: translate(-50%,0);}
.page-3 .area-box-list .list-item .item-name{font-size: 14px;line-height: 36px;text-align: center;margin-top: 28px;}
.page-3 .area-box-list .list-item .item-name .c-name{font-size: 22px;}
.page-3 .area-box-list .list-item .item-name .c-line{margin: 0 4px;}
.page-3 .area-box-list .list-item:hover{color: #F57F01;}
.page-3 .area-box-list .list-item:hover .item-top{transform: translateY(-20px);transition: .5s;}
.page-3 .area-box-list .list-item:hover .item-top .icon-tb{display: block;}
.page-3 .area-product{margin: 50px auto;display: flex;flex-wrap: wrap;max-width: 1520px;}
.page-3 .area-product .col-1{flex-shrink: 0;margin-right: 70px;width: 450px;}
.page-3 .area-product .col-1 .pdt-img-box{width: 100%;height: 540px;position: relative;display: flex;align-items: center;justify-content: center;}
.page-3 .area-product .col-1 .pdt-img-box .item-bg{width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;}
.page-3 .area-product .col-1 .pdt-img-box .item-img{width: 248px;position: relative;}
.page-3 .area-product .col-1 .r-1{font-size: 36px;line-height: 48px;font-weight: 500;margin-top: 50px;max-width: 350px;}
.page-3 .area-product .col-1 .r-2{font-size: 16px;line-height: 36px;font-weight: 400;margin-top: 4px;padding-bottom: 20px;border-bottom: 1px solid rgba(0, 0, 0, 0.2);max-width: 350px;}
.page-3 .area-product .col-1 .r-3{font-size: 14px;line-height: 26px;font-weight: 400;margin-top: 50px;color: #333333;max-width: 350px;}
.page-3 .area-product .col-2{flex: 1;}
.page-3 .area-product .col-2 .area-box{background-color: #ffffff;border-radius: 10px;margin-bottom: 20px;padding: 0 60px;}
.page-3 .area-product .col-2 .area-box .r-title{font-size: 36px;line-height: 40px;font-weight: 800;color: #F57F01;padding: 50px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.2);}
.page-3 .area-product .col-2 .area-box .r-title::before{content: '';display: inline-block;width: 30px;height: 10px;border-radius: 5px;background-color: #F57F01;margin-right: 30px;vertical-align: middle;}
.page-3 .area-product .col-2 .area-box-2{background-color: #ffffff;border-radius: 10px;margin-bottom: 20px;padding: 0 60px;height: 100px;display: flex;align-items: center;justify-content: space-between;}
.page-3 .area-product .col-2 .area-box-2 .a-btn{color: #000000;font-weight: bold;font-size: 16px;line-height: 36px;max-width: 40%;display: flex;}
.page-3 .area-product .col-2 .area-box-2 .a-btn:first-of-type .iconfont{margin-right: 10px;}
.page-3 .area-product .col-2 .area-box-2 .a-btn:last-of-type .iconfont{margin-left: 10px;}
.page-3 .area-product .col-2 .area-box-2 .a-btn .c-1{flex-shrink: 0;}
.page-3 .area-product .col-2 .area-box-2 .a-btn .c-title{margin: 0 20px;line-height: 36px;height: 36px;}
.page-3 .area-product .col-2 .area-box-2 .a-btn:hover{color: #F57F01;}

/* 新闻中心 */
.page-4{min-height: 100vh;}
.page-4 .page-main{max-width: 1620px;margin: 0 auto;padding: 0 50px 60px 50px;}
.page-4 .area-swiper-box{width: 100%;height: 400px;margin: 50px auto;overflow: hidden;background-color: #ffffff;border-radius: 10px;position: relative;}
.page-4 .area-swiper-box .news-item{width: 100%;height: 100%;display: flex;flex-wrap: wrap;}
.page-4 .area-swiper-box .news-item .item-img{width: 50%;height: 100%;overflow: hidden;}
.page-4 .area-swiper-box .news-item .item-img img{width: 100%;height: 100%;object-fit: cover;}
.page-4 .area-swiper-box .news-item .item-img:hover img{transform: scale(1.1);transition: transform 0.5s ease;}
.page-4 .area-swiper-box .news-item .item-center{width: 50%;padding: 60px 60px;border: 1px solid #E5E8EE;border-radius: 10px;}
.page-4 .area-swiper-box .news-item .item-center .r-time{font-size: 14px;line-height: 28px;color: #999999;}
.page-4 .area-swiper-box .news-item .item-center .r-time span{margin-right: 4px;}
.page-4 .area-swiper-box .news-item .item-center .r-title{font-size: 24px;line-height: 36px;color: #000000;margin-top: 6px;}
.page-4 .area-swiper-box .news-item .item-center .r-content{font-size: 15px;line-height: 24px;height: 72px; color: #666666;margin-top: 16px;}
.page-4 .area-swiper-box .news-item .item-center .r-1{margin-top: 70px;display: flex;align-items: center;justify-content: space-between;}
.page-4 .area-swiper-box .news-item .item-center .r-1 .a-btn{display: block;width: 180px;height: 50px;border-radius: 25px;line-height: 50px;text-align: center;font-size: 16px;font-weight: bold;color: #ffffff;background-color: #F57F01;cursor: pointer;}
.page-4 .area-swiper-box .news-item .item-center .r-1 .a-btn span{margin-left: 20px;font-size: 16px;}
.page-4 .area-swiper-box .news-item .item-center .r-1 .a-btn:hover{transform: scale(1.05);transition: .5s;}
.page-4 .area-swiper-box .c-btn-box{display: flex;position: absolute;right: 60px;bottom: 60px;z-index: 5;}
.page-4 .area-swiper-box .c-btn-box span{font-size: 60px;color: rgba(0, 0, 0, 0.2);margin-left: 20px;font-weight: 400;cursor: pointer;}
.page-4 .area-swiper-box .c-btn-box span:hover{background-color: rgba(245,127,1,0.1);color: #EF8231;}
.page-4 .area-news-list{margin: 0 auto;margin-bottom: 60px;}
.page-4 .area-news-list .news-card{width: 100%;height: 306px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 60px;display: flex;align-items: center;justify-content: space-between;}
.page-4 .area-news-list .news-card .col-left{margin-right: 20px;max-width: 850px;}
.page-4 .area-news-list .news-card .col-left .r-time{font-size: 14px;line-height: 28px;color: #999999;}
.page-4 .area-news-list .news-card .col-left .r-time span{margin-right: 4px;}
.page-4 .area-news-list .news-card .col-left .r-title{font-size: 24px;line-height: 36px;color: #000000;margin-top: 6px;}
.page-4 .area-news-list .news-card .col-left .r-content{font-size: 15px;line-height: 24px;color: #666666;margin-top: 16px;}
.page-4 .area-news-list .news-card .col-right{width: 350px;height: 186px;border-radius: 10px;overflow: hidden;}
.page-4 .area-news-list .news-card .col-right img{width: 100%;height: 100%;object-fit: cover;border-radius: 10px;}
.page-4 .area-news-list .news-card:hover{background-color: #ffffff;}
.page-4 .area-news-list .news-card:hover .r-title{color: #F57F01;font-weight: bold;}
.page-4 .area-news-list .news-card:hover .col-right img{transform: scale(1.05);transition: transform 0.5s;}
.page-4 .area-box-search{width: 100%;max-width: 720px;height: 60px;margin: 40px auto;border-radius: 20px;overflow: hidden;background-color: #ffffff;display: flex;align-items: center;}
.page-4 .area-box-search .iconfont{font-size: 20px;margin-left: 27px;flex-shrink: 0;}
.page-4 .area-box-search input{flex: 1;font-size: 16px;line-height: 32px;padding: 0 10px;background-color: transparent;border: none;outline: none;}
.page-4 .area-box-search .c-btn{flex-shrink: 0;width: 140px;height: 48px;margin-right: 7px;line-height: 48px;text-align: center;background-color: #F57F01;color: #ffffff;font-size: 16px;font-weight: bold;border-radius: 24px;cursor: pointer;}
.page-4 .area-news-content{margin: 50px auto;overflow: hidden;}
.page-4 .area-news-content .col-1{float: left;width: calc(100% - 450px);padding-right: 60px;}
.page-4 .area-news-content .col-1 .r-1{font-size: 30px;line-height: 36px;font-weight: bold;}
.page-4 .area-news-content .col-1 .r-2{margin-top: 30px;display: flex;align-items: center;justify-content: space-between;}
.page-4 .area-news-content .col-1 .r-2 .c-time{font-size: 15px;line-height: 24px;color: #999999;}
.page-4 .area-news-content .col-1 .r-2 .c-time span:last-of-type{margin-left: 6px;}
.page-4 .area-news-content .col-1 .r-2 .c-share{display: flex;align-items: center;}
.page-4 .area-news-content .col-1 .r-2 .c-share .icon-btn{width: 40px;height: 40px;border-radius: 50%;border: 1px solid rgba(0, 0, 0, 0.1);margin-left: 6px;display: flex;align-items: center;justify-content: center;position: relative;cursor: pointer;}
.page-4 .area-news-content .col-1 .r-2 .c-share .icon-btn .tb{width: 20px;}
.page-4 .area-news-content .col-1 .r-2 .c-share .icon-btn .icon-tb{font-size: 20px;color: #010101;}
.page-4 .area-news-content .col-1 .r-3{margin-top: 30px;border-top: 1px solid rgba(0, 0, 0, 0.1);border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.page-4 .area-news-content .col-1 .r-3 img{width: 100%;}
.page-4 .area-news-content .col-1 .r-4{margin-top: 20px;display: flex;flex-direction: column;}
.page-4 .area-news-content .col-1 .r-4 a{font-size: 15px;line-height: 36px;color: #000000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page-4 .area-news-content .col-1 .r-4 a:hover{color: #F57F01;}
.page-4 .area-news-content .col-2{float: right; width: 450px;flex-shrink: 0;background-color: #F6F9FB;padding: 50px;border-radius: 10px;}
.page-4 .area-news-content .col-2 .r-1{font-size: 24px;line-height: 36px;}
.page-4 .area-news-content .col-2 .r-search{width: 100%;height: 54px;border-radius: 10px;border: 1px solid rgba(0,0,0,0.1);margin-top: 20px;display: flex;align-items: center;padding: 0 20px;}
.page-4 .area-news-content .col-2 .r-search input{flex: 1;line-height: 36px;border: none;font-size: 14px;background-color: transparent;outline: none;color: #000000;}
.page-4 .area-news-content .col-2 .r-search .icon-search{font-size: 20px;color: #000000;margin-left: 10px;}
.page-4 .area-news-content .col-2 .r-3{font-size: 24px;line-height: 36px;margin-top: 20px;}
.page-4 .area-news-content .col-2 .r-4{padding: 16px 0px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);display: flex;color: #333333;}
.page-4 .area-news-content .col-2 .r-4 .news-img{width: 150px;height: 100px;border-radius: 10px;object-fit: cover;}
.page-4 .area-news-content .col-2 .r-4 .c-center{margin-left: 20px;}
.page-4 .area-news-content .col-2 .r-4 .c-center .news-time{font-size: 14px;line-height: 28px;color: #999999;}
.page-4 .area-news-content .col-2 .r-4 .c-center .news-time span{font-size: 18px;margin-right: 4px;}
.page-4 .area-news-content .col-2 .r-4 .c-center .news-title{font-size: 15px;line-height: 24px;}
.page-4 .area-news-content .col-2 .r-4:last-of-type{border-bottom: none;}
.page-4 .area-news-content .col-2 .r-4:hover .news-title{color: #F57F01;}
.share-popup{display: none; position: absolute;top: 32px;left: 0px;width: 160px;height: 160px;padding: 20px 20px;background-color: #ffffff;box-shadow: 0px 10px 20px 0px rgba(61,85,167,0.05);z-index: 3;}
.share-popup .mask{z-index: 9;width: 100vw;height: 100vh;position: fixed;top: 0;left: 0;}
.share-popup .share-popup-center{z-index: 11;}
.share-popup .icon-closed{font-size: 14px;position: absolute;right: 10px;top: 10px;}
.share-popup .popup-title{font-size: 16px;line-height: 18px;}
.share-popup .popup-content{display: flex;align-items: center;justify-content: center;margin-top: 10px;}
.share-popup .popup-content img{width: 120px;height: 120px;}

/* 联系我们 */
.page-5{min-height: 100vh;}
.page-5 .page-main{max-width: 1620px;margin: 0 auto;padding: 0 50px 60px 50px;}
.page-5 .area-box-1{width: 100%;display: flex;align-items: center;justify-content: flex-end;overflow: hidden;position: relative;padding: 110px 60px;background-color: #ffffff;margin-top: 50px;border-radius: 10px;padding-left: 400px;}
.page-5 .area-box-1 .area-bg{width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;}
.page-5 .area-box-1 .r-txt{font-size: 16px;line-height: 36px;position: relative;}
.page-5 .area-box-search{width: 100%;max-width: 720px;height: 60px;margin: 40px auto;border-radius: 20px;overflow: hidden;background-color: #ffffff;display: flex;align-items: center;}
.page-5 .area-box-search .iconfont{font-size: 20px;margin-left: 27px;flex-shrink: 0;}
.page-5 .area-box-search input{flex: 1;font-size: 16px;line-height: 32px;padding: 0 10px;background-color: transparent;border: none;outline: none;}
.page-5 .area-box-search .c-btn{flex-shrink: 0;width: 140px;height: 48px;margin-right: 7px;line-height: 48px;text-align: center;background-color: #F57F01;color: #ffffff;font-size: 16px;font-weight: bold;border-radius: 24px;cursor: pointer;}
.page-5 .area-table-box{border-top: 5px solid #F57F01;width: 100%;border-radius: 10px;overflow: hidden;margin-bottom: 40px;}
.page-5 .area-table-box .row-tr{width: 100%;height: 120px;font-size: 15px;line-height: 20px;display: flex;align-items: center;text-align: center;background-color: #ffffff;}
.page-5 .area-table-box .row-tr .c-td:nth-of-type(1){width: 30%;}
.page-5 .area-table-box .row-tr .c-td:nth-of-type(2){width: 10%;}
.page-5 .area-table-box .row-tr .c-td:nth-of-type(3){width: 20%;}
.page-5 .area-table-box .row-tr .c-td:nth-of-type(4){width: 10%;}
.page-5 .area-table-box .row-tr .c-td:nth-of-type(5){width: 20%;}
.page-5 .area-table-box .row-tr .c-td:nth-of-type(6){width: 10%;}
.page-5 .area-table-box .row-th{color: #999999;border-radius: 0px 0px 10px 10px;height: 75px;padding: 0 60px;}
.page-5 .area-table-box .row-tr .c-td .icon-btn{width: 64px;height: 64px;border-radius: 50%;line-height: 64px;text-align: center;background-color: #F6F9FB;color: #000000;font-size: 22px;font-weight: bold;display: block;cursor: pointer;margin: 0 auto;}
/* .page-5 .area-table-box .row-tr .c-td .icon-reduce{background-color: #F57F01;color: #ffffff;} */
.page-5 .area-table-box .row-tr .c-td .btn-actived{background-color: #F57F01;color: #ffffff;}
.page-5 .area-table-box .row-tr .c-td .icon-btn:hover{background-color: #F57F01;color: #ffffff;/* transform: scale(1.05); */transition: transform 0.3s;}
.page-5 .area-table-box .row-jobinfo{border-radius: 10px;overflow: hidden;background-color: #ffffff;margin-top: 10px;padding: 0 60px;}
.page-5 .area-table-box .row-jobinfo .row-detail{border-top: 1px solid rgba(0, 0, 0, 0.1);padding: 0px 40px;display: none;}
.page-5 .area-table-box .row-jobinfo .row-detail .r-title{color: #000000;font-weight: bold;}
.page-5 .area-table-box .row-jobinfo .row-detail .row-yx{height: 150px;width: 100%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;border-top: 1px solid rgba(0, 0, 0, 0.1);}
.page-5 .area-table-box .row-jobinfo .row-detail .row-yx .col-left .r-1{font-size: 18px;line-height: 30px;color: #000000;font-weight: bold;}
.page-5 .area-table-box .row-jobinfo .row-detail .row-yx .col-left .r-2{font-size: 16px;line-height: 30px;color: #999;font-weight: 500;}
.page-5 .area-table-box .row-jobinfo .row-detail .row-yx .col-right{width: 200px;height: 50px;line-height: 50px;text-align: center;border-radius: 25px;background-color: #F57F01;color: #ffffff;font-size: 16px;}
.page-5 .area-box-2{width: 100%;position: relative;border-radius: 10px;overflow: hidden;padding: 70px 60px;margin-top: 30px;}
.page-5 .area-box-2 .area-bg{width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;object-fit: cover;}
.page-5 .area-box-2 .r-1{font-size: 20px;line-height: 36px;color: #000000;position: relative;}
.page-5 .area-box-2 .r-1 .icon-upload{font-size: 24px;margin-right: 8px;}
.page-5 .area-box-2 .r-2{position: relative;display: flex;flex-wrap: wrap;margin-top: 30px;}
.page-5 .area-box-2 .r-2 .c-item{width: 300px;height: 150px;border-radius: 10px;margin-right: 10px;box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);display: flex;align-items: center;padding-left: 36px;}
.page-5 .area-box-2 .r-2 .c-item .icon-tb{display: block;width: 64px;height: 64px;border-radius: 50%;line-height: 64px;text-align: center;border: 1px solid #EF8231;background-color: rgba(245,127,1,0.1);color: #F57F01;font-size: 24px;margin-right: 14px;}
.page-5 .area-box-2 .r-2 .c-item div{font-size: 16px;line-height: 24px;color: #000000;font-weight: 400;}
.page-5 .area-box-3{width: 100%;margin-top: 50px;overflow: hidden;}
.page-5 .area-box-3 .col-1{width: 50%;padding-top: 36px;padding-right: 30px;position: relative;float: left;}
.page-5 .area-box-3 .col-1 .a-title{padding: 16px 0;margin-bottom: 36px;}
.page-5 .area-box-3 .col-1 .a-title .r-1{font-size: 24px;line-height: 36px;font-weight: bold;}
.page-5 .area-box-3 .col-1 .a-title .r-1{font-size: 16px;line-height: 36px;color: #999999;}
.page-5 .area-box-3 .col-1 .a-box{margin-top: 40px;display: flex;}
.page-5 .area-box-3 .col-1 .a-box .icon-tb{font-size: 22px;line-height: 36px;flex-shrink: 0;color: #F57F01;}
.page-5 .area-box-3 .col-1 .a-box .right-info{margin-left: 18px;}
.page-5 .area-box-3 .col-1 .a-box .right-info .r-title{font-size: 18px;line-height: 36px;font-weight: bold;}
.page-5 .area-box-3 .col-1 .a-box .right-info .r-title .a-addr{margin-left: 12px;font-size: 14px;color: #004C85;text-decoration: underline;}
.page-5 .area-box-3 .col-1 .a-box .right-info .r-tel{font-size: 30px;line-height: 36px;font-weight: bold;color: #666666;margin-top: 12px;}
.page-5 .area-box-3 .col-1 .a-box .right-info .a-addr{font-size: 16px;line-height: 36px;font-weight: bold;color: #666666;}
.page-5 .area-box-3 .col-1 .a-box .right-info .a-addr-h5{display: none;}
.page-5 .area-box-3 .col-1 .a-box .right-info .r-email{font-size: 16px;line-height: 36px;font-weight: bold;color: #666666;}
.page-5 .area-box-3 .col-1 .a-gzh{display: flex;align-items: center;position: absolute;bottom: 0px;right: 30px;}
.page-5 .area-box-3 .col-1 .a-gzh span{font-size: 14px;line-height: 30px;color: #333333;writing-mode: vertical-rl;margin-right: 8px;}
.page-5 .area-box-3 .col-1 .a-gzh img{width: 118px;height: 118px;}
.page-5 .area-box-3 .col-2{width: 50%;background-color: #ffffff;border-radius: 10px;padding: 40px 60px;float: right;}
.page-5 .area-box-3 .col-2 .row-1{display: flex;flex-wrap: wrap;justify-content: space-between;}
.page-5 .area-box-3 .col-2 .form-item{margin-bottom: 20px;width: 100%;}
.page-5 .area-box-3 .col-2 .form-item .r-title{font-size: 16px;line-height: 36px;color: #000000;}
.page-5 .area-box-3 .col-2 .form-item .r-title::before{content: '*';display: inline-block;margin-right: 4px;color: #F40000;}
.page-5 .area-box-3 .col-2 .form-item .r-input{width: 100%;height: 52px;line-height: 52px;border: 1px solid rgba(0, 0, 0, 0.1);padding: 0 20px;font-size: 14px;border-radius: 5px;outline: none;}
.page-5 .area-box-3 .col-2 .row-1 .form-item{width: 45%;}
.page-5 .area-box-3 .col-2 .form-item .r-textarea{width: 100%;height: 108px;line-height: 36px;border: 1px solid rgba(0, 0, 0, 0.1);padding: 0 20px;font-size: 14px;border-radius: 5px;outline: none;}
.page-5 .area-box-3 .col-2 .r-yzm{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.page-5 .area-box-3 .col-2 .r-yzm .c-yzm{width: 300px;height: 52px;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 5px;padding: 0 0 0 10px;display: flex;align-items: center;justify-content: space-between;margin-bottom: 10px;}
.page-5 .area-box-3 .col-2 .r-yzm .c-yzm .r-input-yzm{width: 140px;line-height: 40px;font-size: 14px;border: none;outline: none;}
.page-5 .area-box-3 .col-2 .r-yzm .c-yzm #yzm-pic{width: 128px;height: 48px;}
.page-5 .area-box-3 .col-2 .r-yzm .form-btn{width: 200px;height: 50px;line-height: 50px;text-align: center;border-radius: 25px;background-color: #F57F01;color: #ffffff;font-size: 16px;margin-bottom: 10px;border: none;letter-spacing: 4px;}

/* 关于我们 */
.page-6{background-color: #ffffff;}
.page-6 .page-main{max-width: 1920px;margin: 0 auto;padding: 0;}
.page-6 .area-tabnav-box{max-width: 1520px;}
.page-6 .area-box-1{max-width: 1520px;margin: 70px auto;}
.page-6 .area-title{font-size: 30px;line-height: 36px;font-weight: bold;text-align: center;position: relative;}
.page-6 .area-box-1 .r-2{font-size: 16px;line-height: 36px;font-weight: 500;text-align: center;margin-top: 10px;color: #C9C9C9;}
.page-6 .area-box-1 .r-4{display: flex;justify-content: center;align-items: center;}
.page-6 .area-box-1 .r-4 .c-1{height: 84px;width: 300px;text-align: center;}
.page-6 .area-box-1 .r-4 .c-1:first-of-type{border-right: 1px solid #DEDEDE;}
.page-6 .area-box-1 .r-4 .c-1 div:nth-of-type(1){font-size: 48px;line-height: 48px;font-weight: bold;color: #F57F01;}
.page-6 .area-box-1 .r-4 .c-1 div:nth-of-type(2){font-size: 14px;line-height: 36px;font-weight: 400;color: #000000;margin-top: 10px;}
.page-6 .area-box-2{max-width: 1920px;margin: 0 auto;padding: 64px 200px;position: relative;}
.page-6 .area-box-2 .a-bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.page-6 .area-box-2 .r-content{display: flex;justify-content: center;flex-wrap: wrap;gap: 10px;position: relative;margin-top: 50px;}
.page-6 .area-box-2 .r-content .c-card{width: 24%;height: 160px;border-radius: 10px;background-color: #ffffff;display: flex;align-items: center;padding: 0 36px;}
.page-6 .area-box-2 .r-content .c-card .iconfont{width: 64px;height: 64px;border-radius: 50%;line-height: 64px;text-align: center;font-size: 36px;background-color: rgba(245,127,1,0.1);border: 1px solid #EF8231;color: #F57F01;flex-shrink: 0;}
.page-6 .area-box-2 .r-content .c-card .t-1{margin-left: 20px;display: flex;flex-direction: column;}
.page-6 .area-box-2 .r-content .c-card .t-1 span:nth-of-type(1){font-size: 20px;line-height: 24px;}
.page-6 .area-box-2 .r-content .c-card .t-1 span:nth-of-type(2){font-size: 14px;line-height: 24px;color: #999999;}
.page-6 .area-box-2 .r-content .c-card:hover{background-color: #F57F01;color: #ffffff;}
.page-6 .area-box-2 .r-content .c-card:hover .iconfont{border: 1px solid #ffffff;color: #ffffff;}
.page-6 .area-box-2 .r-content .c-card:hover .t-1 span:nth-of-type(2){color: #ffffff;}
.page-6 .area-box-3{max-width: 1920px;margin: 0 auto;padding: 50px 200px;position: relative;}
.page-6 .area-box-3 .area-centent{display: flex;align-items: center;justify-content: space-between;width: 100%;max-width: 1520px;}
.page-6 .area-box-3 .area-centent .history-swiper{max-width: 1200px;flex: 1;overflow: hidden;min-height: 420px;background-color: #F7F7F7;box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05);margin: 40px 20px;}
.page-6 .area-box-3 .area-centent .history-swiper .item-box{padding: 70px 60px;display: flex;justify-content: space-between;align-items: center;}
.page-6 .area-box-3 .area-centent .history-swiper .item-box .col-1{margin-right: 40px;max-width: 500px;}
.page-6 .area-box-3 .area-centent .history-swiper .item-box .col-1 .r-time{font-size: 48px;line-height: 60px;font-weight: 400;}
.page-6 .area-box-3 .area-centent .history-swiper .item-box .col-1 .r-tit{font-size: 20px;line-height: 36px;font-weight: bold;margin-top: 20px;}
.page-6 .area-box-3 .area-centent .history-swiper .item-box .col-1 .r-ct{font-size: 15px;line-height: 36px;font-weight: 400;}
.page-6 .area-box-3 .area-centent .history-swiper .item-box .col-2{width: 450px;border-radius: 5px;overflow: hidden;}
.page-6 .area-box-3 .area-centent .history-swiper .item-box .col-2 img{width: 100%;height:270px;object-fit: cover;}
.page-6 .area-box-3 .area-centent .history-btn{font-size: 60px;color: rgba(0, 0, 0, 0.2);font-weight: 400;cursor: pointer;}
.page-6 .area-box-3 .area-centent .history-btn:hover{background-color: rgba(245,127,1,0.1);color: #EF8231;}
.page-6 .swiper-pagination{display: none;}
.page-6 .area-box-3 .row-timeline{width: 100%;height: 100px;line-height: 36px;font-size: 20px;color: #333333;display: flex;align-items: center;justify-content: space-between;padding: 0 156px;border-top: 1px solid #666666;}
.page-6 .area-box-3 .row-timeline .t-item{cursor: pointer;}
.page-6 .area-box-3 .row-timeline .item-active{font-size: 48px;color: #F57F01;line-height: 48px;}
.page-6 .area-box-4{max-width: 1920px;margin: 0 auto;padding: 50px 200px;position: relative;background: linear-gradient(-45deg, #C2C3C8 0%, #F7F8FD 100%);}
.page-6 .area-box-4 .r-1{font-size: 18px;line-height: 36px;text-align: center;margin-top: 16px;text-align: center;margin-bottom: 10px;}
.yxwl-map-box{margin: 0 auto;position: relative;width: 1032px;}
.yxwl-map-box .map{width: 100%;display: block;}
.yxwl-map-box .addr-item{min-width: 30px;height: 30px;position: absolute;cursor: pointer;display: flex;align-items: center;}
.yxwl-map-box .addr-item .a-info{display: none; margin-left: 24px;width: auto; padding: 0 20px;height: 40px;border-radius: 20px;line-height: 40px;text-align: center;background-color: #029F2E;font-size: 15px;color: #ffffff;cursor: pointer;}
.yxwl-map-box .addr-item:hover .a-info{display: block;}
.yxwl-map-box .addr-item:nth-of-type(1){top: 133px;left: 575px;}
.yxwl-map-box .addr-item:nth-of-type(2){top: 177px;left: 563px;}
.yxwl-map-box .addr-item:nth-of-type(3){top: 188px;left: 690px;}
.yxwl-map-box .addr-item:nth-of-type(4){top: 213px;left: 716px;}
.yxwl-map-box .addr-item:nth-of-type(5){top: 199px;left: 725px;}
.yxwl-map-box .addr-item:nth-of-type(6){top: 196px;left: 749px;}
.yxwl-map-box .addr-item:nth-of-type(7){top: 210px;left: 770px;}
.yxwl-map-box .addr-item:nth-of-type(8){top: 282px;left: 796px;}
.yxwl-map-box .addr-item:nth-of-type(9){top: 251px;left: 796px;}
.yxwl-map-box .addr-item:nth-of-type(10){top: 235px;left: 808px;}
.yxwl-map-box .addr-item:nth-of-type(11){top: 234px;left: 847px;}
.yxwl-map-box .addr-item:nth-of-type(12){top: 290px;left: 848px;}
.yxwl-map-box .addr-item:nth-of-type(13){top: 165px;left: 804px;height: 46px;}
.yxwl-map-box .addr-item .a-link{background-color: #F58101;margin-left: 40px;}
.yxwl-map-box .addr-item .a-link span{margin-left: 24px;font-size: 15px;}
.yxwl-map-box .addr-item .a-link-2{padding: 0 20px; height: 40px;border-radius: 20px;line-height: 40px;text-align: center;background-color: #029F2E;font-size: 15px;color: #ffffff;position: absolute;left: 438px;top: 175px;cursor: pointer;}
.partner-popup{display: none; width: 80%;height: 300px;position: absolute;left: 10%;bottom: 30px;background-color: #ffffff;}
.partner-popup .r-title{height: 60px;line-height: 24px;text-align: center;display: flex;align-items: center;justify-content: center;background-color: #F58101;color: #ffffff;font-size: 15px;padding: 0 50px;}
.partner-popup .icon-closed{font-size: 22px;color: #ffffff;position: absolute;right: 30px;top: 20px;cursor: pointer;}
.partner-popup .r-content{width: 100%;display: flex;align-items: center;justify-content: space-between; padding: 0 40px;}
.partner-popup .r-content .icon-btn{font-size: 24px;color: rgba(0, 0, 0, 0.25);flex-shrink: 0;cursor: pointer;}
.partner-popup .partner-swiper{flex: 1;height: 240px;overflow: hidden;margin: 0 40px;}
.partner-popup .partner-swiper .swiper-slide{width:auto;}
.partner-popup .partner-swiper .partner-item{display: flex;flex-direction: column;align-items: center;justify-content: center; height: 100%;}
.partner-popup .partner-swiper .partner-item img{width: 120px;height: 120px;}
.partner-popup .partner-swiper .partner-item div{font-size: 15px;line-height: 30px;height: 30px;width: 120px;text-align: center;margin-top: 6px;}
.page-6 .area-box-5{max-width: 1920px;margin: 0 auto;padding: 50px 200px;position: relative;}
.page-6 .area-box-5 .a-bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.page-6 .area-box-5 .r-content{display: flex;align-items: center;justify-content: space-between;width: 100%;margin-top: 40px;}
.page-6 .area-box-5 .icon-btn{font-size: 60px;color: rgba(0, 0, 0, 0.2);margin-left: 20px;font-weight: 400;cursor: pointer;position: relative;}
.page-6 .area-box-5 .icon-btn:hover{background-color: rgba(245,127,1,0.1);color: #EF8231;}
.page-6 .area-box-5 .honnor-swiper{flex: 1;overflow: hidden;margin: 0 10px;}
.page-6 .area-box-5 .honnor-swiper .swiper-slide{width:auto;}
.page-6 .area-box-5 .honnor-swiper .honnor-item{width: 330px;}
.page-6 .area-box-5 .honnor-swiper .honnor-item .img-box{width: 100%;height: 270px;position: relative;border-radius: 5px;}
.page-6 .area-box-5 .honnor-swiper .honnor-item .img-box .c-bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.page-6 .area-box-5 .honnor-swiper .honnor-item .img-box .item-img{width: 265px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.page-6 .area-box-5 .honnor-swiper .honnor-item .item-title{font-size: 18px;line-height: 36px;text-align: center;margin-top: 20px;}


.page-6 .area-box-7{max-width: 1920px;margin: 0 auto;padding: 50px 200px;position: relative;}
.page-6 .area-box-7 .a-bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.page-6 .area-box-7 .r-content{display: flex;align-items: center;justify-content: space-between;width: 100%;margin-top: 40px;}
.page-6 .area-box-7 .icon-btn{font-size: 60px;color: rgba(0, 0, 0, 0.2);margin-left: 20px;font-weight: 400;cursor: pointer;position: relative;}
.page-6 .area-box-7 .icon-btn:hover{background-color: rgba(245,127,1,0.1);color: #EF8231;}
.page-6 .area-box-7 .invent-swiper{flex: 1;overflow: hidden;margin: 0 10px;}
.page-6 .area-box-7 .invent-swiper .swiper-slide{width:auto;}
.page-6 .area-box-7 .invent-swiper .invent-item{width: 330px;}
.page-6 .area-box-7 .invent-swiper .invent-item .img-box{width: 100%;height: 480px;position: relative;border-radius: 5px;}
.page-6 .area-box-7 .invent-swiper .invent-item .img-box .c-bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.page-6 .area-box-7 .invent-swiper .invent-item .img-box .item-img{width: 265px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.page-6 .area-box-7 .invent-swiper .invent-item .item-title{font-size: 18px;line-height: 36px;text-align: center;margin-top: 20px;}


.page-6 .area-box-6{max-width: 1920px;margin: 0 auto;padding: 50px 200px;position: relative;}
.page-6 .area-box-6 .r-content{display: flex;align-items: center;justify-content: space-between;width: 100%;margin-top: 40px;}
.page-6 .area-box-6 .icon-btn{font-size: 60px;color: rgba(0, 0, 0, 0.2);margin-left: 20px;font-weight: 400;cursor: pointer;position: relative;}
.page-6 .area-box-6 .icon-btn:hover{background-color: rgba(245,127,1,0.1);color: #EF8231;}
.page-6 .area-box-6 .staff-swiper{flex: 1;overflow: hidden;margin: 0 10px;}
.page-6 .area-box-6 .staff-swiper .swiper-slide{width:auto;}
.page-6 .area-box-6 .staff-swiper .staff-item{width: 750px;}
.page-6 .area-box-6 .staff-swiper .staff-item .img-box{width: 100%;height: 480px;position: relative;border-radius: 5px;overflow: hidden;}
.page-6 .area-box-6 .staff-swiper .staff-item .img-box .item-img{width: 100%;height: 100%;object-fit: cover;}
.page-6 .area-box-6 .staff-swiper .staff-item .item-title{font-size: 18px;line-height: 36px;text-align: center;margin-top: 20px;}



.area-animation-up{transform: translateY(50px);transition: all 0.8s;}
.area-animation-down{transform: translateY(-50px);transition: all 0.8s;}
.area-animation-left{transform: translateX(50px);transition: all 0.8s;}
.area-animation-right{transform: translateX(-50px);transition: all 0.8s;}


@media screen and (max-width: 767px ){
  body{min-width: 375px;}
  .page-header{height: 50px;}
  .page-header-box{display: none;}
  .m-page-header-box{display: block;}
  .page-footer-box .footer-1{padding: 20px;height: auto;}
  .page-footer-box .footer-1 .footer-1-center{flex-wrap: wrap;}
  .page-footer-box .footer-1 .footer-1-left{width: auto;margin-right: 0;}
  .page-footer-box .footer-1 .footer-1-ewm{margin: 0 auto;margin-top: 20px;}
  .page-footer-box .footer-1 .footer-1-right{display: none;}
  .page-footer-box .footer-2{height: 60px;padding: 0 20px;text-align: center;}
  .page-footer-box .footer-2 .col-tb{display: none;}
  .page-footer-box .footer-2 .footer-2-center{justify-content: center;height: 60px;}

  .area-fenye .a-btn-1{font-size: 12px;line-height: 28px;font-weight: bold;color: #000000;margin: 0 16px;}
  .area-fenye .a-btn-1 span{font-size: 12px;font-weight: bold;margin: 0 6px;}
  .area-fenye .a-item{width: 36px;height: 36px;border-radius: 50%;line-height: 36px;text-align: center;margin: 0 5px;background-color: #ffffff;color: #000000;font-size: 12px;}
  .area-fenye .a-item-actived{background-color: #F57F01;color: #ffffff;}
  .area-top-box{height: 240px;}
  .area-top-box .a-txt .r-1{font-size: 24px;}
  .area-top-box .a-txt .r-2{font-size: 28px;margin-top: 0px;}

  .page-1 .page-swiper{height: calc(100vh - 50px);}
  .page-1 .page-swiper .swiper-page1{height: calc(100vh - 50px);}
  .page-1 .page-swiper .swiper-page1 .swiper-slide-page-1{height: calc(100vh - 50px);}
  .page-1 .page-swiper .swiper-page1 .swiper-slide-page-1 .area-txt{margin-left: 20px;}
  .page-1 .page-swiper .swiper-page1 .swiper-slide-page-1 .area-txt .t-1{font-size: 18px;line-height: 24px;}
  .page-1 .page-swiper .swiper-page1 .swiper-slide-page-1 .area-txt .t-2{font-size: 24px;line-height: 40px;}
  .page-1 .page-swiper .swiper-page1 .swiper-slide-page-1 .area-txt .a-btn{display: inline-block; padding: 0 20px;height: 40px;line-height: 40px;font-size: 14px;}
  .page-1 .page-swiper .swiper-page1 .swiper-slide-page-1 .area-txt .a-btn span{margin-left: 10px;}
  .page-1 .page-swiper .swiper-page1 .swiper-pagination-bullet{width: 40px;}
  .page-1 .page-swiper .swiper-page1 .pagination-btn{opacity: 0;}
  .area-btn-box{right: 20px;}
  .page-1 .page-swiper .area-box-2{padding: 20px 20px;width: 100%;flex-wrap: wrap;height: calc(100vh - 50px);background: url(../image/bg-1-01.png);}
  .page-1 .page-swiper .area-box-2 .col-1{width: 100%;padding: 0;flex-direction: column;background: none;}
  .page-1 .page-swiper .area-box-2 .col-1 .colunm-tit{writing-mode: unset;font-size: 28px;line-height: 36px;}
  .page-1 .page-swiper .area-box-2 .col-1 .colunm-main{margin-left: 0;}
  .page-1 .page-swiper .area-box-2 .col-1 .colunm-main .r-1{font-size: 28px;margin-bottom: 0;}
  .page-1 .page-swiper .area-box-2 .col-1 .colunm-main .r-box{width: 100%;margin-top: 10px;}
  .page-1 .page-swiper .area-box-2 .col-1 .colunm-main .r-box .product-type-title{height: 40px;line-height: 40px;font-size: 16px;}
  .page-1 .page-swiper .area-box-2 .col-1 .colunm-main .r-box .product-item-list{padding: 10px;}
  .page-1 .page-swiper .area-box-2 .col-2{display: none;}
  .page-1 .page-swiper .area-box-3{width: 100%;padding: 10px 20px;height: calc(100vh - 50px);}
  .page-1 .page-swiper .area-box-3 .area-main-box{flex-wrap: wrap;}
  .page-1 .page-swiper .area-box-3 .area-main-box .col-1{margin-right: 0;}
  .page-1 .page-swiper .area-box-3 .area-main-box .col-1 .img-tb{width: 60px;height: 60px;}
  .page-1 .page-swiper .area-box-3 .area-main-box .col-1 .c-txt .r-1{font-size: 24px;line-height: 36px;}
  .page-1 .page-swiper .area-box-3 .area-main-box .col-1 .c-txt .r-1 span{font-size: 24px;line-height: 36px;}
  .page-1 .page-swiper .area-box-3 .area-main-box .col-1 .c-txt .r-2{font-size: 13px;}
  .page-1 .page-swiper .area-box-3 .area-main-box .col-2{flex-wrap: wrap;justify-content: center;margin-top: 20px;width: 100%;}
  .page-1 .page-swiper .area-box-3 .area-main-box .col-2 .c-item{width: 40%;height: 160px;margin-bottom: 10px;}
  .page-1 .page-swiper .area-box-3 .area-main-box .col-2 .c-item img{width: 50px;}
  .page-1 .page-swiper .area-box-4{padding: 20px 20px;width: 100%;flex-wrap: wrap;height: calc(100vh - 50px);}
  .page-1 .page-swiper .area-box-4 .col-title{writing-mode: unset;font-size: 28px;line-height: 36px;}
  .page-1 .page-swiper .area-box-4 .col-main .row-title{font-size: 28px;line-height: 36px;padding-right: 0;}
  .page-1 .page-swiper .area-box-4 .col-main .swiper-page4{width: calc(100vw - 40px);margin-top: 0px;}
  .page-1 .page-swiper .area-box-4 .col-main .row-title .c-btn-box span{font-size: 30px;margin-left: 10px;}
  .page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-slide-active .btn-add{display: none;}
  .page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-slide{width: 100%;}
  .page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-news-item{display: block;}
  .page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-news-item .row-time{margin-top: 10px;}
  .page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-news-item .row-time span{font-size: 14px;}
  .page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-news-item .news-title{font-size: 16px;}
  .page-1 .page-swiper .area-box-4 .col-main .swiper-page4 .swiper-news-item .new-type{font-size: 12px;}
  .page-1 .page-swiper .area-box-5{width: 100%;padding: 20px 20px;height: calc(100vh - 50px);}
  .page-1 .page-swiper .area-box-5 .col-2{display: none;}
  .page-1 .page-swiper .area-box-5 .col-1 .r-1{font-size: 28px;margin-top: 10px;}
  .page-1 .page-swiper .area-box-5 .col-1 .r-3{display: none;}
  .page-1 .page-swiper .area-box-5 .col-1 .a-btn{display: inline-block;padding: 0 20px; height: 40px;line-height: 38px;font-size: 14px;font-weight: 500;}
  .page-1 .page-swiper .area-box-6{height: 469px;}

  .page-2 .page-main{padding: 0 20px 20px 20px;}
  .page-2 .row-card{padding: 20px;height: 500px;margin-top: 20px;}
  .page-2 .row-card .card-center .tb-1{width: 50px;}
  .page-2 .row-card .card-center .r-1{font-size: 32px;margin-top: 20px;}
  .page-2 .area-tabnav-box{width: 100%;}
  .page-2 .area-tabnav-box .c-item{font-size: 12px;}
  .page-2 .area-tabnav-box .c-item img{width: 14px;margin-right: 6px;}
  .page-2 .area-tabnav-box span{display: none;}
  .page-2 .area-content{padding: 0;}
  .page-2 .area-content .r-title{font-size: 24px;}
  .page-2 .area-content .rich-text{padding: 20px 0;}

  .area-tabnav-box{width: 100%;height: 60px;margin-top: -30px;}
  .area-tabnav-box .c-item{font-size: 14px;}
  .area-tabnav-box .c-item img{width: 20px;}
  .page-3 .page-main{padding: 0 20px 20px 20px;}
  .page-3 .area-box-list .list-item{margin: 0 auto;margin-bottom: 10px;height: auto;width: 100%;}
  .page-3 .area-box-list .list-item .item-name{margin-top: 8px;}
  .page-3 .area-box-list .list-item .item-name .c-name{font-size: 16px;}
  .page-3 .area-product{margin-bottom: 0px;}
  .page-3 .area-product .col-1{width: 100%;padding: 0 0px;}
  .page-3 .area-product .col-1 .r-1{font-size: 24px;margin-top: 20px;}
  .page-3 .area-product .col-1 .r-3{margin-top: 10px;}
  .page-3 .area-product .col-2{margin-top: 20px;}
  .page-3 .area-product .col-2 .area-box{padding: 0 20px;}
  .page-3 .area-product .col-2 .area-box .r-title{font-size: 24px;padding: 20px 0;}
  .page-3 .area-product .col-2 .area-box-2{padding: 0 20px;height: 50px;}
  .page-3 .area-product .col-2 .area-box-2 .a-btn .c-title{display: none;}
  .page-3 .area-product .col-2 .area-box-2 .a-btn{font-size: 14px;}
  .page-3 .area-product .col-2 .area-box-2 .a-btn .iconfont{font-size: 14px;}
  .page-4 .page-main{padding: 0 20px 20px 20px;}
  .page-4 .area-swiper-box .news-item{border: none;}
  .page-4 .area-swiper-box .news-item .item-img{width: 100%;height: 180px;font-size: 0;}
  .page-4 .area-swiper-box .news-item .item-center{width: 100%;padding: 10px 20px;border: none;}
  .page-4 .area-swiper-box .news-item .item-center .r-title{font-size: 18px;margin-top: 0px;}
  .page-4 .area-swiper-box .news-item .item-center .r-content{margin-top: 0px;font-size: 14px;}
  .page-4 .area-swiper-box .news-item .item-center .r-1{margin-top: 10px;flex-wrap: wrap;}
  .page-4 .area-swiper-box .news-item .item-center .r-1 .a-btn{width: 128px;height: 40px;line-height: 38px;font-size: 14px;font-weight: 500;}
  .page-4 .area-swiper-box .news-item .item-center .r-1 .c-btn-box{display: none;}
  .page-4 .area-news-list .news-card{padding: 0;flex-wrap: wrap;padding-bottom: 20px;}
  .page-4 .area-news-list .news-card .col-left{margin-right: 0;}
  .page-4 .area-news-list .news-card .col-left .r-title{font-size: 18px;line-height: 28px;}
  .page-4 .area-news-list .news-card .col-left .r-content{margin-top: 6px;}
  .page-4 .area-news-list .news-card .col-right{width: 100%;}
  .page-4 .area-box-search{margin: 20px auto;height: 50px;}
  .page-4 .area-box-search .iconfont{margin-left: 10px;}
  .page-4 .area-box-search input{font-size: 14px;}
  .page-4 .area-box-search .c-btn{width: 86px;height: 40px;line-height: 40px;border-radius: 20px;font-size: 14px;}
  .page-4 .area-news-content .col-1{width: 100%;float: none;padding-right: 0;}
  .page-4 .area-news-content .col-1 .r-1{font-size: 18px;line-height: 24px;}
  .page-4 .area-news-content .col-1 .r-2{margin-top: 10px;}
  .page-4 .area-news-content .col-2{width: 100%;float: none;padding: 10px;margin-top: 20px;}
  .page-4 .area-news-content .col-2 .r-1{font-size: 18px;}
  .page-4 .area-news-content .col-2 .r-search{height: 40px;margin-top: 10px;}
  .page-4 .area-news-content .col-2 .r-3{font-size: 18px;margin-top: 10px;}
  .page-4 .area-news-content .col-2 .r-4 .news-img{width: 120px;}
  .page-4 .area-news-content .col-2 .r-4 .c-center .news-time{font-size: 12px;}
  .page-4 .area-news-content .col-2 .r-4 .c-center .news-time span{font-size: 12px;}
  .page-4 .area-news-content .col-2 .r-4 .c-center .news-title{font-size: 14px;}
  .page-5 .page-main{padding: 0 20px 20px 20px;}
  .page-5 .area-box-1{padding: 20px 20px;}
  .page-5 .area-box-search{margin: 20px auto;height: 50px;}
  .page-5 .area-box-search .iconfont{margin-left: 10px;}
  .page-5 .area-box-search input{font-size: 14px;}
  .page-5 .area-box-search .c-btn{width: 86px;height: 40px;line-height: 40px;border-radius: 20px;font-size: 14px;}
  .page-5 .area-table-box .row-th{padding: 0 10px;}
  .page-5 .area-table-box .row-tr .c-td:nth-of-type(1){width: 40%;}
  .page-5 .area-table-box .row-tr .c-td:nth-of-type(2){width: 20%;}
  .page-5 .area-table-box .row-tr .c-td:nth-of-type(3){display: none;}
  .page-5 .area-table-box .row-tr .c-td:nth-of-type(4){display: none;}
  .page-5 .area-table-box .row-tr .c-td:nth-of-type(5){width: 24%;}
  .page-5 .area-table-box .row-tr .c-td:nth-of-type(6){width: 16%;}
  .page-5 .area-table-box .row-jobinfo{padding: 0 10px;}
  .page-5 .area-table-box .row-tr{height: 80px;font-size: 12px;}
  .page-5 .area-table-box .row-tr .c-td .icon-btn{width: 32px;height: 32px;line-height: 32px;font-size: 14px;}
  .page-5 .area-table-box .row-jobinfo .row-detail{padding: 0 10px;}
  .page-5 .area-table-box .row-jobinfo .row-detail .rich-text{padding: 20px 0;}
  .page-5 .area-table-box .row-jobinfo .row-detail .row-yx{height: auto;padding: 20px 0;}
  .page-5 .area-table-box .row-jobinfo .row-detail .row-yx .col-left .r-1{font-size: 14px;}
  .page-5 .area-table-box .row-jobinfo .row-detail .row-yx .col-left .r-2{font-size: 12px;}
  .page-5 .area-table-box .row-jobinfo .row-detail .row-yx .col-right{width: 100%;height: 40px;line-height: 40px;border-radius: 20px;font-size: 14px;margin-top: 10px;}
  .page-5 .area-box-2{padding: 20px 20px;}
  .page-5 .area-box-2 .r-1{font-size: 14px;}
  .page-5 .area-box-2 .r-1 .icon-upload{font-size: 16px;}
  .page-5 .area-box-2 .r-2 .c-item{width: 100%;height: 100px;padding-left: 20px;margin-bottom: 20px;}
  .page-5 .area-box-2 .r-2 .c-item .icon-tb{width: 48px;height: 48px;line-height: 48px;}
  .page-5 .area-box-2 .r-2 .c-item div{font-size: 14px;}
  .page-5 .area-box-3{margin-top: 20px;}
  .page-5 .area-box-3 .col-1{width: 100%;padding: 0;}
  .page-5 .area-box-3 .col-1 .a-title{margin-bottom: 0px;}
  .page-5 .area-box-3 .col-1 .a-box{margin-top: 20px;}
  .page-5 .area-box-3 .col-1 .a-box .right-info .r-title{font-size: 16px;}
  .page-5 .area-box-3 .col-1 .a-box .right-info .r-tel{font-size: 24px;}
  .page-5 .area-box-3 .col-1 .a-gzh{position: relative;flex-direction: column;align-items: flex-start;margin-top: 20px;right: 0;}
  .page-5 .area-box-3 .col-1 .a-gzh span{writing-mode: unset;right: 0;font-weight: bold;font-size: 16px;margin: 0 auto;}
  .page-5 .area-box-3 .col-1 .a-gzh img{margin: 10px auto;}
  .page-5 .area-box-3 .col-2{width: 100%;margin-top: 20px;padding: 20px;}
  .page-5 .area-box-3 .col-2 .row-1 .form-item{width: 100%;}
  .page-5 .area-box-3 .col-2 .r-yzm .form-btn{width: 100%;}
  .page-6 .area-tabnav-box{display: none;}
  .page-6 .area-box-1{margin: 20px auto;}
  .page-6 .area-title{font-size: 20px;}
  .page-6 .area-box-1{padding: 0 20px;}
  .page-6 .area-box-1 .r-2{font-size: 14px;line-height: 24px;}
  .page-6 .area-box-1 .r-3{padding: 20px 0;}
  .page-6 .area-box-2{padding: 20px;}
  .page-6 .area-box-2 .r-content{margin-top: 20px;}
  .page-6 .area-box-2 .r-content .c-card{width: 40%;flex-direction: column;padding: 20px 10px;}
  .page-6 .area-box-2 .r-content .c-card .iconfont{width: 48px;height: 48px;line-height: 48px;font-size: 24px;}
  .page-6 .area-box-2 .r-content .c-card .t-1{margin-left: 0px;text-align: center;margin-top: 10px;}
  .page-6 .area-box-2 .r-content .c-card .t-1 span:nth-of-type(1){font-size: 16px;font-weight: bold;}
  .page-6 .area-box-3{width: 100%;padding: 20px 0;}
  .page-6 .area-box-3 .area-centent .history-btn{display: none;}
  .page-6 .area-box-3 .row-timeline{display: none;}
  .page-6 .area-box-3 .area-centent .history-swiper .item-box{padding: 20px;flex-wrap: wrap;}
  .page-6 .area-box-3 .area-centent .history-swiper .item-box .col-1{width: 100%;margin-right: 0;}
  .page-6 .area-box-3 .area-centent .history-swiper .item-box .col-1 .r-time{font-size: 36px;}
  .page-6 .area-box-3 .area-centent .history-swiper .item-box .col-1 .r-tit{font-size: 18px;margin-top: 0;}
  .page-6 .area-box-3 .area-centent .history-swiper .item-box .col-1 .r-ct{font-size: 14px;line-height: 24px;}
  .page-6 .area-box-3 .area-centent .history-swiper .item-box .col-2{width: 100%;margin-top: 20px;}
  .page-6 .swiper-pagination{display: block;}
  .page-6 .area-box-4{padding: 20px 0;}
  .page-6 .area-box-4 .r-1{font-size: 14px;line-height: 28px;padding: 0 20px;text-align: left;}
  .page-6 .area-box-4 .partner-popup{width: 90%;left: 5%;}
  .page-6 .area-box-4 .partner-popup .r-title{font-size: 14px;padding: 0 30px;line-height: 24px;height: auto;}
  .page-6 .area-box-4 .partner-popup .icon-closed{top: 10px;right: 10px;}
  .page-6 .area-box-4 .partner-popup .r-content{padding: 0 10px;}
  .page-6 .area-box-5{padding: 20px 10px;}
  .page-6 .area-box-5 .icon-btn{display: none;}
  .page-6 .area-box-5 .honnor-swiper .honnor-item .item-title{font-size: 14px;}
  .page-6 .area-box-6{padding: 20px 10px;}
  .page-6 .area-box-6 .r-content{margin-top: 20px;}
  .page-6 .area-box-6 .icon-btn{display: none;}
  .page-6 .area-box-6 .staff-swiper{margin: 0;}
  .page-6 .area-box-6 .staff-swiper .swiper-slide{width: 100%;}
  .page-6 .area-box-6 .staff-swiper .staff-item{width: 100%;}
  .page-6 .area-box-6 .staff-swiper .staff-item .img-box{height: 320px;}
  .page-6 .area-box-6 .staff-swiper .staff-item .item-title{font-size: 14px;}
  .yxwl-map-box{width: 100%;display: none;}
  .yxwl-map-box .addr-item{display: none;}
}
.page-kj{width:100%;overflow:hidden;text-align:center;margin-top:50px;}
.pagination{text-align:center;margin-top:20px;margin-bottom: 20px;font-size:15px;}
.pagination li{margin:0px 3px; border:1px solid #7d7d7d;width:40px;height:40px;display: inline-block;border-radius:3px;line-height:34px;text-align:center;}
.pagination .active{border:1px solid #F57F01;background:#F57F01;background-size:100% 100%;color: #fff;border-radius:3px;}
.pagination .disabled{color:#aaa;}
.pagination a{color:#333;display:inline-block;width:100%;height:100%;transition:.5s;}
.pagination a:hover{background:#F57F01;color:#fff;}