* {
	font-family: "微软雅黑", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
}

img{
	border:none;
}


/*导航*/

header {
	height: 80px;
	background-color: #fff;
	width: 100%;
}

header>.range {
	position: relative;
	height: 80px;
	line-height: 80px;
	width: 1200px;
	margin: 0 auto;
}

.h-left {
	position: absolute;
	left: 0;
}

.axq-logo {
	display: block;
	/**width: 126px;*/
	width:376px;
	height: 48px;
	/**background: url(../images/axq-logo3.png)no-repeat;*/
	background: url(../images/axq-logo3.png)no-repeat;
	margin: 16px 0;
}

.h-btn {
	float: left;
}

.h-right {
	position: absolute;
	right: 0;
	font-size: 16px;
}

.h-btn a {
	line-height: 34px;
}

.login-btn {
	float: left;
	color: #333;
	padding: 23px 28px;
}



.login-btn:hover.login-menu{
	display: block;
}

.login-menu {
	display: none;
	position: absolute;
	top: 80px;
	right:68px;
}

.login-ul {
	background: #fff;
	list-style: none;
	box-shadow: 0 2px 8px rgba(74, 132, 217, .2);
	border-radius: 5px;
	padding:0 25px;
}
.login-ul li{
	height:50px;
	line-height:50px;
	border-bottom: 1px solid #ededed;
}
.login-ul li:last-child{
	height:50px;
	border-bottom: none;
}
.login-ul li a{
	line-height:50px;
	color:#333;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
}
.login-ul li a:hover{
	color:#0F70F5;
}

.register-btn {
	float: left;
	color: #fff;
	background: #0f70f5;
	height: 34px;
	width: 80px;
	text-align: center;
	border-radius: 50px;
	margin: 23px 0;
}

.register-btn:hover {
	background: #0e6ae7;
}

.h-middle {
	float: left;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	width: 1200px;
}

.h-middle li {
	display: inline-block;
	padding: 0 28px;
	line-height: 80px;
	list-style: none;
	margin: 0 auto;
}

.h-middle li a {
	display: inline-block;
	color: #333;
	height: 80px;
	text-decoration: none;
}

.h-middle li a:hover {
	color: #0f70f5;
	border-bottom: 2px solid #0F70F5;
}


/*首页start*/


/*banner*/

.axq-banner {
	position: relative;
	display: block;
	width: 100%;
	height: 440px;
	background: url(../images/axq-banner.png)no-repeat 50%/cover;
}

.banner-range {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 440px;
}

.b-span {
	position: absolute;
	left: 54px;
	top: 110px;
}

.b-span h1 {
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
}

.b-span p {
	font-size: 16px;
	color: #fff;
	letter-spacing: 3px;
	margin-top: 40px;
}

.b-btn {
	display: block;
	font-size: 16px;
	color: #0F70F5;
	letter-spacing: 3px;
	margin-top: 60px;
	background-color: #fff;
	text-align: center;
	border-radius: 50px;
	border: none;
	width: 120px;
	height: 40px;
	line-height: 40px;
}

.banner-bottom {
	position: absolute;
	background: rgba(31, 71, 153, 0.25);
	bottom: 0;
	width: 100%;
}

.bottom-warn {
	width: 1200px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 14px;
}

.bottom-left {
	float: left;
}

.icon-warn {
	float: left;
	width: 22px;
	height: 22px;
	background-image: url(../images/icon-warn.png);
	margin: 19px 0;
}

.bottom-left span {
	float: left;
	margin-left: 14px;
}

.bottom-right {
	float: right;
}

.bottom-right span {
	float: left;
}

.bottom-right span:first-child {
	margin-right: 40px;
}

.clear {
	clear: both;
}


/*企业优势section*/

.goodness-bg {
	width: 100%;
	background: #fafafa;
	height: 600px;
}

.range {
	width: 1200px;
	margin: 0 auto;
	z-index: 100;
}

.home-tit {
	padding: 90px 0 60px 0;
	text-align: center;
}

.home-span {
	font-size: 28px;
	color: #333;
}

.tit-line {
	width: 36px;
	height: 2px;
	background: #0F70F5;
	text-align: center;
	margin: 12px auto 0;
}

.goodness {
	padding-bottom: 50px;
	margin: 0 -20px;
}

