@charset "utf-8";

/* 头部滑过 */
.Header{background-color: transparent;border-bottom: 1px solid rgba(255,255,255,0.2);color: #fff;}
.Header a{color: #fff;}.Header a:hover{color: var(--theme-color);}
.Header.on{background: #fff;border-bottom: 0;color: #333;}
.Searchico{background: #fff;color: var(--theme-color);}
.Header.fix{color: #333;background: #fff;}
.Header.on .Logo .show,.Header.fix .Logo .show{display:none;}
.Header.on .Logo .hide,.Header.fix .Logo .hide{display: inline-block;}
.Header.on a,.Header.fix a{color: #333333;}
.Header.on .MainNav span a,.Header.fix .MainNav span a{color: #000000;}
.Header.on .menu a,.Header.fix .menu a,.Header.on .Ver,.Header.fix .Ver{color: #555;}
.Header.fix{box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
.Header.on .openbtn i,.Header.fix .openbtn i{background: #333;}
.Header.on .Searchico,.Header.fix .Searchico{background: var(--theme-color);color: #fff;}
.MainNav span a{color: #fff;}
.Header.fix .MainNav li.cur span a{
    color:var(--theme-color);
}


/*Top*/
.Header{position:fixed; width:100%; left:0; top:0;z-index:1000;transition: all 0.3s;text-align: right;background: #fff;}
.Header .auto{display: flex;justify-content: flex-end;align-items: center;padding: 0 7.656vw 0 0.6rem; height:1rem;transition: all 0.3s;}
.Header .Logo {position: absolute;z-index: 10;left: 3.125vw;top: 50%;transform: translateY(-50%);}
.Header .Logo img{height: 0.49rem;transition: all 0.3s;}
.Header .Logo span{line-height: 0.26rem;text-align: center;width: 1.33rem;}
.Header .Logo span i{display: block;}
.Header .Logo .img2{
    display: none;
}
.Header.fix .Logo .img1{
    display: none;
}
.Header.fix .Logo .img2{
    display: block;
}
.Searchico{ cursor:pointer;position: absolute;right: 0;top: 0;width: 4.2vw;text-align: center;background: #064b9f;color: #fff;height: 100%;display: flex;align-items: center;justify-content: center;}
.Searchico:hover{color: #ffcc00;}
.Searchico .icongb{ display:none;}
.Searchico.on .icongb{ display:block;}
.Searchico.on .iconso{ display:none;}
.Searchico .iconfont{ font-size:24px;vertical-align: middle;}
.searchbox{width:100%;position: absolute;line-height: 35px;opacity: 0;visibility: hidden;z-index: -1;top: 120%;transition: all 0.3s;text-align: left;width: 3.5rem;padding: 12px;background-color: #fff;box-shadow: 0 10px 10px rgba(0,0,0,0.1);right: 0;}
.searchbox .input{width:calc(100% - 70px); height:46px; line-height:46px; text-indent:1em;font-size: 14px;background: #eee;border:none;}
.searchbox .input::-webkit-input-placeholder{color:#999;}
.searchbox .btn {width: 70px;height: 46px;color:#fff;position: absolute;right: 12px;top: 12px;background-color: var(--theme-color);border:none;cursor:pointer;}
.searchbox.on{opacity: 1;visibility: visible;top: 94%;z-index: 10;}

.Header .Ver{position: relative;line-height: 0.99rem;margin-right: 0.25rem;}

.Header .Ver .waphide{
    margin-left: 0.05rem;
}
.Header .Ver span{display:flex;align-items:center;position: relative;vertical-align: middle;}
.Header .Ver .icondq{font-size: 22px;}
.Header .Ver dt:hover{color: var(--theme-color);}
.Header .Ver dd{position: absolute;left: 50%;top: 130%;width: 160px;box-shadow: 0 5px 10px rgba(0,0,0,0.1);background-color:#fff;text-align: center;transform: translateX(-50%);border-radius: 5px;opacity: 0;visibility: hidden;z-index: -1;transition: all 0.3s;}
.Header .Ver dd a{display: block;line-height: 35px;}.Header .Ver dd a:hover{color: var(--theme-color);}
.Header .Ver.on dd{opacity: 1;z-index: 10;top: 110%;visibility: visible;}
.Header .menu a{display: inline-block;margin-right: 1.82vw;vertical-align: middle;}
.Header .menu .login{max-width: 100px;}
.Header .menu a i{margin: -2px 0.07rem 0 0;font-size: 22px;transition: all 0.5s;}
.Header .menu a:hover i{color: var(--theme-color);transform: rotate(360deg);}

.MainNav{padding-right: 4vw;}
.MainNav li{margin:0 0 0 2.6vw;display: inline-block;}
.MainNav span a{ position:relative; z-index:100;display:block;line-height: 0.99rem;color: #000;}
.MainNav .arr{ display:none;}
.MainNav li.onnav span a{color: var(--theme-color) !important;}

.closebtn{ position:fixed; left:0px; top:45px; width:100%; height:100%; z-index:99; display:none;background: rgba(0,0,0,0.5);}
.openbtn{ cursor:pointer; height:25px; position:absolute; right:5%; top:8px; z-index:1001;display: none;font-size: 12px;display: none;line-height: normal;transition: all 0.3s;}
.openbtn span{ display:inline-block;vertical-align: middle;margin:0;}
.openbtn i{ display:block; height:2px; background-color:#fff; border-radius:4px; margin:6px 0;transition: all ease 0.3s;width: 28px;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 9px) rotate(45deg) !important;
	-moz-transform: translate(0, 9px) rotate(45deg) !important;
	-ms-transform: translate(0, 9px) rotate(45deg) !important;
	-o-transform: translate(0, 9px) rotate(45deg) !important;
	transform: translate(0, 9px) rotate(45deg) !important;}
.openbtn.on .sp2 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}
.openbtn.on .sp3 {width: 0;}
.iconfont{
    font-size: 0.22rem;
}
/* 头部滑过 */
.Header.fix{box-shadow: 0 10px 10px rgba(0,0,0,0.05);border-bottom: 0;}
.Header.fix .MainNav span a{ line-height: 1rem;}

/* 下拉 */
.NavPull{ z-index:99;display:none; position:absolute; top:100%; left:0;width:100%;padding:0.2rem 0.3rem;background-color: #ffffff;box-shadow: 0 8px 15px rgba(0,0,0,0.08);text-align: left;line-height: 0.3rem;overflow: hidden;border-top: 1px solid #e5e5e5;text-align: center;}
.NavPull.null{display: none !important;}
.NavPull dd{display: inline-block;}
.NavPull dd a{display: block;padding: 0.05rem 0.18rem;color: #000 !important;border-radius: 5px;}
.NavPull dd a:hover{background: var(--theme-color);color: #fff !important;}
.NavPull dd br{display: contents;}
.MainNav li.onnav dd{animation:fadeInUp 0.2s .2s ease both;-webkit-animation:fadeInUp 0.2s .2s ease both;-moz-animation:fadeInUp 0.2s .2s ease both;}
.f18 {
    font-size: 0.18rem;
}
.f20 {
    font-size: 0.2rem;
}
.j_hmenu{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.j_htel{
    font-size: 20px;
}
@media(max-width:1366px){
	.MainNav {padding-right: 2vw;}
	.MainNav li{margin-left: 1.6vw;}
	.Header .auto{padding-right: 6.5vw;}
	.Header .Ver{margin-right: 0.15rem;}
	.Header .menu a{margin-right: 1.4vw;}
}

@media(max-width:1024px){
.Header .auto{padding: 0;width: 88%;margin: 0px auto;position: relative;height: 46px !important;}
.Header .Logo{left: 0;}
.Header .Logo span{line-height: 18px;}
.Header .Logo img{height: 32px;}
.Header a{color: #333333;}
.Header .Ver{margin-right: 0.4rem;display: inline-block;vertical-align: top;}
.Header .Ver em{display: inline-block !important;}
.Header .Ver .icondq4,.Header .Ver .icondq2{font-size: 22px;}
.Header .openbtn {display: block;}
.Header .openbtn i{background: #333;}
.MainNav{position: fixed;right: 0;top: 45px;width: 80%;height: calc(100% - 45px);right: -100%;transition: all 0.3s;opacity: 0;background-color:#ffffff;box-shadow: 0 0 10px rgba(0,0,0,0.2);padding: 20px 0 0 0;overflow-y: auto;z-index: 100;text-align: center;}
.MainNav.on{right: 0;opacity: 1;}
.MainNav li{width: auto;float: none;text-align: left;margin: 0 15px;position: relative !important;padding: 0;display: block;}
.MainNav span a{text-align: left;font-size: 15px;padding-left: 15px;line-height: 40px;border-bottom: 1px solid #eee;color:#333 !important;}
.MainNav li:hover span a, .MainNav li.onnav span a{color:#02438d !important;}
.MainNav li:not(:first-child):After{display: none;}
.MainNav .arr{display: block;width: 80px;position: absolute;right: 0;top: 0;height: 40px;line-height: 40px;z-index: 101;}
.MainNav .arr i{position: absolute;right: 10px;font-size: 14px;color:#666;top: 0;transition: all 0.3s;}
.MainNav li.onnav .arr i{transform: rotate(-180deg);}
.Header .MainNav span a:after{display: none;}

.Searchico{margin-right: 32px;background-color: transparent !important;position: static;width: auto;color: #064b9f !important;}
.searchbox{width: 100% !important;top: 110%;transform: translateY(0);padding: 10px;box-shadow: 0 10px 10px rgba(0,0,0,0.08);visibility: hidden;opacity: 0;z-index: -1;border-radius: 0;}

.NavPull{position: static;width: 100% !important;margin:0;text-align: left;padding:10px;transform: translateX(0) !important;line-height: 2.2;border-radius: 10px;}
.NavPull a{font-size: 14px;padding:2px 0 2px 15px;}
.NavPull.pro dl{display: flex;justify-content: space-between;flex-wrap: wrap;}
.NavPull.pro dd{width: 33.333%;}
}
@media(max-width:640px){
	.Header .menu .login{max-width: 65px;}
	.Header .Logo img{height: 28px;}
	.Header .menu a i,.Header .Ver .icondq {font-size: 20px;}
	.Searchico .iconfont{font-size: 22px;}
	.waphide{display: none;}
	.Header .menu a{margin-right: 0.2rem;}
	.Header .Logo span i,.Header .Logo span{font-size: 12px;line-height: 15px;}
}


/* footer */

.j_footer{ 
    position:relative;color: #fff;background:url("../../images/footer_bg.jpg") no-repeat right bottom #000;z-index: 2;
    overflow: visible!important;
    
}
.j_footer_hd{
    padding: 0.8rem 0 0.4rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.j_footer_hd .j_logo{
    flex:1;
}
.j_footer_hd .j_logo img{
    height: 0.6rem;
}
.j_footer_hd .j_icons{
    display: flex;
}
.j_footer_hd .j_icons .j_item{
    margin-left: 0.3rem;
    cursor: pointer;
    position: relative;
}
.j_footer_hd .j_icons .ico{
    width: 0.6rem;
    height: 0.6rem;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.j_footer_hd .j_icons .img{
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    width: 1.5rem;
    height: 1.5rem;
    bottom: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.j_footer_hd .j_icons .img:after{
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    content: "";
    position: absolute;
    background: #fff;
    bottom: -5px;
}
.j_footer_hd .j_icons .j_item:hover .ico{
    background: var(--theme-color);
    border-color: var(--theme-color);
}
.j_footer_hd .j_icons .j_item:hover .img{
    bottom: 0.68rem;
    visibility: visible;
    z-index: 1;
    opacity: 1;
}

.j_footer_bd{
    padding: 0.5rem 0 0.6rem;
    display: flex;
}
.j_footer_bd .j_menu{
    width: 10rem;
    display: flex;
}
.j_footer_bd .j_menu .j_item{
    flex:1;
    padding-right: 0.5rem;
}
.j_footer_bd .j_menu .j_item:first-child{
    flex:2.5;
}
.j_footer_bd .j_menu .j_item .j_tit{
    margin-bottom: 0.2rem;
}
.j_footer_bd .j_menu .j_item:first-child .j_con{
    display: flex;
    flex-wrap: wrap;
}
.j_footer_bd .j_menu .j_item .j_con a{
    color:#acacac;
    display: block;
    margin-right: 0.3rem;
    margin-bottom: 0.12rem;
    line-height: 1.4;
}
.j_footer_bd .j_menu .j_item .j_con a:hover,.j_footer_bd .j_contact h4 a:hover{
    color:#fff;
    text-decoration: underline;
}
.j_footer_bd .j_contact{
    flex:1;
    padding-left: 2rem;
}
.j_footer_bd .j_contact .j_item{
    margin-bottom: 0.3rem;
}
.j_footer_bd .j_contact .j_item:last-child{
    margin-bottom: 0;
}
.j_footer_bd .j_contact p{
    color:#acacac;
}
.j_footer_bd .j_contact h4{
    font-size: 0.24rem;
}
.j_footer_bd .j_contact h4 a{
    color:#fff;
}
.j_copyright{
    border-top: 1px solid rgba(255,255,255,.2);
    text-align: center;
    color:#adadad;
    padding: 0.4rem 0;
}
.j_copyright .j_con span{
    padding: 0 0.1rem;
}
.j_copyright .j_con span a{
    color:#adadad;
}
.j_copyright .j_con span a:hover{
    color:#fff;
}

/* page_banner */

.page_banner{
    margin-top:1rem;
    position: relative;
}
.page_banner .img{
    position: relative;
}
.page_banner .img:before{
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    top: 0;
}
.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:0.6rem;
    font-weight: bold;
    line-height: 1.2;
}
.page_banner_con .subtit{
    font-size:0.18rem;
    margin-top: 10px;
}
.page_banner_pos{
    position: absolute;
    bottom: 0.3rem;
    color:#fff;
}
.page_banner_pos .pos i{
    font-size:0.18rem;
    margin-right: 0.06rem;
}
.page_banner_pos .pos a{
    padding:0 5px;
}
.page_banner_pos .pos a:hover{
    text-decoration: underline;
}
.pt80{
    padding-top: 0.8rem;
}
.pt100{
    padding-top: 1rem;
}
.pb80{
    padding-bottom: 0.8rem;
}
.pb100{
    padding-bottom: 1rem;
}

.menu_list{
    margin: -0.13rem;
    justify-content: center;
}
.menu_list .item_w{
    width: 20%;
    padding: 0.13rem;
}
.menu_list .item{
    height: 0.7rem;
}
.menu_list .item a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f4f4;
    height: 100%;
    padding: 0.1rem 0.3rem; 
    text-align: center;
    line-height: 1.4;
    border: 1px solid #f4f4f4;
    transition:all .5s;
    font-size: 0.18rem;
}
.menu_list .item a:hover{
    border-color: var(--theme-color);
    color:var(--theme-color);
}
.menu_list .item.cur a{
    background: var(--theme-color);
    color:#fff;
}

.text-center{
    text-align: center;
}
.tit_box1{
    margin-bottom: 0.5rem;
}
.tit_box1 .tit h4{
    font-size: 0.5rem;
    line-height: 1;
    font-weight: bold;
}
.tit_box1 .tit p{
    font-size: 0.2rem;
    margin-top: 0.18rem;
    color:#555;
}

/* page_product */

.page_product_list .list{
    margin:-0.25rem;
}
.page_product_list .item{
    width: 33.333%;
    padding:0.25rem;
}
.page_product_list .item .item_con{
    background: #f6f6f6;
    padding: 0.3rem 0.4rem 0.2rem; 
    position: relative;
}
.page_product_list .item .item_con:after{
    content:'';
    position: absolute;
    left: 0;
    transition: all .5s;
    bottom: 0;
    background: var(--theme-color);
    height: 0.04rem;
    width: 0;
}
.page_product_list .item .item_con .tit{
    font-size: 0.22rem;
    font-weight: bold;
    transition:all .5s;
}
.page_product_list .item .item_con .desc{
    font-size: 0.18rem;
    color:#555;
    margin: 0.1rem 0 0.15rem;
}
.page_product_list .item .item_con .more i{
    transition:all .5s;
}
.page_product_list .item:hover .item_con .tit,.page_product_list .item:hover .item_con .more i{
    color:var(--theme-color);
}
.page_product_list .item:hover .item_con:after{
    width: 100%;
}


/* page_about1 */

.page_about1{
    
}
.page_about1_img{
    width:7.1rem;
    position: relative;
}
.page_about1_img .play{
    width: 1.32rem;
    position: absolute;
    left: -0.66rem;
    bottom: -0.66rem;
    transition:all .5s;
    cursor: pointer;
}
.page_about1_img .play:hover{
    transform: rotate(360deg);
}
.page_about1_con{
    flex:1;
    min-width: 0;
    padding-right: 1.1rem;
}


#about_video{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 1200px;
    height: 600px;
    background: #fff;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    display: none;
}
#about_video .video_w{
    display: flex;
    justify-content: center;
    align-items: center;
}
#about_video .video video{
    width: 100%;
}
#about_video .close{
    position: absolute;
    top: -5px;
    right:5px;
    color: #fff;
    cursor: pointer;
}
#about_video .close i{
    font-size: 36px;
    color:#333;
}


.j_pb_tit{
    font-size:0.5rem;
    font-weight: bold;
    position: relative;
    padding-left: 0.4rem;
    line-height: 1;
}
.j_pb_tit:before,.j_pb_tit:after{
    width: 0.08rem;
    height: 0.46rem;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top:0.04rem;
    background: var(--theme-color);
}
.j_pb_tit:after{
    left: 0.14rem;
    background: #f6e41c;
}
.page_about1_con .tit p{
    font-size: 0.24rem;
    margin-top: 0.24rem;
}
.page_about1_con .content{
    margin-top: 0.4rem;
    height: 3.2rem;
    overflow-y: auto;
    padding-right:10px;
}
.page_about1_con .content p{
    font-size:18px;
    line-height: 1.8;
}

.page_about2{
    margin: 0 -0.5rem;
    padding-top: 0.4rem;
}
.page_about2 .item{
    width: 25%;
    justify-content: center;
    padding: 0 0.5rem;
}
.page_about2 .item_ico{
    width: 0.74rem;
}
.page_about2 .item_con{
    padding-left: 0.3rem;
}
.page_about2 .item_con .num{
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 1;
    font-family: 'Arial';
}
.page_about2 .item_con .num span{
    line-height: 1;
    font-size: 0.7rem;
    vertical-align: top;
}
.page_about2 .item_con .desc{
    font-size: 0.18rem;
    margin-top: 0.1rem;
}


.page_about3_wrap{
    background: #f7f7f7;
}
.page_about3_tit{
    position: relative;
}
.page_about3_tit .tit{
    width:55%;
    padding-right: 6%;
}
.page_about3_tit .tit p{
    font-size: 0.24rem;
    margin-top: 0.15rem;
}
.page_about3_tit .desc{
    font-size: 0.18rem;
    flex:1;
    min-width: 0;
} 

.page_about3_img img{
    width: 100%;
}


.page_about3_list{
    gap:40px;
    padding-top: 50px;
}
.page_about3_list .item{
    background: rgba(19,61,139,.3);
    border:1px solid rgba(255,255,255,.3);
    flex:1;
    padding: 50px 50px 60px;
    color:#fff;
    position: relative;
}
.page_about3_list .item .tit h4{
    font-weight: bold;
    font-size:26px;
    flex:1;
}
.page_about3_list .item .con{
    line-height: 1.8;
    margin-top: 15px;
}
.page_about3_list .item .num{
    position: absolute;
    font-size:60px;
    color:rgba(255,255,255,.1);
    right: 50px;
    bottom:20px;
}

.page_about4_con{
    position: relative;
    padding-bottom: 0.6rem;
}
.page_about4_con .item .img img{
    width: 100%;
}
.page_about4_con .swiper-pagination-bullet-active{
    background: var(--theme-color);
}

.page_about5_wrap{
    background: #f7f7f7;
}

.page_about5_list_wrap{
    position: relative;
}
.page_about5_list{
    overflow: hidden;
    position: relative;
    padding-bottom: 0.6rem;
    height: 3.76rem;
}
.page_about5_list .swiper-slide{
    height: calc((100% - 30px) / 2) !important;
}
.page_about5_list .item{
    background: #fff;
    padding: 0.2rem;
}
.page_about5_list .item .img{
    text-align: center;
}
.page_about5_list .swiper-pagination-bullet-active{
    background: var(--theme-color);
}


/* page_zlgl1 */

.page_zlgl1_con{
    
}
.page_zlgl1_con .bg_hd{
    position: relative;
    padding: 0.8rem 0;
}
.page_zlgl1_con .hd{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 1.4rem 0 1rem;
    align-items: center;
    justify-content: flex-end;
     flex-direction: row;
}
.page_zlgl1_con .hd .item{
    width: 1.14rem;
    height: 1.14rem;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    color:var(--theme-color);
    margin:0 0.55rem 0;
    background: #fff;
    transition:all .5s;
    cursor: pointer;
    padding: 0.15rem;
    line-height: 1.3;
    text-align: center;
}
.page_zlgl1_con .hd .item:nth-child(7){
    position: absolute;
    right:-0.4rem;
    top:1.1rem;
}
.page_zlgl1_con .hd .item:nth-child(8){
    order:5;
    margin-right: 1.7rem;
}
.page_zlgl1_con .hd .item:nth-child(9){
    order:4;
}
.page_zlgl1_con .hd .item:nth-child(10){
    order: 3;
}
.page_zlgl1_con .hd .item:nth-child(11){
    order: 2;
}
.page_zlgl1_con .hd .item:nth-child(12){
    order: 1;
}
.page_zlgl1_con .hd .item:hover{
    transform:translateY(-10px);
}
.page_zlgl1_con .hd .item:hover,.page_zlgl1_con .hd .item.cur{
    background: linear-gradient(to right ,var(--theme-color) ,#edbc28);
    color:#fff;
}
.page_zlgl1_con .hd .item span{
    display: none;
}
.page_zlgl1_con .bd{
    margin-top: 0.5rem;
}
.page_zlgl1_con .bd .item_w{
    display: none;
}
.page_zlgl1_con .bd .item_w:first-child{
    display: block;
}
.page_zlgl1_con .bd .item{
    background: #f9f9f9;
    height: 2.4rem;
}
.page_zlgl1_con .bd .item .item_img img{
    height: 2.4rem;
    width: 4.1rem;
    object-fit: cover;
}
.page_zlgl1_con .bd .item .item_con{
    flex:1;
    min-width: 0;
}
.page_zlgl1_con .bd .item .item_con .tit_num{
    padding: 0 0.3rem;
    width: 3.6rem;
    justify-content: center;
    border-right: 1px solid #e2e2e2;
}
.page_zlgl1_con .bd .item .item_con .tit_num .num{
    font-size: 0.7rem;
    font-family: 'Arial';
    font-weight: bold;
    color:var(--theme-color);
    margin-right: 0.1rem;
}
.page_zlgl1_con .bd .item .item_con .tit_num .tit{
    font-size: 0.24rem;
    font-weight: bold;
}
.page_zlgl1_con .bd .item .item_con .tit_num .tit span{
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    color:#666;
    text-transform: capitalize;
    line-height: 1.4;
}
.page_zlgl1_con .bd .item .item_con .desc{
    flex:1;
    min-width: 0;
    padding: 0 0.6rem;
    font-size: 0.2rem;
}

/* page_zlgl2_wrap */

.page_zlgl2_img{
    gap: 0.3rem;
}
.page_zlgl2_img .item{
    flex:1;
    transition:all .5s;
}
.page_zlgl2_img .item .img{
    height: 5.5rem;
    width: 100%;
}
.page_zlgl2_img .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_zlgl2_img .item.cur{
    flex:2.3;
}

/* page_zlgl3 */

.page_zlgl3_img{
    width: 50%;
}
.page_zlgl3_con{
    flex:1;
    min-width: 0;
    padding-left: 1.1rem;
}
.page_zlgl3_con .tit p{
    font-size: 0.2rem;
    margin-top: 0.25rem;
}
.page_zlgl3_con .desc{
    margin-top: 0.4rem;
}
.page_zlgl3_con .desc p{
    font-size: 0.24rem;
    padding: 0.18rem 0 0.18rem 0.2rem;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.page_zlgl3_con .desc p:before{
    content:'';
    left: 0.03rem;
    top: 0.35rem;
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: var(--theme-color);
}

/* page_qywh1_wrap */


.page_qywh1_wrap{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.page_qywh1_list{
    gap: 0.26rem;
    padding-top: 0.4rem;
}
.page_qywh1_list .item{
    flex:1;
    background: rgba(255,255,255,.6);
    padding: 0.5rem;
    transition:all .5s;
}
.page_qywh1_list .item .img img{
    width: 0.65rem;
    transition:all 1s;
}
.page_qywh1_list .item .con h4{
    font-size: 0.24rem;
    margin: 0.4rem 0 0.3rem;
}
.page_qywh1_list .item .con p{
    font-size: 0.16rem;
}
.page_qywh1_list .item:hover{
    transform: translateY(-20px);
}
.page_qywh1_list .item:hover .img img{
    transform: rotateY(360deg);
}


/* page_qywh2_list */

.page_qywh2_list{
    margin: -0.15rem;
}
.page_qywh2_list .item{
    float: left;
    padding: 0.15rem;
}
.page_qywh2_list .item1{
    width: 5.5rem;
}
.page_qywh2_list .item2,.page_qywh2_list .item3{
    width:5rem;
}
.page_qywh2_list .item4{
    width: 10rem;
}


/* page_qyry2_wrap */

.page_qyry2_wrap{
    background: #f6f6f6;
}

.page_qyry2_list{
    overflow: hidden;
    position: relative;
    padding-bottom: 0.6rem;
}
.page_qyry2_list .item{
    background: #fff;
    cursor: pointer;
}
.page_qyry2_list .item .img{
    padding: 0.3rem;
}
.page_qyry2_list .item .con{
    border-top: 1px solid #e8e8e8;
    padding: 0.15rem;
}
.page_qyry2_list .item .con h4{
    text-align: center;
}

.page_qyry2_list .swiper-pagination-bullet-active{
    background: var(--theme-color);
}

.page_about_qyhj2_wrap{
    background: #f6f6f6;
}

.page_about_qyhj2_list{
    position: relative;
    overflow: hidden;
    padding-bottom: 0.6rem;
}
.page_about_qyhj2_list .item .tit{
    font-size: 0.18rem;
    text-align: center;
    padding:0.12rem 0;
    transition: all .5s;
}
.page_about_qyhj2_list .item .img img{
    transition: all .5s;
}
.page_about_qyhj2_list .swiper-pagination .swiper-pagination-bullet-active{
    background: var(--theme-color);
}
.page_about_qyhj2_list .item:hover .img img{
    transform: rotateY(180deg);
}
.page_about_qyhj2_list .item:hover .tit{
    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);
}


/* page_case_list */

.page_case_wrap{
    background: #f6f6f6;
}

.page_case_list{
    margin: -0.2rem;
}
.page_case_list .j_item{
    width: 50%;
    padding: 0.2rem;
}
.page_case_list .j_item a{
    background: #fff;
    padding: 0.3rem;
    position: relative;
    height: 100%;
}
.page_case_list .j_item .j_img{
    width: 3.3rem;
}
.page_case_list .j_item .j_img img{
    transition:all .5s;
}
.page_case_list .j_item .j_con{
    flex:1;
    min-width: 0;
    padding-left: 0.55rem;
    position: relative;
    height: 100%;
    background: #fff;
}
.page_case_list .j_item .j_con .tit{
    font-weight: bold;
    transition:all .5s;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.25rem;
    position: relative;
    font-size: 0.24rem;
    line-height: 1.4;
}
.page_case_list .j_item .j_con .tit:after{
    content:'';
    position: absolute;
    width: 0.85rem;
    height: 3px;
    display: block;
    background: var(--theme-color);
    left: 0;
    bottom: 0;
    z-index: 3;
}
.page_case_list .j_item .j_con .desc{
    position: relative;
    z-index: 2;
    margin: 0.35rem 0 0.5rem;
    color:#333;
}
.page_case_list .j_item .j_con .more i{
    margin-right:0.1rem;
}
.page_case_list .j_item .j_bg{
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    z-index: 1;
}
.page_case_list .j_item a:hover .j_img img{
    transform: rotateY(180deg);
}
.page_case_list .j_item a:hover .j_con .tit{
    color:var(--theme-color);
}
.page_case_list .j_item a:hover .j_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_hd{
    padding-left:1rem;
    padding-right: 1rem;
}
.page_case_detail_hd .item_img{
    width: 5.7rem;
}
.page_case_detail_hd .item_img img{
    width: 100%;
}
.page_case_detail_hd .item_con{
    flex:1;
    min-width: 0;
    padding-left: 1rem;
}
.page_case_detail_hd .item_con h1{
    font-size:0.5rem;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.4rem;
    position: relative;
}
.page_case_detail_hd .item_con h1:after{
    content:'';
    width: 88px;
    height: 3px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.page_case_detail_hd .item_con .desc{
    margin:0.5rem 0 0.8rem;
    font-size: 0.18rem;
    color:#444;
}
.page_case_detail_hd .item_con .desc p{
    line-height: 1.8;
}
.page_case_detail_hd .item_con .more_style5{
    border-radius: 100px;
    width: 2.2rem;
    height: 0.6rem;
    font-size: 0.18rem;
    border: 2px solid #333;
    overflow: hidden;
}
.page_case_detail_hd .item_con .more_style5:hover{
    background: var(--theme-color);
    border-color:var(--theme-color);
}

.page_case_detail_bd_wrap{
    background: #f6f6f6;
}

.page_case_detail_bd{
    padding-bottom: 0.6rem;
    overflow: hidden;
    position: relative;
}
.page_case_detail_bd .item h4{
    font-size: 0.18rem;
    text-align: center;
    margin-top: 0.18rem;
}
.page_case_detail_bd .swiper-pagination-bullet-active{
    background: var(--theme-color);
}


.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:50%;
}
.pd_detail_hd .pics .mySwiper2{
    width: 100%;
    height:5.3rem;
    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{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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:0 0 0 5%;
    min-width: 0;
}

.pd_detail_hd .infos h1{
    font-size:0.5rem;
    line-height: 1.3;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 0.3rem;
    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:0.18rem;
    color:#666;
    margin:0.35rem 0 0.6rem;
    line-height: 1.8;
}
.pd_detail_hd .infos .list{
    margin:0 -0.4rem;
}
.pd_detail_hd .infos .list .item{
    flex-direction: column;
    padding: 0 0.4rem;
    border-right:1px solid #ccc;
    flex:1;
}
.pd_detail_hd .infos .list .item:last-child{
    border-right:none;
}
.pd_detail_hd .infos .list .item .ico img{
    width: 0.65rem;
}
.pd_detail_hd .infos .list .item .tit{
    line-height: 1.3;
    margin-top: 0.15rem;
}

.pd_detail_hd .infos .btns{
    margin-top: 0.6rem;
}
.pd_detail_hd .infos .btns .more_style5{
    border-radius: 100px;
    width: 2.2rem;
    height: 0.6rem;
    font-size: 0.18rem;
    border:2px solid #333;
    overflow: hidden;
}
.pd_detail_hd .infos .btns .more_style5:hover{
    border-color: var(--theme-color);
}
.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 .pddi_hd .hd{
    display: flex;
    font-size:0.44rem;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    
}
.pd_detail_info .pddi_hd .hd .item{
    margin-right:1.5rem;
    position: relative;
    cursor: pointer;
    transition:all .3s;
    padding-bottom: 0.4rem;
    font-weight: bold;
    line-height: 1;
    padding-left: 0.4rem;
}
.pd_detail_info .pddi_hd .hd .item:before,.pd_detail_info .pddi_hd .hd .item:after{
    width: 0.08rem;
    height: 0.44rem;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: var(--theme-color);
}
.pd_detail_info .pddi_hd .hd .item:after{
    left: 0.14rem;
    background: #f6e41c;
}


.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:0.5rem 0;
}
.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{
     
    
}

.page_product_contact_flex .l_tel{
    width: 44%;
    padding:0 5% 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_news_menu_wrap{
    border-bottom: 1px solid #ededed;
}
.page_news_menu .item{
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.8rem;
    position: relative;
}
.page_news_menu .item a{
    font-size: 0.18rem;
    display: block;
    width: 100%;
    text-align: center;
}
.page_news_menu .item:after{
    content:'';
    display: block;
    height:0.03rem;
    width:0;
    position: absolute;
    left: 0;
    bottom:-1px;
    background: var(--theme-color);
    transition:all .5s;
}
.page_news_menu .item.cur a,.page_news_menu .item:hover a{
    color:var(--theme-color);
}
.page_news_menu .item.cur:after{
    width: 100%;
}


.page_latest_news{
    position: relative;
    overflow: hidden;
}
.page_latest_news .item{
    overflow: hidden;
    background: #fff;
    overflow: hidden;
}
.page_latest_news .item_con{
    flex:1;
    min-width: 0;
    padding:50px 65px;
}

.page_latest_news .item_con .tit{
    line-height: 1.3;
    transition:all .4s;
    font-size: 0.32rem;
    font-weight: bold;
    margin-top: 16px;
}
.page_latest_news .item_con .time{
    color:#999;
}
.page_latest_news .item_con .desc{
    color:#666;
    font-size: 0.18rem;
    margin: 0.3rem 0 ;
}
.page_latest_news .item_con .more{
    width: 1.6rem;
    height:0.5rem;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .5s;
    color:#333;
    border: 2px solid #666;
    margin-top: 0.5rem;
}

.page_latest_news .item_con .more i{
    margin-left: 8px;
}
.page_latest_news .item_img{
    width: 55%;
    height:4.5rem;
    overflow: hidden;
}
.page_latest_news .item_img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.page_latest_news .arrow{
    position: absolute;
    right: 0.5rem;
    bottom:0.5rem;
}
.page_latest_news .arrow .swiper-button-prev,.page_latest_news .arrow .swiper-button-next{
    position: initial;
    width: 0.5rem;
    height:0.5rem;
    background:#f5f5f5;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    transition: all .5s;
    margin-left:10px;
}
.page_latest_news .arrow .swiper-button-prev:after,.page_latest_news .arrow .swiper-button-next:after{
    font-size: 16px;
    font-weight: bold;
}
.page_latest_news .arrow .swiper-button-prev:hover,.page_latest_news .arrow .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}

.page_latest_news .item:hover .item_con .tit{
    color:var(--theme-color);
}

.page_latest_news .item:hover .item_con .more{
    background:var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}


.page_news_tit .menu{
    display: flex;
    align-items: center;
}
.page_news_tit .menu a{
    font-size:18px;
    display: block;
    font-family: 'MontserratLight';
    margin-left: 100px;
    position: relative;
}

.page_news_tit .menu a:after{
    content:'';
    width: 0;
    height: 2px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom:-17px;
    transition:all .3s;
}
.page_news_tit .menu a.cur,.page_news_tit .menu a:hover{
    color:var(--theme-color);
}
.page_news_tit .menu a:hover:after,.page_news_tit .menu a.cur:after{
    width: 100%;
}

.page_news_list .list{
    margin:-0.2rem;
}
.page_news_list .item{
    width:33.333%;
    display: block;
    padding:0.2rem;
}
.page_news_list .item a{
    border-radius: 10px;
    display: block;
    transition:all .5s;
}
.page_news_list .item .item_img{
    overflow: hidden;
    position: relative;
}
.page_news_list .item .item_img img{
    width: 100%;
}
.page_news_list .item .item_img .time{
    background: var(--theme-color);
    color:#fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.page_news_list .item .item_con{
    
}
.page_news_list .item .item_con .time{
    color: #999;
    margin-top: 0.15rem;
}
.page_news_list .item .item_con .tit{
    font-size: 0.24rem;
    font-weight: bold;
    transition: all .4s;
    line-height: 1.4;
    margin-top: 0.16rem;
}

.page_news_list .item .item_con .btn{
    color:#333;
    width:40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #666;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .5s;
}
.page_news_list .item .item_con .btn i{
    display: block;
    transition:all .5s;
    font-size: 12px;
}
.page_news_list .item a:hover{
    border-color: var(--theme-color);
}

.page_news_list .item a:hover .item_con .tit{
    color:var(--theme-color);
}
.page_news_list .item a:hover .item_con .btn{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
.page_news_list .item a:hover .item_con .btn i{
    transform: rotate(-45deg);
}


.page_news_questions_list .list{
    margin: -0.2rem;
}
.page_news_questions_list .item{
    width: 50%;
    padding: 0.2rem;
}
.page_news_questions_list .item a{
    display: block;
    border: 1px solid #eaeaea;
    padding: 0.4rem 0.5rem;
    transition:all .5s;
}
.page_news_questions_list .item .item_con{
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e9e9e9;
}
.page_news_questions_list .item .item_con .tit{
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0.1rem 0 0.2rem;
    transition:all .5s;
}
.page_news_questions_list .item .item_con .desc{
    font-size: 0.18rem;
    color:#666;
}
.page_news_questions_list .item .item_more{
    padding-top: 0.15rem;
    justify-content: space-between;
}

.page_news_questions_list .item a:hover{
    border-color: var(--theme-color);
}
.page_news_questions_list .item a:hover .item_con .tit,.page_news_questions_list .item a:hover .item_more{
    color:var(--theme-color);
}

.no_banner_pos{
    padding:1.3rem 0 0;
}
.no_banner_pos a:last-child{
    color:var(--theme-color);
}
.no_banner_pos i{
    font-size: 0.2rem;
    margin-right: 0.05rem;
    color:var(--theme-color);
}
.no_banner_pos a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}

/* page_news_detail */

.page_news_detail{
    flex:1;
    min-width: 0;
}
.page_news_detail h1{
    font-size:0.5rem;
    line-height: 1.2;
    padding-bottom: 0.4rem;
}
.page_news_detail .info{
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding:0.15rem 0;
}
.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: 0.4rem 0;
    min-height: 20vh;
}


.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_news_detail_wrap{
    align-items: flex-start;
}

.page_news_recommend{
    width: 30%;
    padding-left: 6%;
    position: sticky;
    top: 120px;
}
.page_news_recommend .j_tit{
    font-size: 0.3rem;
    font-weight: bold;
    border-bottom: 1px solid #ececec;
    line-height: 1.4;
    padding-bottom: 0.2rem;
}
.page_news_recommend .list .item{
    padding: 0.2rem 0.07rem;
    display: block;
    border-bottom: 1px solid #e7e7e7;
}
.page_news_recommend .list .item .time span{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.35rem;
    width:1rem;
    font-size: 12px;
    border: 1px solid #e2e2e2;
    margin-right: 0.12rem;
    border-radius: 100px;
}
.page_news_recommend .list .item .tit{
    font-size: 0.2rem;
    margin-top: 0.1rem;
}
.page_news_recommend .list .item:hover .tit{
    color:var(--theme-color);
}

/* page_contact */


.page_contact_con{
    width: 50%;
    padding-right: 10%;
}
.page_contact_con .j_tit{
    font-size: 0.44rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.4rem;
    position: relative;
}
.page_contact_con .j_tit:after{
    content:'';
    width: 1.1rem;
    background: var(--theme-color);
    height: 0.04rem;
    position: absolute;
    bottom: -1px;
    left: 0;
    display:block;
}
.page_contact_con .list{
    
}
.page_contact_con .list .item{
    margin-top: 0.5rem;
}
.page_contact_con .list .item h4{
    font-size: 0.18rem;
    color:#666;
}
.page_contact_con .list .item p{
    font-size: 0.3rem;
    
}

.page_contact_con .code{
    display: flex;
    margin-top: 30px;
}
.page_contact_con .code .code_item{
    
    margin-right: 50px;
}
.page_contact_con .code .code_item .img{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 140px;
    height: 140px;
    border: 1px solid #e6e6e6;
}
.page_contact_con .code .code_item .img>img{
    width: 110px;
    height: 110px;
}
.page_contact_con .code .code_item .img .mark{
    position: absolute;
    left: 10px;
    top: 10px;
    animation: moveUpDown 5.5s ease-in-out infinite;
    opacity: .7;
}
.page_contact_con .code .code_item:last-child .img .mark{
    animation: moveUpDown 4.5s ease-in-out infinite;
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(76px);
  }
  100% {
    transform: translateY(0);
  }
}
.page_contact_con .code .code_item .img .mark img{
    width: 118px;
}
.page_contact_con .code .code_item p{
    text-align: center;
    font-size: 14px;
    margin-top: 6px;
}

.page_contact_map{
    
}


/* 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 .j_tit{
    font-size:0.44rem;
    font-weight: bold;
    line-height: 1.2;
}

.page_contact2_form .form{
    padding-top: 0.4rem;
}
.page_contact2_form .input_box{
    margin:0 -0.1rem 0.3rem;
}
.page_contact2_form .input_box .input{
    padding: 0 0.1rem;
    flex:1;
}
.page_contact2_form .input_box .input .tit{
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
}
.page_contact2_form .input_box .input .tit em{
    color:red;
}
.page_contact2_form .input input,.page_contact2_form textarea{
    width: 100%;
    border:none;
    outline: none;
    background: #f5f5f7;
    height: 0.62rem;
    padding:10px 20px;
    line-height: 34px;
    font-size: 0.18rem;
}
.page_contact2_form .input_box .input input::placeholder,.page_contact2_form .input_box .input textarea::placeholder{
    color:#bbb;
}
.page_contact2_form textarea{
    height: 1.24rem;
}

.page_contact2_form .form .button{
    margin-top:20px;
}
.page_contact2_form .form .button button{
    width:2rem;
    height: 0.62rem;
    background:linear-gradient(to right,var(--theme-color),#edcb2d);
    border:none;
    outline: none;
    color:#fff;
    font-size:16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:all .5s;
}
.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;
    position: relative;
    padding: 0.3rem 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.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: 0.4rem;
    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;}





