@charset "utf-8";

body,html{ 
    min-width: 1200px; 
    overflow-x: hidden; 
}
*{ 
    margin:0; 
    padding:0; -moz-box-sizing: border-box;   -webkit-box-sizing: border-box;   -o-box-sizing: border-box;    -ms-box-sizing: border-box;
    box-sizing: border-box;  
}

body,p,h1,h2,h3,h4,h5,table,ul,li,form,input{ 
    margin:0; 
    padding:0; 
    /*color:#ff00f7; /*ff00f7*/
    /* #font-family:"Helvetica";*/
}

body,p{ 
    font-size:14px;
    border:none; 
    color: #000; /*ff00f7*/
 }

a{ 
    font-size:14px;
    color:#000;
    text-decoration:none; 
    border:none; 
    padding:0;
    margin:0;
 }


 

table{border-collapse:collapse;}
img{ border:0; margin:0; padding:0;}
ul,li{ list-style:none; border:0; margin:0; padding:0;}
dl,dt,dd{ margin:0; padding:0; -webkit-margin-start:0;}
h1,h2,h3,h4,h5{ font-weight:normal; font-size:12px; display:block;}
strong,b{ font-weight:normal;}
table,tr,td{ border-spacing:0;}
em,i,b{ font-style:normal;}
p{ line-height: 170%; color: #555; font-size: 14px;}
input{ border: none; background: none; }
figcaption{ display: block;}
input:focus{ outline: none; }
::-webkit-input-placeholder { 
  /* WebKit browsers */ 
  font-size:14px; color: #dfdfdf; 
} 
::-ms-input-placeholder { /* Internet Explorer 10+ */ font-size:14px;color: #dfdfdf; } 
.fl{float:left;}
.fr{float:right;}



.box{  
    padding: 60px 60px; /*u#div容器左右空白2024-05-02*/
}

.inner { width:1200px; margin: 0px auto;}


/*导航*/
.barwrap { 
    background: #000;/*溢出颜色 000 黑色，fff 白色*/
    padding:1 10px;  
    height: 60px; 
    position: fixed; 
    top: 0; left: 0; 
    right: 0; 
    z-index: 333; 
    display: flex; 
    display: -ms-flexbox; 
    display: -moz-flex; 
    display: -ms-flexbox; 
    display: -moz-flex; 
    display: -ms-flexbox; 
    border-bottom: 1px solid rgba(255,255,255,0.3); 
    align-items: center;
}

.clearfix{
    *zoom:1;
} 
.clearfix:before,.clearfix:after {
    display:table; line-height:0; content:"";
}
.clearfix:after{
    clear:both;
}

.barwrap .logo{  
    height:60px;
    font-size: 12px;

}


.navbar{ 
    display: flex; 
    display: -ms-flexbox; 
    display: -moz-flex; 
    display: -ms-flexbox; 
    display: -moz-flex; 
    display: -ms-flexbox; 
    justify-content: center; 
    flex: 2; 
    justify-content: flex-end;
 }

.navbar li{ 
    padding: 2 2px; 
    line-height: 20px; 
}

.navbar li a{ 
    color: #fff ;/* 首页 黑底白字*/  
    font-size: 13px;
    transition: all 0.6s;  
    position: relative; 
    display: block;
    padding-left: 10px; /*2024-05-04*/
    padding-right:10px; /*2024-05-04*/

}


.navbar li a b{ 
    font-family:"Helvetica";
    position: absolute; 
    left: 0; 
    right:0; 
    bottom: 0; 
    height: 2px; 
    background: #d7a449 ;
    display: block;
    z-index: 33; width: 0;
    transition: all 0.6s; 
    width:100%; 
    transform: scale(0);
}

/* 菜单选中颜色 */
.aTagBgColor{
    background: #FF6666;
}



.navbar li:hover a b,.navbar li.on a b  { 
    transform: scale(1);
}

.navbar li:hover a,.navbar li.on a{ 
   /*color: #d7a449;*/
   color: #FF0033 ;
   
}
.barwrap  .div2{ 
    display: flex; 
    display: -ms-flexbox; 
    display: -moz-flex; 
    display: -ms-flexbox;
    display: -moz-flex; 
    display: -ms-flexbox; 
    align-items: center; 
    border-left: 1px solid #636B74;
    padding-left: 15px; --2024-05-04
    padding-right: 15px; --2024-05-04
 }

.barwrap .div2 h3{ 
    font-size: 20px;
    color: #000;
 }

.barwrap .div2 h3 img{ 
    display: inline-block; 
    margin-right: 20px; 
    vertical-align: middle;
    }

.barwrap .div2 strong{ 
    display: block; 
    font-size: 16px; 
    color: #fff;  
    padding-bottom: 10px; 
    line-height: 1;
}
    
.barwrap .div2 b{ display: block; font-size: 22px; color: #d7a449; font-family:segeo; line-height: 1;}

.barwrap.on{ 
    animation-name: down;
    animation-duration: 1s; 
    background: #000;/*#ff00f7;  ----#d7a449滚动溢出底色; */
    border-bottom: none;
}

.barwrap.on .div2 b{ color: #fff;}
.barwrap.on .div2{ border-left: 1px solid #e8b861;}
.barwrap.on .navbar li:hover a,.barwrap.on .navbar li.on a { 
    color: #252733;
}
.barwrap.on .navbar li a b,.barwrap.on .navbar li.on a b{
    background: #252733;
}

/*banner滚动*/
.banner { position:relative; overflow:hidden; width: 100%;}
.banner .bannerfix >li { 
    height: 100%; 
    line-height: 0; 
    opacity:0; 
    transition:opacity 1000ms linear;
    -webkit-transition:opacity 1000ms linear; 
    float:left; position: relative;
}
.banner .bannerfix >li .bimg { line-height: 0; width: 100%; position: relative; transition: transform 5s ease; -webkit-transition: transform 5s ease; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}
.banner .bannerfix >li.imgIn{ opacity:1; z-index:10; display:block;}
.banner .bannerfix >li.imgIn .bimg { transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transform: matrix(1, 0, 0, 1, 0, 0); }
.banner .flex-control-nav{ width:100%; height:20px; position:absolute; left:0; bottom:50px; text-align:center; z-index:20;}
.banner .flex-control-nav li{ display:inline-block; position:relative; margin-right:15px; width:5px; height:20px;}
.banner .flex-control-nav li:last-child{ margin-right:0;}
.banner .flex-control-nav li span{ display:block; text-indent:999px; overflow:hidden; width:5px; height:8px; position:absolute; background:#fff; transition:320ms; left:0; top:6px;}
.banner .flex-control-nav li a.flex-active span{ height:20px; top:0; background:#d7a449;}


.banner .txt{ 
    color: #fffff0;   
    font-family:"Helvetica";
    font-weight:bold;
    font-size: 48px;
    position: absolute;
    top: 60%; left: 50%; 
    transform: translate(-50%,-50%); 
    -ms-transform: translate(-50%,-50%); 
-   moz-transform: translate(-50%,-50%); 
    width: 1200px;
}
.banner .txt img{ display: block; max-width: 100%;} 
.banner .txt .t2{ padding-top: 30px;}
.banner li.flex-active-slide .t1{ animation-name: fadeInUp; animation-duration: 1s; transition-delay: 0.5s}
.banner li.flex-active-slide .t2{ animation-name: fadeInUp; animation-duration: 1.5s; transition-delay:1s;}

/*banner优势条*/
.index-sec1{ background: #f3f3f3; }
.index-sec1 .ul1 li{ float: left; width: 20%;  background: #fff;  border-right: 1px solid #d8d8d8; transition: all 0.6s; position: relative; z-index: 33;
word-break: break-all;}
.index-sec1 .ul1 li:last-child{ border-right: none;}
.index-sec1 .ul1 li a{ display: flex; display: -ms-flexbox; display: -moz-flex; padding: 30px 10px; justify-content: center; align-items: center;}
.index-sec1 .ul1 li h3{font-size: 16px; color: #000; margin-bottom: 10px; height: 20px; line-height: 20px; overflow: hidden;}
.index-sec1 .ul1 li p{font-size: 12px; color: #cccccc; text-transform: uppercase; height: 20px; line-height: 20px; overflow: hidden;}
.index-sec1 .ul1 li img{ transition: all 0.6s; display: block; margin-right: 10px;}
.index-sec1 .ul1 li:hover img{ transform: rotateY(180deg);}
.index-sec1 .ul1 li:hover{ box-shadow: 3px 0px 5px rgba(0,0,0,0.1); transform: translateY(-20px);}

/*公司介绍*/
.sec1-intro{ position: relative; padding: 50px 0 0 0;}
.sec1-intro .intro-cont{ 
    position: relative; z-index: 3; width: 100%; margin-left:18%; 
    background:#fff url(../img/bg1.png) no-repeat bottom right;
    padding: 30px; display: flex; 
    background-size: contain; 
    justify-content: space-between;
    background-attachment: fixed;
}
.sec1-intro .left{flex:2.5; position: relative;}
.sec1-intro .left .div1{ 
    background: #d7a449; 
    display: flex;  
    display: -ms-flexbox; 
    display: -moz-flex;
    padding: 20px 30px; 
    align-items: center;
    position: absolute;
    bottom: 0; left: 0; 
    border:40px solid #fff; 
    border-left: none;
 }

/*.sec1-intro .left .spanline{ width: 60px;}*/
.sec1-intro .left .spanline{ width:60px;}
.sec1-intro .left span{ display:block; height: 3px; background: #fff; animation:load1 1s infinite ease-in-out; width: 23px; margin: 12px 0;
animation-delay: -0.16s;}
.sec1-intro .left .span2{ animation-delay: -0.32s;}
.sec1-intro .left .span3{ animation-delay: -0.46s;}
.sec1-intro .left h3{ color: #fff; font-size: 22px;}
.sec1-intro .left p{ color: #fff; font-size: 14px; font-family: "arial narrow"; letter-spacing: 1px; padding-top: 5px;}
.sec1-intro .left strong{ display: block; font-size: 70px; color: #fff; ont-family: "arial narrow"; padding: 0 15px;}

.sec1-intro .right{flex:3;}
.sec1-intro .left img{ display: block; max-width: 100%; }
.color-bg{ position: absolute; bottom:0; left: 0; right: 0; top: 50%; background: #252733; z-index: 0; background-attachment: fixed; background-size: contain;}
.sec1-intro .intro-cont .right{ padding-right: 20%; padding-left: 3%;}
.sec1-intro .tit{ padding-top: 50px; position: relative;}
.sec1-intro .tit h2{  font-size: 34px; color: #000; padding-top: 25px;}
.sec1-intro .tit b{ display: block; background: #d7a449; height: 37px; width: 3px; margin: 50px 0; transition: all 0.36s;
top: 0; left: 0;}

.sec1-intro .right h3{ color: #000; font-size: 22px; padding-bottom: 30px;}
.sec1-intro .right p{ font-size: 14px; line-height: 45px; color: #666;}
.sec1-intro .btn-3 { border:1px solid currentColor; position: relative; display: block; border:10px solid #000; height: 100px; 



width: 300px; margin-top: 50px; overflow: hidden; background: #fff; text-transform: uppercase;  text-align: center; 
line-height: 82px; font-size: 20px; z-index: 333; transition: all 0.36s; margin-left: 0; }





/*案例中心*/
.title img{ display: block; margin: 0 auto;}
.title h3{ color: #fff;  font-size: 34px; text-align: center; padding-top: 20px; letter-spacing: 3px;}

.index-sec2{ 

    margin-top: 20px; 
    background: #252733 url(../img/bg3.png) no-repeat bottom center; 
    background-attachment: fixed;  
    position: relative;

}




.index-sec2 .tab-hd ul{ 
    display: flex;  
    display: -ms-flexbox; 
    display: -webkit-flex;  
    justify-content: center;
    padding-top: 30px;
 }

.index-sec2 .tab-hd li { 
    padding:0 70px;}
.index-sec2 .tab-hd li i{ 
    display:block; background: url(../img/icon1.png) no-repeat; height: 87px; width: 80px;  transition: all 0.6s;}
.index-sec2 .tab-hd li:nth-child(1) i{ background-position:-78px 0;}
.index-sec2 .tab-hd li:nth-child(2) i{ background-position:-348px 0;}
.index-sec2 .tab-hd li:nth-child(1).on i{ background-position:0px 0;}
.index-sec2 .tab-hd li:nth-child(2).on i{ background-position:-250px 0;}
.index-sec2 .tab-hd li p{ color: #4f5053; font-size: 18px; text-align: center; padding: 10px 0;  transition: all 0.6s;}
.index-sec2 .tab-hd li.on p{ color: #fff; font-size: 18px;}

.index-sec2 .tab-bd{ 
    padding-top: 35px;
    
}

.index-sec2 figure { 
    position: relative;
    padding-left: 10px; /*add 2024-05-02*/
    padding-right: 10px; /*add 2024-05-02*/

}
.index-sec2 figure .p1{ 
    position: absolute; 
    top: 50px; 
    left:35px; 
    color: #fff; 
    width: 16px; 
    font-size: 16px; 
    transition: all 0.6s;
 }
.index-sec2 figure .p1 i{ 
    display: block; 
    background: #fff; 
    width: 1px; 
    height: 70px; 
    margin: 15px auto;}
.index-sec2 figure img{ 
    display: block; 
    max-width: 100%;
    }
.index-sec2 .p2{ 
    /*background: #fff; */
    color: #fff; 
    height: 50px; 
    line-height: 50px; 
    font-size: 20px; 
    text-align: center; 
    margin-left:10px; /*add 2024-05-02*/
    margin-right:10px; /*add 2024-05-02*/
}
.index-sec2 .mask{
    position: absolute; 
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0; 
    z-index: 1; 
    transition: all 0.6s;
 }
.index-sec2 .mask span{ 
    background: #fff; 
    height:95px; width:95px;  
    background: #d7a449; 
    border-radius: 100%; 
    display: flex; 
    justify-content: center;
    align-items: center; 
    margin: 60% auto 10px auto; 
    transition: all 0.6s; 
    opacity: 0; 
    transform: translateY(-30px);
}
.index-sec2 .mask span i{ 
    border:2px solid #fff; 
    color: #fff; 
    font-size: 36px; 
    font-family: arial; 
    border-radius: 100%;  
    height: 50px; width: 50px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: all 0.6s;
 }
.index-sec2 .mask .p3{ 
    font-family: arial; 
    color: #fff; 
    text-align: center; 
    color: #fff; font-size: 20px;
    text-transform: uppercase; width: 100%;
    transition: all 0.6s ;
    opacity: 0; 
    transform: translateY(20px);
    }
.index-sec2 .mask-bg{ 
    position: absolute; 
    #top: 0%; #right: 0; #bottom: 0%; #left: 0; 
    background:rgba(0,0,0,0.5); z-index: -1;
    transition: all 1s ease-in-out; 
    opacity: 0; height: 100%;
    }
.index-sec2 .swiper-slide img{display: block; width: 100%;}
.index-sec2 .swiper-slide:hover .p1{ top: -5%; opacity: 0; }
.index-sec2 .swiper-slide:hover .mask-bg{ opacity: 1; height: 100%;}
.index-sec2 .swiper-slide:hover .mask span{ opacity: 1; transform: none;}
.index-sec2 .swiper-slide:hover .mask .p3{ opacity: 1; transform: none;}


/* 底部*/
.index-sec2 .swiper-container{ 
    padding-bottom: 120px;
}

.index-sec2 .swiper-button-next,.index-sec2 .swiper-button-prev{ 
    display: block; width: 65px; height: 65px; border-radius: 100%; background: #333;
    color: #fff; font-family: '宋体'; font-size: 34px; display: flex; 
    justify-content: center; 
    align-items: center; 
    position: absolute;
    bottom: 0px; top: auto;
    transition: all 0.6s; 
    z-index: 133; 
    cursor: pointer;
 } 
.index-sec2 .swiper-button-prev{ 
    right: 140px; left: auto;}
.index-sec2 .swiper-button-next{ right: 40px; left: auto;}
.index-sec2 .swiper-button-next:hover,.index-sec2 .swiper-button-prev:hover{ background: #d7a449;}
.index-sec2 .swiper-button-next.swiper-button-disabled, .index-sec2 .swiper-button-prev.swiper-button-disabled{ opacity: 1 !important;}

/*导航滚动条*/
.index-sec2 .line{ 
    position: absolute; 
    height: 1px;  
    right:250px; 
    left:0%; 
    bottom:40px; 
    background: #ff00f7;
 }




/*横幅*/
.index-sec4{ background:url(../img/bg2.jpg) no-repeat top center; background-size: cover; height: 205px; width: 100%; padding: 0 85px;  }
.index-sec4 .sec4-cont{ display: flex; align-items: center; justify-content: space-between;  height: 205px; }
.index-sec4 h3{ font-size: 22px; color: #fff; padding-bottom: 20px;}
.index-sec4 .div2{ background: rgba(255,255,255,0.8); height: 100px; width: 300px; padding: 10px;}
.index-sec4 .div2 a{ background: #fff; display: block; height: 80px; width: 100%; text-align: center; color: #000; text-transform: uppercase;
font-size: 22px; font-family: arial; line-height: 80px; transition: all 0.9s; z-index: 3;  position:relative; color:#000; overflow: hidden;}
.index-sec4 .div2 a:before,.index-sec4 .div2 a:after{ position:absolute; top:50%; content:''; width:20px; height:20px; background:#d7a449; border-radius:50%;
z-index: -1;}
.index-sec4 .div2 a:before{ left:-20px; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%) }
.index-sec4 .div2 a:after{ right:-20px; -webkit-transform:translate(50%,-50%); transform:translate(50%,-50%) } 
.index-sec4 .div2 a:hover:before {-webkit-animation:criss-cross-left .8s both; animation:criss-cross-left .8s both } 
.index-sec4 .div2 a:hover:after {-webkit-animation:criss-cross-right .8s both; animation:criss-cross-right .8s both }
.index-sec4 .div2 a:hover{ color: #fff;}


/*footer*/


.footer { 
    background: #222222; 
    margin-top:30px; 
}


.footer .div1{ 
    display: flex; 
    height:60px;
    justify-content: space-between; 
    align-items: center; 
    border-bottom: 1px solid #313131; 
    /*padding-top: 15px;*/
    padding-bottom: 15px;
}

.footer .div1 p a{ 
    color: #fff; 
    font-size: 16px; 
    display: inline-block; 
    transition: all 0.6s;
    padding-left: 15px; 
    padding-right: 15px; 
    
}

.footer .div1 p a:hover{ 
    transform: translateY(5px); 
    color: #D08F2E;
}


.footer .div2{ 
    display: flex; 
    justify-content: space-between;
    align-items: left; 
    padding-top: 15px; 
    background: #222222; 
    
 }


.footer .div2 p a{ 
    color: #fff; 
    font-size: 32px; 
    display: inline-block; 
    #padding-right: 40px;
    transition: all 0.6s;
}

.footer .div2 p a:hover{ 
    transform: translateY(5px);
    color: #D08F2E;
}

.footer .div2 p{ 
    color: #535353; 
    font-size: 14px; 
    line-height: 36px; }

.footer .div2 .p2{
    margin-top: 30px;  
    font-size: 24px; 
    height:160px;
    text-align: left; 
    margin-right: 30px;
    background: #222222; 
    color: #fff;
}

.footer .div2 .code{ 
    display: flex;
}

.footer .div2 .code p1{ 
    #margin-top: 30px;  
    text-align: center; -u
    font-size: 14px; 
    color: #535353;
 }

.footer .code div{
    #margin-left: 15px;
}

.copyright{ 
    text-align: center;
    font-size: 14px; 
    color: #535353; 
    background: #222222; 
    padding: 20px 80px;  
    border-top: 1px solid #313131;
}



.footer .div3 p a{ 
    color: #fff; 
    font-size: 18px; 
    display: inline-block; 
    /*padding-right: 40px;*/
    transition: all 0.6s;
}

 

.footer .div3 .p4{
    margin-top: 15px;  
    margin-bottom: 15px; 
    font-size: 12px; 
    height:60px;
    text-align: center; 
    margin-right: 30px;
    background: #222222; 
    color: #fff;
}


/* mult 多页签page */

.breadcrumb{ 
    margin-top: 15px;
    margin-bottom: 15px;

    /*
    margin-left: 30px;
    margin-right: 30px;
    */
}

.breadcrumb ul{  
    display: flex; 
    justify-content: center; 
    align-items: center;
    background: #535353;/*背景有效*/     
    color: #000000; 
    margin-top: 20px; 
    margin-bottom: 15px; 
    margin-left: 0px;
    margin-right: 0px;
}
.breadcrumb li{ 
    padding:10 10px; 
    height: 70px; 
    margin-top: 15px;
    margin-bottom: 15px;

    margin-left: 15px;
    margin-right: 15px;

}
.breadcrumb li a{ 
    position: relative;
    margin-top: 0px; 
    margin-bottom: 0px;  
    display: block; 
    color: #000000; 
    font-size: 16px;  
    position: relative;
    height: 0px; 
    line-height: 60px;/*行高*/
}

.breadcrumb li a::before{ 
    display: block; content: ''; 
    position: absolute; 
    top:0; bottom: 0; left: 0; right: 0;
    background:#ff00f7; 
    height: 2px; 
    width: 100%; 
    transition: all 0.6s; 
    transform: scale(0);
}
.breadcrumb li:hover a::before,.breadcrumb li.on a::before{ 
    top: 1; bottom: 1; left: 1; right: 1;
    transform: scale(2);
}

.breadcrumb li a span{ 
    font-family: arial; 
    font-size: 34px; 
    justify-content: center; 
    align-items: center; 
    color: #fff; 
    bottom: 25px; 

}

/*----------------------------------2024-05-04 add page style---------------------------------------- */

.breadcrumb .swiper-container{ 
    padding-top: 120px; 
}

.breadcrumb .swiper-container2{ 
    padding-top: 120px; 
}
.breadcrumb .tab-hd ul{ 
    display: flex;  
    display: -ms-flexbox; 
    display: -webkit-flex;  
    justify-content: center; 
}
.breadcrumb .tab-hd li { 
    padding:0 70px;
}
.breadcrumb .swiper-button-next,.breadcrumb .swiper-button-prev{ 
    display: block; 
    width: 65px;
    height: 65px;
    border-radius: 100%; 
    background: #333;
    color: #fff; 
    font-family: '宋体'; 
    font-size: 34px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    position: absolute;
    bottom: 25px; 
    top: auto;
    transition: all 0.6s; 
    z-index: 133; 
    cursor: pointer;
} 


/*quartz color*/

.quartz-box{  
    padding: 60px 60px; /**--u#div容器左右空白2024-05-02*/
    margin-top: 10px; 
    color: #535353; 
}

.quartz-section{ 
    margin-top: 60px;
    /*margin-top: 120px; */
    margin-bottom: 50px; 
    background: #252733 url(../img/bg3.png) no-repeat bottom center; 
    background-attachment: fixed;  
    position: relative;
}


/*导航*/
.quartz-barwrap {     
    background: #000;/*溢出颜色 000 黑色，fff 白色*/
    padding: 0 5px;  
    height: 80px; 
    position: fixed; 
    top: 0; left: 0; 
    right: 0; 
    z-index: 333; 
    display: flex; 
    display: -ms-flexbox; 
    display: -moz-flex; 
    display: -ms-flexbox; 
    display: -moz-flex; 
    display: -ms-flexbox; 
    border-bottom: 1px solid rgba(255,255,255,0.3); 
    align-items: center;
}


.quartz-barwrap .navbar {  
    display: flex; 
    display: -ms-flexbox; 
    display: -moz-flex; 
    display: -ms-flexbox; 
    display: -moz-flex; 
    display: -ms-flexbox; 
    justify-content: center; 
    flex: 2; 
    justify-content: flex-end;
    padding-left: 5px; /*add 2024-05-02*/
    padding-right: 10px; /*add 2024-05-02*/

}

.quartz-barwrap .navbar li{ 
    padding: 0 7px; 
    line-height: 80px; 
}

.quartz-barwrap .navbar li a{ 
    color: #fff;   
    font-size: 18px;
    transition: all 0.6s;  
    position: relative; 
    display: block;
    padding-left: 5px; /*add 2024-05-02*/
    padding-right: 10px; /*add 2024-05-02*/

}

.quartz-barwrap .logo{ 
    display: block; 
    height:80px;
}


/*------------2024-05-02 15:52-----------------------------------------------------------------------*/


.quartz-section .tab-hd ul{ display: flex;  display: -ms-flexbox; display: -webkit-flex;  justify-content: center; padding-top: 30px;}
.quartz-section .tab-hd li { padding:0 70px;}
.quartz-section .tab-hd li i{ display:block; background: url(../img/icon1.png) no-repeat; height: 87px; width: 80px;  transition: all 0.6s;}
.quartz-section .tab-hd li:nth-child(1) i{ background-position:-78px 0;}
.quartz-section .tab-hd li:nth-child(2) i{ background-position:-348px 0;}
.quartz-section .tab-hd li:nth-child(1).on i{ background-position:0px 0;}
.quartz-section .tab-hd li:nth-child(2).on i{ background-position:-250px 0;}
.quartz-section .tab-hd li p{ color: #4f5053; font-size: 18px; text-align: center; padding: 10px 0;  transition: all 0.6s;}
.quartz-section .tab-hd li.on p{ color: #fff; font-size: 18px;}


.quartz-section .tab-bd{ 
    padding-top: 35px;
 }

.quartz-section figure { 
    position: relative;
   
    padding-left: 10px; /*add 2024-05-02*/
    padding-right: 10px; /*add 2024-05-02*/

 }

.quartz-section figure .p1{ 
    position: absolute; 
    top: 50px; 
    left:35px; 
    color: #fff; 
    width: 16px; 
    font-size: 16px; 
    transition: all 0.6s;
 }

.quartz-section figure .p1 i{ 
    display: block; 
    background: #fff; 
    width: 1px; 
    height: 70px; 
    margin: 15px auto;
}


.quartz-section figure img{ 
    display: block; 
    max-width: 100%;
}

.quartz-section .p2{ 
    /*background: #fff; */
    color: #fff; 
    height: 50px; 
    line-height: 50px; 
    font-size: 20px; 
    text-align: center; 
    margin-left:10px; 
    margin-right:10px; 
}


.quartz-section .mask{
    position: absolute; 
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0; 
    z-index: 1; 
    transition: all 0.6s;
 }
.quartz-section .mask span{ 
    background: #fff; 
    height:95px; width:95px;  
    background: #d7a449; 
    border-radius: 100%; 
    display: flex; 
    justify-content: center;
    align-items: center; 
    margin: 60% auto 10px auto; 
    transition: all 0.6s; 
    opacity: 0; 
    transform: translateY(-30px);
}
.quartz-section .mask span i{ 
    border:2px solid #fff; 
    color: #fff; 
    font-size: 36px; 
    font-family: arial; 
    border-radius: 100%;  
    height: 50px; width: 50px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: all 0.6s;
 }
.quartz-section .mask .p3{ 
    font-family: arial; 
    color: #fff; 
    text-align: center; 
    color: #fff; font-size: 20px;
    text-transform: uppercase; width: 100%;
    transition: all 0.6s ;
    opacity: 0; 
    transform: translateY(20px);
    }
.quartz-section .mask-bg{ 
    position: absolute; 
    #top: 0%; #right: 0; #bottom: 0%; #left: 0; 
    background:rgba(0,0,0,0.5); z-index: -1;
    transition: all 1s ease-in-out; 
    opacity: 0; height: 100%;
    }
.quartz-section .swiper-slide img{display: block; width: 100%;}
.quartz-section .swiper-slide:hover .p1{ top: -5%; opacity: 0; }
.quartz-section .swiper-slide:hover .mask-bg{ opacity: 1; height: 100%;}
.quartz-section .swiper-slide:hover .mask span{ opacity: 1; transform: none;}
.quartz-section .swiper-slide:hover .mask .p3{ opacity: 1; transform: none;}






