@charset "utf-8";

.header{
    
}
.header_wrap{
    height: 100px;
}
.header.header_on{
    background: #fff;
    border-color: rgba(0, 0, 0, .08);
}
.header_top_wrap{
    border-bottom: 1px solid #ddd;
}
.header_fixed_top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9991;
    background: #fff;
}
.header_top{
    height: 50px;
}
.header_top .hd{
    flex:1;
    color:#666;
}
.header_top .bd span{
    margin:0 30px;
    display: flex;
    align-items: center;
}
.header_top .bd i{
    margin-right: 5px;
}
.header_top .bd span em{
    font-size: 18px;
    font-weight: bold;
}
.header_top .bd a:hover{
    text-decoration: underline;
    color:var(--theme-color);
}

.header_mid {
    height: 100px;
}

.header_mid .search form{
    position: relative;
}
.header_mid .search input{
    height: 44px;
    border: 1px solid #ccc;
    width: 500px;
    padding: 0 70px 0 20px;
    transition:all .4s;
}
.header_mid .search input::placeholder{
    color:#999;
}
.header_mid .search button{
    height: 44px;
    width: 54px;
    background: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition:all .4s;
}
.header_mid .search button:hover{
    background: var(--subtheme-color);
}
.header_mid .search button i{
    color:#fff;
    font-size: 20px;
}
.header_mid .search input:focus{
    border-color: var(--theme-color);
}
.header_mid .search .hot{
    margin-top: 6px;
}
.header_mid .search .hot a{
    margin-left: 5px;
}
.header_mid .search .hot a:hover{
    text-decoration: underline;
    color:var(--theme-color);
}
.header_mid .logo{
    flex:1;
}
.header_mid .logo img{
    max-height:50px;
}

