﻿@charset "utf-8";
/*
 *    reset样式
 */
html,body {
    background:#fff;
    color:#000;
    font-family: "微软雅黑","microsoft yahei",sans-serif;
    font-size: 14px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
button,input,select,textarea {
    font:12px \5b8b\4f53,arial,sans-serif;
}
input,select,textarea {
    font-size:100%;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
th {
    text-align:inherit;
}
fieldset,img {
    border:none;
}
iframe {
    display:block;
}
abbr,acronym {
    border:none;
    font-variant:normal;
}
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var,i,strong {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
img{
	vertical-align: top;
}
a:hover {
    text-decoration:none;
}
ins,a {
    text-decoration:none;
}
a:focus,*:focus {
    outline:none;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
.hide {
    display:none;
}
.block {
    display:block;
}
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}



/*首页样式*/
.header{
	height: 82px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    border-bottom: #e6e6e6 solid 1px;
    min-width: 1200px;
    z-index: 3;
}
.headercont{
	height: 82px;
	width: 1200px;
	margin: 0 auto;
	line-height: 82px;
	font-size: 20px;
}
.log img{
	margin-top: 11px;
}
.by{
	margin-left: 32px;
	cursor: default;
}
.header a{
	color: #444444;
}
.mainMenu li{
	display: inline-block;
	margin-left: 66px;
}

.content{
	margin-top: 82px;
	width: 100%;
	height: 4433px;
	overflow: hidden;
	position: relative;
}
.content img{
	 transform: translate(-50%,-50%);
	 position: absolute;
	 top: 50%;
	 left: 50%;
}

.footer{
	height: 220px;
	background-color: #3f4249;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	font-size: 14px;
	color: #fff;
}
.qrcode{
	position: absolute;
	top: 24px;
	right: 106px;
}
.qrcode p{
	margin-top: 14px;
	margin-left: -14px;
	
}
.adress{
	padding-top: 20px;
	text-align: left;
}
.adress p{
	display: inline-block;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	margin-left: 50px;
}
.footlink{
	margin-top: 40px;
	font-size: 14px;
	text-align: center;
}
.footlink a{
	color: #fff;
	margin: 0 10px;
}
.footlink  span {
    width: 2px;
    height: 18px;
    display: inline-block;
    background: #666666;
    position: relative;
    top: 4px;
}
.copyright{
	text-align: center;
	margin-top: 18px;
}
.appinfo{
	text-align:center;
	width: 150px;
    height: 200px;
    background: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 15%);
    border-radius: 12px;
    padding: 25px;
    position: fixed;
    top: 300px;
    right: 10px;
    z-index: 5;
}
.app-logo{
	border-radius: 15px;
}
.app-text{
	font-size: 14px;
    font-family: PingFangSC-Regular,PingFang SC;
    color: #666;
    width: 126px;
    margin: 6px auto;
    text-align: center;
}
.download-btn{
	position: relative;
    display: block;
    width: 116px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    text-align: center;
    background: -webkit-gradient(linear,left top,left bottom,from(#fa2800),color-stop(100%,#ff5e3d),to(#ff5e3d));
    background: -o-linear-gradient(top,#fa2800 0,#ff5e3d 100%,#ff5e3d 100%);
    background: linear-gradient(180deg,#fa2800 0,#ff5e3d 100%,#ff5e3d 100%);
    font-size: 13px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin: 6px auto;
}
