body{
	background-color: #FFFFFF;
	font-family:"PingFang-SC-Medium";
	padding: 0 !important;
	margin: 0 !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	outline: none;
	background-color: #ffffff;
}
.main {
    width: 100%;
}
.container{
	width: 100%;
	position: relative;
}
.public{
	width:88%;
	margin: 0 auto;
	position: relative;
	z-index: 111;
}
.title{
	width: 100%;
	height: 68px;
	padding-top: 15px;
	/* display: flex;
	flex-direction: row;
	justify-content: space-between; */
}
.title_logo{
	float: left;
	width: 60px;
	height: 60px;
	background-image: url(static/logo-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60px 60px;
}
.title_text{
	float: left;
	width: 230px;
	height: 68px;
	/* margin-left: 30px; */
	background-image: url(static/wnl-words.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 210px 41px;
}
.navList{
	float: right;
	height: 68px;
}
.navLink {
    float: left;
    height: 68px;
    color: #ffffff;
    padding-top: 26px;
    font-size: 14px;
}
.navLink+.navLink {
    margin-left: 50px;
}
a {
   text-decoration: none;
   background-color: transparent;
}
div {
    display: block;
}
.firstLevel {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0.05;
    filter: alpha(opacity=5);
    background-image: url(static/mask.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 6px 6px;
}
.secondLevel {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #ffffff;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
@media only screen and (min-width: 960px)
.thirdLevel.index {
    background-size: 100% auto;
}
.thirdLevel.index{
    background-image: url(static/bg.jpg);
    background-size: 1920px 1080px;
}
.zoom {
    animation: bgZoom 1.2s ease-in-out;
    -webkit-animation: bgZoom 1.2s ease-in-out;
    -moz-animation: bgZoom 1.2s ease-in-out;
    -ms-animation: bgZoom 1.2s ease-in-out;
    -o-animation: bgZoom 1.2s ease-in-out;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}
.thirdLevel {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 98;
    opacity: 0.3;
    filter: alpha(opacity=30);
    background-position: center;
    background-repeat: no-repeat;
}
.fourthLevel {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 97;
    background-color: #d93448;
}
.public .about {
    height: 400px;
}
.wnlDescTxt {
    margin: 80px auto 40px;
    font-size: 60px;
    color: #ffffff;
    text-align: center;
}
.wnlDownloadContent {
    width: 636px;
    height: 50px;
    margin: 0 auto 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.wnlDownloadContent a {
    float: left;
    width: 190px;
    height: 50px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.androidLink {
    margin-left:30px;
}
.iosLink {
    margin-left:100px;
}
.downloadLinkTxt {
    float: right;
    width: 123px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    border-left: 1px solid #ffffff;
    font-weight: 300;
}
.downloadLinkIcon {
    float: left;
    width: 66px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
.iosIcon {
    background-image: url(static/apple-icon.png);
}
.androidIcon {
    background-image: url(static/and-icon.png);
}
.descContent {
    width: 700px;
    height: 50px;
    margin: 0 auto;
    padding-bottom: 87px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.descContent>div {
    width: 240px;
    height: 50px;
    float: left;
}
.descDom1{
	margin-left:25px;
}
.descDom2, .descDom3 {
    margin-left:55px;
}
.leftDescDom {
    background-image: url(static/home-tt-l.png);
}
.rightDescDom {
    background-image: url(static/home-tt-r.png);
}
.leftDescDom, .rightDescDom {
    width: 25px;
    height: 50px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 50px;
}
.descTxtDom {
    float: left;
    width: 190px;
    height: 50px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    /* font-weight: lighter; */
}
.descTxtDom.light {
    font-weight: 300;
}
.descTxtDom2 {
    margin-top: 4px;
}
.wnlDesc1 {
    width: 940px;
    height: 400px;
    margin: 80px auto 0;
    border-bottom: 2px solid #dfdfdf;
}
.wnlLeftTxt1 {
    float: left;
    margin-left: 40px;
    margin-top: 90px;
    max-width: 460px;
}
.nongliIconContent {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    opacity: 1;
    filter: alpha(opacity=0);
}
.noneliTitle {
    font-size: 32px;
    color: #111111;
    line-height: 1.25em;
    margin-bottom: 20px;
    opacity: 1;
    filter: alpha(opacity=0);
}
.nongliDesc {
    font-size: 20px;
    color: #999999;
    line-height: 1.5em;
    opacity: 1;
    filter: alpha(opacity=0);
}
.wnlRightImg {
    float: right;
    width: 320px;
    height: 400px;
    background-image: url(static/home-sm-img01.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 320px 663px;
    opacity: 1;
    filter: alpha(opacity=0);
}
.wnlRightImg2{
	float: right;
	width: 320px;
	height: 400px;
	background-image: url(static/home-sm-img03.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 320px 663px;
	opacity: 1;
	filter: alpha(opacity=0);
}
.wnlRightImg5{
	float: right;
	width: 320px;
	height: 400px;
	background-image: url(static/img5.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 320px 663px;
	opacity: 1;
	filter: alpha(opacity=0);
}
@keyframes bgZoom{
    0%{
        background-size: 100% auto;
    }
    100%{
        background-size: 105% auto;
    }
}
@-webkit-keyframes bgZoom{
    0%{
        background-size: 100% auto;
    }
    100%{
        background-size: 105% auto;
    }
}
@-moz-keyframes bgZoom{
    0%{
        background-size: 100% auto;
    }
    100%{
        background-size: 105% auto;
    }
}
@-ms-keyframes bgZoom{
    0%{
        background-size: 100% auto;
    }
    100%{
        background-size: 105% auto;
    }
}
@-o-keyframes bgZoom{
    0%{
        background-size: 100% auto;
    }
    100%{
        background-size: 105% auto;
    }
}

.fadeInLeft{
    animation: slideInLeft 1.2s ease-in-out;
    -webkit-animation: slideInLeft 1.2s ease-in-out;
    -moz-animation: slideInLeft 1.2s ease-in-out;
    -ms-animation: slideInLeft 1.2s ease-in-out;
    -o-animation: slideInLeft 1.2s ease-in-out;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}
@keyframes slideInLeft{
    0%{
        transform: translateX(-100px);
        opacity: 0;
    }
    100%{
        transform: none;
        opacity: 1;
    }
}
@-webkit-keyframes slideInLeft{
    0%{
        transform: translateX(-100px);
        opacity: 0;
    }
    100%{
        transform: none;
        opacity: 1;
    }
}
@-moz-keyframes slideInLeft{
    0%{
        transform: translateX(-100px);
        opacity: 0;
    }
    100%{
        transform: none;
        opacity: 1;
    }
}
@-ms-keyframes slideInLeft{
    0%{
        transform: translateX(-100px);
        opacity: 0;
    }
    100%{
        transform: none;
        opacity: 1;
    }
}
@-o-keyframes slideInLeft{
    0%{
        transform: translateX(-100px);
        opacity: 0;
    }
    100%{
        transform: none;
        opacity: 1;
    }
}

.fadeInRight{
    animation: slideInfRight 1.2s ease-in-out;
    -webkit-animation: slideInfRight 1.2s ease-in-out;
    -moz-animation: slideInfRight 1.2s ease-in-out;
    -ms-animation: slideInfRight 1.2s ease-in-out;
    -o-animation: slideInfRight 1.2s ease-in-out;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
}
@keyframes slideInfRight{
    0%{
        transform: translateX(100px);
        opacity: 0;
    }
    100%{
        transform: none;
        opacity: 1;
    }
}
@-webkit-keyframes slideInfRight{
    0%{
        transform: translateX(100px);
        opacity: 0;
    }
    100%{
        transform: none;
        opacity: 1;
    }
}
@-moz-keyframes slideInfRight{
    0%{
        transform: translateX(100px);
        opacity: 0;
    }
    100%{
        transform: none;
        opacity: 1;
    }
}
@-ms-keyframes slideInfRight{
    0%{
        transform: translateX(100px);
        opacity: 0;
    }
    100%{
        transform: none;
        opacity: 1;
    }
}
@-o-keyframes slideInfRight{
    0%{
        transform: translateX(100px);
        opacity: 0;
    }
    100%{
        transform: none;
        opacity: 1;
    }
}
.wnlDesc2 {
    position: relative;
    width: 940px;
    height: 400px;
    margin: 80px auto 0;
    border-bottom: 2px solid #dfdfdf;
}
.wnlDescTxt2 {
    float: right;
    max-width: 460px;
    margin: 90px 40px 90px 0;
}
.toolTitle {
    font-size: 32px;
    color: #111111;
    line-height: 1.25em;
    margin-bottom: 20px;
    opacity: 1;
    filter: alpha(opacity=0);
}
.toolDesc {
    font-size: 20px;
    color: #999999;
    line-height: 1.5em;
    opacity: 1;
    filter: alpha(opacity=0);
}
.wnlToolImgList {
    opacity: 1;
    filter: alpha(opacity=0);
    position: absolute;
    bottom: 0;
    left: 0;
}
.shadowLeft2 {
    position: absolute;
    left: 100px;
    bottom: 0;
    z-index: 12;
    width: 20px;
    height: 311px;
    background-image: url(static/home-shadow-l.png);
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: 20px 1px;
}
.wnlToolImg2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 11;
    width: 194px;
    height: 353px;
    background-image: url(static/home-sm-img02b.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 194px 353px;
}
.wnlToolImg3 {
    position: absolute;
    left: 120px;
    bottom: 0;
    z-index: 12;
    width: 402px;
    height: 400px;
    background-image: url(static/home-sm-img02a.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.wnlToolImg4_b {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 11;
    width: 194px;
    height: 353px;
    background-image: url(static/4b.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 194px 353px;
}
.wnlToolImg4_a {
    position: absolute;
    left: 120px;
    bottom: 0;
    z-index: 12;
    width: 402px;
    height: 400px;
    background-image: url(static/4a.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.bottomBanner {
    width: 100%;
    height: 270px;
    background-color: #d93448;
	margin-top:50px;
}
.bottomWrap {
    margin: 0 auto;
    width: 960px;
}
.bottomWNLIcon {
    margin-left: auto;
    width: 60px;
    height: 60px;
    padding-top: 60px;
    /* margin: 0 auto; */
    background-image: url(static/foot-logo.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 60px 60px;
}
.socialListContent {
    float: left;
    position: relative;
    width: 350px;
    height: 100px;
    margin: 0 auto;
    /* padding: 20px 0 40px; */
}
.socialListContent a {
    /* float: left; */
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
.wxLink {
    background-image: url(static/foot-wx-icon.png);
}
.qqLink {
    margin-left: 10px;
    background-image: url(static/foot-qq-icon.png);
}
.socialListContent .address {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    font-weight: 400;
    opacity: 0.8;
}
.socialListContent .telephone {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    font-weight: 400;
    opacity: 0.8;
}
.rightTxt {
    margin-top: 14px;
    width: 100%;
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    color: #dfdfdf;
}
.copyright, .goverment {
    margin-top: 6px;
    width: 100%;
    text-align: right;
    /* padding: 5px 0 0; */
    line-height: 20px;
    font-size: 12px;
    color: #dfdfdf;
}
.goverment {
    padding: 0 0 60px;
}
.goverment a {
    display: inline-block;
    color: #dfdfdf;
    padding-right: 5px;
}
.wnlDesc3 {
    position: relative;
    width: 940px;
    height: 400px;
    margin: 80px auto 0;
    border-bottom: 2px solid #dfdfdf;
}
.wnlDescTxt3 {
    float: left;
    margin-left: 40px;
    margin-top: 90px;
    max-width: 460px;
}
.cardTitle {
    font-size: 32px;
    color: #111111;
    line-height: 1.25em;
    margin-bottom: 20px;
    opacity: 1;
    filter: alpha(opacity=0);
}
.cardDesc {
    font-size: 20px;
    color: #999999;
    line-height: 1.5em;
    opacity: 1;
    filter: alpha(opacity=0);
}
.wnlCardImgList {
    opacity: 1;
    filter: alpha(opacity=0);
    position: absolute;
    bottom: 0;
    right: 0;
}
.shadowRight2 {
    position: absolute;
    right: 100px;
    bottom: 0;
    z-index: 12;
    width: 20px;
    height: 311px;
    background-image: url(static/home-shadow-r.png);
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: 20px 1px;
}
.wnlCardImg2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 11;
    width: 222px;
    height: 311px;
    background-image: url(static/3b.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 222px 311px;
}
.wnlCardImg3 {
    position: absolute;
    right: 120px;
    bottom: 0;
    z-index: 12;
    width: 282px;
    height: 399px;
    background-image: url(static/3a.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 282px 399px;
}
.wnlCardImg5b {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 11;
    width: 222px;
    height: 311px;
    background-image: url(static/5b.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 222px 311px;
}
.wnlCardImg5a {
    position: absolute;
    right: 120px;
    bottom: 0;
    z-index: 12;
    width: 282px;
    height: 399px;
    background-image: url(static/5a.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 282px 399px;
}
.navList a:hover{
	text-decoration:underline;
}
.about_public{
	width: 940px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 80px auto 0;
}
.about_public_top{
	width: 420px;
	height: 117px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.about_public_top2{
	font-size: 38px;
	text-align: center;
}
.about_public_top3{
	font-size: 28px;
	text-align: center;
}
.about_public_center1{
	font-size: 30px;
	margin-top: 30px;
	margin-bottom:10px;
}
.about_public_center2, .about_public_center3, .about_public_center4{
	font-size: 20px;
	margin-top: 20px;
}
.about_public_center5{
	width: 100%;
	font-size: 20px;
	margin-top: 20px;
}
.about_public_end1{
	font-size: 30px;
	margin-top: 30px;
	margin-bottom:10px;
}
.about_public_end2{
	width:650px;
	height:225px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 200px;
	margin-top: 20px;
}
.about_public_end2 table{
	width: 100%;
	height: 100%;
	font-size: 20px;
}
.about_public_table{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
li{
	list-style:none;
}
