@charset "utf-8";

.header{
    height:85px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 999;
    border-bottom: 1px solid transparent;
    background: transparent;
    transition:all .5s;
}
.header_wrap{
    height: 85px;
    position: relative;
}
.header.header_on{
    background: #fff;
    border-color: rgba(0, 0, 0, .08);
}
.header .logo{
    flex:1;
}
.header .logo .img1{
    display: none;
}
.header .logo .img2{
    display: block;
}
.header .logo img{
    height: 54px;
    transition:all .5s;
}

.nav{
    margin-right: 50px;
}
.nav .nav_li {
    margin:0 25px;
    position: relative;
}
.nav .nav_li.nav_li3{
    position: static;
}
.nav .nav_li:last-child {
    margin-right: 0;
}
.nav .nav_li .nav1 a {
    color:#fff;
    display: block;
    font-size: 18px;
    line-height:85px;
    position: relative;
    transition:all 0s;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
}
.nav .nav_li .nav1 a:after{
    width:0;
    height: 2px;
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--theme-color);
    transition:all .5s;
}
.nav .nav_li .nav1 a:hover{
    color:var(--theme-color);
}
.nav .nav_li .nav1 a i {
    margin-left: 5px;
}
.nav .nav_li .nav2 {
    list-style-type: none;
    position: absolute;
    top:85px;
    line-height: 40px;
    width: 200px;
    background: #fff;
    border-radius:5px;
    padding:15px 20px;
    color:#3a3a3a;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 10;
    display: none;
}
.nav .nav_li .nav2 a {
    display: flex;
    align-items: center;
    padding-top:10px;
    padding: 10px 0;
}
.nav .nav_li .nav2 a span {
    flex:1;
    line-height: 1;
}
.nav .nav_li .nav2 a i {
    margin-left: 10px;
}
.nav .nav_li .nav2 .nav2_pro .item h5 a {
    font-size:16px;
    font-weight: bold;
}
.nav .nav_li .nav2 .nav2_pro a img {
    width: 30px;
    height: 30px;
    margin-right: 6px;
}
.nav .nav_li .nav2 a i {
    font-size:12px;
}
.nav .nav_li .nav2 a:hover {
    color:var(--theme-color);
}
.nav .nav_li:nth-child(3){
    position: static;
}
.nav .nav_li .nav2.nav2_pro_wrap{
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(242, 243, 241);
    padding: 30px; 
    gap: 20px;
}
.nav .nav_li .nav2.nav2_pro_wrap .pro_list .pro_list_item{
    width: 33.333%;
    padding: 6px;
}
.nav .nav_li .nav2.nav2_pro_wrap .pro_list a{
    padding: 6px 25px;
    display: flex;
    background: #fff;
    font-family: 'Arial';
    border-radius: 5px;
    font-size: 15px;
}
.nav .nav_li .nav2.nav2_pro_wrap .pro_list a:hover{
    background: var(--theme-color);
    color:#fff;
}

.nav_info{
    height: 48px;
    align-items: center;
    justify-content: flex-end;
}
.nav_info .search i{
    font-size: 20px;
    color:#fff;
    cursor: pointer;
}


.header_on .nav .nav_li .nav1 a,.header:hover .nav .nav_li .nav1 a{
    color:#333;
}

.header:hover{
    background: #fff;
}

.header_on .nav .nav_li .nav1 a:hover, .header:hover .nav .nav_li .nav1 a:hover,.header_on .nav .nav_li.cur .nav1 a{
    color:var(--theme-color);
}
.header_on .nav .nav_li.cur .nav1 a:after,.header:hover .nav .nav_li.cur .nav1 a:after{
    width: 100%;
}
.header:hover .nav_info .search i,.header_on .nav_info .search i{
    color:#333;
}
.header:hover .nav_info .search i:hover{
    color:var(--theme-color);
}
.header:hover .nav .nav_li.cur .nav1 a,.nav .nav_li .nav1 a:hover{
    color:var(--theme-color);
}

.header:hover .logo .img1,.header.header_on .logo .img1{
    display: block;
}
.header:hover .logo .img2,.header.header_on .logo .img2{
    display: none;
}

