body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, fieldset, button, input, textarea, th, td {
	margin:0; padding:0; 
	font: 14px/1.5 "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";

}
ul, ol { list-style:none;}
a { text-decoration:none; color:#333;outline: none;}
a:hover { text-decoration: none; color:#000;outline: none;}
fieldset, img { border:none; vertical-align:middle;}
button, input, select, textarea {outline: none;font-size:100%; color:#666; font-size:12px;}
h1, h2, h3 { font-size:14px;    margin-block-start: 0em;margin-block-end: 0em;}
em { font-style:normal;}
li{list-style-type:none; outline: none;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
input,select{
	border: 0px;outline:none;cursor: pointer;
}
html{
	font-size:3rem;
}
body{
	background: #fff;
}
.main{
    width: 100%;
    height: auto;
    margin: auto;
}
.s1{
    width: 100%;
    height: auto;

}
.s1 .appshow{
	width: 100%;
    height: 938px;
    background: url(../image/banner.jpg);
    background-size: 100%;
}
.s1 .appshow_main{
	width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
}
@media (min-width: 1200px){
.appshow_main {
    max-width: 1100px;
}
}
.appshow_hed{
	width: 100%;
    height: 180px;
}
.appshow_hed .left{
	width: auto;
    height: 100px;
    float: left
}
.appshow_hed .left img{
	width: 200px;
    height: 67px;
    margin-top: 35px;
}
.appshow_hed .right{
    width: 200px;
    height: 100px;
    line-height: 120px;
    float: right;
    font-size: 20px;
    color: #fff;
    text-align: right;
}
.appshow_hed .right a{
	color: #fff;
}

.s1 .appshow_main_left{
    width: 40%;
    height: auto;
    float: left;
    position: relative;
    z-index: 999;
}
.s1 .appshow_main_left .waves-block{
    position: absolute;
    width: 680px;
    height: 680px;
    left: -178px;
    top: 0;
    z-index: 1;
}
.s1 .appshow_main_left .waves-block .waves{
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(22 22 22 / 5%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
.s1 .appshow_main_left .waves-block .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.s1 .appshow_main_left .waves-block .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.s1 .appshow_main_left .waves-block .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@keyframes waves {
	0% {
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
.s1 .appshow_main_mobile{
    width: 300px;
    height: 650px;
    float: left;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 46px;
    padding: 15px;
    box-shadow: inset 0 0 14px #c1c1c1;
}
.s1 .appshow_main_mobile:after{
	content: " ";
    position: absolute;
    width: 0px;
    height: 100px;
    left: -6px;
    top: 160px;
    background: #ffffff;
    z-index: 99;
    border-radius: 3px 0px 0px 3px;
    padding: 3px;
    box-shadow: inset 0 0 4px #c1c1c1;
}
.s1 .appshow_main_mobile:before{
    content: " ";
    position: absolute;
    width: 0px;
    height: 60px;
    right: -6px;
    top: 160px;
    background: #fff;
    z-index: 99;
    border-radius: 0px 3px 3px 0px;
    padding: 3px;
	box-shadow: inset 0 0 4px #c1c1c1;
}

.s1 .appshow_main_mobile img{
    width: 100%;
    height: 650px;
    border-radius: 32px;
    object-fit: cover;
}

.s1 .appshow_main_right{
	width: 60%;
    height: auto;
    float: left;
    position: relative;
    z-index: 999;
}
.s1 .appshow_main_right_main{
	width: 100%;
    height: auto;
    float: left;
}
.s1 .appshow_main_right_top{
    width: 100%;
    height: auto;
    padding-bottom: 60px;
}
.s1 .appshow_main_right_top h1{
	width: 100%;
    height: 120px;
    line-height: 120px;
    font-size: 42px;
    color: #fff;
    letter-spacing: 8px;
    font-weight: bold;
}
.s1 .appshow_main_right_top h2{
	width: 100%;
    height: 60px;
    line-height: 60px;
	font-size: 25px;
    letter-spacing: 8px;
	color: #fff;
	transform: skewX(170deg);
}
.s1 .appshow_main_right_ewm{
    width: 210px;
    height: 210px;
    float: right;
}
.s1 .appshow_main_right_ewm canvas{
    width: 180px;
    height: 180px;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    float: left;
}
.s1 .appshow_main_right_mb{
    width: 310px;
    height: auto;
    float: left;
}

.s1 .appshow_main_right_mb p{
	width:430px;
    height: auto;
    float: left;
    font-size: 23px;
    color: #fff;
    padding-top: 21px;
}

.s1 .appshow_main_right_dow{
width: 100%;
    height: 100px;
    float: left;
    padding-top: 100px;
}
.s1 .appshow_main_right_dow a{
	width: 208px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #fff;
	border-radius: 5px 5px 20px 5px;
    font-size: 20px;
    cursor: pointer;
    float: left;
    margin-right: 18px;
}
.s1 .appshow_main_right_dow em{
	width: 208px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #fff;
	border-radius: 5px 5px 20px 5px;
    font-size: 20px;
    cursor: pointer;
    float: left;

}
.s1 .appshow_main_right_dow a li{
    width: 100%;
    height: 80px;
    line-height: 80px;
}
.s1 .appshow_main_right_dow a:nth-child(3n+3) {
    margin-right: 0;
}
.s1 .appshow_main_right_dow li:hover{
	transform: scale(1.1);
    transition: 0.15s;
    opacity: 0.8;
}
.s1 .appshow_main_right_dow li i{
	float: left;
    width: 35px;
    height: 35px;
    margin-left: 20px;
    margin-top: 21px;
}
.s1 .appshow_main_right_dow li i.t1{
	background: url(../image/icon-index.png)#fff no-repeat;
    background-position: -107px 3px;
}
.s1 .appshow_main_right_dow li i.t2{
	background: url(../image/icon-index.png)#fff no-repeat;
    background-position: -39px 3px;
}
.s1 .appshow_main_right_dow li p{
    float: left;
    width: 130px;
    height: 80px;
    margin-left: 0px;
    line-height: 80px;
    font-size: 22px;
}
.s2{
    width: 100%;
    height: auto;
}
.s2_main{
    width: 100%;
    height: auto;
    margin: auto;
}
@media (min-width: 1200px){
	.s2_main {
		max-width: 1100px;
	}
}
.s2_main_tit{
	width: 100%;
    height: auto;
}
.s2_main_tit h1{
	width: 100%;
    height: 165px;
    line-height: 280px;
    text-align: center;
    font-size: 34px;
}
.s2_main_tit p{
    width: 100%;
    height: 50px;
    line-height:50px;
    text-align: center;
	font-size: 20px;
    color: #6c6c6c;
}
.s2_main_cen{
	width: 100%;
    height: auto;
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.s2_main_cen_left{
    float: left;
    width: 280px;
    height: 660px;
    margin-top: 28px;
}
.s2_main_cen_left li{
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #f5f5f5;
    box-shadow: 10px 10px 30px -6px rgb(0 0 0 / 10%);
    border-radius: 30px 30px 0px 30px;
	margin-bottom:30px;
	-webkit-animation: maskimg 5s linear infinite;
    animation: maskimg 5s linear infinite;
}
.s2_main_cen_left li span{
    float: left;
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 16px;
    border-radius: 12px;
    font-weight: bold;
}
.s2_main_cen_left li span.l1{
    background: #7edafd;	
}
.s2_main_cen_left li span.l2{
    background: #fe6f9d;	
}
.s2_main_cen_left li span.l3{
    background: #ff9e58;	
}
.s2_main_cen_left li span.l4{
	background: #f264f7;	
}
.s2_main_cen_left li span.l5{
    background: #fe9e7a;	
}
.s2_main_cen_left li h1{
	float: left;
    width: 158px;
    height: 42px;
    line-height: 50px;
    font-size: 20px;
    text-align: left;
    color: #000;
    font-weight: bold;
}
.s2_main_cen_left li h5{
	float: left;
    width: 158px;
    height: 50px;
    font-size: 15px;
    text-align: left;
	color: #576477;	
}

.s2_main_cen_cen{
	width: 300px;
    height: 650px;
    float: left;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 46px;
    padding: 15px;
    box-shadow: inset 0 0 14px #c1c1c1;
}
.s2_main_cen_cen:after{
	content: " ";
    position: absolute;
    width: 0px;
    height: 100px;
    left: -6px;
    top: 160px;
    background: #ffffff;
    z-index: 99;
    border-radius: 3px 0px 0px 3px;
    padding: 3px;
    box-shadow: inset 0 0 4px #c1c1c1;
}
.s2_main_cen_cen:before{
    content: " ";
    position: absolute;
    width: 0px;
    height: 60px;
    right: -6px;
    top: 160px;
    background: #fff;
    z-index: 99;
    border-radius: 0px 3px 3px 0px;
    padding: 3px;
	box-shadow: inset 0 0 4px #c1c1c1;
}
.s2_main_cen_cen img{
	width: 100%;
    height: 650px;
    border-radius: 32px;
}
.s2_main_cen_right{
    float: left;
    width: 280px;
    height: 660px;
    margin-top: 28px;
}
.s2_main_cen_right li{
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #f5f5f5;
    box-shadow: 10px 10px 30px -6px rgb(0 0 0 / 10%);
    border-radius: 30px 30px 0px 30px;
	margin-bottom:30px;	
	-webkit-animation: maskimg 5s linear infinite;
    animation: maskimg 5s linear infinite;
}
.s2_main_cen_right li span{
    float: left;
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 16px;
    border-radius: 12px;
    font-weight: bold;
}
.s2_main_cen_right li span.r1{
	background: #fdbf00;
}
.s2_main_cen_right li span.r2{
	background: #2ae190;	
}
.s2_main_cen_right li span.r3{
    background: #ff5b7b;	
}
.s2_main_cen_right li span.r4{
    background: #f9c846;	
}
.s2_main_cen_right li span.r5{
    background: #b1adfc;	
}
.s2_main_cen_right li h1{
	float: left;
    width: 158px;
    height: 42px;
    line-height: 50px;
    font-size: 20px;
    text-align: left;
    color: #000;
    font-weight: bold;
}
.s2_main_cen_right li h5{
	float: left;
    width: 158px;
    height: 50px;
    font-size: 15px;
    text-align: left;
	color: #576477;	
}

@-webkit-keyframes maskimg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes maskimg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.s3{
    width: 100%;
    height: auto;
}
.s3_main{
    width: 100%;
    height: auto;
    margin: auto;
}
@media (min-width: 1200px){
	.s3_main {
		max-width: 1100px;
	}
}
.s3_main_tit{
	width: 100%;
    height: auto;
}
.s3_main_tit h1{
	width: 100%;
    height: 165px;
    line-height: 280px;
    text-align: center;
    font-size: 34px;
}
.s3_main_tit p{
    width: 100%;
    height: 50px;
    line-height:50px;
    text-align: center;
	font-size: 20px;
    color: #6c6c6c;
}
.s3_main_cen{
	width: 100%;
    height: auto;
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.s3_main_cen_left{
	float: left;
    width: 698px;
    height: 660px;
    font-size: 30px;
}
.s3_main_cen_left_tit{
    width: 100%;
    height: 118px;
}
.s3_main_cen_left li{
	width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
}
.s3_main_cen_left li span{
float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    border-radius: 20px;
    margin-right: 15px;
}
.s3_main_cen_left li span.l1{
    background: #7edafd;	
}
.s3_main_cen_left li span.l2{
    background: #fe6f9d;	
}
.s3_main_cen_left li span.l3{
    background: #ff9e58;	
}
.s3_main_cen_left li span.l4{
	background: #f264f7;	
}
.s3_main_cen_left li span.l5{
    background: #fe9e7a;	
}
.s3_main_cen_left li h5{
    float: left;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    color: #576477;
}

.s3_main_cen_cen{
	width: 300px;
    height: 650px;
    float: left;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 46px;
    padding: 15px;
    box-shadow: inset 0 0 14px #c1c1c1;
}
.s3_main_cen_cen:after{
	content: " ";
    position: absolute;
    width: 0px;
    height: 100px;
    left: -6px;
    top: 160px;
    background: #ffffff;
    z-index: 99;
    border-radius: 3px 0px 0px 3px;
    padding: 3px;
    box-shadow: inset 0 0 4px #c1c1c1;
}
.s3_main_cen_cen:before{
    content: " ";
    position: absolute;
    width: 0px;
    height: 60px;
    right: -6px;
    top: 160px;
    background: #fff;
    z-index: 99;
    border-radius: 0px 3px 3px 0px;
    padding: 3px;
	box-shadow: inset 0 0 4px #c1c1c1;
}
.s3_main_cen_cen img{
	width: 100%;
    height: 650px;
    border-radius: 32px;
}


.s4{
    width: 100%;
    height: auto;
}
.s4_main{
    width: 100%;
    height: auto;
    margin: auto;
}

.s4_main_tit{
	width: 100%;
    height: auto;
}
.s4_main_tit h1{
	width: 100%;
    height: 165px;
    line-height: 280px;
    text-align: center;
    font-size: 34px;
}
.s4_main_tit p{
    width: 100%;
    height: 50px;
    line-height:50px;
    text-align: center;
	font-size: 20px;
    color: #6c6c6c;
}
.s4_main_cen{
    width: 1200px;
    height: auto;
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
.s4_main_cen_cen{
	width: 300px;
    height: 650px;
    float: left;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 46px;
    padding: 15px;
    box-shadow: inset 0 0 14px #c1c1c1;
}

.s4_main_cen_cen img{
	width: 100%;
    height: 650px;
    border-radius: 32px;
}



.s8{
    width: 100%;
    height: auto;
}
.s8_main{
    width: 100%;
    height: auto;
    margin: auto;
}
@media (min-width: 1200px){
	.s8_main {
		max-width: 1140px;
	}
}
.s8_main_tit{
	width: 100%;
    height: auto;
}
.s8_main_tit h1{
	width: 100%;
    height: 165px;
    line-height: 280px;
    text-align: center;
    font-size: 34px;
}
.s8_main_tit p{
    width: 100%;
    height: 50px;
    line-height:50px;
    text-align: center;
	font-size: 20px;
    color: #6c6c6c;
}
.s8_main_cen{
    width: 100%;
    height: 440px;
    position: relative;
    padding-top: 50px;

}

.s8_main_cen .t1{
    width: 100%;
    height: 500px;
    text-align: center;
	position: absolute;
}
.s8_main_cen .t1 img{
    width: 70%;
    height: auto;
	animation: animateObj1 2500ms linear 800ms infinite;
	-webkit-animation: animateObj1 2500ms linear 800ms infinite;
	-moz-animation: animateObj1 2500ms linear 800ms infinite;
}

 @keyframes animateObj1 {
	0% {
		transform: translate(0px, 0px) scale(1);
	}
	50% {
		transform: translate(0px, 5px) scale(1);
	}
	100% {
		transform: translate(0px, 0px) scale(1);
	}
}
 @-webkit-keyframes animateObj1 {
	0% {
		transform: translate(0px, 0px) scale(1);
	}
	100% {
		transform: translate(0px, 0px) scale(1);
	}
}


.s8_main_cen .t2{
    width: 100%;
    height: 500px;
    text-align: center;
    position: relative;
}
.s8_main_cen .t2 img{
    width: 60%;
    height: auto;
	animation: animateObj2 1500ms linear 800ms infinite;
	-webkit-animation: animateObj2 2500ms linear 800ms infinite;
	-moz-animation: animateObj2 2500ms linear 800ms infinite;
}
 @keyframes animateObj2{
	0% {
		transform: translate(0px, 0px) scale(1);
	}
	50% {
		transform: translate(0px, 10px) scale(1);
	}
	100% {
		transform: translate(0px, 0px) scale(1);
	}
}
 @-webkit-keyframes animateObj2 {
	0% {
		transform: translate(0px, 0px) scale(1);
	}
	100% {
		transform: translate(0px, 0px) scale(1);
	}
}

.s8_main_bot{
    width: 100%;
    height: 300px;
    text-align: center;
}
.s8_main_bot img{
	width: 70%;
    height: auto;
}
.footer{
    width: 100%;
    color: #333;
    height:80px;
    text-align: center;
    padding-top: 20px;
}
.maztis{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    display: none;
}
.maztus_main{
    width: 400px;
    height: 600px;
    z-index: 9999999;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -200px;
    margin-top: -100px;
}
.maztus_main_top{
    font-size: 18px;
    color: #000;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.maztus_main_cen{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    height: 538px;
    width: 100%;
    flex-wrap: nowrap;
    overflow: auto;
}
.maztus_main_cen_txt{
    font-size: 15px;
    color: #f00;
    width: 100%;
    height: 50px;
    text-align: center; 
    margin-bottom: 10px;
    margin-top: 10px
}
.maztus_main_cen img{
    width: 90%;
    height: auto;
    background: #222;
    border-radius: 10px;
}
.maztus_main_bot{
    
}