/* 头部 */
.header{position: fixed;width: 100%;top: 0;left: 0;z-index: 99999;background:white;transition: transform 0.3s ease;}
.nav_hide{transform:translateY(-100%)}
.nav_show{transform:translateY(0)}
.nav_hide .menu .nav_header .logo a{height: 100% !important;}
.nav_white{background: rgba(252, 252, 252,) !important;}
.nav_white .menu .nav_header .logo a{background: rgba(252, 252, 252,) !important;;}
.header .top{width: 100%;background: #333;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;height: 50px;}
.header .top .share{display: flex;flex-wrap: wrap;align-items: center;}
.header .top .share h4{color: white;font-size: 1.35rem;margin-right: 15px;padding-left: 15px;margin-bottom: 0;}
.header .top .share .img{display: flex;flex-wrap: wrap;align-items: center;}
.header .top .share .img a{margin: 0 10px;}
.header .top .share .img img{margin: 0 5px;}
.header .top .tel{height: 100%;background: #EE7700;padding:0 20px;}
.header .top .tel a{height: 100%;display: flex;justify-content: center;align-items: center;color: white;font-size: 1.05rem;}
.header .top .tel a i{margin-right: 10px;}
.header .menu{width: 100%;height: 80px;display: flex;align-items: center;}
.header .menu .nav_header{width: 80%;max-width: 80%;height: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.header .menu .nav_header .logo{width: 15%;height: 100%;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;position: relative;}
.header .menu .nav_header .logo a{display: inline-block;margin-right: 0.5rem;width:110px;height: 110px;position: absolute;top: 0;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;border-radius: 50%;background: white;z-index: 9999;}
.header .menu .nav_header .logo img{width: 4rem;}
.header .menu .nav_header .logo span{font-size: 1.25rem;}


.header .menu .nav_header .header_text li a.nav{color:#000000}
.header .menu .nav_header .header_text{display:flex;align-items:center;width: 85%;height: 100%;} 
.header .menu .nav_header .header_text .nav-box{display:flex;justify-content:space-around;align-items: center;height: 100%;width: 100%;}
.header .menu .nav_header .header_text .li{position:relative;margin-right: 20px;height: 100%;display: flex;align-items: center;}
.header .menu .nav_header .header_text li:hover .one{display:block}
.header .menu .nav_header .header_text .li a{position:relative;z-index:2;color:#333;padding:0 1.5vw;line-height:30px;display:block;font-weight:normal;text-align:center;width: 100%;overflow: hidden;display: flex;align-items: center;}
.header .menu .nav_header .header_text .li a svg{margin-left: 5px;transition: transform .5s ease;margin-top: 5px;}
.header .menu .nav_header .header_text .li:hover svg{transform: rotate(180deg)}
.header .menu .nav_header .header_text li a.nav{height: 40%;font-size:1.35rem;padding:0;}
.header .menu .nav_header .header_text .li a.cur{text-transform: uppercase;color: #EE7700;font-weight: bold;font-size: 1.3rem;}



.header .menu .nav_header .header_text .li:hover a.nav:after{content:'';width:100%;height:2px;background:#EE7700;position:absolute;left:0;bottom:0}
.header .menu .nav_header .header_text .li ul{position:absolute;float:left;top: 80px;width: 15rem;display:none;background:#ffffff;z-index:99;text-align: center;overflow: hidden;}
.header .menu .nav_header .header_text .li ul.one{padding:15px 0}
.header .menu .nav_header .header_text .li ul a{text-decoration:none;color:#666666;text-align:left;padding:5px 20px;overflow: hidden;}
.header .menu .nav_header .header_text .li ul a:hover{background:#EE7700;color:#ffffff;width: auto;}
.header .menu .nav_header .header_text .li ul ul{top:0;left:180px}
.header .menu .nav_header .header_text .li .nav_content,
.header .menu .nav_header .header_text .li .nav_content .btn{background: #EE7700;color: #fff;}
.header .menu .nav_header .header_text .li .search .header-search{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;cursor: pointer;}
.header .menu .nav_header .header_text .li .search .header-search i{max-width:16%;font-size: 2rem;}
.header .menu .nav_header .header_text .li  .lang_item{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;cursor: pointer;}
.header .menu .nav_header .header_text .li .lang_item img{max-width:1.25rem;margin-right: 0.1rem;}
.header .menu .nav_header .header_text .li .lang_item span{font-size: 1.25rem;}
.header .menu .nav_header .header_text .li .lang_item{position: relative;height:84%;display: flex;flex-wrap: wrap;align-items: center;}

/* 手机端 991尺寸 */
.app_header{width: 100%;height: 7vh;position: fixed;top: 0;width: 100%;z-index: 99;}
.app_header .mobile-menu{width: 100%;height: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.app_header .mobile_nav .logo{width: 20%;height: 100%;}
.app_header .mobile_nav .logo a{display: inline-block;width: auto;height: 100%;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.app_header .mobile_nav .logo img{height: 80%;}
.app_header .mobile_nav{width: 100%;height: 100%;background: white;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.app_header .mobile_nav .ham_btns{width: 4rem;height: 100%;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.app_header .mobile_nav button{padding: 0;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}
.app_header .mobile_nav button .hamburger-box{height: 26px;display: flex;justify-content: center;align-items: center;}

.app_header .mobile_nav .hamburger-inner, 
.app_header .mobile_nav .hamburger-inner::before, 
.app_header .mobile_nav .hamburger-inner::after{background: #333;width:30px;height: 2px;}


.app_header .mobile_nav .right{width: 25%;height: 3rem;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-around;}
.app_header .mobile_nav .right div{height: 100%;display: flex;justify-content: center;align-items: center;width: 33%;}
.app_header .mobile_nav .right .iconfont{font-size: 2.5rem;cursor: pointer;color: #333;}
.app_header .mobile_nav .right .header-search .iconfont,
.app_header .mobile_nav .right .language .iconfont{padding-top: 0.35rem;}
.app_header .mobile_nav .right .language .iconfont,
.app_header .mobile_nav .right .share .iconfont{font-size: 2.25rem;}
.app_header .nav-box{width: 70%;transform:translateX(100%);transition:transform 0.3s ease;position:fixed;top:0;right:0;z-index:99999;background: rgba(0, 0, 0, 0.5);}
.app_header .nav-box .nav_ul{width:100%;height:100vh;background:#fff;padding-top: 7vh;}
.nav-box.active {transform: translateX(0);}
.app_header .nav-box .nav_ul .li{width: 90%;margin: 0 auto;}
.app_header .nav-box .nav_ul .li ul{width: 88%;margin: 0 auto;}
.app_header .nav-box .nav_ul .li ul li a{text-transform:inherit !important;}
.app_header .nav-box .nav_ul .li a,
.app_header .nav-box .nav_ul .li ul li a{display: inline-block;padding: 0.5rem 0;}
.app_header .nav-box .nav_ul .li .main_li{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.app_header .nav-box .nav_ul .li .app_text{width: 88%;}
.app_header .nav-box .nav_ul .li a{color: #333;font-size: 1.5rem;}
.app_header .nav-box .nav_ul .li .right_btn img{width: 1.25rem;}






/* 首页banner */
.banner1_text{position: absolute;left: 10%;top: 50%;transform: translateY(-50%);width: 45%;opacity: 0;visibility: hidden;}
.banner1_text.wow{animation-duration: 1s;animation-delay: 0.5s;animation-fill-mode: both;animation-name: slideInRightCustom;}
.banner1_text h2{color: white;font-size: 3.5rem;font-weight: bold;font-family:'Times New Roman' !important;}
.banner1_text .text{color: white;}
.banner1_text .text i{font-size: 1.5rem !important;margin-right: 5px;}
.banner1_text .text p{display: flex;flex-wrap: wrap;align-items: center;font-size: 1.2rem;margin: 20px 0;}
.banner1_text .link_btn{text-align: left;}
.banner3_text{left: initial;right: 0%;text-align: right;opacity: 0;visibility: hidden;}
.banner3_text h2{text-align: left;width: 90%;}
.banner3_text .link_btn{text-align: right;margin-top: 30px;}
.banner3_text.wow{animation-duration:1s;animation-delay:0.5s;animation-fill-mode:both;animation-name:slideInLeftCustom}


@keyframes slideInLeftCustom{
    from{opacity:0;visibility:hidden;transform:translateY(-50%) translateX(100px)}
    to{opacity:1;visibility:visible;transform:translateY(-50%) translateX(0)}
}
@keyframes slideInRightCustom{
    from{opacity:0;visibility:hidden;transform:translateY(-50%) translateX(50px)}
    to{opacity:1;visibility:visible;transform:translateY(-50%) translateX(0)}
}




/* 列表图片 */
.list_banner{position: relative;overflow: hidden;}
/* 产品大单页banner样式 */
.banner_pro .banner_text{position:absolute;right:10%;top:50%;transform:translateY(-50%);color:white;text-align:right;opacity:0;visibility:hidden}
.banner_pro .banner_text.wow{animation-duration:1s;animation-delay:0.5s;animation-fill-mode:both;animation-name:slideInRightCustom}
.banner_pro .banner_text h3{color: white;font-size: 4rem;font-weight: bold;font-family:'Times New Roman' !important;}
.banner_pro .banner_text p{font-size: 1.25rem;}
.banner_pro img{height: 100%;}
/* 列表页面banner样式 */
.web_banenr .banner_text{position:absolute;left:10%;top:50%;transform:translateY(-50%);color:white;text-align:left;opacity:0;visibility:hidden}
.web_banenr .banner_text.wow{animation-duration:1s;animation-delay:0.5s;animation-fill-mode:both;animation-name:slideInLeftCustom}
.web_banenr .banner_text h3{color:white;font-size:4rem;font-weight:bold;font-family:'Times New Roman' !important}
.web_banenr .banner_text p{font-size:1.25rem;width: 56%;}

@keyframes slideInLeftCustom{
    from{opacity:0;visibility:hidden;transform:translateY(-50%) translateX(100px)}
    to{opacity:1;visibility:visible;transform:translateY(-50%) translateX(0)}
}
@keyframes slideInRightCustom{
    from{opacity:0;visibility:hidden;transform:translateY(-50%) translateX(-50px)}
    to{opacity:1;visibility:visible;transform:translateY(-50%) translateX(0)}
}
.faq_banner .banner_text p,
.faq_banner .banner_text h3{color: #333 !important;}


/* 搜索框 */
.search_li{position: relative;}
.search_form{position: absolute;top: 80px;right: -15px;background: white;padding: 15px;box-shadow: 0 2px 4px 0px rgba(16, 79, 185, .2);}
.search_form .search_input{display: flex;flex-wrap: wrap;align-items: center;width: 22rem;height: 3rem;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.search_form .search_input .header_input{width: 78%;height: 90%;border: 0.01rem solid #ccc;padding-left: 10px;border-radius: 6px;}
.search_form .search_input .search{width: 20%;height: 80%;}
.search_form .search_input .search button{width: 100%;height: 100%;background: #EE7700;color: #fff;border-radius: 1.5rem;}



/* 首页轮播图 */
.home_swiper{width:100%;height:100%;overflow: hidden;position: relative;}
.home_swiper .swiper-wrapper{height: 100%;}
.home_swiper .swiper-slide{background:#fff;display:flex;justify-content:center;align-items:center;height: 100%;}
.home_swiper .swiper-slide img{width:100%;height:100%;object-fit:cover}
.home_swiper .index-next,
.home_swiper .index-prev{background-image: initial;width: 2.5rem;height:2.5rem;background: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.home_swiper .index-next:hover,
.home_swiper .index-prev:hover{background: #EE7700;}
.home_swiper .index-next:hover i,
.home_swiper .index-prev:hover i{color: white;}
.home_swiper .index-prev{left:5%;}
.home_swiper .index-next{right:5%;}
.home_swiper .fenye{position: absolute;bottom: 3rem;width: 100%;z-index: 9;}
.home_swiper .fenye .index-pagination{position: initial;}
.home_swiper .fenye .index-pagination .swiper-pagination-bullet{width:50px;height:5px;border-radius:5px;margin:0 4px !important;opacity: 1;}
.home_swiper .fenye .index-pagination .swiper-pagination-bullet-active{background:#EE7700 !important}

.sub_title{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.sub_title h4{font-size: 1rem;margin: 0 15px;text-transform: uppercase;color: #EE7700;}
.sub_title img{width: 3rem;}

/* 关于我们 */
.index-ab{width: 100%;background: url(../../static/img/index-about.jpg) no-repeat;background-size: 100% 100%;}
.container .sub_title{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.container .sub_title h4{font-size: 1rem;margin: 0 15px;text-transform: uppercase;}
.container .sub_title img{width: 3rem;}
.index-ab .title{text-align: center;}
.index-ab .title h3{text-transform: uppercase;margin-top: 10px;}
.index-ab .title p{font-size: 1.25rem;margin: 30px 0;display: flex;flex-wrap: wrap;justify-content: center;}
.index-ab .title p span{display: inline-block;margin-top: 20px;}
.index-ab .ab_item{margin-bottom: 30px;}
.index-ab .ab_item .item{text-align: center;}
.index-ab .ab_item .item .svg{height: 4rem;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.index-ab .ab_item .item .svg svg{width: 3rem;height: 100%;}
.index-ab .ab_item .item p{margin-bottom: 0 !important;margin-bottom: 0 !important;font-size: 1.25rem;}
.index-ab .ab_item .item span{font-size: 3rem;}
.index-ab .ab_item .item span.jia{font-size: 1.05rem;}
.index-ab .link_btn .btns{margin: 0 auto;}
 

/* 我们提供什么设备 */
.index-equipment{width: 100%;}
.index-equipment .sub_title{justify-content: start;}
.index-equipment .sub_title h4{margin-left: 0;}
.index-equipment .we_provide{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-top: 10px;border-bottom: 2px solid #EE7700;padding-bottom: 30px;}
.index-equipment .we_provide .title{padding: 0;}
.index-equipment .we_provide .title h2{text-transform: uppercase;}
.index-equipment .we_provide .text{padding: 0;}
.index-equipment .we_provide .text p{font-size: 1.25rem;margin-bottom: 30px;color: #666;}
.index-equipment .we_provide .text .link_btn{margin: 0 initial;}
 

.faq_value{margin-top: 30px;}
.faq_value .aos_init{margin-bottom: 30px;border-bottom: 0.01rem solid #ccc;}
.faq_value .aos_init:last-child{margin-bottom: 0;border-bottom: none;}
.faq_value .aos_init:last-child .box{margin-bottom: 0 !important;}
.faq_value .aos_init .topbox{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: start;}
.faq_value .aos_init .topbox .question-value{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;width: 25%;padding: 15px 0;}
.faq_value p{margin-bottom: 0;}
.faq_value .aos_init .topbox .question-value p{font-size: 1.75rem;width: 86%;}
.faq_value .aos_init .topbox .right{width: 72%;}
.faq_value .aos_init .topbox .right .img-box{display: flex;flex-wrap: wrap;}
.faq_value .aos_init .topbox .right .img-box .box{margin-bottom: 20px;padding: 15px 0;}
.faq_value .aos_init .topbox .right .img-box .box a{display: flex;flex-wrap: wrap;align-items: center;width: 100%;color: #333;}
.faq_value .aos_init .topbox .right .img-box .box:hover p{color: #EE7700;}
.faq_value .aos_init .topbox .right .img-box .box p{font-size: 1.25rem;width: 70%;}
.faq_value .question-value svg{transition:transform 0.3s ease;cursor:pointer}
.faq_value .img-box .box img{max-width:50px;margin-right:10px}
.faq_value .question-value{cursor:pointer}
.faq-right-container{transition:all 0.3s ease;}
.faq-right-expanded{border-left:1px solid #EE7700;}
.faq_value .right .img-box{display:flex;flex-wrap:wrap;gap:15px}
.faq_value .right .img-box .box{flex:1 1 calc(33.333% - 15px);box-sizing:border-box}
@media (max-width:767px){.faq_value .right .img-box .box{flex:1 1 100%}
}
/* .app_faq_value .aos_init{box-shadow: 0 2px 4px 0px rgba(16, 79, 185, .2);margin: 15px 0;} */

/* 创新产品 */
.innovative_products .title{text-align: center;}
.innovative_products .title h3{text-transform: uppercase;margin-top: 10px;}
.innovative_products .title p{font-size: 1.25rem;margin: 30px 0;color: #666;}
.vative_item{position: relative;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.vative_item .container{overflow: hidden;margin: 0 20px;text-align: center;}
.vative_item .swiper-slide .slide_item{display: inline-block;width: 96%;margin: 0 auto;background: #F5F5F5;border-radius: 6px;padding: 15px;}
/* .vative_item .swiper-slide .slide_item:hover{background: #EE7700;}
.vative_item .swiper-slide .slide_item:hover h4, */
.vative_item .swiper-slide .slide_item:hover .detail{color: #EE7700;}
.vative_item .swiper-slide .slide_item:hover .icon .font i{transform: rotate(45deg);}
.vative_item .swiper-slide .slide_item h4{font-size: 1.05rem;color: #EE7700;text-align: left;font-weight: initial;}
.vative_item .swiper-slide .slide_item .img{margin: 10px 0;}
.vative_item .swiper-slide .slide_item .img img{margin: 0 auto;}
.vative_item .swiper-slide .slide_item .detail{text-align: left;font-size: 1.25rem;color: #333;height: 50px;}
.vative_item .swiper-slide .slide_item .icon{width: 100%;display: flex;flex-wrap: wrap;justify-content: end;}
.vative_item .swiper-slide .slide_item .icon .font{width: 2.5rem;height: 2.5rem;border-radius: 50%;background: #EE7700;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.vative_item .swiper-slide .slide_item .icon .font i{color: white;transition: transform .5s ease;}
.vative_item .vative-next,
.vative_item .vative-prev{background-image: initial;width: 2.5rem;height:2.5rem;background: #EE7700;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: initial;}
.vative_item .vative-next i{color: white;}
.vative_item .vative-prev i{color: white;}
.vative_item .fenye{margin-top: 10px;}
.vative_item .fenye .vative-pagination{position: initial;}
.vative_item .fenye .vative-pagination .swiper-pagination-bullet{width:5px;height:5px;border-radius:5px;margin:0 4px !important;opacity: 1;}
.vative_item .fenye .vative-pagination .swiper-pagination-bullet-active{background:#EE7700 !important}


/* 视频中心 */
.index-video .app_btn{display: none;}
.index-video{width:100%;height:750px;background: url(/static/img/index-video.jpg);position:relative;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-attachment:fixed;}
.index-video .sub_title h4{color: white !important;}
.index-video .sub_title .hide{display: none;}
.index-video .container{height: 100%;}
.index-video .container .video_item{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;height: 100%;}
.index-video .container .video_item .text,
.index-video .container .video_item .img{width: 49%;}
.index-video .container .video_item .text{text-align: center;}
.index-video .container .video_item .text .title h3{text-transform: uppercase;margin-top: 10px;color: white;}
.index-video .container .video_item .text .title p{font-size: 1.25rem;margin: 30px 0;color: white;}
.index-video .container .video_item .img{position: relative;}
.index-video .container .video_item .img .video-cover{border-radius: 1rem;}
.index-video .container .video_item .img iframe{width: 100%;height: 28rem;border-radius: 1rem;}
.index-video .container .video_item .img img{border-radius: 30px;}
.index-video .container .video_item .img .link_btn{display: none;}
.index-video .container .video_item .link_btn .btns{margin: 0 auto;}

/* 为什么选择我们 */
.why_choose{width: 100%;background: #F5F5F5;}
.why_choose .title{text-align: center;}
.why_choose .title h3{text-transform: uppercase;margin-top: 10px;}
.why_choose .title p{font-size: 1.25rem;margin: 30px 0;color: #666;}
.choose_item{width: 100%;position: relative;}
.choose_item .img{width: 40%;text-align: center;}
.choose_item .img img{margin: 0 auto;width: 100%;}
.choose_item .choo_slide{width: 65%;overflow: hidden;position: absolute;top: 50%;right: 0%;transform: translateY(-50%);}
.choose_item .choo_slide .choo_list{position: relative;}
.choose_item .choo_slide .choo_us{padding: 35px 15px;background: white;box-shadow: 0 2px 4px 0px rgba(16, 79, 185, .2);}
.choose_item .choo_slide .choo_us .svg{height: 4rem;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.choose_item .choo_slide .choo_us .svg img{width: 40px;margin: 0 auto;}
.choose_item .choo_slide .choo_us .svg img.show{display: block;}
.choose_item .choo_slide .choo_us .svg img.hide{display: none;}
.choose_item .swiper-slide-active .svg img.show{display: none !important;}
.choose_item .swiper-slide-active .svg img.hide{display: block !important;}
.choose_item .choo_slide .choo_us h5{font-size: 1.35rem;font-weight: 500;margin: 10px 0;text-align: center;height: 3rem;}
.choose_item .choo_slide .choo_us .detail{font-size: 1rem;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.choose_item .choo_slide .choose_menu{display: flex;flex-wrap: wrap;align-items: center;width: 75%;margin: 0 auto;margin-top: 20px;}
.choose_item .choo_slide .choose_menu .fenye{margin-right: 20px;}
.choose_item .choo_slide .choose_menu .fenye .choose-pagination{position: initial;text-align: left;}
.choose_item .choo_slide .choose_menu .fenye .choose-pagination .swiper-pagination-bullet{width:20px;height:5px;border-radius:5px;margin:0 4px !important;}
.choose_item .choo_slide .choose_menu .fenye .choose-pagination .swiper-pagination-bullet-active{background:#EE7700 !important;}
.choose_item .choo_slide .choose_menu .choose_arrow{display: flex;flex-wrap: wrap;align-items: center;}
.choose_item .choo_slide .choose_menu .choose_arrow .choose-prev,
.choose_item .choo_slide .choose_menu .choose_arrow .choose-next{background-image: initial;width: 2.5rem;height:2.5rem;border: 0.01rem solid #aaa;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: initial;margin-top: initial;margin: 0 10px;}
.choose_item .choo_slide .choose_menu .choose_arrow .choose-prev i,
.choose_item .choo_slide .choose_menu .choose_arrow .choose-next i{color: #aaa;}
.choose_item .choo_slide .choose_menu .choose_arrow .choose-prev:hover,
.choose_item .choo_slide .choose_menu .choose_arrow .choose-next:hover{border: 0.01rem solid #EE7700;background: #EE7700;}
.choose_item .choo_slide .choose_menu .choose_arrow .choose-prev:hover i,
.choose_item .choo_slide .choose_menu .choose_arrow .choose-next:hover i{color: #fff;}

.why_choose .choose_item{display:flex;align-items:center;gap:30px;padding:50px 0;margin-top: 30px;}
.why_choose .choose_item .img_list{display:flex;flex-direction:column;}
.why_choose .choose_item .img_item{cursor:pointer;border:2px solid transparent;border-radius:8px;overflow:hidden;transition:all 0.3s ease;display: none; transition: all 0.3s ease;}
.why_choose .choose_item .img_item.active{display: block;}
.why_choose .choose_item .img_item img{width:100%;height:auto;display:block}


/* 关注我们的故事 */
.news_story .title{text-align: center;}
.news_story .title h3{text-transform: uppercase;margin-top: 10px;}
.news_story .title p{font-size: 1.25rem;margin: 30px 0;color: #666;}
.news_story .news_item{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: end;}
.news_story .news_item .news_list{width: 30%;}
.news_story .news_item .news_list .list{box-shadow: 0 2px 4px 0px rgba(16, 79, 185, .2);border-radius: 15px;}
.news_story .news_item .news_list .list .content{padding: 15px;}
.news_story .news_item .news_list .img{transition: all 0.8s ease-in-out;overflow: hidden;}
.news_story .news_item .news_list .img img{border-radius: 15px;}
.news_story .news_item .news_list .list:hover .img img{-webkit-transform: scale(1.2) rotate(2deg);-moz-transform: scale(1.2) rotate(2deg);-o-transform: scale(1.2) rotate(2deg);-ms-transform: scale(1.2) rotate(2deg);transform: scale(1.2) rotate(2deg);}
.news_story .news_item .news_list .list:hover h3{color: #EE7700;}
.news_story .news_item .news_list h3{font-size: 1.25rem;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;color: #333;}
.news_story .news_item .news_list .date{margin: 10px 0;}
.news_story .news_item .news_list .date span{color: #aaa;}
.news_story .news_item .news_list .link_btn{margin-top: 20px;cursor: pointer;}
.news_story .news_item .news_list .detail{font-size: 1rem;margin-bottom: 15px;color: #666;}
.news_story .news_item .news_list .hr{width:100%;height:2px;background-color:#f1f1f1;position:relative}
.news_story .news_item .news_list .hr::after{content:'';position:absolute;left:0;top:0;width:0;height:2px;background-color:#EE7700;transition:all 0.5s ease}
.news_story .news_item .news_list .list:hover .hr::after{width:100%}
.news_story .news_item .news_list .more{padding-top: 15px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.news_story .news_item .news_list .more a{color: #aaa;font-size: .95rem;}
.news_story .news_item .news_list .list:hover .more a{color: #EE7700;}
.news_story .news_item .link_btn .btns{margin: 0 auto;}



/* 棕榈油项目案例 */
.project_case .title{text-align: center;}
.project_case .title h3{text-transform: uppercase;margin-top: 10px;}
.project_case .title p{font-size: 1.25rem;margin: 30px 0;color: #666;}
.project_case .case_item{margin: 0;justify-content: space-between;}
.project_case .case_item .item:nth-child(1),
.project_case .case_item .item:nth-child(2),
.project_case .case_item .item:nth-child(3){margin-bottom: 25px;}
.project_case .case_item .item .img{position:relative;overflow:hidden}
.project_case .case_item .item .img img{width:100%;display:block}
.project_case .case_item .item .img .details{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(238,119,0,0.8);color:white;transition:transform 0.5s ease;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;align-items:center;padding:20px;box-sizing:border-box;text-align:center;transform:translateY(100%)}
.project_case .case_item .item .img .details h3{font-size:1.35rem;margin:0 0 10px}
.project_case .case_item .item .img .details h3 a{color: white;}
.project_case .case_item .item .img .details p{font-size:1.25rem;margin:0 0 15px}
.project_case .case_item .item:hover .img .details{transform:translateY(0)}
.apphome_case{display: none;}
.apphome_case{width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
.apphome_case .min-center+.min-center{margin-top: 15px;}
.apphome_case .min-center .pjlist{box-shadow: 0 2px 4px 0px rgba(16, 79, 185, .2);}
.apphome_case .min-center .pjlist .title{font-size: 1.35rem;color: #333;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;font-weight: 500;}
.apphome_case .min-center .pjlist p{font-size: 1rem;margin-bottom: 0;margin-top: 10px;}
.apphome_case .min-center .pjlist .pjdes{padding: 15px;}
.apphome_case .min-center .pjlist .pic img{border-radius: 10px;}
.apphome_case .min-center .pjlist .icon{display: flex;flex-wrap: wrap;align-items: center;margin-top: 20px;}
.apphome_case .min-center .pjlist .icon .btns{background: #F5F5F5;border-radius: 40px;padding:0 10px;font-size: .95rem;display: flex;align-items: center;color: #aaa;}
.apphome_case .min-center .pjlist .icon .btns .iconfont{margin-right: 5px;color: #aaa;}
.apphome_case .min-center .pjlist .icon .btns:nth-child(1){margin-right: 20px;}




/* FAQ */
.index_faq .title{text-align: center;}
.index_faq .title h3{text-transform: uppercase;margin-top: 10px;}
.index_faq .title p{font-size: 1.25rem;margin: 30px 0;color: #666;}
.index_faq .faq_item{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.index_faq .faq_item .img,
.index_faq .faq_item .list{width: 49%;display: flex;flex-wrap: wrap;justify-content: end;}
.index_faq .faq_item .list .lists{display: flex;flex-wrap: wrap;align-items: center;width: 90%;margin: 20px 0;}
.index_faq .faq_item .list .lists:nth-child(2){margin-right: 5rem;box-shadow: 0 2px 4px 0px rgba(16, 79, 185, .2);padding:10px;border-radius: 10px;}
.index_faq .faq_item .list .lists:nth-child(2) .icon .ico{background: #EE7700;}
.index_faq .faq_item .list .lists:nth-child(2) .icon .ico i{color: white;}
.index_faq .faq_item .list .lists .icon{width: 10%;margin-right: 10px;}
.index_faq .faq_item .list .lists .icon .ico{width: 60px;height: 60px;background: #F5F5F5;border-radius: 50%;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.index_faq .faq_item .list .lists .icon .ico i{font-size: 2rem;color: #333;}
.index_faq .faq_item .list .lists .content{width: 80%;}
.index_faq .faq_item .list .lists .content h3{font-size: 1.35rem;color: #333;}
.index_faq .faq_item .list .lists .content p{font-size: 1rem;overflow: hidden;color: #666;}
.index_faq .faq_item .list .lists:hover .content h3{color: #EE7700;}
.index_faq .faq_item .list .lists a{color: #333;}

.index_faq .container .index_form .sub_title{justify-content: start;}
.index_faq .container .index_form .sub_title h4{margin-left: 0;}
.index_form{background: #F5F5F5;padding: 50px 0;border-radius: 10px;}
.index_form .title{text-align: left;}
.index_form .title h3{text-transform: uppercase;margin-top: 10px;}
.index_form .title p{font-size: 1.25rem;margin: 30px 0;}
.index_form .form_container{width: 90%;margin: 0 auto;}
.index_form .form_container .form_input{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.index_form .form_container .form_input .fl{width: 24%;}
.index_form .form_container .form_input .fl p{margin-bottom: 0;font-size: 1.25rem;}
.index_form .form_container .form_input .fl input{width: 100%;height:50px;margin-top: 10px;padding-left: 10px;}
.index_form .form_container .form-area{margin-top: 10px;}
.index_form .form_container .form-area p{margin-bottom: 0;font-size: 1.25rem;}
.index_form .form_container .form-area textarea{width: 100%;margin-top: 10px;height: 100px;padding-left: 10px;}
.index_form .form_container .btns{width:100%;text-align: center;margin-top: 30px;}
.index_form .form_container .btns input{background: #EE7700;border: none;outline: none;color: white;font-size: 1.25rem;padding: 10px 100px;border-radius: 1.5rem;}

/* 首页底部 */
.footer_index{background: #3D4656;padding-top: 50px;}
.footer_index .footer_logo{display: flex;flex-wrap: wrap;align-items: center;}
.footer_index .footer_logo img{width: 4rem;margin-right: 10px;}
.footer_index .footer_logo h3{color: white;font-size: 1.25rem;}
.footer_index .footer_body{width: 90%;margin: 0 auto;margin-top: 30px;margin-bottom: 30px;}
.footer_index .footer_body .nav h3{width: 100%;color: white;font-size: 1.25rem;}
.footer_index .footer_body .nav ul li a{color: white;font-size: 1rem;}
.footer_index .footer_content{width: 100%;background: white;display: flex;flex-wrap: wrap;justify-content: space-around;align-items: center;margin-top: 10px;padding: 10px 0;}
.footer_index .footer_content .con{width: 23.5%;text-align: center;}
.footer_index .footer_content .con span,
.footer_index .footer_content .con a{font-size: 1.25rem;color: #333;}
.footer_index .footer_content .con i{color: #EE7700;font-size: 25px;}
.footer_index .footer_content .img{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.footer_index .footer_content .img img{margin: 0 10px;}
.foot_bottom{background: #404040;color: #F5F5F5;padding: 10px 0;}
.foot_bottom a{color: #F5F5F5;}
.foot_bottom :hover a{color: white;}
.foot_bottom p{margin: 0;}
.return_top{position: fixed;right: 2%;bottom:20vh;z-index: 8;width: 44px;height: 44px;box-sizing: border-box;border-radius: 4px;box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);background:white;}
.return_top .img{width: 100%;height: 100%;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.return_top .img .iconfont{color: #EE7700;}

/* 列表页&详情页面包屑导航 */
.bread{padding: 20px 0;box-shadow: 0 5px 5px -8px rgba(0, 0, 0, 0.5);}
.bread .menu{display: flex;flex-wrap: wrap;align-items: center;}
.bread .menu .icon-home{color: #EE7700;}
.bread .menu p{margin-bottom: 0;}
.bread .menu a{color: #999;font-size: 1.05rem;}
.bread .menu i{margin-right: 10px;font-size: 1.35rem;}
.bread .menu font{background: url(../../static/image/right.png) no-repeat;background-size: cover;width: 20px;height: 20px;margin: 0 5px;}
.bread .menu :last-child{color: #EE7700;}
.bread .search p{margin-bottom: 0;}
.bread .container{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.bread .container .search{background:white;border: 1px solid #333;padding: 10px 30px;}
.bread .container .search button{border: none;outline: none;background: white;}
.bread .container .search #sousuo{border: none;outline: none;font-size: .95rem;}


/* 产品列表 */
.palmoil_title{display: flex;flex-wrap: wrap;justify-content: space-around;}
.palmoil_title .swiper-slide{width: auto;margin-right: 10px;}
.palmoil_title .swiper-wrapper{flex-wrap: wrap;}
.palmoil_title h3 a{margin:0;padding: 10px 20px;text-decoration:none;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius: 1.5rem;font-weight:300;font-size:18px;transition:all 0.3s cubic-bezier(0.02,0.01,0.47,1);color: #333;background: #f5f5f5;}
.palmoil_title h3.active a{background: #EE7700;color: white;}
.product_list .pro{margin-top: 100px;}
.product_list .pro .left h2{font-size: 4rem;font-weight: bold;font-family:'Times New Roman' !important;margin-bottom: 30px;}
.product_list .pro .right .img img,
.product_list .pro .left .img img{width: 100%;}
.product_list .pro .arrow{width: 50% !important;}
.product_list .pro .row{align-items: end;}
.product_list .pro .row .right .img img{display: block;margin: 0 auto;}
.product_list .pro .row span{display: inline-block;width: 100%;text-align: center;margin-top: 20px;font-size: 1.5rem;}
/* 棕榈油加工 */
.oil_processing{margin-top: 100px;}
.oil_processing .title{text-align: center;margin-bottom: 30px;}
.oil_processing .title h3{font-size: 4rem;font-weight: bold;font-family:'Times New Roman' !important;margin-top: 10px;}
.oil_processing .hide{overflow: hidden;}
.oil_processing .pro_swiper{position: relative;}
.oil_processing .pro_swiper .processing_container .swiper-slide{position: relative;}
.oil_processing .pro_swiper .thumbs_item{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;position: absolute;bottom: 5%;width: 100%;z-index: 999;text-align: center;}
.oil_processing .pro_swiper .thumbs_item .thumbs{width: 70%;display: flex;flex-wrap: wrap;justify-content: space-around;}
.oil_processing .pro_swiper .thumbs_item .thumbs img{width: 15%;margin: 0 10px;border: 4px solid transparent;}
.oil_processing .pro_swiper .thumbs_item .thumbs img.on{border: 4px solid #EE7700;}
.oil_processing .pro_swiper .thumbs_item .thumbs img.on2{border: 4px solid #EE7700;}

.oil_processing .pro_swiper .thumbs_item .thumbs_prev,
.oil_processing .pro_swiper .thumbs_item .thumbs_next{position: initial;background-image: initial;width: 2.5rem;height:2.5rem;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: initial;margin-top: initial;margin: 0 10px;opacity: 1;background: #EE7700;}
.oil_processing .pro_swiper .thumbs_item .thumbs_prev i,
.oil_processing .pro_swiper .thumbs_item .thumbs_next i{color: #fff;}
.oil_processing .pro_swiper .thumbs_item .thumbs_prev.swiper-button-disabled,
.oil_processing .pro_swiper .thumbs_item .thumbs_next.swiper-button-disabled{background: transparent;border: 0.01rem solid #aaa;}


.oil_processing .content{position: absolute;top: 50%;width: 100%;transform: translateY(-50%);}
.oil_processing .content .content_item{width: 80%;margin: 0 auto;}
.processing_container .text{width: 100%;text-align: right;position: absolute;top: 18%;right: 15%;color: white;}
.processing_container .text h4{font-size: 2rem;font-family:'Times New Roman' !important;color: white;}
.oil_processing .content .content_item .detail{color: white;width: 100%;}
.oil_processing .content .content_item .detail h3{font-size: 4rem;font-family:'Times New Roman' !important;text-align: center;}
.oil_processing .content .content_item .detail h3 a{color: white;}
.oil_processing .content .content_item .detail p{font-size: 1.05rem;text-align: center;width: 70%;margin: 0 auto;margin-top: 20px;margin-bottom: 20px;}
.oil_processing .content .content_item .detail .link_btn .btns{margin: 0 auto;}






.product_list .mill_project{margin-top: 100px;}
.product_list .mill_project .title{text-align: center;margin-bottom: 30px;}
.product_list .mill_project .title h3{font-size: 4rem;font-weight: bold;font-family:'Times New Roman' !important;margin-top: 10px;}
.project_item{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}   
.project_item .project_item_left,
.project_item .project_item_right{width: 49.5%;}
.project_item .project_item_right{display: flex;flex-wrap: wrap;justify-content: space-between;}
.project_item .project_item_right .img{width: 49%;margin: 1% 0;}
.project_item .img img{width: 100%;border-radius: 10px;}

.press_machine{margin-top: 100px;}
.press_machine .title{text-align: center;margin-bottom: 30px;}
.press_machine .title h3{font-size: 4rem;font-weight: bold;font-family:'Times New Roman' !important;margin-top: 10px;}
.press_machine .press_item{align-items: center;}
.press_machine .press_item .tit{display: flex;flex-wrap: wrap;align-items: center;justify-content: end;font-size: 2rem;}
.press_machine .press_item .tit svg{margin-right: 15px;}
.press_machine .press_item .capacity{display: flex;flex-wrap: wrap;justify-content: end;margin: 20px 0;}
.press_machine .press_item .capacity span{background: #F5F5F5;border-radius: 1.5rem;padding: 10px;font-size: .95rem;}
.press_machine .press_item .capacity span+span{margin-left: 10px;}
.press_machine .press_item .detail{text-align: right;font-size: 1.05rem;margin-bottom: 20px;color: #666;}
.press_machine .press_item .small_img{justify-content: end;margin-bottom: 20px;}
.press_machine .press_item .small_img .img{text-align: center;}
.press_machine .press_item .small_img .img img{width: 100%;}
.press_machine .press_item .link_btn{text-align: right;}
.press_machine .press_item .link_btn a:first-child .btns{background: transparent;border:1px solid #EE7700;color: #EE7700;}
.press_machine .press_item .palm_img .img{text-align: center;}
.press_machine .press_item .palm_img .img img{max-width: 80%;margin: 0 auto;}
.press_machine .press_item .link_btn{display: flex;justify-content: end;}
.press_machine .press_item .link_btn a+a{margin-left: 10px;}


.press_machine .press_item_two .tit svg{margin-left: 15px;}
.press_machine .press_item_two .tit{justify-content: start;}
.press_machine .press_item_two .capacity{justify-content: start;}
.press_machine .press_item_two .detail{text-align: left;}
.press_machine .press_item_two .small_img{justify-content: start;}
.press_machine .press_item_two .link_btn{justify-content: start;}

.other_oil{margin-top: 100px;}
.other_oil .title{text-align: center;margin-bottom: 20px;}
.other_oil .title h3{font-size: 4rem;font-weight: bold;font-family:'Times New Roman' !important;margin-top: 10px;}
.other_oil .other_item{margin-top: 30px;}
.other_oil .other_item .item{text-align: center;margin: 20px 0;}
.other_oil .other_item .item span{font-size: 1.25rem;display: inline-block;margin-top: 20px;}
.other_oil .other_item .item .list{width: 94%;margin: 0 auto;padding: 10px 0;transition: 0.3s ease;}
.other_oil .other_item .item .list:hover{box-shadow: 0 2px 4px 0px rgba(16, 79, 185, .2);}
.other_oil .other_item .item .list:hover span{color: #EE7700;}


.other_product{margin-top: 100px;}
.other_product .title{text-align: center;margin-bottom: 20px;}
.other_product .title h3{font-size: 4rem;font-weight: bold;font-family:'Times New Roman' !important;margin-top: 10px;}



.other_product .other_item{margin-top: 30px;}
.other_product .other_item .slide_item{display: inline-block;width: 96%;margin: 0 auto;background: #F5F5F5;border-radius: 6px;padding: 15px;}
.other_product .other_item .slide_item:hover .detail{color: #EE7700;}
.other_product .other_item .slide_item:hover .icon .font i{transform: rotate(45deg);}
.other_product .other_item .slide_item .img{margin: 10px 0;text-align: center;}
.other_product .other_item .slide_item .other_title{display: flex;flex-wrap: wrap;justify-content: space-between;}
.other_product .other_item .slide_item .img img{width: 100%;}
.other_product .other_item .slide_item .detail{text-align: left;font-size: 1.25rem;color: #333;}
.other_product .other_item .slide_item .icon .font{width: 2.5rem;height: 2.5rem;border-radius: 50%;background: #EE7700;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.other_product .other_item .slide_item .icon .font i{color: white;transition: transform .5s ease;}
/* 棕榈仁加工 */



/* 优品净化与精炼 */
.product_list .pro_video{background: #F5F5F5;padding: 100px 0;}
.product_list .pro_video .video_item{align-items: center;}
.product_list .pro_video .video_item .img{position: relative;}
.product_list .pro_video .video_item .img iframe{width: 100%;height: 450px;}


.product_list .pro_video .video_item .text h4{font-size: 1.75rem;font-weight: bold;font-family:'Times New Roman' !important;}
.product_list .pro_video .video_item .text h4 a{color: #333;}
.product_list .pro_video .video_item .text p{font-size: 1.05rem;margin: 20px 0;color: #666;}
.product_list .pro_video .video_item .link_btn{text-align: left;}
/* 棕榈油分馏 */
.raw_pro{margin-top: 100px;position: relative;}
.raw_pro .title{text-align: center;}
.raw_pro .title h2{font-size: 4rem;font-weight: bold;font-family:'Times New Roman' !important;}
.raw_pro .pro_item{margin-top: 30px;align-items: end;position: relative;}
.raw_pro .arrow{position: absolute;right: 0;top: 0;}
.raw_pro .pro_item .img span{display: inline-block;width: 100%;text-align: center;font-size: 1.5rem;margin-top: 20px;}
.raw_pro .pro_item .pic{text-align: center;}









/* 项目案例 */ 
/* .case_list .case_top{align-items: center;}
.case_list .text .date{font-size: 1rem;color: #EE7700;}
.case_list .text h2{font-size: 2.5rem;}
.case_list .text p{font-size: 1.25rem;}
.case_list .text .icon{display: flex;flex-wrap: wrap;align-items: center;}
.case_list .text .icon .btns{background: #F5F5F5;border-radius: 40px;padding: 10px;font-size: .95rem;}
.case_list .text .icon .btns:nth-child(1){margin-right: 20px;}
.case_list .text .link_btn{text-align: left;margin-top: 30px;} */
.case_list .case_text{margin-top: 30px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.case_list .case_text h3{font-size: 2rem;margin: 0;}
.case_list .case_text a{font-size: 1.25rem;color: #EE7700;}
.case_list .case_item .min-center{margin-bottom: 20px;}
.case_list .case_item .min-center .pjlist{box-shadow: 0 2px 4px 0px rgba(16, 79, 185, .2);width: 98%;margin: 0 auto;}
.case_list .case_item .min-center .pjlist:hover{background: #EE7700;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.case_list .case_item .min-center .pjlist:hover .title,
.case_list .case_item .min-center .pjlist:hover p{color: white;}
.case_list .case_item .min-center .pjlist .title{font-size: 1.35rem;color: #333;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.case_list .case_item .min-center .pjlist p{font-size: 1.05rem;margin-bottom: 0;margin-top: 10px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;color: #666;}
.case_list .case_item .min-center .pjlist .pjdes{padding: 15px;}
.case_list .case_item .min-center .pjlist .pic img{border-radius: 10px;}
.case_list .case_item .min-center .pjlist .icon{display: flex;flex-wrap: wrap;align-items: center;margin-top: 20px;}
.case_list .case_item .min-center .pjlist .icon .btns{background: #F5F5F5;border-radius: 40px;padding:0 10px;font-size: .95rem;display: flex;align-items: center;}
.case_list .case_item .min-center .pjlist .icon .btns .iconfont{margin-right: 5px;}
.case_list .case_item .min-center .pjlist .icon .btns:nth-child(1){margin-right: 20px;}

/* 视频 */
.video_list .video_swiper .container{overflow: hidden;}
/* .video_list .video_swiper .container .video_top{align-items: center;}
.video_list .video_swiper .container .video_top .link_btn{text-align: left;margin-top: 30px;}
.video_list .video_swiper .container .video_top .dateitem{display: flex;flex-wrap: wrap;justify-content: space-between;}
.video_list .video_swiper .container .video_top .dateitem .hot{font-size: .95rem;color: #EE7700;}
.video_list .video_swiper .container .video_top .dateitem .hot i{color: #EE7700;}
.video_list .video_swiper .container .video_top .dateitem .date{color: #999;font-size: .95rem;}
.video_list .video_swiper .container .video_top  .text h2{font-size: 2.5rem;font-weight: 500;margin-top: 10px;}
.video_list .video_swiper .container .video_top  .text p{font-size: 1.25rem;}
.video_list .video_swiper{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.video_list .video_swiper .container{margin: 0 20px;}
.video_list .video_swiper .video_prev,
.video_list .video_swiper .video_next{position: initial;background-image: initial;width: 2.5rem;height:2.5rem;border: 0.01rem solid #aaa;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: initial;margin-top: initial;margin: 0 10px;}
.video_list .video_swiper .video_prev i,
.video_list .video_swiper .video_next i{color: #aaa;}
.video_list .video_swiper .video_prev:hover,
.video_list .video_swiper .video_next:hover{border: 0.01rem solid #EE7700;background: #EE7700;}
.video_list .video_swiper .video_prev:hover i,
.video_list .video_swiper .video_next:hover i{color: #fff;}
.video_list .video_swiper .container .fenye{margin-top: 20px;}
.video_list .video_swiper .container .fenye .video_pagination{position: initial;} */

/* 视频页面导航 */
/* .video_text{display: flex;flex-wrap: wrap;}
.video_text h3{font-size: 1.25rem;background: #f5f5f5;padding:5px 15px;border-radius: 30px;}
.video_text h3+h3{margin-left: 10px;}
.video_text h3 a{color: #333;}
.video_text h3.active a{color: white;}
.video_text h3:hover{background: #EE7700;}
.video_text h3:hover a{color: white;}
.video_text h3.active{background: #EE7700;color: white;} */
.list_video{margin-top: 30px;}
.list_video .min-center{margin-bottom: 30px;}
.list_video .video_txt{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;color: #666666;font-size: .95rem;}
.list_video .video_txt .icon{display: flex;flex-wrap: wrap;align-items: center;}
.list_video .video_txt .icon .iconfont{font-size: 1.5rem;padding-top: 0.25rem;margin-right: 5px;}

.list_video .title{display: inline-block;font-size: 1.35rem;color: #333;margin: 15px 0 10px 0;height: 50px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.list_video .link_btn{text-align: center;}
.list_video .pjlist{box-shadow: 0 2px 4px 0px rgba(16, 79, 185, .2);width: 98%;margin: 0 auto;padding: 15px;overflow: hidden;border-radius: 6px;}
.list_video .pjlist:hover img{-webkit-transform: scale(1.2) rotate(2deg);-moz-transform: scale(1.2) rotate(2deg);-o-transform: scale(1.2) rotate(2deg);-ms-transform: scale(1.2) rotate(2deg);transform: scale(1.2) rotate(2deg);}
.list_video .pjlist .pic{overflow: hidden;display: inline-block;height: 100%;width: 100%;position: relative;}
.list_video .pjlist .pic .icon{position: absolute;width: 100%;top: 50%;left: 0%;transform: translateY(-50%);text-align: center;}
.list_video .pjlist .pic .icon i{color: white;font-size: 4rem;}
.list_video .min-center:hover .title{color: #EE7700;}

/* FAQ */
.faq_container li{padding: 0 !important;}
.faq_container li a{padding: 10px 0 10px 20px !important;display: inline-block;width: 100%;}
.faq_list .faq_item ul li:nth-child(1){font-size: 1.25rem;}
.faq_container li:first-child{background: initial !important;border-left: initial !important;color: initial !important;}
.faq_list .faq_item ul li{font-size: 1.05rem;padding: 10px 0 10px 20px;}
.faq_list .faq_item ul li:first-child{background: #f5f5f5;border-left: 5px solid #EE7700;color: #EE7700;}
.faq_list .faq_item ul li a{color: #333;font-size: 1.25rem;}
.faq_list .faq_detail .content{display: flex;flex-wrap: wrap;justify-content: space-around;background: #f5f5f5;padding: 30px 0;}
.faq_list .faq_detail .content+.content{margin-top: 20px;}
.faq_list .faq_detail .content:hover .details h4 a{color: #EE7700;}
.faq_list .faq_detail .content:hover .right i{background: #EE7700;color: white;}
.faq_list .faq_detail .content .question,
.faq_list .faq_detail .content .right{width: 5%;}
.faq_list .faq_detail .content .details{width: 86%;}
.faq_list .faq_detail .content .details h4,
.faq_list .faq_detail .content .details p{font-size: 1.05rem;margin-top: 10px;margin-bottom: 0;color: #666;}
.faq_list .faq_detail .content .details h4 a{color: #333;font-size: 1.35rem;}
.faq_list .faq_detail .content .question{text-align: center;padding-top: 5px;}
.faq_list .faq_detail .content .question i{font-size: 2rem;color: #333;}
.faq_list .faq_detail .content .right{text-align: center;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.faq_list .faq_detail .content .right i{width: 40px;height: 40px;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;border-radius: 50%;color: #333;}
.faq-container{margin-top: 60px;}





/* 新闻 */
.news_list:nth-child(1) .link_btn,
.news_list:nth-child(3) .link_btn{display: none;}
.news_list .newsitem{align-items: start;padding-bottom: 50px;justify-content: space-between;position:relative;border-bottom:1px solid #E5E5E5}
.news_list .newsitem::after{content:'';position:absolute;right:0;bottom:0;width:0;height:1px;background-color:#EE7700;transition:all 0.5s ease}
.news_list .newsitem:hover::after{left:0;width:100%;transition:all 0.5s ease}
.news_list .newsitem+.newsitem{margin-top: 50px;}
.news_list .newsitem .img a{display: block;}
.news_list .newsitem .img a img{box-shadow: 0 2px 4px 0px rgba(16, 79, 185, .2);margin: 0 auto;}
.news_list .newsitem .text{display: flex;flex-wrap: wrap;justify-content: space-around;}
.news_list .newsitem .text .date{width: 12%;}
.news_list .newsitem .text .date .app_dateitem{display: none;}
.news_list .newsitem .text .date .dateitem{border: 2px solid #333;padding: 1rem 0;text-align: center;}
.news_list .newsitem .text .date .dateitem .day{display: inline-block;font-size: 1.5rem;width: 100%;text-align: center;font-family: 'Times New Roman';line-height: 1;text-align: center;}
.news_list .newsitem .text .date .dateitem .month{font-size: 1.75rem;width: 100%;text-align: center;}
.news_list .newsitem .text .content{width: 84%;}
.news_list .newsitem .text .content a{color: #333;}
.news_list .newsitem .text .content h3{font-size: 1.35rem;color: #333;}
.news_list .newsitem .text .content p{font-size: 1.05rem;margin: 40px 0;color: #666;}
.news_list .newsitem .text .content p.content_app{display: none;}
.news_list .newsitem .text .content .icon{display: flex;flex-wrap: wrap;justify-content: end;}
.news_list .newsitem:hover .text .content h3{color: #EE7700;}
.news_list .newsitem:hover .img img{transform:scale(1.04)}

/* 关于我们 */
.ab_list .glory_text{align-items: center;}
.ab_list .glory_text .img img{margin: 0 auto;width: 100%;}
.ab_list .glory_text .text p{font-size: 1.25rem;margin-top: 20px;color: #666;}
.ab_list .company_img{margin-top: 100px;position: relative;}
.ab_list .company_img img{margin: 0 auto;width: 100%;}
.ab_list .company_img .company_item{position: absolute;top: 50%;left: 0%;transform: translateY(-50%);width: 100%;}
.ab_list .company_img .company_item .company_text{display: flex;flex-wrap: wrap;justify-content: space-between;color: white;text-align: center;}
.ab_list .company_img .company_item .company_text .number h3{font-size: 6rem;}
.ab_list .company_img .company_item .company_text .number p{font-size: 1.25rem;}
.company_detail{margin-top: 50px;font-size: 1.25rem;text-align: center;padding-bottom: 100px;color: #666;}
.about_text{display: flex;flex-wrap: wrap;justify-content: center;margin-bottom: 100px;}
.about_text h3{display: inline-block;background: #f5f5f5;padding: 10px 15px;}
.about_text h3 a{color: #333;padding: 5px 10px;font-size: 1.5rem;}
.about_text h3.active{background: #EE7700;}
.about_text h3.active a{color: white;}
/* 荣誉证书 */
.ab_certificate{padding: 100px 0;background: #f5f5f5;}
.ab_certificate .title{text-align: center;}
.ab_certificate .title p{font-size: 1.25rem;margin-top: 30px;color: #666;}
.ab_certificate .img{margin-top: 20px;}
.ab_certificate .img img{margin: 0 auto;width: 100%;}


/* 技术开发与研究 */
.ab_technology{padding: 100px 0;}
.ab_technology .title{text-align: center;}
.ab_technology .title p{font-size: 1.25rem;margin-top: 30px;color: #666;}
.ab_technology .choose_item{margin-top: 30px;}
.ab_technology .choose_item .choo_slide .choo_us .svg{height: initial;}
.ab_technology .choose_item .choo_slide .choo_us .svg img{width: auto;}
.ab_technology .choose_item .choo_slide .choo_us h5{text-align: center;height: initial;margin-top: 20px;}


/* 制造强度 */
.strength{padding-bottom: 100px;}
.strength .title{text-align: center;}
.strength .title p{font-size: 1.25rem;margin: 30px 0;color: #666;}
.strength .strength_item{margin-top: 30px;}
.strength .strength_item .item{text-align: center;}
.strength .strength_item .item .list{width: 96%;margin: 0 auto;background: #f5f5f5;}
.strength .strength_item .item .list span{display: inline-block;padding: 10px 0;font-size: 1.25rem;height: 60px;margin-top: 10px;}
.strength .strength_item .item .list .img img{width: 100%;}
.strength .strength_item .item .list:hover span{color: #EE7700;}
.strength .strength_item .item{margin-bottom: 30px;}

.factory_certificate .title{text-align: center;background: #FBFBFB;padding-top: 100px;}
.factory_certificate .title p{font-size: 1.25rem;margin-top: 20px;margin-bottom: 0;color: #666;}
.factory_certificate .img {text-align: center;}
.factory_certificate .img img{width: 100%;}


.provide{padding-bottom: 100px;background: #f5f5f5;}
.provide .title{text-align: center;padding-top: 100px;}
.provide .title p{font-size: 1.25rem;margin-top: 30px;margin-bottom: 0;color: #666;}

.provide_item{overflow: hidden;width: 90%;margin: 0 auto;margin-top: 30px;}
.provide_item .swiper-slide{background: transparent;transform: scale(0.8);transition: 300ms;}
.provide_item .provide_list{width: 94%;margin: 0 auto;background: #fff;padding: 30px 20px;box-shadow: 0 2px 4px 0px rgba(16, 79, 185, .2);}
.provide_item .provide_list .text h4{font-size: 1.5rem;font-weight: 400;}
.provide_item .provide_list .text p{font-size: 1rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;height: 70px;color: #666;}
.provide_item .swiper-slide.swiper-slide-active{transform: scale(1);}
.provide_item .swiper-slide.swiper-slide-active .provide_list .text h4{color: #EE7700;}


.provide_content{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;width: 90%;margin: 0 auto;}
.provide_content .we-prev,
.provide_content .we-next{position: initial;background-image: initial;width: 2.5rem;height:2.5rem;border: 0.01rem solid #aaa;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: initial;margin-top: initial;margin: 0 10px;}
.provide_content .we-prev i,
.provide_content .we-next i{color: #aaa;}
.provide_content .we-prev:hover,
.provide_content .we-next:hover{border: 0.01rem solid #EE7700;background: #EE7700;}
.provide_content .fenye .we-pagination{text-align:center;margin-top:15px;position:initial;}
.provide_content .fenye .we-pagination{position: initial;text-align: left;}
.provide_content .fenye .we-pagination .swiper-pagination-bullet{width:20px;height:5px;border-radius:5px;margin:0 4px !important;}
.provide_content .fenye .we-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #EE7700;}
/* 关于公司 */
.about_group .group{align-items: center;margin: 0;}
.about_group .group .img{padding: 0;}
.about_group .group .img img{margin: 0 auto;width: 100%;}
.about_group .group .text{box-shadow: 0 2px 4px 0px rgba(16, 79, 185, .2);padding: 3rem 5rem;position: relative;left: -60px;background: white;}
.about_group .group .text h3{margin-bottom: 30px;}
.about_group .group .text p{font-size: 1.25rem;line-height: 40px;color: #666;}
/* logo的含义 */
.our_logo{background: url(../../static/img/our_logo.jpg) no-repeat;background-size: 100% 100%;padding: 100px 0;margin-top: 100px;}
.our_logo .the_logo{align-items: center;}
.our_logo .the_logo .text h3{margin-bottom: 30px;color: white;}
.our_logo .the_logo .text p{font-size: 1.25rem;color: white;width: 70%;}
.our_logo .the_logo .text p+p{margin-top: 10px;}
.our_logo .the_logo .img{text-align: center;}
.our_logo .the_logo .img img{margin: 0 auto;}

/* 集团架构 */
.group_structure{padding-top: 100px;padding-bottom: 50px;}
.group_structure .group_text{text-align: center;}
.group_structure .group_text h3{margin-bottom: 30px;}
.group_structure .img{text-align: center;margin-top: 30px;}
.group_structure .img .app{display: none;}

/* 主营业务 */
.main_business{padding: 50px 0;}
.main_business .main_text{text-align: center;}
.main_business .main_text h3{margin-bottom: 30px;}
.main_swiper{position: relative;overflow: hidden;}

.main_swiper .fenye{position: absolute;right: 0;bottom: 0;z-index:9999;display: inline-block;background: white;border-top-left-radius: 1rem;width: 50%;}
.main_swiper .fenye .swiper-pagination{text-align:center;margin-top:15px;position:initial;}
.main_swiper .swiper-pagination-bullet{width:auto;height:auto;margin:0 8px;background:transparent;opacity:1;border:none;cursor:pointer;}
.main_swiper .swiper-pagination-bullet img{object-fit:contain;display: block;}
.main_swiper .fenye .swiper-pagination{display:flex;justify-content:space-between;margin-top:15px}
.main_swiper .fenye .dot-item{display:flex;flex-direction:column;align-items:center;width:auto;height:auto;border-right: 0.01rem solid #ccc;border-radius: initial;width: 25%;}
.main_swiper .fenye .dot-item:last-child{border: none;}
.main_swiper .fenye .dot-item img{margin-bottom:5px;width: 5rem;height: 5rem;}
.main_swiper .fenye .dot-text{font-size:1.35rem;color:#666}
.main_swiper .fenye .dot-text.active{color:#ff7f00;}

.main_swiper .main_item{position: absolute;top: 50%;left: 10%;transform: translateY(-50%);}
.main_swiper .main_item .link_btn{text-align: left;}
.main_swiper .main_item .text{margin-bottom: 100px;}
.main_swiper .main_item .text h3{font-size: 4rem;font-weight: bold;font-family:'Times New Roman' !important;}
.main_swiper .main_item .text h3 a{color: white;}
.main_swiper .main_item .text .p1{font-size: 1.35rem;color: white;margin: 20px 0;}
.main_swiper .main_item .text .p2{font-size: 1.25rem;color: white;}

.history{padding:50px 0}
.history .text{text-align:center}
.history_swiper{overflow:hidden;margin-top:50px;position: relative;}
.history_container{position:relative;}
.timeline-axis{position:absolute;top:49%;left:0;width:100%;height:2px;background:#666;transform:translateY(-49%);z-index:1}
.history_swiper .content{text-align:center;position:relative;z-index:2;padding:0 15px}
.history_swiper .content h4{font-size:4rem;font-weight:bold;font-family:'Times New Roman' !important;margin:0;height:5rem;display:flex;justify-content:center;align-items:center}
.history_swiper .content .txt{font-size:1.25rem;height:5rem;display:flex;justify-content:center;align-items:center;overflow: hidden;color: #666;}
.history_swiper .content i{display:inline-block;width:1rem;height:1rem;background:#333;border-radius:50%;position:relative;z-index:3;margin:10px 0}
.history_container .swiper-slide{background: transparent;}
.history_container .swiper-slide.swiper-slide-active .content h4{color: #EE7700;}
.history_container .swiper-slide.swiper-slide-active .content i{background: #EE7700;}
.history_container .swiper-slide:hover{cursor: pointer;}
.history_container .swiper-slide:hover .content h4{color: #EE7700;}
.history_container .swiper-slide:hover .content i{background: #EE7700;}
/* .history_container .swiper-slide .time{position: absolute;top: 0;z-index: 999;display: none;background-color: white;width: 96%;margin: 0 auto;text-align: center;}
.history_container .swiper-slide.swiper-slide-active:hover .time{display: block;}
.history_container .swiper-slide .time p{font-size: 1.05rem;margin-top: 10px;padding: 15px 0;}
.history_container .swiper-slide .time .img{padding: 0 20px;} */
.history_swiper .fenye{display: flex;flex-wrap: wrap;justify-content: center;margin-top:50px;}
.history_swiper .fenye .history_next,
.history_swiper .fenye .history_prev{position: initial;background: initial;width: initial;height: initial;margin-top: initial;font-size: 1.05rem;background: #D9D9D9;padding: 10px 50px;margin: 0 0.25rem;}
.history_swiper .fenye .history_next:hover,
.history_swiper .fenye .history_prev:hover{background: #EE7700;color: white;}

/* 客户的成功就是doing的成功 */
.success .title{text-align:center}
.success .img{position: relative;margin-top: 20px;}
.success .img img{margin-top: 10px;width: 100%;}
.success .customers{position: absolute;bottom: 0;width: 100%;}
.success .customers ul{display: flex;flex-wrap: wrap;justify-content: space-around;}
.success .customers ul li{text-align: center;}
.success .customers ul li h4{font-size:4rem;font-weight:bold;font-family:'Times New Roman' !important}
.success .customers ul li p{font-size: 1.05rem;}

/* 商业哲学 */
.business_philosophy{margin-top: 100px;position: relative;}
.business_philosophy img{width: 100%;}
.business_philosophy .content{position: absolute;top: 50%;left: 0;transform:translateY(-50%);}
.business_philosophy .content .business_item{color: #fff;}
.business_philosophy .content .business_item h4{font-size:2rem;font-weight:bold;font-family:'Times New Roman' !important;margin: 30px 0;}
.business_philosophy .content .business_item p{font-size: 1.05rem;}


/* 企业文化 */
.culture{margin-top: 50px;}
.culture_swiper{overflow: hidden;position: relative;}
.culture_swiper{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-top: 30px;}
.culture_swiper .culture_menu{width: 30%;}
.culture_swiper .culture_container{width: 70%;overflow: hidden;}
.culture_swiper .culture_container .swiper-slide img{width: 90%;margin: 0 auto;border-top-left-radius: 20%;}
.culture_swiper .culture_container .swiper-slide .text{position: absolute;bottom: 10%;left: 0%;z-index: 999;width: 35%;background: rgba(238,119,0, 0.8);padding: 60px 40px;color: white;border-radius: 1rem;}
.culture_swiper .culture_container .swiper-slide .text h3{font-size: 2rem;font-weight:bold;font-family:'Times New Roman' !important}
.culture_swiper .culture_container .swiper-slide .text p{font-size: 1.05rem;margin-top: 20px;}
.culture_swiper .culture_pagination{position: initial}
.culture_swiper .culture_pagination .swiper-pagination-bullet{display: block;width: 100%;margin: 0 auto;height: inherit;border-radius: 0;color: #333;background: transparent;opacity: 1;font-size: 2rem;margin-top: 10px;margin-bottom: 10px;}
.culture_swiper .culture_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{color: #EE7700;}
.culture_swiper .menu{display: flex;flex-wrap: wrap;justify-content: center;margin-top: 30px;}
.culture_swiper .menu .culture_prev,
.culture_swiper .menu .culture_next{position: initial;background-image: initial;width: 2.5rem;height:2.5rem;border: 0.01rem solid #aaa;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: initial;margin-top: initial;margin: 0 10px;}
.culture_swiper .menu .culture_prev i,
.culture_swiper .menu .culture_next i{color: #aaa;}
.culture_swiper .menu .culture_prev:hover,
.culture_swiper .menu .culture_next:hover{border: 0.01rem solid #EE7700;background: #EE7700;}
.culture_swiper .menu .culture_prev:hover i,
.culture_swiper .menu .culture_next:hover i{color: #fff;}








/* 联系我们 */
.content_list .con_item{margin-top:30px;display:flex;align-items:stretch}
.content_list .col-lg-6{display:flex;flex-direction:column;justify-content:center}
.content_list .con_item .map .img img{width:100%;height:auto;display:block}
.content_list .con_item .con{background:url(../../static/img/connect.jpg) no-repeat;background-size:100% 100%;padding:20px}
.content_list .con_title{text-align:center}
.content_list .con_title p{font-size:1.25rem;margin-top:20px;margin-bottom:0;color: #666}
.content_list .con_list{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;gap:15px}
.content_list .con_item .map p{font-size:1.25rem;margin:15px 0}
.content_list .con_list .list{display:flex;align-items:center;padding:15px 0 15px 20px}
.content_list .con_list .list i{font-size:2rem;color:#333;margin-right:20px}
.content_list .con_list .list .connect{font-size:1.25rem}
.content_list .con_list .list .connect b{display:block}
.content_list .con_list .list .connect a{color:#666;text-decoration:none}
.content_list .con_list .list .connect a:hover{color:#000}







/* 留言表单 */
.form_title{margin-top: 100px;}
.form_title .title{text-align: center;}
.form_title .title p{font-size: 1.25rem;margin: 30px 0;color: #666;}
.form_item ul{font-size:1.25rem;line-height:1.5;margin:1rem auto;}
.form_item ul li:nth-child(1){margin-bottom: 0.5rem;font-size: 1.25rem;font-weight: 600;color: #333;}
.form_item ul li span{width: 90%;}
.form_item ul li{display: flex;align-items: center;}
.form_item ul input{margin:0 .5rem 0 0;width:1.5rem;height:1.5rem}
.form_item ul li .q{display: inline-block;background: #EE7700;border-radius: 0.5rem;width: 1.5rem;text-align: center;margin-right: 0.5rem;color: white;}
.form_item ul li .others{width: 5% !important;}
.form_item ul li .input{width: 85%;height: 2rem;background: transparent;border-top: none;border-left: none;border-right: none;border-radius: inherit;}
.form_item .dn{display: none;}
.form_item #message2{display: none;}
.form_item .form_input{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.form_item .form_input .fl{width: 24%;}
.form_item .form_input .fl p{margin-bottom: 0;font-size: 1.25rem;}
.form_item .form_input .fl input{width: 100%;height:50px;margin-top: 10px;padding-left: 10px;}
.form_item .form-area{margin-top: 10px;}
.form_item .form-area p{margin-bottom: 0;font-size: 1.25rem;}
.form_item .form-area textarea{width: 100%;margin-top: 10px;height: 100px;padding-left: 10px;}
.form_item .btns{width:100%;text-align: center;margin-top: 30px;}
.form_item .btns input{background: #EE7700;border: none;outline: none;color: white;font-size: 1.25rem;padding: 10px 100px;border-radius: 1.5rem;box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff}
.form_item .btns input:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #EE7700, inset -4px -4px 12px #EE7700;
}



/* 文章页 */
.article_container .title h1{text-align: center;font-size: 2rem;}
.article_container .date_item{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 50px;}
.article_container .date_item .date{font-size: 1.25rem;}
.article_container .share{font-size: 1.25rem;display: flex;align-items: center;justify-content: end;margin-top: 30px;}
.article_container .share .img{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-left: 10px;}
.article_container .share img{width: 80%;}
.article_container .arc-body{margin-top: 50px;}
.article_container .arc-body p{font-size: 1.15rem;}
.article_container .arc-body p img{height: auto !important;}

/* 上一页下一页 */
.pagenav{display: flex;flex-wrap: wrap;justify-content: center;width:100%}
.pagenav .prev,
.pagenav .next{width: 49.5%;display: flex;flex-wrap: wrap;align-items: center;justify-content:center;border-radius: 4px;}
.pagenav .prev a,
.pagenav .next a{display: inline-block;width: 90%;color: #333;}
.pagenav .prev a{text-align: right;padding-right: 1%;display: flex;flex-wrap: wrap;justify-content: right;align-items: center}
.pagenav .next a{text-align: left;padding-left: 1%;display: flex;flex-wrap: wrap;justify-content: left;align-items: center}
.pagenav .prev i,
.pagenav .next i{width: 6%;background: #EE7700;border-radius: 4px;text-align: center;color: white;}
.pagenav .prev a:hover,
.pagenav .next a:hover{color: #EE7700;}




.page{display: flex;flex-wrap: wrap;justify-content: center;margin-top: 30px;margin-bottom: 30px;}
.page a,.page span{display: inline-block;width: 40px;height: 40px;text-align: center;line-height: 40px;border: 1px solid #EE7700;cursor: pointer;color:#333;margin: 0 5px;border-radius: 50%;}
.page .curr{background: #EE7700;color: white;border: 1px solid #EE7700;}
.page a:hover{background: #EE7700;color: white;border: 1px solid #EE7700;}
.page .shang,.page .xia{border: none;}
.page .shang:hover,.page .xia:hover{background: transparent !important;border: none;color: #EE7700;}



.ject-content{padding-bottom: 50px;}
.ject-ul .ject-li{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;margin: 15px 0;}
.ject-ul .ject-li .ject-img{width: 24.5%;}
.ject-ul .ject-li .ject-img a{display: block;}
.ject-ul .ject-li .ject-img img{width: 100%;}
.ject-ul .ject-li .ject-cont{width: 74.5%;}
.ject-ul .ject-li .ject-cont h3 a{font-size: 24px;color: #333 !important;}
.ject-ul .ject-li .ject-cont .ject-desc{color: #333;}
.search-page{width: 100%;text-align: center;}
.search-page .pageul{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.search-page a,.search-page span{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;color: #333;width: 3rem;height: 3rem;border: 1px solid #EE7700;border-radius: 50%;margin: 0 5px;}
.search-page .pageul li a{width:inherit;height: inherit;border: inherit;}
.search-page .pageul .curr{background: #EE7700;color: white;}
@media(max-width:767px){
  .ject-ul .ject-li{display: inherit !important;margin-bottom: 20px;}
  .ject-ul .ject-li .ject-img{width: 99%;}
  .ject-ul .ject-li .ject-cont{width: 99%;}
  .search-page .pageul li{margin-top: 20px;width: 100%;}
  .ject-ul .ject-li .ject-cont h3 a{font-size: .95rem;}
  .ject-ul .ject-li .ject-cont .ject-desc{margin: 15px 0;font-size: .95rem;}
}
.page_list{margin-top: 30px;text-align: center;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.page_list .page_num{display: flex;justify-content: center;margin-right: 10px;}
.page_list .page_num span,
.page_list .page_num a{background: #E9E9E9;width: 3rem;height: 3rem;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;color: #333;font-size: 1rem;}
.page_list .page_num .shang,
.page_list .page_num .xia{background: #EE7700;color: #fff;}
.page_list .page_num .curr{color: #fff;background: #EE7700;}

.search_main{padding-bottom: 50px;}





