html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch
}
body {
	margin:0;
	font-size:14px;
	line-height:1.5;
	color:#333;
	background-color:#fff
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display:block
}
audio,canvas,progress,video {
	display:inline-block;
	vertical-align:baseline
}
audio:not([controls]) {
	display:none;
	height:0
}
[hidden],template {
	display:none
}
a {
	background:transparent;
	text-decoration:none;
	color:#08c
}
a:active,a:hover {
	outline:0
}
a:hover {
	color:#069
}
abbr[title] {
	border-bottom:1px dotted
}
b,strong {
	font-weight:bold
}
dfn {
	font-style:italic
}
mark {
	background:#ff0;
	color:#000
}
small {
	font-size:80%
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sup {
	top:-0.5em
}
sub {
	bottom:-0.25em
}
img {
	border:0;
	vertical-align:middle
}
svg:not(:root) {
	overflow:hidden
}
hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0
}
pre {
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word
}
code,kbd,pre,samp {
	font-family:monospace,monospace;
	font-size:1em
}
button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0
}
button {
	overflow:visible
}
button,select {
	text-transform:none
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer
}
button[disabled],html input[disabled] {
	cursor:default
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0
}
input {
	line-height:normal
}
input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height:auto
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none
}
fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em
}
legend {
	border:0;
	padding:0
}
textarea {
	overflow:auto;
	resize:vertical
}
optgroup {
	font-weight:bold
}
table {
	border-collapse:collapse;
	border-spacing:0
}
td,th {
	padding:0
}
h1,h2,h3,h4,h5,h6,p,figure,form,blockquote {
	margin:0
}
ul,ol,li,dl,dd {
	margin:0;
	padding:0
}
ul,ol {
	list-style:none outside none
}
h1,h2,h3 {
	font-weight:normal
}
h1 {
	font-size:21px
}
h2 {
	font-size:18.2px
}
h3 {
	font-size:16.38px
}
h4 {
	font-size:14px
}
h5,h6 {
	font-size:11.9px;
	text-transform:uppercase
}
input:-moz-placeholder,textarea:-moz-placeholder {
	color:#ccc
}
input::-moz-placeholder,textarea::-moz-placeholder {
	color:#ccc
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color:#ccc
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color:#ccc
}
body {
	font-family:PingFang SC,Source Sans Pro,Hiragino Sans GB,Helvetica Neue,Helvetica,Microsoft Yahei,arial,sans-serif;
	-webkit-font-smoothing:antialiased;
	background-color:#ffffff
}
.container {
	width:1084px;
	margin:0 auto
}
.header {
	width:100%;
	height:840px;
	padding-top:62px;
	box-sizing:border-box;
	background-color: #112248;
}
.header .container {
	display:flex;
	flex-direction:column;
	align-items:center
}
.header h2 {
	font-size:46px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#ffffff;
	line-height:65px;
	text-shadow:0px 0px 40px rgba(0,26,149,0.38);
	margin-bottom:28px
}
.header .info li {
	font-size:16px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:#ffffff;
	line-height:22px;
	margin-bottom:13px;
	text-align:center
}
.header .btns {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:max-content;
	margin:12px auto 23px
}
.header .btns li {
	margin-right:24px;
	background:#ffffff;
	box-shadow:0px 8px 21px 0px rgba(0,30,157,0.22);
	border-radius:26px;
	cursor:pointer
}
.header .btns li:last-of-type {
	margin-right:0
}
.header .btns li a {
	padding:14px 24px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:#112248;
	font-size:18px;
	line-height:25px;
	display:inline-block
}
.header .btns li:hover a {
	color:#005eff;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600
}
.header .question {
	margin-bottom:27px
}
.header .question a {
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,0.7);
	line-height:20px;
	margin-right:12px;
	text-decoration:underline
}
.header .question a:hover {
	color:#fff
}
.header .img {
	width:100%
}
.header .img img {
	height:auto;
	width:100%
}
.download-item .container {
	padding:44px 0;
	display:flex;
	align-items:center
}
.download-item img {
	margin-left:-22px;
	width:589px
}
.download-item .info {
	margin-left:93px
}
.download-item .info h3 {
	font-size:30px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#212121;
	line-height:42px;
	margin-bottom:25px
}
.download-item .info p {
	margin-top:8px;
	font-size:16px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:#9c9c9c;
	line-height:22px
}
.download-item .info a {
	display:block;
	margin-top:31px;
	width:167px;
	height:48px;
	border-radius:26px;
	text-align:center;
	font-size:18px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#ffffff;
	line-height:48px;
	transition:.3s;

    border: 1px solid #d0d0d0;
    color: #464646;
    box-sizing: border-box;
}
.download-item .info a:hover {
    color: #005eff;
    border: 1px solid #005eff;
}
.download-item.download-item-right {
	background:#f0f4fb;
}
.download-item.download-item-right .container {
	padding:36px 0;
}
.download-item.download-item-right img {
	margin-right:-30px;
	margin-left:auto;
}
.download-item.download-item-right .info {
	margin-left:44px
}
.download {
	padding:90px 0 108px;
	text-align: center;
}
.download h4 {
	text-align:center;
	font-size:30px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#212121;
	line-height:42px;
}
.download .info {
	margin:10px auto 40px;
	font-size:16px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:#9c9c9c;
	line-height:22px;
	text-align:center;
}
.download ul {
	display:flex;
	justify-content:space-around;
}
.download ul li {
	display:flex;
	flex-direction:column;
	align-items:center;
	width:322px;
	height:322px;
	background:#ffffff;
	border:1px solid #DEDEDE;
	border-radius:16px;
	transition:.3s;
}
.download ul li:hover {
	box-shadow:0px 5px 14px 0px rgba(29,29,75,0.1);
	transform:translateY(-6px);
}
.download ul li img {
	margin:50px 0 27px
}
.download ul li p {
	font-size:20px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:#212121;
	line-height:28px;
	margin-bottom:6px;
}
.download ul li span {
	font-size:16px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:#9c9c9c;
	line-height:22px;
	margin-bottom:35px;
}
.download .btn {
	width: 270px;
    height: 48px;
    border-radius: 26px;
    text-align: center;
    transition: 0.3s;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    color: #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    margin: auto;
    background-color: #005eff;
}
.download .btn:hover {
	background-color: #054dc9;
}
.download ul li .question {
	font-size:12px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:#9c9c9c;
	line-height:17px;
	margin-top:16px;
	text-decoration:underline;
}
.download ul li:nth-of-type(1) img {
	width:49px;
	height:60px;
}
.download ul li:nth-of-type(2) img {
	width:56px;
	height:56px;
	margin:52px 0 29px;
}
.download ul li:nth-of-type(3) img {
	width:60px;
	height:60px;
}