﻿/**-----重置样式-----**/
html,body,h1,h2,h3,h4,h5,p,dl,dd,ul,ol,form,input,textarea,th,td,select { margin:0; padding:0; }
em,i { font-style:normal; }
ul,li { list-style:none; }
a { text-decoration:none; color: #333;}
img { border:none; vertical-align:top; }
table { border-collapse:collapse; }
input,textarea { outline:none; }
textarea { resize:none; overflow:auto; }
body { font-size:14px; font-family:"微软雅黑"; overflow-x: hidden;}
/* end reset */

.fl{float: left !important;}             
.fr{float: right !important;}                                         

.clearfix:before,.clearfix:after{content: '';display: table;}  
.clearfix:after{clear: both;} 

*.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.overpoints{
	overflow: hidden;
	text-overflow:ellipsis;
    white-space: nowrap;
}
.p_overpoints{
	overflow: hidden;
	text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.fill-img{
	width: 100%;
	height: 100%;
	display: block;
}
.box {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*===================首页=========================*/

/*头部*/
.head {
	width: 100%;
	height: 120px;
	background-color: #dd242a;
}
.header-wrap{
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	border-bottom: 1px solid #e88184;
}

/*logo*/
.head-logo{
	width: 208px;
	height: 58px;
	margin: 31px 0;
}
.nav-list{
	padding-right: 112px;
}
.nav-list li{
	line-height: 119px;
	float: left;
	margin-left: 156px;
}
.nav-list li a{
	font-size: 16px;
	color: #dedede;
}
.nav-list .on a{
	color: #fff !important;
}

/*下载*/
.download-wrap{
	width: 100%;
	height: 718px;
	background-color: #dd242a;
}
.download-con{
	width: 1200px;
	height: 718px;
	margin: 0 auto;
}
.download-left{
	width: 520px;
	height: auto;
	padding: 105px 0 58px;
}
.left-note {
	font-size: 70px;
	font-weight: bold;
	color: #fff;
}
.left-notice {
	margin-top: 65px;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}
.download-code {
	width: auto;
	height: 177px;
	margin: 115px 0 0;
}
.download-type {
	width: 220px;
	height: 177px;
	margin-left: 35px;
	padding: 10px 0;
}
.download-right{
	width: 358px;
	height: 706px;
	padding: 55px 0 0 0;
}
.download-qr{
	width: 177px;
	height: 177px;
}
.android-btn {
	display: block;
	width: 220px;
	height: 60px;
	margin-bottom: 37px;
}
.ios-btn {
	display: block;
	width: 220px;
	height: 60px;
}

/*底部*/
.foot{
	width: 100%;
	height: 78px;
	background-color: #fff;
}
.foot-note {
	width: 1200px;
	height: 78px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 78px;
	color: #333;
}


/*===================关于我们========================*/

.about-ad{
	width: 100%;
	height: 280px;
	background: url(../images/about-ad.jpg) center no-repeat;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
}
.article {
	width: 100%;
	height: auto;
}
.content{
	width: 1200px;
	min-height: 698px;
	margin: 0 auto;
}
.content h2{
	font-size: 24px;
	font-weight: normal;
	margin: 40px 0 44px;
	text-align: center;
}
.content p{
	font-size: 14px;
	text-indent: 2em;
	line-height: 24px;
	margin-bottom: 26px;
}
.content p:last-child {
	font-size: 14px;
	text-indent: 2em;
	line-height: 24px;
	margin-bottom: 40px;
}
.about-img {
	width: 1200px;
	height: 844px;
	margin-bottom: 40px;
}
.bg-grey{
	width: 100%;
	height: 100px;
	background-color: #333;
}
.about-foot {
	width: 1200px;
	margin: 32px auto 0;
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	color: #fff;
}
.about-foot-notice {
	width: 1200px;
	margin: 10px auto 0;
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	color: #fff;
}
.out-link {
	font-size: 14px;
	color: #fff;
}
.policy-btn {
	margin-left: 10px;
	padding-left: 15px;
	font-size: 14px;
	border-left: 1px solid #d2d2d2;
}
.policy-btn:hover {
	color: #dd242a;
}
.aboutus .policy-btn {
	color: #ccc;
}
.aboutus .policy-btn:hover {
	color: #fff;
}
.index .out-link {
	color: #333;
}
.index .out-link:hover {
	color: #dd242a;
}
.policy .content p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