.header_nav_wrap{
    height: 52px;
    margin-top: 150px;
}
.header_nav .product_nav{
    position: relative;
}
.header_nav .product_nav .hd{
    height: 50px;
    background:#187dc6;
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color:#fff;
}
.header_nav .product_nav .bd{
    position: absolute;
    height:502px;
    background: var(--theme-color);
    left: 0;
    top:50px;
    width: 100%;
    z-index: 999;
}
.header_nav .product_nav .bd .item{
    
}
.header_nav .product_nav .bd .sub_list{
    display: none;
    width: 1070px;
    background: #fff;
    position: absolute;
    left: 230px;
    top:2px;
    height: 500px;
    padding: 20px 40px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.header_nav .product_nav .bd .item:nth-child(4) .sub_list .j_item:first-child{
    display: none;
}
.header_nav .product_nav .bd .item .sub_list .j_item .j_b{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
}
.header_nav .product_nav .bd .item .sub_list .j_item .j_b h4{
    position: relative;
    padding-left: 15px;
    font-weight: bold;
    color:#333;
    font-size: 18px;
    line-height: 1.2;
    flex:1;
}
.header_nav .product_nav .bd .item .sub_list .j_item .j_b h4:before{
    width: 3px;
    height: 19px;
    background: var(--theme-color);
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
}
.header_nav .product_nav .bd .item .sub_list .j_item .j_b .j_b_s_menu{
    width: 700px;
    overflow-x: scroll;
}
.header_nav .product_nav .bd .item .sub_list .j_item .j_b>a{
    color:var(--theme-color);
}
.header_nav .product_nav .bd .item .sub_list .j_item .j_b>a:hover{
    text-decoration: underline;
}

.header_nav .product_nav .bd .item .sub_list .j_item .j1_list{
    margin: 0 -20px;
}
.header_nav .product_nav .bd .item .sub_list .j_item .j1_item{
    flex:1;
    padding: 20px;
    width: 50%;
}
.header_nav .product_nav .bd .item .sub_list .j_item .j1_item .img{
    width: 150px;
    height: 150px;
    border: 1px solid #eee;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}
.header_nav .product_nav .bd .item .sub_list .j_item .j1_item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header_nav .product_nav .bd .item .sub_list .j_item .j1_item .con{
    flex:1;
    padding-left: 15px;
    min-width: 0;
}
.header_nav .product_nav .bd .item .sub_list .j_item .j1_item .con h4{
    font-size: 16px;
    color:#333;
    transition:all .4s;
}
.header_nav .product_nav .bd .item .sub_list .j_item .j1_item .con p{
    color:#999;
    margin: 6px 0 10px;
}
.header_nav .product_nav .bd .item .sub_list .j_item .j1_item:hover .img{
    border-color: var(--theme-color);
}
.header_nav .product_nav .bd .item .sub_list .j_item .j1_item:hover .con h4,.header_nav .product_nav .bd .item .sub_list .j_item .j1_item .con em:hover{
    color:var(--theme-color);
}
.header_nav .product_nav .bd .item .sub_list .k_item {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
}
.header_nav .product_nav .bd .item .sub_list .k_item .k{
    width: 150px;
}
.header_nav .product_nav .bd .item .sub_list .k_item a{
    border-left: 1px solid #ccc;
    padding: 0 30px;
    font-size: 13px;
}
.header_nav .product_nav .bd .item .sub_list .k_item a:hover{
    color:var(--theme-color);
}

.header_nav .product_nav .bd .item .j_a{
    padding: 0 24px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    height: 50px;
    display: flex;
    align-items: center;
    color:#fff;
    transition:all .4s;
}
.header_nav .product_nav .bd .item:first-child .j_a{
    margin-top: 10px;
}
.header_nav .product_nav .bd .item .j_a a{
    flex:1;
    font-size: 14px;
    transition:all 0s;
}
.header_nav .product_nav .bd .item .j_a i{
    font-size: 12px;
}
.header_nav .product_nav .bd .item .j_a:hover{
    background:#fff;
    color:var(--theme-color);
}
.header_nav .product_nav .bd .item:hover .sub_list{
    display: block;
}
.header_nav .nav{
    padding-left: 50px;
}
.nav .nav_li{
    margin:0 40px;
    position: relative;
}
.nav .nav_li .nav1 a{
    color:#333;
    display: block;
    line-height:50px;
    position: relative;
    text-transform: uppercase;
    transition:all 0s;
    font-size:18px;
}

.nav .nav_li .nav1 a:hover,.nav .nav_li.cur .nav1 a{
    color:var(--theme-color);
}
.nav .nav_li .nav2{
    list-style-type: none;
    position: absolute;
    top:52px;
    line-height: 40px;
    width:200px;
    background: #fff;
    display: none;
    border-radius:5px;
    padding:10px 20px 20px;
    color:#3a3a3a;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    z-index: 10;
}
.nav .nav_li .nav2 h4{
    font-size:18px;
    border-bottom: 1px solid #c8c8c8;
    padding:10px 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.nav .nav_li .nav2 a{
    display: flex;
    align-items: center;
    padding-top: 15px;
    font-size:14px;
}
.nav .nav_li .nav2 a span{
    flex:1;
    line-height: 1;
}
.nav .nav_li .nav2 a i{
    font-size:12px;
}
.nav .nav_li .nav2 a:hover{
    color:var(--theme-color);
}
.nav .nav_li:hover .nav1 a:after,.nav .nav_li.cur .nav1 a:after{
    width: 100%;
}


.nav_info{
    height: 48px;
    align-items: center;
    justify-content: flex-end;
}
.nav_info .icons .item{
    position: relative;
}
.nav_info .icons .item i{
    font-size:20px;
    width: 40px;
    height: 40px;
    border:1px solid #c2c2c2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
    transition:all .4s;
}
.nav_info .icons .item:hover i{
    border-color: var(--theme-color);
    background: var(--theme-color);
    color:#fff;
}
.nav_info .icons .item .tel{
    height: 40px;
    width: 0;
    background: var(--theme-color);
    border-radius: 100px;
    color:#fff;
    text-align: center;
    line-height: 40px;
    font-size:20px;
    transform: scale(0);
    transition:all .5s;
    position: absolute;
    right: 40px;
    top: 0;
}
.nav_info .icons .item.header_tel:hover .tel{
    transform: scale(1);
    width: 200px;
}


.banner{
    position: relative;
    overflow: hidden;
}
.banner .item_img img{
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.banner .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom:5vh;
}
.banner .item .item_con .wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .item .item_con .info{
    display: flex;
    flex-direction: column;
}
.banner .item .item_con h4{
    font-size:52px;
    font-weight: bold;
    line-height:1.1;
    color:var(--theme-color);
}
.banner .item .item_con p{
    font-size:18px;
    margin: 30px 0 100px;
}

.banner .swiper-pagination{
    text-align: center;
    bottom:20px;
    left:0;
    width:100%;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background: #fff;
    margin:0 5px;
    opacity: 1;
    position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}


/* tit_box1 */

.tit_box1{
    padding:50px 0 25px;
    text-align: center;
}
.tit_box1 .tit{
    
}
.tit_box1 .tit h4{
    font-size:24px;
    font-weight: bold;
    color:#333;
    line-height: 1;
}
.tit_box1 .tit p{
    margin-top:12px;
}

.tit_box2{
    text-align: center;
    padding: 60px 0 30px;
}
.tit_box2 .tit{
    
}
.tit_box2 .tit h4{
    font-size:40px;
    font-weight: bold;
}
.tit_box2 .tit p{
    color:#666;
}
.tit_box2_fff .tit h4{
    color:#fff;
}
.tit_box2-center{
    text-align: center;
}

.bg1{
    background:#f9f9f9;
}
.bg2{
    background:var(--theme-color);
}


/* hot_product_tit */

.hot_product_tit{
    height: 80px;
    position: relative;
    justify-content: center;
}
.hot_product_tit h4{
    font-weight: bold;
    color:var(--theme-color);
    font-size: 24px;
    text-align: center;
    position: relative;
}
.hot_product_tit h4:before,.hot_product_tit h4:after{
    content:'';
    display: inline-block;
    width: 100px;
    height: 1px;
    background: var(--theme-color);
    vertical-align: middle;
    margin: 0 16px;
}
.hot_product_tit a{
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 16px;
    transition:all .4s;
}
.hot_product_tit a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}

.hot_product_list{
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
}
.hot_product_list .swiper-slide{
    width: 25%;
}
.hot_product_list .item{
    padding: 20px;
    display: block;
    border-left: 1px solid #eee;
}
.hot_product_list .swiper-slide-active .item{
    border-left: none;
}

.hot_product_list .item .item_con p{
    display: block;
}
.hot_product_list .item .item_img{
    padding:20px;
}

.hot_product_list .item .item_img img{
    width: 100%;
}
.hot_product_list .item .item_con h4{
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
}
.hot_product_list .item .item_con p{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color:#999;
}
.hot_product_list .item .item_con span{
    color:var(--theme-color);
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
}
.hot_product_list .item:hover .item_con h4{
    color:var(--theme-color);
}

.product_floor_hd{
    padding: 30px 0 10px;
    border-bottom: 1px solid var(--subtheme-color);
}
.product_floor_hd .tit{
    flex:1;
    font-size: 24px;
    color:#333;
}
.product_floor_hd .menu a{
    margin-right: 50px;
    font-size: 16px;
}
.product_floor_hd .menu a:hover,.product_floor_hd .menu a.cur{
    text-decoration: underline;
    color:var(--theme-color);
}
.product_floor_bd_wrap .product_floor_bd_item{
    display: none;
}
.product_floor_bd_wrap .product_floor_bd_item:first-child{
    display: block;
}
.product_floor_bd{
    background: #fff;
    height: 510px;
}
.product_floor_bd .hd{
    background: var(--subtheme-color);
    width: 260px;
    padding: 35px;
}
.product_floor_bd .hd .img{
    border-radius: 50%;
    overflow: hidden;
}
.product_floor_bd .hd .img img{
    width: 100%;
}
.product_floor_bd .hd .menu{
    justify-content: center;
    margin:10px 0 40px;
}
.product_floor_bd .hd .menu .item{
    margin-top: 20px;
}
.product_floor_bd .hd .more{
    margin: 20px 10px 0;
}
.product_floor_bd .hd .more a{
    width: 100%;
    height: 44px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
}
.product_floor_bd .hd .more a:hover{
    background:#fff;
    color:var(--subtheme-color);
}
.product_floor_bd .bd_ft{
    flex:1;
    min-width: 0;
}
.product_floor_bd .bd{
    
}
.product_floor_bd .bd .list{
    display: flex;
    flex-wrap: wrap;
}
.product_floor_bd .bd .list a{
    width:25%;
    height: 255px;
    border-right: 1px solid #eee;
    padding:10px 35px;
    text-align: center;
}

.product_floor_bd .bd .list a .img img{
    width: 100%;
}
.product_floor_bd .bd .list a .con h4{
    line-height: 1.3;
    margin-top:10px;
}

.product_floor_bd .bd .list a.f{
    width:50%;
    text-align: left;
    padding: 20px;
}
.product_floor_bd .bd .list a.f .img{
    max-width: 50%;
    height: 100%;
}
.product_floor_bd .bd .list a.f .img img{
    height: 100%;
}
.product_floor_bd .bd .list a.f .con{
    flex:1;
    min-width: 0;
    padding-left: 20px;
}
.product_floor_bd .bd .list a.f .con h4{
    font-size: 16px;
    color:#333;
}
.product_floor_bd .bd .list a.f .con p{
    color:#999;
    margin: 6px 0 15px;
}
.product_floor_bd .bd .list a{
    border-bottom: 1px solid #eee;
}
.product_floor_bd .bd .list a:hover h4,.product_floor_bd .bd .list a:hover .con h4,.product_floor_bd .bd .list a .con span:hover{
    color:var(--theme-color);
}

.product_floor_bd .bd .list a.g .con p{
    display: none;
}
.product_floor_bd .bd .list a.g .con span{
    display: none;
}
.product_floor_item2 .product_floor_bd .bd .list a,.product_floor_item4 .product_floor_bd .bd .list a{
    width: 50%!important;
    display:none;
    align-items: center;
}
.product_floor_item2 .product_floor_bd .bd .list a:nth-child(-n+4),.product_floor_item4 .product_floor_bd .bd .list a:nth-child(-n+4){
    display: flex;
}
.product_floor_item2 .product_floor_bd .bd .list a .img,.product_floor_item4 .product_floor_bd .bd .list a .img{
    max-width: 50%;
}
.product_floor_item2 .product_floor_bd .bd .list a .con h4,.product_floor_item4 .product_floor_bd .bd .list a .con h4{
    text-align: left;
    font-size: 16px;
}
.product_floor_item2 .product_floor_bd .bd .list a .con p,.product_floor_item2 .product_floor_bd .bd .list a .con span,.product_floor_item4 .product_floor_bd .bd .list a .con p,.product_floor_item4 .product_floor_bd .bd .list a .con span{
    display: -webkit-box;
}
.product_floor_item2 .product_floor_bd .bd .list a .con p,.product_floor_item4 .product_floor_bd .bd .list a .con p{
    color: #999;
    margin: 6px 0 15px;
    text-align: left;
}
.product_floor_item2 .product_floor_bd .bd .list a .con,.product_floor_item4 .product_floor_bd .bd .list a .con{
    flex: 1;
    min-width: 0;
    padding-left: 20px;
}

/*.product_floor_bd .ft{*/
/*    padding:20px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    flex:1;*/
/*    min-width: 0;*/
/*    border-right: 1px solid #eee;*/
/*    border-bottom: 1px solid #eee;*/
/*}*/
/*.product_floor_bd .ft .item{*/
/*    margin: 10px 0;*/
/*}*/
/*.product_floor_bd .ft .item img{*/
/*    max-width: 100%;*/
/*}*/

/* news_wrap */

.news_menu{
    background: #f1f1f1;
    height:60px;
    justify-content: center;
}
.news_menu .item{
    margin: 0 60px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.news_menu .item:after{
    content:'';
    width: 0;
    transition:all .4s;
    height: 2px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: -18px;
}
.news_menu .item.cur{
    color:var(--theme-color);
}
.news_menu .item:hover{
    color:var(--theme-color);
}
.news_menu .item.cur:after{
    width: 100%;
}
.news_con_wrap{
    padding-bottom: 40px;
}
.news_list{
    background: #fff;
    padding: 15px 25px 25px;
}
.news_list .news_list_item_w{
    display: none;
}
.news_list .news_list_item_w:first-child{
    display: block;
}
.news_list .item{
    padding:10px;
    width: 33.333%;
}
.news_list .item .item_tit{
    padding: 10px 0;
    border-bottom: 2px solid #eee;
    margin-bottom:20px;
}
.news_list .item .item_tit h4{
    font-size: 16px;
    position: relative;
}
.news_list .item .item_tit h4:after{
    content:'';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom:-12px;
}
.news_list .item .item_tit a{
    flex:1;
    display: flex;
    justify-content: flex-end;
}
.news_list .item .item_tit a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}
.news_list .item .item_con .item_n{
    padding-bottom: 10px;
    display: block;
}
.news_list .item .item_con .item_n .con{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.news_list .item .item_con .item_n .con h4{
    font-size: 16px;
}
.news_list .item .item_con .item_n .con p{
    color:#999;
    font-size: 13px;
}
.news_list .item .item_con .item_n:hover .con h4{
    color:var(--theme-color);
}

.news_list .item .item_con .item_t{
    margin-top: 5px;
    display: block;
    padding-left:16px;
    position: relative;
}
.news_list .item .item_con .item_t:before{
    content:'';
    width: 0;
    height: 0;
    border-left:7px solid var(--theme-color);
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    display: block;
    position: absolute;
    left: 0;
    top:6px;
}
.news_list .item .item_con .item_t:hover{
    color:var(--theme-color);
    text-decoration: underline;
}



/* footer */

.footer{
    background:url("../images/footer.png") no-repeat center;
    padding:40px 0;
}
.footer_con{
    justify-content: space-between;
}
.footer_con .tel{
    text-align: center;
    font-weight: bold;
}
.footer_con .tel h4{
    font-family: 'Arial';
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
}
.footer_con .logo img{
    height: 35px;
}
.footer_con .menu a{
    margin-left: 20px;
    font-size: 16px;
}
.footer_con .menu a:hover{
    text-decoration: underline;
    color:var(--theme-color);
}

.footer_copyright{
    font-size:14px;
    padding:20px 0;
    display: flex;
    background: #333;
    color:#c0c0c0;
    justify-content: center;
}
.footer_copyright a{
    color:#c0c0c0;
}
.footer_copyright img{
    margin:0 6px 0 20px;
}
.footer_copyright a.bontop{
    flex:1;
    display: flex;
    justify-content: flex-end;
}



/* page_pos */

.page_pos{
    padding: 20px 0;
}
.page_pos a:last-child{
    color:var(--theme-color);
}
.page_pos a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}

.page_product_menu{
    height: 230px;
    border: 1px solid #eee;
}
.page_product_menu .z_menu{
    width: 100%;
    border-bottom: 1px solid #eee;
}
.page_product_menu .menu .j_tit{
    width: 110px;
    padding: 10px;
    text-align: right;
    border-right: 1px solid #eee;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.page_product_menu .z_menu .j_menu{
    flex:1;
    min-width: 0;
    padding-left:10px;
}
.page_product_menu .z_menu .j_menu a{
    height: 30px;
    display: flex;
    align-items: center;
    border:1px solid var(--theme-color);
    padding: 0 10px;
    margin-right: 10px;
    cursor: pointer;
}
.page_product_menu .z_menu .j_menu a i{
    margin-left: 10px;
    font-size: 10px;
    color:var(--theme-color);
}
.page_product_menu .z_menu .j_menu .delete{
    padding-left: 10px;
    color:#999;
    cursor: pointer;
}
.page_product_menu .z_menu .j_menu .delete i{
    margin-right: 3px;
}
.page_product_menu .z_menu .j_menu .delete:hover{
    color:var(--theme-color);
}
.page_product_menu .z_menu .j_menu a:nth-child(-n+2){
    display: none;
}
.page_product_menu .z_menu .j_menu a:hover{
    color:var(--theme-color);
}


.page_product_menu .j_menu_1{
    width: 100%;
}
.page_product_menu .j_menu_1 .j_menu_tit{
    width:110px;
}
.page_product_menu .j_menu_1 .j_menu_tit .item{
    height:50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.page_product_menu .j_menu_1 .j_menu_tit .item:last-child{
    height:78px;
}
.page_product_menu .j_menu_1 .j_menu_list{
    flex:1;
    min-width: 0;
    height: 50px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.page_product_menu .j_menu_1 .j_menu_list .item1{
    padding: 10px;
}
.page_product_menu .j_menu_1 .j_menu_list .item1 .list1{
    height: 100%;
}
.page_product_menu .j_menu_1 .j_menu_list .item1 .list1 a{
    font-size: 14px;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 10px;
    font-weight: normal;
}
.page_product_menu .j_menu_1 .j_menu_list .item1.cur .list1 a{
    background: var(--theme-color);
    color:#fff;
}
.page_product_menu .j_menu_1 .j_menu_list .list2{
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    height: 50px;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.page_product_menu .j_menu_1 .j_menu_list .list2 .item2 p a{
    height: 30px;
    line-height: 30px;
    display: flex;
    padding: 0 10px;
}
.page_product_menu .j_menu_1 .j_menu_list .list2 .item2.active p a{
    background: var(--theme-color);
    color: #fff;
}
.page_product_menu .j_menu_1 .j_menu_list .item1.cur .list2{
    display: flex;
}
.page_product_menu .j_menu_1 .j_menu_list .item1 .list2 .list3{
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    padding: 10px;
    width: 100%;
    height:77px;
    flex-wrap: wrap;
}
.page_product_menu .j_menu_1 .j_menu_list .item1 .list2 .list3 .item3{
   padding: 0 10px;
}
.page_product_menu .j_menu_1 .j_menu_list .item1 .list2 .list3 .item3 a{
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0 10px;
}
.page_product_menu .j_menu_1 .j_menu_list .item1 .list2 .list3 .item3.jy a{
    background: var(--theme-color);
    color:#fff;
}
.page_product_menu .j_menu_1 .j_menu_list .item1 .list2 .item2.active .list3{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
}
.page_product_menu .j_menu_1 .j_menu_list .list2 .item{
    
}
.page_product_menu .j_menu_1 a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}


/* page_banner */

.page_banner{
    margin-top:100px;
    position: relative;
}
.page_banner .img img{
    width: 100%;
}
.page_banner_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
}
.page_banner_con .tit{
    font-size:56px;
    font-weight: bold;
    line-height: 1.2;
}
.page_banner_con .subtit{
    font-size:18px;
    margin-top: 10px;
}
.page_banner_pos{
    position: absolute;
    bottom: 30px;
    color:#fff;
}
.page_banner_pos .pos i{
    font-size:18px;
    margin-right: 6px;
}
.page_banner_pos .pos a{
    padding:0 5px;
}
.page_banner_pos .pos a:hover{
    text-decoration: underline;
}

/* page_product */


.page_product{
    padding-bottom:50px;
}

.page_product_list{
   padding:20px 0 0;
}

.page_product_list .list{
    margin:-10px;
}
.page_product_list .list .item{
    width:25%;
    padding:10px;
}
.page_product_list .list .item a{
    display: block;
    background: #fff;
    padding:20px;
    border:1px solid #eee;
}
.page_product_list .list .item .item_img{
    padding: 10px;
}
.page_product_list .list .item .item_img img{
    width: 100%;
}
.page_product_list .list .item .item_con{
    padding-top: 15px;
}

.page_product_list .list .item .item_con h4{
    font-size:16px;
    color:#333;
    height:60px;
    margin-bottom: 6px;
}
.page_product_list .list .item .item_con p{
    color:#999;
    font-size: 13px;
}
.page_product_list .list .item .item_con span{
    display: block;
    border-top: 1px solid #e8e8e8;
    padding: 10px 0 0;
    margin-top: 10px;
}
.page_product_list .list .item a:hover{
    border-color: var(--theme-color);
}
.page_product_list .list .item a:hover .item_con h4{
    color:var(--theme-color);
}
.page_product_list .list .item .item_con span:hover{
    color:var(--theme-color);
    text-decoration: underline;
}


.page_product_list.page_product_recommend{
    padding-left: 0;
}

/* page_about */

.page_about{
    margin: 20px 0 50px;
}
.page_about_menu{
    width: 230px;
    background: #fafafa;
    padding:20px 0;
}
.page_about_menu .j_tit{
    border-left: 5px solid #bc2222;
    display: block;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 20px;
}
.page_about_menu .list{
    padding: 0 20px;
}
.page_about_menu .list .item{
    border-top: 1px solid #e8e8e8;
    height: 55px;
    font-size: 15px;
}
.page_about_menu .list .item.cur{
    color:var(--theme-color);
}
.page_about_menu .list .item h4{
    flex:1;
}
.page_about_menu .list .item i{
    font-size: 12px;
}

.page_about_con{
    flex:1;
    min-width: 0;
    padding-left: 20px;
}
.page_about_con_tit{
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0;
    margin-bottom: 20px;
}
.page_about_con_tit .tit{
    font-size: 18px;
    flex:1;
}
.page_about_con_tit .pos{
    color:#666;
}
.page_about_con_tit .pos a:last-child,.page_about_con_tit .pos a:hover{
    color:var(--theme-color);
}


.page_certificates_list{
    margin:-10px 0;
}
.page_certificates_list .item{
    padding:10px 20px;
    width:33.333%;
    cursor: pointer;
}
.page_certificates_list .item .img{
    padding:10px;
    background: #f7f7f7;
}
.page_certificates_list .item .img img{
    width: 100%;
}
.page_certificates_list .item p{
    text-align: center;
    margin-top: 10px;
}
.page_certificates_list .item:hover .img{
    border-color:var(--theme-color);
}

.modelTost {
	display: none;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.modelTostChile {
	/*width:550px;*/
	width: 800px;
	height: 86vh;
	background-color: #fff;
	position: absolute;
	top: 7vh;
	left: 50%;
	transform: translate(-50%,0);
	overflow: hidden;
}
.modelTostChile .swiper-wrapper{
    align-items: center;
}
@media screen and ( max-width: 992px){
    .modelTostChile{
        width: 90%;
    }
}
.modelTostChile p {
	font-size:18px;
	padding: 3%;
	font-family: 'PoppinsSemiBold';
	height: 90px;
}
.modelTostChile .swiper-horizontal{
    height: calc(100% - 90px);
}
.modelClose {
	float: right;
	cursor: pointer;
	font-size:36px;
	line-height: 1;
}

.modelTostChile .swiper-slide {
	text-align: center;
    align-items: center;
    display: flex;
    padding:0 20px;
}

.modelTostChile .swiper-slide img {
	height: 100%;
	text-align: center;
	margin:auto;
	padding-bottom: 3%;
	object-fit: contain;
}
.modelTostChile .swiper-button-next,.modelTostChile .swiper-button-prev{
    color:#fff;
    width: 50px;
    height: 50px;
    border-radius:3px;
    background:#999;
    transition: all .5s;
}
.modelTostChile .swiper-button-next:after,.modelTostChile .swiper-button-prev:after{
    font-size:24px;
}
.modelTostChile .swiper-button-next:hover,.modelTostChile .swiper-button-prev:hover{
    background: var(--theme-color);
}



/* co_branding_hot */

.co_branding_hot{
    background: #f8f8f8;
    padding: 20px;
}
.co_branding_hot .j_tit{
    font-size: 16px;
}
.co_branding .j_list{
    margin: -8px;
    padding: 10px 0;
}
.co_branding .j_list .item{
    padding:8px;
    display: block;
    width: 16.666%;
}
.co_branding .j_list .item .img{
    background: #fff;
    padding: 10px;
    height:80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.co_branding .j_list .item .img img{
    max-height: 100%;
}
.co_branding .j_list .item .tit{
    text-align: center;
    color:#999;
    margin-top: 10px;
}

.co_branding_list{
    padding: 20px 0;
}
.co_branding_list .hd .item{
    display: flex;
    width: 80px;
    height: 45px;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 13px;
    border: 1px solid #e8e8e8;
    line-height: 1.8;
    margin-right: 10px;
    cursor: pointer;
}
.co_branding_list .hd .item:hover{
    border-color: var(--theme-color);
    color:var(--theme-color);
}
.co_branding_list .hd .item.cur{
    background: var(--theme-color);
    color:#fff;
    position: relative;
}
.co_branding_list .hd .item.cur:after{
    width: 0;
    height: 0;
    content:'';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:-10px;
    border-top: 10px solid var(--theme-color);
    border-right:6px solid transparent;
    border-left:6px solid transparent;
}
.co_branding_list .bd{
    background: #f8f8f8;
    margin-top: 20px;
    padding: 20px;
}
.co_branding_list .bd .list{
    display: none;
}
.co_branding_list .bd .list:first-child{
    display: block;
}

/* page_about_choose */

.page_about_choose{
    padding:60px 0;
}
.page_about_choose .list{
    margin:30px -12px 0;
}
.page_about_choose .list .item_wrap{
    flex:1;
    padding:0 12px;
}
.page_about_choose .list .item{
    background: #fff;
    height: 100%;
    flex: 1;
    border-radius: 15px;
    padding: 35px;
    text-align: center;
    transition: all .3s;
    color:#333;
    position: relative;
    z-index: 1;
}
.page_about_choose .list .item .img{
    display: flex;
    justify-content: center;
}
.page_about_choose .list .item .img2{
    display: none;
}
.page_about_choose .list .item h4{
    font-size:22px;
    font-family: 'MontserratSemiBold';
    margin:15px 0 10px;
}
.page_about_choose .list .item .num{
    font-size: 90px;
    color: #f7f7f7;
    line-height: 0.8;
    text-align: right;
    font-style: italic;
    padding-right: 20px;
    transition: all .3s;
    font-weight: bold;
    position: absolute;
    right: 40px;
    bottom: 50px;
    z-index: -1;
}

.page_about_choose .list .item:hover .num{
    color: rgba(255,255,255,.1);
}
.page_about_choose .list .item:hover{
    background:var(--theme-color);
    color:#fff;
}
.page_about_choose .list .item:hover .img1{
    display: none;
}
.page_about_choose .list .item:hover .img2{
    display: block;
}


/* page_about_honor */

.page_about_honor{
    position: relative;
    margin: 90px 0;
}
.page_about_honor .con{
    flex:1;
    min-width: 0;
    padding-right: 5%;
}
.page_about_honor_list{
    width: 60%;
    overflow: hidden;
}
.page_about_honor_list .item .img img{
    height: 390px;
    width: 100%;
    object-fit: cover;
}
.page_about_honor_list .item h4{
    color:#333;
    text-align: center;
    padding-top: 10px;
}
.page_about_honor .swiper-button-prev,.page_about_honor .swiper-button-next{
    width: 60px;
    height: 60px;
    border:1px solid #d3d3d3;
    border-radius: 5px;
    left: 0;
    bottom: 8%;
    right: auto;
    top: auto;
    transition:all .3s;
}
.page_about_honor .swiper-button-next{
    left: 70px;
}
.page_about_honor .swiper-button-prev:after,.page_about_honor .swiper-button-next:after{
    font-size:22px;
    color:#aaa;
}
.page_about_honor .swiper-button-prev:hover,.page_about_honor .swiper-button-next:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
}
.page_about_honor .swiper-button-prev:hover:after,.page_about_honor .swiper-button-next:hover:after{
    color:#fff;
}




/* page_about_history_list */

.page_about_history_wrap{
    background: url("../images/bg5.jpg") no-repeat center;
    padding:80px 0;
    background-size: cover;
}
.page_about_tit_fff{
    color:#fff;
}
.page_about_history .con{
    color:#fff;
    flex:1;
    min-width: 0;
    padding-right: 5%;
}
.page_about_history_list{
    width: 60%;
    height: 300px;
    overflow: hidden;
    padding-left: 100px;
    position: relative;
}
.page_about_history_list:before{
    content:'';
    display: block;
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    left: 20px;
    top:40px;
    background:rgba(255,255,255,.7);
    
}
.page_about_history_list .item{
    color:#fff;
}
.page_about_history_list .item h4{
    font-size:32px;
    font-family: 'MontserratSemiBold';
    line-height: 1;
    margin-bottom: 20px;
}
.page_about_history_list .swiper-button-prev,.page_about_history_list .swiper-button-next{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 0;
    top: 0;
    margin-top: 0;
}
.page_about_history_list .swiper-button-next{
    top: 50%;
    background: #fff;
}

.page_about_history_list .swiper-button-prev:after, .page_about_history_list .swiper-button-next:after{
    color:#fff;
    font-size:16px;
    transform: rotate(90deg);
}
.page_about_history_list .swiper-button-next:after,.page_about_history_list .swiper-button-prev:hover{
    color:var(--theme-color);
}


/* page_about_visits */

.page_about_visits{
    text-align: center;
    padding:80px 0;
}
.page_about_visits_list{
    position: relative;
    overflow: hidden;
    padding:30px 0 60px;
}
.page_about_visits_list .item .img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* page_about_culture */

.page_about_culture_wrap{
    padding:80px 0;
    background: url("../images/bg20.jpg") no-repeat center;
    background-size: cover;
}
.page_about_culture{
    padding-top: 50px;
}
.page_about_culture .item_img{
    width: 50%;
}
.page_about_culture .item_img img{
    border-radius: 20px;
}
.page_about_culture .list{
    flex:1;
    padding-left: 6%;
    min-width: 0;
}
.page_about_culture .list .item{
    display: flex;
    padding:40px 0;
    align-items: center;
    border-bottom: 1px solid #c5c5c5;
}
.page_about_culture .list .item:first-child{
    padding-top: 20px;
}
.page_about_culture .list .item .img img{
    width: 72px;
    height: 72px;
}
.page_about_culture .list .item .con{
    flex:1;
    min-width: 0;
    padding-left: 40px;
    color:#333;
}
.page_about_culture .list .item .con h4{
    font-size:24px;
    font-family: 'MontserratSemiBold';
}

/* page_about_photo1 */

.page_about_photo1{
    padding-bottom: 80px;
}
.page_about_photo1 .list{
    padding:40px 0 60px;
    overflow: hidden;
    position: relative;
}

.page_about_photo1 .list .img img{
    width: 100%;
    height: 355px;
    border-radius: 20px;
    object-fit: cover;
}
.page_about_photo1 .swiper-pagination-bullet-active{
    background: var(--theme-color);
}

.page_about_photo2{
    padding-bottom: 80px;
}
.page_about_photo2 .list{
    padding: 40px 0 0;
    margin:0 -33px;
}
.page_about_photo2 .list .item{
    flex:1;
    padding:0 33px;
    position: relative;
}
.page_about_photo2 .list .item:after{
    content:'>';
    font-size:30px;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    font-family:cursive;
    color:#999;
}
.page_about_photo2 .list .item .img img{
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 20px;
}
.page_about_photo2 .list .item h4{
    text-align: center;
    line-height: 50px;
    color:#333;
    font-size:18px;
}

/* page_case_list */

.page_case_list{
    padding: 100px 0;
}
.page_case_list .list{
    margin:-17px;
}
.page_case_list .item{
    padding:17px;
    width: 33.3333%;
}
.page_case_list .item_img img{
    width: 100%;
}
.page_case_list .item_con{
    padding: 35px;
    background: #fff;
    position: relative;
}
.page_case_list .item_con:after{
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width:0;
    background: var(--theme-color);
    transition:all .4s;
}
.page_case_list .item_con .tit{
    font-size:22px;
    font-weight: bold;
    line-height: 1;
}
.page_case_list .item_con .desc{
    margin:15px 0 30px;
}
.page_case_list .item_con .more i{
    margin-left: 8px;
    line-height: 1;
}
.page_case_list a:hover .item_con:after{
    width: 100%;
}
.page_case_list a:hover .item_con .more{
    color:var(--theme-color);
}

/* page_download_center */

.page_download_center{
    padding:30px 0 50px;
}
.page_download_center .list_item {
    margin-bottom: 30px;
}
.page_download_center .list_item .menu{
    display: flex;
    color:#333;
    font-size:24px;
    padding:30px 40px;
    background: #fff;
    cursor: pointer;
    transition:all .3s;
    justify-content: space-between;
    font-family: 'MontserratSemiBold';
    align-items: center;
}
.page_download_center .list_item .menu i{
    font-size:20px;
    color:#333;
    transition:all .3s;
}
.page_download_center .list_item .menu:hover,.page_download_center .list_item .menu.cur{
    color:var(--theme-color);   
}

.page_download_tit .tit p{
    max-width: 70%;
    margin:auto;
}
.page_download_tit .tit p a{
    color:var(--theme-color);
}
.page_download_tit .tit p a:hover{
    text-decoration: underline;
}



.page_download_center .list_item .list{
    display: none;
    padding:0 40px;
    background: #fff;
}
.page_download_center .list_item:first-child .list{
    display: block;
}

.page_download_center .list_item .list .item{
    display: flex;
    height: 90px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ebebeb;
}

.page_download_center .list_item .list .item .pdf{
    width: 50px;
    height: 25px;
    border:1px solid #a9a9a9;
    font-family: 'MontserratLight';
    font-size:12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.page_download_center .list_item .list .item h4{
    font-size:16px;
    color:#2d2d2d;
    margin-left:25px;
    flex:1;
}
.page_download_center .list_item .list .item .btn{
    border:1px solid #c3c3c3;
    padding:5px 20px;
    transition:all .3s;
    border-radius: 5px;
}
.page_download_center .list_item .list .item .btn i{
    margin-left: 8px;
    font-size:16px;
}
.page_download_center .list_item .list .item:hover h4{
    color:var(--theme-color);
}
.page_download_center .list_item .list .item:hover .btn{
   background: var(--theme-color);
   border-color:var(--theme-color);
   color:#fff;
}


.page_download_center_more{
    text-align: center ;
    padding-bottom: 80px;
}
.page_download_center_more a{
    padding-bottom: 5px;
    display: inline-block;
}
.page_download_center_more a:after{
    width: 100%;
    height: 1px;
    background: #666;
    content:'';
    display: block;
}
.page_download_center_more a:hover{
    color:var(--theme-color);
}
.page_download_center_more a:hover:after{
    background: var(--theme-color);
}


/* page_product_video */


.page_product_video{
    padding:50px 0 80px;
}
.page_product_video .list{
    margin:0 -17px;
}
.page_product_video .list .item{
    width: 33.33%;
    padding:0 17px;
}
.page_product_video .list .item iframe{
    height: 385px;
}




/* page_case_detail */


.page_case_detail{
    padding:60px 0 80px;
    text-align: center;
}
.page_case_detail h1{
    font-size:40px;
    font-weight: bold;
}
.page_case_detail h1:after{
    content:'';
    width: 88px;
    height: 3px;
    background: var(--theme-color);
    display: block;
    margin:20px auto 0;
}
.page_case_detail .desc{
    margin:30px 0 50px;
}
.page_case_detail .desc p{
    line-height: 1.8;
}
.page_case_detail .list{
    justify-content: center;
}
.page_case_detail .list .item{
    padding:0 100px;
}
.page_case_detail .list .item h4{
    margin-top: 10px;
}
.page_case_detail .more_style5{
    margin:60px auto 0;
}

.page_case_detail_recommend_wrap{
    background: #ebebeb;
}

.page_case_list.page_case_list_recommend{
    padding-top: 0;
}


/* product_detail */

.pd_detail{
    
}
.pd_detail_hd .pics{
    width:400px;
    border: 1px solid #eee;
}
.pd_detail_hd .pics .mySwiper2{
    width: 100%;
    height:400px;
    margin:0;
    overflow: hidden;
}

.pd_detail_hd .pics .mySwiper2 .img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
}
.pd_detail_hd .pics .mySwiper2 .img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pd_detail_hd .pics .mySwiper2 .swiper-pagination .swiper-pagination-bullet{
    width: 40px;
    height: 3px;
    border-radius: 0;
}
.pd_detail_hd .pics .mySwiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}
.pd_detail_hd .pics .mySwiper2 .swiper-button-prev,.pd_detail_hd .pics .mySwiper2 .swiper-button-next{
    width: 40px;
    height:40px;
    background: rgba(0,0,0,.5);
    color:#fff;
    border-radius: 5px;
}
.pd_detail_hd .pics .mySwiper2 .swiper-button-prev:after,.pd_detail_hd .pics .mySwiper2 .swiper-button-next:after{
    font-size: 24px;
}
.pd_detail_hd .pics .mySwiper2 .swiper-button-prev:hover,.pd_detail_hd .pics .mySwiper2 .swiper-button-next:hover{
    background: var(--theme-color);
}
.pd_detail_hd .pics .mySwiper{
    margin-top:25px;
}
.pd_detail_hd .pics .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img{
    background: #fff;
    padding:5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border:1px solid #fff;
}
.pd_detail_hd .pics .mySwiper .swiper-slide.swiper-slide-thumb-active .img{
    border:1px solid var(--theme-color);
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img img{
    height:120px;
    object-fit: contain;
}



.pd_detail_hd .infos{
    flex: 1;
    padding: 25px 20px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #e8e8e8;
    border-left: none;
}
.pd_detail_hd .infos .columnname{
    font-size: 16px;
}
.pd_detail_hd .infos .name{
    color:#888;
}
.pd_detail_hd .infos h1{
    font-size:22px;
    color:#333;
    line-height: 1.3;
    position: relative;
    font-weight: normal;
}

.pd_detail_hd .infos .desc{
    font-size:15px;
    margin:10px 0 15px;
    line-height: 1.8;
    color:#666;
}
.pd_detail_hd .infos .price{
    padding: 0 10px 10px;
    background: url(../images/bg22.jpg) center no-repeat;
    background-size: cover;
    margin: 10px 0;
    font-size: 12px;
    color: #999;
}
.pd_detail_hd .infos .price p span{
    font-size: 26px;
    color: #fc4f08;
    font-weight: bold;
}
.pd_detail_hd .infos .price p i{
    color: #fc4f08;
    font-style: normal;
}
.pd_detail_hd .infos .btns{
    margin-top: 40px;
}
.pd_detail_hd .infos .btns a{
    width: 150px;
    height: 40px;
    border-radius: 3px;
    background: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    margin-right: 10px;
    font-size: 14px;
}
.pd_detail_hd .infos .btns a i{
    font-size: 18px;
    margin-right: 5px;
}

.pd_detail_hd .infos .btns a.a2{
    background: #666;
}
.pd_detail_hd .infos .btns a:hover{
    background: #1182d4;
}

.pd_detail_hd .contact{
    width: 235px;
    border: 1px solid #e8e8e8;
    border-left: none;
    padding: 15px;
}
.pd_detail_hd .contact .tel_info{
    margin-top: 10px;
}
.pd_detail_hd .contact .tel{
    flex:1;
    min-width: 0;
    padding-right: 20px;
    font-size: 14px;
}
.pd_detail_hd .contact .tel p{
}
.pd_detail_hd .contact .tel p span{
    color:var(--theme-color);
    font-weight: bold;
    font-size: 18px;
}
.pd_detail_hd .contact .tel p i{
    margin-right:10px;
    font-size: 18px;
}
.pd_detail_hd .contact .tel_info .code{
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.pd_detail_hd .contact .tel_info .code img{
    width: 120px;
    height: 120px;
}

.pd_detail_hd .infos .list{
    margin:0 -50px;
}


.pd_detail_hd .infos .btns .btn{
    display: flex;
    align-items: center;
    height:58px;
    width: 220px;
    background: var(--theme-color);
    border:1px solid var(--theme-color);
    color:#fff;
    justify-content: center;
    text-transform: uppercase;
    margin-right: 20px;
    font-family: 'MontserratLight';
    border-radius: 100px;
}
.pd_detail_hd .infos .btns .btn i{
    color:#fff;
    font-size:20px;
    margin-left: 8px;
    transition:all .3s;
}
.pd_detail_hd .infos .btns .btn2{
    color:#333;
    border:1px solid #666;
    background: transparent;
    color:#333;
}
.pd_detail_hd .infos .btns .btn2 i{
    color:#333;
}
.pd_detail_hd .infos .btns .btn:hover{
    border-color:var(--theme-color);
    background: var(--theme-color);
    opacity: .8;
}
.pd_detail_hd .infos .btns .btn2:hover{
    color:#fff;
}
.pd_detail_hd .infos .btns .btn2:hover i{
    color:#fff;
}


.pd_detail_hd .infos .follow_list{
    margin-top: 50px;
    align-items: center;
}
.pd_detail_hd .infos .follow_list .tit{
    color:#333;
    font-family: 'jnm';
    text-transform: uppercase;
    margin-right: 30px;
}

.pd_detail_bd{
    display: flex;
    padding:50px;
    margin:60px 0;
    border-radius: 20px;
    border:1px solid #e9e9e9;
}
.pd_detail_bd .con{
    width: 55%;
}
.pd_detail_bd .con h4 br{
    display: none;
}
.pd_detail_bd .con h4{
    font-size:26px;
    color:#333;
    font-family: 'MontserratBold';
}
.pd_detail_bd .con p{
    color:#333;
    margin-top: 10px;
    line-height: 1.8;
}
.pd_detail_bd .imgs{
    flex:1;
    min-width: 0;
    padding-left: 3%;
    margin-left: 3%;
    border-left: 1px solid #e9e9e9;
}
.pd_detail_bd .imgs h4{
    font-size:18px;
    color:#333;
    margin-bottom: 20px;
}
.pd_detail_bd .imgs .img{
    justify-content: space-between;
}


.pd_detail_info{
    padding: 40px 0;
}
.pd_detail_info_hd{
    width:1050px;
    border: 1px solid #eee;
    border-top:none;
}
.pd_detail_info_hd .pd_hd{
    height: 47px;
    background:#f3f3f3;
    border-top: 2px solid var(--theme-color);
}
.pd_detail_info_hd .pd_hd .item{
    cursor: pointer;
    padding: 0 20px;
    line-height: 45px;
    font-size: 16px;
}
.pd_detail_info_hd .pd_hd .item.cur{
    background: var(--theme-color);
    color:#fff;
}
.pd_detail_info_hd .pd_bd .item{
    display: none;
    padding: 30px;
}
.pd_detail_info_hd .pd_bd .item *{
    font-family: '微软雅黑'!important;
}
.pd_detail_info_hd .pd_bd .item dl,.pd_detail_info_hd .pd_bd .item ol,.pd_detail_info_hd .pd_bd .item ul,.pd_detail_info_hd .pd_bd .item li{
    list-style: disc;
}
.pd_detail_info_hd .pd_bd .item table{
    width: 100%!important;
}
.pd_detail_info_hd .pd_bd .item table tr{
    border-color:#ccc;
}
.pd_detail_info_hd .pd_bd .item table tr td{
    padding:6px 10px;
}

.pd_detail_info_hd .pd_bd .item:first-child{
    display: block;
}
.pd_detail_info_hd .pd_bd .item:nth-child(2) table tr{
    border: 1px solid #ddd;
}

.pd_detail_info_hd .pd_bd .item:nth-child(2) tr td{
    border-right: 1px solid #ddd;
}

.pd_detail_info_bd{
    flex:1;
    margin-left: 15px;
}
.pd_detail_info_bd .j_tit{
    background: var(--theme-color);
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 47px;
}
.pd_detail_info_bd .list{
    border: 1px solid #eee;
    border-top: none;
}
.pd_detail_info_bd .list .item{
    padding:10px 20px;
    border-bottom: 1px dashed #ddd;
}
.pd_detail_info_bd .list .item:last-child{
    border-bottom: none;
}
.pd_detail_info_bd .list .item .img{
    width: 80px;
}
.pd_detail_info_bd .list .item .con{
    flex:1;
    min-width: 0;
    padding-left: 10px;
}
.pd_detail_info_bd .list .item:hover .con h4{
    color:var(--theme-color);
}


.page_product_contact_wrap{
    padding:80px 0 0;
}
.page_product_contact{
    background: #fff;
    padding: 0 70px 70px;
}

.page_product_contact_flex .l_tel{
    width: 50%;
    padding:30px 6% 0 0;
}
.page_product_contact_flex .l_tel .list .item{
    display: flex;
    width: 33.333%;
}
.page_product_contact_flex .l_tel .list .item .ico{
    width: 42px;
    height: 42px;
    border:1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.page_product_contact_flex .l_tel .list .item .ico i{
    font-size:18px;
    color:#666;
}
.page_product_contact_flex .l_tel .list .item .con{
    flex:1;
    min-width: 0;
    padding-left:10px;
}

.page_product_contact_flex .list .item:last-child{
    width: 100%;
    margin-top:20px;
}
.page_product_contact_flex .l_tel .map{
    margin-top: 30px;
}
.page_product_contact_flex .l_tel .map img{
    width: 100%;
}

/* page_quality */

.pq1_info{
    
}
.pq1_info .desc{
    width: 60%;
    margin:auto;
    text-align: center;
    position: relative;
}
.pq1_info .desc:before,.pq1_info .desc:after{
    content:'';
    width: 38px;
    height: 31px;
    display: block;
    position: absolute;
}
.pq1_info .desc:before{
    background: url("../images/quality_ico1.png") no-repeat center;
    left: -50px;
    top:-6px;
}
.pq1_info .desc:after{
    background: url("../images/quality_ico2.png") no-repeat center;
    right:-50px;
    bottom: -20px;
}
.pq1_info .list{
    justify-content: center;
    margin:60px 0;
}
.pq1_info .list .item{
    margin:0 40px;
}

.pq2_info{
    background: #f8f8f8;
    border-radius:20px;
    overflow: hidden;
}
.pq2_info .pq2_info_con{
    flex:1;
    min-width: 0;
    padding:40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pq2_info .pq2_info_con .tit{
    color:#161616;
    font-size:40px;
    font-family: 'jnb';
}
.pq2_info .pq2_info_con .desc{
    color:#666;
    margin-top: 10px;
}
.pq2_info .pq2_info_img{
    width: 50%;
}


/* pq3_info */

.pq3_info{
    overflow: hidden;
    width: 1800px;
    margin:auto;
    position: relative;
    padding:0 0 80px;
}
.pq3_info_con{
    position: relative;
    width: 1600px;
    margin:auto;
    padding:20px 0 60px;
}
.pq3_info_con .item .img{
    background: #f8f8f8;
    padding:25px 36px;
    height: 390px;
}
.pq3_info_con .item .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pq3_info_con .item .tit{
    color:#3a3a3a;
    padding:10px 10px 0;
    font-size:16px;
    text-align: center;
}

.pq3_info_con .swiper-button-next,.pq3_info_con .swiper-button-prev{
    width: 70px;
    height: 70px;
    border:1px solid #c8c8c8;
    border-radius: 50%;
    z-index: 40;
    opacity: 1;
    color:#717171;
    top: 40%;
}
.pq3_info_con .swiper-button-next:after,.pq3_info_con .swiper-button-prev:after{
    font-size:30px;
}
.pq3_info_con .swiper-button-next:hover,.pq3_info_con .swiper-button-prev:hover{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
.pq3_info_con .swiper-button-prev{
    left: -100px;
}
.pq3_info_con .swiper-button-next{
    right: -100px;
}
.pq3_info:before,.pq3_info:after{
    content:'';
    display: block;
    width: 100px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 30;
}
.pq3_info:before{
    left: 0;
}
.pq3_info:after{
    right: 0;
}
.pq3_info_con .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
}
.pq3_info_con .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}


/* page_news */

/* page_solution */

.page_news{
    padding:0 0 50px;
}
.page_news_menu{
    width:380px;
}
.page_news_menu .menu{
    background: #fff;
    overflow: hidden;
}
.page_news_menu .menu_tit{
    font-size:22px;
    background: var(--theme-color);
    height:80px;
    color:#fff;
    display: flex;
    align-items: center;
    padding:0 30px;
    font-weight: bold;
    position: relative;
}
.page_news_menu .menu_tit:after{
    content:'';
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 30px;
    top: 39px;
}
.page_news_menu .menu_list{
    padding:0 30px;
}
.page_news_menu .menu_list .item{
    border-bottom: 1px solid #ddd;
    padding:18px 0;
}
.page_news_menu .menu_list .item:last-child{
    border-bottom: none;
}
.page_news_menu .menu_list .item .hd{
    transition:all .4s;
}
.page_news_menu .menu_list .item .hd a{
    flex:1;
    min-width: 0;
    font-size:18px;
    display: block;
}
.page_news_menu .menu_list .item .hd i{
    cursor: pointer;
    font-size:14px;
    line-height: 1;
    font-weight: bold;
    transition:all .4s;
}
.page_news_menu .menu_list .item:hover .hd{
    padding:0 5px;
}
.page_news_menu .menu_list .item:hover .hd a{
    color:var(--theme-color);
    text-decoration: underline;
}
.page_news_menu .menu_list .item .hd:hover i{
    transform: rotate(90deg);
    color:var(--theme-color);
}
.page_news_menu .menu_list .item:hover .hd img{
    filter: invert(14%) sepia(46%) saturate(5058%) hue-rotate(216deg) brightness(90%) contrast(88%);
}
.page_news_menu .menu_list .item .bd{
    display: none;
    padding-top: 6px;
}
.page_news_menu .menu_list .item .bd a{
    font-size:14px;
    color:#666;
    padding-top:5px;
}
.page_news_menu .menu_list .item .bd a i{
    margin-right:8px;
}

.page_news_menu .menu_news{
    margin-top: 30px;
}
.page_news_menu .menu_news{
    padding:30px;
    background: #fff;
}
.page_news_menu .menu_news .tit1{
    font-size:22px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    padding-left: 16px;
}
.page_news_menu .menu_news .tit1:before{
    width: 5px;
    height: 21px;
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    background: var(--theme-color);
}
.menu_news_list .item{
    padding:20px 0;
    border-bottom: 1px solid #e9e9e9;
}
.menu_news_list .item a{
    font-size:18px;
    line-height: 1.4;
    display: block;
}
.menu_news_list .item .more{
    font-size:14px;
    margin-top:15px;
    justify-content: space-between;
    display: flex;
}
.menu_news_list .item a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}

.page_news_menu .menu_news .tel{
    padding:30px 0 0;
}
.page_news_menu .menu_news .tel .tel_con {
    padding-left: 20px;
}
.page_news_menu .menu_news .tel .tel_con p{
    font-size:16px;
}
.page_news_menu .menu_news .tel .tel_con h4{
    font-family: 'RajdhaniSemiBold';
    font-size:38px;
    line-height: 1.2;
}




.page_news_list{
   width: 890px;
   border: 1px solid #eee;
}
.page_news_list .list{
    
}
.page_news_list .item{
    background: #fff;
    padding:20px;
    align-items: center;
    border:1px solid #fff;
}
.page_news_list .item:nth-child(2n){
    background: #f8f8f8;
}
.page_news_list .item .item_img{
    width:200px;
}
.page_news_list .item .item_con{
    flex:1;
    min-width: 0;
    padding-left:20px;
}
.page_news_list .item .item_con .tit{
    font-size:16px;
    font-weight: bold;
}
.page_news_list .item .item_con .desc{
    color:#999;
    margin:5px 0 10px;
}
.page_news_list .item .item_con .agg{
    justify-content: space-between;
    color:#5b5b5b;
    line-height: 1;
}
.page_news_list .item .item_con .agg .more i{
    margin-left: 8px;
    font-size:18px;
    line-height: 1;
}
.page_news_list .item:hover{
    border-color: var(--theme-color);
}
.page_news_list .item:hover .item_con .tit{
    color:var(--theme-color);
}

/* page_recommended_news */

.page_recommended_news{
    border: 1px solid #eee;
    margin-left: 20px;
    flex:1;
    min-width: 0;
}
.page_recommended_news .j_tit{
    background: #f8f8f8;
    line-height: 35px;
    padding: 0 15px;
    color: #bc2222;
}
.page_recommended_news .list{
    padding:0 20px;
}
.page_recommended_news .list .item{
    border-bottom: 1px solid #eee;
    display: block;
    padding: 20px 0;
}
.page_recommended_news .list .item h4{
    font-size: 15px;
}
.page_recommended_news .list .item p{
    font-size: 13px;
    color:#999;
}
.page_recommended_news .list .item:hover h4{
    color:var(--theme-color);
}

.no_banner_pos{
    padding:130px 0 0;
}
.no_banner_pos a:last-child{
    color:var(--theme-color);
}
.no_banner_pos i{
    color:var(--theme-color);
}
.no_banner_pos a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}

/* page_news_detail */

.page_news_detail{
    width:890px;
    border: 1px solid #eee;
    background: #fff;
    padding:20px;
}
.page_news_detail h1{
    font-size:24px;
    color:#333;
    line-height: 1.2;
    text-align: center;
}
.page_news_detail .info{
    margin-top: 30px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom:20px;
}
.page_news_detail .info{
    justify-content: space-between;
}
.page_news_detail .info .item{
    
}
.page_news_detail .info .item span{
    color:var(--theme-color);
}
.page_news_detail .info .item.column{
    background: #f3f3f3;
    padding:0 18px;
    height: 28px;
    line-height: 28px;
}


.page_news_detail .desc{
    padding:20px 0;
    min-height: 20vh;
}

.page_news_detail_wrap{
    overflow: hidden;
    padding: 0 0 40px;
}
.go_back{
   
}
.go_back a{
    display: block;
    font-size:14px;
    height: 44px;
    background: #f5f5f5;
    line-height: 44px;
    text-align: center;
}
.go_back a:hover{
    background: var(--theme-color);
    color:#fff;
}


/* page_contact */

.page_contact_wrap{
    background: url("../images/contact_bg.png") no-repeat center bottom;
    padding:90px 0;
}
.page_contact_tit{
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}
.page_contact_tit p{
    font-size:22px;
    color:var(--theme-color);
}
.page_contact_tit h4{
    font-weight: bold;
    font-size: 48px;
}
.page_contact_con{
    padding-top: 60px;
}
.page_contact_con .list{
    width: 70%;
}
.page_contact_con .list .item{
    width:50%;
    display: flex;
}
.page_contact_con .list .item:last-child{
    width: 100%;
    margin-top: 40px;
}
.page_contact_con .list .item .ico{
    height: 52px;
    width: 52px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #ccc;
    color:var(--theme-color);
}
.page_contact_con .list .item .ico i{
    font-size:20px;
}
.page_contact_con .list .item .con{
    padding-left: 15px;
}
.page_contact_con .list .item .con h4{
    font-size:18px;
}
.page_contact_con .list .item .con p{
    font-size:22px;
    margin-top: 3px;
}
.page_contact_con .list .item .con p span{
    margin-left: 20px;
}
.page_contact_con .code{
    display: flex;
    flex:1;
    justify-content: flex-end;
}
.page_contact_con .code img{
    border:1px solid #ccc;
    width: 145px;
    height: 145px;
}

.page_contact_map{
    padding-bottom:90px;
}


/* page_contact2 */

.page_contact2{
    padding-bottom:100px;
}
.page_contact2_info{
    width: 50%;
    padding-right: 120px;
}
.page_contact2_info .tit{
    padding-top: 20px;
}
.page_contact2_info .tit h4{
    font-size:40px;
    color:#333;
    font-family: 'MontserratExtraBold';
}
.page_contact2_info .tit p{
    color:#333;
    line-height: 2;
    margin-top: 20px;
}
.page_contact2_info .con h4{
    color:#053c8a;
    font-family: 'MontserratSemiBold';
    margin:30px 0 10px;
    font-size:20px;
}
.page_contact2_info .con p{
    margin-bottom: 10px;
    display: flex;
    font-family: 'MontserratLight';
    font-size:14px;
}
.page_contact2_info .con p span{
    background: #053c8a;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border:4px solid #e6ebf3;
    margin-right: 10px;
}
.page_contact2_info .con p span i{
    font-size:10px;
    color:#fff;
}

.page_contact2_form{
    flex:1;
    min-width: 0;
}
.page_contact2_form .tit h4{
    font-size:40px;
    color:#333;
    font-family: 'MontserratSemiBold';
}
.page_contact2_form .tit p{
    color:#666;
}
.page_contact2_form .form{
    padding-top: 20px;
}
.page_contact2_form .input_box{
    margin:0 -10px;
}
.page_contact2_form .input_box .input{
    padding: 0 10px;
    flex:1;
}
.page_contact2_form .input{
    margin:0 0 20px;
}
.page_contact2_form .input input,.page_contact2_form textarea{
    width: 100%;
    border:none;
    outline: none;
    background: #f5f5f7;
    height: 54px;
    padding:10px 20px;
    line-height: 34px;
}
.page_contact2_form textarea{
    height: 120px;
}
.page_contact2_form .form p{
    font-family: 'MontserratLight';
}
.page_contact2_form .form .button{
    margin-top:20px;
}
.page_contact2_form .form .button button{
    width: 100%;
    height: 60px;
    background:var(--theme-color);
    border:none;
    outline: none;
    color:#fff;
    font-size:16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.page_contact2_form .form .button button i{
    font-size:22px;
    margin-left: 10px;
}
.page_contact2_form .form .button button:hover{
    background: var(--theme-color);
}

/* return */

.return_page{
    position: relative;
}
.return_page dl{
    justify-content: space-between;
    padding-top:40px;
    position: relative;
}
.return_page dt{
    width: 44%;
    font-size:16px;
}
.return_page dt.next{
    text-align: right;
}
.return_page dt.next p{
    color:#666;
    line-height: 1.2;
}
.return_page dt a:hover p{
    display: block;
    color:var(--theme-color);
}
.return_page .p1{
    padding-bottom: 6px;
}
.return_page .p1 span{
    display: inline-block;
    line-height: 1;
}
.return_page .next .p1 span{
    transform: rotate(180deg);
    margin-left: 4px;
}
.return_page .prev .p1 span{
    margin-right: 4px;
}
.return_page dt a:hover{
    color:var(--theme-color);
}
.return_page .go_back{
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
}
.return_page .go_back a{
     display: flex;
     align-items: center;
     justify-content: center;
     font-size:16px;
     background: transparent;
     line-height: 38px;
}
.return_page .go_back a i{
    font-size:18px;
    margin-right: 8px;
}
.return_page .go_back a:hover{
    color: var(--theme-color);
}


.ind_pad{
    padding:80px 0 90px;
}
.info_ly{background: #fff;padding-left: 4%;padding-right: 4%;display: flow-root;}
.info_ly h2{text-align: center;margin-bottom: 20px;}
.info_ly .inp{width: 49.3%;height: 52px;line-height: 52px;background: #f6f6f6;display: block;float: left;margin-bottom: 16px;text-indent: 22px;}
.info_ly .inp:nth-child(2n){float: right;}
.info_ly .inp2{width: 100%;}
.info_ly textarea{height: 150px;background: #f6f6f6;text-indent: 22px;padding-top: 16px;width: 100%;display: block;}
.info_ly .sub{height: 52px;line-height: 52px;background:var(--theme-color);width: 100%;text-align: center;color: #fff;display: block;margin-top: 16px;text-transform: uppercase;border:none;cursor:pointer;}