.banner{
    position: relative;
    overflow: hidden;
}
.banner:before{
    content: '';
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6), transparent);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 2;
}
.banner .item_img img{
    width: 100%;
}
.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;
    padding-top: 10%;
}
.banner .item .item_con h4{
    font-size:60px;
    font-weight: bold;
    line-height:1;
    color:#fff;
    margin-bottom: 70px;
    z-index: 1;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

.banner .item .item_con h4 span{
    font-size: 86px;
    margin:0 20px;
    display: inline-flex;
    position: relative;
    line-height: 1.2;
}
.banner .item .item_con h4 span:after{
    content:'';
    width: 170px;
    height: 13px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: -1;
    border-radius: 100px;
}
.banner .item .item_con .more{
    width: 58px;
    height: 58px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color:#fff;
    transition:all .5s;
}
.banner .item .item_con .more i{
    transform: rotate(90deg);
    font-size: 20px;
}
.banner .item .item_con .more:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.banner .swiper-pagination{
    text-align: center;
    bottom:40px;
    left:0;
    width:100%;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    margin:0 17px;
    opacity: 1;
    position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 10px;
    height: 10px;
    background: var(--theme-color);
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    content:'';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border:1px solid var(--theme-color);
    position: absolute;
    left: -8px;
    top: -8px;
}

/* tit_box1 */

.tit_box1{
    padding:70px 0 30px;
}
.tit_box1 .tit{
   flex:1;
}
.tit_box1 .tit h4{
    font-size:50px;
    line-height: 1;
    font-weight: bold;
}
.tit_box1 .tit p{
    margin-top:12px;
}

.tit_box1 .menu{
    
}
.tit_box1 .menu a{
    height: 44px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    border:1px solid #ccc;
    border-radius: 100px;
    margin-left: 20px;
    transition:all .5s;
}
.tit_box1 .menu a.all{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
.tit_box1 .menu a.all i{
    margin-left: 8px;
    font-size: 12px;
}
.tit_box1 .menu a:hover{
    border-color: var(--theme-color);
    color:var(--theme-color);
}
.tit_box1 .menu a.all:hover{
    color:#fff;
    padding: 0 40px;
}

.tit_box2{
    padding:60px 0 40px;
    text-align: center;
}

.tit_box2 .tit h4{
    font-size:50px;
    font-weight: bold;
    line-height: 1;
}


.bg1{
    background:#f4f4f4;
}
.bg2{
    background:var(--theme-color);
}
.bg3{
    background: #f8f9f4;
}

/* about */

.about_wrap{
    position: relative;
    background: url("../images/bg1.png") no-repeat left bottom #f8f9f4;
}

.about_con{
    flex:1;
    min-width: 0;
    padding-right: 6%;
}
.about_con .tit span{
    color:var(--theme-color);
}
.about_con .tit h4{
    margin-top: 5px;
    font-weight: bold;
}
.about_con .desc{
    margin:45px 0 15px;
}
.about_con .con p i{
    color:#ffd402;
    font-size: 28px;
    margin-right: 15px;
}
.about_con .more a{
    display: flex;
    width: 160px;
    height: 45px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    background: var(--theme-color);
    color:#fff;
    transition:all .5s;
}
.about_con .more a i{
    margin-left: 15px;
}
.about_con .more a:hover{
    width:180px;
    opacity: .8;
}

.about_img{
    width: 35%;
    border-radius: 20px;
    overflow: hidden;
}
.about_img img{
    width: 100%;
}


/* product */

.product_list{
    margin: 0 -12px;
}
.product_list .item{
    width: 20%;
    padding: 0 12px;
}
.product_list .item a{
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    height: 100%;
    padding: 20px 12px;
}
.product_list .item .item_img{
    height: 110px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}
.product_list .item .item_img img{
    height: 100%;
    width: auto;
    margin: auto;
}
.product_list .item .item_con{
    text-align: center;
    padding-top: 10px;
    transition:all .3s;
}
.product_list .item a:hover{
    border-color: var(--theme-color);
    background: var(--theme-color);
}
.product_list .item a:hover .item_con{
    color:#fff;
}

.arrows_out{
    position: relative;
}
.arrows_out .swiper-button-next,.arrows_out .swiper-button-prev{
    width: 58px;
    height: 58px;
    opacity: 1;
    border:1px solid #c3c3c3;
    color:#aaa;
    transition:all .5s;
}
.arrows_out .swiper-button-prev{
    left: -90px;
}
.arrows_out .swiper-button-next{
    right:-90px;
}
.arrows_out .swiper-button-next:after,.arrows_out .swiper-button-prev:after{
    font-size:20px;
}
.arrows_out .swiper-button-next:hover,.arrows_out .swiper-button-prev:hover{
    background: var(--theme-color);
    border-color:var(--theme-color);
    color:#fff;
}


/* zlryhz_wrap */

.zlryhz_wrap{
    background: url("../images/bg2.jpg") no-repeat center;
    background-size: cover; 
}
.zlryhz_con{
    margin-left: 30%;
    height: 525px;
}
.zlryhz_con .item{
    padding: 50px 40px;
    background: #fff;
    flex:1;
    margin-left: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
}
.zlryhz_con .item .ico{
    transition:all 1.5s;
}
.zlryhz_con .item .con{
    text-align: center;
    margin-top: 20px;
}
.zlryhz_con .item .con h4{
    font-weight: bold;
    line-height: 1.4;
    transition:all .5s;
}
.zlryhz_con .item .con p{
    color:#666;
    font-family: 'Arial';
}

.zlryhz_con .item:hover .ico{
    transform: rotateY(360deg);
}
.zlryhz_con .item:hover .con h4{
    color:var(--theme-color);
}


/* news_wrap */

.news_list_left{
    flex:1;
    min-width: 0;
}
.news_list_left .item_con .tit{
    padding:15px 0 6px;
    font-size: 24px;
    font-weight: bold;
    transition:all .5s;
}
.news_list_left .item_img{
    border-radius: 10px;
    overflow: hidden;
    max-height: 450px;
}
.news_list_left .item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_list_left .item:hover .item_con .tit{
    color:var(--theme-color);
}

.news_list_right{
    width: 45%;
    padding-left: 40px;
}
.news_list_right .item{
    margin-bottom: 35px;
}
.news_list_right .item:last-child{
    margin-bottom: 0;
}
.news_list_right .item .item_img{
    border-radius: 10px;
    overflow: hidden;
}
.news_list_right .item .item_img img{
    width: 245px;
}
.news_list_right .item .item_con{
    padding-left: 35px;
    flex:1;
    min-width: 0;
}
.news_list_right .item .item_con .tit{
    line-height: 1.2;
    font-size: 22px;
    font-weight: bold;
    transition:all .5s;
}
.news_list_right .item .item_con .desc{
    color:#666;
    margin: 10px 0 20px;
}
.news_list_right .item .item_con .time{
    font-family: 'Arial';
    color:var(--theme-color);
}
.news_list_right .item:hover .item_con .tit{
    color:var(--theme-color);
}


/* footer */

.footer{
    background:#749c0d;
    background-size: cover;
    color:#fff;
}
.footer_hd{
    width: 30%;
}
.footer_hd .f_tel_list{
    padding-top: 20px;
}
.footer_hd .f_tel_list .item{
    display: flex;
}
.footer_hd .f_tel_list .item .icon{
    margin-right: 10px;
    margin-top: -4px;
}
.footer_hd .f_tel_list .item .icon i{
    font-size: 20px;
}

.footer_hd .f_code{
    margin-top: 20px;
}
.footer_hd .f_code img{
    width: 90px;
    height: 90px;
}
.footer_hd .f_code p{
    font-size: 14px;
    margin-left: 10px;
}



.footer_bd{
    flex:1;
    min-width: 0;
    padding: 0 30px;
}
.footer_bd .item{
    margin-right: 30px;
    flex:1;
}
.footer_bd .item a{
    display: block;
}
.footer_bd .item a.tit{
    font-weight: bold;
    font-size:18px;
    margin-bottom: 15px;
}
.footer_bd .item a.tit:after,.footer_ft .j_tit:after{
    content:'';
    width: 25px;
    height: 1px;
    background: #fff;
    display: block;
    margin-top: 10px;
}

.footer_ft .j_tit{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.footer_ft{
    width: 20%;
}
.footer_ft .form .input{
    width: 100%;
    margin-bottom: 10px;
}
.footer_ft .form .input input,.footer_ft .form .input textarea{
    height: 38px;
    width: 100%;
    border-radius: 6px;
    padding: 6px 10px;
    line-height: 26px;
    border: none;
    outline: none;
    display: block;
}
.footer_ft .form .input textarea{
    height: 80px;
}
.footer_ft .form .button button{
    width: 120px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#749c0d;
    font-weight: bold;
    font-size: 16px;
    outline: none;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition:all .5s;
}
.footer_ft .form .button button:hover{
    opacity: .8;
}



.footer_copyright{
    font-size:14px;
    padding:20px 0;
    display: flex;
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 35px;
    color:#fff;
    justify-content: center;
}
.footer_copyright a{
    color:#fff;
}
.footer_copyright img{
    margin:0 10px 0 30px;
}
.footer_copyright a.bontop{
    flex:1;
    display: flex;
    justify-content: flex-end;
}

.footer a:hover{
    color:#fff;
    text-decoration: underline;
}

/* page_banner */

.page_banner{
    position: relative;
}
.page_banner:before{
    content: '';
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6), transparent);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 2;
}
.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: 20px;
    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_menu{
    padding: 20px 0;
}
.page_product_menu .item{
    padding: 10px 25px;
    display: inline-flex;
    background: #fff;
    margin: 5px 15px 5px 0;
    font-family: 'Arial';
    border-radius: 5px;
}
.page_product_menu .item span{
    margin-left: 3px;
}
.page_product_menu .item:hover{
    background: var(--theme-color);
    color:#fff;
}

.page_product_list{
    margin: -20px -15px;
}
.page_product_list .item{
    width: 33.333%;
    padding: 20px 15px;
}
.page_product_list .item a{
    display: block;
    border: 1px solid #ddd;
    padding: 25px;
    height: 100%;
    border-radius: 10px;
}
.page_product_list .item .item_tit{
    font-size:20px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.page_product_list .item .item_con_l{
    display: flex;
    font-family: 'Arial';
    color:#666;
}
.page_product_list .item .item_con_l .tit{
    width:80px;
    padding: 10px 0;
    line-height: 1.2;
}
.page_product_list .item .item_con_l .con{
    flex:1;
    min-width: 0;
    line-height: 1.2;
    border-bottom: 1px solid #e5e5e5;
    padding:10px 0;
    transition:all .5s;
}
.page_product_list .item .item_con_l .con.con1{
    height: 60px;
}
.page_product_list .item .item_more{
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    align-items: center;
    line-height: 1;
}
.page_product_list .item .item_more i{
    font-size: 14px;
    margin-left: 5px;
    line-height: 1;
    padding-top: 3px;
}
.page_product_list .item a:hover{
    border-color: var(--theme-color);
    background: var(--theme-color);
    color:#fff;
    transform: translateY(-10px);
}
.page_product_list .item a:hover .item_con_l{
    color:#fff;
}
.page_product_list .item a:hover .item_con_l .con{
    border-bottom-color:rgba(255,255,255,.2);
}
.page_product_list .item a .item_more:hover{
    text-decoration: underline;
}


/* page_product_detail */

.page_product_detail{
    
}
.page_product_detail .img{
    height: 200px;
    text-align: center;
}
.page_product_detail .img img{
    height: 100%;
    margin: auto;
}
.page_product_detail .con table{
    width: 800px;
    margin: auto;
}
.page_product_detail .con table tr td{
    border: 1px solid #ddd;
    padding: 10px 20px;
}
.page_product_detail .con table tr td:first-child{
    width: 160px!important;
    background: #f5f5f5;
}

/* page_about1 */

.tit_box3{
    text-align: center;
    padding: 60px 0 40px;
}
.tit_box3 .tit h4{
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
}

.page_about1_img{
    width: 30%;
}

.page_about2_list{
    gap: 30px; 
}
.page_about2_list .item{
    padding: 32px;
    border-radius: 10px;
    flex:1;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    transition:all .5s;
}
.page_about2_list .item .icon{
    transition:all 1.5s;
}
.page_about2_list .item .icon i{
    font-size: 50px;
    color:var(--theme-color);
}
.page_about2_list .item:hover{
    transform: translateY(-10px);
}
.page_about2_list .item:hover .icon{
    transform: rotateY(360deg);
}

.page_about3_img{
    width: 40%;
}
.page_about3_img img{
    width: 100%;
    border-radius: 20px;
}
.page_about3_list{
    flex:1;
    min-width: 0;
    padding-left: 6%;
}

.page_about3_list .list{
    border-left: 2px solid #ddd;
    padding-left: 50px;
}
.page_about3_list .list .item{
    padding: 10px 0;
    position: relative;
}
.page_about3_list .list .item:before{
    content:'';
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: -55px;
    top: 29px;
    border-radius: 50%;
    background: var(--theme-color);
}
.page_about3_list .list .item .tit{
    font-family: 'Arial';
    font-weight: bold;
    font-size: 24px;
}
.page_about3_list .list .item .con{
    padding-left: 20px;
    font-size: 20px;
}


/* page_about4_list */

.page_about4_list{
    margin: -10px;
}
.page_about4_list .item_w{
    width: 25%;
    padding:10px;
}
.page_about4_list .item{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.page_about4_list .item .img{
    
}
.page_about4_list .item .img img{
    width: 100%;
}
.page_about4_list .item .tit{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:50px;
    font-size:18px;
    font-weight: bold;
    color:#fff;
    text-align: center;
    background: rgba(117,158,8,.7);
    line-height: 50px;
    transition:all .5s;
}
.page_about4_list .item:hover .tit{
    background: var(--theme-color);
}

/* 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_list{
    margin: -20px;
}
.page_about_honor_list .item{
    width: 33.333%;
    padding: 20px;
    cursor: pointer;
}
.page_about_honor_list .item .img{
    background: #eee;
    padding: 20px;
    border-radius: 20px;
}
.page_about_honor_list .item .img img{
    height: 390px;
    width: 100%;
    object-fit: contain;
}
.page_about_honor_list .item h4{
    color:#333;
    text-align: center;
    padding-top: 10px;
}


.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);
}

.modelClose:hover{
    color:var(--theme-color);
}



/* page_about_partner_list */

.page_about_partner_list{
    margin: -15px;
}
.page_about_partner_list .item_w{
    width: 25%;
    padding: 15px;
}

.page_about_partner_list .item{
    background: #fff;
    border: 1px solid #eee;
}
.page_about_partner_list .item .img{
    height: 120px;
    padding: 30px 50px; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_about_partner_list .item .img img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/* 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{
    padding:80px 0 100px;
}
.pd_detail_hd .pics{
    width:46.25%;
}
.pd_detail_hd .pics .mySwiper2{
    width: 100%;
    height:550px;
    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 .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:10px 0 0 5%;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.pd_detail_hd .infos .name{
    color:#888;
    font-family: 'MontserratLight';
}
.pd_detail_hd .infos h1{
    font-size:38px;
    color:#333;
    line-height: 1.3;
    font-family: 'MontserratExtraBold';
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 30px;
    position: relative;
}
.pd_detail_hd .infos h1:after{
    content:'';
    display: block;
    width: 20%;
    height:3px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom:-1px;
}
.pd_detail_hd .infos .desc{
    font-size:18px;
    color:#666;
    margin:35px 0 80px;
    line-height: 1.8;
}
.pd_detail_hd .infos .list{
    margin:0 -50px;
}
.pd_detail_hd .infos .list .item{
    display: flex;
    padding:0 50px;
    border-right:1px solid #ccc;
}
.pd_detail_hd .infos .list .item:last-child{
    border-right:none;
}
.pd_detail_hd .infos .list .item h4{
    font-size:18px;
    color:#333;
    font-family: 'MontserratSemiBold';
    margin-left: 20px;
    line-height: 1.3;
}

.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{
    margin-bottom: 90px;
}

.pd_detail_info .pddi_hd{
    padding-top: 80px;
}
.pd_detail_info .pddi_hd .hd{
    display: flex;
    height: 60px;
    font-size:30px;
    font-family: 'MontserratSemiBold';
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
}
.pd_detail_info .pddi_hd .hd .item{
    margin-right:150px;
    color:#333;
    position: relative;
    cursor: pointer;
    transition:all .3s;
}
.pd_detail_info .pddi_hd .hd .item i{
    font-size:30px;
    margin-left: 15px;
}
.pd_detail_info .pddi_hd .hd .item:after{
    content:'';
    width:50%;
    height: 3px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom:-7px;
    transition:all .3s;
}

.pd_detail_info .pddi_hd .hd .item:hover{
    color:var(--theme-color);
}


.pd_detail_info .pddi_bd{
    width: 435px;
}
.pd_detail_info .pddi_bd .tit{
    font-size:24px;
    color:#333;
    font-family: 'MontserratBold';
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    position: relative;
}
.pd_detail_info .pddi_bd .tit:after{
    content:'';
    display: block;
    width: 20%;
    height: 3px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom:-1px;
}
.pd_detail_info .pddi_bd .menu{
    margin:20px -7px;
}
.pd_detail_info .pddi_bd .menu a{
    width: 50%;
    padding:7px;
}
.pd_detail_info .pddi_bd .menu .img{
    border-radius:15px;
}
.pd_detail_info .pddi_bd .menu .img img{
    width: 100%;
    height: 140px;
}
.pd_detail_info .pddi_bd .menu h4{
    text-align: center;
    line-height:40px;
    color:#333;
}
.pd_detail_info .pddi_bd .menu a:hover h4{
    color:var(--theme-color);
}
.pd_detail_info .pddi_bd .tel_box{
    border:1px solid #e4e4e4;
    border-radius: 20px;
    padding:30px;
}
.pd_detail_info .pddi_bd .tel_box .tel{
    padding-top: 20px;
    align-items: center;
}
.pd_detail_info .pddi_bd .tel_box .tel .con{
    padding-left: 15px;
    color:#333;
}
.pd_detail_info .pddi_bd .tel_box .tel .con p{
    font-size:26px;
    font-family: 'MontserratBold';
}

.pd_detail_info .pddi_hd .bd{
    padding:30px 0 0;
    color:#333;
    border-bottom: 1px solid #ddd;
}
.pd_detail_info .pddi_hd .bd .tit{
    height: 50px;
    background: #f5f5f5;
    border-radius: 10px;
    padding:0 30px;
    line-height: 50px;
    font-size:18px;
    font-family: 'MontserratSemiBold';
}
.pd_detail_info .pddi_hd .bd .con{
    display: flex;
    flex-wrap: wrap;
    padding:20px 30px 10px;
}
.pd_detail_info .pddi_hd .bd .con>p{
    width: 25%;
    padding:15px 30px;
}
.pd_detail_info .pddi_hd .bd .c{
    padding:20px 30px;
}

.pd_detail_info .pddi_hd .bd .bd_item:first-child{
    display: block;
    font-size:18px;
}
.pd_detail_info .pddi_hd .bd .bd_item:first-child p{
    font-size:18px!important;
}
.pd_detail_info .pddi_hd .bd .bd_item table{
    width: 100%;
}
.pd_detail_info .pddi_hd .bd .bd_item tr{
    height: 45px!important;
}
.pd_detail_info .pddi_hd .bd .bd_item tr td{
    border:none!important;
}
.pd_detail_info .pddi_hd .bd .bd_item tr:nth-child(2n-1){
    background: #f1f1f1;
}
.pd_detail_info .pddi_hd .bd .bd_item tr:first-child{
    background: var(--theme-color);
    height: 50px!important;
    color:#fff;
}
.pd_detail_info .pddi_hd .bd .list{
    display: flex;
    flex-wrap: wrap;
    margin:0 -20px;
}
.pd_detail_info .pddi_hd .bd .list .img{
    width: 33.333%;
    padding:20px;
}
.pd_detail_info .pddi_hd .bd .list .img img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.pd_detail_info .pddi_hd .tags{
    border-top: 2px solid #ddd;
    margin:30px 0 0;
    padding: 30px 0 50px;
}

.pd_detail_info .pddi_hd .tags span{
    margin-right: 10px;
}
.pd_detail_info .pddi_hd .tags span i{
    color:#999;
    margin-right: 6px;
}
.pd_detail_info .pddi_hd .tags a{
    background:#f3f4f8;
    height: 28px;
    line-height: 28px;
    padding:0 20px;
    display: inline-block;
    margin-right:10px;
    border-radius: 3px;
    font-size:13px;
    font-family: 'MontserratLight';
}
.pd_detail_info .pddi_hd .tags a:hover{
    background: var(--theme-color);
    color:#fff;
}


.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 */

.page_quality_panel1_list{
    gap: 30px;
}
.page_quality_panel1_list .item{
    padding: 32px;
    border-radius: 10px;
    flex: 1;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.1);
    transition: all .5s;
    background: #fff;
}
.page_quality_panel1_list .item .tit{
    font-weight: bold;
    color:var(--theme-color);
    font-size: 22px; 
}
.page_quality_panel1_list .item .desc p{
    position: relative;
    padding-left: 14px;
}
.page_quality_panel1_list .item .desc p:before{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content:'';
    display: block;
    position: absolute;
    background: var(--theme-color);
    left: 0;
    top:10px;
}

.page_quality_panel1_list .item:hover{
    transform: translateY(-10px);
}

/* page_quality_panel2_list */

.page_quality_panel2_list{
    gap: 30px;
}
.page_quality_panel2_list .item{
    border-radius:15px;
    overflow: hidden;
    transition:all .5s;
}
.page_quality_panel2_list .item .j_con{
    padding: 25px;
}
.page_quality_panel2_list .item .j_con .tit{
    font-weight: bold;
    color:var(--theme-color);
    font-size: 22px; 
    line-height: 1;
    margin-bottom: 15px;
}
.page_quality_panel2_list .item:hover{
    transform: translateY(-15px);
}


/* page_quality_panel3_list */

.page_quality_panel3_list{
    margin: -10px;
}
.page_quality_panel3_list .item{
    width: 25%;
    padding: 10px;
}
.page_quality_panel3_list .item .img{
    border-radius: 10px;
    overflow: hidden;
}


.page_gylgl_img{
    width: 45%;
}
.page_gylgl_con .tit h4{
    color:var(--theme-color);
    margin-top: 0;
}
.page_gylgl_con .desc{
    margin: 30px 0 0;
}
.page_gylgl_con .desc p{
    margin-top: 15px;
}


/* page_hsegl_panel1 */

.page_hsegl_panel1_tit{
    
}
.page_hsegl_panel1_img{
    width: 30%;
}
.page_hsegl_panel1_con{
    flex:1;
    min-width: 0;
    padding:0 6% 0 0;
}
.page_hsegl_panel1_con .tit{
    font-size:26px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 600;
    color:var(--theme-color);
}
.page_hsegl_panel1_con .subtit{
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom: 1px solid #eee;
}
.page_hsegl_panel1_con .desc{
    font-size: 18px;
}
.page_hsegl_panel1_con .desc p{
    position: relative;
    padding-left: 30px;
    margin-top: 5px;
}
.page_hsegl_panel1_con .desc p:before{
    content: '√';
    font-family: 'Symbola', cursive;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--theme-color);
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 5px;
}


.page_hsegl_panel2 .item{
    padding: 50px;
    border-radius: 10px;
    flex:1;
    /*box-shadow: 0 5px 15px rgb(0 0 0 / 0.1);*/
    transition: all .5s;
    background: #f9f9f9;
    margin-right: 30px;
}
.page_hsegl_panel2 .item.item2{
    margin-right: 0;
}
.page_hsegl_panel2 .item .item_tit .ico{
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--theme-color);
    margin-bottom: 20px;
}
.page_hsegl_panel2 .item .item_tit h4{
    font-size: 24px;
    font-weight: bold;
}
.page_hsegl_panel2 .item .item_tit .ico i{
    font-size: 26px;
    line-height: 1;
    color:#fff;
}
.page_hsegl_panel2 .item.item1 .item_tit .ico i{
    font-size: 34px;
}
.page_hsegl_panel2 .item .item_con h4{
    font-size: 18px;
    margin-top: 5px;
}
.page_hsegl_panel2 .item .item_con h5{
    color:var(--theme-color);
    font-size: 20px;
    margin-bottom: 10px;
}
.page_hsegl_panel2 .item .item_con h4 i{
    width: 22px;
    height: 22px;
    background: var(--theme-color);
    font-size: 16px;
    color:#fff;
    border-radius: 3px;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.page_hsegl_panel2 .item .item_con p{
    margin-left: 30px;
    color:#666;
}

.page_hsegl_panel2 .item_img{
    flex:1;
    min-width: 0;
    padding-left: 8%;
}

/* page_news */

.page_news_list{
    margin: -15px;
}
.page_news_list .item{
    padding:15px;
    width: 33.333%;
    
}
.page_news_list .item a{
    background: #fff;
    border-radius: 20px 0px 0px 0px;
    display: block;
    transition:all .5s;
}

.page_news_list .item .img{
    width:100%;
    border-radius: 15px;
    overflow: hidden;
}
.page_news_list .item .img img{
    object-fit: cover;
    width: 100%;
    height: 260px;
}
.page_news_list .item .con{
    width: 100%;
    padding:15px 10px;
    justify-content: space-between;
}
.page_news_list .item .con h4{
    font-size: 22px;
    font-weight: bold;
    color: var(--theme-color);
    margin-bottom: 7px;
    overflow: hidden;
    transition:all .3s;
    line-height: 1.5;
}
.page_news_list .item:hover .con h4{
    color:var(--theme-color);
}
.page_news_list .item .con p{
    color:#666;
    margin-bottom: 6px;
}
.page_news_list .item .con .icons .icon{
    color:#464646;
    margin-right: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.page_news_list .item .con .icons .icon i{
    margin-right: 6px;
}

.page_news_list .item a:hover{
    transform: translateY(-10px);
}

.page_search_list.page_news_list .item .img{
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
}
.page_search_list.page_news_list .item .img img{
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    padding: 30px;
}


.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{
    background: #fff;
    padding:50px;
}
.page_news_detail h1{
    font-size:38px;
    font-family: 'MontserratExtraBold';
    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:40px 0 20px;
    min-height: 20vh;
}
.page_news_detail .desc p{
    text-indent: 2em;
    margin-bottom: 15px;
}
.page_news_detail_wrap{
    overflow: hidden;
    padding: 70px 0 80px;
}
.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 */
.page_contact{
    background: url("../images/contact_bg.jpg") no-repeat center top;
    padding: 100px 30px;
    margin-top: 60px;
    background-size: cover;
}
.page_contact .j_tit{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 60px;
}
.page_contact_con{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.page_contact_con .item_w{
    width: 33.333%;
    padding:10px;
}
.page_contact_con .item{
    border: 2px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: rgba(247, 247, 247, 0.8);
    padding:25px 15px;
    height: 100%;
    transition:all .4s;
}
.page_contact_con .item .ico{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_contact_con .item .ico i{
    font-size:60px;
    color:var(--theme-color);
    transition:all 1s;
}
.page_contact_con .item .con h4{
    font-size: 22px;
    font-weight: bold;
    color:var(--theme-colorq);
    margin: 10px 0;
    transition:all .4s;
}
.page_contact_con .item .con p{
    transition:all .4s;
}
.page_contact_con .item:hover{
    background: var(--theme-color);
}
.page_contact_con .item:hover .ico i{
    transform: rotateY(360deg);
    color:#fff;
}
.page_contact_con .item:hover .con h4{
    color:#fff;
}
.page_contact_con .item:hover .con p{
    color:#fff;
}
.page_contact_con .item .con p a:hover{
    color:#fff;
}


.page_contact_con .item p a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}
.page_contact_hd{
    margin-top: 40px;
}
.page_contact_hd .tit_box2 .tit h4{
    font-size: 40px;
}
.page_contact_hd .j_tit{
    background: var(--theme-color);
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.footer_message .tip{
    font-weight: 300;
    font-size: 14px;
    font-style: italic;
}
.footer_message .form .input_box{
    margin:0 -10px;
}
.footer_message .form .input{
    padding:0 10px;
    flex:1;
}
.footer_message .form input,.footer_message .form textarea{
    border-radius: 200px;
    height: 45px;
    outline: none;
    border: none;
    border: 1px solid #dee2e6;
    font-size:14px;
    padding:15px 20px;
    width: 100%;
    line-height: 25px;
    border-radius: 0;
    background: transparent;
    margin-bottom: 10px;
}
.footer_message .form input:focus,.footer_message .form textarea:focus{
    border-color: var(--theme-color);
}
.footer_message .form input::placeholder,.footer_message .form textarea::placeholder{
    color:#999;
}
.footer_message .form textarea{
    height: 100px;
}
.footer_message .form .button{
    margin-top: 15px
}
.footer_message .form button,.footer_message .form .button a{
    border:none;
    outline: none;
    width:180px;
    height: 45px;
    background: var(--theme-color);
    color:#fff;
    cursor: pointer;
    font-size:16px;
    transition:all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_message .form .button a{
    background: #333;
    margin-left: 20px;
}
.footer_message .form .button a:hover{
    text-decoration: none;
}
.footer_message .form button:hover,.footer_message .form .button a:hover{
    opacity: .8;
}




/* 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{
    display: block;
}
.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;}





