@charset "utf-8";  
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	-webkit-touch-callout: none
}

a,a:active,a:focus,a:hover,a:link,a:visited {
	display: block;
	color: inherit;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	background: 0 0;
	text-decoration: none!important
}

:-moz-placeholder,textarea:-moz-placeholder {
	color: #cecece
}

::-moz-placeholder,textarea::-moz-placeholder {
	color: #cecece
}

input:-ms-input-placeholder,textarea::-ms-input-placeholder {
	color: #cecece
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #cecece
}

button,input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: none
}

button,input {
	border: none;
	background: 0 0
}

img {
	display: block
}

.mask {
	display: none;
	width: 100vw;
	min-height: 100vh;
	background: rgba(0,0,0,.85);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99
}

html {
	width: 100%;
	background-color: #f8f8f8;
}

header {
    position: fixed;
    top: 0;
    /* left: 50%; */
    /* transform: translate(-50%,0); */
    width: 100%;
    height: 63px;
    background: rgba(0,0,0,.51);
    z-index: 9;
    /* -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0); */
}

header>div {
	width: 1080px;
	height: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
    justify-content: space-between;
}

header>div div{
    display: flex;
    align-items: center;
}
header img.logo {
	width: 47px;
	height: auto;
	margin-left: 30px;
}

header a {
	margin-right: 53px;
	font-size: 12px;
	color: #fff!important
}

.main {
	/* width: 1080px; */
	text-align: center;
	/* margin: 0 auto */
}

.banner {
	width: 100%;
	min-width: 1080px;
	height: 613px;
    position: relative;
	background: #13131B;
    overflow: hidden;
}

.banner .bannerimg {
	width: 100%;
	/* height: 100%; */
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.banner .left{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 454px;
    height: 386px;
}

.banner .in>div {
    position: absolute;
    top: 195px;
    right: 173px;
}
.banner .in>div .logo2{
    width: 113px;
    height: auto;
    margin: 0 auto;
}

.banner .in>div .txt {
	font-size: 12px;
	color: #111
}

.banner .in>div .titleimg {
	width: 317px;
	height: auto;
    margin-top: 25px;
}

.banner .in>div .download {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 46px;
}

.banner .in>div .download img {
	width: 153px;
	height: auto;
}

.banner .righticon {
	width: 215px;
	height: auto;
	position: absolute;
	top: 76px;
	right: 0
}

.work {
	background: #13131B;
	overflow: hidden;
	/* padding-left: 92px; */
	text-align: left;
	position: relative
}
.banner .in,
.faqs .in,
.work .in{
	width: 1080px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	border: none;
}
.work .in .bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.work .title {
	font-size: 32px;
	color: #fff;
	margin-top: 42px;
	font-weight: 700
}

.work .txt {
	margin-top: 8px;
	font-size: 12px;
	color: #fff
}

.work ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-around;
	margin-top: 30px
}

.work ul li {
	margin-right: 21px;
	text-align: center;
	width: 205px;
	height: 235px;
	background: #000;
	border-radius: 16px;
	list-style: none
}

.work ul li img {
	height: 40px;
	width: auto;
	margin: 54px auto 0
}

.work ul li .titlep {
	margin-top: 37px;
	font-size: 16px;
	color: #fff;
	font-weight: 700
}

.work ul li .txtp {
	font-size: 12px;
	color: #fff;
	margin: 7px 20px 0
}

.work .title2 {
	font-size: 29px;
	color: #fff;
	margin-top: 120px;
	font-weight: 700
}

.work .txt2 {
	font-size: 12px;
	color: #fff;
	margin-top: 11px;
	margin-bottom: 109px;
	width: 440px
}

.work .maskimg {
	width: 533px;
	height: auto;
}

.faqs {
	padding: 50px 92px 25px;
	text-align: left
}

.faqs .title {
	font-size: 32px;
	color: #1c1c20;
	margin-bottom: 34px;
	font-weight: 700
}

.faqs div {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 28px
}

.faqs div p:first-child {
	font-size: 13px;
	color: #1c1c20;
	font-weight: 700
}

.faqs div p:last-child {
	font-size: 13px;
	color: #989898;
	margin: 9px 0 19px
}

footer {
	background: #273343
}

footer .top {
	padding: 0 95px
}

footer .top>div {
	width: 1080px;
	height: 105px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between
}

footer .top>div>div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center
}

footer .top div div {
	margin-right: 61px
}

footer .top div p:first-child {
	font-size: 10px;
	color: #fff
}

footer .top div p:last-child {
	font-size: 10px;
	color: #fff;
	opacity: .7;
	margin-top: 16px
}

footer .top .downlogo {
	width: 86px;
	height: auto
}

footer .bottom {
	padding: 0 95px;
	background: #242c3c
}

footer .bottom div {
	width: 1080px;
	height: 52px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	color: #fff;
	font-size: 12px
}

footer .bottom p {
	margin-right: 16px
}