


.public-footer{
    width: 100%;
    min-width: 1100px;
    background-color: #101429;
    font-size: 20px;
    color: #fff;
}
.public-footer .main{
    width: 1100px;
    margin: 0 auto;
}
.public-footer .kf{
    width: 184px;
    height: 239px;
}
.public-footer .body{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
    box-sizing: border-box;
}
.public-footer .column{
    display: flex;
    flex-direction: column;
}
.public-footer .tel{
    font-size: 21px;
    margin-top: 30px;
}
.public-footer .icon{
    display: flex;
    /* justify-content: space-between; */
    margin-top: 18px;

}
.public-footer .icon a{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right:20px;
}
 .icon img{
    width: 100%;
    height: 100%;
}
.cooperation{margin-top:0.8rem;}
 .cooperation span{
    margin-top: 14px;
}
.public-footer .cooperation span:nth-child(2){
    margin-top: 31px;
}
.public-footer .address {
	text-align: center;
	padding: 10px 0;
}
 .qrcode{
    display: flex;
    flex-direction: column;
    align-items: center;
}
 .qrcode .code{
    width: 100px;
    height: 100px;
    background: url(../images/public/qrcode.png) no-repeat;
    background-size: 100%;
    margin-bottom: 33px;
}

 .logobg{
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 180px;
    height: 90px;
    border: 1.5px solid #728aa3;
    border-bottom: 0;
    background-color: #101429;
    padding: 23px 37px;
    box-sizing: border-box;
}
 .logobg div{
    width: 100%;
    height: 100%;
    background: url(../images/public/copyrightlogo.png) center no-repeat;
    background-size: 100%;
}
 .customized{
    height: 78px;
    line-height: 78px;
	background-color: #292d3b;
	font-size: 20px;
	letter-spacing: 4px;
    color: #ffffff;
    text-align: center;
}
 .customized a{
    display: inline-block;
	width: 128px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    border: solid 2px #ffffff;
    color: #ffffff;
    margin-left: 38px;
}


.suspension{
    position: fixed;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
	z-index:100;
}
.suspension .show{
	width: 84px;
	height: 160px;
	background-color: #ffffff;
	box-shadow: 8px 6px 8px 0px 
		rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border: solid 1px #42ac92;
    border-right: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    box-sizing: border-box;
}
.suspension .arrow{
    position: absolute;
    height: 40%;
    width: 0;
    border-right: 15px solid #42ac92;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
}
.suspension .top,.suspension .bottom{
    height: 50%;
    color: #42ac92;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.suspension .show .top{
    border-bottom: 1px solid #42ac92;
}
.suspension .show .top i,.suspension .show .bottom i{
    font-size: 25px;
}

.suspension .hide{
	width: 140px;
	height: 280px;
	background-color: #ffffff;
	border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border: solid 1px #42ac92;
    border-right: 0;
    box-sizing: border-box;
    box-shadow: 8px 6px 8px 0px 
		rgba(0, 0, 0, 0.15);
    display: none;
}

.suspension .hide .arrow{
    height: 80px;
}
.suspension .hide .top{
    display: flex;
    padding: 0 10px;
}
.suspension .hide .top ul{
    width: 100%;
    height: 100%;
}
.suspension .hide .top li{
    position: relative;
    height: 25%;
    color: #42ac92;
    display: flex;
    align-items: center;
    font-size: 13px;
}
.suspension .hide .top li a{
    color: #42ac92;
}
.suspension .hide .top li:first-child{
    padding-left: 30px;
    border-bottom: 1px solid #42ac92;
    height: 24px;
    line-height: 24px;
}
.suspension .hide .top li:first-child div{
	width: 28px;
    height: 36px;
    background: url(../images/public/kf1.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    top: -12px;
    left: 0px;
    margin-right: 3px;
}
.suspension .hide .top li:nth-child(2) div{
    width: 32px;
    height: 32px;
    background: url(../images/public/logo.jpg) center no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
.suspension .hide .top li:nth-child(2){
    font-size: 15px;
    border-bottom: 1px solid #42ac92;
    padding: 3px 0;
}
.suspension .hide .top li:nth-child(3) div,
.suspension .hide .top li:nth-child(4) div{
	width: 20px;
	height: 24px;
	background: url(../images/public/qq.png) center no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
.suspension .hide .top li:nth-child(3) span,
.suspension .hide .top li:nth-child(4) span{
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #dfdfdf;
}
.suspension .hide .telicon{
    width: 45%;
    height: 22px;
    line-height: 22px;
    background-color: #42ac92;
    color: #fff;
    align-self: flex-end;
    font-size: 13px;
    text-align: right;
    padding-right: 10px;
    position: relative;
    box-shadow: 4px 2px 4px 0px 
		rgba(0, 0, 0, 0.15);
}
.suspension .hide .telicon::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 14px solid #42ac92;
    border-bottom: 11px solid transparent;
    left: -14px;
    top: 0;
}
.suspension .hide .bottom p{
    font-size: 14px;
    padding: 5px 0 3px 0;
}
.suspension .hide .bottom .qrcode{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.suspension .hide .bottom .qrcode img{
    width: 50%;
}


#particles-js{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.back_top {
	display: block;
	width: 100%;
	height: 100%;
}


.slideTxtBox{ width:100%;   }
.slideTxtBox .hd{  position:relative; }
.slideTxtBox .hd ul{ left:20px; top:-1px;text-align:center;   }
.slideTxtBox .hd ul li{ display:inline-block;font-size:15px!important; text-align:center;background-color:#cfcfcf;width: cursor:pointer;height:30px; min-width:70px;height:45px;  margin-right:10px; padding-left:15px;padding-right:15px; border-radius:3px; }
.slideTxtBox .hd ul li.on{ background-color:#42ca92;color:#fff;}


.slideTxtBox .bd ul{ padding:35px 15px;  zoom:1;  }
.slideTxtBox .bd li{  }
.slideTxtBox .bd li img{max-width:90%; height:auto!important}
