/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}


/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

html,body{ 
	width:100%;
	height:100%;
	background:#9A54F3;
}


html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  font:normal 75% Arial, Helvetica, sans-serif;
}
body {
  
    
}

canvas{
  display:block;
  vertical-align:bottom;
}


/* ---- stats.js ---- */
.zg-message-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.48);
}

.zg-message-modal.is-open {
    display: flex;
}

.zg-message-dialog {
    position: relative;
    width: min(420px, 100%);
    padding: 38px 34px 32px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(12, 23, 34, 0.94);
    color: #fff;
    text-align: center;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.zg-message-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.78);
    font-size: 28px;
    line-height: 30px;
    cursor: pointer;
}

.zg-message-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #35c98b;
    position: relative;
}

.zg-message-icon:after {
    content: "";
    position: absolute;
    left: 18px;
    top: 16px;
    width: 20px;
    height: 12px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(-45deg);
}

.zg-message-modal.is-error .zg-message-icon {
    background: #e55757;
}

.zg-message-modal.is-error .zg-message-icon:before,
.zg-message-modal.is-error .zg-message-icon:after {
    content: "";
    position: absolute;
    left: 18px;
    top: 27px;
    width: 22px;
    height: 4px;
    border: 0;
    background: #fff;
    transform: rotate(45deg);
}

.zg-message-modal.is-error .zg-message-icon:before {
    transform: rotate(-45deg);
}

.zg-message-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.zg-message-text {
    min-height: 24px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 24px;
}

