﻿@charset "utf-8";
html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;}
html{font-size:5.2083334vw}
 @media (max-width:1660px) {
    html{font-size:6vw}
} 
@media (max-width:1024px) {
    html{font-size:9.765625vw}
}
@media (max-width:480px) {
    html{font-size:14vw}
}
@font-face {
    font-family: 'AlibabaPuHuiTi-Medium';
    src:url('../fonts/AlibabaPuHuiTi-Medium.OTF')  format('truetype'); 
}
@font-face {
    font-family: 'AlibabaPuHuiTi-Bold';
    src:url('../fonts/AlibabaPuHuiTi-Bold.OTF')  format('truetype'); 
}
@font-face {
    font-family: 'AlibabaPuHuiTi-Light';
    src:url('../fonts/AlibabaPuHuiTi-Light.OTF')  format('truetype'); 
}
@font-face {
    font-family: 'AlibabaPuHuiTi-Regular';
    src:url('../fonts/AlibabaPuHuiTi-2-55-Regular.otf')  format('truetype'); 
}
*{margin:0;padding:0;box-sizing: border-box;}
body{ font-family: "AlibabaPuHuiTi-Regular";margin:0px; padding:0px; margin:0px auto; font-size:0.16rem; color:#333; width:100%;  zoom:1;line-height: 1.875;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#333;font-family:sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#333; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#007fff;}
table{border-collapse: collapse;border-spacing: 0;border: 1px solid #b3b2b2;}

.fl{ float:left;}
.fr{ float:right;}
.tl{ text-align:left !important;}
.tr{ text-align:right;}
.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;}
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar-button{display: none;}
::-webkit-scrollbar{width: 6px; height:6px;-webkit-overflow-scrolling : touch;background-color: #e6e6e6;}
::-webkit-scrollbar-track{background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #58504a;}
::-webkit-scrollbar-button{height: 0px;background-color: #e6e6e6;}

/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .3s;}
.imgbox img{ width:100%;height:100%;object-fit: cover;}

.ico{width:0.6rem;height:0.6rem;position: relative;margin:0 auto;}
.ico img{position: absolute;top:50%;left:50%;transform: scale(0) translate(-50%,-50%);transition: all .5s;max-height:0.6rem;max-width:0.6rem;transform-origin:top left;}
.ico .img1{transform: scale(1) translate(-50%,-50%);}
.item:hover .ico .img1{transform: scale(0) translate(-50%,-50%);}
.item:hover .ico .img2{transform: scale(1) translate(-50%,-50%);}

/*pages*/
.Pages{padding-top:0.6rem;text-align: center;}
.Pages a{display: inline-block;width:0.48rem;height: 0.48rem;border:1px solid #e6e6e6;margin:0 0.05rem;line-height: 0.48rem;color:#666;overflow: hidden;}
.Pages .p_cur, .Pages .p_count, .Pages .p_total, .Pages .p_jump{display: none;}
.Pages .a_arr{color:transparent;font-size: 12px;position: relative;}
.Pages .a_arr::after{content:'';display: block;width:100%;height:100%;position: absolute;top:0;left:0;background-position: center;background-repeat: no-repeat;}
.Pages .a_arr.a_first::after{background-image: url(../images/page_first.png);}
.Pages .a_arr.a_end::after{background-image: url(../images/page_end.png);}
.Pages .a_arr.a_prev::after{background-image: url(../images/page_prev.png);}
.Pages .a_arr.a_next::after{background-image: url(../images/page_next.png);}
.Pages .a_cur{background: #da251d;color:#fff;border:1px solid #da251d;}
.Pages a:hover{background: #da251d;color:#fff;border:1px solid #da251d;}
.Pages .a_arr:hover{color:#da251d;}
.Pages .a_arr.a_first:hover::after{background-image: url(../images/page_firstc.png);}
.Pages .a_arr.a_end:hover::after{background-image: url(../images/page_endc.png);}
.Pages .a_arr.a_prev:hover::after{background-image: url(../images/page_prevc.png);}
.Pages .a_arr.a_next:hover::after{background-image: url(../images/page_nextc.png);}

@media(max-width:640px){
	.Pages a{margin:0 2px;}
	.Pages{padding-top:20px;}
}

/*pages end*/

.scroll::-webkit-scrollbar-button{display: none;}
.scroll::-webkit-scrollbar{width: 3px; height:3px;-webkit-overflow-scrolling : touch;background-color: #e6e6e6;}
.scroll::-webkit-scrollbar-track{background-color: #fff;}
.scroll::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #e6e6e6;}
.scroll::-webkit-scrollbar-button{height: 0px;background-color: #fff;}



.m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:9px;margin-left:10px;}
.m-btn span{display: block;width:25px;height:3px;background:#fff;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.m-btn span::before, .m-btn span::after{content:'';display: block;height:3px;width:25px;background: #fff;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.m-btn span:before {top: -8px;}
.m-btn span:after {bottom: -8px;}
.m-btn.active span {background: transparent !important;}
.m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}



.w1400{max-width:14rem;width:92%;margin:0 auto;}

.Top{line-height: 0.99rem;position: fixed;z-index:999;width:100%;top:0;left:0;transition: all .5s;}
.Top .Logo img{height:0.42rem;transition: all .5s;}
.Top .Logo .img2{display: none;}

.Top .Top_r{font-size: 0.2rem;color: #000000;font-family: 'AlibabaPuHuiTi-Medium';}
.Top .Top_r img{margin-right: 0.2rem;}
.Top.fix{line-height: 0.7rem;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Top.fix{background: #fff;}
.Top.fix .Logo .img1{display: none;}
.Top.fix .Logo img{height:0.3rem;}
.Top.fix .Logo .img2{display: inline-block;}

.Top.on{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Top.on .Logo .img1{display: none;}
.Top.on .Logo .img2{display: inline-block;}


@media(max-width:1024px){
	.Top{line-height: 50px;}
	.Top .Logo img{height:25px;}
	.m-btn{display: block;}
	.Top.fix{line-height: 50px;}
	.Top.fix .Logo img{height:30px;}
	.Top.fix .m-btn span,.Top.fix .m-btn span::before,.Top.fix .m-btn span::after{background: #007fff;}
}

.Bottom{padding:0.6rem 0 0;}
.Bottom .BottomLogo img{max-height:0.42rem;}
.Bottom .BottomBox{padding-bottom: 0.6rem;}
.Bottom .BottomBox .BottomCon{width:35%;max-width:5rem;}
.Bottom .BottomBox .BottomCon .text{font-size: 0.18rem;line-height: 0.32rem;color:#666666;opacity: 0.5;}
.Bottom .BottomBox .BottomCon ul{margin:0.2rem 0;color:#666666;}
.Bottom .BottomBox .BottomCon ul li{margin:0.08rem 0 ;line-height: 1.6;}
.Bottom .BottomBox .BottomCon ul li span{opacity: 0.5;}

.Bottom .BottomBox .BottomCode {width:20%;display: flex;justify-content: space-between;text-align: center;}
.Bottom .BottomBox .BottomCode .Codebox{flex: 0 0 auto;width: 49%;max-width: 120px;}
.Bottom .BottomBox .BottomCode .Codebox img{width: 100%;}
.Bottom .CopyRight{padding:0.2rem 0;border-top:1px solid #EFEFEF;color:#666666;display: inline-block;width: 100%;}
.Bottom .CopyRight a{color:#666666;}
.Bottom  .CopyRight a:hover{color: #007cc6;}
@media(max-width:1024px){
	body{font-size: 14px;}
	.Bottom{padding-top:30px;}
	.Bottom .BottomLogo img{max-height:36px;}
	.Bottom .BottomBox .BottomCon{width:50%;max-width:50%;}
	.Bottom .BottomBox .BottomCon .text{font-size: 15px;line-height: 25px;}
	.Bottom .BottomBox .BottomNav{display: none;}
	.Bottom .BottomBox .BottomCon .links a img{max-height:20px;}
	.Bottom .BottomHonor .tempWrap{width:100% !important;}
	.Bottom .BottomHonor ul li img{max-width:130px;max-height:40px;}
	.Bottom .BottomBox .BottomCon .text{max-width:335px;}
	.Bottom .BottomBox .BottomCode{width: 30%;}
	.Bottom .BottomBox{padding-bottom: 20px;}
	.Bottom .CopyRight{padding: 10px 0}
}

@media(max-width:768px){
	.Bottom .BottomHonor ul{display: block;}
	.Bottom .BottomHonor ul li{width:140px;margin:0 10px;}
	.Bottom .CopyRight{line-height: 1.6;font-size: 13px;text-align: center;padding:15px 0;}
}
.dot{ display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.dot2,.dot3,.dot4,.dot5,.dot6,.dot7,.dot8,.dot9{display: -webkit-box; display: box; overflow: hidden; text-overflow: ellipsis; word-break: break-word; -webkit-box-orient: vertical;}
.dot2{-webkit-line-clamp: 2;}
.dot3{-webkit-line-clamp: 3;}
.dot4{-webkit-line-clamp: 4;}
.dot5{-webkit-line-clamp: 5;}
.dot6{-webkit-line-clamp: 6;}
.dot7{-webkit-line-clamp: 7;}
.dot8{-webkit-line-clamp: 8;}
.dot9{-webkit-line-clamp: 9;}

.ytable {display: table;width: 100%;}
.ytable-fixed {table-layout: fixed;}
.ytable-cell {display: table-cell;vertical-align: middle;}

/* 初始状态，隐藏 guide 元素 */
        .guide {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff; /* 半透明黑色背景 */
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 1;
            z-index: 9999;
        }
        .guide .center_img{
            width: 320px;
            margin: auto;
        }
        /* 图片的初始状态，宽度为 0，遮罩元素隐藏 */
        .center_img img {
            width: 100%; /* 图片从左到右显示 */
            transition: width 1s ease-out; /* 控制宽度变化动画 */
        }

        .svg_icon {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .mask1 {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            transition: all 1s; /* 控制遮罩动画 */
            background: #fff;
        }
        /* 放大动画效果 */
     
        .mask1.w0 {
            width: 0;; 
        }

        .guide.hide {
            opacity: 0; /* 隐藏整个 guide 元素 */
            pointer-events: none; /* 禁止用户交互 */
            transition: opacity .4s ease; /* 控制淡出效果 */
        }

        /* 放大效果后的图片 */
        .center_img img.zoomed {
            transform: scale(10); /* 图片放大 */
            transition: transform 1s ease-in-out;
        }


        