*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body, fieldset, html, iframe, img {
    border: 0;
}

html,
body {
    margin: 0;
}

body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", SimSun, sans-serif;
    font-size: 14px;
    -webkit-user-select: initial !important;
    user-select: initial !important;
}

a {
    text-decoration: none;
    transition: color .3s ease;
}

ul,
ul li,
ol,
ol li {
    list-style-type: none;
    margin-top: -20px;
    padding: 0;
}

body {
	min-width: 1060px;
	background-color: #070707;
}

.header {
    width: 100%;
	background-image: url("../images/top-bg.png");
    background-size:cover;
    background-repeat: no-repeat;
}

.header .container {
    width: 1060px;
    margin: 0 auto;
}

.header .container:after {
	display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.header .left {
    width: 603px;
    height: auto;
    background-size: cover;
    margin-top: 60px;
    margin-left: 30px;
    float: left;
    display: block;
}

.header .left.wap {
	display: none;
}

.header .right {
    float: right;
    margin-top: 210px;
    margin-right: 38px;
}

.header .right .logo {
    width: 360px;
}

.header .right .download {
    margin-top: 53px;
}

.header .right .download .iphone {
	display: inline-block;
    width: 170px;
    height: 58px;
    background: url('../images/iphone-download.png') no-repeat;
    background-size: contain;
    background-size: 100%;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/iphone-download.png',sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/iphone-download.png',sizingMethod='scale')";
}

.header .right .download .iphone:hover {
	display: inline-block;
    width: 170px;
    height: 58px;
    background: url('../images/iphone-download-active.png') no-repeat;
    background-size: contain;
    background-size: 100%;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/iphone-download-active.png',sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/iphone-download-active.png',sizingMethod='scale')";
}

.header .right .download .iphone:active {
	display: inline-block;
    width: 170px;
    height: 58px;
    background: url('../images/iphone-download-active.png') no-repeat;
    background-size: contain;
    background-size: 100%;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/iphone-download-active.png',sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/iphone-download-active.png',sizingMethod='scale')";
}

.header .right .download .android {
	display: inline-block;
    width: 170px;
    height: 58px;
    background: url('../images/android-download.png') no-repeat;
    background-size: contain;
    background-size: 100%;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/android-download.png',sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/android-download.png',sizingMethod='scale')";
    float: right;
}

.header .right .download .android:hover {
	display: inline-block;
    width: 170px;
    height: 58px;
    background: url('../images/android-download-active.png') no-repeat;
    background-size: contain;
    background-size: 100%;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/android-download-active.png',sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/android-download-active.png',sizingMethod='scale')";
}

.header .right .download .android:active {
	display: inline-block;
    width: 170px;
    height: 58px;
    background: url('../images/android-download-active.png') no-repeat;
    background-size: contain;
    background-size: 100%;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/android-download-active.png',sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/android-download-active.png',sizingMethod='scale')";
}


.header .right .outlay{
	width: 360px;
	height: 50px;
	display: inline-block;
	background-size: contain;
	background:url('../images/sfzx_d.png') no-repeat;
}

.header .right .outlay:hover {
	width: 360px;
	height: 50px;
	display: inline-block;
	background-size: contain;
	background:url('../images/sfzx_c.png') no-repeat;
}

.header .right .outlay:active {
	width: 360px;
	height: 50px;
	display: inline-block;
	background-size: contain;
	background:url('../images/sfzx_c.png') no-repeat;
}

.main {
	background: #070707;
}

.main .container {	
	width: 1060px;
	margin: 0 auto;
}

