* {
	margin: 0;
	padding: 0;
}

body {
	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";
	background: #f7f7f7;
}


/*����*/

.header {
	height: auto;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.header-top {
	width: 100%;
	height: 34px;
	background: #333;
	color: #e0e0e0;
	font-size: 12px;
}

.header-top-block {
	width: 1010px;
	margin: 0 auto;
	height: 34px;
	padding: 0 11px;
}

.header-top-left {
	float: left;
	line-height: 34px;
	height: 34px;
	width: 156px;
	text-align: center;
	background: #484848;
	/*cursor: pointer;*/
}

.header-top-right a {
	color: #e0e0e0;
	font-size: 12px;
	text-decoration: none;
}

.header-top-right {
	float: right;
	line-height: 34px;
	width: 80px;
	text-align: center;
	background: #484848;
	cursor: pointer;
}

.header-bottom {
	width: 100%;
	height: 80px;
	background: #fff;
}

.header-bottom-block {
	width: 1010px;
	margin: 0 auto;
	height: 80px;
	padding: 0 11px;
}

.header-logo {
	float: left;
	width: 272px;
	height: 50px;
	background-size: 100%;
	margin: 15px 0;
}

.header-logo a {
	display: block;
}

.header-logo img {
	width: 100%;
	height: 100%;
	display: block;
}

.header-nav {
/*	float: right;
	line-height: 80px;
*/	
}

.header-nav ul li {
	float: left;
	line-height: 80px;
	padding: 0 20px;
	list-style: none;
}

.header-nav ul li a {
	text-decoration: none;
	color: #333;
	font-size: 16px;
}

.header-nav ul li a:hover {
	color: #009688;
}


/*banner*/

.banner {
	width: 100%;
	height: 460px;
	padding-top: 114px;
}

.banner-img {
	width: 100%;
	height: 460px;
	background: url(../images/bg.png)no-repeat;
}

.banner-block {
	width: 1010px;
	margin: 0 auto;
	height: 460px;
	z-index: 999;
	position: relative;
}

.on-servcie {
	position: fixed;
	top: 40%;
	right: 2%;
	width: 70px;
	height: 88px;
}

.on-servcie a {
	display: block;
}

.banner-block-left {
	float: left;
	width: 470px;
}

.banner-left-top {
	text-align: justify;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	height: 135px;
	padding: 45px 0 40px 0;
}

.banner-left-p1 {
	float: left;
}

.banner-left-p2 {
	padding-top: 20px;
	float: right;
}

.banner-left-bottom {
	width: 100%;
}

.clear {
	clear: both;
}

.banner-bottom-block {
	width: 100%;
	height: 194px;
}

.banner-bottom-block dl {
	height: 100%;
}

.banner-bottom-block a {
	float: left;
	width: 234px;
	height: 64px;
	line-height: 64px;
	background: rgba(255, 255, 255, 0.1);
	border-right: 1px solid #009688;
	border-bottom: 1px solid #009688;
	padding: 16px 0;
}

.banner-bottom-block a:hover {
	background: rgba(255, 255, 255, 0.3);
}

.banner-bottom-block dd {
	float: left;
	line-height: 64px;
	color: #fff;
	font-size: 16px;
}

.icon-apply {
	float: left;
	background: url(../images/apply.png) no-repeat;
	width: 64px;
	height: 64px;
	margin: 0 20px 0 30px;
}

.icon-delay {
	float: left;
	background: url(../images/delay.png) no-repeat;
	width: 64px;
	height: 64px;
	margin: 0 20px 0 30px;
}

.icon-ident {
	float: left;
	background: url(../images/ident.png) no-repeat;
	width: 64px;
	height: 64px;
	margin: 0 20px 0 30px;
}

.icon-download {
	float: left;
	background: url(../images/download.png) no-repeat;
	width: 64px;
	height: 64px;
	margin: 0 20px 0 30px;
}

.banner-block-right {
	float: right;
}

.banner-right-img {
	margin-top: 50px;
	width: 360px;
	height: 218px;
	background: url(../images/bg-img.png) no-repeat;
}

.banner-right-enter {
	margin-top: 32px;
	width: 360px;
	padding: 27px 0;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
}

.banner-right-enter a {
	display: block;
}

.banner-right-enter:hover {
	background: rgba(0, 0, 0, 0.2);
}

.banner-right-enter a {
	text-decoration: none;
}

.enter-p1 {
	color: #fff;
	font-size: 22px;
}

.enter-p2 {
	padding-top: 12px;
	color: #97a4a3;
	font-size: 14px;
}


/*���߷���*/


/*banner*/

.service-banner {
	width: 100%;
	height: 270px;
	padding-top: 114px;
}

.service-banner-img {
	width: 100%;
	height: 270px;
	background: url(../images/banner01.png)no-repeat;
}

.service-banner-block {
	text-align: center;
	color: #fff;
	padding: 98px 0;
}

.service-banner-p1 {
	font-size: 36px;
}

.service-banner-p2 {
	padding-top: 8px;
	font-size: 14px;
}

.site {
	width: 100%;
	background: #f2f2f2;
}

.site-block {
	width: 1010px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	padding: 0 11px;
}

.site-block span {
	color: #333;
}

.site-item {
	width: 100%;
	margin: 40px auto;
	height: 500px;
}

.site-item-block {
	width: 1032px;
	margin: 0 auto;
	height: 100%;
}

.site-item-block ul {
	height: 100%;
}

.site-item-block ul li {
	float: left;
	width: 20%;
	height: 168px;
	list-style: none;
	padding: 0 11px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.site-item-a1 {
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	display: block;
	border-radius: 5px;
	text-decoration: none;
}

.site-item-a1:hover {
	background: #fff;
	box-shadow: 0 2px 6px 3px rgba(0, 0, 0, .05);
	border: none;
}

.site-item-a2 {
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	display: block;
	border-radius: 5px;
	text-decoration: none;
	cursor: auto;
}

.site-item-block ul li dl {
	padding: 39px 0;
}

.site-item-block ul li dt {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.site-item-block ul li dd {
	text-align: center;
	padding-top: 9px;
	color: #999;
	font-size: 16px;
}

.fade {
	/*background:rgba(0,0,0,0.3);
	width:100%;
	height:100%;*/
}


/*.modal{
	z-index:1050;
	position:fixed;	
}
.fade{
	opacity:0;
	-webkit-transition:opacity .15s linear;
	transition:opacity .15s linear;
	-webkit-transition-duration:opacity .15s linear;
	transition-duration:opacity .15s linear
}*/

.modal .in .modal-dialog {
	transform: translate(0, 0);
}

.full-bg {
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1002;
	background: rgba(0, 0, 0, 0.4)
}

.modal-dialog {
	display: none;
	position: absolute;
	background-color: #fff;
	left: 50%;
	top: 50%;
	width: 480px;
	margin-left: -240px;
	height: auto;
	margin-top: -160px;
	border-radius: 5px;
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, .05);
	z-index: 1003;
}

.modal-content {
	margin: 0 24px;
	position: relative;
	overflow: hidden;
	border: none;
	outline: 0;
	margin-bottom: 36px;
}

.modal-header {
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	border-bottom: 1px solid #e0e0e0;
	box-sizing: border-box;
}

.close {
	float: right;
	margin-top: 25px;
	width: 14px;
	height: 14px;
	background: url(../images/cancel.png) no-repeat;
	border: none;
	background-color: #fff;
	outline: none;
	cursor: pointer;
}

.close:hover {
	float: right;
	margin-top: 25px;
	width: 14px;
	height: 14px;
	background: url(../images/cancel01.png) no-repeat;
	border: none;
	background-color: #fff;
	outline: none;
	cursor: pointer;
}

.modal-title {
	float: left;
}

.modal-body {
	width: 100%;
	height: 160px;
}

.modal-body-block {
	float: left;
	width: 100%;
	height: 80px;
	padding: 18px 12px;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	color: #666;
}

.modal-body-block:hover {
	color: #009688;
}

.modal-body-left {
	float: left;
	background: url(../images/online.png) no-repeat;
	height: 44px;
}

.modal-body-left span {
	float: left;
	font-size: 16px;
	line-height: 44px;
	padding-left: 60px;
}

.modal-body-left01 {
	float: left;
	background: url(../images/branch.png) no-repeat;
	height: 44px;
}

.modal-body-left01 span {
	float: left;
	font-size: 16px;
	line-height: 44px;
	padding-left: 60px;
}

.modal-body-right {
	float: right;
	margin: 15px 0;
	line-height: 14px;
	width: 8px;
	height: 14px;
	background: url(../images/more.png) no-repeat;
}

.modal-body-block:hover .modal-body-right {
	float: right;
	margin: 15px 0;
	line-height: 14px;
	width: 8px;
	height: 14px;
	background: url(../images/more01.png) no-repeat;
}

.site-class {
	width: 1010px;
	margin: 0 auto;
	padding: 0 11px;
}

.site-class-ul {
	line-height: 40px;
	height: 40px;
	padding: 0 11px;
}

.site-class-ul li {
	float: left;
	list-style: none;
}

.site-class-li {
	text-align: center;
	width: 20px;
	display: block;
	color: #666;
	padding: 0 20px;
	text-decoration: none;
	cursor: pointer;
}

.site-class-li:hover {
	color: #009688;
	font-weight: bold;
}

.site-class-li1 {
	text-align: center;
	display: block;
	color: #666;
	text-decoration: none;
	cursor: pointer;
	height: 38px;
	border-bottom: 2px solid #009688;
	margin-right: 15px;
	color: #009688;
	box-sizing: border-box;
}

.site-class-body {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	height: auto;
	border-radius: 5px;
}

.site-body-ul {
	height: 144px;
	width: 100%;
	display: block;
	padding: 15px 0;
}

.site-body-ul li {
	width: 210px;
	height: 36px;
	text-align: left;
	list-style: none;
	float: left;
}

.site-class-body-li {
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	line-height: 36px;
	padding-left: 24px;
}

.site-class-body-li:hover {
	color: #009688;
}

.app-item {
	width: 100%;
	margin: 40px auto;
	height: 500px;
}

.app-item-block {
	width: 1032px;
	margin: 0 auto;
	height: 100%;
}

.app-item-block ul {
	height: 100%;
}

.app-item-block ul li {
	float: left;
	width: 20%;
	height: 188px;
	list-style: none;
	padding: 0 11px;
	margin-bottom: 26px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.app-item-block ul li dl {
	padding: 49px 0;
}

.dt1 {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/online-apply.png) no-repeat;
}

.dt2 {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/online-delay.png) no-repeat;
}

.dt3 {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/online-passw.png) no-repeat;
}

