body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; }
body, button, input, select, textarea { font-family: "alipuhui-Regular";color: #333; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
small { font-size: 12px; }
ul, ol ,li{ list-style: none; }
legend { color: #000; }
fieldset, img { border: 0; }
button, input, select, textarea { font-size: 100%; }
table { border-collapse: collapse; border-spacing: 0; }
iframe { border: none; }
noscript strong { display: block; font-size: 18px; line-height: 1.5em; padding: 5px 0; background-color: #ccc; color: #a00; text-align: center; }
header, nav, section, article, aside, figure, footer { display: block; }
.clearfix { zoom: 1; }
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
a, a:visited { color: #333; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
body::-webkit-scrollbar{
	display:none;
}
img {
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select: none; 
	-khtml-user-select: none; 
	user-select: none;
}
.main {
	background-color:#fff;
}
.right-float {
	position:fixed;
	bottom: 5%;
	right:5px;
	z-index:10000001;
	font-size:12px;
}
.right-float li{
	width:60px;
	height:60px;
	background-color:#ff9000;
	border-radius:5px;
	margin-top:3px;
	text-align: center;
    padding: 10px;
	color:#fff;
}
.right-float li a{color:#fff;}
.right-float li .fa{
	font-size:40px;
}
.right-float .wechat-qrcode{
    position: absolute;
    width: 160px;
    height: 160px;
    margin-left: -175px;
    margin-top: -65px;
	display:none;
}
.right-float .phone-detail {
	position: absolute;
    width: 220px;
    height: 60px;
    margin-left: -170px;
    margin-top: -65px;
	background-color:#ff9000;
	border-radius:5px;
	text-align: center;
    padding: 10px;
	color:#fff;
	z-index:10000002;
	display:none;
}
.right-float .phone-detail .word{
	float:left;
	width:60px;
}
.right-float .phone-detail .telephone{
	height: 60px;
    line-height: 60px;
    font-size: 20px;
}
.right-float .wechat-qrcode img{
    width: 160px;
}

.header {
	position:absolute;
	margin-top:30px;
	width: 100%;
	z-index: 99999999;
}
.header .logo{
	margin-left:70px;
}
.header .logo img{
	height:90px;
}
.page1 {
	width:100%;
	text-align:center;
}
.page1 .bg {
	width: 100%;
    height: 750px !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    background-attachment: fixed;
	background: url('http://oss.qiansuiweb.cn/shake_hands.png');
}

.page1 .bg .image1{
	width:100%;
}
.page1 .bg .cover {
	text-align: center;
    width: 100%;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page1 .bg .cover h3{
	text-transform: uppercase;
    font-size: 50px;
    color: #333;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 3px;
}
.page1 .bg .cover .circle {
    width: 80%;
    margin: 50px auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10%);
	animation: choosenshow4 2s;
    animation-fill-mode: forwards;
    -webkit-animation: choosenshow4 2s;
    -webkit-animation-fill-mode: forwards;
}
@keyframes choosenshow4 {
    from {
        top: 500%;
    }

    to {
        top: 65%;
    }
}
.circlechart {
    width: 33.33%;
    float: left;
    z-index: 99999;
    position: relative;
}
svg:not(:root) {
    overflow: hidden;
}
.circle-chart {
    width: 120px;
    height: 120px;
}
.circle-chart__background {
    stroke: #8c868d;
    stroke-width: 1;
    fill: none;
}
.circle-chart__circle {
    stroke: #00acc1;
    stroke-width: 2;
    stroke-linecap: square;
    fill: none;
    animation: circle-chart-fill 2s reverse;
    transform: rotate(-90deg);
    transform-origin: center;
}
.warning-stroke {
    stroke: #fff;
}
.circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
}
.circle-chart__percent {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 28px;
    color: #333 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.iconal p {
    width: 33.33%;
    z-index: 99999;
    color: #333;
    text-align: center;
    font-size: 16px;
    margin-top: 0;
    float: left;
	letter-spacing:2px;
}
.title {
    width: 400px;
    margin: 80px auto;
    border-top: 2px solid black;
    position: relative;
}
.title p {
    width: 220px;
    height: 40px;
    background: #FFFFFF;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    position: absolute;
	letter-spacing:3px;
    top: -21px;
    left: 20%;
}
.sub-title {
    margin-top: -45px;
    color: #ccc;
    text-align: center;
    position: absolute;
    width: 100%;
}
.servers {margin-top:40px;}
.servers .headline-font{
	width:100%;
	text-align: center;
	font-size:50px;
	color:#2180FE;
}
.servers .headline-font img{
	width:50px;
}
.servers .headline{
	width:100%;
	text-align: center;
	font-size:30px;
}
.servers .sub-headline{
	color:#ccc;
}
.server-1 {
	margin-top:100px;
	width:100%;
	background-color:#EDF7FF;
	padding:30px;
	box-sizing:border-box;
}
.server-body {
	display:flex;
	width:1180px;
	margin:0 auto;
	margin-top:20px;
}
.server-1 .server-body {
	margin-top:100px;
}
.site-build-field {
	width:30%;
	margin-right:5%;
	border:1px solid #ccc;
	padding:20px;
	box-sizing:border-box;
	background-color:#fff;
}
.server-body .site-build-field:last-child {
	margin-right:0;
}
.site-build-field .icon{
	width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 0 auto;
    margin-top: -90px;
    text-align: center;
    background-color: #E3F1FD;
	border:1px solid #ADD7F9;
	border-radius:20px;
}
.site-build-field .icon img{
	width: 100px;
    vertical-align: middle;
}
.site-build-field .headline {
	padding:20px 0;
	font-size:26px;
}
.site-build-field .desc {
	text-indent: 30px;
	color: #666;
	font-size:14px;
}
.server-body .two-field.left  {
	width:60%;
}
.server-body .two-field.right  {
	width:40%;
}
.server-body .two-field.left img{
	width:600px;
}
.server-body .two-field p{
	margin-top:10px;
	text-indent:30px;
	padding:10px 20px;
}
.server-body .two-field p:first-child{
	margin-top:0px;
}
.server-body .two-field .apps {
	padding:20px;
	box-sizing:border-box;
}
.server-body .two-field .apps:after{
    content:' ';
	clear:both;
	display: block;
}
.server-body .two-field .apps li{
	width:120px;
	height:140px;
	text-align:center;
	float:left;
}
.server-body .two-field .apps li img{
	width:100px;
	height:100px;
	vertical-align:middle;
	border-radius:100%;
}

.page6 {
	margin-top:20px;
	padding:50px 10%;
	box-sizing:border-box;
	width:100%;
	color:#fefeff;
	font-size:20px;
	display:flex;
	background-color:#0d101a;
}
.page6  .connect{
	width:60%;
}
.page6 .big{
	font-size:30px;
	height:100px;
	line-height:100px;
}
.page6 .small{
	color:#b2b2b2;
	font-size:18px;
	height:40px;
	line-height:40px;
}
.page6 .qrcode {
	width:40%;
	text-align:center;
}
.footer {
	padding: 30px 0;
    width: 100%;
    font-size: 16px;
	text-align: center;
	background-color:#0d101a;
}
.footer a{
    color: #fff;
}
.footer img{
    margin-right:10px;
}



@media (max-width: 750px) {
.right-float {
    bottom: 10%;
}
.right-float li {
    width: 50px;
    height: 50px;
}
.right-float li.phone-logo {
    display:none;
}
.circle-chart {
    width: 90%;margin: 0px;height: 90px;
}
.right-float .phone-detail {
    height: 50px;
    margin-left: -180px;
    margin-top: -66px;
}
.title {
    width: 90%;
}
.title p {
    width: 170px;
    font-size: 20px;
}
.header .logo img {
    height: 40px;
}
.page1 .bg {
    height: 450px !important;
    background-attachment: unset !important ;
}
.page1 .bg .cover h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
    letter-spacing: 3px;   
	width: 85%;
    margin: 0 auto;
}
.page1 .bg .cover .circle {
    width: 90%;
}
.server-body {
	width:100%;
	display: block;
}
.server-1 .server-body {
    margin-top: 20px;
}
.server-body .two-field {
    width: 100% !important;
}
.server-body .two-field img {
    width: 100% !important;
}
.server-body .two-field.right img {
    display:none;
}
.site-build-field {
    width: 100%;
    margin-right: 0;
	margin-top: 20px;
}
.site-build-field .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-top: 0px;
}
.server-body .two-field .apps li {
    width: 50%;
}
.server-body .two-field .apps li img {
    width: 100px !important;
}
.page6 {
    padding: 20px;
}
.page6 .connect {
    width: 100%;
}
.page6 .small {
    font-size: 14px;
}
.footer {
    font-size: 14px;
}
}