﻿@import "common.css";
body{
	background-color: #fff;
}

.top{
	display: none;
}
.shangbiao{
	padding: 0 3%;
}
.shangbiao .sb-top{
	padding: 58px 0;
	height: 65px;
}
.shangbiao .sb-top .home{
	float: left;
	padding-left: 60px;
	background-image: url(../image/home.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left center;
	height: 46px;
	margin-top: 22px;
	cursor: pointer;
}
.shangbiao .sb-top .home dl dt{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 14px;
}
.shangbiao .sb-top .home dl dd{
	font-size: 13px;
	line-height: 13px;
	color: #a6a6a6;
}
.shangbiao .sb-top .sb-nav{
	float: left;
	margin:26px 0 0 20px;
}
.shangbiao .sb-top .sb-nav ul li{
	float: left;
	padding: 0 20px;
	border-left: 1px solid #a6a6a6;
	color: #a6a6a6;
	line-height: 14px;
	font-size: 14px;
	cursor: pointer;
}
.shangbiao .sb-top .sb-nav ul li:first-of-type{
	border-left: 0;
}
.shangbiao .sb-top .sb-nav ul li a{
	color: #a6a6a6;
}
.shangbiao .sb-top .logo{
	float: right;
	width: 300px;
	height: 65px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.shangbiao .sb-line{
	border-bottom: 1px solid #ccc;
	margin: 0 -13%;
}
.shangbiao .headcolumn{
	clear: both;
	margin: 100px 0 40px;
	height: 46px;
	padding-left: 55px;
	background-size:auto 52px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../image/regright.svg);
}
.shangbiao .headcolumn .title{
	font-size: 20px;
}
.shangbiao .headcolumn .subtitle{
	font-size: 13px;
	color: #bbbbbb;
}
.shangbiao .headcolumn3{
	background-size:auto 50px;
	background-image: url(../image/regliucheng.svg);
}
.shangbiao .headcolumn4{
	background-size:auto 50px;
	background-image: url(../image/zhanshi.svg);
}
.shangbiao .shangbiaoreg ul{
	display: flex;
	justify-content: space-between;
}
.shangbiao .shangbiaoreg ul li{
	float: left;
	width: 32.5%;
	height: 480px;
	box-sizing: border-box;
	border: 1px solid #f4f4f4;
	display: flex;
}
.shangbiao .shangbiaoreg ul li:hover{
	border: 1px solid #fff5e9;
	background-color: #fff5e9;
}
.shangbiao .shangbiaoreg ul li .kk{
	margin: auto;
	text-align: center;
}
.shangbiao .shangbiaoreg ul li .kk .title{
	font-size: 30px;
	color: #f4a821;
	margin-bottom: 46px;
}
.shangbiao .shangbiaoreg ul li .kk .txt{
	font-size: 12px;
	line-height: 26px;
	height: 126px;
}
.shangbiao .shangbiaoreg ul li .kk .subtitle{
	font-size: 14px;
	margin-bottom: 30px;
	color: #2662d4;
}
.shangbiao .shangbiaoreg ul li .kk .button{
	padding: 10px 50px 10px 70px;
	background-color: #ffab1a;
	border-radius: 5px;
	background-image: url(../image/quickreg.svg);
	background-size: auto 25px;
	background-repeat: no-repeat;
	background-position: 30px center;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.shangbiao .shangbiaoreg ul li .kk2 .title{
	color: #000;
}
.shangbiao .shangbiaoreg ul li .kk2 .button{
	background-color: #3ebde8;
	background-image: url(../image/guwenreg.svg);
}
.shangbiao .shangbiaoreg ul li .kk3 .title{
	color: #e9493d;
}
.shangbiao .shangbiaoreg ul li .kk3 .button{
	background-color: #e9493d;
	background-image: url(../image/guwenreg.svg);
}
.shangbiao .liucheng{
	height: 692px;
	margin: 0 -3.5%;
	background-image: url(../image/ggw.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.shangbiao .liucheng .lc{
	width: 100%;
	height: 100%;
	background-image: url(../image/liuchengpic.svg);
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: center;
}

.shangbiao .headcolumn2{
	margin: 100px 0 40px;
	padding-top: 55px;
	background-size:auto 52px;
	background-repeat: no-repeat;
	background-position:  center top;
	background-image: url(../image/zhishi.svg);
	text-align: center;
}
.shangbiao .headcolumn2 .title{
	font-size: 20px;
}
.shangbiao .headcolumn2 .subtitle{
	font-size: 13px;
	color: #bbbbbb;
}
.shangbiao .zhishi{
	width: 1100px;
	margin: 0 auto;
}
.shangbiao .zhishi .kk{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 30px;
	background-color: #54606e;
	color: #e6e6e6;
	height: 691px;
}
.shangbiao .zhishi .kk .head{
	padding-bottom: 26px;
	font-size: 18px;
	border-bottom: 1px dotted #e6e6e6;
	margin-bottom: 20px;
}
.shangbiao .zhishi .kk .list ul li{
	margin:15px 0;
	font-size: 15px;
	background-image: url(../image/square-white.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.shangbiao .zhishi .kk:last-of-type{
	background-color: #e6e6e6;
	color: #000;
}
.shangbiao .zhishi .kk:last-of-type .head{
	border-bottom: 1px dotted #54606e;
}
.shangbiao .zhishi .kk:last-of-type .list ul li{
	background-image: url(../image/square-gray.png);
}
.shangbiao .zhanshi ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shangbiao .zhanshi ul li{
	width:16%;
	height: 85px;
	border: 1px solid #e6e6e6;
	margin-bottom: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-siz:cover;
}