.dt4 {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/online-chapter.png) no-repeat;
}

.dt5 {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/online-reissue.png) no-repeat;
}

.app-item-block ul li dd {
	text-align: center;
	padding-top: 9px;
	font-size: 16px;
}

.app-item-a1,
.app-item-a2,
.app-item-a3 {
	width: 100%;
	height: 100%;
	background: #fff;
	display: block;
	border-radius: 5px;
	text-decoration: none;
	color: #999;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
}

.app-item-a1:hover,
.app-item-a2:hover,
.app-item-a3:hover {
	color: #fff;
	background: #009688;
}

.app-item-a1:hover .dt1 {
	background: url(../images/online-apply01.png) no-repeat;
}

.app-item-a2:hover .dt2 {
	background: url(../images/online-delay01.png) no-repeat;
}

.app-item-a3:hover .dt3 {
	background: url(../images/online-passw01.png) no-repeat;
}


/*��������*/

.header-logo-span {
	float: left;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	margin: 28px 0;
	text-decoration: none;
}

.right-nav {
	height: 38px;
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	background: #009688;
	border-radius: 5px;
	margin: 21px 0;
}

.service-center-banner {
	width: 100%;
	height: 230px;
	padding-top: 80px;
}

.service-center-img {
	width: 100%;
	height: 230px;
	background: url(../images/service-img.png)no-repeat;
}

