﻿* {
	margin: 0;
	padding: 0;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}
body {
	font-size: 12px;
	font-family: "微软雅黑";
	background: #F5F6FA;
}
.header {
	padding: 10px 0 9px;
	margin-bottom: 50px;
	background-color: #FFF;
	box-shadow: 2px 0 8px rgba(153,158,185,0.33);	
}
.header .hBox {
	width:750px;
	margin: 0 auto;
}
.header h1 {
	margin: 0 190px 0 0;
	float: left;
}
.header h1 a {
	display: block;
}
.header .hImg {
	margin-top: 10px;
	float: left;
}
.header .sevice {
	margin-top: 10px;
	float: right;
}
#main {
	width: 1200px;
	margin: 0 auto;
	padding-bottom:35px;
}
.section {
	margin: 0 auto;
	width: 585px;
	position: relative;
}
#main .title {
	text-align: center;
	margin: 0 0 27px;
}
#main .title img {
	width: 100%;
}
#main .speedlist li {
	height: 80px;
	box-sizing: border-box;
	margin-bottom: 15px;
	padding: 15px 55px 0 245px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0 5px 17px rgba(153,158,185,0.35);
}
#main .section .url {
	font-size:18px;
	line-height: 70px;
	color: #5f637b;
	position: absolute;
	display: block;
	top: 70px;
	left: 40px;
}
#main .section .t2 {
	top: 166px;
}
#main .section .t3 {
	top: 260px;
}
#main .section .t4 {
	top: 355px;
}
#main .section .t5 {
	top:450px;
}
#main .section .t6 {
	top:540px;
}
#main .speedlist .ms {
	width: 70px;
	float: left;
	font-size:16px;
	line-height: 48px;
	color: #97a5d4;
	cursor: pointer;
	padding-left: 35px;
	background: url(../picture/icon03.png) no-repeat left center;
}
#main .speedlist .url {
	width: 170px;
	display: block;
	float: left;
	font-size:18px;
	line-height: 48px;
	color: #5f637b;
	text-align: left;
	padding-left: 35px;
	cursor: pointer;
}
#main .speedlist .btn-open {
	width: 150px;
	float: right;
	line-height: 44px;
	height: 48px;
	text-align: center;
	display: block;
	text-align: center;
}
#main .speedlist .btn-open a {
	font-size: 18px;
	display: block;
	color: #6080ee;
	border: 2px solid #6080ee;
	border-radius: 10px;
}
#main .speedlist .btn-open a:hover {
	background-color: #6080ee;
	color:#fff;
}
#main .rBox {
	width: 585px;
	float: right;
}
#main .rBox .inner {
	padding: 25px 30px 22px 297px;
	background-color: #FFF;
	border-radius:10px;
	box-shadow: 0 5px 17px rgba(153,158,185,0.35);
	position: relative;
}
#main .rBox .inner .photo {
	position: absolute;
	top: 3px;
	left: 0;
}
#main .rBox .inner .downBox {
	width: 258px;
}
#main .rBox .inner .downBox .down {
	margin-bottom: 20px;
}
#main .rBox .inner .downBox a:hover img {
	-webkit-filter: brightness(120%);
				filter: brightness(120%);	
}
#main .rBox .inner .downBox .text {
	color:#464854;
	font-size: 14px;
	text-align: center;
	margin-bottom: 18px;
}
#main .rBox .inner .downBox .text span {
	color:#6080ee;
}
#main .rBox .inner .downBox .info {
	margin-bottom: 20px;
	border: 1px solid #D9DEEF;
	background-color: #F5F6FA;
	border-radius: 10px;
	text-align: center;
	padding: 20px 0 13px;
}
#main .rBox .inner .downBox .info img {
	margin-bottom: 10px;
}
#main .rBox .inner .downBox .info p {
	line-height:1.8;
	font-size: 14px;
}
#main .rBox .inner .downBox .info p span {
	color:#6080ee;
	margin: 0 10px;
}

#main .btnUl {
	margin-bottom: 0.3rem;
	display: flex;
}
#main .btnUl li {
	width: 49%;
	height: 80px;
	margin-right: 2%;
}
#main .btnUl li a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 80px;
	font-size: 20px;
}
#main .btnUl li img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
#main .btnUl li:nth-of-type(1){
	background: url(../picture/btn01.png);
	background-size: 100% 80px;
}
#main .btnUl li:nth-of-type(2){
	background: url(../picture/btn02.png);
	background-size: 100% 80px;
}
#main .btnUl li:last-child {
	margin-right: 0;
}

.btn-url{
	width: 300px;
	margin: 20px auto;
}
.btn-url img{
	width: 100%;
}


/*-------footer-----start--------------*/
.footer {
	background-color: #464853;
	clear: both;
	padding: 20px 0 ;
	text-align: center;
}
.footer .fImg01 {
	margin-bottom: 30px;
}
.footer .copyright {
	color: #a5a8ba;
	font-size: 14px;
}