.main .top {
	width: 100%;
	/*padding-top: 72px;*/
	font-size: 34px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.main .middle {
	width: 100%;
    margin: 0 auto;
}

.main .middle .feature {
	width: 100%;
	overflow: hidden;
}

.main .middle .feature li {
	width: 100%;
	float: left;
}

.main .middle .feature li img {
	width: 300px;
}

.main .middle .feature .feature2 {
	text-align: center;
}

.main .middle .feature .feature2 img.www {
	display: inline-block;
}

.main .middle .feature .feature2 img.wap
 {
	display: none;
}

.main .middle .feature .feature3 {
	text-align: right;
}

.main .bottom {
	width: 100%;
	padding: 56px 0 0 26px;
}

.main .bottom .fun {
	width: 100%;
	overflow: hidden;
	padding-bottom: 35px;
}

.main .bottom .fun li {
	float: left;
	margin-bottom: 40px;
}

.main .bottom .fun li.odd {
	width: 55%;
}

.main .bottom .fun li.even {
	width: 45%;
}

.main .bottom .fun li img {
	width: 46px;
	height: 46px;
	margin-right: 15px;
	vertical-align: text-bottom;
}

.main .bottom .fun li .item {
	display: inline-block;
}

.main .bottom .fun .title {
	color: #fff;
	font-size: 18px;
	margin-bottom: 4px;
	font-weight: normal;
}

.main .bottom .fun .desc {
	color: #fff;
	font-size: 14px;
}

.footer {
	width: 100%;
	background: #070707;
	margin-top: 20px;
}

.footer .info {
	width: 1060px;
	height: 152px;
	margin: 0 auto;
}

.footer .contact {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin-top: 61px;
}

.footer .contact.wechat {
	margin-left: 136px;
	position: relative;
}

.footer .contact.wechat:before {
	content: '';
	position: absolute;
	top: 0;
	left: -24px;
    width: 20px;
    height: 20px;
	background: url('../images/wechat-icon.png') no-repeat;
	background-size: contain;
}

.footer .contact.business {
	margin-left: 88px;
	position: relative;
}

.footer .contact.business:before {
	content: '';
	position: absolute;
	top: 0;
	left: -24px;
    width: 20px;
    height: 20px;
	background: url('../images/business-icon.png') no-repeat;
	background-size: contain;
}

.footer .qr-code {
	float: right;
	margin: 35px 50px 0 0;
}

.footer .qr-code img {
	width: 85px;
    height: auto;
}

.footer .qr-code .follow {
	margin-right: 34px;
}

.footer .copyright {
	text-align: center;
	color: #fff;
	font-size: 12px;
	opacity: .7;
	padding: 0 5px 13px 5px;
}

.footer .copyright a {
	color: #fff;
}

@media (max-width: 768px) {
	body {
		min-width: 0;
	}

	.header {
		height: auto;
	}

	.header .container {
		width: 100%;
	}

	.header .right {
		float: none;
		margin: 60px auto 0 auto;
	}

	.header .right .logo {
		width: 286px;
		margin: 0 auto;
    	display: block;
	}

	.header .right .download .iphone {
	    width: 136px;
	    height: 45px;
	}

	.header .right .download .iphone:hover {
	    width: 136px;
	    height: 45px;
	}

	.header .right .download .iphone:active {
	    width: 136px;
	    height: 45px;
	}


	.header .right .download .android {
	    width: 136px;
	    height: 45px;
	}

	.header .right .download .weixin .xiaochengxv {
	    width: 136px;
	    height: 45px;
	}

	.header .right .download .weixin .weixin_nr {
	    width:136px;
		height:136px;
	}

	.header .right .download .weixin .weixin_nr .erweima {
	    width:136px;
	}

	.header .right .download .weixin .weixin_nr .arrow{ left:62px; top:-16px;}

	.header .right .download .android:hover {
	    width: 136px;
	    height: 45px;
	}

	.header .right .download .android:active {
	    width: 136px;
	    height: 45px;
	}

	.header .right .download {
		width: 286px;
		margin: 38px auto 0 auto;
	}

	.header .left.www {
		display: none;
	}

	.header .left.wap {
		display: block;
	}

	.header .left {
		width: 100%;
		float: none;
		height: auto;
		margin: 0;
	}

	.main .top {
		font-size: 24px;
	}

	.main .container {
		width: 100%;
		padding: 0;
	}

	.main .middle {
	}

	.main .middle .feature {
	}

	.main .middle .feature li {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 12px;
	}

	.main .middle .feature .feature2 {
		text-align: center;
	}

	.main .middle .feature .feature2 img.www {
		display: none;
	}

	.main .middle .feature .feature2 img.wap {
		display: inline-block;
	}

	.main .middle .feature .feature3 {
		text-align: center;
	}

	.main .bottom {
		padding: 18px 40px 0 40px;
		text-align: center;
	}

	.main .bottom .fun {
		padding-bottom: 20px;
	}

	.main .bottom .fun .desc {
		display: none;
	}

	.main .bottom .fun li img {
		vertical-align: bottom;
		margin-right: 10px;
		width: 37px;
    	height: 37px;
	}

	.main .bottom .fun .title {
		line-height: 26px;
	}

	.main .bottom .fun li {
		margin-bottom: 15px;
	}

	.footer .info {
		width: 100%;
		height: auto;
		text-align: center;
	}

	.footer .qr-code {
		float: none;
		margin: 30px 0 20px 0;
	}

	.footer .contact.wechat {
		margin: 0 44px 0 28px;
	}

	.footer .contact.business {
		margin: 20px 0 20px 28px;
	}

	.footer .qr-code img {
		width: 110px;
	}

	.footer .qr-code .follow {
		margin-right: 44px;
	}
}

@media (min-width: 400px) and (max-width: 768px) {
	.header .right .logo {
		width: 312px;
	}

	.header .right .download {
		width: 312px;
	}

	.header .right .download .iphone {
	    width: 145px;
	    height: 48px;
	}

	.header .right .download .iphone:hover {
	    width: 145px;
	    height: 48px;
	}

	.header .right .download .iphone:active {
	    width: 145px;
	    height: 48px;
	}

	.header .right .download .android {
	    width: 145px;
	    height: 48px;
	}

	.header .right .download .android:hover {
	    width: 145px;
	    height: 48px;
	}

	.header .right .download .android:active {
	    width: 145px;
	    height: 48px;
	}
}

@media (max-width: 320px) {
	.header .right .logo {
		width: 248px;
	}

	.header .right .download {
		width: 248px;
	}

	.header .right .download .iphone {
	    width: 116px;
	    height: 38px;
	}

	.header .right .download .iphone:hover {
	    width: 116px;
	    height: 38px;
	}

	.header .right .download .iphone:active {
	    width: 116px;
	    height: 38px;
	}

	.header .right .download .android {
	    width: 116px;
	    height: 38px;
	}

	.header .right .download .android:hover {
	    width: 116px;
	    height: 38px;
	}

	.header .right .download .android:active {
	    width: 116px;
	    height: 38px;
	}
}

.xiaochengxv{
	width: 170px;
	height: 58px;
}

.erweima{
	width: 170px;
}

.weixin{ position:relative; }
/*以上两个width和height数值需保持一致，可根据需要调整尺寸，定位方式，font-size设置字体大小*/

.weixin .weixin_nr{width:170px; height:170px;  text-align:center; position:absolute;  top:17px; display:none;}
/*以上可根据需要调整外边框大小，背景色，定位方式，摆放位置等*/

.weixin .weixin_nr img{ margin-bottom:5px;}
/*以上可调整二维码图片大小，注意和外边框大小相匹配*/
.weixin.on .weixin_nr{ display:block;}