html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 微软雅黑;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none;
	color: black
}

img {
	border: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
}
select {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #fff;
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.banner{
	height: 866px;
	background: url(../img/banner.png) no-repeat center;
	background-size: cover;	
}
header{
	width: 100%;
	height: 67px;
	background-color: rgba(161, 161, 161, 0.7);
	overflow: hidden;
}
nav{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.nav_right{
	display: flex;
}
.nav_right p{
	margin-left: 10px;
}
.nav_right span{
	display: block;
	font-family: MicrosoftYaHei;
	font-size: 22px;
	color: #ffffff;
	margin-top: 5px;
}
.nav_right i{
	font-size: 14px;
	font-family: SimSun;
	color: #ffffff;
}
.bannerCon{
	width: 1300px;
	display: flex;
	margin: 0 auto;
	margin-top: 90px;
	justify-content: space-between;
}


.title1{
	display: flex;
	width: 525px;
	height: 50px;
	background-color: #ffffff;
	box-shadow: 0px 3px 13px 1px 
		rgba(0, 0, 0, 0.14);
	box-sizing: border-box;
	padding: 0 20px;
	align-items: center;
	justify-content: space-between;
}
.title1 span{
	font-family: SourceHanSansCN-Bold;
	font-size: 20px;
	color: #9d0015;
}
.todownload-cont{
	width: 525px;
	height: 429px;
	background-color: #ffffff;
	box-shadow: 0px 3px 13px 1px 
		rgba(0, 0, 0, 0.14);
	margin-top: 20px;
	box-sizing: border-box;
	/* overflow: hidden; */
	position: relative;
}
.todownload-p1{
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 36px 25px 0;
	position: relative;
	
}
.todownload-p1 span:nth-child(1){
	display: block;
	width: 45%;
	font-family: SourceHanSansCN-Normal;
	font-size: 16px;
	color: #000000;
}
.todownload-p1 span:nth-child(2){
	color: #949494;
	font-family: SourceHanSansCN-Normal;
	font-size: 18px;
	width: 25%;
}
.todownload-p1 a{
	display: block;
	width: 82px;
	height: 27px;
	background-color: #d71209;
	border-radius: 5px;
	font-family: SourceHanSansCN-Normal;
	font-size: 16px;
	color: #ffffff;
	line-height: 27px;
	text-align: center;
	width: 25%;
}

.nav{
	width: 100%;
	background-color: #373737;
	color: #fff;
	height: 82px;
}
.nav ul{
	width: 1250px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	line-height: 82px;
}
.nav ul li{
		cursor: default;
    float: left;
    width: 238px;
    height: 82px;
    text-align: center;
    line-height: 82px;
    position: relative;
		font-size: 24px;
}
.nav ul li a{
	color: #fff;
}
.nav ul li i{
	position: absolute;
	right: 24px;
  top: -18px;
}
.nav>ul>li:hover {
	background-color: #9D0015;
}
.conter{
	width: 100%;
	background: #eceff1;
	padding: 50px 0;
}
.aside{
	width: 1250px;
	margin: 0 auto;
}
.asideTitle{
	width: 100%;
	height: 63px;
	background-image: linear-gradient(90deg, 
		#9d0015 0%, 
		#adadad 100%, 
		#d6d6d6 100%, 
		#ffffff 100%);
	box-sizing: border-box;
}
.asideTitle span{
	font-family: SourceHanSansCN-Bold;
	font-size: 22px;
	color: #fefefe;
	line-height: 63px;
	padding-left: 40px;
}
.asCon{
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
.xiazai{
	position: relative;
}
.xiazai>img{
	display: block;
	position: relative;
}
.qrcode{
	display: none;
	position: absolute;
	top: 0;
	width: 282px;
	height: 377px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	text-align: center;
}
.qrcodeBor{
	position: absolute;
	background: #FFFFFF;
	width: 200px;
	left: 41px;
	padding-bottom: 8px;
	top: 70px;
}
.qrcode span:nth-child(2){
	padding-top: 5px;
	display: block;
}

.xiazai:hover .qrcode{
	display: block;
}
.qrcode img{
	width: 200px;
}

.Scan{
	width: 1250px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 70px;
}
.ScanCon{
	width: 605px;
}
.Scan_l {
	display: flex;
	justify-content: space-between;
}