.service-center-block {
	text-align: center;
	color: #fff;
	padding: 98px 0;
	width: 750px;
	margin: 0 auto;
}

.service-center {
	width: 750px;
	height: 50px;
	background: #fff;
	border-radius: 5px;
}

.search-block {
	float: left;
	width: 635px;
	height: 26px;
	margin: 12px 0;
	line-height: 26px;
	color: #333;
	border: none;
	outline: none;
	padding-left: 24px;
	font-size: 14px;
	border-right: 1px solid #E5E5E5;
}

.search-icon {
	float: right;
	width: 90px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	border: none;
	font-size: 14px;
	outline: none;
	background: url(../images/search.png) center center no-repeat;
}

.service-center-class {
	width: 1010px;
	margin: 10px auto;
	padding: 0 11px;
}

.service-center-body {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	height: 660px;
	display: block;
	padding: 10px 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .03);
}

.left-nav {
	float: left;
	width: 209px;
	border-right: 1px solid #e5e5e5;
	height: 660px;
	overflow:auto;
}

.left-nav ul {
	/*margin: 0 20px;*/
}

.left-nav ul li {
	list-style: none;
}

.left-nav ul li a {
	display: block;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #e5e5e5;
	color: #808080;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}
.left-nav ul li a :active{
	
	color: #808080;
	
}
.left-nav ul li a span {
	float: left;
}

.left-nav-icon {
	float: right;
	width: 7px;
	height: 12px;
	margin: 21.5px 0;
	line-height: 55px;
	background: url(../images/service-more.png) no-repeat;
}

.left-nav-icon01 {
	float: right;
	width: 7px;
	height: 12px;
	margin: 21.5px 0;
	line-height: 55px;
	background: url(../images/service-more01.png) no-repeat;
}

.left-nav ul li a:hover {
	color: #009688;
}

.left-nav ul li a:hover .left-nav-icon {
	background: url(../images/service-more01.png) no-repeat;
}


.left-nav-xiala {
	width: 100%;
	margin: 0;
	display: none;
}

.left-nav-xiala-a {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #808080;
	font-size: 15px;
	text-decoration: none;
	cursor: pointer;
	padding-left: 14px;
}

.left-nav-xiala-a:hover {
	background: #f7f7f7;
	color: #009688;
}

.right-cont {
	float: right;
	height: 100%;
	width: calc(1010px - 270px);
	padding: 0 20px;
}

.right-cont-tit {
	float: left;
	line-height: 70px;
	height: 70px;
}

.right-cont-img {
	height: 28px;
	width: 28px;
	margin: 21px 0;
	float: left;
	background: url(../images/theme.png) no-repeat;
}

.right-cont-span {
	float: left;
	line-height: 70px;
	color: #009688;
	font-size: 22px;
	margin-left: 10px;
}

.clear {
	clear: both;
}

.right-cont-block {
	width: 100%;
	border-top: 1px solid #e0e0e0;
}

.cont-block-tit {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 26px 0 16px 0;
}

.cont-block-p {
	font-size: 14px;
	color: #808080;
	text-align: justify;
	line-height: 1.5em;
}

.cont-block-span {
	font-size: 14px;
	color: #a6a6a6;
	margin: 20px 0 26px 0;
}

.left-nav-ul li {
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
}

.nav-ul {
	display: block;
	height: 55px;
	line-height: 55px;
	color: #808080;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
}


/*��������*/

.cont-block-but {
	float: right;
	margin-top: 30px;
	width: 70px;
	border-radius: 5px;
	height: 32px;
	line-height: 32px;
	background: #009688;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border: none;
	outline: none;
	cursor: pointer;
}

.edition-icon {
	float: left;
	width: 15px;
	height: 15px;
	padding-right: 6px;
	background: url(../images/edition.png)left center no-repeat;
	display: inline-block;
	margin: 2px 0;
}

.time-icon {
	float: left;
	width: 15px;
	height: 15px;
	padding-right: 6px;
	background: url(../images/time.png)left center no-repeat;
	display: inline-block;
	margin: 2px 0;
}


/*����һ֤ͨ����*/

.introduce-tit {
	font-size: 26px;
	font-weight: 700;
	height: 100px;
	line-height: 100px;
	color: #333;
	text-align: center;
}

.introduce-p {
	font-size: 16px;
	line-height: 2em;
	color: #666;
	text-align: justify;
	text-indent: 2em;
}


/*��������*/

.map-img {
	width: 100%;
	margin: 12px 0;
	height: 100%;
}

.network {
	background: none;
	width: 100%;
	height: 600px;
}

.network ul li {
	float: left;
	border-radius: 5px;
	list-style: none;
	width: 314px;
	margin-right:34px;
	height:auto;
	margin-bottom:34px;
}

.network-img01 {
	float: left;
	height: 190px;
	width: 100%;
	background: url(../images/network-img01.png) no-repeat #fff;
	box-shadow:0 3px 3px rgba(0, 0, 0, .03);
}

.network-img02 {
	float: left;
	height: 190px;
	width: 100%;
	background: url(../images/network-img02.png) no-repeat #fff;
	display: inline-block;
	box-shadow:0 3px 3px rgba(0, 0, 0, .03);
}

.network-img03 {
	float: left;
	height: 190px;
	width: 100%;
	background: url(../images/network-img03.png) no-repeat #fff;
	display: inline-block;
	box-shadow:0 3px 3px rgba(0, 0, 0, .03);
}

.network-body {
	margin: 0 22px 24px 22px;
}

.network-body-tit {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #009688;
	border-bottom: 1px solid#e0e0e0;
}
.network-body-p{
	padding-top:18px;
	font-size:15px;
	line-height:2em;
	color:#666;
}
.footer{
	height:60px;
	line-height:60px;
	font-size:14px;
	color:#e0e0e0;
	text-align: center;
	background:#333;
	margin-top:16px;
}