.zg-message-ok {
    min-width: 120px;
    height: 42px;
    margin-top: 26px;
    border: 0;
    border-radius: 4px;
    background: #35c98b;
    color: #fff;
    cursor: pointer;
}
div.pageList ul li.disabled{
    display: inline-block; height: 38px; line-height: 38px; 
 	padding: 0 15px; margin: 4px; font-size: 14px; color: #fff; border: 1px solid #ddd;
}
div.pageList ul li.active{
    display: inline-block; height: 38px; line-height: 38px; 
 	padding: 0 15px; margin: 4px; font-size: 14px; color: #fff; border: 1px solid #ddd;
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.contact-form h4 {
    
    font-weight: bold;
    font-size: 23px;
    color: #fff;
}
.contact-form p {
        padding-top: 2px;
    font-size: 15px;
    color: #fff;
    padding-bottom: 6px;
}
.contact-form .form-left {
    width: 49.08%;
    float: left;
}
.contact-form .form-right {
    width: 49.08%;
    float: right;
}
.contact-form .form-left input {    font-size: 15px;
    width: calc(100% - 40px);
    padding: 0 20px;
    margin-top: 10px;
    border: 0;
    outline: none;
    height: 60px;
    background-color: #e5e5e5;
}
.contact-form .form-left input:first-child {
    margin-top: 0;
}
.contact-form .form-right textarea {    font-size: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    padding: 20px;
    outline: none;
    background-color: #e5e5e5;
}
.contact-form form .submit {
    margin-top: 50px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #000;
    box-shadow: none;
    outline: none;
    border: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
}
.clxwm{width: 1200px;
    margin: 30px auto;
    overflow: hidden;}
.lxwmcn{    color: #fff;
    font-weight: bold;
    font-size: 30px;}
.lxwmen{    color: #fff;
        line-height: 9px;
    font-size: 18px;}
.lxwmline{    height: 1px;
    background: #fff;
    margin: 30px 0 50px;}
.clxwml{    float: left;
    width: 42%;}
.clxwml div{color: #fff;
    font-size: 16px;}
.clxwmr div{color: #fff;
    font-size: 14px;}
.clxwmr{}
.lxwmcon{}
.hzhbc{width: 1250px;
    margin: 0 auto;
    overflow: hidden;
	    padding-top: 40px;
    padding-bottom: 60px;}

.hzhbcc ul li{       width: 18%;
    margin-right: 2%;
    margin-bottom: 29px;
    display: inline-block;}
.hzhbc ul li:nth-child(5n){margin-right:0;}
.anlicon .cpcon_l,.anlicon .cqxq {
    margin-top: 25px;
}
.pxnr{    margin-bottom: 50px;}
.fwzc .xtpx{    margin-bottom: 32px;}
.fwzccrlist{overflow: hidden;}
.fztxt{    font-size: 15px;
    line-height: 24px;}
.fwzccr{    clear: both;
font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin-top: 60px;
    margin-bottom: 60px;
    line-height: 24px;
}
.fwzccrlist ul li{float: left;
    text-align: center;
    color: #fff;
    font-size: 15px;
    width: 20%;}
.fwzccrlist ul li:nth-child(1){width: 14%;
    margin-right: 4%;}
.fwzccrlist ul li:nth-child(2){    width: 15%;
    margin-right: 5%;}
.fwzccrlist ul li:nth-child(4){    width: 18%;
    margin-right: 2%;
    margin-left: 2%;}
.fwzccrlist ul li:nth-child(5){}
.fwzc{    width: 1345px;
    margin: 0 auto;    }
.fwzctt{text-align: center;margin-top: 40px;
    margin-bottom: 10px;
font-weight: bold;
font-size: 34px;
color: #FFFFFF;}
.fwzcon{}
.fwzcon p,.pxnr p{        color: #fff;
    font-size: 15px;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 7px;
    line-height: 24px;}
.sxpro a{    color: #333;
    font-size: 16px;}
.faxqcon{}
.faxqcon p img{
        text-align: center;
    display: block;
    margin: 30px auto 25px;
}
.faxqcon p{    font-size: 16px;
    line-height: 26px;
    color: #333;}
.fanganxq{padding: 38px;}
.zhiguang .faxqc{background: #fff;
    margin-top: 25px;    margin-bottom: 60px;    padding-bottom: 0;
}
.faxqct{    text-align: center;
    font-size: 24px;
    color: #000000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 15px;}
.sxpro{    border-top: 1px solid #ddd;
    padding-top: 16px;
    margin-top: 30px;}
.cqcon p{    font-size: 16px;
    line-height: 26px;
    color: #333;}
.cqxq{    background: #fff;
    padding: 38px;}
.cqtit{    text-align: center;
    font-size: 24px;
    color: #000000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 15px;}
.cqcon{    }
.cqcon p img{    text-align: center;max-width: 900px;
    display: block;
    margin: 30px auto 25px;}
.pageList{margin-top: 20px}
.proccimg,.cpcon_l{overflow: hidden;}
.procc{    margin-bottom: 35px;}
.cpcon_l ul li{        float: left;
    width: 31.5%;
    margin-right: 2.7%;}
.cpcon_l ul li:nth-child(3n) {
    margin-right: 0;
}
.proccname{   
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap: normal;
    background: #F0F2F4;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    text-align: center;
    color: #000000;
    padding: 0 10px;
    overflow: hidden;}
.cpcon_t2{      margin: 23px 0 28px;  }
.cpcon_t2 ul li{     text-align: center;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    display: inline-block;
    width: auto;
    min-width: 75px;
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    box-sizing: border-box;
    white-space: nowrap;
    margin-right: 11px;}
.cpcon_t2 ul li.cur{    background: #fff;}
.cpcon_t2 ul li.cur a{    color: #000000;}
.cpcon_t2 ul li a{    color: #fff;
    font-size: 16px;
    white-space: nowrap;}
.proline{width: 103px;
height: 4px;
background: #FFFFFF;}
.proline2{height: 1px;
background: #FFFFFF;
opacity: 0.29;}
.cpcon{width: 1350px;
    margin: 0 auto;
    overflow: hidden;
	    padding-top: 25px;
    padding-bottom: 60px;
	}
.cpcon_t{}
.cpcon_t ul li{     position: relative; height: 60px;   line-height: 60px;   display: inline-block;
    margin-right: 130px;}
.cpcon_t ul li:last-child{margin-right:0;}
.cpcon_t ul li a{font-size: 18px;
    color: #fff;}
.cpcon_t ul li.cur a::after{content: '';
position: absolute;
  bottom: 0; /* 定位到底部 */
  left: 0; /* 根据需要调整，这里是左对齐 */
    display: block;
    width: 103px;
    height: 4px;
    background-color: white;}
.huwaity .jjfacl{    float: right;}
.huwaity .jjfacr{    left: 0;}
.jjfazc{        background: url(../images2/fanganbtn.png) no-repeat;
    width: 167px;
    height: 46px;
    text-align: center;
    margin-top: 13px;}
.jjfazc a{color: #fff;
    font-size: 16px;
    line-height: 45px;}
.jjfact{    margin-top: 20px;
font-weight: 400;
font-size: 15px;
color: #4B4B4B;
line-height: 28px;}
.jjfaline{width: 33px;
height: 5px;
background: linear-gradient(104deg, #740CF8, #CF24D5);}
.jjfabt{    font-size: 32px;
    font-weight: bold;
    color: #000000;}
.jjfac{    width: 1348px;padding-bottom: 50px;
    margin: 0 auto;
    overflow: hidden;}
.jjfacc{  overflow: hidden;  margin-top: 45px;position: relative;}
.jjfacl{    float: left;
    width: 66.9%;}
.jjfacl img{    width: 100%;}
.jjfacr{          background: #fff;
    width: 680px;
    height: 440px;
    position: absolute;
    right: 0;
    padding: 20px 30px 10px;
    margin-top: 40px;}
.yecomr img{}
.zhiguang .ryzz{margin-bottom: 40px;}
.ryzz .gyzg{        margin-bottom: 26px;
    margin-top: 45px;}
.zzlist ul li{    display: inline-block;
    margin-right: 25px;
    margin-bottom: 23px;}
.zzlist ul li:nth-child(4) {
    margin-right: 0;
}
.yecommt{    margin-bottom: 5px;}
.yecoml,.yecomr,.yecommt,.yecommd{    position: relative;}
.yecoml .fztxt2,.yecomr .fztxt2{    color: #fff;
    top: 89%;}
.yecommt .fztxt2,.yecommd .fztxt2{    color: #fff;}
.ywbk .gyzg{margin-bottom: 26px;}
.zhiguang .gsjyym{    padding-bottom: 4%;}
.ywbk,.ryzz{    width: 1350px;
    margin: 0 auto;
    overflow: hidden;}
.yecom{}
.yecom ul li{    float: left;
    width: 32.9%;
    margin-right: 0;
    overflow: hidden;}
.yecom ul li:nth-child(2) {
    margin-right: 11px;
}
.particles-js-canvas-el{position: absolute;
    top: 0;
    z-index: 0;}
.gradient{}
.zhiguang{
    width: 100%;
    height: auto;
    z-index: 100;
    position: absolute;
    top: 0;
}
.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */


#particles-js {
 width: 100%;
 
 position: relative;

}

.yanse{    width: 100%;
    position: relative;}


.wzgdindex{ height: 3000px; /* 调整这个值来改变高度 */}
.wzgdcompany{height: 2830px; }
.wzgdsolution{height: 4240px;}
.wzgdsolution2{height: 1750px;}
.wzgdproduct{height: 2110px;}
.wzgdproduct2{height: 1470px;}
.wzgdservice{height: 1550px;}
.wzgdcase{height: 2050px;}
.wzgdcase2{height: 1790px;}
.wzgdpartner{height: 1020px;}
.wzgdcontact{height: 1590px;}