.goodness:after {
	clear: both;
	content: " ";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.goodness li {
	list-style: none;
	float: left;
	width: 25%;
	padding: 0 20px 20px 20px;
}

.goodness li a {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 60px 20px;
}

.goodness li a:hover {
	box-shadow: 0 4px 8px 0 rgba(108, 108, 108, .1);
	transition: all .5s ease;
	background: #fff;
}

.goodness li a h3 {
	font-size: 18px;
	color: #333;
	margin: 24px 0;
}

.goodness li a p {
	font-size: 14px;
	color: #999;
	line-height: 1.5em;
}


/*产品服务section*/

.products {
	margin: 0 -27px;
	padding-bottom: 90px;
}

.products:after {
	clear: both;
	content: " ";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.products li {
	list-style: none;
	float: left;
	width: 418px;
	padding: 0 27px;
}

.products li a {
	display: block;
	text-align: center;
	box-shadow: 0 0 10px rgba(108, 108, 108, .1);
	background: #fff;
}

.products li a:hover {
	box-shadow: 0 0 16px rgba(108, 108, 108, .15);
	transition: all .5s ease;
}

.products li a:hover img {}

.products li a img {
	display: block;
}

.products li a div {
	display: block;
	padding: 40px 60px 50px 60px;
}

.products li:nth-child(2) a div {
	display: block;
	padding: 50px 60px 40px 60px;
}

.products li a div h3 {
	font-size: 22px;
	color: #333;
}

.products li a div p {
	font-size: 14px;
	color: #999;
	line-height: 1.5em;
	margin: 24px 0;
}

.p-button {
	font-size: 14px;
	color: #0F70F5;
	background: none;
	outline: none;
	border: none;
	cursor: pointer;
}

.p-button:hover {
	color: #0E6AE7;
}


/*解决方案section*/

.plan-bg {
	width: 100%;
	height: 660px;
	background: url(../images/plan1.jpg)no-repeat;
}

.w {
	color: #fff;
}

.plans {
	width: 1000px;
	height: 374px;
	margin: 0 auto;
	background: rgba(0, 0, 0, .2);
	padding: 70px;
	text-align: center;
	color: #fff;
}

.plans h3 {
	font-size: 22px;
}

.plans p {
	font-size: 14px;
	padding: 40px 0;
	line-height: 26px;
}

.plans a {
	font-size: 14px;
	color: #0F70F5;
}

.plans a:hover {
	color: #0E6AE7;
}

.left-more {
	float: left;
	width: 22px;
	height: 40px;
	background-image: url(../images/p-more.png);
	margin: 167px 0;
}

.left-more:hover {
	background-image: url(../images/p-more01.png);
}

.right-more {
	float: right;
	width: 22px;
	height: 40px;
	background-image: url(../images/l-more.png);
	margin: 167px 0;
}

.right-more:hover {
	background-image: url(../images/l-more01.png);
}


/*sign部分*/

.sign-bg {
	margin: 90px 0;
	width: 100%;
	height: 160px;
	background: url(../images/sign-bg.png)no-repeat;
	text-align: center;
}

.sign-bg h3 {
	padding: 34px 0 16px 0;
	font-size: 26px;
	color: #fff;
	text-align: center;
}

.sign-bg a {
	margin: 0 auto;
	display: block;
	font-size: 16px;
	color: #0F70F5;
	background-color: #fff;
	text-align: center;
	border-radius: 50px;
	width: 126px;
	height: 40px;
	line-height: 40px;
}

.sign-bg a:hover {
	box-shadow: 0 0 15px rgba(28, 85, 214, 1);
}


/*footer*/

footer {
	width: 100%;
}

footer ul {
	width: 1200px;
	margin: 70px auto;
}

footer ul:after {
	clear: both;
	content: " ";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

footer ul li {
	list-style: none;
	float: left;
	width: 25%;
	padding: 0 30px;
	text-align: left;

}

footer ul li h5 {
	font-size: 16px;
	color: #333;
	padding-bottom: 6px;
	cursor: auto;
}

footer ul li a {
	display: block;
	font-size: 14px;
	color: #666;
	padding-top: 8px;
}

footer ul li a:hover {
	color: #0F70F5;
}

footer div {
	text-align: center;
	font-size: 14px;
	color: #999;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #ededed;
}

.footer-span {
	cursor: auto;
}

.footer-span:first-child:hover {
	color: #333;
}

.footer-span:hover {
	color: #666;
}


/*下拉section*/

.nav-down {
	position: absolute;
	top: 80px;
	width: 100%;
	height: auto;
	z-index: 999;
	box-shadow: 0 2px 8px rgba(74, 132, 217, .2);
	border-radius: 5px;
	background: #f8fbff;
}

.nav-menu {
	float: left;
	width: 190px;
	font-size: 16px;
	height: 100%;
}

.nav-menu li {
	height: 70px;
	list-style: none;
}

.nav-menu li a {
	display: block;
	height: 70px;
	line-height: 70px;
	padding-left: 24px;
	color: #333;
	cursor: pointer;
}

.nav-menu>li>a:hover,
.active {
	background: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.nav-menu-child {
	float: left;
	width: -moz-calc(100% - 190px);
	width: -webkit-calc(100% - 190px);
	width: calc(100% - 190px);
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	min-height: 210px;
}

.menu-child-tit {
	display: block;
	font-size: 12px;
	line-height: 60px;
	color: #999;
	padding-left: 32px;
}

.menu-child-tit:hover {
	color: #0F70F5;
}

.menu-child {
	width: 100%;
	float: left;
	padding: 0 0 8px 32px;
}

.menu-child li {
	width: 33%;
	float: left;
	list-style: none;
	padding: 0 50px 32px 0;
}

.menu-child li a h6 {
	color: #666;
	font-size: 14px;
	line-height: 1.5em;
}

.menu-child li a p {
	padding-top: 2px;
	color: #999;
}

.menu-child li a {
	display: block;
	line-height: 1.5em;
	font-size: 14px;
}

.menu-child li a:hover h6,
.menu-child li a:hover p {
	color: #0F70F5;
}


/*首页end*/


/*产品服务start*/

.pro-banner {
	display: block;
	width: 100%;
	height: 400px;
	background: url(../images/pro-banner.png)no-repeat 50%/cover;
}

.p-span {
	position: relative;
	top: 144px;
	text-align: center;
	color: #fff;
}

.p-span h1 {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 26px;
}

.p-span p {
	font-size: 16px;
}

.our-product {
	background: #f7f7f7;
}

.our-product h2 {
	font-size: 28px;
	color: #0F70F5;
	margin-bottom: 10px;
}

.our-product p {
	font-size: 14px;
	color: #999;
}

.our-product-ul {
	margin: 0 -12px;
	height: 100%;
}

.our-product-ul:after {
	clear: both;
	content: "";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
}

.our-product-ul li {
	float: left;
	list-style: none;
	width: 20%;
	padding: 0 12px;
	line-height: 50px;
	height: 50px;
	margin-bottom: 24px;
}

.our-product-ul li a {
	width: 100%;
	display: block;
	background: #fff;
	height: 50px;
	text-align: center;
	color: #333;
	font-size: 14px;
}

.our-product-ul li a:hover {
	box-shadow: 0 4px 8px 0 rgba(108, 108, 108, .1);
	color: #0F70F5;
}

.b {
	background: #212e49;
}

.footer-ul {
	padding-top: 70px;
	margin: 0 auto 70px;
	color: #fff;
}

.footer-ul li h5 {
	color: #fff;
}

.footer-ul li a {
	display: block;
	color: rgba(255, 255, 255, 0.5);
}

.footer-span1:hover {
	color: #fff;
}

.footer-span2:hover {
	color: rgba(255, 255, 255, 0.5);
}

.footer-span1,
.footer-span2 {
	cursor: auto;
}

.line1 {
	border-top: 1px solid rgba(255, 255, 255, .4);
	color: rgba(255, 255, 255, 0.5);
}

.p3 {
	padding-bottom: 70px;
}


/*产品详情*/

.banner-real {
	display: block;
	width: 100%;
	height: 400px;
	background: url(../images/banner-real.png) no-repeat 50%/cover;
}

.pro-summary {
	margin-bottom: 90px;
	background: #fff;
	position: relative;
}

.pro-summary:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.pro-summary>.range {
	position: relative;
}

.real-span {
	position: absolute;
	left: 44px;
	top: 90px;
}

.real-span h1 {
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
}

.real-span p {
	font-size: 16px;
	color: #fff;
	margin-top: 36px;
	width: 550px;
	text-align: justify;
	line-height: 30px;
}

.summary-tit {
	padding: 90px 0 60px 0;
	text-align: center;
}

.summary-tit h2 {
	font-size: 28px;
	color: #0F70F5;
}

.summary-tit01 {
	padding: 90px 0 60px 0;
	text-align: center;
}

.summary-tit01 h2 {
	font-size: 28px;
	color: #fff;
}

.summary-cont {
	width: 100%;
	height: 400px;
	padding: 30px;
	box-shadow: 0 0 14px rgba(108, 108, 108, .1);
	background: #fff;
}

.summary-section {
	width: 100%;
	height: 100%;
	background-color: #fafafa;
}

.summary-section>img {
	width: 548px;
	height: 340px;
	float: left;
}

.summary-right {
	height: 340px;
	float: left;
	position: relative;
}

.summary-right>img {
	width: 48px;
	height: 36px;
	display: block;
	position: absolute;
}

.summary-right>img:first-child {
	top: 40px;
}

.summary-right>img:last-child {
	bottom: 40px;
	right: -18px;
}

.summary-right>p {
	font-size: 14px;
	text-align: justify;
	color: #666;
	margin-top: 100px;
	line-height: 28px;
	width: 540px;
}

.summary-bg {
	width: 100%;
	height: 210px;
	background-color: #fafafa;
	position: absolute;
	bottom: 60px;
	z-index: 99;
}

.pro-spot {
	width: 100%;
	height: 490px;
	background: url(../images/real-bg.png)no-repeat center center;
	padding-bottom: 90px;
}

.spot-cont {
	margin: 0 -21px;
}

.spot-cont:after {
	clear: both;
	content: " ";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.spot-cont li {
	list-style: none;
	padding: 0 21px;
	float: left;
}

.spot-cont li a {
	display: block;
	height: 210px;
	width: 372px;
	background: #fff;
	padding: 40px 28px;
}

.spot-cont li a:hover {
	box-shadow: 0 8px 12px 0 rgba(55, 81, 197, .6);
	transition: all .5s ease;
}

.spot-tit {
	display: block;
	width: 100%;
	overflow: hidden;
}

.spot-tit img {
	width: 28px;
	height: 28px;
	line-height: 28px;
	float: left;
}

.spot-tit h3 {
	float: left;
	font-size: 18px;
	color: #333;
	padding-left: 16px;
	line-height: 28px;
}

.spot-cont li a p {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 30px;
}

.scene {
	padding-bottom: 90px;
	margin: 0 -40px;
}

.scene:after {
	clear: both;
	content: " ";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.scene li {
	list-style: none;
	float: left;
	width: 25%;
}

.scene li a {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}

.scene li a img {
	display: inline-block;
	width: 110px;
	height: 110px;
}

.scene li a h3 {
	font-size: 22px;
	color: #999;
	padding-top: 20px;
	font-weight: normal;
}


/*解决方案*/

.plan-banner {
	width: 100%;
	height: 400px;
}


/*方案详情*/

.banner-office {
	display: block;
	width: 100%;
	height: 400px;
	background: url(../images/banner-office.png) no-repeat 50%/cover;
}

.plan-cont {
	display: block;
	width: 100%;
	background: #fff;
}

.plan-cont p {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	text-align: center;
}

.plan-office {
	width: 100%;
	height: auto;
	background: #f8fbff;
	padding-bottom: 90px;
}

.office-cont {
	width: 100%;
	height: auto;
	text-align: center;
}

.office-cont p {
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	padding-bottom: 30px;
}

.office-cont img {
	display: block;
}

.scene-bg>.range>.goodness>li>a:hover {
	box-shadow: 0 4px 8px 0 rgba(108, 108, 108, .15);
	transition: all .5s ease;
	background: #fff;
}

.our-plan {
	background: #f7f7f7;
}

.plan-side {
	padding: 40px 0 90px;
	overflow: hidden;
	width: 100%;
}

.left-side {
	float: left;
	width: 180px;
	background: #fff;
}

.left-side li {
	list-style: none;
	cursor: pointer;
}

.left-side li a {
	display: block;
	margin: 0 28px;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #ededed;
	font-size: 16px;
	color: #333;
}

.left-side li:last-child a {
	border-bottom: none;
}

.left-side>li>a:hover {
	color: #0F70F5;
}

.plan-section {
	float: left;
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	width: calc(100% - 180px);
}

.plan-section ul {
	margin-left: 24px;
}

.plan-section ul li {
	list-style: none;
	background: #fff;
	margin-bottom: 24px;
}

.plan-section ul li:last-child {
	margin-bottom: 0;
}

.plan-section ul li a {
	display: block;
	padding: 30px 44px;
	overflow: hidden;
	width: 100%;
	cursor: pointer;
}

.plan-section ul li a:hover h4,
.plan-section ul li a:hover p {
	color: #0F70F5;
}

.plan-section ul li a img {
	float: left;
	width: 90px;
	height: 80px;
	box-shadow: 0 4px 8px 0 rgba(108, 108, 108, .13);
}

.plan-section ul li a h4 {
	font-size: 16px;
	color: #666;
}

.right-section {
	float: left;
	padding-left: 44px;
	font-size: 14px;
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: calc(100% - 90px);
}

.right-section p {
	color: #999;
	padding: 16px 0 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.right-section span {
	color: #0F70F5;
}

/*关于我们*/
.we-banner{
	display: block;
	width:100%;
	height:400px;
	background: url(../images/our-banner.png)no-repeat 50%/cover;
}

.we-cont {
	display: block;
	width: 100%;
}

.we-cont p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-align: justify;
}
.we-cont-bg {
	margin-top:30px;
	display: block;
	width:100%;
	height:270px;
	position: relative;
	background: url(../images/our-bg.png)no-repeat;
}
.we-cont-bg ul {
	padding:60px 0;
}
.we-cont-bg ul li{
	list-style: none;
	width:400px;
	min-height:150px;
	border-right:1px solid #fff;
	float: left;
}
.we-cont-bg ul li:last-child{
	border-right:none;
}
.we-cont-bg ul li a{
	text-align: center;
	display: block;
	width:100%;
}
.we-cont-bg ul li a img{
	display:inline-block;
	width:40px;
	height:40px;
}
.we-cont-bg ul li a h4{
	font-size:16px;
	color:#fff;
	padding:22px 0 10px 0;
}
.we-cont-bg>ul>li>a>p{
	font-size:16px;
	color:#fff;
	line-height:26px;
	text-align: center;
}
/*区块链*/

.chain-span {
	position: relative;
	top: 110px;
	text-align: center;
	color: #fff;
}

.chain-span h1 {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 26px;
}

.chain-span p {
	font-size: 16px;
}

.chain-search {
	position: relative;
	margin: 40px auto 0;
	width: 1200px;
	color: #666;
}

.chain-input {
	width: 1200px;
	height: 50px;
	background-color: #fff;
	border: none;
	outline: none;
	border-radius: 3px;
	color: #666;
	font-size: 18px;
	padding: 0 80px 0 30px;
}

.chain-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 50px;
	background: url(../images/sr-img.png)no-repeat center center;
	border: none;
	outline: none;
	border-radius: 3px;
	cursor: pointer;
}

.chain-main {
	width: 1200px;
	margin: 20px auto 60px;
}

.table-cont {
	width: 100%;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, .05);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);/*firefox*/ 
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);/*webkit*/ 
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);/*opera或ie9*/

	border-collapse: collapse;
}



.table-cont tr {
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}

.table-cont th,
.table-cont td {
	height: 54px;
	font-size: 16px;
	color: #666;
	padding:10px 20px;
	text-align: left;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.table-cont th {
	font-weight: bold;
	background-color: #f2f2f2;
}
.table-cont td a{
	color:#666;
	cursor: pointer;
	text-decoration:underline;
}

.page_number {
	width: 100%;
	margin:36px auto 0;
	color: #777;
	overflow:hidden;
}
.page {
	text-align: center;
}

.page a {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	position: relative;
	color: #666;
	border: none;
	padding:10px 13px;
	cursor: pointer;
	background-color: #ddd;
}

.page a:hover {
	color: #ffffff;
	background: #3388ff;
}

.page a.page_cur {
	color: #ffffff;
	background: #3388ff;
}
